@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Sora:wght@400;500;600;700&display=swap";:root{--heading-font: "Sora", "IBM Plex Sans", sans-serif;--body-font: "IBM Plex Sans", sans-serif;--ink: #0b1220;--muted: #5b6b82;--accent: #0f766e;--accent-strong: #14b8a6;--accent-warm: #f59e0b;--surface: #ffffff;--surface-muted: #f9fafb;--border: #e2e8f0;--shadow-sm: 0 8px 18px rgba(15, 23, 42, .08);--shadow-lg: 0 22px 44px rgba(15, 23, 42, .12);--page-bg: linear-gradient(120deg, #f8fafc 0%, #eef2f7 45%, #fff7ed 100%);font-family:var(--body-font);color:var(--ink);background-color:#f8fafc;line-height:1.5}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--page-bg);color:var(--ink)}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 12% 18%,rgba(14,116,144,.12),transparent 42%),radial-gradient(circle at 85% 12%,rgba(245,158,11,.12),transparent 45%);pointer-events:none;z-index:-1}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--heading-font);margin:0}h1{font-size:clamp(26px,2.6vw,34px)}h2{font-size:clamp(18px,2vw,24px)}h3{font-size:16px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:11px;font-weight:600;color:var(--muted);margin-bottom:6px}.subhead{color:var(--muted);margin:6px 0 0;font-size:14px}.page{display:flex;flex-direction:column;gap:24px}.tab-bar{display:flex;gap:8px;flex-wrap:wrap;align-self:flex-start;padding:6px;border-radius:999px;background:var(--surface-muted);border:1px solid var(--border)}.tab-button{border:1px solid transparent;background:transparent;color:var(--muted);font-size:13px;padding:6px 14px;border-radius:999px;transition:background .2s ease,color .2s ease,border .2s ease}.tab-button:hover{color:#0f4c5c;border-color:#0e749033}.tab-button.is-active{color:#fff;background:linear-gradient(135deg,#0e7490,#0f766e);border-color:#0e749066;box-shadow:var(--shadow-sm)}.utilization-bar{display:flex;align-items:center;gap:8px}.utilization-bar .progress{flex:1;min-width:80px;height:8px}.utilization-bar.sm .progress{height:6px}.utilization-bar.lg .progress{height:10px}.utilization-label{font-size:12px;font-weight:600;color:var(--ink);white-space:nowrap}.stat-progress{margin-top:8px}.stat-progress .progress{height:8px}.page-section{display:flex;flex-direction:column;gap:16px}.section-header{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.section-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.search-input{min-width:220px}.section-subhead{color:var(--muted);font-size:13px;margin:6px 0 0}.card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:var(--shadow-sm);animation:fadeUp .5s ease both;animation-delay:var(--delay, 0s)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.stat-card{border-left:4px solid rgba(14,116,144,.4)}.stat-card.is-overdue{border-left-color:#dc2626b3;background:linear-gradient(180deg,#fee2e299,#fffffff2 55%)}.stat-card.is-overdue .stat-label{color:#b91c1c}.stat-label{text-transform:uppercase;letter-spacing:.1em;font-size:11px;color:var(--muted);font-weight:600}.stat-value{font-size:26px;font-family:var(--heading-font);margin:8px 0 4px}.stat-detail{color:var(--muted);font-size:12px}.team-card{display:flex;flex-direction:column;gap:12px;position:relative;background:linear-gradient(180deg,#0e74900f,#fffffffa 45%);border-color:#0e74902e;transition:transform .2s ease,box-shadow .2s ease,border .2s ease}.team-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.team-card-actions{display:inline-flex;align-items:center;gap:8px}.team-name{font-weight:700;font-size:16px}.team-meta{color:var(--muted);font-size:12px}.team-percent{font-weight:700;color:#0e7490;background:#0e74901f;border:1px solid rgba(14,116,144,.2);padding:4px 10px;border-radius:999px;font-size:12px}.progress{height:10px;background:#94a3b859;border-radius:999px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#0e7490,#f59e0b)}.team-stats{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);font-weight:600}.team-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:#0e749059}.table-card{overflow:hidden}.table-card h3{margin-bottom:12px}table{width:100%;border-collapse:collapse;font-size:13px}thead{background:#f1f5f9;text-transform:uppercase;letter-spacing:.08em;font-size:11px}th,td{padding:12px 14px;border-bottom:1px solid #e2e8f0;text-align:left}.sort-button{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;padding:0;font:inherit;color:inherit;text-transform:inherit;cursor:pointer}.sort-button:hover{color:#0f4c5c}.sort-indicator{font-size:10px;font-weight:700;letter-spacing:.04em;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:1px 6px;line-height:1.2}tbody tr:hover{background:#f8fafc}.table-actions{display:inline-flex;align-items:center;gap:8px}.row-highlight{background:#0e749014}.row-highlight.is-pending{background:#f59e0b24}.row-highlight.is-unassigned{background:#ef44441f}.row-highlight.is-pending.is-unassigned{background:#ea580c29}.row-highlight.is-overdue{background:#f8717124}.table-card tr.row-highlight.is-overdue td:first-child{box-shadow:inset 4px 0 #dc262699}.dual-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.insight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.metric-list{display:flex;flex-direction:column;gap:14px;margin-top:12px}.metric-row{display:flex;flex-direction:column;gap:6px}.metric-row-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.metric-label{font-weight:600;font-size:13px}.metric-sub{font-size:11px;color:var(--muted);margin-top:2px}.metric-value{font-size:12px;font-weight:700;color:var(--ink)}.metric-bar{height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden}.metric-bar span{display:block;height:100%;width:var(--w, 0%);background:linear-gradient(90deg,#0e7490,#f59e0b)}.metric-bar.is-muted span{background:linear-gradient(90deg,#94a3b8,#0ea5e9)}.metric-list .muted-card{padding:10px 12px;border-radius:12px;border:1px dashed var(--border);background:var(--surface-muted);color:var(--muted)}.highlight-card ul{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:10px}.highlight-card li{display:flex;justify-content:space-between;font-size:13px}.highlight-card .utilization-bar{max-width:180px}.team-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;border:1px solid var(--border);font-size:12px}.form-card{display:flex;flex-direction:column;gap:16px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.module-input-row{display:flex;align-items:center;gap:8px}.module-input-row .btn-primary{box-shadow:none}.module-input-row input{flex:1;min-width:0}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}.time-row{display:flex;gap:10px}.time-row input{min-width:0}.form-actions{display:flex;justify-content:flex-end;gap:10px}.module-list{display:flex;flex-wrap:wrap;gap:8px;padding:6px 0}.module-list.is-compact{padding:4px 0}.module-chip{display:inline-flex;align-items:center;gap:6px;background:#0e749014;border:1px solid rgba(14,116,144,.2);color:#0f4c5c;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600}.module-chip button{border:none;background:transparent;color:inherit;font-weight:700;padding:0;line-height:1;font-size:12px}.module-chip button:hover{color:#b91c1c}.module-empty{font-size:12px;color:var(--muted);font-style:italic}.dev-manage{margin-top:10px;padding-top:12px;border-top:1px dashed var(--border);display:flex;flex-direction:column;gap:10px}.dev-manage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.module-manager{display:flex;flex-direction:column;gap:16px}.module-manager-section{border:1px solid var(--border);border-radius:14px;background:var(--surface-muted);padding:14px;display:flex;flex-direction:column;gap:10px}.module-manager-title{font-weight:600;font-size:13px;color:#0f4c5c}.pending-list{display:flex;flex-direction:column;gap:16px}.pending-card{border:1px solid var(--border);border-radius:16px;padding:16px;background:var(--surface-muted)}.pending-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.pending-title{font-weight:600;font-size:14px}.pending-sub{color:var(--muted);font-size:12px}.pending-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.pending-grid .field label{font-size:10px}.dev-comments{margin-top:16px;padding-top:14px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.dev-ticket-summary{margin-top:12px;padding:10px 12px;border-radius:12px;background:#0e74900f;border:1px dashed rgba(14,116,144,.25);display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px;flex-wrap:nowrap}.dev-ticket-button{display:inline-flex;align-items:center;gap:10px;border:none;background:transparent;color:#0e7490;font-weight:600;padding:0;cursor:pointer;transition:color .2s ease;white-space:nowrap}.dev-ticket-button:hover{color:#0f4c5c}.dev-ticket-count{background:#0e749024;color:#0f4c5c;padding:4px 10px;border-radius:999px;font-weight:700}.dev-ticket-empty{color:var(--muted);font-style:italic}.dev-ticket-hours{color:var(--muted);font-weight:600;margin-left:auto;text-align:right;white-space:nowrap}.dev-comments-header{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px}.comment-form{background:var(--surface-muted);border:1px solid var(--border);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.comment-form textarea,.comment-edit textarea{min-height:70px;resize:vertical;font-family:var(--body-font);border-radius:10px;border:1px solid var(--border);padding:8px 10px;background:#fff}.comment-meta{font-size:11px;color:#0e7490;background:#0e749014;padding:6px 10px;border-radius:8px}.comment-actions{display:flex;gap:6px;flex-wrap:nowrap;align-items:center;flex-direction:row;white-space:nowrap}.comment-list,.comment-list-items{display:flex;flex-direction:column;gap:10px}.comment-list-items.is-scroll{max-height:220px;overflow-y:auto;padding-right:6px}.comment-toggle{align-self:flex-start;border:none;background:transparent;color:#0e7490;font-weight:600;font-size:11px;padding:0;cursor:pointer}.comment-toggle:hover{color:#0f4c5c}.comment-item{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;padding:10px;font-size:12px}.comment-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px}.comment-icon-btn,.icon-btn{width:28px;height:28px;border-radius:8px;border:1px solid var(--border);background:#f8fafc;color:#0f4c5c;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .2s ease,border .2s ease,color .2s ease}.comment-icon-btn svg,.icon-btn svg{width:14px;height:14px}.comment-icon-btn:hover,.icon-btn:hover{background:#e2e8f0}.comment-icon-btn.is-danger,.icon-btn.is-danger{color:#b91c1c;border-color:#ef444466;background:#ef444414}.comment-icon-btn.is-danger:hover,.icon-btn.is-danger:hover{background:#ef44442e}.comment-user{font-weight:600}.comment-time{font-size:11px;color:var(--muted);margin-left:6px}.comment-body{color:#475569;line-height:1.5}.comment-empty{color:var(--muted);font-size:12px;font-style:italic;text-align:center;padding:8px}.ticket-modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:50;padding:20px}.ticket-modal{width:min(720px,100%);background:var(--surface);border-radius:18px;border:1px solid var(--border);box-shadow:var(--shadow-lg);padding:18px;display:flex;flex-direction:column;gap:14px;max-height:min(80vh,720px);overflow:hidden}.dev-modal{width:min(640px,100%)}.dev-modal .dev-manage{margin-top:0;padding-top:0;border-top:none}.ticket-modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.ticket-modal-title{font-weight:700;font-size:16px}.ticket-modal-subtitle{color:var(--muted);font-size:12px;margin-top:4px}.ticket-modal-list{display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding-right:6px}.ticket-modal-item{display:flex;justify-content:space-between;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px;font-size:12px}.ticket-modal-ticket{font-weight:700;font-size:13px}.ticket-modal-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.ticket-pill{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;background:#94a3b833;color:#334155;font-size:11px;font-weight:600}.ticket-modal-module{margin-top:6px;color:var(--muted)}.ticket-modal-hours{font-weight:700;color:#0e7490;white-space:nowrap}.ticket-modal-empty{color:var(--muted);font-style:italic;text-align:center;padding:20px}input,select,button{font-family:var(--body-font);padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#f8fafc;color:var(--ink);font-size:14px}input:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #14b8a633}button{cursor:pointer;border:none;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}button:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary{background:linear-gradient(135deg,#0e7490,#0f766e);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary,.btn-outline,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.btn-xs{padding:4px 8px;font-size:11px;border-radius:8px}.btn-danger{background:#ef44441f;border:1px solid rgba(239,68,68,.4);color:#b91c1c}.btn-danger:hover{background:#ef444433}.btn-outline{background:transparent;border:1px solid rgba(14,116,144,.45);color:#0e7490;padding:10px 14px}.btn-ghost{background:#f8fafc;border:1px solid var(--border);color:var(--ink)}.btn-primary:hover,.btn-ghost:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#0e74901a;color:#0f4c5c;font-size:12px;font-weight:600}.sidebar .btn-outline{border-color:#5eead499;color:#f8fafc}.muted-card{background:var(--surface-muted);color:var(--muted)}.error-card{background:#f8717114;border-color:#f8717166;color:#b91c1c}.import-card{display:flex;flex-direction:column;gap:16px}.import-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;align-items:end}.import-field label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;color:var(--muted)}.import-actions{display:flex;flex-direction:column;gap:10px}.import-hint{font-size:12px;color:var(--muted);border-top:1px dashed var(--border);padding-top:12px}.import-divider{height:1px;background:var(--border);opacity:.6;margin:8px 0}.import-results{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:12px;background:#94a3b814;border:1px dashed var(--border);font-size:12px}.import-summary{display:flex;gap:16px;font-weight:600}.import-errors-title{text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:var(--muted);margin-bottom:6px}.import-error-list{display:flex;flex-direction:column;gap:6px;max-height:180px;overflow-y:auto;padding-right:6px}.import-error-item{padding:8px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#b91c1c}.report-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.notice{padding:10px 12px;border-radius:12px;background:#f1f5f9;font-size:12px}.notice.success{background:#10b9811f;color:#047857}.notice.error{background:#f871711f;color:#b91c1c}.notice.info{background:#0e74901f;color:#0e7490}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.section-header{flex-direction:column;align-items:flex-start}th,td{padding:10px 8px}}.app-shell{min-height:100vh;display:grid;--sidebar-width: 260px;grid-template-columns:var(--sidebar-width) minmax(0,1fr);background:var(--page-bg)}.sidebar{padding:22px 20px;background:linear-gradient(165deg,#0b1220,#0f3f3c 55%,#0f766e);color:#f8fafc;display:flex;flex-direction:column;gap:18px;position:sticky;top:0;height:100vh;overflow:visible}.sidebar-brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:12px;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--heading-font);letter-spacing:1px}.brand-title{font-size:18px;font-weight:700;font-family:var(--heading-font)}.brand-subtitle{font-size:12px;color:#f8fafcb3}.sidebar-nav{display:flex;flex-direction:column;gap:6px;flex:0 0 auto}.nav-item{text-decoration:none;color:#f8fafcc7;background:#0f172a47;border:1px solid rgba(148,163,184,.2);border-radius:14px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;transition:transform .2s ease,background .2s ease,border .2s ease}.nav-item:hover{transform:translateY(-1px);background:#ffffff24}.nav-item-active{background:#0e749073;border-color:#7dd3fc99;color:#f8fafc}.nav-text{display:flex;flex-direction:column;gap:4px}.nav-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.nav-subtitle{font-size:11px;color:#e2e8f0ad}.nav-dot{width:8px;height:8px;border-radius:999px;background:#f8fafc66}.nav-item-active .nav-dot{background:#7dd3fc}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:10px;position:sticky;bottom:0;padding-top:8px}.user-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:14px;background:#0f172a8c;border:1px solid rgba(148,163,184,.25)}.user-avatar{width:38px;height:38px;border-radius:12px;background:#7dd3fc2e;display:flex;align-items:center;justify-content:center;font-weight:700;color:#7dd3fc}.user-name{font-weight:600}.user-role{font-size:12px;color:#e2e8f0b3}.app-main{background:var(--surface);margin:24px;border-radius:24px;box-shadow:var(--shadow-lg);border:1px solid rgba(148,163,184,.18);display:flex;flex-direction:column;min-width:0}.app-header{padding:28px;display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--border)}.header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;color:var(--muted);font-size:12px}.app-content{padding:24px 28px 120px}.filter-bar{position:fixed;left:calc(50% + (var(--sidebar-width) / 2));bottom:24px;transform:translate(-50%);width:min(900px,calc(100% - 48px));z-index:20;display:flex;justify-content:center}.filter-bar-inner{background:linear-gradient(135deg,#0e74902e,#0f766e38);border:none;border-radius:20px;padding:12px 14px;box-shadow:var(--shadow-lg);display:inline-flex;gap:8px;align-items:flex-end;flex-wrap:wrap;justify-content:center;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);width:fit-content;max-width:100%}.filter-field{display:flex;flex-direction:column;gap:6px;min-width:120px}.filter-field.is-wide{min-width:170px}.filter-field label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:600}.filter-field select{background:#f8fafc}.filter-actions{display:flex;gap:8px}.filter-bar .btn-ghost{padding:10px 14px}@media(max-width:1100px){.app-shell{grid-template-columns:1fr;--sidebar-width: 0px}.sidebar{position:relative;height:auto;border-radius:0 0 24px 24px}.sidebar-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.app-main{margin:0;border-radius:0}.app-header{flex-direction:column;align-items:flex-start}.header-actions{align-items:flex-start}}@media(max-width:720px){.sidebar{padding:20px}.app-content{padding:20px 20px 130px}.filter-bar{left:12px;right:12px;bottom:16px;transform:none;width:auto}.filter-field{min-width:120px;flex:1 1 140px}.filter-actions{width:100%;justify-content:center}}.team-shell{min-height:100vh;display:grid;--team-sidebar-width: 240px;grid-template-columns:var(--team-sidebar-width) minmax(0,1fr);background:var(--page-bg)}.team-sidebar{padding:24px 18px;background:linear-gradient(165deg,#0b1220,#0f3f3c 55%,#0f766e);color:#f8fafc;display:flex;flex-direction:column;gap:20px;position:sticky;top:0;height:100vh}.team-brand{display:flex;align-items:center;gap:12px}.team-mark{width:40px;height:40px;border-radius:12px;background:#ffffff29;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--heading-font);letter-spacing:1px}.team-title{font-size:16px;font-weight:700;font-family:var(--heading-font)}.team-subtitle{font-size:12px;color:#f8fafcb3}.team-nav-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#f8fafc99;margin-top:4px}.team-nav{display:flex;flex-direction:column;gap:8px}.team-nav-link{padding:10px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:#0f172a47;color:#f8fafcd9;font-size:13px;font-weight:600;transition:transform .2s ease,background .2s ease,border .2s ease}.team-nav-link:hover{transform:translateY(-1px);background:#ffffff24}.team-nav-link.is-active{background:#0e749073;border-color:#7dd3fc99;color:#f8fafc}.team-sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:10px}.team-sidebar-footer .btn-outline{border-color:#5eead499;color:#f8fafc}.team-main{background:var(--surface);margin:24px;border-radius:24px;box-shadow:var(--shadow-lg);border:1px solid rgba(148,163,184,.18);display:flex;flex-direction:column;min-width:0}.team-header{padding:26px 28px;border-bottom:1px solid var(--border)}.team-content{padding:24px 28px 120px;display:flex;flex-direction:column;gap:24px}.team-shell section[id]{scroll-margin-top:120px}.team-filter-bar{position:fixed;left:calc(50% + (var(--team-sidebar-width) / 2));bottom:24px;transform:translate(-50%);width:min(900px,calc(100% - (var(--team-sidebar-width) + 48px)));z-index:20;display:flex;justify-content:center}.team-filter-inner{background:linear-gradient(135deg,#0e74902e,#0f766e38);border:none;border-radius:20px;padding:12px 14px;box-shadow:var(--shadow-lg);display:inline-flex;gap:8px;align-items:flex-end;flex-wrap:nowrap;justify-content:center;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);width:fit-content;max-width:100%;overflow-x:auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.team-filter-field{display:flex;flex-direction:column;gap:6px;min-width:120px}.team-filter-field.is-wide{min-width:170px}.team-filter-field label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:600}.team-filter-actions{display:flex;gap:8px}@media(max-width:1024px){.team-shell{grid-template-columns:1fr}.team-sidebar{position:static;height:auto;flex-direction:row;flex-wrap:wrap;align-items:center}.team-nav{flex-direction:row;flex-wrap:wrap}.team-sidebar-footer{margin-left:auto}.team-main{margin:16px}.team-filter-bar{left:50%;width:min(760px,calc(100% - 32px))}}@media(max-width:720px){.team-sidebar{flex-direction:column;align-items:flex-start}.team-sidebar-footer{width:100%}.team-filter-bar{bottom:16px}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:var(--page-bg)}.auth-card{width:min(420px,100%);background:var(--surface);border-radius:24px;padding:32px;border:1px solid var(--border);box-shadow:var(--shadow-lg);animation:rise .6s ease both}.auth-header{margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}.form-error{background:#f871711f;border:1px solid rgba(248,113,113,.3);color:#b91c1c;padding:10px 12px;border-radius:12px;font-size:12px}.auth-footer{margin-top:20px;color:var(--muted);font-size:12px}.auth-note{border-top:1px dashed var(--border);padding-top:16px}.auth-switch{margin-top:14px;display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--muted)}.auth-link{color:var(--accent);font-weight:600}.auth-link:hover{text-decoration:underline}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.portal-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:56px 24px;text-align:center}.portal-hero{max-width:560px;display:flex;flex-direction:column;gap:6px;align-items:center}.portal-grid{width:min(760px,100%);display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.portal-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:24px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:10px;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border .2s ease}.portal-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#0e74904d}.portal-tag{align-self:flex-start;font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;padding:6px 10px;border-radius:999px}.admin-tag{background:#0f766e1f;color:#0f766e}.team-tag{background:#f59e0b1f;color:#b45309}.portal-card h2{font-size:20px}.portal-card p{margin:0;color:var(--muted);font-size:13px}.portal-action{margin-top:auto;font-weight:600;color:var(--accent);font-size:13px}.portal-cta{margin-top:10px}#root{min-height:100vh}
