.admin-body{--color-primary: #a60e16;--color-primary-hover: #850b12;--color-ink: #1a1a1a;--color-bg: #f5f5f5;--color-surface: #ffffff;--color-text-sub: #6b6b6b;--color-accent: #d4af37;--color-border: rgba(26,26,26,.1);--color-on-primary: #ffffff;--space-xs: 8px;--space-sm: 16px;--space-md: 24px;--space-lg: 48px;--space-xl: 96px;--radius-sm: 8px;--radius: 16px;--shadow-sm: 0 2px 8px rgba(26,26,26,.06);--shadow: 0 8px 32px rgba(26,26,26,.1);--transition: .3s cubic-bezier(.4, 0, .2, 1);--admin-sidebar-width: 280px;--admin-header-height: 70px;background:var(--color-bg);color:var(--color-ink);min-height:100vh;display:flex;font-family:Pretendard,Inter,system-ui,sans-serif;margin:0;padding:0;overflow-x:hidden;max-width:100vw;width:100%}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#a60e16);padding:1.5rem;width:100%}.login-box{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:450px;text-align:center}.login-logo{margin-bottom:1.5rem}.login-logo img{height:60px;margin:0 auto}.login-box h2{color:#a60e16;margin-bottom:.75rem;font-size:1.75rem}.login-subtitle{color:#666;margin-bottom:2rem;font-size:1rem}.login-form{text-align:left}.login-form .form-group{margin-bottom:1.5rem}.login-form .form-group label{display:block;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;font-size:.875rem}.login-form .form-group input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;min-height:48px}.login-form .form-group input:focus{outline:none;border-color:#00b4d8;box-shadow:0 0 0 3px #00b4d81a}.checkbox-group{display:flex;align-items:center}.checkbox-group label{display:flex;align-items:center;cursor:pointer;font-weight:400!important;min-height:44px}.checkbox-group input[type=checkbox]{margin-right:.75rem;width:20px;height:20px;cursor:pointer}.login-note{margin-top:1.5rem;text-align:center}.text-btn{display:inline-flex;align-items:center;gap:.5rem;color:#666;text-decoration:none;font-size:14px;padding:8px 16px;border-radius:20px;background:#f8f9fa;transition:all .3s ease}.text-btn:hover{background:#fee500;color:#3c1e1e;transform:translateY(-2px)}.login-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.login-footer a{color:#a60e16;font-size:14px;text-decoration:none}.admin-sidebar{width:var(--admin-sidebar-width);background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;z-index:100;overflow-y:auto;transition:transform .3s ease}.admin-mobile-topbar{display:none;position:fixed;top:0;left:0;right:0;height:56px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;z-index:200;align-items:center;justify-content:space-between;padding:0 1rem;box-shadow:0 2px 12px #00000026}.mobile-menu-btn{width:44px;height:44px;background:transparent;border:none;border-radius:12px;color:#fff;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.mobile-menu-btn:hover,.mobile-menu-btn:active{background:#ffffff1a}.mobile-topbar-title{font-size:1rem;font-weight:700;letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:55%}.mobile-topbar-site{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:transparent;text-decoration:none;font-size:18px;line-height:1;transition:background .2s}.mobile-topbar-site:hover{background:#ffffff1a}.mobile-topbar-actions{display:flex;align-items:center;gap:.5rem}.mobile-theme-toggle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:transparent;border:none;font-size:18px;line-height:1;cursor:pointer;transition:all .3s}.mobile-theme-toggle:hover,.mobile-theme-toggle:active{background:#ffffff1a;transform:rotate(15deg)}.mobile-notif-btn{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:transparent;border:none;font-size:18px;line-height:1;cursor:pointer;transition:all .3s}.mobile-notif-btn:hover,.mobile-notif-btn:active{background:#ffffff1a}.mobile-notif-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;background:#e63946;color:#fff;font-size:10px;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;box-shadow:0 2px 6px #e6394666;animation:notifPulse 2s infinite}@keyframes notifPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.sidebar-header{padding:var(--space-md, 1.5rem);border-bottom:1px solid var(--color-border);text-align:center}.sidebar-logo{height:80px;margin:0 auto}.sidebar-header h3{color:var(--color-primary);font-size:var(--fs-h3, 1.25rem);margin:0;font-weight:var(--fw-bold)}.sidebar-nav{flex:1;padding:var(--space-md, 1.5rem) 0;overflow-y:auto}.sidebar-nav .nav-item{display:flex;align-items:center;padding:14px var(--space-md, 1.5rem);color:var(--color-text-sub);transition:var(--transition);border-left:3px solid transparent;text-decoration:none;min-height:52px}.sidebar-nav .nav-item:hover{background:var(--color-bg);color:var(--color-primary)}.sidebar-nav .nav-item.active{background:linear-gradient(90deg,rgba(166,14,22,.05) 0%,transparent 100%);color:var(--color-primary);border-left-color:var(--color-primary);font-weight:var(--fw-bold)}.sidebar-nav .nav-icon{font-size:20px;margin-right:var(--space-sm, 1rem);min-width:24px}.sidebar-nav .nav-text{flex:1;font-size:var(--fs-small, .938rem);font-weight:var(--fw-medium)}.sidebar-footer{padding:var(--space-md, 1.5rem);border-top:1px solid var(--color-border)}.user-info{display:flex;align-items:center;gap:var(--space-sm, 1rem);margin-bottom:var(--space-sm, 1rem)}.user-avatar{width:45px;height:45px;border-radius:50%;object-fit:cover}.user-details{flex:1}.user-details strong{display:block;color:var(--color-ink);font-size:var(--fs-small, 14px);font-weight:var(--fw-bold)}.user-details span{display:block;color:var(--color-text-sub);font-size:12px}.btn-logout{width:100%;padding:12px;background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-sub);cursor:pointer;transition:var(--transition);font-size:var(--fs-small, 14px);min-height:44px;font-weight:var(--fw-medium)}.btn-logout:hover{background:#a60e160d;border-color:var(--color-primary);color:var(--color-primary)}.admin-main{flex:1;margin-left:var(--admin-sidebar-width);display:flex;flex-direction:column;min-height:100vh;min-width:0;overflow-x:hidden}.admin-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:50;min-height:var(--admin-header-height)}.admin-header h1{color:#1a1a1a;font-size:2rem;margin:0}.header-actions{display:flex;gap:1rem;align-items:center}.admin-content{flex:1;padding:2rem;overflow-y:auto;overflow-x:hidden;max-width:100%;box-sizing:border-box}.admin-body .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.admin-body .stat-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 8px #0000000d;display:flex;gap:1.5rem;align-items:center;min-height:120px;flex:1}.stat-card .stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.stat-card .stat-info h3{font-size:14px;color:#666;margin-bottom:.5rem;font-weight:500}.stat-card .stat-number{font-size:32px;font-weight:800;color:#a60e16;margin-bottom:4px;line-height:1;background:none;-webkit-text-fill-color:#a60e16}.stat-card .stat-label{font-size:13px;color:#666}.dashboard-section{background:#fff;padding:2rem;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000d}.dashboard-section h2{color:#a60e16;margin-bottom:1.5rem;font-size:1.5rem}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.action-card{background:linear-gradient(135deg,#f8f9fa,#fff);padding:2rem;border-radius:16px;border:2px solid #e0e0e0;transition:all .3s ease;text-align:center;text-decoration:none;display:block}.action-card:hover{border-color:#a60e16;transform:translateY(-5px);box-shadow:0 10px 30px #a60e1626}.action-card .action-icon{font-size:48px;display:block;margin-bottom:1rem}.action-card h3{color:#1a1a1a;margin-bottom:.75rem}.action-card p{color:#666;font-size:14px}.content-table{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000d;overflow-x:auto}.content-table table{width:100%;border-collapse:collapse;min-width:600px}.content-table thead{background:#f8f9fa}.content-table thead th{padding:1.5rem;text-align:left;font-weight:600;color:#1a1a1a;font-size:14px;border-bottom:2px solid #e0e0e0;white-space:nowrap}.content-table tbody tr{border-bottom:1px solid #e0e0e0;transition:all .3s ease}.content-table tbody tr:hover{background:#fffcf5}.content-table tbody td{padding:1.5rem;color:#666}.badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.badge-blue{background:#e3f2fd;color:#1976d2}.badge-green{background:#e8f5e9;color:#388e3c}.badge-purple{background:#f3e5f5;color:#7b1fa2}.badge-coral{background:#ffe0e0;color:#c62828}.status-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.status-published{background:#e8f5e9;color:#2e7d32}.status-draft{background:#fff3e0;color:#e65100}.status-active{background:#e8f5e9;color:#2e7d32}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.action-buttons .btn-icon{background:transparent;border:none;font-size:18px;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.action-buttons .btn-icon:hover{background:#f8f9fa}.empty-state td{padding:3rem 2rem!important}.empty-content{text-align:center}.empty-icon{font-size:64px;display:block;margin-bottom:1.5rem;opacity:.5}.empty-content h3{color:#001f3f;margin-bottom:.75rem;font-size:1.25rem}.empty-content p{color:#666;margin-bottom:1.5rem}.info-banner{background:linear-gradient(135deg,#e3f2fd,#f0f9ff);padding:2rem;border-radius:16px;margin-bottom:2rem;display:flex;gap:1.5rem;align-items:start}.banner-icon{font-size:32px;flex-shrink:0}.banner-content h3{color:#001f3f;margin-bottom:.75rem}.banner-content p{color:#666;line-height:1.6}.admin-body .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:10px 18px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;white-space:nowrap;box-sizing:border-box;transition:all .3s ease;border:none;text-decoration:none;min-height:44px}.admin-body .btn-primary{background:linear-gradient(135deg,#a60e16,#a60e16);color:#fff;box-shadow:0 2px 8px #a60e164d}.admin-body .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #a60e1666}.admin-body .btn-secondary{background:#f8f9fa;color:#1a1a1a;border:1px solid #e0e0e0}.admin-body .btn-secondary:hover{background:#e9ecef}.admin-sidebar::-webkit-scrollbar,.admin-content::-webkit-scrollbar{width:6px}.admin-sidebar::-webkit-scrollbar-thumb,.admin-content::-webkit-scrollbar-thumb{background:#a60e16;border-radius:3px}@media (max-width: 1024px){.admin-mobile-topbar{display:flex}.admin-sidebar{transform:translate(-100%);box-shadow:2px 0 10px #0000001a;top:56px;height:calc(100vh - 56px)}.admin-sidebar.active{transform:translate(0)}.admin-main{margin-left:0;padding-top:56px;width:100%;max-width:100vw}.admin-header{display:none}.sidebar-overlay{display:none;position:fixed;inset:56px 0 0;background:#00000080;z-index:99}.sidebar-overlay.active{display:block}}@media (max-width: 768px){.admin-header{padding:1rem;flex-wrap:wrap;gap:1rem}.admin-header h1{font-size:1.5rem;width:100%;margin:0}.header-actions{width:100%;flex-direction:column;gap:.75rem}.header-actions .btn{width:100%;justify-content:center}.admin-content{padding:.75rem;max-width:100vw;box-sizing:border-box}.stats-grid{grid-template-columns:1fr;gap:.75rem}.stat-card{padding:1.25rem}.stat-card .stat-icon{width:44px;height:44px;font-size:20px}.stat-card .stat-number{font-size:22px}.quick-actions{grid-template-columns:1fr}.dashboard-section{padding:1.25rem}.dashboard-section h2{font-size:1.15rem}.login-box{padding:2rem 1.5rem}.login-box h2{font-size:1.5rem}.info-banner{padding:1rem;flex-direction:column;text-align:center;gap:.75rem}.info-banner h3{font-size:1rem}.info-banner p{font-size:.85rem}.empty-icon{font-size:48px}.empty-content h3{font-size:1rem}.admin-toolbar{flex-direction:column;gap:.75rem;text-align:center;padding:.875rem 1rem}.admin-toolbar .btn{width:100%;justify-content:center}.admin-toast{top:68px;right:12px;left:12px;text-align:center}.content-table{background:transparent;box-shadow:none;overflow:visible}.content-table table,.content-table tbody,.content-table tr,.content-table td{display:block;width:100%;min-width:0}.content-table thead{display:none}.content-table tbody tr{background:#fff;margin-bottom:.875rem;border-radius:14px;box-shadow:0 2px 10px #0000000f;border:1px solid #e8e8e8;padding:1rem 1.125rem;position:relative}.content-table tbody td{padding:.5rem 0;text-align:right;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;font-size:.875rem}.content-table tbody td:last-child{border-bottom:none;justify-content:flex-end;padding-top:.875rem}.content-table tbody td:before{content:attr(data-label);font-weight:600;color:#888;text-align:left;margin-right:1rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.3px;flex-shrink:0}.content-table tbody td img{max-width:48px;height:auto}.action-buttons{justify-content:flex-end;width:100%;gap:.5rem}.btn-icon{width:38px;height:38px;font-size:17px}.admin-body .btn{padding:8px 14px;font-size:13px}.admin-body .btn-primary{width:100%}.modal-overlay{padding:0;align-items:flex-end}.modal-content{max-width:100%;max-height:92vh;border-radius:20px 20px 0 0;animation:modalSlideUpMobile .3s ease}.modal-content.modal-lg,.modal-content.modal-large{max-width:100%}.modal-header{padding:1.125rem 1.25rem;position:sticky;top:0;background:#fff;z-index:10}.modal-header h3{font-size:1.05rem}.modal-body{padding:1rem 1.25rem}.modal-footer{padding:1rem 1.25rem;position:sticky;bottom:0;background:#fff;border-top:1px solid #eee}.modal-footer .btn{flex:1;justify-content:center}.permissions-grid{grid-template-columns:1fr 1fr}.perm-checkbox{padding:8px 10px;font-size:.8rem}.permission-tags{flex-wrap:wrap;gap:3px}.perm-tag{font-size:.65rem;padding:2px 6px}.inquiry-detail .detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.inquiry-detail .detail-label{font-size:.8rem}.inquiry-detail .detail-message p{font-size:.9rem;line-height:1.6}}@keyframes modalSlideUpMobile{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.profile-modal{display:none;position:fixed;inset:0;z-index:10000;align-items:center;justify-content:center}.profile-modal.active{display:flex;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.profile-modal-overlay{position:absolute;inset:0;background:#0009;backdrop-filter:blur(4px)}.profile-modal-container{position:relative;background:#fff;border-radius:24px;width:90%;max-width:480px;max-height:90vh;overflow:hidden;box-shadow:0 25px 80px #00000040;animation:modalSlideUp .4s cubic-bezier(.34,1.56,.64,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-modal-header{background:linear-gradient(135deg,#a60e16,#d41920);padding:1.75rem 2rem;display:flex;align-items:center;justify-content:space-between}.profile-modal-title{display:flex;align-items:center;gap:1rem;color:#fff}.profile-modal-icon{width:48px;height:48px;background:#fff3;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px}.profile-modal-title h2{font-size:1.35rem;font-weight:700;margin:0 0 4px;color:#fff}.profile-modal-title p{font-size:.85rem;opacity:.9;margin:0}.profile-modal-close{width:40px;height:40px;border:none;background:#ffffff26;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease}.profile-modal-close:hover{background:#ffffff4d;transform:rotate(90deg)}.profile-modal-body{padding:1.5rem 2rem 2rem;max-height:calc(90vh - 200px);overflow-y:auto}.profile-card{background:#f8f9fa;border-radius:16px;padding:1.25rem;margin-bottom:1rem;border:1px solid #eee;transition:all .3s ease}.profile-card:hover{border-color:#ddd;box-shadow:0 4px 12px #0000000d}.profile-card-header{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#333;margin-bottom:1rem;font-size:.95rem}.profile-card-icon{width:32px;height:32px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 2px 6px #00000014}.profile-image-section{display:flex;flex-direction:column;align-items:center;padding:.5rem 0}.profile-image-wrapper{position:relative;width:100px;height:100px;margin-bottom:.75rem}.profile-image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:4px solid white;box-shadow:0 4px 15px #00000026;transition:all .3s ease}.profile-image-wrapper:hover img{transform:scale(1.05);box-shadow:0 6px 20px #0003}.profile-image-edit{position:absolute;bottom:2px;right:2px;width:32px;height:32px;background:linear-gradient(135deg,#a60e16,#d41920);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;box-shadow:0 3px 10px #a60e1666;transition:all .3s ease}.profile-image-edit:hover{transform:scale(1.15);box-shadow:0 4px 15px #a60e1680}.profile-image-tip{font-size:.8rem;color:#888}.profile-form-group{margin-bottom:1rem}.profile-form-group:last-child{margin-bottom:0}.profile-form-group label{display:block;font-size:.85rem;font-weight:600;color:#555;margin-bottom:.5rem}.profile-input-wrapper{display:flex;align-items:center;gap:12px;background:#fff;border:2px solid #e8e8e8;border-radius:12px;padding:0 1rem;transition:all .3s ease}.profile-input-wrapper:focus-within{border-color:#a60e16;box-shadow:0 0 0 4px #a60e161a}.profile-input-wrapper svg{flex-shrink:0}.profile-input-wrapper input{flex:1;border:none;background:none;padding:14px 0;font-size:.95rem;outline:none;color:#333}.profile-input-wrapper input::placeholder{color:#aaa}.profile-modal-footer{display:flex;gap:.75rem;margin-top:.5rem}.profile-btn{flex:1;padding:14px 20px;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.profile-btn-cancel{background:#f0f0f0;color:#666}.profile-btn-cancel:hover{background:#e5e5e5}.profile-btn-save{background:linear-gradient(135deg,#a60e16,#d41920);color:#fff;box-shadow:0 4px 15px #a60e1659}.profile-btn-save:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a60e1673}.profile-btn-save:active{transform:translateY(0)}.cms-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.cms-tab{padding:8px 16px;border:1px solid #e0e0e0;background:#fff;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s;color:#666}.cms-tab:hover{border-color:#a60e16;color:#a60e16}.cms-tab.active{background:linear-gradient(135deg,#a60e16,#d41920);color:#fff;border-color:transparent}.cms-section h3{font-size:1.3rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.cms-desc{color:#888;font-size:.9rem;margin-bottom:1.5rem}.cms-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.cms-field{display:flex;flex-direction:column;gap:.4rem}.cms-field.full{grid-column:1 / -1}.cms-field label{font-size:.8rem;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.5px}.cms-field input,.cms-field textarea{width:100%;box-sizing:border-box;padding:10px 14px;border:1px solid #ddd;border-radius:8px;font-size:.9rem;transition:border-color .2s;font-family:inherit;resize:vertical}.cms-field input:focus,.cms-field textarea:focus{outline:none;border-color:#a60e16;box-shadow:0 0 0 3px #a60e1614}.cms-card{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:1.25rem;margin-bottom:1rem}.cms-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #eee;font-weight:600;color:#333}.cms-card-number{font-size:1.5rem}.cms-save-bar{position:sticky;bottom:0;background:#fff;padding:1rem 0;border-top:1px solid #eee;text-align:center;margin-top:2rem;z-index:10}@media (max-width: 768px){.cms-form-grid{grid-template-columns:1fr}.cms-tabs{gap:.35rem}.cms-tab{padding:6px 10px;font-size:.78rem}}.email-list-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f5f5f5;border-radius:8px;font-size:.9rem}.email-remove-btn{background:none;border:none;color:#999;font-size:1.1rem;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s}.email-remove-btn:hover{background:#fee;color:#e63946}.email-toggle-row{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:.5rem 0}.email-toggle-row input[type=checkbox]{width:44px;height:24px;appearance:none;-webkit-appearance:none;background:#ccc;border-radius:12px;position:relative;cursor:pointer;transition:background .3s;flex-shrink:0}.email-toggle-row input[type=checkbox]:checked{background:#a60e16}.email-toggle-row input[type=checkbox]:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s}.email-toggle-row input[type=checkbox]:checked:before{transform:translate(20px)}.cms-email-input{font-family:inherit}.sc-toast{position:fixed;top:80px;right:2rem;background:linear-gradient(135deg,#1a1d2e,#252840);color:#fff;padding:12px 24px;border-radius:12px;z-index:9999;box-shadow:0 4px 20px #0000004d;font-size:.9rem;border-left:3px solid #e63946;animation:scToastIn .3s ease}@keyframes scToastIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sc-tab-bar{display:flex;flex-wrap:wrap;gap:6px;padding:4px;background:#f0f0f5;border-radius:12px;margin-bottom:1.5rem}.sc-tab{padding:8px 16px;border:none;background:transparent;color:#666;font-size:.82rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s;white-space:nowrap}.sc-tab:hover{background:#e0e0e8;color:#333}.sc-tab.active{background:#a60e16;color:#fff;box-shadow:0 2px 8px #a60e1640}.sc-body{min-height:400px}.sc-panel{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e8e8e8}.sc-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f2f2f6}.sc-panel-header h3{font-size:1.15rem;font-weight:700;color:#1a1a2e;margin:0}.sc-panel-header span{font-size:.82rem;color:#999}.sc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.sc-field{display:flex;flex-direction:column;gap:5px}.sc-field.full{grid-column:1 / -1}.sc-field label{font-size:.75rem;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.5px}.sc-field input,.sc-field textarea{padding:10px 14px;border:1px solid #e2e2e8;border-radius:8px;font-size:.88rem;transition:all .2s;font-family:inherit;resize:vertical;background:#fafafe}.sc-field input:focus,.sc-field textarea:focus{outline:none;border-color:#a60e16;box-shadow:0 0 0 3px #a60e160f;background:#fff}.sc-divider{display:flex;align-items:center;gap:12px;margin:1.5rem 0;color:#999;font-size:.8rem;font-weight:600}.sc-divider:before,.sc-divider:after{content:"";flex:1;height:1px;background:#e8e8e8}.sc-section-label{font-size:.9rem;font-weight:700;color:#333;margin-bottom:.75rem;padding:8px 12px;background:#f5f5fa;border-radius:8px;border-left:3px solid #a60e16}.sc-item-list{display:flex;flex-direction:column;gap:8px}.sc-accordion{border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;transition:border-color .2s}.sc-accordion[open]{border-color:#a60e16}.sc-accordion summary{display:flex;align-items:center;gap:10px;padding:12px 16px;cursor:pointer;font-weight:600;font-size:.9rem;color:#333;user-select:none;list-style:none;transition:background .2s}.sc-accordion summary::-webkit-details-marker{display:none}.sc-accordion summary:hover{background:#fafafa}.sc-acc-icon{font-size:1.4rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5fa;border-radius:8px;flex-shrink:0}.sc-acc-title{flex:1}.sc-acc-arrow{color:#bbb;font-size:.7rem;transition:transform .2s}.sc-accordion[open] .sc-acc-arrow{transform:rotate(180deg)}.sc-acc-body{padding:16px;border-top:1px solid #f0f0f0}.sc-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.sc-stat-card{background:#fafafe;border:1px solid #e8e8e8;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.sc-stat-num{font-size:2rem;font-weight:800;color:#a60e16;text-align:center;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0;margin-bottom:.25rem}.sc-email-add-row{display:flex;gap:.5rem;margin-bottom:.75rem}.sc-input{flex:1;padding:10px 14px;border:1px solid #e2e2e8;border-radius:8px;font-size:.88rem;font-family:inherit;background:#fafafe}.sc-input:focus{outline:none;border-color:#a60e16;background:#fff}.sc-email-list{display:flex;flex-direction:column;gap:6px}.sc-email-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f5f5fa;border-radius:8px;font-size:.88rem}.sc-email-item button{background:none;border:none;color:#bbb;font-size:1.1rem;cursor:pointer;padding:2px 6px;border-radius:6px;transition:all .2s}.sc-email-item button:hover{background:#fee;color:#e63946}.sc-toggle-list{display:flex;flex-direction:column;gap:8px}.sc-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fafafe;border:1px solid #e8e8e8;border-radius:10px;cursor:pointer;transition:border-color .2s}.sc-toggle-row:hover{border-color:#ccc}.sc-toggle-row strong{font-size:.88rem;color:#333}.sc-toggle-row p{font-size:.78rem;color:#999;margin:3px 0 0}.sc-toggle-row input[type=checkbox]{width:44px;height:24px;appearance:none;-webkit-appearance:none;background:#ccc;border-radius:12px;position:relative;cursor:pointer;transition:background .3s;flex-shrink:0}.sc-toggle-row input[type=checkbox]:checked{background:#a60e16}.sc-toggle-row input[type=checkbox]:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s}.sc-toggle-row input[type=checkbox]:checked:before{transform:translate(20px)}.sc-btn{padding:10px 24px;border:none;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.sc-btn-primary{background:linear-gradient(135deg,#a60e16,#d41920);color:#fff;box-shadow:0 2px 8px #a60e1633}.sc-btn-primary:hover{box-shadow:0 4px 16px #a60e164d;transform:translateY(-1px)}.sc-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.sc-save-bar{position:sticky;bottom:0;background:#fff;padding:1rem 0;border-top:1px solid #eee;text-align:center;margin-top:2rem;z-index:10}.sc-loading{text-align:center;padding:3rem;color:#999;font-size:.9rem}.sc-empty-state{text-align:center;padding:3rem;color:#666}.sc-empty-icon{font-size:3rem;margin-bottom:1rem}@media (max-width: 768px){.sc-grid{grid-template-columns:1fr}.sc-stat-grid{grid-template-columns:1fr 1fr}.sc-tab{padding:6px 10px;font-size:.75rem}.sc-panel{padding:1rem}.sc-panel-header{flex-direction:column;align-items:flex-start;gap:4px}}[data-theme=dark] .sc-tab-bar{background:#141620}[data-theme=dark] .sc-tab{color:#888}[data-theme=dark] .sc-tab:hover{background:#1e2137;color:#ddd}[data-theme=dark] .sc-tab.active{background:#a60e16;color:#fff}[data-theme=dark] .sc-panel{background:#1a1d2e;border-color:#2e3350}[data-theme=dark] .sc-panel-header{border-bottom-color:#2e3350}[data-theme=dark] .sc-panel-header h3{color:#e8e8e8}[data-theme=dark] .sc-panel-header span{color:#777}[data-theme=dark] .sc-field label{color:#888}[data-theme=dark] .sc-field input,[data-theme=dark] .sc-field textarea,[data-theme=dark] .sc-input{background:#141620;border-color:#333;color:#e0e0e0}[data-theme=dark] .sc-field input:focus,[data-theme=dark] .sc-field textarea:focus,[data-theme=dark] .sc-input:focus{border-color:#e63946;background:#1a1d2e}[data-theme=dark] .sc-divider{color:#666}[data-theme=dark] .sc-divider:before,[data-theme=dark] .sc-divider:after{background:#2e3350}[data-theme=dark] .sc-section-label{background:#141620;color:#ddd}[data-theme=dark] .sc-accordion{border-color:#2e3350;background:#1e2137}[data-theme=dark] .sc-accordion[open]{border-color:#a60e16}[data-theme=dark] .sc-accordion summary{color:#ddd}[data-theme=dark] .sc-accordion summary:hover{background:#252840}[data-theme=dark] .sc-acc-icon{background:#252840}[data-theme=dark] .sc-acc-arrow{color:#666}[data-theme=dark] .sc-acc-body{border-top-color:#2e3350}[data-theme=dark] .sc-stat-card{background:#1e2137;border-color:#2e3350}[data-theme=dark] .sc-stat-num{color:#e63946;border-bottom-color:#2e3350}[data-theme=dark] .sc-email-item{background:#252840;color:#ddd}[data-theme=dark] .sc-email-item button{color:#666}[data-theme=dark] .sc-email-item button:hover{background:#e6394626;color:#e63946}[data-theme=dark] .sc-toggle-row{background:#1e2137;border-color:#2e3350}[data-theme=dark] .sc-toggle-row:hover{border-color:#444}[data-theme=dark] .sc-toggle-row strong{color:#ddd}[data-theme=dark] .sc-toggle-row p{color:#777}[data-theme=dark] .sc-toggle-row input[type=checkbox]{background:#444}[data-theme=dark] .sc-save-bar{background:#1a1d2e;border-top-color:#2e3350}[data-theme=dark] .sc-toast{background:linear-gradient(135deg,#252840,#2e3350)}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;border:1px solid #e8e8e8;font-size:.9rem;color:#666}.admin-toast{position:fixed;top:20px;right:20px;background:#333;color:#fff;padding:14px 24px;border-radius:12px;font-size:.9rem;font-weight:600;z-index:10000;box-shadow:0 8px 30px #0003;animation:toastIn .3s ease}@keyframes toastIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:5000;padding:1rem;backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:85vh;overflow-y:auto;overflow-x:hidden;box-shadow:0 20px 60px #0003;animation:modalIn .25s ease}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:transparent}.modal-content::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#00000040}.modal-lg{max-width:750px}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #eee}.modal-header h3{font-size:1.15rem;font-weight:700;color:#222;margin:0}.modal-close{width:36px;height:36px;background:#f5f5f5;border:none;border-radius:50%;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-close:hover{background:#e0e0e0}.modal-body{padding:1.5rem 2rem}.modal-body .cms-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-body .cms-field{display:flex;flex-direction:column;gap:.35rem}.modal-body .cms-field.full{grid-column:1 / -1}.modal-body .cms-field label{font-size:.8rem;font-weight:600;color:#555}.modal-body .cms-field input,.modal-body .cms-field select,.modal-body .cms-field textarea{width:100%;box-sizing:border-box;padding:10px 14px;border:1px solid #ddd;border-radius:10px;font-size:.9rem;outline:none;transition:border-color .2s;font-family:inherit}.modal-body .cms-field input:focus,.modal-body .cms-field select:focus,.modal-body .cms-field textarea:focus{border-color:#a60e16}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 2rem;border-top:1px solid #eee}.inquiry-detail{display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;gap:1rem;padding:.5rem 0;border-bottom:1px solid #f5f5f5}.detail-label{font-size:.85rem;font-weight:600;color:#888;width:100px;flex-shrink:0}.detail-message{margin-top:.75rem}.detail-message p{margin-top:.5rem;padding:1rem;background:#f9f9f9;border-radius:10px;line-height:1.7;font-size:.92rem;white-space:pre-wrap}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form .form-group{margin-bottom:1.25rem}.contact-form label{display:block;font-size:.85rem;font-weight:600;color:#444;margin-bottom:.35rem}.contact-form .required{color:#a60e16}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:12px;font-size:.95rem;outline:none;transition:border-color .2s;box-sizing:border-box;font-family:inherit}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#a60e16}.contact-form-desc{color:#888;font-size:.92rem;margin-bottom:1.5rem}.inquiry-success{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:12px;margin-bottom:1.5rem}.inquiry-success span{font-size:1.5rem}.inquiry-success strong{color:#2e7d32}.inquiry-success p{font-size:.85rem;color:#555;margin-top:2px}.inquiry-error{padding:12px 16px;background:#fce4ec;border:1px solid #ef9a9a;border-radius:12px;color:#c62828;font-size:.9rem;margin-bottom:1.5rem}.contact-kakao{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.08)}.btn-kakao{display:flex;align-items:center;gap:.75rem;padding:14px 24px;background:#fee500;color:#3c1e1e;border-radius:14px;font-weight:700;font-size:1rem;text-decoration:none;transition:all .2s;box-shadow:0 4px 12px #00000014}.btn-kakao:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}@media (max-width: 768px){.contact-form .form-row,.modal-body .cms-form-grid{grid-template-columns:1fr}.modal-content{max-height:90vh}}.permission-tags{display:flex;flex-wrap:wrap;gap:4px}.perm-tag{display:inline-block;padding:3px 8px;background:#e3f2fd;color:#1565c0;border-radius:6px;font-size:.7rem;font-weight:600}.perm-tag.perm-all{background:#fce4ec;color:#c62828}.perm-tag.perm-position{background:#f3e5f5;color:#7b1fa2}.permissions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem;margin-top:.5rem}.perm-checkbox{display:flex;align-items:center;gap:.5rem;padding:10px 14px;background:#f8f9fa;border:2px solid #e8e8e8;border-radius:10px;cursor:pointer;transition:all .2s;font-size:.85rem}.perm-checkbox:hover{border-color:#ccc}.perm-checkbox.checked{background:#e8f5e9;border-color:#4caf50}.perm-checkbox input[type=checkbox]{display:none}.perm-icon{font-size:1.1rem}.thumbnail-upload{grid-column:1 / -1;margin-bottom:1rem}.thumb-label{display:block;font-weight:600;font-size:.85rem;color:#555;margin-bottom:.5rem}.thumb-area{margin-bottom:.75rem}.thumb-preview{position:relative;display:inline-block;max-width:300px;border-radius:12px;overflow:hidden;border:2px solid #e0e0e0}.thumb-preview img{display:block;width:100%;max-height:200px;object-fit:cover}.thumb-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;background:#0009;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.thumb-remove:hover{background:#c80000cc}.thumb-uploading{position:absolute;inset:0;background:#fffc;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#666}.thumb-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;border:2px dashed #ddd;border-radius:12px;cursor:pointer;transition:all .2s;color:#999;font-size:.85rem;max-width:300px}.thumb-empty:hover{border-color:#a60e16;background:#fef5f5;color:#666}.thumb-empty-icon{font-size:2rem}.thumb-empty-hint{font-size:.72rem;color:#bbb}.thumb-controls{display:flex;align-items:center;gap:.75rem}.thumb-btn{padding:.4rem .8rem;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;font-size:.8rem;cursor:pointer;color:#555;white-space:nowrap;transition:all .2s}.thumb-btn:hover{background:#eee;border-color:#ccc}.thumb-url-input{flex:1;padding:.4rem .6rem;border:1px solid #ddd;border-radius:8px;font-size:.8rem;min-width:0}.label-with-translate{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.btn-translate{padding:.25rem .6rem;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:1px solid #90caf9;border-radius:6px;font-size:.72rem;color:#1565c0;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-translate:hover:not(:disabled){background:linear-gradient(135deg,#bbdefb,#90caf9);border-color:#64b5f6}.btn-translate:disabled{opacity:.6;cursor:wait}.modal-large{max-width:900px!important;max-height:90vh}@media (max-width: 768px){.thumb-controls{flex-direction:column;align-items:stretch}.thumb-preview{max-width:100%}}.pj-overview{display:flex;justify-content:space-between;align-items:stretch;gap:2rem;padding:1.75rem 2rem;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);border-radius:20px;margin-bottom:1.5rem;color:#fff}.pj-overview-left{display:flex;align-items:center;gap:2rem}.pj-big-stat{display:flex;flex-direction:column;align-items:center}.pj-big-num{font-size:3rem;font-weight:900;line-height:1;background:linear-gradient(135deg,#fff,#90caf9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.pj-big-label{font-size:.75rem;color:#fff9;margin-top:.3rem}.pj-avg-ring{position:relative;display:flex;flex-direction:column;align-items:center}.pj-ring-svg{width:72px;height:72px;transform:rotate(-90deg)}.pj-ring-svg path:first-child{stroke:#ffffff26}.pj-ring-svg path:last-child{stroke:#64b5f6}.pj-ring-center{position:absolute;top:0;left:0;right:0;height:72px;display:flex;align-items:center;justify-content:center}.pj-ring-num{font-size:1.1rem;font-weight:800;color:#90caf9}.pj-ring-label{font-size:.65rem;color:#ffffff80;margin-top:.25rem}@keyframes pjPulse{0%,to{opacity:1}50%{opacity:.6}}.pj-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.pj-toolbar-left{display:flex;align-items:center;gap:.75rem}.pj-result-count{font-size:.85rem;color:#888}.pj-clear-filter{padding:.25rem .55rem;border:1px solid #ddd;border-radius:6px;background:#f5f5f5;font-size:.72rem;cursor:pointer;color:#888}.pj-toolbar-right{display:flex;align-items:center;gap:.75rem}.pj-view-toggle{display:flex;border:1px solid #ddd;border-radius:8px;overflow:hidden}.pj-vt-btn{padding:.4rem .6rem;border:none;background:#fff;cursor:pointer;font-size:.95rem;color:#aaa;transition:all .15s}.pj-vt-btn.active{background:#333;color:#fff}.pj-vt-btn:hover:not(.active){background:#f0f0f0}.pj-add-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1.1rem;background:linear-gradient(135deg,#a60e16,#c62828);color:#fff;border:none;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.pj-add-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #a60e164d}.pj-add-btn span{font-size:1.1rem;font-weight:300}.pj-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem;color:#aaa}.pj-loading-spinner{width:32px;height:32px;border:3px solid #eee;border-top-color:#a60e16;border-radius:50%;animation:spin .8s linear infinite}.pj-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;border:2px dashed #e0e0e0}.pj-empty-icon{font-size:3rem;margin-bottom:1rem}.pj-empty h3{color:#555;margin-bottom:.5rem}.pj-empty p{color:#999;font-size:.9rem;margin-bottom:1.5rem}.pj-board{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}.pj-card{background:#fff;border-radius:16px;padding:1.25rem;border:1px solid #e8e8e8;border-top:3px solid var(--accent, #ddd);transition:all .25s;position:relative}.pj-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.pj-card.expanded{grid-column:1 / -1}.pj-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.pj-card-status{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .7rem;border-radius:50px;font-size:.72rem;font-weight:600}.pj-card-actions{display:flex;gap:.15rem}.pj-card-actions button{width:30px;height:30px;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:.82rem;transition:background .15s;display:flex;align-items:center;justify-content:center}.pj-card-actions button:hover{background:#f0f0f0}.pj-card-title{font-size:1.1rem;font-weight:700;color:#222;margin:0 0 .5rem;line-height:1.35}.pj-card-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem}.pj-priority-tag{font-size:.72rem;font-weight:600}.pj-cat-tag{padding:.15rem .5rem;background:#f5f5f5;border-radius:50px;font-size:.68rem;color:#777}.pj-dday{font-size:.75rem;font-weight:700;color:#888;padding:.1rem .45rem;border-radius:6px;background:#f5f5f5}.pj-dday.urgent{color:#c62828;background:#ffebee;animation:pjPulse 2s infinite}.pj-progress-section{margin-bottom:.75rem}.pj-progress-label{display:flex;justify-content:space-between;font-size:.72rem;color:#999;margin-bottom:.3rem}.pj-progress-track{height:6px;background:#f0f0f0;border-radius:10px;overflow:hidden}.pj-progress-fill{height:100%;border-radius:10px;transition:width .4s ease}.pj-card-info{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.78rem;color:#888}.pj-card-expanded{margin-top:1rem;padding-top:1rem;border-top:1px dashed #e0e0e0;animation:slideDown .25s ease}.pj-detail-row{display:flex;justify-content:space-between;padding:.4rem 0;font-size:.82rem;border-bottom:1px solid #f8f8f8}.pj-detail-label{font-weight:600;color:#555;font-size:.78rem}.pj-detail-desc{margin-top:.75rem}.pj-detail-desc div,.pj-detail-desc p{font-size:.85rem;color:#666;line-height:1.6;margin-top:.35rem}.pj-detail-time{font-size:.72rem;color:#bbb;margin-top:.75rem;text-align:right}.pj-quick-progress{display:flex;gap:.4rem;margin-top:.75rem}.pj-qp-btn{flex:1;padding:.35rem 0;border:1px solid #e0e0e0;border-radius:8px;background:#fff;font-size:.72rem;cursor:pointer;transition:all .15s;color:#888}.pj-qp-btn:hover{background:#f0f0f0;border-color:#ccc}.pj-qp-btn.active{background:#e3f2fd;border-color:#64b5f6;color:#1565c0;font-weight:700}.pj-card-bottom{display:flex;gap:.4rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f0f0f0}.pj-action-btn{flex:1;padding:.4rem 0;border:1px solid #ddd;border-radius:8px;background:#fafafa;font-size:.75rem;cursor:pointer;transition:all .2s;color:#666;text-align:center}.pj-action-btn:hover{background:#f0f0f0}.pj-act-start{color:#1565c0;border-color:#bbdefb}.pj-act-start:hover{background:#e3f2fd}.pj-act-done{color:#2e7d32;border-color:#a5d6a7}.pj-act-done:hover{background:#e8f5e9}.pj-act-hold{color:#7b1fa2;border-color:#ce93d8}.pj-act-hold:hover{background:#f3e5f5}.pj-list-view{background:#fff;border-radius:16px;border:1px solid #e8e8e8;overflow:hidden}.pj-list-header{display:grid;grid-template-columns:90px 1fr 120px 120px 70px 80px;gap:.5rem;padding:.75rem 1.25rem;background:#fafafa;font-size:.72rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #eee}.pj-list-row{display:grid;grid-template-columns:90px 1fr 120px 120px 70px 80px;gap:.5rem;padding:.85rem 1.25rem;align-items:center;border-bottom:1px solid #f5f5f5;transition:background .15s}.pj-list-row:hover{background:#fafafa}.pj-lr-status{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;border-radius:50px;font-size:.68rem;font-weight:600;white-space:nowrap}.pj-lr-title strong{display:block;font-size:.88rem;color:#333}.pj-lr-title small{font-size:.72rem;color:#aaa}.pj-lr-client{font-size:.82rem;color:#777}.pj-lr-progress{display:flex;align-items:center;gap:.4rem}.pj-mini-bar{flex:1;height:5px;background:#f0f0f0;border-radius:10px;overflow:hidden}.pj-mini-bar div{height:100%;border-radius:10px;transition:width .3s}.pj-lr-progress small{font-size:.72rem;color:#888;font-weight:600;min-width:28px}.pj-lr-due{font-size:.78rem;color:#888}.pj-lr-actions{display:flex;gap:.15rem}.pj-lr-actions button{width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:background .15s;font-size:.8rem}.pj-lr-actions button:hover{background:#f0f0f0}.pj-range{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:10px;background:#e0e0e0;outline:none}.pj-range::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#1565c0;cursor:pointer;border:2px solid white;box-shadow:0 2px 6px #0003}@media (max-width: 1024px){.pj-board{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 768px){.pj-overview{flex-direction:column;gap:1.25rem;padding:1.25rem}.pj-overview-left,.pj-pills{justify-content:center}.pj-board{grid-template-columns:1fr}.pj-toolbar{flex-direction:column;gap:.75rem;align-items:stretch}.pj-toolbar-right{justify-content:space-between}.pj-list-header,.pj-list-row{grid-template-columns:80px 1fr 80px 60px}.pj-lh-client,.pj-lr-client,.pj-lh-due,.pj-lr-due{display:none}}.pj-modal-tabs{display:flex;border-bottom:1px solid #e2e8f0;padding:12px 1.5rem 0;background:#f8fafc;gap:6px}.pj-modal-tab{padding:10px 18px;border:1px solid transparent;background:transparent;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;border-radius:8px 8px 0 0;transition:all .2s ease-in-out;display:flex;align-items:center;gap:8px;margin-bottom:-1px;outline:none}.pj-modal-tab:focus{outline:none}.pj-modal-tab:hover{color:#334155;background:#f1f5f9}.pj-modal-tab.active{color:#a60e16;background:#fff;border-color:#e2e8f0;border-bottom-color:#fff;box-shadow:0 -4px 12px #00000008}.pj-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:50px;background:#a60e16;color:#fff;font-size:.65rem;padding:0 5px}.pj-tasks-tab{padding:.5rem 0}.pj-tasks-progress{margin-bottom:1rem;padding:1rem;background:#f8f9fa;border-radius:12px}.pj-tasks-progress-label{display:flex;justify-content:space-between;font-size:.82rem;font-weight:600;color:#555;margin-bottom:.4rem}.pj-tasks-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.pj-task-row{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#fafafa;border-radius:10px;border:1px solid #eee;transition:all .2s}.pj-task-row.done{background:#f0fdf4;border-color:#bbf7d0}.pj-task-row.done .pj-task-input{text-decoration:line-through;color:#aaa}.pj-task-toggle{width:32px;height:32px;border:none;background:transparent;font-size:1.2rem;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s}.pj-task-toggle:hover{background:#e0e0e0}.pj-task-fields{flex:1;display:flex;flex-direction:column;gap:.35rem}.pj-task-input{border:1px solid #e0e0e0;border-radius:6px;padding:.45rem .6rem;font-size:.85rem;outline:none;width:100%;transition:border-color .2s}.pj-task-input:focus{border-color:#1565c0}.pj-task-meta{display:flex;gap:.5rem}.pj-task-assignee-input,.pj-task-date-input{border:1px solid #e8e8e8;border-radius:5px;padding:.3rem .5rem;font-size:.75rem;outline:none;color:#666}.pj-task-assignee-input{flex:1;max-width:140px}.pj-task-date-input{width:130px}.pj-task-remove{width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:.8rem;color:#bbb;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .15s}.pj-task-remove:hover{background:#fee2e2;color:#c62828}.pj-task-add-btn{width:100%;padding:.65rem;border:2px dashed #ddd;border-radius:10px;background:transparent;color:#888;font-size:.85rem;cursor:pointer;transition:all .2s}.pj-task-add-btn:hover{border-color:#1565c0;color:#1565c0;background:#e3f2fd}.pj-files-tab{padding:.5rem 0}.pj-file-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed #ddd;border-radius:14px;cursor:pointer;transition:all .2s;gap:.4rem;color:#999;margin-bottom:1rem}.pj-file-upload-area:hover{border-color:#1565c0;background:#f5f9ff;color:#1565c0}.pj-file-upload-icon{font-size:2rem}.pj-file-upload-area small{font-size:.75rem;opacity:.7}.pj-file-list{display:flex;flex-direction:column;gap:.4rem}.pj-file-item{display:flex;align-items:center;justify-content:space-between;padding:.65rem .85rem;background:#fafafa;border-radius:10px;border:1px solid #eee;transition:background .15s}.pj-file-item:hover{background:#f0f0f0}.pj-file-info{display:flex;align-items:center;gap:.6rem;overflow:hidden}.pj-file-icon{font-size:1.2rem;flex-shrink:0}.pj-file-name{font-size:.85rem;color:#333;font-weight:500;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.pj-file-name:hover{color:#1565c0;text-decoration:underline}.pj-file-meta{display:block;font-size:.72rem;color:#aaa}.pj-file-remove{border:none;background:transparent;cursor:pointer;font-size:.9rem;border-radius:6px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:background .15s}.pj-file-remove:hover{background:#ffebee}.pj-timeline-view{background:#fff;border-radius:16px;border:1px solid #e8e8e8;overflow-x:auto;padding:1rem}.pj-timeline-header{display:flex;align-items:flex-end;border-bottom:1px solid #eee;padding-bottom:.5rem;margin-bottom:.5rem}.pj-tl-label-col{width:200px;flex-shrink:0;font-size:.75rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px}.pj-tl-bar-col{flex:1;position:relative;min-width:400px;height:24px}.pj-tl-month{position:absolute;font-size:.7rem;color:#aaa;font-weight:600;transform:translate(-50%)}.pj-tl-row{display:flex;align-items:center;padding:.6rem 0;border-bottom:1px solid #f5f5f5}.pj-tl-row:last-child{border-bottom:none}.pj-tl-row .pj-tl-label-col{font-size:0}.pj-tl-row .pj-tl-label-col strong{display:block;font-size:.85rem;color:#333;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pj-tl-row .pj-tl-label-col small{font-size:.72rem;color:#aaa}.pj-tl-row .pj-tl-bar-col{height:28px}.pj-tl-bar{position:absolute;height:24px;border-radius:6px;min-width:20px;display:flex;align-items:center;overflow:hidden;cursor:pointer;transition:filter .2s}.pj-tl-bar:hover{filter:brightness(1.1);box-shadow:0 2px 8px #00000026}.pj-tl-bar-label{position:relative;z-index:2;padding:0 8px;font-size:.68rem;font-weight:700;color:#fff;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.3)}.pj-tl-bar-fill{position:absolute;top:0;left:0;height:100%;background:#ffffff40;border-radius:6px 0 0 6px}.pj-expand-tasks,.pj-expand-files,.pj-expand-log{margin-top:.75rem}.pj-task-preview-list{margin-top:.4rem;display:flex;flex-direction:column;gap:.25rem}.pj-task-preview-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;padding:.25rem 0;color:#555}.pj-task-preview-item.done{color:#aaa}.pj-task-preview-item.done .pj-task-text{text-decoration:line-through}.pj-task-check{font-size:.9rem;flex-shrink:0}.pj-task-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pj-task-assignee{font-size:.7rem;color:#1565c0;background:#e3f2fd;padding:.1rem .4rem;border-radius:4px;flex-shrink:0}.pj-file-preview-list{margin-top:.4rem;display:flex;flex-wrap:wrap;gap:.35rem}.pj-file-preview-item{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .55rem;background:#f5f5f5;border-radius:6px;font-size:.75rem;color:#555;text-decoration:none;transition:background .15s}.pj-file-preview-item:hover{background:#e3f2fd;color:#1565c0}.pj-file-preview-item small{color:#aaa;font-size:.68rem}.pj-log-list{margin-top:.4rem;display:flex;flex-direction:column;gap:.3rem;padding-left:.5rem;border-left:2px solid #e8e8e8}.pj-log-item{display:flex;align-items:center;gap:.4rem;font-size:.78rem;padding:.2rem 0}.pj-log-dot{width:6px;height:6px;border-radius:50%;background:#1565c0;flex-shrink:0;margin-left:-.72rem}.pj-log-text{flex:1;color:#555}.pj-log-time{font-size:.68rem;color:#bbb;flex-shrink:0}@media (max-width: 768px){.pj-modal-tabs{padding:0 .75rem}.pj-modal-tab{padding:.6rem .75rem;font-size:.78rem}.pj-task-meta{flex-direction:column}.pj-task-assignee-input{max-width:100%}.pj-task-date-input{width:100%}.pj-tl-label-col{width:120px}.pj-tl-bar-col{min-width:250px}.pj-file-name{max-width:150px}}.pj-notif-bar{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;background:linear-gradient(135deg,#fff3e0,#fce4ec);border-radius:12px;border:1px solid #ffe0b2;margin-bottom:1rem;overflow-x:auto}.pj-notif-icon{font-size:1.2rem;flex-shrink:0}.pj-notif-list{display:flex;gap:1rem;flex-wrap:nowrap;overflow-x:auto}.pj-notif-item{white-space:nowrap;font-size:.82rem;font-weight:600;cursor:pointer;padding:2px 6px;border-radius:4px;transition:background .2s}.pj-notif-item:hover{background:#00000014;text-decoration:underline}.pj-notif-close{flex-shrink:0;width:28px;height:28px;background:#00000014;border:none;border-radius:6px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s;margin-left:auto}.pj-notif-close:hover{background:#00000026;color:#333}.pj-comments-tab{display:flex;flex-direction:column;gap:1rem}.pj-share-section{padding:1rem;background:#f0f7ff;border-radius:12px;border:1px solid #bbdefb}.pj-share-section h4{font-size:.88rem;font-weight:700;color:#1565c0;margin-bottom:.5rem}.pj-share-link-row{display:flex;gap:.5rem;margin-bottom:.35rem}.pj-share-link-input{flex:1;padding:.45rem .65rem;border:1px solid #90caf9;border-radius:6px;font-size:.82rem;background:#fff;color:#333;outline:none}.pj-share-copy-btn{padding:.45rem .85rem;background:#1565c0;color:#fff;border:none;border-radius:6px;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s}.pj-share-copy-btn:hover{background:#0d47a1}.pj-share-gen-btn{padding:.55rem 1rem;background:#1565c0;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;margin-bottom:.35rem;transition:all .2s}.pj-share-gen-btn:hover{background:#0d47a1;transform:translateY(-1px)}.pj-share-hint{font-size:.72rem;color:#666;display:block}.pj-chat-container{border:1px solid #e0e0e0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;background:#fff}.pj-chat-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#f8f9fa,#f0f2f5);border-bottom:1px solid #e8e8e8;font-size:.88rem;font-weight:700;color:#333}.pj-chat-header-icon{font-size:1.1rem}.pj-chat-name-btn{background:none;border:none;font-size:.85rem;cursor:pointer;padding:.2rem .4rem;border-radius:6px;transition:background .15s;margin-left:.3rem}.pj-chat-name-btn:hover{background:#00000014}.pj-chat-name-edit{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f0f2f5;border-bottom:1px solid #e8e8e8;font-size:.82rem;color:#666}.pj-chat-name-edit input{flex:1;padding:.35rem .6rem;border:1.5px solid #d0d0d0;border-radius:8px;font-size:.82rem;outline:none;font-family:inherit}.pj-chat-name-edit input:focus{border-color:#a60e16}.pj-chat-name-edit button{background:#a60e16;color:#fff;border:none;padding:.3rem .65rem;border-radius:8px;cursor:pointer;font-size:.82rem;font-weight:600}.pj-chat-count{margin-left:auto;font-size:.72rem;font-weight:500;color:#999;background:#eee;padding:.15rem .5rem;border-radius:20px}.pj-chat-messages{padding:1rem;max-height:340px;overflow-y:auto;display:flex;flex-direction:column;gap:.65rem;background:#f5f6f8}.pj-chat-messages::-webkit-scrollbar{width:5px}.pj-chat-messages::-webkit-scrollbar-track{background:transparent}.pj-chat-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.pj-chat-empty{text-align:center;padding:2.5rem 1rem;color:#bbb}.pj-chat-empty span{font-size:2.5rem;display:block;margin-bottom:.5rem}.pj-chat-empty p{font-size:.88rem;margin:0 0 .25rem}.pj-chat-empty small{font-size:.75rem;color:#ccc}.pj-chat-bubble{max-width:80%;padding:.6rem .85rem;border-radius:14px;position:relative;animation:chatSlideIn .2s ease}@keyframes chatSlideIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.pj-chat-bubble.client{align-self:flex-start;background:#e3f2fd;border-bottom-left-radius:4px;border-left:3px solid #42a5f5}.pj-chat-bubble.admin{align-self:flex-end;background:#fce4ec;border-bottom-right-radius:4px;border-right:3px solid #e84855}.pj-chat-bubble-header{display:flex;align-items:center;gap:.35rem;margin-bottom:.25rem}.pj-chat-avatar{font-size:.85rem}.pj-chat-author{font-size:.78rem;font-weight:700;color:#333}.pj-chat-time{font-size:.68rem;color:#999;margin-left:auto}.pj-chat-del{background:none;border:none;font-size:.7rem;color:#ccc;cursor:pointer;padding:.15rem .3rem;border-radius:4px;transition:all .15s;margin-left:.25rem}.pj-chat-del:hover{background:#c628281a;color:#c62828}.pj-chat-text{font-size:.85rem;line-height:1.55;color:#444;white-space:pre-wrap;word-break:break-word}.pj-chat-input-bar{display:flex;align-items:flex-end;gap:.5rem;padding:.65rem .85rem;border-top:1px solid #e8e8e8;background:#fff}.pj-chat-input{flex:1;padding:.55rem .75rem;border:1.5px solid #d8d8d8;border-radius:10px;font-size:.85rem;font-family:inherit;outline:none;resize:none;max-height:100px;overflow-y:auto;line-height:1.45;transition:border-color .2s;background:#f9fafb}.pj-chat-input:focus{border-color:#1565c0;background:#fff;box-shadow:0 0 0 2px #1565c014}.pj-chat-input::placeholder{color:#b0b0b0}.pj-chat-send{padding:.55rem 1rem;background:linear-gradient(135deg,#a60e16,#c62828);color:#fff;border:none;border-radius:10px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0;box-shadow:0 2px 6px #a60e1633}.pj-chat-send:hover{background:linear-gradient(135deg,#c62828,#e53935);transform:translateY(-1px);box-shadow:0 3px 10px #a60e164d}.pj-chat-send:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.pj-chat-attach-btn{background:none;border:none;font-size:1.15rem;cursor:pointer;padding:.3rem;border-radius:8px;transition:background .15s;flex-shrink:0}.pj-chat-attach-btn:hover{background:#f0f0f0}.pj-chat-attachment{display:inline-flex;align-items:center;gap:.3rem;margin-top:.4rem;padding:.3rem .6rem;background:#0000000a;border-radius:8px;font-size:.78rem;color:#1565c0;text-decoration:none;transition:background .15s}.pj-chat-attachment:hover{background:#00000014}.pj-chat-attachment small{color:#999}.pj-chat-file-preview{display:flex;align-items:center;gap:.5rem;padding:.45rem .85rem;background:#f0f7ff;border-top:1px solid #e0e8f0;font-size:.8rem;color:#1565c0}.pj-chat-file-preview button{margin-left:auto;background:none;border:none;color:#999;cursor:pointer;font-size:.85rem}.pj-chat-file-preview button:hover{color:#c62828}.pj-chat-img-wrap{display:block;margin-top:.35rem;border-radius:10px;overflow:hidden;max-width:220px}.pj-chat-thumb{width:100%;max-height:180px;object-fit:cover;border-radius:10px;cursor:pointer;transition:transform .15s}.pj-chat-thumb:hover{transform:scale(1.02)}.pj-invoice-tab{display:flex;flex-direction:column;gap:1rem}.pj-invoice-status-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:10px}.pj-invoice-status-row label{font-size:.85rem;font-weight:600;color:#555}.pj-invoice-status-row select{padding:.4rem .75rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.85rem;background:#fff;outline:none}.pj-invoice-items{display:flex;flex-direction:column;gap:.35rem}.pj-invoice-header-row,.pj-invoice-row{display:grid;grid-template-columns:1fr 70px 120px 110px 36px;gap:.4rem;align-items:start}.pj-invoice-header-row{padding:.4rem 0;border-bottom:2px solid #eee}.pj-invoice-header-row span{font-size:.75rem;font-weight:700;color:#999;text-transform:uppercase}.pj-invoice-row input,.pj-invoice-row textarea{padding:.45rem .55rem;border:1px solid #e8e8e8;border-radius:6px;font-size:.85rem;outline:none;transition:border-color .15s}.pj-invoice-row textarea{resize:vertical;min-height:38px;line-height:1.4;font-family:inherit}.pj-invoice-row input:focus,.pj-invoice-row textarea:focus{border-color:#1565c0}.pj-inv-qty{text-align:center}.pj-inv-price{text-align:right}.pj-inv-subtotal{font-size:.85rem;font-weight:600;color:#333;text-align:right}.pj-inv-del{border:none;background:transparent;font-size:.85rem;cursor:pointer;padding:.3rem;border-radius:4px;transition:background .15s}.pj-inv-del:hover{background:#ffebee}.pj-invoice-summary{padding:.75rem 1rem;background:linear-gradient(135deg,#f5f5f5,#fafafa);border-radius:10px;border:1px solid #e8e8e8}.pj-inv-sum-row{display:flex;justify-content:space-between;padding:.3rem 0;font-size:.85rem;color:#666}.pj-inv-sum-row.total{border-top:2px solid #ddd;margin-top:.3rem;padding-top:.5rem;font-size:1rem;font-weight:700;color:#a60e16}.pj-invoice-bank-info{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#f0f4ff,#f5f0ff);border-radius:12px;border:1px dashed #b0bec5}.pj-invoice-bank-info label{display:block;font-size:.85rem;font-weight:700;color:#333;margin-bottom:.5rem}.pj-invoice-bank-info textarea{width:100%;padding:.6rem .75rem;border:1px solid #d0d0d0;border-radius:8px;font-size:.85rem;font-family:inherit;line-height:1.5;resize:vertical;min-height:60px;background:#fff;transition:border-color .2s}.pj-invoice-bank-info textarea:focus{outline:none;border-color:#1565c0}.pj-report-tab{display:flex;flex-direction:column;gap:1rem}.pj-report-filters{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.pj-report-filter-btn{padding:.35rem .75rem;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:.78rem;cursor:pointer;transition:all .15s;color:#666}.pj-report-filter-btn:hover{border-color:#1565c0;color:#1565c0}.pj-report-filter-btn.active{background:#1565c0;color:#fff;border-color:#1565c0}.pj-report-add-btn{margin-left:auto;padding:.35rem .85rem;border:none;border-radius:6px;background:linear-gradient(135deg,#1565c0,#1976d2);color:#fff;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s}.pj-report-add-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #1565c04d}.pj-report-form{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:10px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.pj-report-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.pj-report-form-field{display:flex;flex-direction:column;gap:.25rem}.pj-report-form-field.full{grid-column:1 / -1}.pj-report-form-field label{font-size:.75rem;font-weight:600;color:#555}.pj-report-form-field input,.pj-report-form-field select,.pj-report-form-field textarea{padding:.5rem .65rem;border:1px solid #ddd;border-radius:6px;font-size:.82rem;transition:border-color .15s}.pj-report-form-field input:focus,.pj-report-form-field select:focus,.pj-report-form-field textarea:focus{border-color:#1565c0;outline:none}.pj-report-metrics-section{display:flex;flex-direction:column;gap:.4rem}.pj-report-metrics-section>label{font-size:.75rem;font-weight:600;color:#555}.pj-report-metric-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:.4rem;align-items:center}.pj-report-metric-row input{padding:.4rem .5rem;border:1px solid #ddd;border-radius:5px;font-size:.78rem}.pj-report-metric-row input:focus{border-color:#1565c0;outline:none}.pj-report-metric-del{background:none;border:none;cursor:pointer;font-size:.85rem;padding:.25rem;opacity:.5;transition:opacity .15s}.pj-report-metric-del:hover{opacity:1}.pj-report-metric-add{padding:.3rem .65rem;border:1px dashed #bbb;border-radius:5px;background:none;font-size:.75rem;color:#777;cursor:pointer;transition:all .15s;align-self:flex-start}.pj-report-metric-add:hover{background:#eee;border-color:#999}.pj-report-save-btn{padding:.55rem 1rem;background:linear-gradient(135deg,#1565c0,#1976d2);color:#fff;border:none;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;align-self:flex-end;transition:all .15s}.pj-report-save-btn:hover{transform:translateY(-1px);box-shadow:0 3px 10px #1565c04d}.pj-report-list{display:flex;flex-direction:column;gap:.75rem}.pj-report-empty{text-align:center;padding:2.5rem 1rem;color:#999}.pj-report-empty span{font-size:2.5rem;display:block;margin-bottom:.5rem}.pj-report-empty p{font-size:.85rem}.pj-report-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:1rem;transition:all .15s}.pj-report-card:hover{border-color:#ccc;box-shadow:0 2px 8px #0000000d}.pj-report-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.pj-report-card-header>div{display:flex;align-items:center;gap:.5rem}.pj-report-period-badge{display:inline-block;padding:.15rem .5rem;border-radius:4px;font-size:.7rem;font-weight:700;background:#e3f2fd;color:#1565c0}.pj-report-date{font-size:.78rem;color:#888}.pj-report-del-btn{background:none;border:none;cursor:pointer;font-size:.85rem;opacity:.4;transition:opacity .15s}.pj-report-del-btn:hover{opacity:1}.pj-report-card-title{font-size:.9rem;font-weight:700;color:#333;margin:0 0 .5rem}.pj-report-metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.5rem;margin-bottom:.5rem}.pj-report-metric-card{background:#f8f9fa;border-radius:8px;padding:.6rem .75rem;text-align:center}.pj-report-metric-label{font-size:.68rem;color:#888;margin-bottom:.15rem}.pj-report-metric-value{font-size:1.05rem;font-weight:700;color:#333}.pj-report-metric-change{font-size:.7rem;font-weight:600;color:#888;margin-top:.1rem}.pj-report-metric-change.positive{color:#2e7d32}.pj-report-metric-change.negative{color:#c62828}.pj-report-card-content{font-size:.82rem;color:#555;line-height:1.5;margin:0;white-space:pre-wrap}.pj-report-form-header{padding-bottom:.5rem;border-bottom:1px solid #e0e0e0;margin-bottom:.25rem}.pj-report-form-header h4{margin:0;font-size:.95rem;font-weight:700;color:#333}.pj-rpt-card{border:1px solid #e0e0e0;border-radius:12px;background:#fff;transition:all .2s ease;overflow:hidden}.pj-rpt-card:hover{border-color:silver;box-shadow:0 2px 8px #0000000d}.pj-rpt-card.expanded{border-color:#1565c0;box-shadow:0 4px 16px #1565c01a}.pj-rpt-card-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;cursor:pointer;user-select:none;transition:background .15s}.pj-rpt-card-header:hover{background:#f8f9fa}.pj-rpt-card-left{display:flex;align-items:center;gap:.6rem;flex:1;min-width:0}.pj-rpt-period-tag{display:inline-block;padding:.15rem .55rem;border-radius:4px;font-size:.7rem;font-weight:700;background:#e3f2fd;color:#1565c0;flex-shrink:0}.pj-rpt-date{font-size:.78rem;color:#888;flex-shrink:0}.pj-rpt-title{font-size:.88rem;font-weight:700;color:#333;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pj-rpt-card-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.pj-rpt-metric-count{font-size:.72rem;color:#888;background:#f0f0f0;padding:.15rem .5rem;border-radius:10px}.pj-rpt-chevron{font-size:.85rem;color:#999;transition:transform .25s ease;display:inline-block}.pj-rpt-chevron.open{transform:rotate(180deg)}.pj-rpt-card-body{padding:0 1rem 1rem;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pj-rpt-actions{display:flex;gap:.5rem;margin-bottom:.75rem;padding-bottom:.65rem;border-bottom:1px solid #f0f0f0}.pj-rpt-edit-btn,.pj-rpt-del-btn{padding:.35rem .75rem;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s;border:1px solid transparent}.pj-rpt-edit-btn{background:#e3f2fd;color:#1565c0;border-color:#bbdefb}.pj-rpt-edit-btn:hover{background:#bbdefb;transform:translateY(-1px)}.pj-rpt-del-btn{background:#ffebee;color:#c62828;border-color:#ffcdd2}.pj-rpt-del-btn:hover{background:#ffcdd2;transform:translateY(-1px)}.pj-rpt-metrics{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;margin-bottom:.75rem}.pj-rpt-metric{background:#f5f7fa;border-radius:8px;padding:.6rem .75rem;text-align:center;border:1px solid #eee}.pj-rpt-metric-label{font-size:.68rem;color:#888;margin-bottom:.15rem}.pj-rpt-metric-val{font-size:1.05rem;font-weight:700;color:#333}.pj-rpt-metric-change{font-size:.7rem;font-weight:600;color:#888;margin-top:.1rem}.pj-rpt-metric-change.up{color:#2e7d32}.pj-rpt-metric-change.down{color:#c62828}.pj-rpt-content{font-size:.85rem;color:#444;line-height:1.7;overflow-x:auto}.pj-rpt-content table{width:100%;border-collapse:collapse;margin:.75rem 0;font-size:.82rem}.pj-rpt-content th,.pj-rpt-content td{border:1px solid #e0e0e0;padding:.5rem .65rem;text-align:left}.pj-rpt-content th{background:#f5f5f5;font-weight:700}.pj-rpt-content blockquote{border-left:4px solid #1565c0;margin:.75rem 0;padding:.6rem 1rem;background:#f8f9ff;border-radius:0 8px 8px 0;color:#444}.pj-rpt-content hr{border:none;border-top:2px solid #e0e0e0;margin:1rem 0}.pj-rpt-content h1,.pj-rpt-content h2,.pj-rpt-content h3{margin:1rem 0 .5rem;color:#1a1a2e}.pj-rpt-content img{max-width:100%;border-radius:8px;margin:.75rem 0}.pj-rpt-updated{margin-top:.75rem;padding-top:.5rem;border-top:1px solid #f0f0f0;font-size:.72rem;color:#aaa;text-align:right}[data-theme=dark] .pj-rpt-card{background:#1e1e2e;border-color:#333}[data-theme=dark] .pj-rpt-card.expanded{border-color:#1976d2}[data-theme=dark] .pj-rpt-card-header:hover{background:#ffffff08}[data-theme=dark] .pj-rpt-title{color:#e0e0e0}[data-theme=dark] .pj-rpt-metric{background:#ffffff0d;border-color:#333}[data-theme=dark] .pj-rpt-metric-val{color:#e0e0e0}[data-theme=dark] .pj-rpt-content{color:#ccc}[data-theme=dark] .pj-rpt-content th{background:#ffffff0f;color:#ddd}[data-theme=dark] .pj-rpt-content td{border-color:#444}[data-theme=dark] .pj-rpt-content blockquote{background:#1565c01a;color:#ccc}[data-theme=dark] .pj-rpt-actions{border-color:#333}[data-theme=dark] .pj-rpt-edit-btn{background:#1565c026;color:#64b5f6;border-color:#1565c04d}[data-theme=dark] .pj-rpt-del-btn{background:#c6282826;color:#ef9a9a;border-color:#c628284d}[data-theme=dark] .pj-report-form-header{border-color:#333}[data-theme=dark] .pj-report-form-header h4{color:#e0e0e0}.pj-report-view{display:flex;flex-direction:column;gap:1.25rem}.pj-report-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.pj-report-card{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1rem;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:14px;border:1px solid #e8e8e8;box-shadow:0 2px 8px #0000000a}.pj-report-card.green{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-color:#c8e6c9}.pj-report-card.orange{background:linear-gradient(135deg,#fff3e0,#fff8e1);border-color:#ffe0b2}.pj-report-card.blue{background:linear-gradient(135deg,#e3f2fd,#e8eaf6);border-color:#bbdefb}.pj-report-card-icon{font-size:1.5rem}.pj-report-card-num{font-size:1.1rem;font-weight:800;color:#333;display:block}.pj-report-card small{font-size:.75rem;color:#888}.pj-report-section{background:#fff;border-radius:14px;border:1px solid #e8e8e8;padding:1.25rem;box-shadow:0 2px 8px #0000000a}.pj-report-section h3{font-size:.95rem;font-weight:700;color:#333;margin-bottom:1rem}.pj-report-section.half{flex:1}.pj-report-row{display:flex;gap:1rem}.pj-report-chart{display:flex;align-items:flex-end;gap:1rem;height:200px;padding:1rem 0}.pj-chart-bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;gap:.3rem;height:100%}.pj-chart-bar-container{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.pj-chart-bar{width:60%;min-height:4px;background:linear-gradient(180deg,#a60e16,#c62828);border-radius:6px 6px 0 0;position:relative;transition:height .5s ease}.pj-chart-bar-val{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:.65rem;font-weight:600;color:#666;white-space:nowrap}.pj-chart-bar-label{font-size:.8rem;font-weight:600;color:#555}.pj-chart-bar-sub{font-size:.7rem;color:#999}.pj-report-empty{text-align:center;color:#bbb;padding:2rem;font-size:.9rem}.pj-report-stat-list{display:flex;flex-direction:column;gap:.6rem}.pj-report-stat-item{display:flex;align-items:center;gap:.75rem}.pj-report-stat-label{font-size:.82rem;font-weight:600;color:#555;min-width:80px}.pj-report-stat-bar>div{height:100%;border-radius:4px;transition:width .4s ease}.pj-report-stat-num{font-size:.82rem;font-weight:700;color:#333;min-width:30px;text-align:right}.pj-unpaid-list{display:flex;flex-direction:column;gap:.4rem}.pj-unpaid-item{display:grid;grid-template-columns:1fr 120px 120px 80px;gap:.5rem;align-items:center;padding:.65rem .75rem;background:#fff8e1;border-radius:8px;border:1px solid #ffe0b2}.pj-unpaid-title{font-size:.85rem;font-weight:600;color:#333}.pj-unpaid-client{font-size:.82rem;color:#777}.pj-unpaid-amount{font-size:.85rem;font-weight:700;color:#e65100;text-align:right}.pj-unpaid-status{font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:12px;text-align:center}.pj-unpaid-status.draft{background:#f5f5f5;color:#999}@media (max-width: 768px){.pj-report-summary{grid-template-columns:repeat(2,1fr)}.pj-report-row{flex-direction:column}.pj-unpaid-item{grid-template-columns:1fr 1fr}.pj-invoice-header-row,.pj-invoice-row{grid-template-columns:1fr 60px 90px 80px 32px}}.pj-preview-popup{background:#fff;border-radius:18px;width:90%;max-width:720px;max-height:85vh;overflow-y:auto;padding:2rem;box-shadow:0 20px 60px #0003;animation:modalSlideIn .25s ease}.pj-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.pj-preview-header-left{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.pj-preview-header-right{display:flex;align-items:center;gap:.5rem}.pj-preview-edit-btn{padding:.4rem .85rem;border:1px solid #1565c0;background:transparent;color:#1565c0;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.pj-preview-edit-btn:hover{background:#1565c0;color:#fff}.pj-preview-close{border:none;background:#f5f5f5;width:32px;height:32px;border-radius:50%;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.pj-preview-close:hover{background:#e0e0e0}.pj-preview-title{font-size:1.4rem;font-weight:800;color:#1a1a2e;margin-bottom:.75rem}.pj-preview-meta{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.85rem;color:#666;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #f0f0f0}.pj-preview-progress{margin-bottom:1.25rem}.pj-preview-progress-label{display:flex;justify-content:space-between;font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:#555}.pj-preview-section{background:#fafafa;border-radius:12px;padding:1rem;margin-bottom:.75rem}.pj-preview-section h4{font-size:.9rem;font-weight:700;color:#333;margin-bottom:.6rem}.pj-preview-desc{font-size:.85rem;color:#555;line-height:1.6}.pj-preview-tasks{display:flex;flex-direction:column;gap:.3rem}.pj-preview-task-item{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.85rem}.pj-preview-task-item.done{color:#aaa;text-decoration:line-through}.pj-preview-comments{display:flex;flex-direction:column;gap:.5rem}.pj-preview-comment{padding:.6rem .75rem;border-radius:8px;font-size:.85rem}.pj-preview-comment.admin{background:#f5f5f5}.pj-preview-comment.client{background:#e3f2fd}.pj-preview-comment strong{display:block;font-size:.8rem;margin-bottom:.15rem}.pj-preview-comment p{margin:.15rem 0;color:#555}.pj-preview-comment small{color:#999;font-size:.72rem}.pj-preview-logs{display:flex;flex-direction:column;gap:.4rem}.pj-preview-log-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#666}.pj-preview-log-dot{width:6px;height:6px;border-radius:50%;background:#1565c0;flex-shrink:0}.pj-preview-log-item small{margin-left:auto;color:#aaa;font-size:.72rem}.pj-notif-bell-wrap{position:relative}.pj-notif-bell{border:none;background:#f5f5f5;width:38px;height:38px;border-radius:10px;font-size:1.1rem;cursor:pointer;position:relative;transition:background .15s}.pj-notif-bell:hover{background:#e8e8e8}.pj-notif-badge{position:absolute;top:-3px;right:-3px;background:#c62828;color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}.pj-notif-dropdown{position:absolute;top:44px;right:0;width:340px;background:#fff;border-radius:14px;box-shadow:0 10px 40px #00000026;z-index:999;overflow:hidden;animation:notifDropIn .2s ease}@keyframes notifDropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pj-notif-dd-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #f0f0f0}.pj-notif-dd-header strong{font-size:.9rem;color:#333}.pj-notif-dd-header button{border:none;background:transparent;color:#1565c0;font-size:.75rem;font-weight:600;cursor:pointer}.pj-notif-dd-empty{padding:2rem 1rem;text-align:center;color:#bbb;font-size:.85rem}.pj-notif-dd-list{max-height:300px;overflow-y:auto}.pj-notif-dd-item{padding:.75rem 1rem;border-bottom:1px solid #f8f8f8;cursor:pointer;transition:background .15s;font-size:.82rem;color:#555}.pj-notif-dd-item:hover{background:#f8f9fa}.pj-notif-dd-item strong{color:#333}.pj-notif-dd-item em{color:#1565c0;font-style:normal;font-weight:600}.pj-notif-dd-item p{margin:.2rem 0;color:#888;font-size:.78rem}.pj-notif-dd-item small{color:#bbb;font-size:.7rem}.pj-share-del-btn{padding:.4rem .6rem;border:1px solid #e53935;background:transparent;color:#e53935;border-radius:8px;font-size:.85rem;cursor:pointer;transition:all .2s;flex-shrink:0}.pj-share-del-btn:hover{background:#e53935;color:#fff}.pj-share-hint strong{color:#e53935}.pj-share-msg-area{margin-top:.75rem}.pj-share-msg-area label{display:block;font-size:.82rem;font-weight:600;color:#555;margin-bottom:.3rem}.pj-share-msg-input{width:100%;padding:.6rem .75rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.85rem;resize:vertical;min-height:60px;font-family:inherit;outline:none;transition:border-color .15s}.pj-share-msg-input:focus{border-color:#1565c0}.pj-task-due{font-size:.72rem;color:#999;margin-left:auto}.dash-greeting{margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dash-greeting h2{font-size:1.75rem;font-weight:800;color:#1a1a1a;margin:0 0 .25rem}.dash-greeting p{color:#888;font-size:.95rem;margin:0}.dash-greeting p strong{color:#1a1a1a}.dash-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.dash-stat-card{background:#fff;border-radius:16px;padding:1.25rem 1.5rem;border:1px solid #e8e8e8;transition:all .3s ease}.dash-stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.dash-stat-highlight{background:linear-gradient(135deg,#a60e16,#c4252e);border-color:transparent}.dash-stat-highlight .dash-stat-title,.dash-stat-highlight .dash-stat-number,.dash-stat-highlight .dash-stat-sub,.dash-stat-highlight .dash-stat-arrow{color:#fff!important}.dash-stat-highlight .dash-stat-sub{opacity:.85}.dash-stat-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.dash-stat-title{font-size:.8rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.dash-stat-arrow{width:28px;height:28px;border-radius:8px;background:#0000000a;display:flex;align-items:center;justify-content:center;font-size:14px;color:#666}.dash-stat-highlight .dash-stat-arrow{background:#fff3}.dash-stat-number{font-size:2.25rem;font-weight:800;color:#1a1a1a;line-height:1;margin-bottom:.5rem}.dash-stat-sub{font-size:.75rem;color:#999}.dash-mid-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:1.5rem}.dash-card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e8e8e8}.dash-card h3{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem}.dash-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dash-card-header h3{margin:0}.dash-btn-new{padding:5px 14px;border-radius:20px;font-size:.75rem;font-weight:600;border:1px solid #e0e0e0;text-decoration:none;color:#1a1a1a;transition:all .2s}.dash-btn-new:hover{background:#a60e16;color:#fff;border-color:#a60e16}.dash-bar-chart{display:flex;align-items:flex-end;gap:.75rem;height:180px;padding-top:1rem}.dash-bar-item{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.dash-bar-wrapper{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.dash-bar{width:70%;min-width:20px;max-width:40px;border-radius:8px 8px 4px 4px;min-height:12px;position:relative;transition:height .6s ease;display:flex;align-items:flex-start;justify-content:center}.dash-bar-value{position:absolute;top:-20px;font-size:.7rem;font-weight:700;color:#1a1a1a}.dash-bar-label{margin-top:.5rem;font-size:.65rem;color:#999;text-align:center;white-space:nowrap}.dash-inquiry-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.dash-inquiry-item{padding:.75rem;background:#fafafa;border-radius:10px;border-left:3px solid #a60e16}.dash-inquiry-name{font-weight:700;font-size:.85rem;color:#1a1a1a;margin-bottom:.2rem}.dash-inquiry-msg{font-size:.75rem;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-inquiry-date{font-size:.65rem;color:#bbb;margin-top:.2rem}.dash-card-link{display:inline-block;font-size:.8rem;font-weight:600;color:#a60e16;text-decoration:none;padding:4px 0;transition:opacity .2s}.dash-card-link:hover{opacity:.7}.dash-empty{text-align:center;padding:1.5rem 0}.dash-empty-icon{font-size:2rem;display:block;margin-bottom:.5rem;opacity:.4}.dash-empty p{font-size:.8rem;color:#bbb;margin:0}.dash-project-list{display:flex;flex-direction:column;gap:.6rem}.dash-project-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.dash-project-item:last-child{border-bottom:none}.dash-project-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#ccc;margin-top:.3rem}.dash-project-dot.status-progress{background:#a60e16}.dash-project-dot.status-done{background:#2e7d32}.dash-project-dot.status-wait{background:#f59e0b}.dash-project-info{flex:1;min-width:0}.dash-project-title{font-size:.8rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-project-meta{font-size:.65rem;color:#bbb;display:flex;gap:.5rem;margin-top:.25rem;flex-wrap:wrap}.dash-project-badge{padding:3px 10px;border-radius:12px;font-size:.6rem;font-weight:600;white-space:nowrap;background:#f0f0f0;color:#888;margin-top:.1rem}.dash-project-badge.status-progress{background:#fef2f2;color:#a60e16}.dash-project-badge.status-done{background:#e8f5e9;color:#2e7d32}.dash-project-badge.status-wait{background:#fffbeb;color:#b45309}.dash-bottom-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.dash-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.dash-quick-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.85rem .5rem;border-radius:12px;background:#fafafa;text-decoration:none;transition:all .2s;border:1px solid transparent}.dash-quick-item:hover{background:#fef2f2;border-color:#a60e16;transform:translateY(-2px)}.dash-quick-icon{font-size:1.4rem}.dash-quick-label{font-size:.65rem;font-weight:600;color:#555}.dash-donut-wrap{display:flex;flex-direction:column;align-items:center;gap:1rem}.dash-donut{width:140px;height:140px;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.dash-donut-inner{width:90px;height:90px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.dash-donut-value{font-size:1.5rem;font-weight:800;color:#1a1a1a;line-height:1}.dash-donut-label{font-size:.6rem;color:#999;margin-top:2px}.dash-donut-legend{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.dash-legend-item{display:flex;align-items:center;gap:4px;font-size:.7rem;color:#666}.dash-legend-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dash-welcome-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)!important;color:#fff;display:flex;flex-direction:column;justify-content:space-between;border-color:transparent!important;overflow:hidden;position:relative}.dash-welcome-card:before{content:"";position:absolute;top:-30%;right:-20%;width:180px;height:180px;border-radius:50%;background:#a60e1626}.dash-welcome-card h3{color:#a60e16;font-size:1.5rem;font-weight:800;letter-spacing:1px}.dash-welcome-content p{color:#fff9;font-size:.85rem;margin:.25rem 0}.dash-welcome-time{font-size:.9rem;font-weight:600;color:#fff;margin-top:.75rem}.dash-welcome-btn{display:inline-flex;align-items:center;gap:.4rem;padding:10px 18px;background:#ffffff1a;border-radius:10px;color:#fff;text-decoration:none;font-size:.8rem;font-weight:600;transition:all .2s;margin-top:1rem;align-self:flex-start;z-index:1}.dash-welcome-btn:hover{background:#fff3}@media (max-width: 1200px){.dash-mid-row{grid-template-columns:1fr 1fr}.dash-projects-card{grid-column:1 / -1}.dash-bottom-row{grid-template-columns:1fr 1fr}.dash-welcome-card{grid-column:1 / -1}}@media (max-width: 768px){.dash-stats-row{grid-template-columns:repeat(2,1fr);gap:.6rem}.dash-stat-card{padding:1rem .85rem}.dash-stat-number{font-size:1.75rem}.dash-stat-sub{font-size:.68rem}.dash-greeting{margin-bottom:1rem}.dash-greeting h2{font-size:1.25rem}.dash-greeting p{font-size:.82rem}.dash-mid-row{grid-template-columns:1fr;gap:.85rem}.dash-projects-card{grid-column:auto;order:-1}.dash-chart-card{order:1}.dash-inquiries-card{order:2}.dash-bottom-row{grid-template-columns:1fr;gap:.85rem}.dash-welcome-card{grid-column:auto}.dash-card{padding:1rem;overflow:hidden;min-width:0}.dash-card h3{font-size:.92rem;margin-bottom:.75rem}.dash-bar-chart{height:120px;overflow:hidden}.dash-bar-label{font-size:.6rem}.dash-bar-value{font-size:.65rem}.dash-inquiry-item{padding:.6rem;overflow:hidden}.dash-inquiry-name{font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-inquiry-msg{font-size:.72rem;overflow:hidden;text-overflow:ellipsis}.dash-project-item{overflow:hidden;min-width:0}.dash-project-title{font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-project-meta{font-size:.72rem}.dash-project-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-project-info{min-width:0;overflow:hidden}.dash-quick-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.dash-quick-item{padding:.6rem .25rem}.dash-quick-icon{font-size:1.4rem}.dash-quick-label{font-size:.65rem}.dash-donut-wrap{gap:.75rem}.dash-donut{width:100px;height:100px}.dash-donut-value{font-size:1.1rem}.dash-donut-legend{gap:.35rem}.dash-legend-item{font-size:.75rem}.dash-welcome-content h3{font-size:1.1rem}.dash-welcome-content p{font-size:.82rem}.dash-welcome-time{font-size:.75rem}.dash-welcome-btn{font-size:.78rem;padding:.5rem 1rem}.dash-card-link{font-size:.75rem}}.admin-filter-bar{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.admin-search-wrap{flex:1;min-width:200px;position:relative}.admin-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:.9rem;pointer-events:none}.admin-search{width:100%;padding:.6rem 2.2rem .6rem 2.4rem;border:2px solid #e8e8e8;border-radius:10px;font-size:.9rem;background:#fff;transition:border-color .2s}.admin-search:focus{outline:none;border-color:#a60e16}.admin-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:.9rem;cursor:pointer;color:#999;padding:4px}.admin-search-clear:hover{color:#333}.admin-filter-select{padding:.6rem 1rem;border:2px solid #e8e8e8;border-radius:10px;font-size:.85rem;background:#fff;cursor:pointer;min-width:120px;transition:border-color .2s}.admin-filter-select:focus{outline:none;border-color:#a60e16}@media (max-width: 768px){.admin-filter-bar{flex-direction:column}.admin-search-wrap,.admin-filter-select{width:100%}}.db-env-switch{display:flex;gap:.5rem;margin-bottom:2rem;background:#f5f5f5;padding:4px;border-radius:12px;width:fit-content}.db-env-btn{padding:.6rem 1.5rem;border:none;border-radius:10px;background:transparent;cursor:pointer;font-size:.85rem;font-weight:500;color:#888;transition:all .2s}.db-env-btn:hover{color:#333}.db-env-btn.active.prod{background:#fff;color:#c33;box-shadow:0 2px 8px #00000014;font-weight:600}.db-env-btn.active.dev{background:#fff;color:#2a7;box-shadow:0 2px 8px #00000014;font-weight:600}.db-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.db-item{background:#fff;border:1px solid #eee;border-radius:16px;padding:1.25rem;cursor:pointer;transition:all .25s}.db-item:hover{border-color:#ddd;transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.db-item.active{border-color:#a60e16;box-shadow:0 4px 16px #a60e161a}.db-item-header{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.db-item-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0;color:#fff}.db-item-meta h4{margin:0;font-size:.95rem;font-weight:600;color:#222}.db-item-meta code{font-size:.72rem;color:#999;background:#f5f5f5;padding:1px 6px;border-radius:4px}.db-item-footer{display:flex;align-items:center;gap:1.25rem;padding-top:.85rem;border-top:1px solid #f0f0f0}.db-item-stat{display:flex;flex-direction:column}.db-item-stat-num{font-size:.95rem;font-weight:700;color:#222}.db-item-stat-label{font-size:.7rem;color:#999}.db-item-type{margin-left:auto;font-size:.7rem;padding:3px 8px;border-radius:6px;font-weight:500}.db-item-type.array{background:#e8f0fe;color:#1a73e8}.db-item-type.object{background:#fef3e0;color:#e67e22}.db-viewer-card{border-radius:16px;overflow:hidden;border:1px solid #eee;background:#fff}.db-viewer-top{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#fafafa;border-bottom:1px solid #eee;flex-wrap:wrap;gap:1rem}.db-viewer-title{display:flex;align-items:center;gap:.75rem}.db-viewer-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff}.db-viewer-title h3{margin:0;font-size:1rem;font-weight:600}.db-viewer-title code{font-size:.75rem;color:#999}.db-viewer-btns{display:flex;gap:.4rem}.btn-db-secondary{padding:.45rem .85rem;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;font-size:.8rem;color:#555;transition:all .15s}.btn-db-secondary:hover{background:#f5f5f5;border-color:#ccc}.btn-db-danger{padding:.45rem .85rem;border:none;border-radius:8px;background:#dc3545;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .15s}.btn-db-danger:hover{background:#c82333}.db-record-bar{padding:.65rem 1.5rem;display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#666;border-bottom:1px solid #f0f0f0}.db-sel-badge{color:#a60e16;font-weight:600;font-size:.8rem;background:#fee;padding:2px 10px;border-radius:12px}.db-status-msg{padding:3rem;text-align:center;color:#999}.db-tbl-wrap{overflow-x:auto}.db-tbl{width:100%;border-collapse:collapse;font-size:.85rem}.db-tbl thead th{padding:.7rem 1rem;text-align:left;font-weight:600;color:#555;background:#f8f9fa;border-bottom:2px solid #eee;white-space:nowrap;font-size:.78rem;text-transform:uppercase;letter-spacing:.3px}.db-tbl tbody td{padding:.6rem 1rem;border-bottom:1px solid #f3f3f3;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333}.db-tbl tbody tr:hover{background:#fafbfc}.db-tbl tbody tr.sel{background:#fff5f5}.db-tbl-chk{width:40px;text-align:center!important}.db-tbl-num{color:#bbb;font-size:.8rem}.db-cell-tag{font-size:.72rem;padding:2px 6px;background:#e8f0fe;color:#1a73e8;border-radius:4px;font-family:monospace}.btn-icon-danger{opacity:.4;transition:opacity .15s}.btn-icon-danger:hover{opacity:1}.db-obj-wrap{padding:1.5rem}.db-obj-notice{padding:.65rem 1rem;background:#f0f4ff;border-radius:8px;color:#4a6fa5;font-size:.85rem;margin-bottom:1.25rem}.db-obj-grid{display:grid;grid-template-columns:1fr;gap:.4rem}.db-obj-item{display:flex;gap:1rem;padding:.75rem 1rem;background:#fafafa;border-radius:8px;font-size:.85rem;transition:background .15s}.db-obj-item:hover{background:#f0f0f0}.db-obj-key{font-weight:600;color:#333;min-width:140px;flex-shrink:0}.db-obj-val{color:#666;word-break:break-all;font-family:Courier New,monospace;font-size:.78rem;line-height:1.5}@media (max-width: 768px){.db-grid{grid-template-columns:1fr}.db-viewer-top{flex-direction:column;align-items:flex-start}.db-viewer-btns{width:100%;justify-content:flex-end}.db-tbl{font-size:.75rem}.db-tbl thead th,.db-tbl tbody td{padding:.5rem .6rem}.db-obj-item{flex-direction:column;gap:.25rem}.db-obj-key{min-width:auto}}.admin-theme-toggle{width:36px;height:36px;border-radius:50%;border:1px solid #ddd;background:#fff;font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.admin-theme-toggle:hover{transform:scale(1.1) rotate(15deg);border-color:#a60e16;box-shadow:0 0 10px #a60e1633}[data-theme=dark] .admin-body{background:#0f1117}[data-theme=dark] .admin-theme-toggle{border-color:#444;background:#1e1e1e}[data-theme=dark] .admin-sidebar{background:#141620;border-right:1px solid #1e2030}[data-theme=dark] .sidebar-header{border-bottom:1px solid #1e2030}[data-theme=dark] .sidebar-header h3{color:#e0e0e0}[data-theme=dark] .sidebar-nav .nav-item{color:#999}[data-theme=dark] .sidebar-nav .nav-item:hover{background:#1a1d2e;color:#e0e0e0}[data-theme=dark] .sidebar-nav .nav-item.active{background:#a60e1626;color:#ff6b6b;border-color:#e63946}[data-theme=dark] .sidebar-footer{border-top:1px solid #1e2030}[data-theme=dark] .user-details strong{color:#e0e0e0}[data-theme=dark] .user-details span{color:#888}[data-theme=dark] .btn-logout{background:#ffffff0d;color:#ccc;border-color:#333}[data-theme=dark] .btn-logout:hover{background:#e6394626;color:#ff6b6b}[data-theme=dark] .admin-header{background:#141620;border-bottom:1px solid #1e2030}[data-theme=dark] .admin-header h1{color:#e0e0e0}[data-theme=dark] .admin-main{background:#0f1117}[data-theme=dark] .btn-secondary,[data-theme=dark] .btn.btn-secondary{background:#1e2030;color:#ccc;border-color:#333}[data-theme=dark] .btn-secondary:hover{background:#252840;color:#fff}[data-theme=dark] .dash-greeting h2{color:#e0e0e0}[data-theme=dark] .dash-greeting p{color:#888}[data-theme=dark] .dash-stat-card{background:#1a1d2e;border-color:#252840}[data-theme=dark] .dash-stat-card.dash-stat-highlight{background:linear-gradient(135deg,#2a1015,#1a1d2e);border-color:#e6394633}[data-theme=dark] .dash-stat-title{color:#999}[data-theme=dark] .dash-stat-number{color:#e0e0e0}[data-theme=dark] .dash-stat-sub{color:#666}[data-theme=dark] .dash-card{background:#1a1d2e;border-color:#252840}[data-theme=dark] .dash-card h3{color:#e0e0e0}[data-theme=dark] .content-table table{background:#1a1d2e}[data-theme=dark] .content-table thead th{background:#141620;color:#999;border-color:#252840}[data-theme=dark] .content-table tbody td{color:#ccc;border-color:#1e2030}[data-theme=dark] .content-table tbody tr:hover{background:#1e2030}[data-theme=dark] .modal-overlay{background:#000000b3}[data-theme=dark] .modal-content{background:#1a1d2e;border:1px solid #252840}[data-theme=dark] .modal-header{background:#1a1d2e;border-bottom-color:#252840}[data-theme=dark] .modal-header h3{color:#e0e0e0}[data-theme=dark] .modal-footer{border-top-color:#252840}[data-theme=dark] .modal-close{color:#999}[data-theme=dark] .cms-field input,[data-theme=dark] .cms-field select,[data-theme=dark] .cms-field textarea{background:#141620;border-color:#333;color:#e0e0e0}[data-theme=dark] .cms-field input:focus,[data-theme=dark] .cms-field select:focus,[data-theme=dark] .cms-field textarea:focus{border-color:#e63946;background:#1a1d2e;color:#fff}[data-theme=dark] .cms-field label{color:#999}[data-theme=dark] .cms-section h3{color:#e8e8e8}[data-theme=dark] .cms-section h4{color:#ddd}[data-theme=dark] .cms-card{background:#1a1d2e;border-color:#2e3350}[data-theme=dark] .cms-card-header{color:#ddd;border-bottom-color:#2e3350}[data-theme=dark] .cms-save-bar{background:#1a1d2e;border-top-color:#2e3350}[data-theme=dark] .cms-tab{background:#1a1d2e;border-color:#2e3350;color:#bbb}[data-theme=dark] .cms-tab:hover{border-color:#e63946;color:#e63946}[data-theme=dark] .cms-tab.active{background:linear-gradient(135deg,#a60e16,#d41920);color:#fff;border-color:transparent}[data-theme=dark] .email-list-item{background:#252840;color:#ddd}[data-theme=dark] .email-remove-btn{color:#888}[data-theme=dark] .email-remove-btn:hover{background:#e6394626;color:#e63946}[data-theme=dark] .email-toggle-row strong{color:#ddd}[data-theme=dark] .email-toggle-row input[type=checkbox]{background:#444}[data-theme=dark] .cms-email-input{background:#141620;border-color:#333;color:#e0e0e0}[data-theme=dark] .badge{opacity:.9}[data-theme=dark] .status-badge{opacity:.85}[data-theme=dark] .admin-toolbar span{color:#999}[data-theme=dark] .admin-filter-bar .admin-search{background:#1a1d2e;border-color:#333;color:#e0e0e0}[data-theme=dark] .admin-filter-bar .admin-search:focus{border-color:#e63946}[data-theme=dark] .admin-filter-select{background:#1a1d2e;border-color:#333;color:#ccc}[data-theme=dark] .admin-toast{background:#1a1d2e;color:#e0e0e0;border-color:#333}[data-theme=dark] .db-env-switch{background:#1a1d2e}[data-theme=dark] .db-env-btn{color:#777}[data-theme=dark] .db-env-btn.active.prod{background:#252840;color:#ff6b6b}[data-theme=dark] .db-env-btn.active.dev{background:#252840;color:#4ade80}[data-theme=dark] .db-item{background:#1a1d2e;border-color:#252840}[data-theme=dark] .db-item:hover{border-color:#333;box-shadow:0 8px 24px #0000004d}[data-theme=dark] .db-item.active{border-color:#e63946;box-shadow:0 4px 16px #e6394626}[data-theme=dark] .db-item-meta h4{color:#e0e0e0}[data-theme=dark] .db-item-meta code{background:#252840;color:#888}[data-theme=dark] .db-item-footer{border-top-color:#252840}[data-theme=dark] .db-item-stat-num{color:#e0e0e0}[data-theme=dark] .db-viewer-card{background:#1a1d2e;border-color:#252840}[data-theme=dark] .db-viewer-top{background:#141620;border-bottom-color:#252840}[data-theme=dark] .db-viewer-title h3{color:#e0e0e0}[data-theme=dark] .btn-db-secondary{background:#252840;border-color:#333;color:#ccc}[data-theme=dark] .db-tbl thead th{background:#141620;color:#999;border-color:#252840}[data-theme=dark] .db-tbl tbody td{border-color:#1e2030;color:#ccc}[data-theme=dark] .db-tbl tbody tr:hover{background:#1e2030}[data-theme=dark] .db-tbl tbody tr.sel{background:#e6394614}[data-theme=dark] .db-obj-item{background:#141620}[data-theme=dark] .db-obj-item:hover{background:#1e2030}[data-theme=dark] .db-obj-key{color:#ccc}[data-theme=dark] .db-obj-val{color:#888}[data-theme=dark] .db-obj-notice{background:#1a73e81a;color:#7eb3f0}[data-theme=dark] .db-record-bar{color:#999;border-color:#252840}[data-theme=dark] .dash-quick-grid a{background:#1a1d2e;color:#ccc;border-color:#252840}[data-theme=dark] .dash-quick-grid a:hover{background:#252840;color:#fff}[data-theme=dark] .dash-progress-bg{background:#252840}[data-theme=dark] .dash-bar-label{color:#999}[data-theme=dark] .dash-bar-value{color:#ccc}[data-theme=dark] .dash-inq-item{border-color:#252840}[data-theme=dark] .dash-inq-item:hover{background:#1e2030}[data-theme=dark] .rich-editor-toolbar{background:#141620;border-color:#333}[data-theme=dark] .rich-editor-toolbar button{color:#ccc}[data-theme=dark] .rich-editor-content{background:#1a1d2e;border-color:#333;color:#e0e0e0}[data-theme=dark] .pj-modal-tabs{background:#1a1d2e;border-bottom-color:#2a2d40}[data-theme=dark] .pj-modal-tab{color:#888}[data-theme=dark] .pj-modal-tab:hover{color:#ccc}[data-theme=dark] .pj-modal-tab.active{color:#ff6b6b;border-bottom-color:#ff6b6b}[data-theme=dark] .admin-modal-overlay{background:#000000b3}[data-theme=dark] .admin-modal{background:#1a1d2e;border:1px solid #2a2d42;color:#ddd}[data-theme=dark] .admin-modal h2{color:#eee}[data-theme=dark] .admin-modal-close{color:#888}[data-theme=dark] .admin-modal-close:hover{color:#fff;background:#ffffff1a}[data-theme=dark] .pj-form-grid label{color:#bbb}[data-theme=dark] .pj-form-grid input,[data-theme=dark] .pj-form-grid select,[data-theme=dark] .pj-form-grid textarea{background:#252840;border-color:#333660;color:#ddd}[data-theme=dark] .pj-form-grid input:focus,[data-theme=dark] .pj-form-grid select:focus,[data-theme=dark] .pj-form-grid textarea:focus{border-color:#ff6b6b;background:#1e2137;color:#fff;box-shadow:0 0 0 3px #ff6b6b1a}[data-theme=dark] .pj-form-grid input::placeholder,[data-theme=dark] .pj-form-grid textarea::placeholder{color:#666}[data-theme=dark] .pj-range{background:#333660}[data-theme=dark] .pj-tasks-progress{background:#252840;border-color:#333660}[data-theme=dark] .pj-tasks-progress-label{color:#bbb}[data-theme=dark] .pj-task-row{background:#252840;border-color:#333660}[data-theme=dark] .pj-task-row:hover{border-color:#444}[data-theme=dark] .pj-task-input{background:transparent;border-color:transparent;color:#ddd}[data-theme=dark] .pj-task-input:focus{border-color:#ff6b6b;background:#1e2136}[data-theme=dark] .pj-task-assignee-input,[data-theme=dark] .pj-task-date-input{background:#1e2136;border-color:#333660;color:#ccc}[data-theme=dark] .pj-task-remove{color:#666}[data-theme=dark] .pj-task-remove:hover{background:#3a1520;color:#ef5350}[data-theme=dark] .pj-task-add-btn{background:#1e2136;border-color:#333660;color:#888}[data-theme=dark] .pj-task-add-btn:hover{background:#252840;border-color:#444;color:#ccc}[data-theme=dark] .pj-file-upload-area{background:#1e2136;border-color:#333660;color:#888}[data-theme=dark] .pj-file-upload-area:hover{background:#252840;border-color:#444}[data-theme=dark] .pj-file-upload-area small{color:#666}[data-theme=dark] .pj-file-item{background:#252840;border-color:#333660}[data-theme=dark] .pj-file-item:hover{border-color:#444}[data-theme=dark] .pj-file-name{color:#ddd}[data-theme=dark] .pj-file-meta{color:#777}[data-theme=dark] .pj-file-remove{color:#666}[data-theme=dark] .pj-file-remove:hover{background:#3a1520;color:#ef5350}[data-theme=dark] .pj-share-section{background:#1e2136;border-color:#333660}[data-theme=dark] .pj-share-section h4{color:#64b5f6}[data-theme=dark] .pj-share-link-input{background:#252840;border-color:#333660;color:#ddd}[data-theme=dark] .pj-share-hint{color:#777}[data-theme=dark] .pj-share-message-section{background:#1e2136;border-color:#333660}[data-theme=dark] .pj-share-message-section h4{color:#888}[data-theme=dark] .pj-share-message-section textarea{background:#252840;border-color:#333660;color:#ddd}[data-theme=dark] .pj-share-message-section textarea:focus{border-color:#ff6b6b}[data-theme=dark] .pj-share-message-section textarea::placeholder{color:#555}[data-theme=dark] .pj-chat-container{border-color:#2a2d42;background:#1a1d2e}[data-theme=dark] .pj-chat-header{background:linear-gradient(135deg,#1e2136,#252840);border-bottom-color:#2a2d42;color:#ddd}[data-theme=dark] .pj-chat-count{background:#333660;color:#888}[data-theme=dark] .pj-chat-messages{background:#12141e}[data-theme=dark] .pj-chat-messages::-webkit-scrollbar-thumb{background:#444}[data-theme=dark] .pj-chat-empty{color:#555}[data-theme=dark] .pj-chat-empty small{color:#444}[data-theme=dark] .pj-chat-bubble.client{background:#1a2a3a;border-left-color:#42a5f5}[data-theme=dark] .pj-chat-bubble.admin{background:#2e1a22;border-right-color:#e84855}[data-theme=dark] .pj-chat-author{color:#ddd}[data-theme=dark] .pj-chat-time{color:#666}[data-theme=dark] .pj-chat-del{color:#555}[data-theme=dark] .pj-chat-del:hover{background:#3a1520;color:#ef5350}[data-theme=dark] .pj-chat-text{color:#bbb}[data-theme=dark] .pj-chat-input-bar{border-top-color:#2a2d42;background:#1a1d2e}[data-theme=dark] .pj-chat-input{background:#1e2136;border-color:#333660;color:#ddd}[data-theme=dark] .pj-chat-input:focus{border-color:#5c7cfa;background:#252840;box-shadow:0 0 0 2px #5c7cfa1a}[data-theme=dark] .pj-chat-input::placeholder{color:#555}[data-theme=dark] .pj-invoice-status-row{background:#252840}[data-theme=dark] .pj-invoice-status-row label{color:#bbb}[data-theme=dark] .pj-invoice-status-row select{background:#1e2136;border-color:#333660;color:#ddd}[data-theme=dark] .pj-invoice-header-row{border-bottom-color:#333660}[data-theme=dark] .pj-invoice-header-row span{color:#777}[data-theme=dark] .pj-invoice-row input{background:#252840;border-color:#333660;color:#ddd}[data-theme=dark] .pj-invoice-row input:focus{border-color:#ff6b6b}[data-theme=dark] .pj-inv-subtotal{color:#ddd}[data-theme=dark] .pj-inv-del:hover{background:#3a1520}[data-theme=dark] .pj-invoice-summary{background:linear-gradient(135deg,#1e2136,#252840);border-color:#333660}[data-theme=dark] .pj-inv-sum-row{color:#bbb}[data-theme=dark] .pj-inv-sum-row.total{border-top-color:#333660;color:#ff6b6b}[data-theme=dark] .pj-invoice-add-btn{background:#1e2136;border-color:#333660;color:#888}[data-theme=dark] .pj-invoice-add-btn:hover{background:#252840;border-color:#444;color:#ccc}[data-theme=dark] .pj-invoice-bank-info{background:linear-gradient(135deg,#1a1e35,#1e1a30);border-color:#333660}[data-theme=dark] .pj-invoice-bank-info label{color:#ccc}[data-theme=dark] .pj-invoice-bank-info textarea{background:#252840;border-color:#333660;color:#e0e0e0}[data-theme=dark] .pj-invoice-bank-info textarea:focus{border-color:#64b5f6}[data-theme=dark] .pj-report-filter-btn{background:#1e2136;border-color:#333660;color:#888}[data-theme=dark] .pj-report-filter-btn:hover{border-color:#5c7cfa;color:#5c7cfa}[data-theme=dark] .pj-report-filter-btn.active{background:#1565c0;border-color:#1565c0;color:#fff}[data-theme=dark] .pj-report-form{background:#1a1d2e;border-color:#2a2d42}[data-theme=dark] .pj-report-form-field label,[data-theme=dark] .pj-report-metrics-section>label{color:#999}[data-theme=dark] .pj-report-form-field input,[data-theme=dark] .pj-report-form-field select,[data-theme=dark] .pj-report-form-field textarea,[data-theme=dark] .pj-report-metric-row input{background:#252840;border-color:#333660;color:#ddd}[data-theme=dark] .pj-report-metric-add{border-color:#333660;color:#888}[data-theme=dark] .pj-report-metric-add:hover{background:#252840;border-color:#555}[data-theme=dark] .pj-report-card{background:#1e2136;border-color:#2a2d42}[data-theme=dark] .pj-report-card:hover{border-color:#3a3d52}[data-theme=dark] .pj-report-card-title{color:#e0e0e0}[data-theme=dark] .pj-report-period-badge{background:#1a2744;color:#5c7cfa}[data-theme=dark] .pj-report-metric-card{background:#252840}[data-theme=dark] .pj-report-metric-value{color:#e0e0e0}[data-theme=dark] .pj-report-card-content{color:#aaa}[data-theme=dark] .pj-report-empty{color:#666}[data-theme=dark] .admin-modal-footer{border-top-color:#2a2d42;background:#1a1d2e}[data-theme=dark] .pj-cancel-btn{background:#252840;border-color:#333660;color:#ccc}[data-theme=dark] .pj-cancel-btn:hover{background:#333660}[data-theme=dark] .pj-report-card{background:linear-gradient(135deg,#1e2136,#252840);border-color:#333660}[data-theme=dark] .pj-report-card h4,[data-theme=dark] .pj-report-card .pj-report-val{color:#ddd}[data-theme=dark] .pj-task-preview-item{color:#ccc}[data-theme=dark] .pj-task-preview-item.done{color:#666}[data-theme=dark] .pj-file-preview-item{background:#252840;border-color:#333660;color:#ccc}[data-theme=dark] .pj-file-preview-item:hover{border-color:#444}[data-theme=dark] .pj-file-preview-item small{color:#777}[data-theme=dark] .pj-notif-bar{background:linear-gradient(135deg,#2a1520,#1e1530);border-color:#3a2535}[data-theme=dark] .pj-card{background:#1a1d2e;border-color:#2a2d42}[data-theme=dark] .pj-card:hover{box-shadow:0 8px 24px #0000004d}[data-theme=dark] .pj-card-title{color:#eee}[data-theme=dark] .pj-cat-tag{background:#252840;color:#aaa}[data-theme=dark] .pj-dday{background:#252840;color:#bbb}[data-theme=dark] .pj-dday.urgent{background:#3a1520;color:#ef5350}[data-theme=dark] .pj-progress-label{color:#777}[data-theme=dark] .pj-progress-pct{color:#bbb}[data-theme=dark] .pj-card-expanded,[data-theme=dark] .pj-card-bottom{border-top-color:#2a2d42}[data-theme=dark] .pj-action-btn{background:#252840;border-color:#333660;color:#aaa}[data-theme=dark] .pj-action-btn:hover{background:#333660}[data-theme=dark] .pj-act-start{color:#64b5f6;border-color:#1a2a40}[data-theme=dark] .pj-act-start:hover{background:#1a2a40}[data-theme=dark] .pj-act-done{color:#66bb6a;border-color:#1a3020}[data-theme=dark] .pj-act-done:hover{background:#1a3020}[data-theme=dark] .pj-act-hold{color:#ce93d8;border-color:#2a1a3a}[data-theme=dark] .pj-act-hold:hover{background:#2a1a3a}[data-theme=dark] .pj-card-actions button{color:#888}[data-theme=dark] .pj-card-actions button:hover{background:#252840;color:#ddd}[data-theme=dark] .pj-list-view{background:#1a1d2e;border-color:#2a2d42}[data-theme=dark] .pj-list-header{background:#141620;border-bottom-color:#2a2d42;color:#777}[data-theme=dark] .pj-list-row{border-bottom-color:#252840}[data-theme=dark] .pj-list-row:hover{background:#1e2136}[data-theme=dark] .pj-lr-title{color:#ddd}[data-theme=dark] .pj-lr-client{color:#aaa}[data-theme=dark] .pj-timeline-view{background:#1a1d2e;border-color:#2a2d42}[data-theme=dark] .pj-timeline-header{border-bottom-color:#2a2d42}[data-theme=dark] .pj-tl-label-col{color:#777}[data-theme=dark] .pj-tl-month{color:#666}[data-theme=dark] .pj-tl-row{border-bottom-color:#252840}[data-theme=dark] .pj-tl-row .pj-tl-label-col strong{color:#ddd}[data-theme=dark] .pj-tl-row .pj-tl-label-col small{color:#888}[data-theme=dark] .pj-view-toggle{border-color:#333660}[data-theme=dark] .pj-vt-btn{background:#1a1d2e;color:#888}[data-theme=dark] .pj-vt-btn.active{background:#ff6b6b;color:#fff}[data-theme=dark] .pj-vt-btn:hover:not(.active){background:#252840}[data-theme=dark] .pj-clear-filter{background:#252840;border-color:#333660;color:#aaa}[data-theme=dark] .pj-report-view{color:#ddd}[data-theme=dark] .rich-editor-wrapper{background:#1a1d2e;border-color:#2a2d40}[data-theme=dark] .rich-editor-wrapper:hover{border-color:#3a3d50}[data-theme=dark] .rich-editor-wrapper.focused{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b26}[data-theme=dark] .rich-editor-content:empty:before{color:#666}[data-theme=dark] .rich-editor-content h1,[data-theme=dark] .rich-editor-content h2,[data-theme=dark] .rich-editor-content h3{color:#e8e8e8}[data-theme=dark] .rich-editor-content blockquote{background:#1e2030;color:#aaa;border-left-color:#ff6b6b}[data-theme=dark] .rich-editor-content mark{background-color:#4a3f00;color:khaki}[data-theme=dark] .editor-bottom-bar{border-top-color:#2a2d40}[data-theme=dark] .editor-add-image{background:#1e2030;border-color:#2a2d40;color:#aaa}[data-theme=dark] .editor-add-image:hover{background:#252840;border-color:#3a3d50;color:#ddd}[data-theme=dark] .editor-hint{color:#666}[data-theme=dark] .editor-uploading{background:#141620e6;color:#ccc}[data-theme=dark] .upload-spinner{border-color:#333;border-top-color:#ff6b6b}[data-theme=dark] .admin-mobile-topbar{background:#141620;border-color:#1e2030}[data-theme=dark] .mobile-topbar-title{color:#e0e0e0}[data-theme=dark] .mobile-menu-btn,[data-theme=dark] .empty-state .empty-content h3{color:#ccc}[data-theme=dark] .empty-state .empty-content p{color:#888}[data-theme=dark] .dash-btn-new{background:#e6394626;color:#ff6b6b;border-color:#e639464d}[data-theme=dark] .dash-project-title{color:#e0e0e0}[data-theme=dark] .dash-project-meta,[data-theme=dark] .dash-project-meta span{color:#999}[data-theme=dark] .dash-project-item{border-color:#252840}[data-theme=dark] .dash-project-item:hover{background:#1e2030}[data-theme=dark] .dash-project-badge{background:#252840;color:#ccc}[data-theme=dark] .dash-project-badge.status-progress{background:#a60e1633;color:#ff6b6b}[data-theme=dark] .dash-project-badge.status-done{background:#2e7d3233;color:#66bb6a}[data-theme=dark] .dash-project-badge.status-wait{background:#b4530933;color:#ffb74d}[data-theme=dark] .dash-inquiry-item{background:#252840;border-left-color:#e63946}[data-theme=dark] .dash-inquiry-item:hover{background:#1e2030}[data-theme=dark] .dash-inquiry-name{color:#e0e0e0}[data-theme=dark] .dash-inquiry-msg{color:#999}[data-theme=dark] .dash-inquiry-date{color:#666}[data-theme=dark] .dash-card-link{color:#ff6b6b}[data-theme=dark] .dash-card-header{border-color:#252840}[data-theme=dark] .dash-card-header h3,[data-theme=dark] .dash-donut-value{color:#e0e0e0}[data-theme=dark] .dash-donut-label{color:#999}[data-theme=dark] .dash-donut-inner{background:#1a1d2e}[data-theme=dark] .dash-legend-item{color:#ccc}[data-theme=dark] .dash-welcome-card{background:linear-gradient(135deg,#1a1020,#2a1525)!important}[data-theme=dark] .dash-welcome-content h3{color:#fff}[data-theme=dark] .dash-welcome-content p{color:#ccc}[data-theme=dark] .dash-welcome-time{color:#999}[data-theme=dark] .dash-welcome-btn{background:#ffffff1a;color:#e0e0e0;border-color:#fff3}[data-theme=dark] .dash-welcome-btn:hover{background:#fff3;color:#fff}[data-theme=dark] .dash-empty p{color:#888}[data-theme=dark] .dash-quick-label{color:#ccc}[data-theme=dark] .dash-stat-arrow{color:#999}[data-theme=dark] .login-container{background:linear-gradient(135deg,#0a0a0a,#1a0205)}[data-theme=dark] .login-box{background:#1a1a1a;box-shadow:0 20px 60px #0009}[data-theme=dark] .login-box h2{color:#ff6b6b}[data-theme=dark] .login-subtitle{color:#999}[data-theme=dark] .login-form .form-group label{color:#e0e0e0}[data-theme=dark] .login-form .form-group input{background:#252525;border-color:#333;color:#e0e0e0}[data-theme=dark] .login-form .form-group input::placeholder{color:#666}[data-theme=dark] .login-form .form-group input:focus{border-color:#ff6b6b;box-shadow:0 0 0 3px #e6394626}[data-theme=dark] .login-footer a{color:#999}[data-theme=dark] .login-footer a:hover{color:#ff6b6b}[data-theme=dark] .admin-body{background:#0a0c14}[data-theme=dark] .admin-content,[data-theme=dark] .admin-content h1,[data-theme=dark] .admin-content h2,[data-theme=dark] .admin-content h3,[data-theme=dark] .admin-content h4{color:#e0e0e0}[data-theme=dark] .admin-content p{color:#999}[data-theme=dark] .cms-section{background:#1a1d2e;border-color:#252840}[data-theme=dark] .cms-section h3{color:#e0e0e0}[data-theme=dark] .cms-card{background:#141620;border-color:#252840}[data-theme=dark] .cms-card:hover{border-color:#333;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .cms-card-header{border-color:#252840}[data-theme=dark] .cms-card-header h4,[data-theme=dark] .cms-card-number{color:#e0e0e0}[data-theme=dark] .cms-card p{color:#888}[data-theme=dark] .admin-filter-bar{background:#1a1d2e;border-color:#252840}[data-theme=dark] .admin-filter-bar label{color:#999}[data-theme=dark] .pagination{background:transparent}[data-theme=dark] .pagination button,[data-theme=dark] .pagination a{background:#1a1d2e;border-color:#252840;color:#ccc}[data-theme=dark] .pagination button:hover,[data-theme=dark] .pagination a:hover{background:#252840;color:#fff}[data-theme=dark] .pagination button.active,[data-theme=dark] .pagination a.active{background:#e63946;border-color:#e63946;color:#fff}[data-theme=dark] .pagination span{color:#999}[data-theme=dark] .form-panel,[data-theme=dark] .edit-panel,[data-theme=dark] .add-panel{background:#1a1d2e;border-color:#252840}[data-theme=dark] .form-panel h3,[data-theme=dark] .edit-panel h3,[data-theme=dark] .add-panel h3{color:#e0e0e0}[data-theme=dark] .admin-content input,[data-theme=dark] .admin-content select,[data-theme=dark] .admin-content textarea{background:#141620;border-color:#333;color:#e0e0e0}[data-theme=dark] .admin-content input::placeholder,[data-theme=dark] .admin-content textarea::placeholder{color:#555}[data-theme=dark] .admin-content input:focus,[data-theme=dark] .admin-content select:focus,[data-theme=dark] .admin-content textarea:focus{background:#1a1d2e;color:#fff;border-color:#e63946;box-shadow:0 0 0 3px #e639461a}[data-theme=dark] .admin-content select option{background:#141620;color:#e0e0e0}[data-theme=dark] .admin-content label{color:#ccc}[data-theme=dark] .btn-group .btn,[data-theme=dark] .action-buttons .btn{border-color:#333}[data-theme=dark] .tag-input-container{background:#141620;border-color:#333}[data-theme=dark] .tag-badge,[data-theme=dark] .tag-item{background:#252840;color:#ccc;border-color:#333}[data-theme=dark] .image-upload-area,[data-theme=dark] .upload-area{background:#141620;border-color:#333;color:#888}[data-theme=dark] .image-upload-area:hover,[data-theme=dark] .upload-area:hover{border-color:#e63946;background:#1a1d2e}[data-theme=dark] .blog-item,[data-theme=dark] .blog-list-item{background:#1a1d2e;border-color:#252840}[data-theme=dark] .blog-item:hover,[data-theme=dark] .blog-list-item:hover{background:#1e2030;border-color:#333}[data-theme=dark] .blog-item h4,[data-theme=dark] .blog-list-item h4{color:#e0e0e0}[data-theme=dark] .blog-item p,[data-theme=dark] .blog-list-item p{color:#888}[data-theme=dark] .blog-item .meta,[data-theme=dark] .blog-list-item .meta{color:#666}[data-theme=dark] .portfolio-item,[data-theme=dark] .portfolio-list-item{background:#1a1d2e;border-color:#252840}[data-theme=dark] .portfolio-item:hover,[data-theme=dark] .portfolio-list-item:hover{background:#1e2030;border-color:#333}[data-theme=dark] .portfolio-item h4,[data-theme=dark] .portfolio-list-item h4{color:#e0e0e0}[data-theme=dark] .project-item,[data-theme=dark] .project-card{background:#1a1d2e;border-color:#252840}[data-theme=dark] .project-item:hover,[data-theme=dark] .project-card:hover{background:#1e2030;border-color:#333}[data-theme=dark] .project-item h4,[data-theme=dark] .project-card h4{color:#e0e0e0}[data-theme=dark] .project-item .status,[data-theme=dark] .project-card .status{opacity:.85}[data-theme=dark] .inquiry-item,[data-theme=dark] .inquiry-card{background:#1a1d2e;border-color:#252840}[data-theme=dark] .inquiry-item:hover,[data-theme=dark] .inquiry-card:hover{background:#1e2030;border-color:#333}[data-theme=dark] .inquiry-item h4,[data-theme=dark] .inquiry-card h4,[data-theme=dark] .inquiry-item .name{color:#e0e0e0}[data-theme=dark] .inquiry-item p,[data-theme=dark] .inquiry-card p,[data-theme=dark] .inquiry-item .message{color:#888}[data-theme=dark] .inquiry-item .date,[data-theme=dark] .inquiry-detail-date{color:#666}[data-theme=dark] .program-item,[data-theme=dark] .program-card-admin{background:#1a1d2e;border-color:#252840}[data-theme=dark] .program-item:hover,[data-theme=dark] .program-card-admin:hover{background:#1e2030;border-color:#333}[data-theme=dark] .program-item h4{color:#e0e0e0}[data-theme=dark] .user-card,[data-theme=dark] .user-item{background:#1a1d2e;border-color:#252840}[data-theme=dark] .user-card:hover,[data-theme=dark] .user-item:hover{background:#1e2030;border-color:#333}[data-theme=dark] .user-card h4,[data-theme=dark] .user-item h4{color:#e0e0e0}[data-theme=dark] .user-card p,[data-theme=dark] .user-item p{color:#888}[data-theme=dark] .activity-log,[data-theme=dark] .log-item{background:#1a1d2e;border-color:#252840;color:#ccc}[data-theme=dark] .log-item:hover{background:#1e2030}[data-theme=dark] .status-dot{opacity:.9}[data-theme=dark] .content-table tbody tr:nth-child(2n){background:#141620}[data-theme=dark] .admin-content hr{border-color:#252840}[data-theme=dark] .admin-note,[data-theme=dark] .info-box,[data-theme=dark] .notice-box{background:#1a73e814;border-color:#1a73e833;color:#7eb3f0}[data-theme=dark] .tab-nav,[data-theme=dark] .tabs-header{border-color:#252840}[data-theme=dark] .tab-btn,[data-theme=dark] .tab-item{color:#999;border-color:transparent}[data-theme=dark] .tab-btn:hover,[data-theme=dark] .tab-item:hover{color:#e0e0e0;background:#1a1d2e}[data-theme=dark] .tab-btn.active,[data-theme=dark] .tab-item.active{color:#ff6b6b;border-color:#e63946;background:#e6394614}[data-theme=dark] .admin-content>div{color:#e0e0e0}[data-theme=dark] .admin-content .btn-outline,[data-theme=dark] .admin-content .btn-ghost{color:#ccc;border-color:#333}[data-theme=dark] .admin-content .btn-outline:hover,[data-theme=dark] .admin-content .btn-ghost:hover{background:#1e2030;color:#fff}[data-theme=dark] .confirm-dialog,[data-theme=dark] .alert-dialog{background:#1a1d2e;border-color:#252840;color:#e0e0e0}[data-theme=dark] .admin-content [style*="background: white"],[data-theme=dark] .admin-content [style*="background:#fff"],[data-theme=dark] .admin-content [style*="background: #fff"]{background:#1a1d2e!important}[data-theme=dark] .admin-content .checkbox-label,[data-theme=dark] .admin-content .radio-label{color:#ccc}[data-theme=dark] .admin-content .count,[data-theme=dark] .admin-content .total-count{color:#999}[data-theme=dark] .dropdown-menu,[data-theme=dark] .context-menu{background:#1a1d2e;border-color:#252840;box-shadow:0 8px 32px #0006}[data-theme=dark] .dropdown-item,[data-theme=dark] .context-menu-item{color:#ccc}[data-theme=dark] .dropdown-item:hover,[data-theme=dark] .context-menu-item:hover{background:#252840;color:#fff}[data-theme=dark] .pj-overview{background:#1a1d2e;border-color:#252840}[data-theme=dark] .pj-big-num{color:#e0e0e0}[data-theme=dark] .pj-big-label{color:#999}[data-theme=dark] .pj-ring-num{color:#e0e0e0}[data-theme=dark] .pj-ring-label{color:#999}[data-theme=dark] .pj-ring-svg path:first-child{stroke:#252840}[data-theme=dark] .pj-pill{background:#1a1d2e;border-color:#252840;color:#ccc}[data-theme=dark] .pj-pill:hover{background:#252840;color:#fff}[data-theme=dark] .pj-pill.active{background:#252840;border-color:#e63946;color:#e0e0e0}[data-theme=dark] .pj-pill-count{background:#252840;color:#999}[data-theme=dark] .pj-pill.active .pj-pill-count{background:#e6394626;color:#ff6b6b}[data-theme=dark] .pj-overdue-alert{background:#c628281a;border-color:#c62828;color:#ef9a9a}[data-theme=dark] .pj-toolbar{background:#141620;border-color:#252840}[data-theme=dark] .pj-result-count{color:#999}[data-theme=dark] .pj-clear-filter{color:#ff6b6b}[data-theme=dark] .pj-vt-btn{background:#1a1d2e;border-color:#252840;color:#999}[data-theme=dark] .pj-vt-btn.active{background:#252840;color:#e0e0e0}[data-theme=dark] .pj-add-btn{background:#e63946;color:#fff}[data-theme=dark] .pj-card{background:#1a1d2e;border-color:#252840}[data-theme=dark] .pj-card:hover{border-color:#333;box-shadow:0 8px 24px #0000004d}[data-theme=dark] .pj-card-top{border-color:#252840}[data-theme=dark] .pj-card-actions button{color:#999;background:transparent}[data-theme=dark] .pj-card-actions button:hover{color:#e0e0e0;background:#252840}[data-theme=dark] .pj-cat-tag{background:#252840;color:#ccc}[data-theme=dark] .pj-progress-section{color:#ccc}[data-theme=dark] .pj-progress-label span{color:#999}[data-theme=dark] .pj-progress-pct{color:#e0e0e0}[data-theme=dark] .pj-card-info span{color:#888}[data-theme=dark] .pj-card-expanded{background:#141620;border-color:#252840}[data-theme=dark] .pj-detail-row{border-color:#252840;color:#ccc}[data-theme=dark] .pj-detail-label{color:#888}[data-theme=dark] .pj-detail-desc{color:#ccc}[data-theme=dark] .pj-detail-time{color:#666}[data-theme=dark] .pj-quick-progress{border-color:#252840}[data-theme=dark] .pj-qp-btn{background:#1a1d2e;border-color:#252840;color:#999}[data-theme=dark] .pj-qp-btn.active{background:#252840;color:#e0e0e0;border-color:#e63946}[data-theme=dark] .pj-card-bottom{border-color:#252840}[data-theme=dark] .pj-action-btn{background:#252840;border-color:#333;color:#ccc}[data-theme=dark] .pj-action-btn:hover{background:#333;color:#fff}[data-theme=dark] .pj-list-view{color:#ccc}[data-theme=dark] .pj-list-header{background:#141620;border-color:#252840;color:#999}[data-theme=dark] .pj-list-row{background:#1a1d2e;border-color:#252840}[data-theme=dark] .pj-list-row:hover{background:#1e2030}[data-theme=dark] .pj-lr-title small{color:#888}[data-theme=dark] .pj-lr-client{color:#999}[data-theme=dark] .pj-lr-due{color:#999}[data-theme=dark] .pj-lr-actions button{color:#999;background:transparent}[data-theme=dark] .pj-lr-actions button:hover{color:#e0e0e0}[data-theme=dark] .pj-empty{background:#1a1d2e;border-color:#2e3350;color:#ccc}[data-theme=dark] .pj-empty h3{color:#e0e0e0}[data-theme=dark] .pj-empty p{color:#888}[data-theme=dark] .pj-loading{color:#999}[data-theme=dark] .pj-card-status{opacity:.85}[data-theme=dark] .cms-tabs{background:#1a1d2e;border-color:#252840}[data-theme=dark] .cms-tab{color:#999;border-color:transparent}[data-theme=dark] .cms-tab:hover{color:#e0e0e0;background:#252840}[data-theme=dark] .cms-tab.active{color:#ff6b6b;background:#e6394614;border-color:#e63946}[data-theme=dark] .cms-content{background:transparent}[data-theme=dark] .cms-desc{color:#888}[data-theme=dark] .cms-form-grid{color:#ccc}[data-theme=dark] .cms-save-bar{background:#141620;border-color:#252840}[data-theme=dark] .info-banner{background:#1a1d2e;border-color:#252840}[data-theme=dark] .info-banner .banner-content h3{color:#e0e0e0}[data-theme=dark] .info-banner .banner-content p{color:#888}[data-theme=dark] .permissions-grid{gap:.5rem}[data-theme=dark] .perm-checkbox{background:#141620;border-color:#252840;color:#ccc}[data-theme=dark] .perm-checkbox:hover{background:#1e2030;border-color:#333}[data-theme=dark] .perm-checkbox.checked{background:#e6394614;border-color:#e63946;color:#e0e0e0}[data-theme=dark] .perm-tag{background:#252840;color:#ccc;border-color:#333}[data-theme=dark] .perm-tag.perm-all{background:#e6394626;color:#ff6b6b}[data-theme=dark] .perm-tag.perm-position{background:#1565c01f;color:#64b5f6}[data-theme=dark] .inquiry-detail{color:#ccc}[data-theme=dark] .detail-row{border-color:#252840;color:#ccc}[data-theme=dark] .detail-label{color:#888}[data-theme=dark] .detail-message{background:#141620;border-color:#252840}[data-theme=dark] .detail-message p{color:#ccc}[data-theme=dark] .admin-toolbar{background:#1a1d2e;border-color:#252840}[data-theme=dark] .modal-body{background:#1a1d2e;color:#ccc}[data-theme=dark] .content-table tbody td strong{color:#e0e0e0}[data-theme=dark] .btn-icon{background:transparent;border-color:transparent}[data-theme=dark] .btn-icon:hover{background:#252840}.sidebar-notif-icon-btn{position:relative;min-width:80px;height:44px;flex-shrink:0;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:12px;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;transition:all .25s ease}.sidebar-notif-icon-btn:hover{background:#fff3e0;border-color:#ffb74d;transform:scale(1.08)}.sidebar-notif-badge{background:#e53935;color:#fff;font-size:12px;font-weight:700;min-width:22px;height:22px;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:0 6px;line-height:1}@keyframes notifPulse{0%,to{transform:translateY(-50%) scale(1)}50%{transform:translateY(-50%) scale(1.1)}}.sidebar-notif-panel{position:fixed;left:var(--admin-sidebar-width, 280px);top:0;bottom:0;width:460px;max-width:calc(100vw - 60px);background:#fff;box-shadow:4px 0 30px #0000001f;z-index:1010;display:flex;flex-direction:column;animation:slideNotifPanel .25s ease-out}@keyframes slideNotifPanel{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.sidebar-notif-panel-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e8e8e8;background:linear-gradient(135deg,#fafafa,#fff)}.sidebar-notif-panel-header strong{font-size:1.05rem;color:#1a1a1a}.sidebar-notif-panel-header button{background:#f0f0f0;border:none;width:32px;height:32px;border-radius:8px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.sidebar-notif-panel-header button:hover{background:#e0e0e0}.sidebar-notif-panel-body{flex:1;overflow-y:auto;padding:8px 0}.sidebar-notif-panel-body::-webkit-scrollbar{width:5px}.sidebar-notif-panel-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.sidebar-notif-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#999}.sidebar-notif-empty span{font-size:48px;margin-bottom:12px;opacity:.5}.sidebar-notif-empty p{font-size:14px;margin:0}.sidebar-notif-item{display:flex;gap:12px;padding:14px 20px;border-bottom:1px solid #f0f0f0;transition:background .2s;cursor:default}.sidebar-notif-item:hover{background:#fafafa}.sidebar-notif-item.unread{background:#fffde7;border-left:3px solid #ffc107}.sidebar-notif-item.unread:hover{background:#fff9c4}.sidebar-notif-item.read{opacity:.5}.sidebar-notif-item.read:hover{opacity:.75}.sidebar-notif-item-dismiss{position:absolute;top:8px;right:8px;background:none;border:none;color:#999;font-size:.7rem;cursor:pointer;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .15s;padding:0}.sidebar-notif-item-dismiss:hover{background:#0000001a;color:#333}.sidebar-notif-read-all-btn{padding:.2rem .5rem;background:none;border:1px solid #ddd;border-radius:4px;font-size:.68rem;color:#777;cursor:pointer;transition:all .15s;white-space:nowrap}.sidebar-notif-read-all-btn:hover{background:#f0f0f0;color:#333}.sidebar-notif-item{position:relative}.sidebar-notif-item-icon{font-size:24px;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:10px}.sidebar-notif-item-body{flex:1;min-width:0}.sidebar-notif-item-type{font-size:11px;font-weight:600;text-transform:uppercase;color:#888;letter-spacing:.5px;margin-bottom:2px}.sidebar-notif-item-title{font-size:14px;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.sidebar-notif-item-meta{font-size:12px;color:#888}.sidebar-notif-item-footer{display:flex;align-items:center;justify-content:space-between;margin-top:6px;gap:8px}.sidebar-notif-item-time{font-size:11px;color:#aaa}.sidebar-notif-item-status{font-size:11px;font-weight:500;padding:2px 6px;border-radius:4px}.sidebar-notif-item-status.sent{color:#2e7d32;background:#e8f5e9}.sidebar-notif-item-status.failed{color:#c62828;background:#ffebee}.sidebar-notif-overlay{position:fixed;inset:0;background:#0006;z-index:1000;animation:overlayFade .2s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}.notif-popup-overlay{position:fixed;inset:0;background:#00000080;z-index:2000;animation:overlayFade .2s ease;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.notif-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:520px;max-width:calc(100vw - 32px);max-height:75vh;background:#fff;border-radius:20px;box-shadow:0 25px 80px #0003,0 10px 30px #0000001f;z-index:2001;display:flex;flex-direction:column;overflow:hidden;animation:notifPopupIn .3s cubic-bezier(.22,1,.36,1)}@keyframes notifPopupIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.92)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.notif-popup-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg,#fafbff,#f5f6fa)}.notif-popup-header-left{display:flex;align-items:center;gap:10px}.notif-popup-icon{font-size:22px}.notif-popup-header-left strong{font-size:1.15rem;font-weight:700;color:#1a1a2e;letter-spacing:-.3px}.notif-popup-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:linear-gradient(135deg,#e53935,#d32f2f);color:#fff;font-size:12px;font-weight:700;border-radius:12px;line-height:1;box-shadow:0 2px 8px #e539354d}.notif-popup-header-right{display:flex;align-items:center;gap:8px}.notif-popup-readall-btn{padding:7px 14px;background:#f0f5ff;border:1px solid #d6e4ff;border-radius:8px;font-size:.8rem;font-weight:600;color:#1565c0;cursor:pointer;transition:all .2s ease;white-space:nowrap}.notif-popup-readall-btn:hover{background:#d6e4ff;border-color:#a8c8ff;transform:translateY(-1px)}.notif-popup-delete-read-btn{padding:7px 14px;background:#fff5f5;border:1px solid #ffd6d6;border-radius:8px;font-size:.8rem;font-weight:600;color:#c62828;cursor:pointer;transition:all .2s ease;white-space:nowrap}.notif-popup-delete-read-btn:hover{background:#ffebee;border-color:#ef9a9a;transform:translateY(-1px)}.notif-popup-close-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:10px;font-size:16px;color:#666;cursor:pointer;transition:all .2s}.notif-popup-close-btn:hover{background:#e8e8e8;color:#333;transform:rotate(90deg)}.notif-popup-body{flex:1;overflow-y:auto;padding:8px 0}.notif-popup-body::-webkit-scrollbar{width:5px}.notif-popup-body::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.notif-popup-body::-webkit-scrollbar-thumb:hover{background:#ccc}.notif-popup-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}.notif-popup-empty-icon{font-size:52px;margin-bottom:16px;opacity:.6}.notif-popup-empty p{font-size:15px;font-weight:600;color:#777;margin:0 0 6px}.notif-popup-empty small{font-size:13px;color:#aaa}.notif-popup-item{display:flex;align-items:flex-start;gap:14px;padding:14px 24px;border-bottom:1px solid #f5f5f5;cursor:pointer;transition:all .2s ease;position:relative}.notif-popup-item:last-child{border-bottom:none}.notif-popup-item:hover{background:#f8f9fc}.notif-popup-item.unread{background:#fffde7;border-left:4px solid #ffc107;padding-left:20px}.notif-popup-item.unread:hover{background:#fff9c4}.notif-popup-item.read{opacity:.5}.notif-popup-item.read:hover{opacity:.75}.notif-popup-item-icon{font-size:22px;flex-shrink:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#f0f2f5;border-radius:12px}.notif-popup-item.unread .notif-popup-item-icon{background:#fff3e0}.notif-popup-item-body{flex:1;min-width:0}.notif-popup-item-type{font-size:11px;font-weight:600;text-transform:uppercase;color:#888;letter-spacing:.5px;margin-bottom:3px}.notif-popup-item-title{font-size:14px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.notif-popup-item-detail{font-size:12px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.notif-popup-item-footer{display:flex;align-items:center;gap:10px;margin-top:4px}.notif-popup-item-time{font-size:12px;color:#aaa}.notif-popup-item-status{font-size:11px;font-weight:500;padding:2px 8px;border-radius:6px}.notif-popup-item-status.sent{color:#2e7d32;background:#e8f5e9}.notif-popup-item-status.failed{color:#c62828;background:#ffebee}.notif-popup-item-delete{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:10px;font-size:20px;cursor:pointer;opacity:0;transition:all .2s;align-self:center}.notif-popup-item:hover .notif-popup-item-delete{opacity:.6}.notif-popup-item-delete:hover{opacity:1!important;background:#ffebee;transform:scale(1.15)}.notif-popup-footer{padding:12px 24px;border-top:1px solid #f0f0f0;text-align:center;font-size:12px;color:#999;background:#fafbfc;border-radius:0 0 20px 20px}[data-theme=dark] .notif-popup-overlay{background:#000000b3}[data-theme=dark] .notif-popup{background:#1e2235;box-shadow:0 25px 80px #00000080,0 10px 30px #0000004d}[data-theme=dark] .notif-popup-header{background:linear-gradient(135deg,#252a42,#1e2235);border-bottom-color:#2e3350}[data-theme=dark] .notif-popup-header-left strong{color:#eee}[data-theme=dark] .notif-popup-badge{background:linear-gradient(135deg,#e53935,#c62828)}[data-theme=dark] .notif-popup-readall-btn{background:#1565c01f;border-color:#1565c040;color:#64b5f6}[data-theme=dark] .notif-popup-readall-btn:hover{background:#1565c038;border-color:#64b5f6}[data-theme=dark] .notif-popup-delete-read-btn{background:#c628281f;border-color:#c6282840;color:#ef5350}[data-theme=dark] .notif-popup-delete-read-btn:hover{background:#c6282838;border-color:#ef5350}[data-theme=dark] .notif-popup-close-btn{background:#2e3350;color:#aaa}[data-theme=dark] .notif-popup-close-btn:hover{background:#3a4060;color:#eee}[data-theme=dark] .notif-popup-body::-webkit-scrollbar-thumb{background:#444}[data-theme=dark] .notif-popup-empty p{color:#888}[data-theme=dark] .notif-popup-empty small{color:#666}[data-theme=dark] .notif-popup-item{border-bottom-color:#2e3350}[data-theme=dark] .notif-popup-item:hover{background:#252a42}[data-theme=dark] .notif-popup-item.unread{background:#2c2a1a;border-left-color:#ffc107}[data-theme=dark] .notif-popup-item.unread:hover{background:#37341f}[data-theme=dark] .notif-popup-item-icon{background:#2e3350}[data-theme=dark] .notif-popup-item.unread .notif-popup-item-icon{background:#3a3200}[data-theme=dark] .notif-popup-item-type{color:#999}[data-theme=dark] .notif-popup-item-title{color:#e8e8e8}[data-theme=dark] .notif-popup-item-detail,[data-theme=dark] .notif-popup-item-time{color:#777}[data-theme=dark] .notif-popup-item-status.sent{background:#1b3a1e;color:#66bb6a}[data-theme=dark] .notif-popup-item-status.failed{background:#3a1b1b;color:#ef5350}[data-theme=dark] .notif-popup-item-delete:hover{background:#ef535026}[data-theme=dark] .notif-popup-footer{background:#1a1d2e;border-top-color:#2e3350;color:#777}@media (max-width: 640px){.notif-popup{width:calc(100vw - 16px);max-height:85vh;border-radius:16px}.notif-popup-header{padding:16px 18px 12px}.notif-popup-header-left strong{font-size:1.05rem}.notif-popup-readall-btn,.notif-popup-delete-read-btn{padding:6px 10px;font-size:.75rem}.notif-popup-item{padding:12px 18px;gap:12px}.notif-popup-item-icon{width:36px;height:36px;font-size:18px;border-radius:10px}.notif-popup-item-delete{opacity:.5}.notif-popup-footer{padding:10px 18px}}@media (max-width: 1024px){.sidebar-notif-panel{inset:auto 0 0;width:100%;max-width:100%;height:auto;max-height:82vh;border-radius:24px 24px 0 0;box-shadow:0 -8px 40px #00000026;z-index:1010;animation:sheetUp .32s cubic-bezier(.22,1,.36,1);overflow:hidden;background:#fff}.sidebar-notif-panel:before{content:"";display:block;width:36px;height:4px;background:#ddd;border-radius:2px;margin:10px auto 0}.sidebar-notif-panel-header{padding:12px 20px;background:transparent;border-bottom:none;border-radius:0}.notif-header-left{display:flex;align-items:center;gap:8px}.sidebar-notif-panel-header strong{color:#111;font-size:1.2rem;font-weight:700;letter-spacing:-.4px}.notif-header-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;background:#111;color:#fff;font-size:11px;font-weight:700;border-radius:11px;line-height:1}.notif-header-right{display:flex;align-items:center;gap:8px}.sidebar-notif-panel-header button{background:none;border:none;color:#999;border-radius:50%;width:32px;height:32px;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.sidebar-notif-panel-header button:active{background:#f0f0f0;transform:scale(.9)}.notif-close-btn{color:#bbb!important;font-size:18px!important}.sidebar-notif-read-all-btn{background:transparent!important;border:none!important;color:#111!important;font-size:.8rem!important;font-weight:600!important;padding:6px 12px!important;border-radius:8px!important;text-decoration:underline!important;text-underline-offset:3px!important}.sidebar-notif-panel-body{padding:0 16px 24px;max-height:calc(82vh - 70px);overflow-y:auto;-webkit-overflow-scrolling:touch}.sidebar-notif-panel-body::-webkit-scrollbar{display:none}.sidebar-notif-panel-body:before{content:"";display:block;height:1px;background:#f0f0f0;margin:0 4px 12px}.sidebar-notif-item{margin:0;padding:14px 0;border-radius:0;border-bottom:1px solid #f5f5f5;background:transparent;transition:opacity .15s;gap:14px}.sidebar-notif-item:last-child{border-bottom:none}.sidebar-notif-item:active{opacity:.65}.sidebar-notif-item.unread{background:transparent;border-left:none;box-shadow:none;position:relative;padding-left:12px}.sidebar-notif-item.unread:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#111}.sidebar-notif-item.unread:active{opacity:.65}.sidebar-notif-item.read{opacity:.35;background:transparent}.sidebar-notif-item-icon{width:42px;height:42px;font-size:20px;border-radius:50%;background:#f5f5f5;box-shadow:none;flex-shrink:0}.sidebar-notif-item-type{font-size:11px;font-weight:500;letter-spacing:0;text-transform:none;color:#999;margin-bottom:2px}.sidebar-notif-item-title{font-size:14.5px;font-weight:600;line-height:1.3;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-notif-item-footer{margin-top:6px;gap:12px}.sidebar-notif-item-time{font-size:12px;color:#bbb;font-weight:400}.sidebar-notif-item-status{font-size:12px;padding:0;border-radius:0;font-weight:500;background:none!important}.sidebar-notif-item-status.sent{color:#22c55e!important;background:none!important}.sidebar-notif-item-status.failed{color:#ef4444!important;background:none!important}.sidebar-notif-item-dismiss{top:14px;right:0;width:28px;height:28px;font-size:.65rem;background:transparent;border-radius:50%;color:#ccc}.sidebar-notif-item-dismiss:active{background:#f0f0f0;color:#999}.sidebar-notif-empty{padding:56px 24px}.sidebar-notif-empty span{font-size:40px;margin-bottom:12px;opacity:.3}.sidebar-notif-empty p{font-size:14px;color:#bbb;font-weight:400}.sidebar-notif-overlay{z-index:1000}}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width: 1024px){[data-theme=dark] .sidebar-notif-panel{background:#161825;box-shadow:0 -8px 40px #0006}[data-theme=dark] .sidebar-notif-panel:before{background:#ffffff1f}[data-theme=dark] .sidebar-notif-panel-header strong{color:#f5f5f5}[data-theme=dark] .notif-header-count{background:#f5f5f5;color:#111}[data-theme=dark] .sidebar-notif-panel-header button{color:#666}[data-theme=dark] .sidebar-notif-panel-header button:active{background:#252840}[data-theme=dark] .sidebar-notif-read-all-btn{color:#e0e0e0!important}[data-theme=dark] .sidebar-notif-panel-body:before{background:#ffffff0f}[data-theme=dark] .sidebar-notif-item{border-bottom-color:#ffffff0a}[data-theme=dark] .sidebar-notif-item.unread:after{background:#f5f5f5}[data-theme=dark] .sidebar-notif-item-icon{background:#1e2136}[data-theme=dark] .sidebar-notif-item-type{color:#666}[data-theme=dark] .sidebar-notif-item-title{color:#eee}[data-theme=dark] .sidebar-notif-item-time{color:#555}[data-theme=dark] .sidebar-notif-item-status.sent{color:#4ade80!important}[data-theme=dark] .sidebar-notif-item-status.failed{color:#f87171!important}[data-theme=dark] .sidebar-notif-item-dismiss{color:#444}[data-theme=dark] .sidebar-notif-item-dismiss:active{background:#252840;color:#888}[data-theme=dark] .sidebar-notif-empty span{opacity:.2}[data-theme=dark] .sidebar-notif-empty p{color:#555}[data-theme=dark] .sidebar-notif-overlay{background:#0009}}@supports (padding-bottom: env(safe-area-inset-bottom)){@media (max-width: 1024px){.sidebar-notif-panel{padding-bottom:env(safe-area-inset-bottom)}}}@media (max-width: 1024px){[data-theme=dark] .sidebar-notif-panel{background:#1a1d2e;box-shadow:0 25px 80px #0009}[data-theme=dark] .sidebar-notif-panel-header{background:linear-gradient(135deg,#8b0a12,#a60e16)}[data-theme=dark] .sidebar-notif-item{background:#252840;border-bottom:none}[data-theme=dark] .sidebar-notif-item:hover,[data-theme=dark] .sidebar-notif-item:active{background:#2e3350}[data-theme=dark] .sidebar-notif-item.unread{background:#2c2a1a;border-left-color:#ffc107;box-shadow:0 2px 8px #ffc10714}[data-theme=dark] .sidebar-notif-item.unread:hover{background:#37341f}[data-theme=dark] .sidebar-notif-item-icon{background:#1e2136;box-shadow:none}[data-theme=dark] .sidebar-notif-item-dismiss{background:#ffffff0d}[data-theme=dark] .sidebar-notif-panel-body::-webkit-scrollbar-thumb{background:#444}[data-theme=dark] .sidebar-notif-item-status.sent{background:#1b3a1e;color:#66bb6a}[data-theme=dark] .sidebar-notif-item-status.failed{background:#3a1b1b;color:#ef5350}}[data-theme=dark] .sidebar-notif-icon-btn{background:#252840;border-color:#333660;color:#ccc}[data-theme=dark] .sidebar-notif-icon-btn:hover{background:#3a3200;border-color:#ffc107}[data-theme=dark] .sidebar-notif-panel{background:#1e2235;box-shadow:2px 0 12px #00000040}[data-theme=dark] .sidebar-notif-panel-header{background:linear-gradient(135deg,#252a42,#1e2235);border-bottom-color:#2e3350}[data-theme=dark] .sidebar-notif-panel-header strong{color:#eee}[data-theme=dark] .sidebar-notif-panel-header button{background:#2e3350;color:#ccc}[data-theme=dark] .sidebar-notif-panel-header button:hover{background:#3a4060}[data-theme=dark] .sidebar-notif-empty{color:#777}[data-theme=dark] .sidebar-notif-item{border-bottom-color:#2e3350}[data-theme=dark] .sidebar-notif-item:hover{background:#252a42}[data-theme=dark] .sidebar-notif-item.unread{background:#2c2a1a;border-left-color:#ffc107}[data-theme=dark] .sidebar-notif-item.unread:hover{background:#37341f}[data-theme=dark] .sidebar-notif-item-dismiss{color:#666}[data-theme=dark] .sidebar-notif-item-dismiss:hover{background:#ffffff1a;color:#ccc}[data-theme=dark] .sidebar-notif-read-all-btn{border-color:#333660;color:#888}[data-theme=dark] .sidebar-notif-read-all-btn:hover{background:#252840;color:#ddd}[data-theme=dark] .sidebar-notif-item-icon{background:#2e3350}[data-theme=dark] .sidebar-notif-item-type{color:#999}[data-theme=dark] .sidebar-notif-item-title{color:#e8e8e8}[data-theme=dark] .sidebar-notif-item-meta{color:#999}[data-theme=dark] .sidebar-notif-item-time{color:#777}[data-theme=dark] .sidebar-notif-item-status.sent{background:#1b3a1e;color:#66bb6a}[data-theme=dark] .sidebar-notif-item-status.failed{background:#3a1b1b;color:#ef5350}[data-theme=dark] .sidebar-notif-overlay{background:#000000a6}[data-theme=dark] .sidebar-notif-panel-body::-webkit-scrollbar-thumb{background:#444}@media (max-width: 768px){.modal-overlay{padding:0;align-items:stretch;overflow-x:hidden}.modal-content{width:100vw!important;max-width:100vw!important;max-height:100vh!important;border-radius:0;margin:0;box-sizing:border-box!important;overflow-x:hidden}.modal-header{padding:.75rem 1rem;border-radius:0}.modal-header h2{font-size:1rem}.modal-body{padding:.75rem 1rem}.modal-footer{padding:.75rem 1rem;border-radius:0}.modal-footer .btn{flex:1;padding:.7rem;font-size:.85rem}.pj-modal-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding:0 .5rem;gap:0;scrollbar-width:none}.pj-modal-tabs::-webkit-scrollbar{display:none}.pj-modal-tab{flex-shrink:0;padding:.55rem .65rem;font-size:.72rem;white-space:nowrap}.pj-tab-badge{font-size:.6rem;min-width:16px;height:16px}.cms-form-grid{grid-template-columns:1fr!important;gap:.6rem}.cms-form-grid .form-group label{font-size:.78rem}.cms-form-grid .form-group input,.cms-form-grid .form-group select,.cms-form-grid .form-group textarea{font-size:.85rem;padding:.55rem .65rem}.pj-task-row{flex-direction:column;gap:.4rem;padding:.6rem}.pj-task-meta{flex-direction:column;gap:.35rem}.pj-task-assignee-input,.pj-task-date-input{width:100%;max-width:100%}.pj-task-add-btn{width:100%}.pj-file-list{gap:.5rem}.pj-file-item{flex-direction:column;align-items:flex-start;gap:.3rem}.pj-file-name{max-width:100%}.pj-file-size{font-size:.7rem}.pj-comment-write{flex-direction:column}.pj-comment-write input,.pj-comment-write textarea,.pj-comment-write button{width:100%}.pj-comment-item{padding:.6rem}.pj-comment-author{font-size:.75rem}.pj-comment-text{font-size:.82rem}.pj-invoice-header-row{display:none}.pj-invoice-row{grid-template-columns:1fr;gap:.35rem;padding:.6rem;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:.35rem}.pj-inv-name,.pj-inv-qty,.pj-inv-price{width:100%}.pj-invoice-summary{padding:.75rem}.pj-inv-sum-row{font-size:.8rem}.pj-report-filters{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem;scrollbar-width:none}.pj-report-filters::-webkit-scrollbar{display:none}.pj-report-filter-btn{flex-shrink:0;font-size:.72rem;padding:.3rem .6rem}.pj-report-add-btn{flex-shrink:0;font-size:.72rem;padding:.3rem .7rem}.pj-report-form{padding:.75rem}.pj-report-form-row{grid-template-columns:1fr;gap:.5rem}.pj-report-metric-row{grid-template-columns:1fr 1fr;gap:.3rem}.pj-report-metric-row input:nth-child(3){grid-column:1 / -1}.pj-report-metrics-grid{grid-template-columns:repeat(2,1fr)}.pj-report-metric-card{padding:.5rem}.pj-report-metric-value{font-size:.9rem}.pj-report-card{padding:.75rem}.pj-report-card-title{font-size:.85rem}.pj-report-card-content{font-size:.78rem}.pj-report-save-btn{width:100%;text-align:center}.pj-share-url-box{flex-direction:column;gap:.4rem}.pj-share-url-box input{width:100%;font-size:.78rem}.pj-share-url-box button{width:100%}.pj-preview-popup{width:100%;max-width:100%;max-height:100vh;border-radius:0;padding:1rem}.pj-preview-header{flex-wrap:wrap;gap:.5rem}.pj-preview-title{font-size:1.15rem}.pj-preview-meta{gap:.4rem}.pj-preview-meta .pj-preview-meta-item{font-size:.78rem}.pj-preview-desc{font-size:.82rem}.pj-preview-section h3{font-size:.9rem}.pj-preview-task-row{font-size:.82rem}.pj-preview-comment{padding:.6rem}.pj-preview-body{gap:.75rem}.pj-preview-info-grid{grid-template-columns:1fr}.pj-overview{padding:1rem;gap:.75rem}.pj-overview-left{flex-direction:column;gap:.75rem}.pj-big-num{font-size:2rem}.pj-overview-right{align-items:center}.pj-mini-stats{grid-template-columns:repeat(2,1fr);gap:.4rem}.pj-ring-svg{width:56px;height:56px}.pj-toolbar{padding:.75rem}.pj-toolbar .pj-search input{width:100%;min-width:0}.pj-view-btns .btn{padding:.4rem .6rem;font-size:.75rem}.pj-card{padding:.85rem}.pj-card-title{font-size:.9rem}.pj-card-meta{font-size:.72rem}.pj-card-actions{gap:.25rem}.pj-card-actions button{padding:.3rem .5rem;font-size:.72rem}.pj-tl-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.pj-tl-label-col{width:100px;min-width:100px;font-size:.72rem}.pj-tl-bar-col{min-width:200px}.pj-activity-log{padding:.6rem}.pj-activity-item{font-size:.78rem;padding:.4rem 0}.pj-notif-bar{flex-direction:column;gap:.35rem;padding:.5rem .75rem;font-size:.78rem}.pj-notif-bar button{width:100%;font-size:.78rem}.sidebar-notif-panel{width:100%;max-width:100%;left:0}.sidebar-notif-panel-header{padding:.75rem 1rem}.sidebar-notif-item{padding:.6rem .75rem}.sidebar-notif-item-title{font-size:.8rem}.sidebar-notif-item-meta{font-size:.7rem}.admin-toast{left:1rem;right:1rem;top:auto;bottom:1rem;text-align:center}.pj-list-header{display:none}.pj-list-row{grid-template-columns:1fr;gap:.3rem;padding:.75rem;border:1px solid #f0f0f0;border-radius:10px;margin-bottom:.4rem}.pj-lr-status,.pj-lr-title,.pj-lr-client,.pj-lr-due,.pj-lr-progress,.pj-lr-actions{display:block}.pj-lr-client:before{content:"클라이언트: ";font-weight:600;color:#888}.pj-lr-due:before{content:"마감: ";font-weight:600;color:#888}.db-tabs{flex-wrap:wrap}.db-tab{font-size:.78rem;padding:.4rem .65rem}.pj-report-summary{grid-template-columns:1fr 1fr}.pj-report-row{flex-direction:column}.pj-unpaid-item{grid-template-columns:1fr}.dash-welcome-inner{flex-direction:column;text-align:center}.dash-greeting h2{font-size:1.2rem}.dash-welcome-actions{flex-direction:column;gap:.5rem;width:100%}.dash-welcome-actions .btn{width:100%;justify-content:center}.form-actions{flex-direction:column}.form-actions .btn{width:100%;justify-content:center}.permissions-grid{grid-template-columns:1fr}}@media (max-width: 480px){.admin-content{padding:.5rem}.stat-card{padding:.85rem}.stat-card .stat-number{font-size:18px}.stat-card .stat-label{font-size:.72rem}.pj-big-num{font-size:1.75rem}.pj-mini-stats{grid-template-columns:1fr 1fr}.pj-modal-tab{padding:.45rem .5rem;font-size:.68rem}.pj-report-metrics-grid,.pj-report-metric-row{grid-template-columns:1fr}.dash-stats-row{grid-template-columns:repeat(2,1fr);gap:.6rem}.pj-overview-left{gap:.5rem}.dashboard-section{padding:.85rem}.pj-card{padding:.7rem}.pj-card-title{font-size:.82rem}}@media (max-width: 768px){[data-theme=dark] .content-table tbody tr{background:#1a1d2e;border-color:#252840;box-shadow:0 2px 10px #0003}[data-theme=dark] .content-table tbody td{border-bottom-color:#252840}[data-theme=dark] .content-table tbody td:before{color:#888}[data-theme=dark] .pj-list-row{border-color:#252840}[data-theme=dark] .pj-invoice-row{border-color:#333660}}.inquiry-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#a60e16;vertical-align:middle}.inquiry-checkbox-cell{text-align:center!important;width:40px!important}.inquiry-row:hover{background:#a60e160a}.inquiry-row.selected{background:#a60e160f}.inquiry-row.selected:hover,[data-theme=dark] .inquiry-row:hover{background:#a60e161a}[data-theme=dark] .inquiry-row.selected{background:#a60e1626}[data-theme=dark] .inquiry-row.selected:hover{background:#a60e1638}.bulk-action-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;margin-bottom:12px;background:linear-gradient(135deg,#fff5f5,#fff0f0);border:1px solid #ffd6d6;border-radius:12px;animation:bulkBarSlide .25s ease-out}@keyframes bulkBarSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.bulk-action-count{font-size:.9rem;font-weight:600;color:#a60e16}.bulk-action-buttons{display:flex;gap:8px;flex-wrap:wrap}.btn-bulk-replied{padding:7px 14px;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:8px;font-size:.8rem;font-weight:600;color:#2e7d32;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-bulk-replied:hover{background:#c8e6c9;transform:translateY(-1px)}.btn-bulk-pending{padding:7px 14px;background:#fff3e0;border:1px solid #ffcc80;border-radius:8px;font-size:.8rem;font-weight:600;color:#e65100;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-bulk-pending:hover{background:#ffe0b2;transform:translateY(-1px)}.btn-bulk-delete{padding:7px 14px;background:#ffebee;border:1px solid #ef9a9a;border-radius:8px;font-size:.8rem;font-weight:600;color:#c62828;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-bulk-delete:hover{background:#ffcdd2;transform:translateY(-1px)}.admin-body .btn-warning{background:#ff9800;color:#fff;border:none}.admin-body .btn-warning:hover{background:#f57c00;transform:translateY(-1px)}[data-theme=dark] .bulk-action-bar{background:linear-gradient(135deg,#2a1a1a,#251515);border-color:#5a2020}[data-theme=dark] .bulk-action-count{color:#ef5350}[data-theme=dark] .btn-bulk-replied{background:#2e7d3226;border-color:#2e7d324d;color:#66bb6a}[data-theme=dark] .btn-bulk-replied:hover{background:#2e7d3240}[data-theme=dark] .btn-bulk-pending{background:#e6510026;border-color:#e651004d;color:#ffb74d}[data-theme=dark] .btn-bulk-pending:hover{background:#e6510040}[data-theme=dark] .btn-bulk-delete{background:#c6282826;border-color:#c628284d;color:#ef5350}[data-theme=dark] .btn-bulk-delete:hover{background:#c6282840}@media (max-width: 640px){.bulk-action-bar{flex-direction:column;gap:10px;align-items:stretch;text-align:center}.bulk-action-buttons{justify-content:center}.btn-bulk-replied,.btn-bulk-pending,.btn-bulk-delete{padding:8px 12px;font-size:.75rem;flex:1}}.wf-category-tabs{display:flex;flex-wrap:wrap;gap:8px;padding:16px 0 12px}.wf-cat-tab{display:flex;align-items:center;gap:5px;padding:7px 14px;border:1px solid #e0e0e0;border-radius:20px;background:#fff;font-size:.8rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s;white-space:nowrap}.wf-cat-tab:hover{border-color:#a60e16;color:#a60e16}.wf-cat-tab.active{background:linear-gradient(135deg,#a60e16,#c62828);border-color:#a60e16;color:#fff;box-shadow:0 2px 8px #a60e1640}.wf-cat-icon{font-size:1rem}.wf-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;padding:8px 0 20px}.wf-card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:20px;cursor:pointer;transition:all .25s ease;position:relative}.wf-card:hover{border-color:#d0d0d0;box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.wf-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.wf-card-cat-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#f5f0ff;border-radius:12px;font-size:.72rem;font-weight:600;color:#6b46c1}.wf-card-actions{display:flex;gap:4px;opacity:0;transition:opacity .2s}.wf-card:hover .wf-card-actions{opacity:1}.wf-card-title{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0 0 8px;line-height:1.4}.wf-card-desc{font-size:.85rem;color:#777;margin:0 0 16px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wf-card-footer{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#999}.wf-card-steps{background:#f0f5ff;color:#1565c0;padding:3px 10px;border-radius:10px;font-weight:600}.wf-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.wf-empty-icon{font-size:3rem;margin-bottom:12px}.wf-empty h3{font-size:1.1rem;color:#555;margin:0 0 8px}.wf-empty p{color:#999;font-size:.88rem;margin:0 0 20px}.wf-view-modal{max-width:700px}.wf-view-cat{display:inline-block;font-size:.8rem;font-weight:600;color:#6b46c1;margin-bottom:4px}.wf-view-desc{color:#666;font-size:.9rem;line-height:1.6;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #eee}.wf-timeline{position:relative;padding-left:40px}.wf-timeline:before{content:"";position:absolute;left:16px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#a60e16,#e57373);border-radius:2px}.wf-timeline-item{position:relative;margin-bottom:24px}.wf-timeline-item:last-child{margin-bottom:0}.wf-timeline-marker{position:absolute;left:-40px;top:2px;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.wf-timeline-num{width:28px;height:28px;background:linear-gradient(135deg,#a60e16,#c62828);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;box-shadow:0 2px 6px #a60e164d}.wf-timeline-content h4{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0 0 6px}.wf-timeline-text{font-size:.88rem;color:#555;line-height:1.7;margin:0 0 10px;white-space:pre-line}.wf-checklist-view{list-style:none;padding:0;margin:8px 0 0}.wf-checklist-view li{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:.85rem;color:#555}.wf-check-icon{color:#a60e16;font-size:.9rem}.wf-edit-modal{max-width:950px;padding:30px}.wf-form-group{margin-bottom:16px}.wf-form-group label{display:block;font-size:.85rem;font-weight:600;color:#444;margin-bottom:6px}.wf-form-group input,.wf-form-group select,.wf-form-group textarea{width:100%;padding:10px 14px;border:1px solid #ddd;border-radius:10px;font-size:.88rem;background:#fafafa;transition:border-color .2s;box-sizing:border-box}.wf-form-group input:focus,.wf-form-group select:focus,.wf-form-group textarea:focus{border-color:#a60e16;background:#fff;outline:none}.wf-steps-header{display:flex;justify-content:space-between;align-items:center;margin:20px 0 12px;padding-top:16px;border-top:1px solid #eee}.wf-steps-header h4{margin:0;font-size:.95rem;color:#333}.btn-sm{padding:6px 12px;font-size:.78rem;border-radius:8px}.wf-steps-list{display:flex;flex-direction:column;gap:12px}.wf-step-edit{background:#f8f9fa;border:1px solid #e8e8e8;border-radius:12px;padding:16px}.wf-step-edit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.wf-step-num{font-size:.8rem;font-weight:700;color:#a60e16;background:#a60e1614;padding:3px 10px;border-radius:8px}.wf-step-edit-actions{display:flex;gap:4px}.btn-icon-sm{width:28px;height:28px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.7rem;transition:all .15s}.btn-icon-sm:hover{background:#f0f0f0;border-color:#bbb}.btn-icon-sm:disabled{opacity:.3;cursor:not-allowed}.btn-danger-sm:hover{background:#ffebee;border-color:#ef9a9a;color:#c62828}.wf-step-title-input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:8px;font-size:.88rem;font-weight:600;margin-bottom:8px;background:#fff;box-sizing:border-box}.wf-step-content-input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:8px;font-size:.85rem;resize:vertical;background:#fff;box-sizing:border-box}.wf-step-title-input:focus,.wf-step-content-input:focus{border-color:#a60e16;outline:none}.wf-step-checklist{margin-top:10px;padding-top:10px;border-top:1px dashed #ddd}.wf-step-checklist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.8rem;font-weight:600;color:#666}.btn-link{background:none;border:none;color:#a60e16;font-size:.78rem;font-weight:600;cursor:pointer;transition:color .15s}.btn-link:hover{color:#c62828}.wf-checklist-item-edit{display:flex;align-items:center;gap:8px;margin-bottom:6px}.wf-check-bullet{color:#a60e16;font-size:.9rem;flex-shrink:0}.wf-checklist-item-edit input{flex:1;padding:6px 10px;border:1px solid #ddd;border-radius:6px;font-size:.82rem;background:#fff}.wf-checklist-item-edit input:focus{border-color:#a60e16;outline:none}.wf-steps-empty{text-align:center;padding:30px;color:#999;font-size:.88rem}[data-theme=dark] .wf-cat-tab{background:#1e2035;border-color:#333;color:#aaa}[data-theme=dark] .wf-cat-tab:hover{border-color:#ef5350;color:#ef5350}[data-theme=dark] .wf-cat-tab.active{background:linear-gradient(135deg,#b71c1c,#c62828);border-color:#c62828}[data-theme=dark] .wf-card{background:#1e2035;border-color:#2a2d45}[data-theme=dark] .wf-card:hover{border-color:#444;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .wf-card-cat-badge{background:#6b46c126;color:#b39ddb}[data-theme=dark] .wf-card-title{color:#e8e8f0}[data-theme=dark] .wf-card-desc{color:#888}[data-theme=dark] .wf-card-steps{background:#1565c026;color:#64b5f6}[data-theme=dark] .wf-view-desc{color:#999;border-bottom-color:#333}[data-theme=dark] .wf-timeline:before{background:linear-gradient(to bottom,#c62828,#ef5350)}[data-theme=dark] .wf-timeline-content h4{color:#e8e8f0}[data-theme=dark] .wf-timeline-text,[data-theme=dark] .wf-checklist-view li{color:#aaa}[data-theme=dark] .wf-form-group label{color:#ccc}[data-theme=dark] .wf-form-group input,[data-theme=dark] .wf-form-group select,[data-theme=dark] .wf-form-group textarea{background:#15172a;border-color:#333;color:#e0e0e0}[data-theme=dark] .wf-form-group input:focus,[data-theme=dark] .wf-form-group select:focus,[data-theme=dark] .wf-form-group textarea:focus{border-color:#ef5350;background:#1a1d32}[data-theme=dark] .wf-steps-header{border-top-color:#333}[data-theme=dark] .wf-steps-header h4{color:#ddd}[data-theme=dark] .wf-step-edit{background:#15172a;border-color:#2a2d45}[data-theme=dark] .wf-step-num{background:#c6282826;color:#ef5350}[data-theme=dark] .btn-icon-sm{background:#1e2035;border-color:#333;color:#aaa}[data-theme=dark] .btn-icon-sm:hover{background:#2a2d45;border-color:#555}[data-theme=dark] .wf-step-title-input,[data-theme=dark] .wf-step-content-input{background:#1a1d32;border-color:#333;color:#e0e0e0}[data-theme=dark] .wf-step-title-input:focus,[data-theme=dark] .wf-step-content-input:focus{border-color:#ef5350}[data-theme=dark] .wf-step-checklist{border-top-color:#333}[data-theme=dark] .wf-step-checklist-header{color:#aaa}[data-theme=dark] .wf-checklist-item-edit input{background:#1a1d32;border-color:#333;color:#e0e0e0}[data-theme=dark] .wf-checklist-item-edit input:focus{border-color:#ef5350}[data-theme=dark] .wf-empty h3{color:#aaa}[data-theme=dark] .wf-empty p{color:#777}[data-theme=dark] .btn-link{color:#ef5350}[data-theme=dark] .btn-link:hover{color:#f44336}[data-theme=dark] .wf-view-cat{color:#b39ddb}.wf-filter-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 0;gap:12px;flex-wrap:wrap}.wf-filter-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wf-filter-count{font-size:.88rem;font-weight:700;color:#1e293b}.wf-filter-tag{font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:20px;background:#f1f5f9;color:#64748b}.wf-filter-right{display:flex;align-items:center;gap:8px}.wf-filter-select{padding:7px 12px;border:1px solid #ddd;border-radius:10px;font-size:.8rem;background:#fff;color:#333;cursor:pointer;transition:all .2s}.wf-filter-select:focus{border-color:#a60e16;outline:none}.wf-filter-select:hover{border-color:#bbb}.wf-cat-tab-manage{border-style:dashed!important;opacity:.7;font-size:.78rem}.wf-cat-tab-manage:hover{opacity:1;border-color:#a60e16!important;color:#a60e16!important}.wf-cat-modal{max-width:560px}.wf-cat-modal-desc{font-size:.82rem;color:#666;margin:0 0 16px;padding:10px 14px;background:#f8f9fa;border-radius:10px;border-left:3px solid #a60e16}.wf-cat-add-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.wf-cat-input{flex:1;min-width:120px;padding:8px 12px;border:1px solid #ddd;border-radius:8px;font-size:.84rem;background:#fff;transition:border-color .2s}.wf-cat-input:focus{border-color:#a60e16;outline:none}.wf-cat-list{display:flex;flex-direction:column;gap:4px;max-height:320px;overflow-y:auto;overflow-x:hidden}.wf-cat-list-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;transition:background .2s}.wf-cat-list-item:hover{background:#f8f9fa}.wf-cat-list-icon{font-size:1.1rem;flex-shrink:0}.wf-cat-list-info{flex:1;min-width:0}.wf-cat-list-name{font-size:.86rem;font-weight:600;color:#1e293b;display:block}.wf-cat-list-en{font-size:.72rem;color:#94a3b8}.wf-cat-list-badge{font-size:.68rem;font-weight:600;padding:2px 8px;border-radius:12px;background:#e3f2fd;color:#1565c0;flex-shrink:0}.wf-cat-empty{text-align:center;padding:24px;color:#999;font-size:.86rem}[data-theme=dark] .wf-filter-count{color:#e0e0e0}[data-theme=dark] .wf-filter-tag{background:#ffffff0f;color:#aaa}[data-theme=dark] .wf-filter-select{background:#1e2035;border-color:#333;color:#ccc}[data-theme=dark] .wf-filter-select:hover{border-color:#555}[data-theme=dark] .wf-filter-select:focus{border-color:#ef5350}[data-theme=dark] .wf-cat-tab-manage{border-color:#444!important;color:#888!important}[data-theme=dark] .wf-cat-tab-manage:hover{border-color:#ef5350!important;color:#ef5350!important}[data-theme=dark] .wf-cat-modal-desc{background:#15172a;color:#aaa;border-left-color:#ef5350}[data-theme=dark] .wf-cat-input{background:#15172a;border-color:#333;color:#e0e0e0}[data-theme=dark] .wf-cat-input:focus{border-color:#ef5350}[data-theme=dark] .wf-cat-list-item:hover{background:#ffffff0a}[data-theme=dark] .wf-cat-list-name{color:#e0e0e0}[data-theme=dark] .wf-cat-list-en{color:#666}[data-theme=dark] .wf-cat-list-badge{background:#1565c026;color:#64b5f6}@media (max-width: 768px){.wf-card-grid{grid-template-columns:1fr;gap:14px}.wf-card{padding:16px}.wf-card-actions{opacity:1}.wf-category-tabs{gap:6px;padding:10px 0 8px}.wf-cat-tab{padding:6px 12px;font-size:.76rem}.wf-timeline{padding-left:32px}.wf-timeline:before{left:12px}.wf-timeline-marker{left:-32px}.wf-timeline-num{width:24px;height:24px;font-size:.68rem}.wf-edit-modal,.wf-view-modal{max-width:95vw}.wf-filter-bar{flex-direction:column;align-items:stretch;gap:8px}.wf-filter-right{flex-wrap:wrap}.wf-filter-select{flex:1;min-width:0}.wf-cat-add-row{flex-direction:column}.wf-cat-modal{max-width:95vw}}.cfo-section{display:flex;flex-direction:column;gap:20px}.cfo-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cfo-kpi-card{background:#fff;border:1px solid #eaeaea;border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000005}.cfo-kpi-card:hover{box-shadow:0 10px 30px #a60e1614;transform:translateY(-4px);border-color:#fce4e4}.cfo-kpi-icon{width:52px;height:52px;border-radius:16px;background:#fdf2f2;color:#a60e16;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.cfo-kpi-info{display:flex;flex-direction:column;gap:2px;min-width:0}.cfo-kpi-label{font-size:.8rem;font-weight:600;color:#6b6b6b;letter-spacing:-.01em}.cfo-kpi-value{font-size:1.5rem;font-weight:800;color:#1a1a1a;line-height:1.2;letter-spacing:-.02em}.cfo-kpi-change{font-size:.72rem;font-weight:600}.cfo-kpi-change.positive{color:#16a34a}.cfo-kpi-change.negative{color:#dc2626}.cfo-kpi-sub{font-size:.72rem;color:#94a3b8}.cfo-summary-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cfo-summary-card{background:#fff;border:1px solid #eaeaea;border-radius:16px;padding:20px 24px;box-shadow:0 4px 20px #00000005}.cfo-summary-card h4{margin:0 0 8px;font-size:.82rem;color:#64748b;font-weight:600}.cfo-summary-value{font-size:1.1rem;font-weight:800;color:#1e293b}.cfo-summary-value.positive{color:#16a34a}.cfo-summary-value.negative{color:#dc2626}.cfo-card{background:#fff;border:1px solid #eaeaea;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000005}.cfo-card-wide{grid-column:1 / -1}.cfo-card-title{margin:0 0 16px;font-size:.95rem;font-weight:700;color:#1e293b}.cfo-card-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.cfo-card-header-row .cfo-card-title{margin-bottom:0}.cfo-pnl-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.cfo-chart-bar-group{display:flex;align-items:flex-end;gap:10px;height:160px;padding:8px 0;overflow-x:auto;scrollbar-width:none}.cfo-chart-bar-group::-webkit-scrollbar{display:none}.cfo-bar-pair{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1}.cfo-bar-pair-bars{display:flex;gap:3px;align-items:flex-end;height:130px;width:100%}.cfo-bar-revenue{flex:1;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#66bb6a,#4caf50);min-height:4px;transition:height .4s}.cfo-bar-expense{flex:1;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#ef5350,#f44336);min-height:4px;transition:height .4s}.cfo-bar-label{font-size:.68rem;color:#94a3b8}.cfo-chart-legend{display:flex;gap:14px;margin-top:10px;justify-content:center}.cfo-legend-item{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#64748b}.cfo-legend-dot{width:8px;height:8px;border-radius:50%}.cfo-cat-breakdown{display:flex;flex-direction:column;gap:10px}.cfo-cat-row{display:flex;align-items:center;gap:10px}.cfo-cat-name{font-size:.8rem;font-weight:600;color:#475569;min-width:70px;flex-shrink:0}.cfo-cat-bar-track{flex:1;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.cfo-cat-bar-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#1565c0,#42a5f5);transition:width .5s}.cfo-cat-bar-expense{background:linear-gradient(90deg,#f44336,#ef5350)}.cfo-cat-value{font-size:.75rem;font-weight:700;color:#334155;min-width:80px;text-align:right;flex-shrink:0}.cfo-table-wrap{overflow-x:auto}.cfo-table{width:100%;border-collapse:collapse}.cfo-table th{font-size:.72rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em;padding:8px 10px;border-bottom:1px solid #eee;text-align:left;white-space:nowrap}.cfo-th-right{text-align:right!important}.cfo-table td{font-size:.82rem;color:#334155;padding:10px;border-bottom:1px solid #f5f5f5}.cfo-td-right{text-align:right;font-variant-numeric:tabular-nums}.cfo-td-right.positive{color:#16a34a;font-weight:600}.cfo-td-right.negative{color:#dc2626;font-weight:600}.cfo-td-title{font-weight:600;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cfo-rank-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#ff9800,#ffb74d);color:#fff;font-size:.65rem;font-weight:800;margin-right:6px}.cfo-row-actions{display:flex;gap:4px}.cfo-exp-badge{font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:10px;background:#f1f5f9;color:#64748b}.cfo-empty{text-align:center;padding:20px;color:#94a3b8;font-size:.85rem}.cfo-cf-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cfo-cf-card{background:#fff;border:1px solid #e8ecf2;border-radius:14px;padding:18px 20px;display:flex;flex-direction:column;gap:6px}.cfo-cf-label{font-size:.78rem;font-weight:600;color:#64748b}.cfo-cf-value{font-size:1.2rem;font-weight:800;color:#1e293b}.cfo-cf-value.positive{color:#16a34a}.cfo-cf-value.negative{color:#dc2626}.cfo-cf-in{border-left:3px solid #4caf50}.cfo-cf-out{border-left:3px solid #f44336}.cfo-cf-net{border-left:3px solid #1565c0}.cfo-cf-runway{border-left:3px solid #ff9800}.cfo-chart-cashflow{display:flex;align-items:flex-end;gap:8px;height:180px;padding:8px 0}.cfo-cf-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%;justify-content:flex-end}.cfo-cf-bar-value{font-size:.65rem;font-weight:600;color:#64748b;white-space:nowrap}.cfo-cf-bar{width:100%;border-radius:4px;min-height:6px;transition:height .4s}.cfo-cf-bar.positive{background:linear-gradient(180deg,#66bb6a,#4caf50)}.cfo-cf-bar.negative{background:linear-gradient(180deg,#ef5350,#f44336)}.cfo-cf-bar-label{font-size:.68rem;color:#94a3b8}.cfo-budget-list{display:flex;flex-direction:column;gap:14px}.cfo-budget-item{background:#f8f9fa;border:1px solid #e8ecf2;border-radius:14px;padding:16px 18px}.cfo-budget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.cfo-budget-info{display:flex;align-items:center;gap:10px}.cfo-budget-cat{font-size:.88rem;font-weight:700;color:#1e293b}.cfo-budget-quarter{font-size:.72rem;font-weight:600;color:#64748b;background:#e2e8f0;padding:2px 8px;border-radius:8px}.cfo-budget-actions{display:flex;gap:4px}.cfo-budget-gauge{display:flex;align-items:center;gap:10px;margin-bottom:8px}.cfo-gauge-track{flex:1;height:10px;background:#e2e8f0;border-radius:5px;overflow:hidden}.cfo-gauge-fill{height:100%;border-radius:5px;transition:width .5s}.cfo-gauge-fill.safe{background:linear-gradient(90deg,#4caf50,#66bb6a)}.cfo-gauge-fill.warning{background:linear-gradient(90deg,#ff9800,#ffb74d)}.cfo-gauge-fill.danger{background:linear-gradient(90deg,#f44336,#ef5350)}.cfo-gauge-pct{font-size:.82rem;font-weight:800;color:#334155;min-width:38px}.cfo-gauge-pct.danger{color:#dc2626}.cfo-budget-nums{display:flex;gap:16px;font-size:.75rem;color:#64748b}.cfo-budget-nums .positive{color:#16a34a;font-weight:600}.cfo-budget-nums .negative{color:#dc2626;font-weight:600}.cfo-goals-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.cfo-goal-card{background:#f8f9fa;border:1px solid #e8ecf2;border-radius:14px;padding:18px}.cfo-goal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.cfo-goal-title{margin:0;font-size:.9rem;font-weight:700;color:#1e293b}.cfo-goal-quarter{font-size:.7rem;color:#64748b}.cfo-goal-actions{display:flex;gap:4px}.cfo-goal-progress{display:flex;align-items:center;gap:10px;margin-bottom:8px}.cfo-goal-gauge-track{flex:1;height:10px;background:#e2e8f0;border-radius:5px;overflow:hidden}.cfo-goal-gauge-fill{height:100%;border-radius:5px;transition:width .5s}.cfo-goal-gauge-fill.low{background:linear-gradient(90deg,#f44336,#ef5350)}.cfo-goal-gauge-fill.mid{background:linear-gradient(90deg,#ff9800,#ffb74d)}.cfo-goal-gauge-fill.good{background:linear-gradient(90deg,#4caf50,#66bb6a)}.cfo-goal-gauge-fill.complete{background:linear-gradient(90deg,#1565c0,#42a5f5)}.cfo-goal-pct{font-size:.85rem;font-weight:800;color:#334155;min-width:38px}.cfo-goal-nums{display:flex;justify-content:space-between;font-size:.75rem;color:#64748b}.cfo-empty-state{text-align:center;padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:8px}.cfo-empty-icon{font-size:2.5rem}.cfo-empty-state h3{margin:0;font-size:1rem;color:#64748b}.cfo-empty-state p{margin:0;font-size:.84rem;color:#94a3b8}.cfo-modal{max-width:560px}.cfo-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cfo-form-group{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.cfo-form-group label{font-size:.78rem;font-weight:600;color:#475569}.cfo-form-group .required{color:#dc2626}.cfo-form-group input,.cfo-form-group select,.cfo-form-group textarea{padding:9px 12px;border:1px solid #ddd;border-radius:10px;font-size:.85rem;background:#fff;transition:border-color .2s;width:100%;box-sizing:border-box}.cfo-form-group input:focus,.cfo-form-group select:focus,.cfo-form-group textarea:focus{border-color:#a60e16;outline:none}[data-theme=dark] .cfo-tab{background:#1e2035;border-color:#333;color:#aaa}[data-theme=dark] .cfo-tab:hover{border-color:#ef5350;color:#ef5350}[data-theme=dark] .cfo-tab.active{background:linear-gradient(135deg,#b71c1c,#c62828);border-color:#c62828;color:#fff}[data-theme=dark] .cfo-kpi-card{background:#1e2035;border-color:#2a2d45}[data-theme=dark] .cfo-kpi-icon{background:#ffffff0d}[data-theme=dark] .cfo-kpi-value{color:#e8e8f0}[data-theme=dark] .cfo-kpi-label{color:#777}[data-theme=dark] .cfo-kpi-sub{color:#666}[data-theme=dark] .cfo-summary-card{background:#1e2035;border-color:#2a2d45}[data-theme=dark] .cfo-summary-card h4{color:#888}[data-theme=dark] .cfo-summary-value{color:#e8e8f0}[data-theme=dark] .cfo-card{background:#1e2035;border-color:#2a2d45}[data-theme=dark] .cfo-card-title{color:#e8e8f0}[data-theme=dark] .cfo-table th{color:#666;border-bottom-color:#2a2d45}[data-theme=dark] .cfo-table td{color:#ccc;border-bottom-color:#2a2d45}[data-theme=dark] .cfo-td-title{color:#e0e0e0}[data-theme=dark] .cfo-cf-card{background:#1e2035;border-color:#2a2d45}[data-theme=dark] .cfo-cf-value{color:#e8e8f0}[data-theme=dark] .cfo-cf-label{color:#888}[data-theme=dark] .cfo-budget-item{background:#15172a;border-color:#2a2d45}[data-theme=dark] .cfo-budget-cat{color:#e0e0e0}[data-theme=dark] .cfo-budget-quarter{background:#ffffff0f;color:#aaa}[data-theme=dark] .cfo-gauge-track{background:#2a2d45}[data-theme=dark] .cfo-gauge-pct{color:#ccc}[data-theme=dark] .cfo-budget-nums{color:#888}[data-theme=dark] .cfo-goal-card{background:#15172a;border-color:#2a2d45}[data-theme=dark] .cfo-goal-title{color:#e0e0e0}[data-theme=dark] .cfo-goal-quarter{color:#888}[data-theme=dark] .cfo-goal-gauge-track{background:#2a2d45}[data-theme=dark] .cfo-goal-pct{color:#ccc}[data-theme=dark] .cfo-goal-nums{color:#888}[data-theme=dark] .cfo-cat-name{color:#aaa}[data-theme=dark] .cfo-cat-bar-track{background:#2a2d45}[data-theme=dark] .cfo-cat-value{color:#ccc}[data-theme=dark] .cfo-exp-badge{background:#ffffff0f;color:#aaa}[data-theme=dark] .cfo-empty{color:#666}[data-theme=dark] .cfo-empty-state h3{color:#aaa}[data-theme=dark] .cfo-empty-state p{color:#666}[data-theme=dark] .cfo-form-group label{color:#ccc}[data-theme=dark] .cfo-form-group input,[data-theme=dark] .cfo-form-group select,[data-theme=dark] .cfo-form-group textarea{background:#15172a;border-color:#333;color:#e0e0e0}[data-theme=dark] .cfo-form-group input:focus,[data-theme=dark] .cfo-form-group select:focus,[data-theme=dark] .cfo-form-group textarea:focus{border-color:#ef5350;background:#1a1d32}@media (max-width: 768px){.cfo-tabs{gap:4px;padding:6px 0 12px}.cfo-tab{padding:8px 10px}.cfo-tab-desc{display:none}.cfo-kpi-grid,.cfo-summary-row,.cfo-pnl-grid{grid-template-columns:1fr}.cfo-cf-summary{grid-template-columns:repeat(2,1fr)}.cfo-goals-grid,.cfo-form-row{grid-template-columns:1fr}.cfo-modal{max-width:95vw}.cfo-chart-bar-group{height:120px}.cfo-bar-pair{min-width:40px}.cfo-chart-cashflow{height:140px}}.pjd-dashboard{margin-bottom:24px}.pjd-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:20px}.pjd-widgets-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:20px}.pjd-widget{background:#fff;border:1px solid #e8ecf2;border-radius:16px;padding:20px 22px;transition:all .25s ease;position:relative;overflow:hidden}.pjd-widget:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#1565c0,#42a5f5);opacity:0;transition:opacity .25s}.pjd-widget:hover{box-shadow:0 6px 24px #00000012;transform:translateY(-2px)}.pjd-widget:hover:before{opacity:1}.pjd-widget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.pjd-widget-title{font-size:.92rem;font-weight:700;color:#1e293b}.pjd-widget-badge{font-size:.72rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:3px 10px;border-radius:20px}.pjd-donut-wrap{display:flex;align-items:center;gap:16px}.pjd-donut-svg{width:90px;height:90px;flex-shrink:0}.pjd-donut-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:10px}.pjd-donut-legend-item{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#475569}.pjd-bar-chart{display:flex;align-items:flex-end;gap:12px;height:120px;padding-top:8px;overflow-x:auto;padding-bottom:8px}.pjd-bar-chart::-webkit-scrollbar{height:6px}.pjd-bar-chart::-webkit-scrollbar-thumb{background:#ccc;border-radius:6px}.pjd-bar-item{min-width:60px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:4px}.pjd-bar-fill{width:100%;border-radius:6px 6px 0 0;background:linear-gradient(180deg,#42a5f5,#1565c0);min-height:4px;transition:height .4s ease}.pjd-bar-label{font-size:.65rem;color:#94a3b8;white-space:nowrap}.pjd-activity-list{display:flex;flex-direction:column;gap:2px;max-height:260px;overflow-y:auto}.pjd-activity-item{display:flex;align-items:flex-start;gap:10px;padding:8px 6px;border-radius:10px;transition:background .2s}.pjd-activity-item:hover{background:#f8fafc}.pjd-activity-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}.pjd-activity-body{flex:1;min-width:0}.pjd-activity-text{font-size:.8rem;color:#334155;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pjd-activity-time{font-size:.68rem;color:#94a3b8;margin-top:2px}.pjd-deadline-list{display:flex;flex-direction:column;gap:2px}.pjd-deadline-item{display:flex;align-items:center;gap:10px;padding:8px 6px;border-radius:10px;cursor:pointer;transition:background .2s}.pjd-deadline-item:hover{background:#f8fafc}.pjd-deadline-status{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.78rem;flex-shrink:0}.pjd-deadline-info{flex:1;min-width:0}.pjd-deadline-title{font-size:.82rem;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pjd-deadline-meta{font-size:.7rem;color:#94a3b8}.pjd-deadline-dday{font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:20px;flex-shrink:0}.pjd-dday-danger{background:#fef2f2;color:#dc2626}.pjd-dday-warning{background:#fffbeb;color:#d97706}.pjd-dday-safe{background:#f0fdf4;color:#16a34a}.pjd-top-client-list{display:flex;flex-direction:column;gap:8px}.pjd-top-client-item{display:flex;align-items:center;gap:10px}.pjd-top-client-rank{width:22px;height:22px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:800;color:#64748b;flex-shrink:0}.pjd-top-client-info{flex:1;min-width:0}.pjd-top-client-name{font-size:.8rem;font-weight:600;color:#1e293b}.pjd-top-client-bar{height:6px;background:#f1f5f9;border-radius:3px;margin-top:4px;overflow:hidden}.pjd-top-client-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#1565c0,#42a5f5);transition:width .5s ease}.pjd-top-client-revenue{font-size:.72rem;font-weight:600;color:#64748b;white-space:nowrap;flex-shrink:0}.pjd-cat-list{display:flex;flex-direction:column;gap:8px}.pjd-cat-item{display:flex;align-items:center;gap:10px}.pjd-cat-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.pjd-cat-info{flex:1;min-width:0}.pjd-cat-name{font-size:.8rem;font-weight:600;color:#1e293b}.pjd-cat-bar{height:6px;background:#f1f5f9;border-radius:3px;margin-top:3px;overflow:hidden}.pjd-cat-bar-fill{height:100%;border-radius:3px;transition:width .5s ease}.pjd-cat-count{font-size:.72rem;font-weight:600;color:#64748b;white-space:nowrap;flex-shrink:0}.pjd-widget-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:6px}.pjd-widget-empty-icon{font-size:1.8rem}.pjd-widget-empty-text{font-size:.78rem;color:#94a3b8}.pjd-folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;margin-top:12px}.pjd-folder-card{background:#fff;border:1px solid #e8ecf2;border-radius:16px;padding:22px;cursor:pointer;transition:all .25s ease;position:relative;overflow:hidden}.pjd-folder-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#6366f1,#818cf8);opacity:0;transition:opacity .25s}.pjd-folder-card:hover{box-shadow:0 8px 32px #00000014;transform:translateY(-3px)}.pjd-folder-card:hover:before{opacity:1}.pjd-folder-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}.pjd-folder-icon{font-size:1.6rem}.pjd-folder-name{font-size:1rem;font-weight:700;color:#1e293b;margin:0}.pjd-folder-count{font-size:.75rem;color:#94a3b8;margin-top:2px}.pjd-folder-stats{display:flex;gap:16px;margin-bottom:14px}.pjd-folder-stat-num{font-size:1.1rem;font-weight:800}.pjd-folder-stat-label{font-size:.68rem;color:#94a3b8}.pjd-folder-progress{height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden;margin-bottom:10px}.pjd-folder-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#6366f1,#818cf8);transition:width .5s ease}.pjd-folder-footer{display:flex;justify-content:space-between;font-size:.72rem;color:#94a3b8}.pjd-folder-revenue{color:#1565c0;font-weight:600}.pjd-client-dash{animation:pjdFadeIn .3s ease}@keyframes pjdFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pjd-client-dash-header{display:flex;align-items:center;gap:14px;padding:20px 24px;background:linear-gradient(135deg,#1e293b,#334155);border-radius:16px;margin-bottom:18px;color:#fff}.pjd-client-back-btn{background:#ffffff1f;border:none;color:#fff;width:36px;height:36px;border-radius:10px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.pjd-client-back-btn:hover{background:#fff3}.pjd-client-dash-icon{font-size:1.8rem}.pjd-client-dash-info{flex:1}.pjd-client-dash-name{margin:0;font-size:1.2rem;font-weight:800}.pjd-client-dash-sub{margin:4px 0 0;font-size:.82rem;color:#ffffffa6}.pjd-client-dash-actions button{background:#fff;color:#1e293b;border:none;padding:8px 18px;border-radius:10px;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s}.pjd-client-dash-actions button:hover{background:#f1f5f9}.pjd-client-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.pjd-client-kpi{background:#fff;border:1px solid #e8ecf2;border-radius:14px;padding:16px;text-align:center}.pjd-client-kpi-num{font-size:1.4rem;font-weight:800;color:#1e293b}.pjd-client-kpi-label{font-size:.72rem;color:#94a3b8;margin-top:4px}.pjd-client-body{display:grid;grid-template-columns:1.5fr 1fr;gap:18px}.pjd-client-projects-list{display:flex;flex-direction:column;gap:2px}.pjd-client-project-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;cursor:pointer;transition:background .2s}.pjd-client-project-card:hover{background:#f8fafc}.pjd-client-project-card-info{flex:1;min-width:0}.pjd-client-project-card-title{font-size:.85rem;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pjd-client-project-card-meta{font-size:.7rem;color:#94a3b8;margin-top:2px;display:flex;gap:4px}.pjd-client-project-card-progress{text-align:right}.pjd-client-project-card-pct{font-size:.8rem;font-weight:700;color:#1565c0}html[data-theme=dark] .pjd-widget,html[data-theme=dark] .pjd-folder-card,html[data-theme=dark] .pjd-client-kpi{background:#1e293b;border-color:#334155}html[data-theme=dark] .pjd-widget-title,html[data-theme=dark] .pjd-folder-name,html[data-theme=dark] .pjd-deadline-title,html[data-theme=dark] .pjd-top-client-name,html[data-theme=dark] .pjd-cat-name,html[data-theme=dark] .pjd-client-kpi-num,html[data-theme=dark] .pjd-client-project-card-title{color:#e2e8f0}html[data-theme=dark] .pjd-widget-badge{background:#334155;color:#94a3b8}html[data-theme=dark] .pjd-widget:hover,html[data-theme=dark] .pjd-folder-card:hover{box-shadow:0 8px 32px #0000004d}html[data-theme=dark] .pjd-activity-item:hover,html[data-theme=dark] .pjd-deadline-item:hover,html[data-theme=dark] .pjd-client-project-card:hover{background:#334155}html[data-theme=dark] .pjd-activity-text,html[data-theme=dark] .pjd-donut-legend-item{color:#cbd5e1}html[data-theme=dark] .pjd-top-client-bar,html[data-theme=dark] .pjd-cat-bar,html[data-theme=dark] .pjd-folder-progress{background:#334155}html[data-theme=dark] .pjd-widget-empty-text{color:#64748b}@media (max-width: 1024px){.pjd-widgets-grid{grid-template-columns:repeat(2,1fr)}.pjd-client-body{grid-template-columns:1fr}.pjd-client-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.pjd-widgets-grid,.pjd-folder-grid{grid-template-columns:1fr}.pjd-client-kpi-grid{grid-template-columns:repeat(2,1fr)}.pjd-client-dash-header{flex-wrap:wrap;gap:10px;padding:16px}.pjd-client-dash-actions{width:100%;text-align:right}}@media (max-width: 480px){.pjd-client-kpi-grid{grid-template-columns:1fr 1fr;gap:8px}.pjd-client-kpi{padding:12px 8px}.pjd-client-kpi-num{font-size:1.1rem}.pjd-folder-card{padding:16px}}.admin-search-box{position:relative;display:flex;align-items:center;width:100%;max-width:480px;margin-bottom:16px}.admin-search-icon{position:absolute;left:14px;font-size:15px;color:#94a3b8;pointer-events:none;z-index:1}.admin-search-input{width:100%;padding:11px 80px 11px 40px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:14px;background:#fff;color:#1e293b;transition:all .2s;outline:none}.admin-search-input::placeholder{color:#94a3b8}.admin-search-input:focus{border-color:#a60e16;box-shadow:0 0 0 3px #a60e1614}.admin-search-clear{position:absolute;right:10px;width:28px;height:28px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.admin-search-clear:hover{background:#fee2e2;color:#dc2626}.admin-search-count{position:absolute;right:44px;font-size:11px;color:#94a3b8;white-space:nowrap}[data-theme=dark] .admin-search-input{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .admin-search-input:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}[data-theme=dark] .admin-search-icon{color:#64748b}[data-theme=dark] .admin-search-clear{background:#334155;color:#94a3b8}[data-theme=dark] .admin-search-clear:hover{background:#7f1d1d;color:#fca5a5}[data-theme=dark] .admin-search-count{color:#64748b}@media (max-width: 768px){.admin-search-box{max-width:100%}}.install-app-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center}.install-app-title{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem;font-weight:500}.install-app-buttons{display:flex;gap:.5rem;justify-content:center}.install-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem .8rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text-primary);font-size:.85rem;cursor:pointer;transition:all .2s ease}.install-btn:hover{background:var(--bg-input);border-color:#888}.install-icon{font-size:1.1rem}.install-modal-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.install-modal-content{background:var(--bg-card);width:100%;max-width:400px;border-radius:16px;box-shadow:0 10px 30px #0000004d;border:1px solid var(--border);overflow:hidden;animation:slideUp .3s ease}.install-modal-header{padding:1.2rem 1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.install-modal-header h3{margin:0;font-size:1.1rem;color:var(--text-primary)}.install-modal-close{background:none;border:none;color:var(--text-secondary);font-size:1.2rem;cursor:pointer}.install-modal-body{padding:1.5rem}.install-steps{margin:0 0 1.5rem;padding-left:1.2rem;color:var(--text-primary);line-height:1.6;font-size:.95rem}.install-steps li{margin-bottom:.8rem}.install-modal-tip{background:#ff98001a;border:1px solid rgba(255,152,0,.3);padding:1rem;border-radius:8px;font-size:.85rem;color:var(--text-secondary);line-height:1.5}.install-modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border)}.bulk-action-bar-container{padding:15px 20px;border-radius:12px;background:#6c5ce71a;border:1px solid var(--primary);display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;position:sticky;top:80px;z-index:10;backdrop-filter:blur(10px)}.bulk-action-count{font-weight:700;color:var(--primary);flex-shrink:0}.bulk-action-buttons{display:flex;gap:8px;flex-wrap:nowrap}.btn-bulk{padding:8px 12px;font-size:.9rem;white-space:nowrap;border-radius:8px;flex:0 0 auto}@media (max-width: 600px){.bulk-action-bar-container{flex-direction:column;align-items:stretch;gap:12px;padding:12px 15px}.bulk-action-count{text-align:center;font-size:.95rem}.bulk-action-buttons{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.btn-bulk{padding:10px 5px;font-size:.8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;white-space:normal;text-align:center;line-height:1.2}}.nav-item[draggable=true]{cursor:grab}.nav-item[draggable=true]:active{cursor:grabbing}.nav-item.dragging{opacity:.5;background:var(--bg-hover);border:1px dashed var(--primary)}.rich-editor-wrapper{border:1px solid #e0e0e0;border-radius:12px;background:#fff;transition:all .2s ease}.rich-editor-wrapper:hover{border-color:silver}.rich-editor-wrapper.focused{border-color:#a60e16;box-shadow:0 0 0 3px #a60e161a}.rich-editor-content{min-height:150px;padding:1rem;outline:none;line-height:1.7;font-size:.95rem;color:#333}.rich-editor-content:empty:before{content:attr(data-placeholder);color:#aaa;pointer-events:none}.rich-editor-content h1{font-size:1.8rem;font-weight:700;margin:1rem 0 .5rem;color:#222}.rich-editor-content h2{font-size:1.4rem;font-weight:600;margin:.8rem 0 .4rem;color:#333}.rich-editor-content h3{font-size:1.1rem;font-weight:600;margin:.6rem 0 .3rem;color:#444}.rich-editor-content p{margin:.5rem 0}.rich-editor-content a{color:#a60e16;text-decoration:underline}.rich-editor-content a:hover{color:#7a0b11}.rich-editor-content mark{background-color:#fff3a3;padding:2px 4px;border-radius:3px}.rich-editor-content blockquote{border-left:4px solid #a60e16;margin:1rem 0;padding:.5rem 1rem;background:#fafafa;color:#666;font-style:italic}.rich-editor-content ul,.rich-editor-content ol{margin:.5rem 0;padding-left:1.5rem}.rich-editor-content li{margin:.25rem 0}.rich-editor-toolbar{position:absolute;z-index:99999;display:flex;align-items:center;gap:2px;padding:6px 8px;background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border-radius:8px;box-shadow:0 4px 20px #0000004d;opacity:0;transform:translateY(5px);transition:all .2s ease}.rich-editor-toolbar.visible{opacity:1;transform:translateY(0)}.rich-editor-toolbar:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1a1a1a}.rich-editor-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:6px;color:#fff;font-size:14px;cursor:pointer;transition:all .15s ease}.rich-editor-btn:hover{background:#ffffff26;transform:scale(1.05)}.rich-editor-btn:active{transform:scale(.95)}.rich-editor-btn b,.rich-editor-btn i,.rich-editor-btn u,.rich-editor-btn s{font-size:15px}.rich-editor-toolbar .separator{width:1px;height:20px;margin:0 4px;background:#fff3}.rich-editor-color-wrap{position:relative}.rich-editor-color-palette{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;padding:10px;background:#2d2d2d;border-radius:10px;box-shadow:0 8px 24px #0006;z-index:100000;min-width:180px}.color-palette-label{font-size:10px;color:#999;font-weight:600;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.color-palette-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.color-swatch{width:28px;height:28px;border-radius:6px;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s;display:flex;align-items:center;justify-content:center;font-size:11px;color:#999}.color-swatch:hover{transform:scale(1.15);box-shadow:0 0 0 2px #fff}.rich-editor-content img{max-width:100%;border-radius:8px;margin:.75rem 0;display:block}.editor-bottom-bar{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;border-top:1px solid #f0f0f0}.editor-add-image{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .8rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;font-size:.8rem;color:#555;cursor:pointer;transition:all .2s}.editor-add-image:hover{background:#eee;border-color:#ccc;color:#333}.editor-hint{font-size:.72rem;color:#aaa}.editor-uploading{position:absolute;inset:0;background:#ffffffd9;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.9rem;color:#666;z-index:10;border-radius:12px}.upload-spinner{width:20px;height:20px;border:2px solid #e0e0e0;border-top-color:#a60e16;border-radius:50%;animation:spin .6s linear infinite}@media (max-width: 768px){.rich-editor-content{min-height:120px;padding:.75rem;font-size:.9rem}.rich-editor-toolbar{padding:4px 6px;gap:1px}.rich-editor-btn{width:28px;height:28px;font-size:12px}.editor-bottom-bar{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (prefers-color-scheme: dark){.rich-editor-wrapper{background:#2d2d2d;border-color:#444}.rich-editor-wrapper.focused{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b33}.rich-editor-content{color:#e0e0e0}.rich-editor-content h1,.rich-editor-content h2,.rich-editor-content h3{color:#fff}.rich-editor-content a{color:#ff8a8a}}.pj-page-tabs{display:flex;gap:4px;margin-bottom:24px;padding:5px;background:#f0f2f5;border-radius:16px;width:fit-content}.pj-page-tab{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:12px;border:none;background:transparent;font-size:14px;font-weight:600;color:#888;cursor:pointer;transition:all .25s ease;position:relative}.pj-page-tab:hover{color:#555;background:#ffffff80}.pj-page-tab.active{background:#fff;color:#1a1a2e;box-shadow:0 2px 8px #00000014,0 1px 2px #0000000a}.pj-page-tab-icon{font-size:16px}[data-theme=dark] .pj-page-tabs{background:#ffffff0f}[data-theme=dark] .pj-page-tab{color:#888}[data-theme=dark] .pj-page-tab:hover{color:#ccc;background:#ffffff0f}[data-theme=dark] .pj-page-tab.active{background:#ffffff1f;color:#fff;box-shadow:0 2px 8px #0000004d}.pj-notif-bar{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#fff8e1,#fff3cd);border:1px solid #ffe082;border-radius:14px;padding:14px 20px;margin-bottom:24px;animation:pjFadeSlide .4s ease}.pj-notif-icon{font-size:24px;flex-shrink:0}.pj-notif-list{display:flex;flex-wrap:wrap;gap:8px 16px;flex:1;font-size:13px}.pj-notif-item{font-weight:600;cursor:pointer;transition:opacity .2s}.pj-notif-item:hover{opacity:.7}.pj-notif-close{background:none;border:none;font-size:18px;cursor:pointer;color:#999;padding:4px 8px;border-radius:8px;transition:.2s}.pj-notif-close:hover{background:#0000000f;color:#333}.pjd-dashboard{margin-bottom:28px}.pjd-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.pjd-kpi-card{background:#fff;border-radius:18px;padding:22px 20px;display:flex;align-items:center;gap:18px;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04);transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.pjd-kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#a60e16,#e74c3c);opacity:0;transition:opacity .3s}.pjd-kpi-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000001a}.pjd-kpi-card:hover:before{opacity:1}.pjd-kpi-card.pjd-kpi-main{background:linear-gradient(135deg,#f0f4ff,#e8edff);border-color:#c7d2fe}.pjd-kpi-card.pjd-kpi-main:before{background:linear-gradient(90deg,#4f46e5,#818cf8)}.pjd-kpi-card.pjd-kpi-alert{background:linear-gradient(135deg,#fff5f5,#ffe8e8);border-color:#fecaca}.pjd-kpi-card.pjd-kpi-alert:before{background:linear-gradient(90deg,#dc2626,#f87171)}.pjd-kpi-icon{font-size:36px;flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#00000008;border-radius:14px}.pjd-kpi-ring-wrap{position:relative;width:56px;height:56px;flex-shrink:0}.pjd-ring-svg{width:56px;height:56px;display:block;transform:rotate(-90deg)}.pjd-ring-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.pjd-ring-num{font-size:13px;font-weight:800;color:#4f46e5}.pjd-kpi-info{display:flex;flex-direction:column;gap:2px;min-width:0}.pjd-kpi-num{font-size:30px;font-weight:800;color:#1a1a1a;line-height:1.1}.pjd-kpi-label{font-size:13px;color:#888;font-weight:500}.pjd-kpi-sub{font-size:11px;color:#aaa}.pjd-kpi-status-row{display:flex;align-items:center;gap:6px;font-size:13px;color:#555;margin-top:2px}.pjd-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pjd-kpi-money{font-size:22px;font-weight:800;color:#a60e16}.pjd-kpi-money-row{font-size:12px;margin-top:2px}.pjd-money-paid{color:#2e7d32;font-weight:600}.pjd-money-unpaid{color:#e65100;font-weight:600}.pjd-kpi-alert-num{font-size:22px;font-weight:800;color:#c62828}.pjd-kpi-ok{font-size:16px;font-weight:700;color:#2e7d32}.pjd-widget-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.pjd-widget-card{background:#fff;border-radius:18px;padding:22px;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04);transition:transform .25s,box-shadow .25s}.pjd-widget-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0000001a}.pjd-widget-card.pjd-widget-wide{grid-column:span 2}.pjd-widget-title{font-size:14px;font-weight:700;color:#333;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #f5f5f5}.pjd-widget-empty{text-align:center;padding:28px;color:#ccc;font-size:13px}.pjd-donut-wrap{position:relative;width:130px;height:130px;margin:0 auto 14px}.pjd-donut-svg{width:130px;height:130px;display:block;transform:rotate(-90deg)}.pjd-donut-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;color:#333}.pjd-donut-legend{display:flex;flex-wrap:wrap;gap:6px 14px;justify-content:center}.pjd-donut-legend-item{display:flex;align-items:center;gap:5px;font-size:12px;color:#666}.pjd-donut-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pjd-bar-chart{display:flex;align-items:flex-end;gap:10px;height:170px;padding-top:20px}.pjd-bar-item{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.pjd-bar-value{font-size:10px;color:#888;margin-bottom:4px;white-space:nowrap}.pjd-bar-track{width:100%;max-width:36px;flex:1;background:#f5f5f5;border-radius:8px 8px 0 0;display:flex;align-items:flex-end;overflow:hidden}.pjd-bar-fill{width:100%;background:linear-gradient(180deg,#6366f1,#818cf8);border-radius:8px 8px 0 0;min-height:4px;transition:height .6s ease}.pjd-bar-label{font-size:11px;color:#666;margin-top:6px;font-weight:600}.pjd-activity-list{display:flex;flex-direction:column;gap:6px;max-height:300px;overflow-y:auto}.pjd-activity-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:12px;transition:background .2s}.pjd-activity-item:hover{background:#f8f9fa}.pjd-activity-icon{font-size:18px;flex-shrink:0;margin-top:1px}.pjd-activity-content{display:flex;flex-direction:column;gap:2px;min-width:0}.pjd-activity-text{font-size:13px;color:#444;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.pjd-activity-time{font-size:11px;color:#aaa}.pjd-deadline-list{display:flex;flex-direction:column;gap:8px}.pjd-deadline-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;transition:background .2s}.pjd-deadline-item:hover{background:#f8f9fa}.pjd-deadline-dday{min-width:56px;padding:5px 10px;border-radius:10px;font-size:12px;font-weight:800;text-align:center;background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0}.pjd-deadline-dday.urgent{background:linear-gradient(135deg,#ffebee,#ffcdd2);color:#c62828;animation:pjPulse 2s infinite}.pjd-deadline-info{display:flex;flex-direction:column;gap:1px;min-width:0}.pjd-deadline-title{font-size:13px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pjd-deadline-client{font-size:11px;color:#999}.pjd-top-list{display:flex;flex-direction:column;gap:10px}.pjd-top-item{display:grid;grid-template-columns:32px 1fr 80px auto;align-items:center;gap:10px;padding:4px 0}.pjd-top-rank{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,#f0f4ff,#e8edff);color:#4f46e5;font-size:13px;font-weight:800}.pjd-top-name{font-size:13px;font-weight:500;color:#444;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pjd-top-bar-track{height:7px;background:#f0f0f0;border-radius:4px;overflow:hidden}.pjd-top-bar-fill{height:100%;background:linear-gradient(90deg,#6366f1,#a78bfa);border-radius:4px;transition:width .6s ease}.pjd-top-value{font-size:12px;font-weight:700;color:#555;text-align:right;white-space:nowrap}.pjd-task-progress-list{display:flex;flex-direction:column;gap:10px}.pjd-task-progress-item{display:flex;flex-direction:column;gap:5px}.pjd-tp-header{display:flex;justify-content:space-between;align-items:center}.pjd-tp-title{font-size:12px;font-weight:600;color:#444;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.pjd-tp-ratio{font-size:11px;font-weight:700;color:#888;flex-shrink:0;margin-left:8px}.pjd-tp-bar-track{height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden}.pjd-tp-bar-fill{height:100%;border-radius:3px;transition:width .5s ease}.pjd-recent-list{display:flex;flex-direction:column;gap:8px}.pjd-recent-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;background:#f8f9fc;transition:all .2s}.pjd-recent-item:hover{background:#f0f2f8}.pjd-recent-status{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.pjd-recent-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.pjd-recent-title{font-size:12px;font-weight:600;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pjd-recent-meta{display:flex;gap:8px;font-size:10px;color:#999}.pjd-recent-time{color:#bbb}.pjd-recent-progress{display:flex;align-items:center;gap:6px;flex-shrink:0;width:70px}.pjd-rp-bar{flex:1;height:5px;background:#f0f0f0;border-radius:3px;overflow:hidden}.pjd-rp-bar>div{height:100%;border-radius:3px;transition:width .5s ease}.pjd-rp-pct{font-size:10px;font-weight:700;color:#888;width:28px;text-align:right}.pjd-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.pj-pill{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:100px;border:1.5px solid #e0e0e0;background:#fff;font-size:13px;font-weight:600;color:#555;cursor:pointer;transition:all .25s}.pj-pill:hover{border-color:#bbb;background:#fafafa;transform:translateY(-1px)}.pj-pill.active{background:#1a1a2e;color:#fff;border-color:#1a1a2e;box-shadow:0 4px 12px #1a1a2e33}.pj-pill-blue.active{background:#1565c0;border-color:#1565c0;box-shadow:0 4px 12px #1565c04d}.pj-pill-green.active{background:#2e7d32;border-color:#2e7d32;box-shadow:0 4px 12px #2e7d324d}.pj-pill-orange.active{background:#e65100;border-color:#e65100;box-shadow:0 4px 12px #e651004d}.pj-pill-count{background:#00000014;padding:1px 8px;border-radius:100px;font-size:11px;font-weight:700}.pj-pill.active .pj-pill-count{background:#fff3}.pjd-cat-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px;padding:10px 14px;background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 8px #00000008}.pjd-cat-tab{padding:7px 16px;border-radius:10px;border:none;background:transparent;font-size:13px;font-weight:500;color:#777;cursor:pointer;transition:all .2s}.pjd-cat-tab:hover{background:#f5f5f5;color:#333}.pjd-cat-tab.active{background:linear-gradient(135deg,#a60e16,#c62828);color:#fff;font-weight:700;box-shadow:0 2px 8px #a60e1633}.pjd-cat-tab-manage{margin-left:auto;background:#f0f4ff!important;color:#4f46e5!important;font-weight:600!important;border:1px dashed #c7d2fe;border-radius:10px}.pjd-cat-tab-manage:hover{background:#e8edff!important;color:#3730a3!important}.pjd-client-filter{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.pjd-client-filter-label{font-size:13px;font-weight:600;color:#555;flex-shrink:0}.pjd-client-pills{display:flex;flex-wrap:wrap;gap:6px}.pjd-client-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border-radius:100px;border:1px solid #e0e0e0;background:#fff;font-size:12px;color:#666;cursor:pointer;transition:all .2s}.pjd-client-pill:hover{border-color:#bbb;transform:translateY(-1px)}.pjd-client-pill.active{background:#333;color:#fff;border-color:#333}.pjd-client-pill-count{background:#0000000f;padding:0 6px;border-radius:100px;font-size:10px;font-weight:700}.pjd-client-pill.active .pjd-client-pill-count{background:#fff3}.pjd-client-pill[draggable=true]{cursor:grab;user-select:none;transition:all .2s,transform .15s}.pjd-client-pill[draggable=true]:active{cursor:grabbing}.pjd-client-pill.dragging{opacity:.4!important;transform:scale(.95)}.pjd-client-pill.drag-over{border-color:#4f46e5!important;background:#f0f4ff!important;color:#4f46e5!important;transform:scale(1.05);box-shadow:0 0 12px #4f46e540}[data-theme=dark] .pjd-client-pill.drag-over{border-color:#818cf8!important;background:#6366f133!important;color:#818cf8!important;box-shadow:0 0 12px #6366f14d}.pjd-client-pill[draggable=true]{touch-action:auto;-webkit-touch-callout:none}.pjd-client-pill.dragging{touch-action:none}.pjd-date-filter{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.pjd-date-filter-label{font-size:13px;font-weight:600;color:#555;flex-shrink:0}.pjd-date-presets{display:flex;gap:4px;flex-wrap:wrap}.pjd-date-preset{padding:6px 14px;border-radius:10px;border:1px solid #e0e0e0;background:#fff;font-size:12px;color:#666;cursor:pointer;transition:all .2s}.pjd-date-preset:hover{background:#f5f5f5}.pjd-date-preset.active{background:#1565c0;color:#fff;border-color:#1565c0}.pjd-date-preset.pjd-date-clear{color:#c62828;border-color:#ffcdd2}.pjd-date-preset.pjd-date-clear:hover{background:#fff5f5}.pjd-date-inputs{display:flex;align-items:center;gap:6px}.pjd-date-inputs input[type=date]{padding:6px 12px;border:1px solid #ddd;border-radius:10px;font-size:12px;color:#555;background:#fff}.pjd-date-sep{color:#bbb;font-size:14px}.pjd-sort-select{padding:7px 14px;border:1px solid #ddd;border-radius:10px;font-size:12px;color:#555;background:#fff;cursor:pointer}.pj-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:14px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;border:1px solid rgba(0,0,0,.04)}.pj-toolbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pj-toolbar-right{display:flex;align-items:center;gap:10px}.pj-result-count{font-size:13px;color:#888;font-weight:500}.pj-clear-filter{padding:5px 14px;border-radius:100px;border:1px solid #ffcdd2;background:#fff5f5;font-size:12px;color:#c62828;cursor:pointer;transition:all .2s;font-weight:600}.pj-clear-filter:hover{background:#ffebee;transform:translateY(-1px)}.pj-view-toggle{display:flex;background:#f5f5f5;border-radius:12px;padding:3px;gap:2px}.pj-vt-btn{padding:7px 12px;border:none;background:transparent;border-radius:10px;cursor:pointer;font-size:16px;transition:all .2s;color:#888}.pj-vt-btn:hover{background:#eee}.pj-vt-btn.active{background:#fff;box-shadow:0 2px 8px #0000001a;color:#333}.pj-add-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border:none;border-radius:12px;background:linear-gradient(135deg,#a60e16,#d32f2f);color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:all .25s;box-shadow:0 4px 14px #a60e1640}.pj-add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a60e1659}.pj-add-btn span{font-size:18px;font-weight:300}.pj-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:60px 20px;color:#999;font-size:14px}.pj-loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#a60e16;border-radius:50%;animation:spin .8s linear infinite}.pj-empty{text-align:center;padding:60px 20px;color:#999}.pj-empty-icon{font-size:52px;margin-bottom:16px;opacity:.8}.pj-empty h3{font-size:18px;color:#555;margin-bottom:8px}.pj-empty p{font-size:14px;color:#999;margin-bottom:20px}.pj-board{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px}.pj-card{background:#fff;border-radius:18px;padding:0;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border-top:3px solid var(--accent, #1565c0)}.pj-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-3px)}.pj-card.expanded{box-shadow:0 12px 40px #00000024}.pj-card-top{display:flex;justify-content:space-between;align-items:center;padding:18px 20px 0}.pj-card-status{padding:5px 14px;border-radius:100px;font-size:12px;font-weight:700;white-space:nowrap;letter-spacing:-.2px}.pj-card-actions{display:flex;gap:2px}.pj-card-actions button{width:32px;height:32px;border:none;background:transparent;border-radius:10px;cursor:pointer;font-size:14px;transition:all .2s;display:flex;align-items:center;justify-content:center}.pj-card-actions button:hover{background:#f5f5f5;transform:scale(1.1)}.pj-card-title{padding:12px 20px 6px;font-size:17px;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0;cursor:pointer;transition:color .2s}.pj-card-title:hover{color:#a60e16}.pj-card-meta-row{display:flex;align-items:center;gap:8px;padding:0 20px 14px;flex-wrap:wrap}.pj-priority-tag{font-size:12px;font-weight:600}.pj-cat-tag{padding:3px 10px;border-radius:8px;background:linear-gradient(135deg,#f0f4ff,#e8edff);color:#4f46e5;font-size:11px;font-weight:700}.pj-dday{padding:3px 10px;border-radius:8px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0;font-size:11px;font-weight:800}.pj-dday.urgent{background:linear-gradient(135deg,#ffebee,#ffcdd2);color:#c62828;animation:pjPulse 2s infinite}.pj-progress-section{padding:0 20px 14px}.pj-progress-label{display:flex;justify-content:space-between;font-size:12px;color:#888;margin-bottom:6px}.pj-progress-pct{font-weight:700;color:#555}.pj-progress-track{height:7px;background:#f0f0f0;border-radius:4px;overflow:hidden}.pj-progress-fill{height:100%;border-radius:4px;transition:width .5s ease}.pj-card-info{display:flex;flex-wrap:wrap;gap:8px 16px;padding:0 20px 16px;font-size:12px;color:#888}.pj-card-expanded{padding:20px 24px;border-top:1px solid #eee;background:linear-gradient(180deg,#f8f9fc,#fff);display:flex;flex-direction:column;gap:14px;animation:pjFadeSlide .3s ease}.pj-exp-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}.pj-exp-info-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;border:1px solid #f0f0f0;border-radius:12px;transition:all .2s}.pj-exp-info-item:hover{border-color:#ddd;box-shadow:0 2px 8px #0000000a}.pj-exp-info-icon{font-size:18px;flex-shrink:0}.pj-exp-info-label{display:block;font-size:10px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.3px;line-height:1;margin-bottom:2px}.pj-exp-info-value{display:block;font-size:13px;font-weight:700;color:#333;line-height:1.2}.pj-exp-section,.pj-exp-desc-section{display:flex;flex-direction:column;gap:8px}.pj-exp-section-title{font-size:12px;font-weight:700;color:#555;letter-spacing:-.2px}.pj-exp-desc-box{padding:12px 16px;background:#fff;border:1px solid #f0f0f0;border-radius:12px}.pj-exp-desc-content{font-size:13px;color:#555;line-height:1.7;margin:6px 0 0;word-break:break-word}.pj-exp-desc-content p{margin:4px 0 0}.pj-detail-row{display:flex;gap:10px;font-size:13px;color:#555}.pj-detail-label{font-weight:700;color:#333;font-size:12px;min-width:50px;flex-shrink:0}.pj-detail-desc{font-size:13px;color:#555;line-height:1.6}.pj-detail-desc p{margin:4px 0 0}.pj-detail-time{font-size:11px;color:#bbb;text-align:right}.pj-expand-tasks,.pj-expand-files,.pj-expand-log{margin-top:4px}.pj-task-preview-list{display:flex;flex-direction:column;gap:4px;margin-top:4px}.pj-task-preview-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;font-size:12px;color:#555;background:#fff;border:1px solid #f0f0f0;transition:all .15s}.pj-task-preview-item:hover{border-color:#e0e0e0;background:#fafafa}.pj-task-preview-item.done{opacity:.5;text-decoration:line-through}.pj-task-check{font-size:14px}.pj-task-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pj-task-assignee{font-size:11px;color:#4f46e5;flex-shrink:0;font-weight:600;background:#f0f4ff;padding:2px 8px;border-radius:6px}.pj-file-preview-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.pj-file-preview-item{display:inline-flex;align-items:center;gap:4px;padding:8px 14px;border-radius:10px;background:#fff;border:1px solid #f0f0f0;font-size:12px;color:#555;text-decoration:none;transition:all .2s}.pj-file-preview-item:hover{border-color:#bbb;background:#f9f9f9}.pj-file-preview-item small{color:#aaa}.pj-log-list{display:flex;flex-direction:column;gap:4px;margin-top:4px}.pj-log-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#666;padding:6px 10px;border-radius:8px;background:#fff;border:1px solid #f5f5f5}.pj-log-dot{width:6px;height:6px;border-radius:50%;background:#d0d0d0;flex-shrink:0}.pj-log-text{flex:1}.pj-log-time{font-size:11px;color:#bbb;flex-shrink:0}.pj-exp-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid #f0f0f0;margin-top:4px}.pj-quick-progress{display:flex;gap:4px}.pj-qp-btn{padding:6px 14px;border-radius:8px;border:1px solid #e0e0e0;background:#fff;font-size:11px;font-weight:600;color:#888;cursor:pointer;transition:all .2s}.pj-qp-btn:hover{background:#f5f5f5;transform:translateY(-1px)}.pj-qp-btn.active{background:linear-gradient(135deg,#1565c0,#42a5f5);color:#fff;border-color:transparent;box-shadow:0 2px 8px #1565c04d}.pj-card-bottom{display:flex;gap:6px;padding:12px 24px 16px;border-top:1px solid #f5f5f5;justify-content:flex-end}.pj-action-btn{flex:none;padding:7px 20px;border:1px solid #e0e0e0;border-radius:10px;background:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;color:#666;white-space:nowrap}.pj-action-btn:hover{transform:translateY(-1px)}.pj-act-start:hover{background:#e3f2fd;color:#1565c0;border-color:#90caf9}.pj-act-done:hover{background:#e8f5e9;color:#2e7d32;border-color:#a5d6a7}.pj-act-hold:hover{background:#fff3e0;color:#e65100;border-color:#ffcc80}.pj-list-view{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04)}.pj-list-header{display:grid;grid-template-columns:100px 1fr 120px 100px 90px 70px;gap:8px;padding:14px 20px;background:linear-gradient(135deg,#f8f9fa,#f2f4f7);font-size:12px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #f0f0f0}.pj-list-row{display:grid;grid-template-columns:100px 1fr 120px 100px 90px 70px;gap:8px;padding:16px 20px;align-items:center;border-bottom:1px solid #f8f8f8;transition:all .2s}.pj-list-row:hover{background:linear-gradient(135deg,#fafbff,#f8f9ff)}.pj-list-row:last-child{border-bottom:none}.pj-lr-status{padding:5px 12px;border-radius:100px;font-size:11px;font-weight:700;text-align:center;white-space:nowrap}.pj-lr-title{display:flex;flex-direction:column;gap:2px;min-width:0}.pj-lr-title strong{font-size:14px;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pj-lr-title small{font-size:11px;color:#aaa}.pj-lr-client{font-size:13px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pj-lr-progress{display:flex;align-items:center;gap:6px}.pj-lr-progress small{font-size:11px;font-weight:600;color:#888}.pj-mini-bar{flex:1;height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden}.pj-mini-bar>div{height:100%;border-radius:3px;transition:width .4s ease}.pj-lr-due{font-size:12px;color:#888}.pj-lr-actions{display:flex;gap:4px}.pj-lr-actions button{width:30px;height:30px;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s}.pj-lr-actions button:hover{background:#f0f0f0;transform:scale(1.1)}.pj-timeline-view{background:#fff;border-radius:18px;padding:22px;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04)}.pj-timeline-header{display:grid;grid-template-columns:180px 1fr;gap:16px;padding-bottom:10px;border-bottom:2px solid #f0f0f0;margin-bottom:12px}.pj-tl-label-col{font-size:12px;font-weight:600;color:#888;display:flex;flex-direction:column;gap:2px;min-width:0}.pj-tl-label-col strong{color:#333;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pj-tl-label-col small{font-size:11px;color:#aaa}.pj-tl-bar-col{position:relative;height:28px}.pj-tl-months{position:relative;width:100%;height:100%}.pj-tl-month{position:absolute;font-size:10px;color:#bbb;border-left:1px dashed #e0e0e0;padding-left:4px;line-height:28px}.pj-tl-row{display:grid;grid-template-columns:180px 1fr;gap:16px;padding:6px 0;align-items:center}.pj-tl-bar{position:absolute;height:22px;border-radius:11px;overflow:hidden;display:flex;align-items:center;cursor:pointer;transition:opacity .2s,transform .2s}.pj-tl-bar:hover{opacity:.85;transform:scaleY(1.15)}.pj-tl-bar-label{font-size:10px;font-weight:700;color:#fff;padding:0 8px;position:relative;z-index:1;white-space:nowrap}.pj-tl-bar-fill{position:absolute;top:0;left:0;height:100%;background:#fff3;border-radius:11px 0 0 11px}.pj-report-view{display:flex;flex-direction:column;gap:20px}.pj-report-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.pj-report-card{display:flex;align-items:center;gap:14px;padding:20px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04);border-left:4px solid #1565c0;transition:transform .2s}.pj-report-card:hover{transform:translateY(-2px)}.pj-report-card.green{border-left-color:#2e7d32}.pj-report-card.orange{border-left-color:#e65100}.pj-report-card.blue{border-left-color:#6366f1}.pj-report-card-icon{font-size:28px}.pj-report-card-num{font-size:22px;font-weight:800;color:#1a1a1a;display:block}.pj-report-card small{font-size:12px;color:#999}.pj-report-section{background:#fff;border-radius:16px;padding:22px;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04)}.pj-report-section h3{font-size:15px;font-weight:700;color:#333;margin:0 0 16px}.pj-report-section.half{flex:1;min-width:0}.pj-report-row{display:flex;gap:16px}.pj-report-chart{display:flex;align-items:flex-end;gap:12px;height:200px;padding-top:24px}.pj-chart-bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.pj-chart-bar-container{flex:1;width:100%;max-width:40px;display:flex;align-items:flex-end;background:#f8f8f8;border-radius:10px 10px 0 0}.pj-chart-bar{width:100%;background:linear-gradient(180deg,#a60e16,#e74c3c);border-radius:10px 10px 0 0;display:flex;align-items:flex-start;justify-content:center;min-height:4px;transition:height .6s ease;position:relative}.pj-chart-bar-val{font-size:9px;color:#fff;font-weight:700;padding-top:4px;white-space:nowrap}.pj-chart-bar-label{font-size:11px;font-weight:600;color:#666;margin-top:6px}.pj-chart-bar-sub{font-size:10px;color:#bbb}.pj-report-empty{text-align:center;padding:30px;color:#bbb;font-size:13px}.pj-report-stat-list{display:flex;flex-direction:column;gap:10px}.pj-report-stat-item{display:flex;align-items:center;gap:10px}.pj-report-stat-label{font-size:13px;color:#555;min-width:80px;flex-shrink:0}.pj-report-stat-bar{flex:1;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}.pj-report-stat-bar>div{height:100%;border-radius:4px;transition:width .6s ease}.pj-report-stat-num{font-size:12px;font-weight:700;color:#555;min-width:24px;text-align:right}.pj-unpaid-list{display:flex;flex-direction:column;gap:8px}.pj-unpaid-item{display:grid;grid-template-columns:1fr 100px 100px 80px;gap:8px;padding:12px 14px;border-radius:10px;background:#fafafa;align-items:center;font-size:13px;transition:background .2s}.pj-unpaid-item:hover{background:#f5f5f5}.pj-unpaid-title{font-weight:600;color:#333}.pj-unpaid-client{color:#888}.pj-unpaid-amount{font-weight:700;color:#c62828;text-align:right}.pj-unpaid-status{padding:3px 10px;border-radius:8px;font-size:11px;font-weight:600;text-align:center}.pj-unpaid-status.sent{background:#e3f2fd;color:#1565c0}.pj-unpaid-status.draft{background:#fff3e0;color:#e65100}.pjd-folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.pjd-folder-card{background:#fff;border-radius:18px;padding:28px 22px;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center}.pjd-folder-card:hover{transform:translateY(-5px);box-shadow:0 12px 36px #0000001f;border-color:#a60e1626}.pjd-folder-icon{font-size:44px;margin-bottom:12px}.pjd-folder-name{font-size:17px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.pjd-folder-stats{display:flex;justify-content:center;gap:20px;margin-bottom:16px}.pjd-folder-stat{text-align:center}.pjd-folder-stat-num{display:block;font-size:20px;font-weight:800;color:#333}.pjd-folder-stat-label{font-size:11px;color:#aaa}.pjd-folder-progress{display:flex;align-items:center;gap:8px}.pjd-folder-progress-bar{flex:1;height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden}.pjd-folder-progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#818cf8);border-radius:3px;transition:width .4s ease}.pjd-folder-progress-text{font-size:12px;font-weight:700;color:#888}.pjd-folder-revenue{font-size:13px;font-weight:700;color:#a60e16;margin-top:12px}.pjd-client-dashboard{animation:pjFadeSlide .4s ease}.pjd-cd-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.pjd-cd-back{padding:9px 18px;border:1px solid #e0e0e0;border-radius:12px;background:#fff;font-size:13px;font-weight:600;color:#555;cursor:pointer;transition:all .2s}.pjd-cd-back:hover{background:#f5f5f5;transform:translate(-2px)}.pjd-cd-title-area{display:flex;align-items:center;gap:14px}.pjd-cd-icon{font-size:36px}.pjd-cd-name{font-size:24px;font-weight:800;color:#1a1a1a;margin:0}.pjd-cd-subtitle{font-size:13px;color:#888}.pjd-cd-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:24px}.pjd-cd-kpi{text-align:center;padding:20px 14px;background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000000d;border:1px solid rgba(0,0,0,.04);transition:transform .2s}.pjd-cd-kpi:hover{transform:translateY(-2px)}.pjd-cd-kpi-num{display:block;font-size:26px;font-weight:800;color:#1a1a1a}.pjd-cd-kpi-label{font-size:12px;color:#aaa;margin-top:4px;display:block}.pj-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;box-sizing:border-box;overflow-x:hidden!important}.pjd-cd-body{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pjd-cd-section-title{font-size:15px;font-weight:700;color:#333;margin:0 0 14px}.pjd-cd-projects,.pjd-cd-activity{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 16px #0000000d;border:1px solid rgba(0,0,0,.04)}.pjd-cd-project-card{padding:16px;border-radius:14px;border:1px solid #f0f0f0;cursor:pointer;transition:all .25s;margin-bottom:10px}.pjd-cd-project-card:hover{box-shadow:0 6px 20px #00000014;border-color:#ddd;transform:translateY(-2px)}.pjd-cd-project-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.pjd-cd-project-status{padding:3px 10px;border-radius:100px;font-size:11px;font-weight:700}.pjd-cd-project-progress{font-size:13px;font-weight:700;color:#555}.pjd-cd-project-title{font-size:14px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.pjd-cd-project-bar{height:5px;background:#f0f0f0;border-radius:3px;overflow:hidden;margin-bottom:8px}.pjd-cd-project-bar-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#818cf8);border-radius:3px;transition:width .4s}.pjd-cd-project-meta{display:flex;gap:12px;font-size:11px;color:#999}.pjd-cat-manage-btn{padding:4px 10px;font-size:.8rem;white-space:nowrap;border-radius:6px;border:1px solid #d1d5db;background:#f8fafc;color:#374151;cursor:pointer;transition:all .2s}.pjd-cat-manage-btn:hover{background:#e2e8f0;border-color:#94a3b8}.pjd-cat-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(6px);animation:pjFadeIn .2s}.pjd-cat-modal{background:#fff;border-radius:22px;padding:0;width:90%;max-width:480px;max-height:80vh;overflow:hidden;box-shadow:0 24px 80px #0003;animation:pjSlideUp .3s ease;display:flex;flex-direction:column}.pj-modal-content{background:#fff;width:90%;max-width:900px;max-height:90vh;border-radius:12px;display:flex;flex-direction:column;box-shadow:0 10px 25px #00000026;overflow-x:hidden!important}.pjd-cat-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 16px;border-bottom:1px solid #f0f0f0}.pjd-cat-modal-header h3{font-size:18px;font-weight:800;color:#1a1a1a;margin:0}.pjd-cat-modal-close{width:32px;height:32px;border-radius:50%;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.pjd-cat-modal-close:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.pjd-cat-modal-body{padding:20px 28px 28px;overflow-y:auto;flex:1}.pjd-cat-modal-desc{font-size:.85rem;color:#64748b;margin:0 0 14px;line-height:1.5}.pjd-cat-modal-add{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.pjd-cat-modal-inputs{display:flex;gap:8px}.pjd-cat-modal-add input{flex:1;min-width:0;padding:10px 14px;border:1.5px solid #ddd;border-radius:10px;font-size:13px;background:#fff;color:#1a1a1a;transition:border-color .2s}.pjd-cat-modal-add input:focus{outline:none;border-color:#a60e16}.pjd-cat-modal-add-btn{width:100%;padding:11px 18px;border:none;border-radius:10px;background:linear-gradient(135deg,#1565c0,#1976d2);color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.pjd-cat-modal-add-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1565c04d}.pjd-cat-list{max-height:300px;overflow-y:auto;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:4px;padding-top:8px}.pjd-cat-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f8f9fa;border-radius:10px;font-size:13px;transition:background .2s}.pjd-cat-item:hover{background:#f0f0f0}.pjd-cat-item-info{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.pjd-cat-item-name{font-weight:600;font-size:.88rem;color:#1a1a1a}.pjd-cat-item-en{color:#94a3b8;font-size:.78rem;margin-left:8px}.pjd-cat-item-badge{margin-left:8px;font-size:.72rem;background:#e3f2fd;color:#1565c0;padding:1px 6px;border-radius:8px}.pjd-cat-item-del{background:none;border:none;color:#c62828;cursor:pointer;font-size:16px;padding:2px 8px;border-radius:6px;transition:.2s}.pjd-cat-item-del:hover{background:#fff5f5}.pjd-cat-empty{text-align:center;padding:20px;color:#94a3b8;font-size:.85rem;margin:0}@keyframes pjFadeSlide{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes pjSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pjFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pjPulse{0%,to{opacity:1}50%{opacity:.55}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1200px){.pjd-kpi-grid,.pjd-widget-grid{grid-template-columns:repeat(2,1fr);gap:12px}.pjd-widget-card.pjd-widget-wide{grid-column:span 2}.pj-board{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.pjd-dashboard{margin-bottom:16px}.pjd-kpi-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:14px}.pjd-kpi-card{border-radius:14px;padding:16px 14px;gap:12px}.pjd-kpi-icon{font-size:28px;width:44px;height:44px;border-radius:12px}.pjd-kpi-ring-wrap,.pjd-ring-svg{width:44px;height:44px}.pjd-kpi-num{font-size:22px}.pjd-kpi-label{font-size:11px}.pjd-kpi-sub{font-size:10px}.pjd-kpi-money{font-size:18px}.pjd-kpi-money-row{font-size:10px}.pjd-kpi-status-row{font-size:11px}.pjd-widget-grid{grid-template-columns:1fr;gap:12px;margin-bottom:16px}.pjd-widget-card{border-radius:14px;padding:16px}.pjd-widget-card.pjd-widget-wide{grid-column:span 1}.pjd-widget-title{font-size:13px;margin-bottom:12px;padding-bottom:8px}.pjd-donut-wrap,.pjd-donut-svg{width:110px;height:110px}.pjd-donut-center{font-size:22px}.pjd-bar-chart{height:140px;gap:6px;padding-top:12px}.pjd-bar-value{font-size:9px}.pjd-activity-list{max-height:240px}.pjd-activity-item{padding:8px 10px}.pjd-activity-text{font-size:12px}.pjd-top-item{grid-template-columns:28px 1fr 60px auto;gap:8px}.pjd-top-rank{width:28px;height:28px;font-size:11px;border-radius:8px}.pjd-top-name{font-size:12px}.pjd-top-value{font-size:11px}.pjd-pills{gap:6px;margin-top:12px}.pj-pill{padding:7px 14px;font-size:12px;border-radius:100px}.pj-pill-count{font-size:10px;padding:0 6px}.pjd-cat-tabs{padding:8px 10px;gap:4px;border-radius:12px;margin-bottom:10px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.pjd-cat-tab{padding:6px 12px;font-size:12px;white-space:nowrap;flex-shrink:0}.pjd-client-filter,.pjd-date-filter{flex-direction:column;align-items:flex-start;gap:8px}.pjd-client-pills{width:100%;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:4px}.pjd-client-pill{padding:5px 12px;font-size:11px;flex-shrink:0}.pjd-date-presets{width:100%;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:4px}.pjd-date-preset{padding:5px 12px;font-size:11px;flex-shrink:0}.pjd-date-inputs{width:100%}.pjd-date-inputs input[type=date]{flex:1;font-size:11px;padding:5px 8px}.pjd-sort-select{width:100%;font-size:12px}.pj-toolbar{flex-direction:column;align-items:stretch;padding:12px 14px;border-radius:12px;gap:10px;margin-bottom:14px}.pj-toolbar-left,.pj-toolbar-right{justify-content:space-between;flex-wrap:wrap;gap:8px}.pj-result-count{font-size:12px}.pj-view-toggle{border-radius:10px}.pj-vt-btn{padding:6px 10px;font-size:14px}.pj-add-btn{padding:8px 16px;font-size:12px;border-radius:10px;width:100%}.pj-board{grid-template-columns:1fr;gap:12px}.pj-card{border-radius:14px}.pj-card-header{padding:14px 14px 0}.pj-card-body{padding:10px 14px}.pj-card-title{font-size:14px}.pj-card-info,.pj-progress-label,.pj-progress-pct{font-size:11px}.pj-card-expanded{padding:12px 14px;margin:0 -14px -14px}.pj-card-bottom{padding:10px 14px;justify-content:flex-end}.pj-action-btn{flex:none;padding:6px 14px;font-size:11px}.pj-list-view{border-radius:14px}.pj-list-header{display:none}.pj-list-row{display:flex;flex-direction:column;gap:8px;padding:14px}.pj-lr-status{order:-1;align-self:flex-start}.pj-lr-title{font-size:14px}.pj-lr-title strong{display:block}.pj-lr-title small{display:inline}.pj-lr-client{display:block;font-size:12px}.pj-lr-progress{width:100%}.pj-mini-bar{width:100%;max-width:none}.pj-lr-due{display:block;font-size:11px}.pj-lr-actions{display:flex;justify-content:flex-end;gap:8px}.pj-lh-client,.pj-lh-due{display:none}.pj-timeline-view{border-radius:14px}.pj-timeline-header,.pj-tl-row{grid-template-columns:100px 1fr}.pj-tl-label-col strong{font-size:11px}.pj-tl-label-col small{font-size:10px}.pj-tl-month{font-size:9px}.pj-report-summary{grid-template-columns:repeat(2,1fr);gap:10px}.pj-report-card{padding:14px;border-radius:12px}.pj-report-card-num{font-size:22px}.pj-report-section{padding:16px;border-radius:14px}.pj-report-row{flex-direction:column;gap:12px}.pjd-folder-grid{grid-template-columns:repeat(2,1fr);gap:10px}.pjd-folder-card{padding:18px 16px;border-radius:14px}.pjd-cd-body{grid-template-columns:1fr}.pjd-cd-header{flex-direction:column;align-items:flex-start;gap:12px}.pjd-cd-kpi-grid{grid-template-columns:repeat(2,1fr);gap:10px}.pjd-cat-modal{width:95%;max-width:400px;border-radius:18px;max-height:85vh}.pjd-cat-modal-header{padding:18px 20px 12px}.pjd-cat-modal-body{padding:14px 20px 20px}.pjd-cat-modal-add{flex-direction:column;gap:6px}.pjd-cat-modal-add input{width:100%}.pj-preview-popup{width:95%;max-height:90vh;border-radius:16px;padding:18px}}@media (max-width:480px){.pjd-kpi-grid{grid-template-columns:1fr;gap:8px}.pjd-kpi-card{padding:14px 12px;gap:10px;border-radius:12px}.pjd-kpi-icon{font-size:24px;width:38px;height:38px;border-radius:10px}.pjd-kpi-ring-wrap,.pjd-ring-svg{width:38px;height:38px}.pjd-ring-num{font-size:10px}.pjd-kpi-num{font-size:20px}.pjd-kpi-money{font-size:16px}.pjd-widget-card{padding:14px;border-radius:12px}.pjd-donut-wrap,.pjd-donut-svg{width:96px;height:96px}.pjd-donut-center{font-size:18px}.pjd-bar-chart{height:120px;gap:4px}.pjd-pills{gap:5px}.pj-pill{padding:6px 11px;font-size:11px}.pjd-cat-tabs{gap:3px;padding:6px 8px}.pjd-cat-tab{padding:5px 10px;font-size:11px}.pjd-folder-grid{grid-template-columns:1fr}.pjd-folder-card{padding:14px 12px;border-radius:12px}.pj-report-summary{grid-template-columns:1fr}.pj-report-card{padding:12px;border-radius:10px}.pj-report-card-num{font-size:20px}.pj-card{border-radius:12px}.pj-card-header{padding:12px 12px 0}.pj-card-body{padding:8px 12px}.pj-card-bottom{padding:8px 12px;justify-content:flex-end}.pj-card-expanded{padding:10px 12px;margin:0 -12px -12px}.pj-unpaid-item{grid-template-columns:1fr 1fr;gap:4px}.pj-list-row{padding:12px}.pj-lr-title{font-size:13px}.pj-toolbar{padding:10px 12px;border-radius:10px;gap:8px}.pj-add-btn{justify-content:center;padding:10px 14px;font-size:12px}.pjd-cat-modal{width:96%;border-radius:14px}.pjd-cat-modal-header{padding:14px 16px 10px}.pjd-cat-modal-header h3{font-size:15px}.pjd-cat-modal-body{padding:12px 16px 16px}.pj-preview-popup{width:98%;padding:14px;border-radius:14px}}[data-theme=dark] .pj-notif-bar{background:linear-gradient(135deg,#2a2210,#302818);border-color:#5a4a20;color:#e0d8c0}[data-theme=dark] .pj-notif-close{color:#888}[data-theme=dark] .pj-notif-close:hover{background:#ffffff14;color:#ddd}[data-theme=dark] .pjd-kpi-card{background:#1a1d2e;border-color:#252840;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .pjd-kpi-card:hover{box-shadow:0 8px 32px #00000080}[data-theme=dark] .pjd-kpi-card.pjd-kpi-main{background:linear-gradient(135deg,#1a1d35,#1e2248);border-color:#313866}[data-theme=dark] .pjd-kpi-card.pjd-kpi-alert{background:linear-gradient(135deg,#2a1015,#2e1520);border-color:#5a2030}[data-theme=dark] .pjd-kpi-icon{background:#ffffff0f}[data-theme=dark] .pjd-kpi-num{color:#e0e0e0}[data-theme=dark] .pjd-kpi-label{color:#999}[data-theme=dark] .pjd-kpi-sub{color:#777}[data-theme=dark] .pjd-kpi-status-row{color:#ccc}[data-theme=dark] .pjd-kpi-money{color:#ff6b6b}[data-theme=dark] .pjd-money-paid{color:#66bb6a}[data-theme=dark] .pjd-money-unpaid{color:#ffa726}[data-theme=dark] .pjd-ring-num{color:#818cf8}[data-theme=dark] .pjd-widget-card{background:#1a1d2e;border-color:#252840;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .pjd-widget-card:hover{box-shadow:0 8px 28px #00000080}[data-theme=dark] .pjd-widget-title{color:#e0e0e0;border-bottom-color:#252840}[data-theme=dark] .pjd-widget-empty{color:#555}[data-theme=dark] .pjd-donut-center{color:#e0e0e0}[data-theme=dark] .pjd-donut-legend-item{color:#bbb}[data-theme=dark] .pjd-bar-value{color:#999}[data-theme=dark] .pjd-bar-track{background:#252840}[data-theme=dark] .pjd-bar-label{color:#999}[data-theme=dark] .pjd-activity-item:hover{background:#ffffff0a}[data-theme=dark] .pjd-activity-text{color:#ccc}[data-theme=dark] .pjd-activity-time{color:#666}[data-theme=dark] .pjd-deadline-item:hover{background:#ffffff0a}[data-theme=dark] .pjd-deadline-dday{background:linear-gradient(135deg,#1a2540,#1e3060);color:#64b5f6}[data-theme=dark] .pjd-deadline-dday.urgent{background:linear-gradient(135deg,#3a1015,#4e1520);color:#ff6b6b}[data-theme=dark] .pjd-deadline-title{color:#e0e0e0}[data-theme=dark] .pjd-deadline-client{color:#777}[data-theme=dark] .pjd-top-rank{background:linear-gradient(135deg,#1e2248,#252860);color:#a5b4fc}[data-theme=dark] .pjd-top-name{color:#ccc}[data-theme=dark] .pjd-top-bar-track{background:#252840}[data-theme=dark] .pjd-top-value{color:#999}[data-theme=dark] .pjd-tp-title{color:#ccc}[data-theme=dark] .pjd-tp-ratio{color:#888}[data-theme=dark] .pjd-tp-bar-track{background:#252840}[data-theme=dark] .pjd-recent-item{background:#ffffff08}[data-theme=dark] .pjd-recent-item:hover{background:#ffffff0f}[data-theme=dark] .pjd-recent-title{color:#e0e0e0}[data-theme=dark] .pjd-recent-meta{color:#777}[data-theme=dark] .pjd-recent-time{color:#555}[data-theme=dark] .pjd-rp-bar{background:#252840}[data-theme=dark] .pjd-rp-pct{color:#999}[data-theme=dark] .pj-pill{background:#1a1d2e;border-color:#333;color:#ccc}[data-theme=dark] .pj-pill:hover{background:#252840;border-color:#444}[data-theme=dark] .pj-pill.active{background:#4f46e5;border-color:#4f46e5;color:#fff}[data-theme=dark] .pj-pill-count{background:#ffffff1a}[data-theme=dark] .pjd-cat-tabs{background:#1a1d2e;border-color:#252840}[data-theme=dark] .pjd-cat-tab{color:#999}[data-theme=dark] .pjd-cat-tab:hover{background:#ffffff0f;color:#ddd}[data-theme=dark] .pjd-cat-tab.active{background:linear-gradient(135deg,#a60e16,#c62828);color:#fff}[data-theme=dark] .pjd-cat-tab-manage{background:#4f46e51f!important;color:#818cf8!important;border-color:#4f46e54d}[data-theme=dark] .pjd-cat-tab-manage:hover{background:#4f46e533!important;color:#a78bfa!important}[data-theme=dark] .pjd-client-filter-label{color:#999}[data-theme=dark] .pjd-client-pill{background:#1a1d2e;border-color:#333;color:#ccc}[data-theme=dark] .pjd-client-pill.active{background:#4f46e5;border-color:#4f46e5;color:#fff}[data-theme=dark] .pjd-date-filter-label{color:#999}[data-theme=dark] .pjd-date-preset{background:#1a1d2e;border-color:#333;color:#ccc}[data-theme=dark] .pjd-date-preset:hover{background:#252840}[data-theme=dark] .pjd-date-preset.active{background:#1565c0;border-color:#1565c0}[data-theme=dark] .pjd-date-inputs input[type=date],[data-theme=dark] .pjd-sort-select{background:#1a1d2e;border-color:#333;color:#ccc}[data-theme=dark] .pj-toolbar{background:#1a1d2e;border-color:#252840;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .pj-result-count{color:#888}[data-theme=dark] .pj-clear-filter{background:#c628281a;border-color:#c628284d;color:#ff6b6b}[data-theme=dark] .pj-view-toggle{background:#252840}[data-theme=dark] .pj-vt-btn{color:#888}[data-theme=dark] .pj-vt-btn:hover{background:#ffffff0f}[data-theme=dark] .pj-vt-btn.active{background:#1a1d2e;color:#e0e0e0;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .pj-card{background:#1a1d2e;border-color:#252840;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .pj-card:hover{box-shadow:0 8px 32px #00000080}[data-theme=dark] .pj-card-actions button:hover{background:#ffffff14}[data-theme=dark] .pj-card-title{color:#e0e0e0}[data-theme=dark] .pj-card-title:hover{color:#ff6b6b}[data-theme=dark] .pj-cat-tag{background:#4f46e526;color:#a5b4fc}[data-theme=dark] .pj-dday{background:#1565c026;color:#64b5f6}[data-theme=dark] .pj-dday.urgent{background:#c6282826;color:#ff6b6b}[data-theme=dark] .pj-progress-label{color:#888}[data-theme=dark] .pj-progress-pct{color:#ccc}[data-theme=dark] .pj-progress-track{background:#252840}[data-theme=dark] .pj-card-info{color:#888}[data-theme=dark] .pj-card-expanded{background:linear-gradient(180deg,#141620,#1a1d2e);border-top-color:#252840}[data-theme=dark] .pj-exp-info-item{background:#ffffff08;border-color:#252840}[data-theme=dark] .pj-exp-info-item:hover{border-color:#3d3d5c;box-shadow:0 2px 8px #0003}[data-theme=dark] .pj-exp-info-label{color:#777}[data-theme=dark] .pj-exp-info-value{color:#e0e0e0}[data-theme=dark] .pj-exp-section-title{color:#bbb}[data-theme=dark] .pj-exp-desc-box{background:#ffffff08;border-color:#252840}[data-theme=dark] .pj-exp-desc-content{color:#aaa}[data-theme=dark] .pj-exp-footer{border-top-color:#252840}[data-theme=dark] .pj-detail-label{color:#ccc}[data-theme=dark] .pj-detail-desc{color:#aaa}[data-theme=dark] .pj-detail-time{color:#555}[data-theme=dark] .pj-task-preview-item{background:#ffffff08;border-color:#252840;color:#ccc}[data-theme=dark] .pj-task-preview-item:hover{border-color:#3d3d5c;background:#ffffff0d}[data-theme=dark] .pj-task-assignee{color:#a5b4fc;background:#6366f11f}[data-theme=dark] .pj-file-preview-item{background:#ffffff08;border-color:#252840;color:#ccc}[data-theme=dark] .pj-log-item{color:#ccc;background:#ffffff0d;border-color:#333}[data-theme=dark] .pj-log-text{color:#ddd}[data-theme=dark] .pj-log-time{color:#888}[data-theme=dark] .pj-log-dot{background:#666}[data-theme=dark] .pj-exp-footer{border-top-color:#333}[data-theme=dark] .pj-exp-footer .pj-detail-time{color:#888}[data-theme=dark] .pj-exp-section-title{color:#ccc}[data-theme=dark] .pj-qp-btn{background:#1a1d2e;border-color:#333;color:#ccc}[data-theme=dark] .pj-qp-btn:hover{background:#252840}[data-theme=dark] .pj-card-bottom{border-top-color:#252840}[data-theme=dark] .pj-action-btn{background:#1a1d2e;border-color:#333;color:#ccc}[data-theme=dark] .pj-act-start:hover{background:#1565c026;color:#64b5f6;border-color:#1565c04d}[data-theme=dark] .pj-act-done:hover{background:#2e7d3226;color:#66bb6a;border-color:#2e7d324d}[data-theme=dark] .pj-act-hold:hover{background:#e6510026;color:#ffa726;border-color:#e651004d}[data-theme=dark] .pj-list-view{background:#1a1d2e;border-color:#252840;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .pj-list-header{background:linear-gradient(135deg,#141620,#1a1d2e);color:#888;border-bottom-color:#252840}[data-theme=dark] .pj-list-row{border-bottom-color:#1e2030}[data-theme=dark] .pj-list-row:hover{background:#ffffff05}[data-theme=dark] .pj-lr-title strong{color:#e0e0e0}[data-theme=dark] .pj-lr-title small{color:#666}[data-theme=dark] .pj-lr-client,[data-theme=dark] .pj-lr-progress small{color:#999}[data-theme=dark] .pj-mini-bar{background:#252840}[data-theme=dark] .pj-lr-due{color:#888}[data-theme=dark] .pj-lr-actions button:hover{background:#ffffff14}[data-theme=dark] .pj-timeline-view{background:#1a1d2e;border-color:#252840;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .pj-timeline-header{border-bottom-color:#252840}[data-theme=dark] .pj-tl-label-col strong{color:#e0e0e0}[data-theme=dark] .pj-tl-label-col small{color:#666}[data-theme=dark] .pj-tl-month{color:#555;border-left-color:#252840}[data-theme=dark] .pj-report-card{background:#1a1d2e;border-color:#252840;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .pj-report-card-num{color:#e0e0e0}[data-theme=dark] .pj-report-card small{color:#777}[data-theme=dark] .pj-report-section{background:#1a1d2e;border-color:#252840;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .pj-report-section h3{color:#e0e0e0}[data-theme=dark] .pj-chart-bar-container{background:#252840}[data-theme=dark] .pj-chart-bar-label{color:#999}[data-theme=dark] .pj-chart-bar-sub{color:#666}[data-theme=dark] .pj-report-stat-label{color:#ccc}[data-theme=dark] .pj-report-stat-bar{background:#252840}[data-theme=dark] .pj-report-stat-num{color:#999}[data-theme=dark] .pj-unpaid-item{background:#141620}[data-theme=dark] .pj-unpaid-item:hover{background:#1e2030}[data-theme=dark] .pj-unpaid-title{color:#e0e0e0}[data-theme=dark] .pj-unpaid-client{color:#888}[data-theme=dark] .pj-unpaid-amount{color:#ff6b6b}[data-theme=dark] .pj-unpaid-status.sent{background:#1565c026;color:#64b5f6}[data-theme=dark] .pj-unpaid-status.draft{background:#e6510026;color:#ffa726}[data-theme=dark] .pjd-folder-card{background:#1a1d2e;border-color:#252840;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .pjd-folder-card:hover{box-shadow:0 12px 40px #00000080;border-color:#a60e164d}[data-theme=dark] .pjd-folder-name,[data-theme=dark] .pjd-folder-stat-num{color:#e0e0e0}[data-theme=dark] .pjd-folder-stat-label{color:#777}[data-theme=dark] .pjd-folder-progress-bar{background:#252840}[data-theme=dark] .pjd-folder-progress-text{color:#999}[data-theme=dark] .pjd-folder-revenue{color:#ff6b6b}[data-theme=dark] .pjd-cd-back{background:#1a1d2e;border-color:#333;color:#ccc}[data-theme=dark] .pjd-cd-back:hover{background:#252840}[data-theme=dark] .pjd-cd-name{color:#e0e0e0}[data-theme=dark] .pjd-cd-subtitle{color:#888}[data-theme=dark] .pjd-cd-kpi{background:#1a1d2e;border-color:#252840;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .pjd-cd-kpi-num{color:#e0e0e0}[data-theme=dark] .pjd-cd-kpi-label{color:#777}[data-theme=dark] .pjd-cd-projects,[data-theme=dark] .pjd-cd-activity{background:#1a1d2e;border-color:#252840;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .pjd-cd-section-title{color:#e0e0e0}[data-theme=dark] .pjd-cd-project-card{border-color:#252840}[data-theme=dark] .pjd-cd-project-card:hover{border-color:#333;box-shadow:0 6px 20px #0006}[data-theme=dark] .pjd-cd-project-title{color:#e0e0e0}[data-theme=dark] .pjd-cd-project-progress{color:#ccc}[data-theme=dark] .pjd-cd-project-bar{background:#252840}[data-theme=dark] .pjd-cd-project-meta{color:#777}[data-theme=dark] .pj-empty h3{color:#ccc}[data-theme=dark] .pj-empty p{color:#777}[data-theme=dark] .pj-loading{color:#888}[data-theme=dark] .pjd-cat-manage-btn{background:#252840;border-color:#333;color:#ccc}[data-theme=dark] .pjd-cat-manage-btn:hover{background:#333;border-color:#555;color:#e0e0e0}[data-theme=dark] .pjd-cat-modal-overlay{background:#000000b3}[data-theme=dark] .pjd-cat-modal{background:#1a1d2e;box-shadow:0 24px 80px #00000080}[data-theme=dark] .pjd-cat-modal-header{border-bottom-color:#252840}[data-theme=dark] .pjd-cat-modal-header h3{color:#e0e0e0}[data-theme=dark] .pjd-cat-modal-close{background:#252840;border-color:#333;color:#999}[data-theme=dark] .pjd-cat-modal-close:hover{background:#3a1015;border-color:#5a2030;color:#ff6b6b}[data-theme=dark] .pjd-cat-modal-desc{color:#888}[data-theme=dark] .pjd-cat-modal-add input{background:#141620;border-color:#333;color:#e0e0e0}[data-theme=dark] .pjd-cat-modal-add input::placeholder{color:#555}[data-theme=dark] .pjd-cat-modal-add-btn{background:linear-gradient(135deg,#1565c0,#1976d2)}[data-theme=dark] .pjd-cat-list{border-top-color:#252840}[data-theme=dark] .pjd-cat-item{background:#141620;color:#ccc}[data-theme=dark] .pjd-cat-item:hover{background:#252840}[data-theme=dark] .pjd-cat-item-name{color:#e0e0e0}[data-theme=dark] .pjd-cat-item-en{color:#666}[data-theme=dark] .pjd-cat-item-badge{background:#1565c026;color:#64b5f6}[data-theme=dark] .pjd-cat-item-del{color:#ff6b6b}[data-theme=dark] .pjd-cat-item-del:hover{background:#ff6b6b1a}[data-theme=dark] .pjd-cat-empty{color:#555}.client-autocomplete-wrap{position:relative}.client-autocomplete-input{width:100%;padding-right:32px!important;box-sizing:border-box}.client-autocomplete-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#999;font-size:12px;cursor:pointer;user-select:none;padding:4px;border-radius:4px;transition:color .2s,background .2s}.client-autocomplete-icon:hover{color:#555;background:#0000000d}.client-autocomplete-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 8px 32px #0000001f;max-height:220px;overflow-y:auto;z-index:1000;animation:clientDropSlide .2s ease}@keyframes clientDropSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.client-autocomplete-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;cursor:pointer;transition:background .15s}.client-autocomplete-item:first-child{border-radius:12px 12px 0 0}.client-autocomplete-item:last-child{border-radius:0 0 12px 12px}.client-autocomplete-item:only-child{border-radius:12px}.client-autocomplete-item:hover{background:#f0f4ff}.client-autocomplete-item.selected{background:#e8edff}.client-autocomplete-item-name{font-size:13px;font-weight:600;color:#333}.client-autocomplete-item-company{font-size:11px;color:#999}.client-autocomplete-empty{padding:16px 14px;text-align:center;font-size:12px;color:#999}.client-autocomplete-empty strong{color:#1565c0}[data-theme=dark] .client-autocomplete-dropdown{background:#2a2a3e;border-color:#3d3d5c;box-shadow:0 8px 32px #0006}[data-theme=dark] .client-autocomplete-item:hover{background:#6366f126}[data-theme=dark] .client-autocomplete-item.selected{background:#6366f133}[data-theme=dark] .client-autocomplete-item-name{color:#e0e0e0}[data-theme=dark] .client-autocomplete-item-company{color:#888}[data-theme=dark] .client-autocomplete-empty,[data-theme=dark] .client-autocomplete-icon{color:#777}[data-theme=dark] .client-autocomplete-icon:hover{color:#bbb;background:#ffffff0d}.sv-tab-container{padding:20px 0}.sv-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.sv-list-add-btn{background:linear-gradient(135deg,var(--accent, #a60e16),#8a0b12);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:700;cursor:pointer;box-shadow:0 4px 10px #a60e1633;transition:all .2s ease}.sv-list-add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #a60e164d}.sv-list-empty{text-align:center;padding:60px 20px;background:var(--bg-card);border-radius:12px;border:1px dashed var(--border);color:var(--text-muted)}.sv-list-empty-icon{font-size:3rem;display:block;margin-bottom:15px;opacity:.5}.sv-list-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.sv-list-card{background:var(--bg-card);border-radius:12px;padding:20px;border:1px solid var(--border);border-left:4px solid var(--accent, #a60e16);box-shadow:0 4px 12px #00000008;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.sv-list-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.sv-list-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.sv-list-card-title{margin:0;font-size:1.1rem;font-weight:600;line-height:1.3}.sv-list-badge{font-size:.75rem;padding:3px 8px;border-radius:20px;font-weight:700;white-space:nowrap;margin-left:10px}.sv-list-badge-draft{background:#e0e0e0;color:#555}.sv-list-badge-sent{background:#e3f2fd;color:#1565c0}.sv-list-badge-closed{background:#ffebee;color:#c62828}[data-theme=dark] .sv-list-badge-draft{background:#333;color:#aaa}[data-theme=dark] .sv-list-badge-sent{background:#1565c04d;color:#90caf9}[data-theme=dark] .sv-list-badge-closed{background:#c628284d;color:#ef9a9a}.sv-list-card-desc{font-size:.85rem;color:var(--text-muted);margin:0 0 15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sv-list-card-meta{display:flex;gap:15px;font-size:.8rem;color:var(--text-muted);margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--border)}.sv-list-card-actions{display:flex;gap:8px;margin-top:auto;flex-wrap:wrap}.sv-list-action-btn{background:#f8f9fa;border:1px solid #dadce0;color:#3c4043;padding:6px 12px;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;flex:1;display:flex;justify-content:center;align-items:center;gap:6px;white-space:nowrap}.sv-list-action-btn:hover{background:#f1f3f4;border-color:#d2d2d2}.sv-list-action-send{background:#e3f2fd;color:#1565c0;border-color:#bbdefb}.sv-list-action-del{flex:0 0 auto;color:#d32f2f}.sv-builder-container{background:var(--bg-body);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;height:700px;border:1px solid var(--border)}.sv-builder-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:var(--bg-card);border-bottom:1px solid var(--border);z-index:10}.sv-builder-header-left{display:flex;align-items:center;gap:15px}.sv-back-btn{background:var(--bg-hover, #f1f3f5);border:1px solid var(--border, #ddd);border-radius:20px;color:var(--text-main, #333);font-size:.9rem;font-weight:500;cursor:pointer;padding:6px 14px;display:inline-flex;align-items:center;transition:all .2s ease}.sv-back-btn:hover{background:var(--bg-card, #fff);border-color:var(--primary, #0056b3);color:var(--primary, #0056b3);box-shadow:0 2px 5px #0000000d}.sv-builder-title{font-weight:700;font-size:1.1rem}.sv-save-btn{background:#2e7d32;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:700;cursor:pointer}.sv-action-btn{background:var(--bg-body);border:1px solid var(--border);color:var(--text-main);padding:8px 16px;border-radius:6px;margin-right:10px;cursor:pointer}.sv-builder-layout{display:flex;flex:1;overflow:hidden}.sv-builder-editor{flex:6;padding:20px;overflow-y:auto;background:var(--bg-body)}.sv-builder-preview{flex:4;background:var(--bg-card);border-left:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.sv-editor-info-card{background:var(--bg-card);padding:20px;border-radius:12px;border:1px solid var(--border);margin-bottom:24px;border-top:4px solid var(--accent, #a60e16)}.sv-info-title-input{width:100%;font-size:1.5rem;font-weight:700;border:none;border-bottom:2px solid transparent;background:transparent;color:var(--text-main);padding:5px 0;margin-bottom:10px;transition:border-color .2s}.sv-info-title-input:focus{outline:none;border-bottom-color:var(--accent, #a60e16)}.sv-info-desc-input{width:100%;font-size:.95rem;border:none;background:transparent;color:var(--text-main);resize:vertical;outline:none}.sv-question-card{background:var(--bg-card);border-radius:12px;border:1px solid var(--border);margin-bottom:15px;display:flex;transition:all .2s;box-shadow:0 2px 5px #00000005}.sv-question-card.dragging{opacity:.5;border:2px dashed var(--accent, #a60e16)}.sv-question-card.drag-over{border-top:4px solid var(--accent, #a60e16)}.sv-question-drag-handle{padding:15px 5px;cursor:grab;color:#ccc;font-size:1.2rem;display:flex;align-items:center;border-right:1px solid var(--border)}.sv-question-card-inner{padding:15px 20px;flex:1}.sv-question-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.sv-question-type-badge{background:var(--bg-body);padding:4px 10px;border-radius:20px;font-size:.8rem;border:1px solid var(--border);color:var(--text-muted)}.sv-question-actions button{background:none;border:none;font-size:1.1rem;cursor:pointer;margin-left:10px;opacity:.6}.sv-question-actions button:hover{opacity:1}.sv-question-inputs{margin-bottom:15px}.sv-q-title{width:100%;font-size:1.1rem;font-weight:500;border:1px solid var(--border);border-radius:6px;padding:10px;margin-bottom:10px;background:var(--bg-body);color:var(--text-main)}.sv-q-desc{width:100%;font-size:.85rem;border:1px solid var(--border);border-radius:6px;padding:8px 10px;background:var(--bg-body);color:var(--text-muted)}.sv-q-options{margin-bottom:15px}.sv-q-option-row{display:flex;align-items:center;margin-bottom:8px;gap:10px}.sv-q-option-bullet{color:#999}.sv-q-option-row input{flex:1;padding:8px;border:1px solid var(--border);border-radius:4px;background:var(--bg-body);color:var(--text-main)}.sv-q-opt-del{background:none;border:none;color:#d32f2f;cursor:pointer;font-size:1.2rem}.sv-q-add-opt{background:none;border:none;color:#1565c0;font-size:.85rem;cursor:pointer;margin-top:5px;margin-left:20px}.sv-q-setting{margin-bottom:15px;font-size:.9rem;display:flex;align-items:center;gap:10px}.sv-q-setting select{padding:5px;border-radius:4px;border:1px solid var(--border);background:var(--bg-body);color:var(--text-main)}.sv-question-bottom{border-top:1px solid var(--border);padding-top:15px;display:flex;justify-content:flex-end}.sv-required-toggle{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--text-main);cursor:pointer}.sv-add-question-area{margin-top:30px;text-align:center;border:2px dashed var(--border);border-radius:12px;padding:30px;background:#00000003}[data-theme=dark] .sv-add-question-area{background:#ffffff03}.sv-add-question-area h4{margin:0 0 20px;color:var(--text-muted)}.sv-type-palette{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.sv-type-btn{display:flex;flex-direction:column;align-items:center;gap:5px;background:var(--bg-card);border:1px solid var(--border);padding:10px 15px;border-radius:8px;cursor:pointer;color:var(--text-main);font-size:.8rem;transition:all .2s}.sv-type-btn:hover{background:var(--bg-hover);transform:translateY(-2px);border-color:var(--accent, #a60e16)}.sv-type-icon{font-size:1.2rem}.sv-preview-header{padding:10px 20px;background:var(--bg-header);border-bottom:1px solid var(--border);font-size:.9rem;font-weight:700;color:var(--text-muted)}.sv-preview-content{flex:1;overflow-y:auto;padding:30px 20px;background:var(--bg-body)}.sv-preview-info{margin-bottom:30px;text-align:center}.sv-preview-title{font-size:1.5rem;margin-bottom:10px}.sv-preview-desc{color:var(--text-muted);font-size:.9rem}.sv-preview-qitem{background:var(--bg-card);padding:20px;border-radius:8px;margin-bottom:15px;border:1px solid var(--border);opacity:.9;pointer-events:none}.sv-preview-qtitle{font-weight:700;margin-bottom:5px}.sv-req-asterisk{color:#d32f2f;margin-left:4px}.sv-preview-qdesc{font-size:.8rem;color:var(--text-muted);margin-bottom:15px}.sv-p-input,.sv-p-textarea,.sv-p-select{width:100%;padding:10px;border:1px solid var(--border);border-radius:4px;background:var(--bg-body)}.sv-p-choice{margin-bottom:8px;display:flex;align-items:center;gap:8px}.sv-p-stars{color:#ccc;font-size:1.5rem;letter-spacing:5px}.sv-p-filebtn{padding:8px 15px;border:1px dashed #999;background:none;border-radius:4px}.sv-response-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e8f0);display:flex;flex-direction:column}[data-theme=dark] .sv-response-page{background:linear-gradient(135deg,#121212,#1a1a2e)}.sv-page-header{padding:20px 40px;background:#fff;box-shadow:0 2px 10px #0000000d}[data-theme=dark] .sv-page-header{background:#1e1e1e}.sv-logo{font-family:Arial Black,sans-serif;font-size:1.5rem;font-weight:900;letter-spacing:-1px}.sv-page-content{flex:1;background-color:#f5f0f1;padding:40px 20px}.sv-page-footer{text-align:center;padding:20px;color:#888;font-size:.8rem;background-color:#f5f0f1}.sv-form-container{max-width:640px;margin:0 auto;background:transparent;box-shadow:none;overflow:visible}[data-theme=dark] .sv-form-container{background:transparent;box-shadow:none}.sv-form-header{background:#fff;color:#202124;padding:40px;border-radius:12px;box-shadow:0 2px 12px #0000000f;margin-bottom:20px}[data-theme=dark] .sv-form-header{background:#1e1e24;color:#eee}.sv-form-title{margin:0 0 12px;font-size:2.2rem;font-weight:700;letter-spacing:-.5px;line-height:1.3}.sv-form-desc{margin:0;color:#5f6368;line-height:1.6;font-size:1.05rem}[data-theme=dark] .sv-form-desc{color:#aaa}.sv-form-progress{margin-top:30px}.sv-form-progress-text{font-size:.8rem;margin-bottom:8px;opacity:.9}.sv-form-progress-track{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}[data-theme=dark] .sv-form-progress-track{background:#333}.sv-form-progress-bar{height:100%;border-radius:3px;transition:width .3s ease}.sv-form-body{padding:0}.sv-form-question{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:35px 40px;margin-bottom:20px;border-bottom:none;transition:box-shadow .2s}.sv-form-question:hover{box-shadow:0 4px 16px #0000001a}[data-theme=dark] .sv-form-question{background:#1e1e24;box-shadow:0 4px 16px #0000004d;border-color:#333}.sv-form-question:last-child{border-bottom:none}.sv-form-q-title{font-size:1.15rem;font-weight:600;margin-bottom:12px;color:#202124;line-height:1.4}[data-theme=dark] .sv-form-q-title{color:#eee}.sv-form-req{color:#d93025;margin-left:5px;font-weight:700}.sv-form-q-desc{font-size:.95rem;color:#5f6368;margin-bottom:20px;line-height:1.5}[data-theme=dark] .sv-form-q-desc{color:#aaa}.sv-form-input-area{margin-top:15px}.sv-form-input{width:50%;min-width:250px;padding:8px 0;border:none;border-bottom:1px solid #dadce0;border-radius:0;font-size:1rem;transition:all .2s;background:transparent;color:#202124}.sv-form-textarea{width:100%;padding:12px;border:1px solid #dadce0;border-radius:8px;font-size:1rem;transition:all .2s;background:#fbfbfb;color:#202124;resize:vertical;min-height:100px}.sv-form-select{width:50%;min-width:250px;padding:10px;border:1px solid #dadce0;border-radius:4px;font-size:1rem;background:transparent;color:#202124}.sv-custom-dropdown{position:relative;width:50%;min-width:250px}.sv-dropdown-trigger{width:100%;padding:12px;border:1px solid #dadce0;border-radius:8px;background:#fbfbfb;font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s;color:#202124}.sv-dropdown-trigger .placeholder-text{color:#757575}.sv-custom-dropdown.open .sv-dropdown-trigger{border-color:var(--accent, #a60e16);background:#fff;box-shadow:0 0 0 3px #a60e161a}.sv-dropdown-arrow{font-size:.8rem;color:#5f6368;transition:transform .2s}.sv-custom-dropdown.open .sv-dropdown-arrow{transform:rotate(180deg)}.sv-dropdown-backdrop{position:fixed;inset:0;z-index:999}.sv-dropdown-menu{position:absolute;top:calc(100% + 5px);left:0;width:100%;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;z-index:1000;max-height:250px;overflow-y:auto;border:1px solid #e0e0e0}.sv-dropdown-item{padding:14px 15px;cursor:pointer;transition:background .2s;font-size:1rem;color:#202124;border-bottom:1px solid #f0f0f0}.sv-dropdown-item:last-child{border-bottom:none}.sv-dropdown-item:hover{background:#f8f9fa}.sv-dropdown-item.active{background:#fff0f1;color:var(--accent, #a60e16);font-weight:700}[data-theme=dark] .sv-form-input{background:transparent;border-color:#555;color:#eee}[data-theme=dark] .sv-form-textarea,[data-theme=dark] .sv-form-select,[data-theme=dark] .sv-dropdown-trigger,[data-theme=dark] .sv-dropdown-menu{background:#2a2a35;border-color:#555;color:#eee}[data-theme=dark] .sv-dropdown-item{color:#eee;border-color:#444}[data-theme=dark] .sv-dropdown-item:hover{background:#334}[data-theme=dark] .sv-dropdown-item.active{background:#3f3f5a;color:#fff}.sv-form-input:focus{outline:none;border-bottom:2px solid var(--accent, #a60e16);background:transparent}.sv-form-textarea:focus{outline:none;border-color:var(--accent, #a60e16);background:#fff;box-shadow:0 0 0 3px #a60e161a}.sv-form-select:focus{outline:none;border-color:var(--accent, #a60e16)}[data-theme=dark] .sv-form-input:focus{background:transparent}[data-theme=dark] .sv-form-textarea:focus{background:#334}[data-theme=dark] .sv-form-textarea:focus,[data-theme=dark] .sv-form-select:focus{background:#2a2a35;color:#fff}.sv-form-input.error{border-color:#d32f2f;background:#fff5f5}.sv-form-error-msg{color:#d32f2f;font-size:.85rem;margin-top:8px}.sv-form-question.has-error{padding-left:15px;border-left:3px solid #d32f2f}.sv-form-radio-label,.sv-form-checkbox-label{display:flex;align-items:center;margin-bottom:12px;cursor:pointer;font-size:1rem;color:#444}[data-theme=dark] .sv-form-radio-label,[data-theme=dark] .sv-form-checkbox-label{color:#ccc}.sv-form-radio-label input,.sv-form-checkbox-label input{margin-right:10px;width:18px;height:18px;cursor:pointer}.sv-form-stars-interactive{display:flex;gap:5px}.sv-form-star-btn{background:none;border:none;font-size:2.5rem;color:#e0e0e0;cursor:pointer;transition:all .2s;padding:0}.sv-form-star-btn.filled,.sv-form-star-btn:hover{color:#ffc107;transform:scale(1.1)}.sv-form-submit-area{margin-top:50px;text-align:center}.sv-form-submit-btn{background:linear-gradient(135deg,var(--accent, #a60e16),#8a0b12);color:#fff;border:none;padding:15px 40px;font-size:1.1rem;font-weight:700;border-radius:30px;cursor:pointer;box-shadow:0 5px 15px #a60e164d;transition:all .3s}.sv-form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #a60e1666}.sv-form-success{text-align:center;padding:80px 40px;background:#fff;border-radius:16px;max-width:600px;margin:40px auto}[data-theme=dark] .sv-form-success{background:#1e1e24}.sv-form-success-icon{font-size:5rem;color:#4caf50;margin-bottom:20px;animation:svPopIn .5s cubic-bezier(.175,.885,.32,1.275)}.sv-results-container{background:var(--bg-body);padding:20px;border-radius:12px;border:1px solid var(--border)}.sv-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.sv-results-stats{display:flex;gap:20px;margin-bottom:30px}.sv-results-stat-card{background:var(--bg-card);padding:20px;border-radius:12px;border:1px solid var(--border);flex:1;text-align:center;box-shadow:0 4px 10px #00000005}.sv-stat-value{font-size:2.5rem;font-weight:700;color:var(--accent, #a60e16);margin-bottom:5px}.sv-stat-label{color:var(--text-muted);font-size:.9rem}.sv-results-tabs{display:flex;border-bottom:2px solid var(--border);margin-bottom:30px}.sv-rtab{background:none;border:none;padding:10px 20px;font-size:1rem;font-weight:500;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px}.sv-rtab.active{color:var(--accent, #a60e16);border-bottom-color:var(--accent, #a60e16)}.sv-result-block{background:var(--bg-card);padding:25px;border-radius:12px;border:1px solid var(--border);margin-bottom:20px}.sv-rb-title{margin:0 0 20px;font-size:1.1rem}.sv-rb-text-list{display:flex;flex-direction:column;gap:15px}.sv-rb-text-item{background:var(--bg-body);padding:15px;border-radius:8px;border-left:3px solid #ccc}.sv-rb-text-user{font-size:.8rem;color:var(--text-muted);font-weight:700;margin-bottom:5px;display:block}.sv-rb-text-item p{margin:0;line-height:1.5;font-size:.95rem}.sv-rb-text-more{text-align:center;color:#1565c0;font-size:.9rem;margin-top:10px;cursor:pointer}.sv-chart-row{display:flex;align-items:center;margin-bottom:12px;gap:15px}.sv-chart-label{width:150px;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sv-chart-bar-wrap{flex:1;height:24px;background:#0000000d;border-radius:4px;overflow:hidden}[data-theme=dark] .sv-chart-bar-wrap{background:#ffffff0d}.sv-chart-bar-fill{height:100%;background:linear-gradient(90deg,#1565c0,#42a5f5);transition:width .5s ease}.sv-chart-pct{width:80px;text-align:right;font-weight:700;font-size:.9rem}.sv-chart-count{color:var(--text-muted);font-weight:400;font-size:.8rem}.sv-rb-rating-avg{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:20px}.sv-avg-star{color:#ffc107}.sv-indiv-nav{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:30px}.sv-indiv-nav button{padding:8px 15px;border-radius:20px;border:1px solid var(--border);background:var(--bg-card);cursor:pointer}.sv-indiv-nav button:disabled{opacity:.5;cursor:not-allowed}.sv-indiv-content{background:var(--bg-card);padding:30px;border-radius:12px;border:1px solid var(--border)}.sv-indiv-user-info{display:flex;align-items:center;gap:15px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid var(--border)}.sv-indiv-avatar{font-size:2.5rem}.sv-indiv-name{font-size:1.2rem;font-weight:700}.sv-indiv-meta{color:var(--text-muted);font-size:.9rem;margin-top:4px}.sv-indiv-ans-row{margin-bottom:25px}.sv-indiv-q{font-weight:600;margin-bottom:8px;color:var(--text-muted)}.sv-indiv-a{font-size:1.05rem;line-height:1.5;padding-left:15px;border-left:3px solid var(--accent, #a60e16)}@media print{.print-hide{display:none!important}.sv-results-container{border:none;padding:0}.sv-result-block{break-inside:avoid;border:1px solid #ddd}.sv-chart-bar-fill{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@keyframes svPopIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.gf-builder-container{display:flex;flex-direction:column;height:auto;position:relative}.gf-builder-header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background:#fff;border-bottom:1px solid #ddd;z-index:10}.gf-header-left{display:flex;align-items:center;gap:15px}.gf-header-title{font-size:1.1rem;font-weight:500}.gf-save-btn{background:#673ab7;color:#fff;border:none;padding:8px 24px;border-radius:4px;font-weight:500;cursor:pointer}.gf-save-btn:hover{background:#5e35b1}.gf-icon-btn{background:none;border:none;font-size:1.2rem;color:#5f6368;cursor:pointer;padding:8px;border-radius:50%}.gf-icon-btn:hover{background:#f1f3f4}.gf-builder-body{flex:1;background-color:#fff9fa;overflow-y:visible;display:flex;justify-content:center;align-items:flex-start;padding:30px 20px 100px}.gf-builder-main{width:100%;max-width:640px;position:relative;display:flex;flex-direction:column;gap:15px}.gf-card{background:#fff;border:1px solid #dadce0;border-radius:8px;margin-bottom:12px;position:relative;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s,border .2s;border-left:3px solid transparent;flex-shrink:0}.gf-card.active{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;border-left:4px solid #4285f4}.gf-header-card{overflow:hidden}.gf-card-top-accent{height:10px;background:#673ab7;width:100%;border-top-left-radius:8px;border-top-right-radius:8px}.gf-header-edit,.gf-header-preview{padding:24px}.gf-title-input{width:100%;font-size:24pt;font-family:Google Sans,Roboto,Arial,sans-serif;border:none;border-bottom:1px solid #e0e0e0;padding:8px 0;margin-bottom:15px;color:#202124}.gf-title-input:focus{outline:none;border-bottom:2px solid #673ab7}.gf-desc-input{width:100%;font-size:11pt;font-family:Roboto,Arial,sans-serif;border:none;border-bottom:1px solid #e0e0e0;padding:8px 0;resize:none;color:#202124}.gf-desc-input:focus{outline:none;border-bottom:2px solid #673ab7}.gf-header-preview h1{font-size:24pt;font-weight:400;margin:0 0 10px}.gf-header-preview p{font-size:11pt;color:#202124;margin:0}.gf-q-card{cursor:pointer}.gf-q-card.active{cursor:default}.gf-drag-handle{text-align:center;color:#dadce0;font-size:14px;cursor:grab;padding:5px 0;line-height:10px;letter-spacing:2px}.gf-q-edit-mode{padding:0 24px 24px}.gf-q-edit-top{display:flex;gap:20px;margin-bottom:20px}.gf-q-title-input{flex:1;font-size:12pt;padding:15px;background:#f1f3f4;border:none;border-bottom:1px solid #70757a;border-radius:4px 4px 0 0}.gf-q-title-input:focus{outline:none;border-bottom:2px solid #673ab7;background:#e8eaf6}.gf-q-type-select{width:200px;padding:10px;border:1px solid #dadce0;border-radius:4px;font-size:10pt}.gf-mock-input{color:#70757a;border-bottom:1px dotted #70757a;padding:5px 0;width:50%;font-size:11pt;margin-bottom:20px}.gf-q-opt-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.gf-opt-bullet{color:#dadce0;font-size:14pt;width:24px;text-align:center}.gf-opt-input{flex:1;border:none;border-bottom:1px solid transparent;padding:8px 0;font-size:11pt;transition:border .2s}.gf-opt-input:hover{border-bottom:1px solid #e0e0e0}.gf-opt-input:focus{outline:none;border-bottom:2px solid #673ab7}.gf-opt-input.disabled{color:#70757a}.gf-opt-del-btn{background:none;border:none;color:#5f6368;cursor:pointer;font-size:14pt;opacity:.5}.gf-opt-del-btn:hover{opacity:1}.gf-opt-add-btn{background:none;border:none;color:#1a73e8;font-size:11pt;cursor:pointer;padding:0}.gf-opt-add-other{color:#202124;font-size:11pt}.gf-opt-add-other button{background:none;border:none;color:#1a73e8;cursor:pointer;font-size:11pt;padding:0}.gf-q-edit-bottom{display:flex;justify-content:flex-end;align-items:center;border-top:1px solid #dadce0;padding-top:15px;margin-top:20px;gap:10px}.gf-divider-vert{width:1px;height:24px;background:#dadce0;margin:0 10px}.gf-toggle-label{display:flex;align-items:center;gap:10px;font-size:11pt;color:#202124;cursor:pointer}.gf-q-preview-mode{padding:24px}.gf-q-preview-title{font-size:12pt;font-weight:500;color:#202124;margin-bottom:20px}.gf-req-star{color:#d93025}.gf-prev-options{display:flex;flex-direction:column;gap:15px}.gf-prev-opt-row{display:flex;align-items:center;gap:10px;font-size:11pt;color:#202124}.gf-prev-input{border:none;border-bottom:1px dotted #70757a;width:50%;padding:5px 0;background:transparent}.gf-prev-input.inline{width:200px}.gf-prev-textarea{width:100%;border:1px solid #dadce0;border-radius:4px;padding:10px;font-family:inherit;resize:vertical;background:#fafafa}.gf-mock-textarea{color:#70757a;border:1px solid #dadce0;border-radius:4px;padding:10px;width:100%;height:75px;font-size:11pt;margin-bottom:20px;background:#fafafa}.gf-prev-select{padding:8px;border:1px solid #dadce0;border-radius:4px;width:200px}.gf-prev-rating{color:#dadce0;font-size:24pt;letter-spacing:5px}.gf-floating-toolbar{background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000001f,0 1px 4px #00000014;display:flex;flex-direction:column;padding:12px 10px;gap:12px;width:56px;align-items:center;z-index:1000;position:sticky;top:100px;align-self:flex-start;border:1px solid #f1f3f4;box-sizing:border-box}.gf-tool-btn{background:transparent;border:none;border-radius:50%;width:36px;height:36px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#5f6368;transition:all .2s cubic-bezier(.4,0,.2,1)}.gf-tool-btn:hover{background:#f1f3f4;color:#202124;transform:scale(1.1)}.gf-section-card{border-left:3px solid transparent}.gf-section-card.active{border-left:4px solid #4285f4}.gf-section-accent{height:6px;background:#673ab7;width:100%;border-top-left-radius:8px;border-top-right-radius:8px}@media (max-width: 768px){.gf-floating-toolbar{position:fixed!important;bottom:20px!important;right:20px!important;top:auto!important;flex-direction:row!important;width:auto!important;box-shadow:0 4px 12px #00000026!important;z-index:9999!important}.gf-builder-container{overflow-x:hidden!important;width:100%!important}.gf-builder-main{width:100%!important;padding:0!important}.gf-builder-body{padding:10px 10px 160px!important}.sv-page-content{padding:10px!important}.sv-form-container{width:100%!important}body{overflow-x:hidden!important}}@media (max-width: 768px){html,body{max-width:100%;overflow-x:hidden!important}.sv-page-content,.gf-builder-body,.sv-form-container,.gf-builder-container,.gf-builder-main{max-width:100%!important;box-sizing:border-box!important}.gf-card,.sv-form-question{max-width:100%!important;box-sizing:border-box!important;overflow:visible!important}}.sv-form-header,.gf-builder-header,.sv-form-input,.sv-form-textarea,.gf-q-title-input,.gf-desc-input,.gf-title-input{max-width:100%!important;box-sizing:border-box!important}@media (max-width: 768px){.gf-builder-header{flex-wrap:nowrap!important;padding:8px 10px!important;gap:6px!important}.gf-header-left{gap:6px!important;flex:1;min-width:0}.gf-header-title{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:.95rem!important}.gf-header-right{gap:4px!important;flex-shrink:0;display:flex;flex-wrap:nowrap!important;white-space:nowrap!important}.gf-save-btn{padding:6px 10px!important;font-size:.8rem!important;white-space:nowrap!important}.gf-icon-btn{padding:4px!important;white-space:nowrap!important}.gf-q-preview-mode{padding:15px!important}.gf-card{padding:0!important;margin-bottom:10px!important}.gf-builder-body{padding:10px 10px 160px!important;overflow:visible!important}.sv-page-content{padding:10px!important;overflow:visible!important}.sv-form-header{padding:24px!important}.sv-form-title{font-size:1.6rem!important}.sv-form-question{padding:24px 20px!important}.gf-q-edit-top{flex-wrap:wrap!important;gap:10px!important}.gf-q-title-input{min-width:60%!important}.gf-q-type-select{width:100%!important;flex:1 1 100%!important}.gf-floating-toolbar{position:fixed!important;bottom:85px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;flex-direction:row!important;width:max-content!important;padding:12px 24px!important;gap:20px!important;border-radius:50px!important;background:#ffffffe6!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 8px 32px #00000026!important;z-index:9999!important}}.premium-glass{background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 32px #0000000d}.cl-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.cl-kpi-card{background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:18px;padding:22px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(255,255,255,.4);transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.cl-kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#a60e16,#e74c3c);opacity:0;transition:opacity .3s}.cl-kpi-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000001a}.cl-kpi-card:hover:before{opacity:1}.cl-kpi-icon{font-size:32px;flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#00000008;border-radius:14px}.cl-kpi-info{display:flex;flex-direction:column;gap:2px}.cl-kpi-num{font-size:28px;font-weight:800;color:#1a1a1a;line-height:1.1}.cl-kpi-money{font-size:20px;color:#a60e16}.cl-kpi-label{font-size:13px;color:#888;font-weight:500}.cl-toolbar{display:flex;align-items:center;gap:15px;margin-bottom:30px;flex-wrap:wrap}.cl-sort-select{padding:12px 16px;border-radius:12px;border:1px solid var(--border);background:var(--bg-body);color:var(--text-main);font-size:14px;font-weight:600;cursor:pointer;outline:none;transition:border-color .2s}.cl-sort-select:focus,.cl-sort-select:hover{border-color:var(--primary)}.cl-toolbar .admin-search-box{flex:1;max-width:none;margin-bottom:0}.cl-add-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#a60e16,#c62828);color:#fff;border:none;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer;transition:all .25s;box-shadow:0 4px 16px #a60e1640;white-space:nowrap}.cl-add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #a60e1659}.cl-add-btn span{font-size:18px;font-weight:300}.cl-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;color:#999;font-size:14px}.cl-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:80px 20px;text-align:center}.cl-empty-icon{font-size:56px;opacity:.5}.cl-empty h3{font-size:18px;font-weight:700;color:#555;margin:0}.cl-empty p{font-size:14px;color:#999;margin:0}.cl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.cl-card{background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.4);border-radius:20px;padding:24px;box-shadow:0 4px 20px #0000000a;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.cl-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#a60e16,#e74c3c);opacity:0;transition:opacity .3s}.cl-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001f}.cl-card:hover:before{opacity:1}.cl-card-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.cl-card-avatar{font-size:28px;width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f4ff,#e8edff);border-radius:14px;flex-shrink:0}.cl-card-title-area{flex:1;min-width:0}.cl-card-name{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cl-card-company{font-size:12px;color:#999}.cl-card-actions{display:flex;gap:4px;opacity:0;transition:opacity .2s}.cl-card:hover .cl-card-actions{opacity:1}.cl-card-actions button{width:32px;height:32px;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:.2s}.cl-card-actions button:hover{background:#e0e0e0}.cl-card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.cl-card-stat{display:flex;flex-direction:column;align-items:center;padding:10px 0;background:#f9f9fb;border-radius:12px}.cl-card-stat-num{font-size:20px;font-weight:800;color:#333}.cl-card-stat-label{font-size:11px;color:#999;margin-top:2px}.cl-card-revenue{font-size:13px;font-weight:700;color:#a60e16;padding:8px 12px;background:linear-gradient(135deg,#fff5f5,#ffe8e8);border-radius:10px;margin-bottom:10px;text-align:center}.cl-card-contact{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:12px;color:#777;margin-bottom:10px}.cl-card-footer{font-size:11px;color:#bbb;border-top:1px solid #f0f0f0;padding-top:10px}.cl-detail-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.cl-detail-back{padding:8px 16px;border:1px solid #e0e0e0;border-radius:10px;background:#fff;font-size:13px;font-weight:600;color:#555;cursor:pointer;transition:.2s}.cl-detail-back:hover{background:#f5f5f5;border-color:#bbb}.cl-detail-title{flex:1;min-width:0}.cl-detail-title h2{margin:0;font-size:22px;font-weight:800;color:#1a1a1a}.cl-detail-company{font-size:13px;color:#999}.cl-detail-actions{display:flex;gap:8px}.cl-detail-edit-btn,.cl-detail-del-btn{padding:8px 16px;border-radius:10px;border:none;font-size:13px;font-weight:600;cursor:pointer;transition:.2s}.cl-detail-edit-btn{background:#f0f4ff;color:#4f46e5}.cl-detail-edit-btn:hover{background:#e8edff}.cl-detail-del-btn{background:#fff5f5;color:#c62828}.cl-detail-del-btn:hover{background:#ffebee}.cl-detail-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:20px;padding:20px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 16px #0000000a}.cl-detail-info-full{grid-column:1 / -1}.cl-detail-info-label{display:block;font-size:12px;color:#999;margin-bottom:4px}.cl-detail-info-value{display:block;font-size:14px;font-weight:600;color:#333;word-break:break-all}.cl-detail-kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.cl-detail-kpi-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 8px #0000000a;font-size:12px;color:#888}.cl-detail-kpi-num{font-size:22px;font-weight:800;color:#333}.cl-detail-section-title{font-size:16px;font-weight:700;color:#333;margin-bottom:14px}.cl-detail-empty{text-align:center;padding:40px;color:#ccc;font-size:14px;background:#fff;border-radius:16px}.cl-detail-project-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}.cl-detail-project-card{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:16px;padding:18px;box-shadow:0 2px 12px #0000000a;transition:.25s}.cl-detail-project-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.cl-detail-project-top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.cl-detail-project-status{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:700}.cl-detail-project-cat{font-size:11px;color:#999;background:#f5f5f5;padding:3px 10px;border-radius:6px}.cl-detail-project-title{font-size:15px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.cl-detail-project-meta{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:12px;color:#999;margin-bottom:10px}.cl-detail-project-progress{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:700;color:#555}.cl-detail-project-progress-track{flex:1;height:6px;background:#f0f0f0;border-radius:4px;overflow:hidden}.cl-detail-project-progress-fill{height:100%;border-radius:4px;transition:width .6s ease}@media (max-width: 768px){.cl-kpi-grid{grid-template-columns:repeat(2,1fr)}.cl-toolbar{flex-direction:column;align-items:stretch}.cl-toolbar>div:last-child{display:flex;flex-direction:column;width:100%;gap:10px}.cl-sort-select,.cl-add-btn{width:100%;justify-content:center}.cl-detail-kpi{grid-template-columns:repeat(2,1fr)}.cl-detail-header{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.cl-kpi-grid{grid-template-columns:1fr}}[data-theme=dark] .cl-kpi-card{background:#1e1e2e;border-color:#2d2d44;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .cl-kpi-num{color:#e0e0e0}[data-theme=dark] .cl-kpi-icon{background:#ffffff0d}[data-theme=dark] .cl-card{background:#1e1e2e;border-color:#2d2d44;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .cl-card:hover{box-shadow:0 8px 32px #00000080}[data-theme=dark] .cl-card-name{color:#e0e0e0}[data-theme=dark] .cl-card-avatar{background:#6366f126}[data-theme=dark] .cl-card-stat{background:#ffffff0a}[data-theme=dark] .cl-card-stat-num{color:#e0e0e0}[data-theme=dark] .cl-card-revenue{background:#a60e1626}[data-theme=dark] .cl-card-footer{border-color:#2d2d44;color:#555}[data-theme=dark] .cl-card-actions button{background:#2d2d44}[data-theme=dark] .cl-card-actions button:hover{background:#3d3d5c}[data-theme=dark] .cl-detail-info-grid{background:#1e1e2e;border-color:#2d2d44}[data-theme=dark] .cl-detail-info-value{color:#e0e0e0}[data-theme=dark] .cl-detail-kpi-card{background:#1e1e2e;border-color:#2d2d44}[data-theme=dark] .cl-detail-kpi-num,[data-theme=dark] .cl-detail-section-title{color:#e0e0e0}[data-theme=dark] .cl-detail-project-card{background:#1e1e2e;border-color:#2d2d44}[data-theme=dark] .cl-detail-project-title{color:#e0e0e0}[data-theme=dark] .cl-detail-project-cat{background:#2d2d44;color:#999}[data-theme=dark] .cl-detail-empty{background:#1e1e2e;color:#555}[data-theme=dark] .cl-detail-back{background:#1e1e2e;border-color:#2d2d44;color:#bbb}[data-theme=dark] .cl-detail-back:hover{background:#2d2d44}[data-theme=dark] .cl-detail-edit-btn{background:#6366f126;color:#818cf8}[data-theme=dark] .cl-detail-del-btn{background:#c6282826;color:#f87171}[data-theme=dark] .cl-detail-title h2{color:#e0e0e0}[data-theme=dark] .cl-empty h3{color:#bbb}[data-theme=dark] .cl-empty p{color:#777}.email-admin-container{padding:32px 40px;background:#f5f5f5;min-height:100vh;font-family:Pretendard,Inter,sans-serif;color:#1a1a1a}.email-tabs{display:flex;gap:20px;margin-bottom:32px;border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:12px}.email-tabs button{background:none;border:none;padding:12px 16px;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:1.05rem;font-weight:500;color:#6b6b6b;transition:all .3s ease;position:relative}.email-tabs button:hover{color:#1a1a1a}.email-tabs button.active{color:#a60e16;font-weight:600}.email-tabs button.active:after{content:"";position:absolute;bottom:-13px;left:0;width:100%;height:2px;background-color:#a60e16}.email-content-area{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 20px #00000008}.tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.tab-header h2{margin:0;font-size:1.75rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.header-actions{display:flex;gap:16px;align-items:center}.search-box{display:flex;align-items:center;gap:12px;padding:12px 20px;border:1px solid #e0e0e0;border-radius:30px;background:#fff;transition:all .2s}.search-box:focus-within{border-color:#a60e16;box-shadow:0 0 0 3px #a60e161a}.search-box input{border:none;background:transparent;outline:none;width:240px;font-size:.95rem;color:#1a1a1a}.primary-btn{background:#a60e16;color:#fff;border:none;padding:12px 24px;border-radius:8px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:background .3s ease,transform .1s}.primary-btn:hover{background:#850b12}.primary-btn:active{transform:scale(.98)}.secondary-btn{background:#f5f5f5;color:#1a1a1a;border:1px solid #e0e0e0;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s}.secondary-btn:hover{background:#eee}.tags-container{display:flex;flex-wrap:wrap;gap:8px}.tag-badge{background:#a60e1614;color:#a60e16;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:6px}.tag-badge button{background:none;border:none;cursor:pointer;padding:0;display:flex;color:#a60e16;opacity:.5;transition:opacity .2s}.tag-badge button:hover{opacity:1}.action-buttons{display:flex;gap:8px}.action-buttons button{background:#f9f9f9;border:1px solid transparent;cursor:pointer;color:#6b6b6b;padding:8px;border-radius:6px;transition:all .2s}.action-buttons button:hover{background:#fff;border-color:#e0e0e0;color:#1a1a1a;box-shadow:0 2px 4px #0000000d}.action-buttons button.danger:hover{color:#a60e16;background:#a60e160d;border-color:#a60e161a}.empty-state{padding:40px;text-align:center;color:#6b6b6b;font-size:1rem;background:#fdfdfd;border:1px dashed #e0e0e0;border-radius:12px}.modal-overlay{position:fixed;inset:0;background:#0006;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:40px;border-radius:16px;width:440px;position:relative;box-shadow:0 10px 40px #0000001a}.modal-content.large{width:1000px;max-height:90vh;overflow-y:auto}.close-btn{position:absolute;top:24px;right:24px;background:#f5f5f5;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1a1a1a;transition:background .2s}.close-btn:hover{background:#e0e0e0}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:10px;font-weight:600;color:#1a1a1a;font-size:.95rem}.form-group input[type=text],.form-group input[type=email],.form-group select{width:100%;padding:14px 16px;border:1px solid #e0e0e0;border-radius:8px;outline:none;font-family:inherit;font-size:1rem;background:#fcfcfc;transition:all .2s}.form-group input:focus,.form-group select:focus{background:#fff;border-color:#a60e16;box-shadow:0 0 0 3px #a60e1614}.submit-btn{width:100%;justify-content:center;padding:16px;font-size:1.1rem;margin-top:10px}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.template-card{border:1px solid #e0e0e0;border-radius:16px;overflow:hidden;background:#fff;transition:transform .3s ease,box-shadow .3s ease}.template-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000000f}.template-preview-thumbnail{height:200px;background:#f9f9f9;overflow:hidden;border-bottom:1px solid #e0e0e0;position:relative;display:flex;justify-content:center}.template-info{padding:24px}.template-info h3{margin:0 0 8px;font-size:1.25rem;font-weight:700}.template-info p{margin:0 0 20px;color:#6b6b6b;font-size:.95rem}.template-actions{display:flex;gap:12px}.template-actions button{flex:1;padding:12px;background:#f5f5f5;border:none;border-radius:8px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;color:#1a1a1a;transition:all .2s}.template-actions button.danger{color:#a60e16;background:#a60e160d}.template-actions button:hover{background:#e0e0e0}.template-actions button.danger:hover{background:#a60e161a}.editor-split{display:flex;gap:24px;margin-bottom:24px}.editor-split>div{flex:1}.preview-container{border:1px solid #e0e0e0;border-radius:8px;height:400px;overflow-y:auto;background:#fff;box-shadow:inset 0 2px 4px #00000005}.campaign-builder{max-width:680px;margin:0 auto;background:#fff;padding:40px;border-radius:16px;border:1px solid #e0e0e0;box-shadow:0 4px 12px #00000005}.help-text{display:block;margin-top:8px;color:#6b6b6b;font-size:.85rem;line-height:1.4}.recipient-toggle{display:flex;gap:24px;margin-bottom:16px}.recipient-toggle label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500}.recipient-selector{max-height:240px;overflow-y:auto;border:1px solid #e0e0e0;padding:12px;border-radius:8px;display:flex;flex-direction:column;gap:6px;background:#fafafa}.recipient-checkbox{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;background:#fff;border:1px solid #eeeeee;transition:border-color .2s;cursor:pointer}.recipient-checkbox:hover{border-color:#d0d0d0}.recipient-checkbox.disabled{opacity:.6;background:#fdfdfd}.unsub-badge{margin-left:auto;background:#a60e161a;color:#a60e16;font-size:.75rem;padding:4px 8px;border-radius:12px;font-weight:700}.stats-overview{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.stat-card{background:#fff;padding:32px;border-radius:16px;border:1px solid #e0e0e0;text-align:center;box-shadow:0 4px 12px #00000005}.stat-card h3{margin:0 0 16px;color:#6b6b6b;font-size:1.1rem;font-weight:600}.stat-value{font-size:3.5rem;font-weight:800;color:#1a1a1a;letter-spacing:-.03em}.campaign-stat-card{background:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:32px;margin-bottom:24px;box-shadow:0 4px 12px #00000005}.campaign-stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #eeeeee}.campaign-stat-header h3{margin:0 0 12px;font-size:1.4rem;font-weight:700;color:#1a1a1a}.category-badge{background:#f5f5f5;color:#1a1a1a;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;margin-right:12px}.date-text{color:#6b6b6b;font-size:.95rem}.open-rate-circle{display:flex;flex-direction:column;align-items:center;background:#d4af371a;padding:20px;border-radius:50%;width:90px;height:90px;justify-content:center;border:2px solid #d4af37}.open-rate-circle .rate{font-size:1.5rem;font-weight:800;color:#b8972e}.open-rate-circle .label{font-size:.75rem;font-weight:600;color:#b8972e;margin-top:4px}.status-badge{padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;display:inline-block}.status-badge.success{background:#0096881a;color:#00796b}.status-badge.error{background:#a60e161a;color:#a60e16}.status-badge.warning{background:#fff8e1;color:#ff8f00}.open-details{font-size:.9rem}.open-status{display:flex;align-items:center;gap:6px;font-weight:700;color:#00796b;margin-bottom:8px}.open-log-list{list-style:none;margin:0;border-left:2px solid #eeeeee;padding:0 0 0 12px}.open-log-list li{margin-bottom:12px;color:#6b6b6b;line-height:1.5}@media (max-width: 768px){.email-admin-container{padding:16px 12px}.email-tabs{overflow-x:auto;white-space:nowrap;padding-bottom:4px;margin-bottom:24px;-webkit-overflow-scrolling:touch}.email-tabs::-webkit-scrollbar{display:none}.email-content-area{padding:20px 16px}.tab-header{flex-direction:column;align-items:flex-start;gap:16px}.header-actions{width:100%;flex-direction:column;align-items:stretch}.search-box,.search-box input{width:100%}.editor-split{flex-direction:column}.stats-overview{grid-template-columns:1fr}.campaign-stat-header{flex-direction:column;align-items:flex-start;gap:16px}.open-rate-circle{align-self:center;margin-top:16px}.modal-content,.modal-content.large{width:92%;padding:24px 20px;max-height:85vh;overflow-y:auto}}.ana-toolbar{display:flex}.ana-sidebar{display:flex;flex-direction:column}.admin-analysis-container{display:flex;flex-direction:column;height:calc(100vh - 140px);gap:20px}.ana-header{display:flex;justify-content:space-between;align-items:center;background:var(--bg-card);padding:15px 25px;border-radius:12px;border:1px solid var(--border);box-shadow:0 2px 10px #00000005}.ana-header-desc{color:var(--muted);font-size:.95rem;margin:0}.premium-glass{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0000000d}[data-theme=dark] .premium-glass{background:#1e1e1e99;border:1px solid rgba(255,255,255,.05);box-shadow:0 8px 32px #0000004d}.ana-layout{display:flex;flex:1;gap:20px;min-height:0}.ana-sidebar{overflow-y:auto}.ana-sidebar-item{color:var(--text-main)}.ana-sidebar-item:hover{background:var(--bg-body)!important}.ana-sidebar-item.drag-over{background:var(--primary-light)!important;border:2px dashed var(--primary)!important}.ana-folder-card{position:relative}.ana-folder-card.drag-over{background:var(--primary-light)!important}.ana-folder-card:hover{box-shadow:0 12px 24px #0000001a!important;border-color:var(--primary)!important}.ana-viewer-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.ana-iframe{width:100%;height:100%;border:none;background:#fff}.ana-viewer-placeholder{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.placeholder-icon{font-size:4rem;margin-bottom:20px;opacity:.3}.ana-card{background:var(--bg-card);border:2px solid rgba(0,0,0,.08);border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0000000f,0 1px 3px #0000000a}html.dark .ana-card,body.dark .ana-card,[data-theme=dark] .ana-card{border:2px solid rgba(255,255,255,.1);box-shadow:0 4px 16px #0003}.ana-card:hover{border-color:var(--primary);box-shadow:0 12px 24px #a60e161a;transform:translateY(-4px)}.ana-card.active{border-color:var(--primary);background:#a60e1608;box-shadow:0 0 0 1px var(--primary),0 4px 16px #a60e1626}[data-theme=dark] .ana-card.active{background:#a60e161a}.ana-action-btn{background:none;border:none;cursor:pointer;font-size:1.1rem;padding:6px;border-radius:6px;transition:background .2s}.ana-action-btn:hover{background:var(--bg-hover)}.ana-action-btn.ana-delete:hover{background:#ef53501a}.ana-loading,.ana-empty{text-align:center;padding:40px 20px;color:var(--muted)}.ana-modal{display:flex;flex-direction:column;max-height:90vh}.ana-modal .modal-body{overflow-y:auto;padding-right:10px}.ana-modal .modal-body::-webkit-scrollbar{width:6px}.ana-modal .modal-body::-webkit-scrollbar-track{background:transparent}.ana-modal .modal-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.ana-modal .modal-body::-webkit-scrollbar-thumb:hover{background:#0003}.ana-code-editor{resize:vertical;min-height:250px;width:100%;background:#1e1e1e;color:#d4d4d4;border:1px solid #333;border-radius:8px;padding:15px;font-family:Consolas,Courier New,monospace;font-size:.95rem}[data-theme=light] .ana-code-editor{background:#f8f9fa;color:#333;border:1px solid #ddd}.ana-code-editor:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #a60e1633}.ana-premium-label{font-size:.95rem;font-weight:600;color:var(--text-main);margin-bottom:8px;display:inline-block}.ana-premium-input{display:block;width:100%;box-sizing:border-box;background:var(--bg-body);border:1px solid rgba(0,0,0,.2)!important;border-radius:8px;padding:12px 16px;font-size:1rem;color:var(--text-main);transition:all .2s ease;box-shadow:0 1px 3px #00000005 inset}html.dark .ana-premium-input,body.dark .ana-premium-input,[data-theme=dark] .ana-premium-input{background:var(--bg-card);border:1px solid rgba(255,255,255,.1)!important}.ana-premium-input:focus{border-color:var(--primary)!important;background:var(--bg-body);box-shadow:0 0 0 3px #a60e161a,0 1px 3px #00000005 inset;outline:none}.ana-premium-input::placeholder{color:#64748b;opacity:1}html.dark .ana-premium-input::placeholder,body.dark .ana-premium-input::placeholder,[data-theme=dark] .ana-premium-input::placeholder{color:#94a3b8}.ana-solid-modal{background:#fff!important;box-shadow:0 10px 40px #00000026!important;border:1px solid rgba(0,0,0,.08)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html.dark .ana-solid-modal,body.dark .ana-solid-modal,[data-theme=dark] .ana-solid-modal{background:#1e1e1e!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 10px 40px #00000080!important}.ana-breadcrumb span.drag-over{background:var(--primary-light);border-radius:6px;padding:2px 8px;margin:-2px -8px;border:1px dashed var(--primary)}@media (max-width: 900px){.ana-layout{flex-direction:column!important;align-items:stretch!important;gap:15px!important}.ana-center-panel{width:100%!important;flex:1 1 auto!important;display:flex!important;flex-direction:column!important}.ana-toolbar{display:flex;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:10px 15px!important;margin-bottom:10px!important}.ana-inspector-panel{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:9998!important;padding-top:env(safe-area-inset-top,30px)!important;border-radius:0!important;border-left:none!important;margin:0!important;transform:translateY(100%);animation:none!important;transition:transform .3s cubic-bezier(.16,1,.3,1)}.ana-inspector-panel.active{transform:translateY(0);animation:none!important}.ana-breadcrumb{width:100%;margin-bottom:0!important}.ana-mobile-menu-btn{display:block!important}.ana-sidebar{position:fixed!important;top:0;left:0;height:100vh!important;width:280px!important;z-index:9999;transform:translate(-100%);transition:transform .3s ease-in-out;border-radius:0!important;margin:0!important;padding-top:20px!important}.ana-sidebar.mobile-visible{transform:translate(0);box-shadow:0 0 20px #00000080;background:#fff!important;backdrop-filter:none!important}.ana-sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:9998}.ana-sidebar-overlay.active{display:block}.ana-sidebar-title{display:none!important}.ana-sidebar-item{flex:0 0 auto!important;padding:6px 12px!important;margin-bottom:0!important;display:inline-flex!important;align-items:center!important;background:var(--bg-card)!important;border:1px solid var(--border)!important;border-radius:20px!important;font-size:.9rem!important}.ana-sidebar-item.active{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}.ana-sidebar-item .badge{margin-left:6px;background:#fff3!important;color:inherit!important;font-size:.75rem!important;padding:2px 6px!important}.ana-filter-bar{flex-direction:row!important;flex-wrap:wrap;padding:10px!important;gap:10px!important;margin-bottom:5px}.ana-filter-bar .ana-search-box,.ana-filter-bar select{width:100%!important;flex:none!important}.ana-viewer-panel{display:none!important}.ana-viewer-panel.active{display:flex!important;position:fixed!important;top:0;left:0;width:100vw!important;height:100vh!important;z-index:9999;background:var(--bg-card);border-radius:0!important;border:none!important}.ana-folder-grid{grid-template-columns:1fr!important;gap:15px!important}.ana-folder-box{padding:18px 15px!important;min-height:auto!important;gap:15px!important;border-radius:12px!important}.ana-folder-box-header{margin-bottom:5px!important;gap:12px!important}.ana-folder-icon{width:45px!important;height:45px!important;font-size:1.8rem!important;border-radius:10px!important}.ana-folder-title{font-size:1.15rem!important;white-space:normal!important;word-break:break-all!important}.ana-item-list{grid-template-columns:1fr!important}.ana-card[draggable]{touch-action:pan-y}}.ana-view-toggle{display:flex;gap:4px;background:#0000000a;border:1px solid rgba(0,0,0,.1);padding:4px;border-radius:10px;margin-left:auto}html.dark .ana-view-toggle,body.dark .ana-view-toggle,[data-theme=dark] .ana-view-toggle{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.ana-view-btn{background:transparent;color:var(--text-main);border:none;border-radius:6px;padding:6px 14px;cursor:pointer;transition:all .2s;white-space:nowrap;font-weight:500}.ana-view-btn:hover{background:#0000000d}html.dark .ana-view-btn:hover,body.dark .ana-view-btn:hover,[data-theme=dark] .ana-view-btn:hover{background:#ffffff1a}.ana-view-btn.active{background:#1a1a1a;color:#fff;font-weight:700;box-shadow:0 2px 5px #0003}html.dark .ana-view-btn.active,body.dark .ana-view-btn.active,[data-theme=dark] .ana-view-btn.active{background:#fff;color:#1a1a1a}.ana-premium-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;border:none;outline:none;box-sizing:border-box}.ana-premium-btn-primary{background:#1a1a1a!important;color:#fff!important;border:1.5px solid #1a1a1a!important}html.dark .ana-premium-btn-primary,body.dark .ana-premium-btn-primary,[data-theme=dark] .ana-premium-btn-primary{background:#fff!important;color:#1a1a1a!important;border:1.5px solid #ffffff!important}.ana-premium-btn-primary:hover{transform:translateY(-2px);opacity:.9}.ana-premium-btn-secondary{background:#00000008!important;color:var(--text-main)!important;border:1.5px solid rgba(0,0,0,.2)!important}html.dark .ana-premium-btn-secondary,body.dark .ana-premium-btn-secondary,[data-theme=dark] .ana-premium-btn-secondary{background:#ffffff0d!important;border:1.5px solid rgba(255,255,255,.2)!important}.ana-premium-btn-secondary:hover{background:#00000014!important;border-color:#0006!important;transform:translateY(-2px)}html.dark .ana-premium-btn-secondary:hover,body.dark .ana-premium-btn-secondary:hover,[data-theme=dark] .ana-premium-btn-secondary:hover{background:#ffffff1a!important;border-color:#fff6!important}.ana-premium-btn-danger{background:#ffebee;color:#d32f2f;border:1.5px solid #ffcdd2}.ana-premium-btn-danger:hover{background:#ef5350;color:#fff;border-color:#ef5350;transform:translateY(-2px);box-shadow:0 4px 12px #ef53504d}.ana-card{border-radius:20px;box-shadow:0 4px 15px #00000008}.ana-card:hover{box-shadow:0 12px 30px #00000014;transform:translateY(-4px)}.ana-premium-table{border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000a}.ana-premium-table th{background:var(--bg-body);color:var(--text-muted);font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px;border-bottom:2px solid var(--border)}.ana-premium-table tr{transition:background .2s}.ana-premium-table tr:hover{background:var(--bg-hover)!important}@media (max-width: 900px){.ana-premium-btn{width:100%;padding:12px 20px;font-size:1rem}.ana-header{flex-direction:column;align-items:flex-start;gap:15px;padding:20px}.ana-header>div{width:100%;justify-content:space-between}}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.ana-folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px;margin-bottom:30px}.ana-folder-card{transition:all .2s cubic-bezier(.4,0,.2,1)}.ana-folder-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:var(--primary)!important}[data-theme=dark] .ana-folder-card:hover{box-shadow:0 12px 24px #0006}.ana-folder-dropdown{animation:fadeInDown .2s ease-out forwards}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.ana-layout{flex-direction:column!important}}.ana-folder-box{position:relative;background:var(--bg-card);border:2px solid rgba(0,0,0,.08);border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:160px;box-shadow:0 4px 16px #0000000f,0 1px 3px #0000000a}html.dark .ana-folder-box,body.dark .ana-folder-box,[data-theme=dark] .ana-folder-box{border:2px solid rgba(255,255,255,.1);box-shadow:0 4px 16px #0003}.ana-folder-box:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 12px 24px #a60e161a}.ana-folder-box-header{display:flex;align-items:flex-start;gap:15px;margin-bottom:15px}.ana-folder-icon{font-size:2.2rem;background:var(--bg-body);width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid var(--border)}.ana-folder-title{margin:0;font-size:1.25rem;color:var(--text-main);font-weight:700;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.ana-folder-stats{font-size:.85rem;color:var(--muted);margin-top:4px}.ana-folder-stat-badge{background:var(--primary-light);color:var(--primary);padding:2px 8px;border-radius:12px;font-weight:600;margin-right:8px}.ana-folder-box-actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:15px;border-top:1px dashed var(--border)}.ana-folder-copy-btn{display:flex;align-items:center;gap:5px;font-size:.85rem;background:#a60e160d;color:var(--primary);border:1px solid rgba(166,14,22,.2);border-radius:8px;padding:6px 12px;cursor:pointer;font-weight:600;transition:all .2s}.ana-folder-copy-btn:hover{background:var(--primary);color:#fff}.ana-folder-settings{display:flex;gap:8px}.ana-folder-setting-btn{background:none;border:none;font-size:1rem;cursor:pointer;color:var(--muted);transition:color .2s;padding:4px}.ana-folder-setting-btn:hover{color:var(--text-main)}.ana-folder-setting-btn.delete:hover{color:#d32f2f}.ana-btn-highlight{background:linear-gradient(135deg,#a60e16,#e53935)!important;color:#fff!important;border:none!important;box-shadow:0 4px 15px #a60e1666!important;font-weight:700!important;font-size:1.05rem!important;padding:10px 24px!important;border-radius:12px!important;display:flex;align-items:center;gap:8px;transition:all .3s ease!important}.ana-btn-highlight:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #a60e1699!important}.ana-btn-secondary-glow{background:#ffffff1a!important;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)!important;color:var(--text-main)!important;font-weight:600!important;font-size:1.05rem!important;padding:10px 20px!important;border-radius:12px!important;display:flex;align-items:center;gap:8px;box-shadow:0 4px 15px #0000001a!important;transition:all .3s ease!important}.ana-btn-secondary-glow:hover{background:var(--bg-hover)!important;transform:translateY(-2px);border-color:var(--primary)!important}[data-theme=dark] .ana-btn-secondary-glow{background:#0000004d!important;border:1px solid rgba(255,255,255,.1)!important}.ana-sidebar{transition:all .3s ease}.ana-tree-node{position:relative}.ana-tree-node:hover{box-shadow:0 4px 10px #00000005}.ana-tree-node.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:60%;width:3px;background:var(--primary);border-radius:0 4px 4px 0}.ana-inspector-panel{border-left:1px solid rgba(0,0,0,.05)}.ana-inspector-panel.active{animation:slideInRight .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}
