:root{--gold: #d4a843;--goldl: #e8c96a;--goldd: #b8932f;--gold-glow: rgba(212,168,67,.12);--primary: #0a0e1a;--primary-l: #131b2e;--primary-ll: #1e2942;--primary-lll:#2a3a5c;--bg: #f0f1f5;--surface: #ffffff;--surf2: #f7f8fb;--surf3: #eef0f5;--surf4: #e4e7ee;--border: #e2e5ec;--border2: #d1d5e0;--border-glow: rgba(148,163,184,.15);--text: #0f172a;--text2: #334155;--muted: #64748b;--soft: #94a3b8;--subtle: #cbd5e1;--danger: #dc2626;--success: #059669;--warning: #d97706;--info: #2563eb;--sidebar-bg: #0a0e1a;--sidebar-w: 264px;--topbar-h: 68px;--shadow-sm: 0 1px 3px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.02);--shadow-md: 0 4px 12px rgba(0,0,0,.05), 0 2px 4px rgba(0,0,0,.03);--shadow-lg: 0 12px 24px rgba(0,0,0,.06), 0 4px 8px rgba(0,0,0,.04);--shadow-xl: 0 20px 40px rgba(0,0,0,.08), 0 8px 16px rgba(0,0,0,.04);--shadow-gold: 0 4px 16px rgba(212,168,67,.18);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 24px;--radius-full: 999px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--text);line-height:1.6;background-image:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(212,168,67,.04),transparent),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(37,99,235,.03),transparent);background-attachment:fixed}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--subtle);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--soft)}.skip-link{position:absolute;top:-40px;left:0;background:var(--primary);color:#fff;padding:8px 16px;font-size:13px;font-weight:600;border-radius:0 0 8px;z-index:10000;transition:top .2s var(--ease-out);text-decoration:none}.skip-link:focus{top:0;outline:2px solid var(--gold);outline-offset:2px}.shell{display:grid;grid-template-columns:var(--sidebar-w) 1fr;grid-template-rows:var(--topbar-h) 1fr;min-height:100vh}.shell-collapsed{grid-template-columns:72px 1fr}.sidebar{grid-row:1 / 3;background:var(--sidebar-bg);display:flex;flex-direction:column;padding:20px 16px;position:sticky;top:0;height:100vh;overflow-y:auto;overflow-x:hidden;border-right:1px solid rgba(255,255,255,.04)}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:8px 10px 24px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:12px}.sidebar-brand-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--gold),var(--goldd));display:grid;place-items:center;font-weight:900;font-size:15px;color:var(--sidebar-bg);flex-shrink:0;box-shadow:0 4px 12px #d4a84340}.sidebar-brand-logo{width:40px;height:40px;border-radius:12px;object-fit:contain;background:#fff;padding:3px;flex-shrink:0;box-shadow:0 4px 12px #d4a84340}.portal-topbar-brand-logo{width:32px;height:32px;border-radius:10px;object-fit:contain;background:#fff;padding:2px;flex-shrink:0}.sidebar-brand-name{font-weight:800;font-size:15px;color:#f8fafc;letter-spacing:-.01em}.sidebar-brand-sub{font-size:10px;color:#ffffff4d;text-transform:uppercase;letter-spacing:.1em;margin-top:2px}.sidebar-section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#fff3;padding:20px 12px 8px}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:3px}.sidebar-nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;font-size:13.5px;font-weight:500;color:#ffffff73;transition:all .2s var(--ease-out);cursor:pointer;border:none;background:none;text-align:left;position:relative}.sidebar-nav-item:hover{background:#ffffff0d;color:#ffffffd9;transform:translate(2px)}.sidebar-nav-item.active{background:linear-gradient(90deg,#d4a8431a,#d4a84305);color:#fff;font-weight:600}.sidebar-nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:linear-gradient(to bottom,var(--gold),var(--goldd));border-radius:0 2px 2px 0}.sidebar-nav-item.active .sidebar-nav-icon{color:var(--gold)}.sidebar-nav-icon{width:18px;height:18px;flex-shrink:0;color:#ffffff4d;transition:color .2s}.sidebar-footer{padding-top:16px;border-top:1px solid rgba(255,255,255,.06);margin-top:auto}.sidebar-footer-label{font-size:11px;color:#ffffff4d;padding:0 4px}.sidebar-mini .sidebar-brand-name,.sidebar-mini .sidebar-brand-sub,.sidebar-mini .sidebar-section-label,.sidebar-mini .sidebar-nav-item span:last-child,.sidebar-mini .sidebar-footer-label{display:none}.sidebar-mini .sidebar-nav-item{justify-content:center;padding:12px}.sidebar-mini .sidebar-brand{justify-content:center}.topbar{grid-column:2;background:#ffffffb3;backdrop-filter:blur(20px) saturate(1.8);-webkit-backdrop-filter:blur(20px) saturate(1.8);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:var(--topbar-h);position:sticky;top:0;z-index:100}.topbar-title{font-size:16px;font-weight:700;color:var(--text);letter-spacing:-.01em;overflow-wrap:anywhere;min-width:0}.topbar-actions{display:flex;align-items:center;gap:10px}.main-content{grid-column:2;padding:32px;overflow-y:auto}.page-wrap{display:flex;flex-direction:column;gap:28px;width:100%;max-width:1320px;margin:0 auto}.page-header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-bottom:8px}.page-header-left{display:flex;flex-direction:column;gap:6px}.page-title{font-size:32px;font-weight:800;color:var(--text);letter-spacing:-.03em;line-height:1.1;background:linear-gradient(135deg,var(--text),var(--primary-lll));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-sub{font-size:15px;color:var(--muted);font-weight:500}.page-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.responsive-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.responsive-sidebar-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,400px);gap:20px;align-items:start}.responsive-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.kpi-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:22px 24px;display:flex;align-items:center;gap:16px;box-shadow:var(--shadow-sm);min-width:0;transition:all .25s var(--ease-out);position:relative;overflow:hidden}.kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--goldl),var(--gold));opacity:0;transition:opacity .3s}.kpi-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px);border-color:var(--border2)}.kpi-card:hover:before{opacity:1}.kpi-card.clickable-card{cursor:pointer}.kpi-card.clickable-card:hover{border-color:var(--gold);box-shadow:var(--shadow-gold)}.kpi-icon-wrap{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;flex-shrink:0;background:linear-gradient(135deg,var(--surf3),var(--surf2));border:1px solid var(--border);color:var(--muted);transition:all .25s var(--ease-out)}.kpi-card:hover .kpi-icon-wrap{transform:scale(1.05) rotate(-3deg);border-color:var(--gold);color:var(--gold);background:var(--gold-glow)}.kpi-body{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.kpi-label{font-size:13px;font-weight:600;color:var(--muted);overflow-wrap:anywhere}.kpi-value{font-size:28px;font-weight:800;color:var(--text);line-height:1.1;letter-spacing:-.03em;overflow-wrap:anywhere;min-width:0}.kpi-value-warn{color:var(--danger)}.kpi-value-name{font-size:16px;color:var(--text);font-weight:700}.kpi-sub{font-size:13px;color:var(--soft);font-weight:500}.kpi-trend{font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:3px}.kpi-trend-up{color:var(--success)}.kpi-trend-down{color:var(--danger)}.data-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm);min-width:0;transition:box-shadow .25s var(--ease-out),transform .2s}.data-card:hover{box-shadow:var(--shadow-md)}.data-card-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:20px;display:flex;align-items:center;gap:8px}.data-card-title:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,var(--border),transparent);margin-left:4px}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;align-items:start}.entity-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:var(--shadow-sm);transition:all .3s var(--ease-out);cursor:pointer;position:relative;overflow:hidden}.entity-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--goldl));opacity:0;transition:opacity .3s}.entity-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-3px);border-color:var(--border2)}.entity-card:hover:after{opacity:1}.card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.card-top-left{display:flex;align-items:center;gap:14px;min-width:0}.card-name{font-size:16px;font-weight:700;color:var(--text);overflow-wrap:anywhere;line-height:1.3}.card-sub{font-size:13px;color:var(--muted);margin-top:3px;min-width:0;overflow-wrap:anywhere;line-height:1.4}.card-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:12px}.stat-item{display:flex;flex-direction:column;gap:3px}.stat-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--soft)}.stat-value{font-size:15px;font-weight:700;color:var(--text2);overflow-wrap:anywhere;min-width:0}.stat-value-gold{color:var(--goldd)}.card-detail{font-size:13px;color:var(--muted);line-height:1.5;overflow-wrap:anywhere}.card-footer{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px;padding-top:14px;border-top:1px solid var(--surf3)}.card-links{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.card-link-pill{font-size:12px;font-weight:600;padding:5px 12px;border-radius:var(--radius-full);background:var(--surf2);color:var(--text2);border:1px solid var(--border);transition:all .15s}.card-link-pill:hover{background:var(--surf3);border-color:var(--border2)}.card-link-pill-sm{font-size:11px;padding:3px 8px}.avatar{width:44px;height:44px;border-radius:14px;font-weight:800;font-size:14px;display:grid;place-items:center;flex-shrink:0;color:#fff;box-shadow:0 2px 8px #0000001f}.avatar-photo{width:44px;height:44px;border-radius:14px;object-fit:cover;display:block;flex-shrink:0;box-shadow:0 2px 8px #0000001f}.avatar-wrap{position:relative;display:inline-flex;cursor:pointer;flex-shrink:0}.avatar-cam{position:absolute;bottom:-2px;right:-2px;width:20px;height:20px;border-radius:6px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:10px;box-shadow:0 2px 4px #0003}.avatar-sm{width:32px;height:32px;border-radius:10px;font-size:11px;font-weight:800;display:grid;place-items:center;flex-shrink:0;color:#fff}.avatar-stack{display:flex;align-items:center}.avatar-stack .avatar,.avatar-stack .avatar-sm{margin-left:-10px;border:2px solid var(--surface)}.avatar-stack .avatar:first-child,.avatar-stack .avatar-sm:first-child{margin-left:0}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:var(--radius-full);font-size:12px;font-weight:600;white-space:nowrap;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;border:1px solid transparent;transition:all .15s}.badge-green{background:#05966914;color:#047857;border-color:#05966926}.badge-red{background:#dc262614;color:#b91c1c;border-color:#dc262626}.badge-yellow{background:#d9770614;color:#b45309;border-color:#d9770626}.badge-blue{background:#2563eb14;color:#1d4ed8;border-color:#2563eb26}.badge-purple{background:#9333ea14;color:#7e22ce;border-color:#9333ea26}.badge-gray{background:#64748b14;color:#475569;border-color:#64748b26}.badge-teal{background:#0d948814;color:#0f766e;border-color:#0d948826}.badge-orange{background:#ea580c14;color:#c2410c;border-color:#ea580c26}.btn-primary,.btn-ghost,.btn-danger,.btn-teal{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 18px;border-radius:var(--radius-sm);font-size:13.5px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .2s var(--ease-out);white-space:nowrap;line-height:1;max-width:100%;min-width:0}.btn-primary:disabled,.btn-ghost:disabled,.btn-danger:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--primary-l),var(--primary));color:#fff;border-color:transparent;box-shadow:0 2px 8px #0a0e1a33}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,var(--primary-ll),var(--primary-l));box-shadow:0 4px 16px #0a0e1a4d;transform:translateY(-1px)}.btn-ghost{background:var(--surface);color:var(--text2);border-color:var(--border)}.btn-ghost:hover:not(:disabled){background:var(--surf2);border-color:var(--border2);transform:translateY(-1px)}.btn-danger{background:#dc26260f;color:#b91c1c;border-color:#dc26262e}.btn-danger:hover:not(:disabled){background:#dc26261a;transform:translateY(-1px)}.btn-teal{background:#0d94880f;color:#0f766e;border-color:#0d94882e}.btn-teal:hover:not(:disabled){background:#0d94881a}.btn-sm{padding:6px 14px;font-size:13px;border-radius:10px}.btn-xs{padding:4px 10px;font-size:12px;border-radius:8px}.btn-icon{padding:8px;border-radius:var(--radius-sm);width:36px;height:36px}.btn-icon-ghost{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:transparent;border:none;color:var(--muted);cursor:pointer;transition:all .2s}.btn-icon-ghost:hover{background:var(--surf2);color:var(--text);transform:scale(1.08)}.btn-icon-ghost.danger:hover{background:#dc262614;color:var(--danger)}.icon-action-toolbar{display:inline-flex;align-items:center;gap:2px;background:var(--surf2);border-radius:10px;padding:3px;border:1px solid var(--border)}.icon-action-toolbar .btn-icon-ghost{width:30px;height:30px;border-radius:8px}.attachment-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--surf2);border:1px solid var(--border);color:var(--muted);flex-shrink:0;transition:all .2s}.attachment-icon-image{color:#2563eb;background:#2563eb14;border-color:#2563eb1f}.attachment-icon-audio{color:#9333ea;background:#9333ea14;border-color:#9333ea1f}.attachment-icon-pdf{color:#dc2626;background:#dc262614;border-color:#dc26261f}.btn-spinner{width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .6s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group-full{grid-column:1 / -1}.form-label{font-size:12.5px;font-weight:600;color:var(--text2);letter-spacing:.01em}.form-input,.form-select,.form-textarea{padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:14px;transition:all .2s;outline:none}.form-input:hover,.form-select:hover,.form-textarea:hover{border-color:var(--border2)}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow)}.form-input::placeholder{color:var(--soft)}.form-textarea{resize:vertical;min-height:80px}.form-select{cursor:pointer}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0e1a73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:200;padding:20px;animation:modal-fade-in .2s var(--ease-out)}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-2xl);width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:modal-slide-up .3s var(--ease-out);border:1px solid var(--border)}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-lg{max-width:720px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;border-bottom:1px solid var(--border)}.modal-title{font-size:18px;font-weight:800;color:var(--text);letter-spacing:-.02em;overflow-wrap:anywhere;line-height:1.2}.modal-body{padding:24px 28px;overflow-y:auto;flex:1}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 28px;border-top:1px solid var(--border);background:var(--surf2)}.modal-close{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--surf2);border:1px solid var(--border);color:var(--muted);cursor:pointer;transition:all .2s;padding:0}.modal-close:hover{background:var(--surf3);color:var(--text);transform:rotate(90deg)}.builder-modal{max-width:900px;width:95%;max-height:92vh}.builder-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);font-size:16px;font-weight:700}.builder-modal-body{padding:24px;overflow-y:auto;flex:1}.confirm-dialog{background:var(--surface);border-radius:var(--radius-lg);padding:28px;max-width:380px;width:100%;box-shadow:var(--shadow-2xl);text-align:center;border:1px solid var(--border);animation:modal-slide-up .25s var(--ease-out)}.confirm-title{font-size:18px;font-weight:800;margin-bottom:8px;color:var(--text)}.confirm-body{font-size:14px;color:var(--muted);margin-bottom:22px}.confirm-actions{display:flex;justify-content:center;gap:10px}.table-wrap{overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm)}.data-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}.data-table thead th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--soft);padding:14px 20px;background:var(--surf2);border-bottom:1px solid var(--border);white-space:nowrap}.data-table tbody tr{transition:all .15s;border-bottom:1px solid var(--surf3)}.data-table tbody tr:last-child{border-bottom:none}.data-table tbody tr:hover{background:linear-gradient(90deg,var(--surf2),transparent)}.data-table tbody td{padding:14px 20px;color:var(--text);vertical-align:middle}.td-name{font-weight:600;color:var(--text);overflow-wrap:anywhere}.td-muted{color:var(--muted);overflow-wrap:anywhere}.td-actions{text-align:right;white-space:nowrap}.td-empty{color:var(--muted);font-size:14px;padding:56px 20px!important;text-align:center}.bar-chart-container{display:flex;flex-direction:column;gap:12px}.bar-chart{display:flex;align-items:flex-end;gap:12px;height:140px;padding:0 8px}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;height:100%;justify-content:flex-end}.bar-fill{width:100%;background:linear-gradient(to top,var(--primary-l),var(--primary-ll));border-radius:8px 8px 0 0;min-height:4px;transition:height .5s var(--ease-out);position:relative}.bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(to bottom,rgba(255,255,255,.1),transparent);border-radius:8px 8px 0 0}.bar-fill-zero{background:var(--surf4)}.bar-label{font-size:11px;color:var(--muted);text-align:center;margin-top:4px;font-weight:600}.bar-value{font-size:11px;color:var(--soft);margin-bottom:6px;font-weight:700}.bar-chart-baseline{height:1px;background:linear-gradient(90deg,var(--border),var(--surf4));margin:0 8px}.kanban-board{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px}.kanban-col{flex:1;min-width:280px;max-width:340px;background:var(--surf2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;display:flex;flex-direction:column}.kanban-col-header{display:flex;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--border)}.kanban-stage-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--goldl));box-shadow:0 0 8px #d4a8434d}.kanban-col-label{font-size:13px;font-weight:700;color:var(--text);flex:1}.kanban-col-count{font-size:12px;font-weight:700;color:var(--muted);background:var(--surface);padding:3px 10px;border-radius:var(--radius-full);border:1px solid var(--border)}.kanban-cards{display:flex;flex-direction:column;gap:10px;min-height:100px}.kanban-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;box-shadow:var(--shadow-sm);cursor:grab;transition:all .2s var(--ease-out)}.kanban-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--border2)}.kanban-card-name{font-size:14px;font-weight:700;color:var(--text);margin-bottom:4px;overflow-wrap:anywhere;line-height:1.3;min-width:0}.kanban-card-role{font-size:12px;color:var(--muted);margin-bottom:6px;overflow-wrap:anywhere;line-height:1.3;min-width:0}.kanban-card-meta{font-size:12px;color:var(--soft);overflow-wrap:anywhere;min-width:0}.kanban-card-role{font-size:12px;color:var(--muted);margin-bottom:6px}.kanban-card-meta{font-size:12px;color:var(--soft)}.kanban-card-actions{display:flex;gap:6px;margin-top:10px;flex-wrap:wrap}.kanban-empty{text-align:center;padding:32px 16px;color:var(--soft);font-size:13px;font-weight:500;border:2px dashed var(--border);border-radius:var(--radius-md)}.invoice-group{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;min-width:0;box-shadow:var(--shadow-sm);transition:box-shadow .2s}.invoice-group:hover{box-shadow:var(--shadow-md)}.invoice-group-header{display:flex;align-items:center;gap:12px;padding:14px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(90deg,var(--surf2),var(--surf3));border-bottom:1px solid var(--border);transition:background .15s}.invoice-group-header:hover{background:linear-gradient(90deg,var(--surf3),var(--surf4))}.invoice-group-name{font-weight:700;font-size:14px;color:var(--text);overflow-wrap:anywhere;line-height:1.3}.invoice-group-meta{font-size:13px;color:var(--muted);font-weight:500}.invoice-group .table-wrap{border:none;border-radius:0;box-shadow:none}.project-board-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px}.project-lane{background:var(--surf2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:14px}.project-lane-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.project-lane-title{font-size:15px;font-weight:700;color:var(--text);overflow-wrap:anywhere;line-height:1.3}.project-lane-sub{font-size:13px;color:var(--muted);margin-top:3px;font-weight:500}.project-lane-body{display:flex;flex-direction:column;gap:12px}.project-employee-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;box-shadow:var(--shadow-sm);transition:all .2s var(--ease-out);cursor:pointer}.project-employee-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--border2)}.project-employee-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.project-employee-chip{font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:var(--radius-full);background:var(--surf2);color:var(--text2);border:1px solid var(--border)}.client-profile-page{width:100%;max-width:1240px;margin:0 auto}.profile-header{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;box-shadow:var(--shadow-sm);min-width:0}.profile-header-left{display:flex;align-items:center;gap:20px;min-width:0;flex:1 1 320px}.profile-header-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;min-width:260px;max-width:560px}.profile-name{font-size:28px;font-weight:800;color:var(--text);line-height:1.15;overflow-wrap:anywhere}.profile-sub{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:8px;font-size:14px;min-width:0}.profile-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px}.profile-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,400px);gap:20px;align-items:start}.project-profile-grid{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:20px;align-items:start}.project-task-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.project-expense-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(90px,110px) minmax(100px,130px) auto;gap:10px;margin-bottom:14px;align-items:center}.profile-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px;margin-bottom:18px}.profile-main-stack{display:flex;flex-direction:column;gap:18px;min-width:0}.profile-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;align-items:stretch}.profile-field{display:flex;flex-direction:column;gap:6px;min-width:0;padding:14px 16px;background:linear-gradient(135deg,var(--surf2),var(--surf3));border:1px solid var(--border);border-radius:var(--radius-sm);transition:all .2s}.profile-field:hover{border-color:var(--border2);box-shadow:var(--shadow-sm)}.profile-field-tall{grid-column:1 / -1}.profile-field-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--soft)}.profile-field-value{font-size:14px;font-weight:600;color:var(--text);overflow-wrap:anywhere}.profile-actions-message{flex-basis:100%;font-size:13px;padding:10px 16px;border-radius:var(--radius-sm)}.profile-comm-card{align-self:start;position:sticky;top:calc(var(--topbar-h) + 24px)}.profile-comm-type-row{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.profile-comm-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:16px}.profile-timeline{display:flex;flex-direction:column;gap:0;max-height:680px;overflow-y:auto;padding-right:4px}.profile-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.profile-upload-row{display:grid;grid-template-columns:auto minmax(160px,1fr) minmax(130px,170px) auto;align-items:center;gap:12px;margin-bottom:18px;padding:14px 16px;background:linear-gradient(135deg,var(--surf2),var(--surf3));border-radius:var(--radius-sm);border:1px solid var(--border)}.profile-upload-name{font-size:13px;color:var(--muted);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-doc-list{display:flex;flex-direction:column;gap:10px}.profile-doc-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:12px 14px;background:linear-gradient(135deg,var(--surf2),var(--surf3));border-radius:var(--radius-sm);border:1px solid var(--border);transition:all .15s}.profile-doc-item:hover{border-color:var(--border2);box-shadow:var(--shadow-sm)}.profile-doc-name{font-size:13px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-doc-meta{font-size:12px;color:var(--muted);margin-top:2px;overflow-wrap:anywhere}.profile-slide-panel{position:fixed;top:0;right:0;width:min(480px,100vw);height:100%;background:var(--surface);z-index:300;display:flex;flex-direction:column;box-shadow:-12px 0 40px #0000001f;border-left:1px solid var(--border)}.attention-list{display:flex;flex-direction:column;gap:0}.attention-item{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--surf3);transition:background .15s}.attention-item:last-child{border-bottom:none}.attention-item:hover{background:var(--surf2);margin:0 -12px;padding-left:12px;padding-right:12px;border-radius:var(--radius-sm)}.attention-item-dot{width:8px;height:8px;border-radius:50%;background:var(--danger);margin-top:6px;flex-shrink:0;box-shadow:0 0 8px #dc26264d}.attention-item-dot-warn{background:var(--warning);box-shadow:0 0 8px #d977064d}.attention-item-body{flex:1;min-width:0}.attention-item-title{font-size:14px;font-weight:700;color:var(--text)}.attention-item-sub{font-size:13px;color:var(--muted);margin-top:3px}.insights-list{list-style:none;display:flex;flex-direction:column;gap:10px}.insights-list li{font-size:14px;color:var(--text2);padding:12px 16px;background:linear-gradient(90deg,var(--surf2),transparent);border-radius:var(--radius-sm);border-left:3px solid var(--gold);font-weight:500}.activity-timeline{display:flex;flex-direction:column;gap:0;position:relative}.activity-timeline:before{content:"";position:absolute;left:15px;top:8px;bottom:8px;width:2px;background:linear-gradient(to bottom,var(--border),var(--surf3),var(--border))}.activity-item{display:flex;align-items:flex-start;gap:14px;padding:12px 0;position:relative}.activity-dot{width:10px;height:10px;border-radius:50%;background:var(--surface);border:2px solid var(--gold);margin-top:4px;flex-shrink:0;z-index:1;box-shadow:0 0 0 3px var(--bg)}.activity-body{flex:1;min-width:0}.activity-note{font-size:14px;color:var(--text);font-weight:500}.activity-time{font-size:12px;color:var(--soft);margin-top:3px}.empty-state{text-align:center;padding:64px 28px;display:flex;flex-direction:column;align-items:center;gap:14px}.empty-state-icon{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,var(--surf3),var(--surf2));border:1px solid var(--border);display:grid;place-items:center;color:var(--soft);margin-bottom:4px;box-shadow:var(--shadow-sm)}.empty-state-title{font-size:17px;font-weight:700;color:var(--text)}.empty-state-message{font-size:14px;color:var(--muted);max-width:360px;line-height:1.6}.empty-state-action{margin-top:6px}.links-list{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.link-item{display:flex;align-items:center;gap:12px;padding:10px 14px;background:linear-gradient(135deg,var(--surf2),var(--surf3));border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;transition:all .15s}.link-item:hover{border-color:var(--border2);box-shadow:var(--shadow-sm)}.link-item-label{font-weight:600;color:var(--text);white-space:nowrap}.link-item-url{color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.link-add-row{display:flex;gap:10px;align-items:center}.settings-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;text-align:center;box-shadow:var(--shadow-sm);transition:all .2s}.settings-stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.settings-stat-count{font-size:20px;font-weight:800;color:var(--text);overflow-wrap:anywhere;min-width:0}.settings-stat-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-top:4px}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:80px 20px}.loading-spinner{width:32px;height:32px;border:3px solid var(--surf3);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}.loading-text{font-size:14px;color:var(--muted);font-weight:500}.skeleton{background:linear-gradient(90deg,var(--surf3) 25%,var(--surf2) 50%,var(--surf3) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:var(--radius-sm)}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.view-toggle{display:flex;background:var(--surf2);border:1px solid var(--border);border-radius:12px;padding:4px;gap:3px}.view-toggle-btn{padding:7px 16px;border-radius:10px;font-size:13px;font-weight:600;color:var(--muted);background:none;border:none;cursor:pointer;transition:all .2s}.view-toggle-btn.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.toast-container{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:10px}.toast{display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:var(--radius-md);font-size:14px;font-weight:500;box-shadow:var(--shadow-xl);animation:toast-in .3s var(--ease-out);min-width:280px;max-width:420px;border:1px solid var(--border)}@keyframes toast-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.toast-success{background:var(--surface);color:var(--success);border-color:#05966933}.toast-error{background:var(--surface);color:var(--danger);border-color:#dc262633}.toast-info{background:var(--surface);color:var(--info);border-color:#2563eb33}.toast-close{background:none;border:none;color:inherit;opacity:.5;cursor:pointer;margin-left:auto;padding:2px;transition:opacity .15s}.toast-close:hover{opacity:1}.portal-shell{display:flex;min-height:100vh}.portal-sidebar{width:260px;background:var(--sidebar-bg);display:flex;flex-direction:column;padding:20px 16px;position:fixed;top:0;left:0;height:100vh;overflow-y:auto;z-index:50}.portal-main{flex:1;margin-left:260px;display:flex;flex-direction:column}.portal-topbar{height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:40}.portal-content{padding:32px;flex:1}.portal-bottom-nav{display:none}.portal-topbar-title-desktop{font-size:18px;font-weight:800;color:var(--text);letter-spacing:-.01em}.portal-topbar-brand-mobile{display:none;align-items:center;gap:10px}.portal-topbar-brand-icon{width:32px;height:32px;border-radius:10px;background:var(--gold);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:900;color:#1b1e2b}.portal-topbar-brand-text{font-size:16px;font-weight:800;color:var(--text)}.portal-nav{display:flex;flex-direction:column;gap:3px}.portal-nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;font-size:13.5px;font-weight:500;color:#ffffff73;transition:all .2s;cursor:pointer;border:none;background:none;text-align:left}.portal-nav-item:hover{background:#ffffff0d;color:#ffffffd9}.portal-nav-item.active{background:linear-gradient(90deg,#d4a8431a,#d4a84305);color:#fff;font-weight:600}.portal-nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:linear-gradient(to bottom,var(--gold),var(--goldd));border-radius:0 2px 2px 0}.portal-section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow .25s;padding:24px}.portal-section-card:hover{box-shadow:var(--shadow-md)}.portal-section-card>.portal-section-header:first-child{margin:-24px -24px 20px}.portal-section-card>.portal-section-body{padding:0;margin:0}.portal-section-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);background:linear-gradient(90deg,var(--surf2),var(--surf3))}.portal-section-title{font-size:15px;font-weight:700;color:var(--text);overflow-wrap:anywhere;line-height:1.3}.portal-section-sub{font-size:13px;color:var(--muted);margin-top:3px;font-weight:500;overflow-wrap:anywhere;line-height:1.4}.portal-section-body{padding:24px}.portal-panel{background:linear-gradient(135deg,var(--surf2),var(--surf3));border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px 24px;margin-bottom:20px}.portal-panel-title-main{font-size:15px;font-weight:700;color:var(--text);margin-bottom:12px}.portal-chip-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.portal-chip-tab{padding:7px 16px;border-radius:var(--radius-full);font-size:13px;font-weight:600;color:var(--muted);background:var(--surf2);border:1px solid var(--border);cursor:pointer;transition:all .15s}.portal-chip-tab:hover{background:var(--surf3);border-color:var(--border2)}.portal-chip-tab-active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 2px 8px #0a0e1a33}.portal-document-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:10px;box-shadow:var(--shadow-sm);transition:all .2s var(--ease-out)}.portal-document-card:hover{box-shadow:var(--shadow-md);transform:translate(4px);border-color:var(--border2)}.portal-document-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;font-size:18px}.portal-document-name{font-size:14px;font-weight:700;color:var(--text);overflow-wrap:anywhere;line-height:1.3}.portal-document-meta{font-size:12px;color:var(--muted);margin-top:4px;display:flex;gap:12px}.portal-invoice-list-card{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:10px;box-shadow:var(--shadow-sm);transition:all .2s;border-left:3px solid var(--border);gap:16px;flex-wrap:wrap}.portal-invoice-list-card>div:first-child{min-width:0;flex:1}.portal-invoice-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;width:100%}.portal-invoice-header>div:first-child{min-width:0;flex:1}.portal-invoice-meta-row{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--muted);width:100%}.portal-invoice-meta-row .card-detail{overflow-wrap:anywhere}.portal-invoice-list-card:hover{box-shadow:var(--shadow-md)}.portal-invoice-actions{display:flex;gap:8px;flex-wrap:wrap}.portal-team-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:var(--radius-full);background:var(--surf2);border:1px solid var(--border);font-size:13px;font-weight:600;color:var(--text2);cursor:pointer;transition:all .2s}.portal-team-chip:hover{background:var(--surf3);border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow);transform:translateY(-1px)}.portal-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0e1a73;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:200;padding:20px}.portal-modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-2xl);width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border)}.portal-modal-header{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;border-bottom:1px solid var(--border)}.portal-modal-body{padding:24px 28px;overflow-y:auto;flex:1}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.team-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;text-align:center;box-shadow:var(--shadow-sm);cursor:pointer;transition:all .3s var(--ease-out);position:relative;overflow:hidden}.team-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--goldl));opacity:0;transition:opacity .3s}.team-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-color:var(--border2)}.team-card:hover:before{opacity:1}.team-card-avatar{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;margin:0 auto 12px;font-weight:800;font-size:16px;color:#fff;box-shadow:0 4px 12px #00000026}.team-card-name{font-size:15px;font-weight:700;color:var(--text);overflow-wrap:anywhere;line-height:1.3;min-width:0}.team-card-role{font-size:13px;color:var(--muted);margin-top:3px;overflow-wrap:anywhere;line-height:1.3;min-width:0}.team-card-role{font-size:13px;color:var(--muted);margin-top:3px}.team-card-hours{font-size:20px;font-weight:800;color:var(--goldd);margin-top:10px}.project-sub-card{background:linear-gradient(135deg,var(--surf2),var(--surf3));border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;margin-top:12px}.project-emp-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--surf3)}.project-emp-row:last-child{border-bottom:none}.labeled-row{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.labeled-row-label{font-size:12px;font-weight:700;color:var(--soft);min-width:80px;text-transform:uppercase;letter-spacing:.04em}.labeled-row-value{font-size:14px;color:var(--text);font-weight:600}.filter-tabs{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap}.filter-tab{padding:8px 18px;border-radius:var(--radius-full);font-size:13px;font-weight:600;color:var(--muted);background:var(--surf2);border:1px solid var(--border);cursor:pointer;transition:all .2s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.filter-tab:hover{background:var(--surf3);border-color:var(--border2)}.filter-tab.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 2px 10px #0a0e1a33}.staff-request-cta{background:linear-gradient(135deg,#d4a84314,#d4a84305);border:1px solid rgba(212,168,67,.2);border-radius:var(--radius-lg);padding:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.request-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px;box-shadow:var(--shadow-sm);transition:all .25s var(--ease-out);position:relative;overflow:hidden}.request-card:before{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;background:linear-gradient(to bottom,var(--gold),var(--goldl));opacity:0;transition:opacity .3s}.request-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--border2)}.request-card:hover:before{opacity:1}.request-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.request-card-name{font-weight:800;font-size:15px;color:var(--text);overflow-wrap:anywhere;line-height:1.3}.request-card-role{font-size:13px;color:var(--text);font-weight:600}.request-card-date{font-size:12px;color:var(--muted);flex-shrink:0;text-align:right}.request-card-details{display:flex;gap:20px;margin-top:10px;flex-wrap:wrap}.request-card-detail{font-size:12px;color:var(--muted)}.request-card-detail strong{font-weight:600;color:var(--text)}.request-card-note{margin-top:12px;padding:10px 14px;background:linear-gradient(135deg,var(--surf2),var(--surf3));border-radius:var(--radius-sm);font-size:13px;color:var(--muted);border-left:2px solid var(--border)}.request-card-actions{margin-top:14px;padding-top:14px;border-top:1px solid var(--border);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.request-card-actions-label{font-size:12px;color:var(--muted)}.status-chip-btn{padding:5px 14px;border-radius:var(--radius-full);font-size:12px;font-weight:700;background:transparent;cursor:pointer;transition:all .15s;border:1px solid transparent}.status-chip-btn:disabled{opacity:.5;cursor:not-allowed}.toast-fixed{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--primary-l);color:#fff;padding:10px 20px;border-radius:var(--radius-full);font-size:13px;font-weight:600;box-shadow:var(--shadow-xl);z-index:9999;pointer-events:none;animation:toast-in .3s var(--ease-out)}.profile-toast{position:fixed;bottom:28px;right:28px;z-index:9999;background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--success);color:var(--text);font-size:13px;font-weight:500;padding:10px 16px;border-radius:var(--radius-sm);box-shadow:var(--shadow-xl);max-width:360px;display:flex;align-items:center;gap:8px;animation:toast-in .3s var(--ease-out)}.portal-status-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:var(--radius-full);font-size:12px;font-weight:800;border:1px solid transparent;white-space:nowrap}.portal-status-green{background:#22c55e1a;color:#15803d;border-color:#22c55e38}.portal-status-yellow{background:#f5b5331f;color:#a16207;border-color:#f5b53342}.portal-status-red{background:#ef44441a;color:#dc2626;border-color:#ef444438}.portal-status-gray{background:var(--surf2);color:var(--muted);border-color:var(--border)}.kpi-card-sm{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:18px 20px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-sm);min-width:0;transition:all .25s var(--ease-out);position:relative;overflow:hidden}.kpi-card-sm:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--goldl),var(--gold));opacity:0;transition:opacity .3s}.kpi-card-sm:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--border2)}.kpi-card-sm:hover:before{opacity:1}.kpi-card-sm .kpi-icon-wrap{width:40px;height:40px;border-radius:12px}.kpi-card-sm .kpi-value{font-size:22px}.aging-bucket{background:linear-gradient(135deg,var(--surf2),var(--surf3));border-radius:var(--radius-md);padding:14px 16px;position:relative;overflow:hidden;transition:all .2s var(--ease-out)}.aging-bucket:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--goldl));opacity:0;transition:opacity .3s}.aging-bucket:hover{box-shadow:var(--shadow-sm)}.aging-bucket:hover:before{opacity:1}.aging-bucket-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.aging-bucket-value{font-size:22px;font-weight:800;line-height:1.1}.aging-bucket-count{font-size:12px;color:var(--muted);margin-top:3px}.preview-banner{position:fixed;top:0;left:0;right:0;background:linear-gradient(90deg,var(--goldd),var(--gold));color:var(--sidebar-bg);font-size:13px;font-weight:700;padding:10px 20px;text-align:center;z-index:1000;box-shadow:0 2px 12px #d4a8434d}.preview-offset{margin-top:40px}.portal-exit-preview-btn{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.25);padding:6px 14px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.portal-exit-preview-btn:hover{background:#ffffff40}.portal-signout-btn{width:100%;margin-top:8px;background:#ffffff0f;color:#ffffff80;border:1px solid rgba(255,255,255,.08);padding:10px;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.portal-signout-btn:hover{background:#ffffff1a;color:#fffc}.unpaid-dot{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--danger);font-weight:700}.unpaid-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--danger);display:inline-block;box-shadow:0 0 6px #dc262666;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.dropdown{position:relative;display:inline-block}.dropdown-menu{position:absolute;right:0;top:calc(100% + 8px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-xl);z-index:500;min-width:180px;overflow:hidden;animation:dropdown-in .15s var(--ease-out)}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:13.5px;font-weight:500;color:var(--text2);background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:background .1s}.dropdown-item:hover{background:var(--surf2)}.dropdown-item-danger{color:var(--danger)}.dropdown-item-danger:hover{background:#dc26260d}.dropdown-divider{height:1px;background:var(--border);margin:4px 0}.tag-input-wrap{display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;min-height:42px}.tag-input-wrap:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow)}.tag-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--radius-full);font-size:12px;font-weight:600;white-space:nowrap;background:var(--surf2);border:1px solid var(--border);color:var(--text2)}.tag-chip button{background:none;border:none;color:var(--soft);cursor:pointer;font-size:14px;line-height:1;padding:0;width:16px;height:16px;display:grid;place-items:center;border-radius:50%;transition:all .15s}.tag-chip button:hover{background:var(--surf4);color:var(--danger)}@media (max-width: 1024px){.responsive-sidebar-grid,.responsive-two-col,.profile-grid,.project-profile-grid{grid-template-columns:1fr}}.portal-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.text-right{text-align:right}.text-green{color:var(--success)}.text-warn{color:var(--warn)}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mt-10{margin-top:40px}.mt-12{margin-top:48px}.mt-16{margin-top:64px}.mt-18{margin-top:72px}.mb-20{margin-bottom:80px}.gap-8{gap:8px}.gap-10{gap:10px}.w-full{width:100%}.max-w-320{max-width:320px}.max-w-400{max-width:400px}.max-w-560{max-width:560px}.page-header-right{display:flex;align-items:center;gap:10px}.settings-tabs{display:flex;gap:2px;margin-bottom:22px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:4px;box-shadow:0 1px 3px #0000000a}.settings-tab{flex:1;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:500;color:var(--muted);background:transparent;border:none;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.settings-tab:hover{background:var(--surf2);color:var(--text)}.settings-tab-active{background:var(--gold)!important;color:#1b1e2b!important;font-weight:700}.settings-section{display:flex;flex-direction:column;gap:8px}.settings-section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);padding:0 2px}.settings-section-danger .settings-section-title{color:#b91c1c}.settings-section-danger .settings-row{border-color:#ef444433}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:10px;gap:16px;box-shadow:0 1px 3px #0000000a}.settings-row-info{flex:1;min-width:0}.settings-row-label{font-size:14px;font-weight:600;color:var(--text)}.settings-row-sub{font-size:12px;color:var(--muted);margin-top:2px}.settings-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px}.settings-stat-card{background:var(--surf2);border:1px solid var(--border);border-radius:8px;padding:14px;text-align:center;min-width:0}.settings-stat-count{font-size:24px;font-weight:800;color:var(--text);overflow-wrap:anywhere;line-height:1.15}.settings-stat-label{font-size:11px;color:var(--muted);margin-top:3px}.settings-notice{font-size:13px;padding:10px 14px;border-radius:8px}.settings-notice-success{background:#22c55e14;color:#15803d;border:1px solid rgba(34,197,94,.2)}.settings-notice-error{background:#ef444414;color:#b91c1c;border:1px solid rgba(239,68,68,.2)}.portal-user-row{display:flex;align-items:center;gap:10px;padding:12px 16px;border-top:1px solid var(--border);margin-top:8px}.portal-user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--goldd));display:grid;place-items:center;font-size:11px;font-weight:800;color:#fff;flex-shrink:0}.portal-user-info{min-width:0}.portal-user-email{font-size:12px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-user-role{font-size:11px;color:var(--muted);font-weight:500}.preview-banner-btn{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;padding:6px 14px;border-radius:var(--radius-md);font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.preview-banner-btn:hover{background:#ffffff38;border-color:#ffffff59}.portal-inline-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0}.portal-card-list{display:flex;flex-direction:column;gap:12px}.portal-detail-row{display:flex;align-items:baseline;gap:8px;padding:8px 0;border-bottom:1px solid var(--border)}.portal-detail-row:last-child{border-bottom:none}.portal-detail-row-label{font-size:12px;font-weight:700;color:var(--soft);min-width:110px;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.portal-detail-row-value{font-size:14px;color:var(--text);font-weight:600;overflow-wrap:anywhere}.portal-modal-avatar{width:52px;height:52px;border-radius:16px;object-fit:cover;flex-shrink:0;box-shadow:0 4px 12px #00000026}.portal-modal-avatar-fallback{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;font-size:16px;font-weight:800;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #00000026}.portal-modal-name{font-size:16px;font-weight:700;color:var(--text);overflow-wrap:anywhere;line-height:1.3}.portal-modal-role{font-size:13px;color:var(--muted);margin-top:3px;overflow-wrap:anywhere}.portal-modal-status{margin-top:8px;display:inline-block}.portal-hours-kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.portal-hours-kpi{background:linear-gradient(135deg,var(--surf2),var(--surf3));border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;text-align:center}.portal-hours-kpi-value{font-size:22px;font-weight:800;color:var(--text);line-height:1.2}.portal-hours-kpi-value-gold{color:var(--goldd)}.portal-hours-kpi-label{font-size:11px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:6px}.portal-info-banner{display:flex;align-items:center;gap:10px;padding:14px 16px;margin-top:16px;background:linear-gradient(135deg,var(--surf2),var(--surf3));border:1px solid var(--border);border-radius:var(--radius-md);font-size:13px;color:var(--muted)}.portal-bottom-nav-items{display:flex;justify-content:space-around;align-items:center;width:100%;max-width:600px;margin:0 auto}.portal-success-circle{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--success),#15803d);display:grid;place-items:center;color:#fff;margin:0 auto 16px;box-shadow:0 8px 24px #22c55e40}.portal-message{padding:12px 16px;border-radius:var(--radius-md);font-size:13px;font-weight:600;border:1px solid var(--border)}.portal-message-success{background:#22c55e14;color:var(--success);border-color:#22c55e33}.portal-message-error{background:#ef444414;color:var(--danger);border-color:#ef444433}.portal-toast{padding:12px 16px;border-radius:var(--radius-md);font-size:13px;font-weight:600;border:1px solid var(--border);margin-bottom:12px}.portal-toast-success{background:#22c55e14;color:var(--success);border-color:#22c55e33}.portal-toast-error{background:#ef444414;color:var(--danger);border-color:#ef444433}.project-emp-avatar{width:36px;height:36px;border-radius:12px;object-fit:cover;flex-shrink:0}.project-emp-avatar-fallback{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;font-size:12px;font-weight:800;color:#fff;flex-shrink:0}.project-emp-name{font-size:13px;font-weight:700;color:var(--text);overflow-wrap:anywhere;line-height:1.3}.project-emp-role{font-size:12px;color:var(--muted);margin-top:1px;overflow-wrap:anywhere}.team-card-avatar-fallback{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;margin:0 auto 12px;font-weight:800;font-size:16px;color:#fff;box-shadow:0 4px 12px #00000026}.team-card-hours-label{font-size:11px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em;display:block;margin-bottom:4px}.team-card-hours-value{font-size:20px;font-weight:800;color:var(--goldd)}.team-card-hours-value-gold{color:var(--goldd)}.team-card-hint{font-size:11px;color:var(--muted);font-weight:600;margin-top:12px;text-transform:uppercase;letter-spacing:.04em}.project-chip{display:inline-block;padding:4px 10px;border-radius:var(--radius-full);background:var(--surf2);border:1px solid var(--border);font-size:11px;font-weight:600;color:var(--text2)}.staff-request-cta-left{display:flex;align-items:center;gap:16px;text-align:left;flex:1;min-width:0}.staff-request-cta-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--gold),var(--goldd));display:grid;place-items:center;color:#fff;flex-shrink:0}.staff-request-cta-title{font-size:15px;font-weight:700;color:var(--text);overflow-wrap:anywhere;line-height:1.3}.staff-request-cta-sub{font-size:13px;color:var(--muted);margin-top:4px;overflow-wrap:anywhere;line-height:1.4}.portal-kpi-3{grid-template-columns:repeat(3,1fr)}.form-input-sm{padding:7px 10px;font-size:13px}.portal-document-title-row{display:flex;gap:10px;flex-wrap:wrap;min-width:0}.portal-hours-day{font-size:13px;font-weight:700;color:var(--text)}.portal-settings-phone-row{display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:10px;margin-top:6px;align-items:center}.portal-upload-row{display:grid;grid-template-columns:auto minmax(160px,1fr) minmax(140px,180px) auto;align-items:center;gap:10px}.portal-upload-name{font-size:13px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-settings-fields{display:flex;flex-direction:column;gap:16px}.portal-settings-phone-wrap{margin-top:28px}.settings-row-item{display:flex;flex-direction:column;gap:4px}.settings-row-label{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.settings-row-value{font-size:15px;font-weight:600;color:var(--text);overflow-wrap:anywhere;line-height:1.4}.settings-row-sub{font-size:12px;color:var(--muted2);margin-top:2px}.portal-hours-grid{display:flex;flex-direction:column;gap:10px;margin:20px 0}.portal-hours-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:var(--surf2);border:1px solid var(--border);border-radius:var(--radius-md)}.portal-hours-day{font-size:14px;font-weight:700;color:var(--text);min-width:90px;flex-shrink:0}.portal-hours-inputs{display:flex;align-items:center;gap:12px}.portal-hours-field{display:flex;flex-direction:column;gap:4px}.portal-hours-field label{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.portal-hours-field input{width:110px}@media (max-width: 768px){.portal-kpi-3{grid-template-columns:repeat(2,1fr)}.portal-upload-row{grid-template-columns:1fr}.portal-upload-row>.btn-primary,.portal-upload-row>.btn-ghost,.portal-upload-row>select{width:100%;justify-content:center}.portal-settings-phone-row{grid-template-columns:1fr}.portal-settings-phone-row .btn-primary{width:100%;justify-content:center}.portal-hours-card{flex-direction:column;align-items:flex-start;gap:12px}.portal-hours-inputs,.portal-hours-field input{width:100%}.portal-hours-field{flex:1}}@media (max-width: 480px){.portal-kpi-3{grid-template-columns:1fr}}@media (max-width: 768px){.shell{grid-template-columns:1fr}.sidebar{display:none}.main-content{grid-column:1;padding:20px}.topbar{grid-column:1;padding:0 20px}.kpi-grid{grid-template-columns:1fr 1fr}.card-grid{grid-template-columns:1fr}.page-title{font-size:24px}.kanban-board{flex-direction:column}.kanban-col{max-width:100%}.project-board-grid{grid-template-columns:1fr}.profile-kpi-grid{grid-template-columns:repeat(2,1fr)}.form-grid-2{grid-template-columns:1fr}.portal-sidebar{display:none}.portal-main{margin-left:0}.portal-topbar-title-desktop{display:none}.portal-topbar-brand-mobile{display:flex}.portal-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--sidebar-bg);padding:8px 16px;justify-content:space-around;z-index:50;border-top:1px solid rgba(255,255,255,.06)}.portal-content{padding-bottom:80px}}@media (max-width: 480px){.kpi-grid{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start}}
