:root{--navy-1: #040f1e;--navy-2: #071729;--navy-3: #0c2340;--navy-4: #112e54;--navy-5: #1a4370;--gold: #c9973a;--gold-lt: #e8c47a;--gold-dim: rgba(201,151,58,.18);--text: #e8edf3;--text-muted:#8fa3bc;--border: rgba(255,255,255,.08);--card-bg: rgba(12,35,64,.7);--card-hover:rgba(17,46,84,.9);--danger: #e05252;--success: #3ecf8e;--warning: #f0b429;--sidebar-w: 240px;--header-h: 60px;--radius: 10px;--radius-sm: 6px;--shadow: 0 4px 24px rgba(0,0,0,.4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{font-family:Inter,Segoe UI,system-ui,sans-serif;background:var(--navy-1);color:var(--text);min-height:100vh;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:var(--gold-lt);text-decoration:none}a:hover{color:var(--gold)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--navy-2)}::-webkit-scrollbar-thumb{background:var(--navy-5);border-radius:3px}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.25rem;border:none;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s;text-decoration:none;font-family:inherit}.btn:active{transform:scale(.97)}.btn-primary{background:var(--gold);color:var(--navy-1)}.btn-primary:hover{opacity:.88;color:var(--navy-1)}.btn-outline{background:transparent;color:var(--gold-lt);border:1.5px solid var(--gold)}.btn-outline:hover{background:var(--gold-dim)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{color:var(--text);background:var(--border)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{opacity:.85}.btn-sm{padding:.35rem .85rem;font-size:.8rem}.btn-full{width:100%;justify-content:center}.btn:disabled{opacity:.4;cursor:not-allowed}.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.form-group label{font-size:.8rem;color:var(--text-muted);font-weight:500;letter-spacing:.03em;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{background:var(--navy-3);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:.6rem .9rem;font-size:.95rem;font-family:inherit;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--gold)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group select option{background:var(--navy-3)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-hint{font-size:.78rem;color:var(--text-muted);margin-top:.2rem}.form-error{font-size:.8rem;color:var(--danger);margin-top:.25rem}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.card-hover{transition:background .2s,border-color .2s,transform .15s,box-shadow .2s;cursor:pointer}.card-hover:hover{background:var(--card-hover);border-color:var(--gold-dim);transform:translateY(-2px);box-shadow:var(--shadow)}.badge{display:inline-block;padding:.2rem .6rem;border-radius:99px;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.badge-gold{background:var(--gold-dim);color:var(--gold-lt)}.badge-success{background:#3ecf8e26;color:var(--success)}.badge-danger{background:#e0525226;color:var(--danger)}.badge-warning{background:#f0b42926;color:var(--warning)}.badge-muted{background:var(--border);color:var(--text-muted)}.alert{padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;border-left:3px solid;margin-bottom:1rem}.alert-error{background:#e052521a;border-color:var(--danger);color:#f89898}.alert-success{background:#3ecf8e1a;border-color:var(--success);color:var(--success)}.alert-info{background:#c9973a1a;border-color:var(--gold);color:var(--gold-lt)}.auth-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 30% 20%,rgba(201,151,58,.06) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(26,67,112,.4) 0%,transparent 60%),var(--navy-1);padding:2rem 1rem}.auth-box{width:100%;max-width:420px;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow)}.auth-logo{display:flex;align-items:center;justify-content:center;margin-bottom:1.75rem}.auth-brand{display:flex;align-items:center;gap:.65rem;font-size:1.25rem;font-weight:800;color:var(--gold-lt);letter-spacing:-.02em}.auth-brand-mark{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-lt) 100%);display:flex;align-items:center;justify-content:center;color:var(--navy-1);font-weight:800;font-size:1.05rem}.auth-title{font-size:1.3rem;font-weight:700;margin-bottom:.35rem;text-align:center}.auth-sub{font-size:.875rem;color:var(--text-muted);text-align:center;margin-bottom:1.75rem}.auth-footer{text-align:center;margin-top:1.25rem;font-size:.85rem;color:var(--text-muted)}.app-shell{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);min-height:100vh;background:var(--navy-2);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:100;transition:transform .25s}.sidebar-logo{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;border-bottom:1px solid var(--border)}.sidebar-logo .auth-brand-mark{width:34px;height:34px;font-size:.95rem;border-radius:9px}.sidebar-logo span{font-weight:700;font-size:.95rem;color:var(--gold-lt)}.sidebar-section{padding:.75rem 0}.sidebar-link{display:flex;align-items:center;gap:.65rem;padding:.6rem 1.25rem;color:var(--text-muted);font-size:.875rem;font-weight:500;transition:color .15s,background .15s,border-color .15s;cursor:pointer;text-decoration:none;width:100%;background:none;border:none;border-left:2px solid transparent;text-align:left;font-family:inherit}.sidebar-link:hover{color:var(--text);background:#ffffff0a}.sidebar-link.active{color:var(--gold-lt);border-left-color:var(--gold);background:var(--gold-dim)}.sidebar-link svg{width:17px;height:17px;flex-shrink:0;opacity:.7}.sidebar-link.active svg{opacity:1}.sidebar-bottom{margin-top:auto;padding:1rem 1.25rem;border-top:1px solid var(--border)}.sidebar-user{display:flex;align-items:center;gap:.65rem;font-size:.825rem}.sidebar-avatar{width:32px;height:32px;border-radius:50%;background:var(--navy-5);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;color:var(--gold-lt);flex-shrink:0}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:.72rem;color:var(--text-muted)}.sidebar-logout{margin-top:.5rem;color:var(--danger)!important;display:flex;align-items:center;gap:.55rem;justify-content:flex-start}.sidebar-logout:hover{background:#e052521a!important}.main-content{margin-left:var(--sidebar-w);flex:1;min-height:100vh;display:flex;flex-direction:column;min-width:0}.topbar{height:var(--header-h);background:var(--navy-2);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 1.75rem;position:sticky;top:0;z-index:50}.topbar-title{font-size:1rem;font-weight:700;color:var(--text)}.topbar-actions{display:flex;align-items:center;gap:.75rem}.sidebar-toggle{display:none}.page-body{padding:1.25rem;flex:1;width:100%}.page-header{margin-bottom:1.1rem}.page-header h1{font-size:1.3rem;font-weight:700}.page-header p{color:var(--text-muted);font-size:.85rem;margin-top:.2rem}.split-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.split-2>*{min-width:0}.dash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.9rem}.dash-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.4rem 1.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;cursor:pointer;transition:background .2s,border-color .2s,transform .15s,box-shadow .2s;text-decoration:none;color:inherit}.dash-card:hover{background:var(--card-hover);border-color:var(--gold-dim);transform:translateY(-3px);box-shadow:var(--shadow)}.dash-card-icon{width:42px;height:42px;background:var(--gold-dim);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.dash-card-icon svg{width:20px;height:20px;color:var(--gold)}.dash-card-label{font-size:.8rem;color:var(--text-muted);font-weight:500}.dash-card-title{font-size:1rem;font-weight:700;color:var(--text)}.stats-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.9rem;margin-bottom:1rem}.stat-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem}.stat-card-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.stat-card-value{font-size:1.75rem;font-weight:800;color:var(--gold-lt);margin:.25rem 0}.stat-card-sub{font-size:.78rem;color:var(--text-muted)}.table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border)}table{width:100%;border-collapse:collapse;font-size:.875rem}thead th{background:var(--navy-3);color:var(--text-muted);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;padding:.55rem .9rem;text-align:left}tbody tr{border-top:1px solid var(--border);transition:background .15s}tbody tr:hover{background:#ffffff08}tbody td{padding:.55rem .9rem;color:var(--text)}.section-title{font-size:1.05rem;font-weight:700;margin-bottom:.9rem}.section-subtitle{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.9rem}.empty-state svg{width:48px;height:48px;opacity:.3;margin-bottom:1rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#020812b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding:4rem 1rem 2rem;overflow-y:auto}.modal-box{width:100%;max-width:480px;background:var(--navy-2);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);animation:modal-in .18s ease}@keyframes modal-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.35rem;border-bottom:1px solid var(--border)}.modal-head h3{font-size:1.05rem;font-weight:700}.modal-close{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.35rem;line-height:1;padding:.1rem .35rem;border-radius:var(--radius-sm)}.modal-close:hover{color:var(--text);background:var(--border)}.modal-body{padding:1.35rem}.modal-foot{display:flex;justify-content:flex-end;gap:.65rem;padding:1.1rem 1.35rem;border-top:1px solid var(--border)}.invite-code-box{padding:1rem 1.25rem;border-radius:10px;border:1px solid var(--gold);background:var(--navy-3);margin-bottom:1.25rem}.invite-code{font-size:1.5rem;font-weight:800;letter-spacing:.12em;color:var(--gold);font-family:Inter,monospace}.invite-link{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;background:var(--navy-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .65rem}.invite-link code{flex:1;min-width:0;font-size:.78rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spinner{display:inline-block;width:15px;height:15px;border:2px solid rgba(4,15,30,.35);border-top-color:var(--navy-1);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.center-loader{padding:2rem;text-align:center;color:var(--text-muted)}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;font-size:.8rem;color:var(--text-muted);margin-bottom:.85rem}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--gold-lt)}.breadcrumb .sep{opacity:.5}.breadcrumb .current{color:var(--text);font-weight:600}.tabs{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;border-bottom:1px solid var(--border);margin-bottom:1.1rem}.tab{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem .9rem;background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:.85rem;font-weight:600;font-family:inherit;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s}.tab:hover{color:var(--text)}.tab.active{color:var(--gold-lt);border-bottom-color:var(--gold)}.tab svg{width:15px;height:15px;opacity:.8}.kv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem 1.5rem}.kv-item{display:flex;flex-direction:column;gap:.15rem}.kv-item dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.kv-item dd{font-size:.9rem;color:var(--text);font-weight:600}.timeline{position:relative;padding-left:1.5rem}.timeline:before{content:"";position:absolute;left:6px;top:.35rem;bottom:.35rem;width:2px;background:var(--border)}.timeline-item{position:relative;padding-bottom:1.15rem}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{content:"";position:absolute;left:-1.5rem;top:.25rem;width:10px;height:10px;border-radius:50%;background:var(--navy-1);border:2px solid var(--gold)}.timeline-item.pending:before{border-color:var(--warning)}.timeline-date{font-size:.72rem;color:var(--text-muted);letter-spacing:.03em}.timeline-title{font-size:.9rem;font-weight:600;margin:.1rem 0}.timeline-detail{font-size:.82rem;color:var(--text-muted)}.chat-thread{display:flex;flex-direction:column;gap:.7rem}.chat-msg{max-width:78%;display:flex;flex-direction:column;gap:.2rem}.chat-msg.from-client{align-self:flex-start}.chat-msg.from-office{align-self:flex-end;align-items:flex-end}.chat-bubble{padding:.55rem .8rem;border-radius:12px;font-size:.875rem;line-height:1.45;border:1px solid var(--border)}.chat-msg.from-client .chat-bubble{background:var(--navy-3);border-top-left-radius:3px}.chat-msg.from-office .chat-bubble{background:var(--gold-dim);color:var(--gold-lt);border-top-right-radius:3px}.chat-meta{font-size:.68rem;color:var(--text-muted)}.chat-input-row{display:flex;gap:.5rem;margin-top:.9rem}.chat-input-row input{flex:1;background:var(--navy-3);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:.55rem .8rem;font-size:.875rem;font-family:inherit}.chat-input-row input:focus{outline:none;border-color:var(--gold)}.ai-actions{display:flex;flex-wrap:wrap;gap:.55rem}.ai-model-line{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.82rem;color:var(--text-muted);margin-bottom:1rem}.ai-model-line svg{width:16px;height:16px;color:var(--gold)}.ai-doc-preview{background:var(--navy-3);border:1px solid var(--gold-dim);border-radius:var(--radius);padding:1.1rem 1.25rem;margin-top:1rem}.ai-doc-preview h4{font-size:.95rem;margin-bottom:.5rem;color:var(--gold-lt)}.ai-doc-text{white-space:pre-wrap;font-size:.84rem;line-height:1.6;color:var(--text);max-height:320px;overflow-y:auto;padding-right:.4rem}.ai-doc-note{font-size:.74rem;color:var(--text-muted);font-style:italic;margin-top:.8rem}.kb-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.7rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--navy-3);margin-bottom:.5rem}.kb-item-main{min-width:0}.kb-item-title{font-weight:600;font-size:.88rem}.kb-item-body{font-size:.8rem;color:var(--text-muted);margin-top:.15rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.perm-seg{display:inline-flex;border:1.5px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.perm-seg-btn{padding:.45rem .95rem;background:var(--navy-3);border:none;color:var(--text-muted);font-size:.82rem;font-weight:600;cursor:pointer;font-family:inherit;border-right:1px solid var(--border);transition:background .15s,color .15s}.perm-seg-btn:last-child{border-right:none}.perm-seg-btn:hover:not(:disabled){color:var(--text)}.perm-seg-btn.active{background:var(--gold-dim);color:var(--gold-lt)}.perm-seg-btn:disabled{opacity:.5;cursor:not-allowed}.filedrop{display:flex;align-items:center;gap:.6rem;width:100%;padding:.8rem .9rem;background:var(--navy-3);border:1.5px dashed var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.875rem;font-family:inherit;cursor:pointer;text-align:left;transition:border-color .2s}.filedrop:hover{border-color:var(--gold)}.filedrop svg{width:20px;height:20px;color:var(--gold);flex-shrink:0}.file-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.85rem}.file-card{display:flex;flex-direction:column;gap:.5rem;background:var(--navy-3);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem}.file-card-top{display:flex;align-items:flex-start;justify-content:space-between}.file-card-icon{width:38px;height:38px;background:var(--gold-dim);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.file-card-icon svg{width:19px;height:19px;color:var(--gold)}.file-card-menu-wrap{position:relative}.file-card-menu-btn{padding:.25rem .35rem}.row-menu{position:absolute;right:0;top:100%;z-index:30;min-width:190px;background:var(--navy-2);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:.3rem;display:flex;flex-direction:column}.row-menu button{display:flex;align-items:center;gap:.55rem;width:100%;padding:.5rem .6rem;background:none;border:none;cursor:pointer;color:var(--text);font-size:.82rem;font-family:inherit;text-align:left;border-radius:var(--radius-sm)}.row-menu button:hover{background:#ffffff0d}.row-menu button.danger{color:var(--danger)}.row-menu button.danger:hover{background:#e052521a}.row-menu svg{width:15px;height:15px;opacity:.8}.file-card-title{background:none;border:none;padding:0;text-align:left;cursor:pointer;font-size:.92rem;font-weight:700;color:var(--text);font-family:inherit;overflow:hidden;text-overflow:ellipsis}.file-card-title:hover{color:var(--gold-lt)}.file-card-meta{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;font-size:.76rem;color:var(--text-muted)}.file-card-badges{display:flex;flex-wrap:wrap;gap:.35rem}.file-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.2rem;font-size:.74rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:.5rem}.file-card-actions{display:flex;align-items:center;gap:.2rem}.file-card-actions .btn{padding:.3rem .5rem}.file-card-actions svg{width:15px;height:15px}.file-meta-line{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;font-size:.78rem;color:var(--text-muted);margin-bottom:.9rem}.file-viewer{min-height:200px}.file-frame{width:100%;height:60vh;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff}.file-img{max-width:100%;max-height:60vh;display:block;margin:0 auto;border-radius:var(--radius-sm)}.file-video{width:100%;max-height:60vh;border-radius:var(--radius-sm);background:#000}.file-text{white-space:pre-wrap;word-break:break-word;font-size:.82rem;line-height:1.6;color:var(--text);background:var(--navy-1);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;max-height:60vh;overflow:auto;font-family:Inter,monospace}.note-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem;max-height:360px;overflow-y:auto}.note-item{background:var(--navy-3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .75rem}.note-item.from-client{border-left:3px solid var(--gold)}.note-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.3rem}.note-date{font-size:.7rem;color:var(--text-muted)}.note-text{font-size:.85rem;color:var(--text);white-space:pre-wrap}.member-list{display:flex;flex-direction:column;gap:.5rem}.member-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:var(--navy-3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .85rem}.member-info{min-width:0}.member-name{font-weight:600;font-size:.9rem}.member-email{font-size:.78rem;color:var(--text-muted)}@media (max-width: 768px){.sidebar{transform:translate(-100%);box-shadow:var(--shadow)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.form-row,.split-2{grid-template-columns:1fr}.sidebar-toggle{display:inline-flex}}
