:root{--background:#f8fafc;--sidebar:#0f172a;--sidebar-deep:#111827;--primary:#6d4cff;--secondary:#8b5cf6;--accent:#ff6b4a;--accent-soft:#ff7a59;--ink:#0f172a;--muted:#64748b;--surface:#fff;--surface-soft:#f8fafc;--line:#e5e7eb;--brand-gradient:linear-gradient(135deg,#6d4cff,#8b5cf6 45%,#ff6b4a);--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--shadow-sm:0 2px 8px rgba(15,23,42,.05);--shadow-md:0 12px 32px rgba(15,23,42,.09);--shadow-brand:0 10px 24px rgba(109,76,255,.24)}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{color:var(--ink);background:var(--background);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}.button{min-height:44px;border:1px solid transparent;border-radius:var(--radius-sm);padding:0 18px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s,box-shadow .2s,border-color .2s}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(109,76,255,.28);outline-offset:2px}.button.primary{color:#fff;background:var(--brand-gradient);box-shadow:var(--shadow-brand)}.button.primary:hover{transform:translateY(-1px);box-shadow:0 13px 28px rgba(109,76,255,.3)}.button.ghost{background:var(--surface);border-color:var(--line);color:#475569;box-shadow:none}.button.ghost:hover{border-color:#cbd5e1;background:var(--surface-soft)}.button.small{min-height:36px;padding:0 13px}.button.full{width:100%;min-height:50px}.button:disabled{opacity:.58;cursor:not-allowed;transform:none}.eyebrow{color:var(--primary);font-size:.7rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase;margin-bottom:9px}.muted{color:var(--muted)}.spinner{width:18px;height:18px;border:2px solid #d3d8e2;border-top:2px solid var(--primary);border-radius:50%;display:inline-block;animation:spin .7s linear infinite}.spinner.light{border-color:#fff #ffffff66 #ffffff66}@keyframes spin{to{transform:rotate(1turn)}}.alert{border-radius:var(--radius-sm);padding:13px 15px;margin-bottom:18px;font-size:.88rem;display:flex;align-items:center;justify-content:space-between;gap:12px}.alert.error{color:#a62c39;background:#fff1f2;border:1px solid #fecdd3}.alert.info{color:#5b3bd1;background:#f4f1ff;border:1px solid #ddd6fe}.alert.success{color:#176044;background:#ecfdf5;border:1px solid #bbf7d0}.alert button{border:0;background:transparent;color:inherit;font-weight:750}.login-page{min-height:100vh;display:grid;grid-template-columns:1.08fr .92fr;background:var(--surface)}.login-intro{color:#fff;display:flex;align-items:center;padding:clamp(55px,8vw,120px);position:relative;overflow:hidden;background:radial-gradient(circle at 18% 16%,rgba(17,24,39,.98) 0,rgba(15,23,42,.95) 30%,transparent 56%),radial-gradient(circle at 88% 86%,rgba(255,107,74,.22) 0,transparent 38%),linear-gradient(135deg,#050816,#0b1020 42%,#171126 72%,#241327)}.login-intro:after,.login-intro:before{content:"";position:absolute;border:1px solid #ffffff12;border-radius:50%;width:520px;height:520px;right:-190px;bottom:-220px}.login-intro:after{width:340px;height:340px;right:-70px;bottom:-150px;border-color:#8b5cf633}.intro-content{max-width:620px;position:relative;z-index:1}.login-brand-logo-wrap{width:clamp(360px,32vw,460px);height:clamp(112px,10vw,142px);margin-bottom:58px;overflow:hidden;background:transparent;border:0;box-shadow:none}.login-brand-logo{display:block;width:min(460px,80vw);height:auto;background:transparent;box-shadow:none;filter:none;opacity:1}.login-intro .eyebrow{color:#b9a9ff}.login-intro h1{font-size:clamp(2.7rem,4.7vw,4.8rem);line-height:1.02;letter-spacing:-.05em;margin-bottom:28px}.login-intro p:not(.eyebrow){color:#cbd5e1;font-size:1.06rem;line-height:1.75;max-width:530px}.login-points{display:flex;flex-wrap:wrap;gap:16px 28px;margin-top:44px;color:#e2e8f0;font-size:.85rem}.login-points span:first-letter{color:var(--accent)}.login-panel{display:grid;place-items:center;padding:50px;background:linear-gradient(180deg,#fff,#fcfbff)}.login-card{width:min(100%,420px)}.login-card h2{font-size:2rem;margin-bottom:9px;letter-spacing:-.035em}.login-card>.muted{margin-bottom:34px}label{color:#334155;font-size:.82rem;font-weight:750;display:flex;flex-direction:column;gap:8px}.login-card label{margin-bottom:19px}input,select,textarea{width:100%;border:1px solid #d9dee8;border-radius:var(--radius-sm);background:#fff;color:var(--ink);padding:12px 13px;outline:none;transition:.18s}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(109,76,255,.13)}textarea{resize:vertical}.login-help{display:block;color:#8b95a5;text-align:center;margin-top:24px}.mobile-brand{display:none;position:relative;width:min(280px,82vw);height:90px;margin:0 auto 48px;overflow:hidden}.mobile-brand img{position:absolute;top:50%;left:0;width:100%;height:auto;object-fit:contain;transform:translateY(-50%)}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:272px;color:#cbd5e1;padding:24px 18px;z-index:30;display:flex;flex-direction:column;background:radial-gradient(circle at 20% 0,rgba(109,76,255,.18),transparent 24%),linear-gradient(180deg,var(--sidebar),var(--sidebar-deep))}.brand{display:flex;align-items:center;gap:12px;color:#fff;padding:0 5px 28px;border-bottom:1px solid #ffffff0d;margin-bottom:20px}.brand-mark{width:50px;height:50px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:#ffffff0b;border:1px solid #ffffff12;box-shadow:0 8px 24px rgba(109,76,255,.18)}.brand-mark img{width:44px;height:44px;object-fit:contain}.brand div{line-height:1.15;min-width:0}.brand strong{display:block;font-size:1.12rem;letter-spacing:-.025em}.brand small{display:block;color:#8491a6;font-weight:500;font-size:.58rem;line-height:1.4;margin-top:5px}.sidebar nav{display:flex;flex-direction:column;gap:6px}.sidebar nav a{padding:12px 13px;border-radius:var(--radius-sm);display:flex;align-items:center;gap:12px;font-size:.84rem;font-weight:650;transition:.18s}.sidebar nav a:hover{color:#fff;background:#ffffff0a}.sidebar nav a.active{background:linear-gradient(110deg,rgba(109,76,255,.95),rgba(139,92,246,.8));color:#fff;box-shadow:0 8px 20px rgba(61,39,150,.3)}.sidebar nav b{width:20px;text-align:center;font-size:1.05rem}.sidebar-foot{margin-top:auto;border:1px solid #ffffff0b;border-radius:var(--radius-sm);padding:13px;color:#8793a6;font-size:.68rem;display:flex;gap:10px;align-items:center;background:#ffffff05}.sidebar-foot>span{color:var(--accent);font-size:1rem}.sidebar-foot div{display:flex;flex-direction:column;gap:3px}.sidebar-foot strong{color:#bac4d2;font-size:.69rem}.sidebar-foot small{font-size:.58rem}.app-main{margin-left:272px;min-height:100vh}.topbar{height:78px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 36px;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:20}.topbar-title{display:flex;flex-direction:column;gap:3px}.topbar-title strong{font-size:.88rem}.topbar-title span{color:#8a94a4;font-size:.7rem}.user-menu{display:flex;align-items:center;gap:10px}.user-menu>div{display:flex;flex-direction:column;min-width:130px}.user-menu strong{font-size:.77rem}.user-menu small{color:#7b8695;font-size:.64rem}.topbar-actions{display:flex;align-items:center;gap:16px}.notification-menu{position:relative}.notification-trigger{position:relative;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;color:#526074;background:#fff;transition:.18s}.notification-trigger:hover{color:var(--primary);border-color:#d8ceff;background:#f8f6ff}.notification-trigger svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.notification-count{position:absolute;top:-5px;right:-6px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border:2px solid #fff;border-radius:12px;color:#fff;background:var(--accent);font-size:.58rem;font-weight:850}.notification-panel{position:absolute;top:calc(100% + 12px);right:0;width:min(390px,calc(100vw - 28px));overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 22px 55px rgba(15,23,42,.18);z-index:60}.notification-panel>header{min-height:68px;padding:15px 17px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf0f4}.notification-panel>header div{display:flex;flex-direction:column;gap:3px}.notification-panel>header strong{font-size:.86rem}.notification-panel>header span{color:var(--muted);font-size:.64rem}.notification-panel>header button{padding:5px;border:0;color:var(--primary);background:transparent;font-size:.64rem;font-weight:750}.notification-panel>header button:disabled{color:#aab2bf;cursor:default}.notification-list{max-height:430px;overflow-y:auto}.notification-item{width:100%;padding:15px 17px;display:flex;align-items:flex-start;gap:11px;border:0;border-bottom:1px solid #f0f2f5;text-align:left;color:inherit;background:#fff}.notification-item:hover{background:#faf9ff}.notification-item.unread{background:#f7f5ff}.notification-dot{width:9px;height:9px;margin-top:5px;flex:0 0 auto;border-radius:50%;background:#94a3b8}.notification-dot.type-action_required{background:var(--accent)}.notification-dot.type-warning{background:#e6a23c}.notification-dot.type-success{background:#22a06b}.notification-dot.type-info{background:var(--primary)}.notification-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.notification-copy strong{font-size:.74rem}.notification-copy>span{color:#64748b;font-size:.69rem;line-height:1.45}.notification-copy time{color:#9aa3b1;font-size:.59rem}.notification-item.unread .notification-copy strong{color:#4f36c7}.notification-empty,.notification-feedback{min-height:150px;padding:25px;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:.72rem;text-align:center}.notification-feedback.error{flex-direction:column;color:#a62c39}.notification-feedback button{border:0;color:var(--primary);background:transparent;font-weight:750}.notification-empty{flex-direction:column}.notification-empty>span{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--brand-gradient)}.notification-empty strong{color:var(--ink)}.notification-empty p{margin:0}.avatar{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#eee9ff,#ffe9e3);color:#6440db;display:grid;place-items:center;font-weight:850;font-size:.7rem;text-transform:uppercase;border:1px solid #e2dcfa}.avatar.large{width:50px;height:50px;flex:0 0 auto;border-radius:14px}.menu-button{display:none;border:0;background:transparent;font-size:1.3rem}.content{padding:38px;max-width:1500px;margin:auto}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px}.page-heading h1{font-size:1.85rem;letter-spacing:-.04em;margin-bottom:8px}.page-heading p:last-child{color:var(--muted);font-size:.88rem;margin:0}.date-chip{color:#64748b;background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:var(--radius-sm);font-size:.73rem;box-shadow:var(--shadow-sm)}.welcome-card{min-height:205px;padding:38px 42px;border-radius:var(--radius-lg);color:#fff;background:var(--brand-gradient);display:flex;align-items:center;justify-content:space-between;box-shadow:0 18px 40px rgba(109,76,255,.2);overflow:hidden;position:relative}.welcome-card:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-80px;top:-100px;border:1px solid #ffffff2b;box-shadow:0 0 0 36px #ffffff0a,0 0 0 72px #ffffff08}.welcome-card>div:first-child{position:relative;z-index:1}.welcome-card p{color:#f0eaff;font-size:.85rem;margin-bottom:10px}.welcome-card h2{font-size:1.75rem;margin-bottom:13px;letter-spacing:-.025em}.welcome-card span{color:#f5efff;font-size:.85rem}.welcome-art{width:112px;height:112px;border-radius:50%;background:#ffffff13;border:1px solid #ffffff2b;display:grid;place-items:center;font-size:2.8rem;transform:rotate(12deg);position:relative;z-index:1}.section-title{margin:35px 0 17px}.section-title h2{font-size:1.05rem;margin-bottom:4px}.section-title p{color:var(--muted);font-size:.76rem;margin:0}.shortcut-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.shortcut-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:22px;display:flex;align-items:center;gap:15px;box-shadow:var(--shadow-sm);transition:.2s}.shortcut-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#d8ceff}.shortcut-card>div{flex:1 1}.shortcut-card h3{font-size:.91rem;margin-bottom:6px}.shortcut-card p{color:var(--muted);font-size:.72rem;line-height:1.45;margin:0}.shortcut-card>b{color:#9aa4b3}.item-icon,.shortcut-icon{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;color:#6d4cff;background:#f0edff;font-size:1.2rem}.item-icon.violet,.shortcut-icon.violet{color:#7c3aed;background:#f3eefe}.item-icon.green,.shortcut-icon.green{color:#12805c;background:#e7f8f0}.item-icon.amber,.shortcut-icon.amber{color:#c45a36;background:#fff0eb}.tip-card{background:linear-gradient(100deg,#f4f1ff,#fff7f4);border:1px solid #e6ddff;border-radius:var(--radius-md);padding:20px 22px;display:flex;align-items:center;gap:15px;margin-top:24px}.tip-card>span{color:var(--accent);font-size:1.4rem}.tip-card>div{flex:1 1}.tip-card strong{font-size:.8rem}.tip-card p{margin:3px 0 0;color:#66748a;font-size:.73rem}.tip-card a{color:var(--primary);font-weight:750;font-size:.75rem}.dashboard-welcome{min-height:170px;padding:32px 38px;border-radius:var(--radius-lg);color:#fff;background:var(--brand-gradient);display:flex;align-items:center;justify-content:space-between;box-shadow:0 18px 40px rgba(109,76,255,.18);overflow:hidden;position:relative}.dashboard-welcome:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-65px;top:-105px;border:1px solid #ffffff2b;box-shadow:0 0 0 34px #ffffff0a,0 0 0 68px #ffffff08}.dashboard-welcome>div:first-child{position:relative;z-index:1}.dashboard-welcome p{color:#f0eaff;font-size:.82rem;margin-bottom:8px}.dashboard-welcome h2{font-size:1.62rem;margin-bottom:10px;letter-spacing:-.025em}.dashboard-welcome span{color:#f5efff;font-size:.82rem}.dashboard-welcome-mark{width:88px;height:88px;flex:0 0 auto;border-radius:50%;background:#ffffff13;border:1px solid #ffffff2b;display:grid;place-items:center;font-size:2.2rem;transform:rotate(12deg);position:relative;z-index:1}.dashboard-alert{margin:20px 0 0}.indicator-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px}.indicator-card{min-height:142px;padding:19px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:.2s;position:relative;overflow:hidden}.indicator-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#8b5cf6}.indicator-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:#ddd6fe}.indicator-card>span{color:#64748b;font-size:.68rem;font-weight:750}.indicator-card>strong{margin:13px 0 auto;color:var(--ink);font-size:2rem;line-height:1;letter-spacing:-.05em}.indicator-card>small{color:#8993a2;font-size:.62rem;display:flex;justify-content:space-between;gap:8px}.indicator-card>small b{color:var(--primary)}.indicator-card.coral:before{background:var(--accent)}.indicator-card.amber:before{background:#e9a23b}.indicator-card.blue:before{background:#3b82f6}.indicator-card.green:before{background:#22a06b}.indicator-card.slate:before{background:#64748b}.dashboard-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.dashboard-panel{min-width:0;padding:22px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.dashboard-panel>header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:17px;border-bottom:1px solid var(--line)}.dashboard-panel header h3{font-size:.92rem;margin:0 0 5px}.dashboard-panel header p{color:var(--muted);font-size:.68rem;margin:0}.dashboard-panel header>a{color:var(--primary);font-size:.68rem;font-weight:780;white-space:nowrap}.dashboard-list{display:flex;flex-direction:column}.dashboard-list>a{min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 3px;border-bottom:1px solid #eef1f5;transition:.18s}.dashboard-list>a:last-child{border-bottom:0;padding-bottom:3px}.dashboard-list>a:hover{padding-left:7px;color:var(--primary)}.dashboard-list>a>div:first-child{min-width:0;display:flex;flex-direction:column;gap:6px}.dashboard-list strong{color:var(--ink);font-size:.76rem}.dashboard-list small,.dashboard-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-list small{color:#8a94a4;font-size:.62rem}.dashboard-item-badges{display:flex;align-items:flex-end;gap:5px;flex-direction:column}.dashboard-hours{color:#5b3bd1;background:#f1edff;border-radius:9px;padding:6px 8px;font-size:.65rem;font-weight:800}.dashboard-empty{min-height:100px;margin:0;display:grid;place-items:center;text-align:center;color:#8a94a4;font-size:.72rem}.dashboard-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.dashboard-focus-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-gap:16px;gap:16px;margin-top:34px}.attention-panel{border-top:3px solid var(--accent)}.dashboard-count{min-width:30px;height:30px;padding:0 8px;display:grid;place-items:center;border-radius:9px;color:#5b3bd1;background:#f1edff;font-size:.68rem;font-weight:850}.dashboard-count.critical{color:#b42318;background:#fff1f0}.dashboard-movement-date{color:#8a94a4;font-size:.62rem;white-space:nowrap}.movement-panel .dashboard-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:28px;column-gap:28px}.status-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.status-summary-card{padding:21px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.status-summary-card>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid var(--line)}.status-summary-card header h3{margin:0;font-size:.86rem}.status-summary-card header strong{color:var(--primary);font-size:1.15rem}.status-summary-list{display:grid;grid-gap:12px;gap:12px;padding-top:16px}.status-summary-list>div{display:grid;grid-template-columns:1fr auto;grid-gap:5px 10px;gap:5px 10px;align-items:center}.status-summary-list>div>span{grid-column:1/-1;height:5px;overflow:hidden;border-radius:10px;background:#eef1f5}.status-summary-list i{height:100%;display:block;border-radius:10px;background:linear-gradient(90deg,#6d4cff,#8b5cf6)}.status-summary-list small{color:#64748b;font-size:.65rem}.status-summary-list b{color:#475569;font-size:.68rem}.data-list{display:flex;flex-direction:column;gap:13px}.data-card{display:flex;align-items:center;justify-content:space-between;gap:22px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:21px 22px;box-shadow:var(--shadow-sm);transition:.2s}.data-card:hover{box-shadow:var(--shadow-md);border-color:#ddd6fe;transform:translateY(-1px)}.data-main{display:flex;align-items:flex-start;gap:16px;min-width:0}.data-main h3{font-size:.92rem;margin:1px 0 7px}.data-main p{color:#626e80;font-size:.78rem;line-height:1.5;margin-bottom:7px;max-width:750px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.data-main small{color:#9099a7;font-size:.68rem}.service-order-overdue{border-left:3px solid #dc2626}.overdue-text{color:#b91c1c!important;font-weight:700}.requester-order-card small+small{display:block;margin-top:5px}.deadline-card-overdue{border-left:3px solid #dc2626!important}.badge.deadline-overdue{color:#b42318;background:#fff1f0;border-color:#ffd5d2}.badge.deadline-dueSoon{color:#9a6700;background:#fff8db;border-color:#f6e6a6}.badge.deadline-onTrack{color:#287052;background:#e9f7f0;border-color:#d8f0e4}.badge.deadline-noDueDate{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.schedule-bar.deadline-overdue{background:linear-gradient(105deg,#b42318,#dc2626);box-shadow:0 5px 13px rgba(220,38,38,.2)}.badges{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.badge{display:inline-flex;padding:5px 10px;border-radius:20px;font-size:.64rem;font-weight:780;white-space:nowrap;background:#f1f5f9;color:#556274;border:1px solid #e8edf3}.badge.status{color:#6543ce;background:#f1edff;border-color:#e4dcff}.badge.priority-low{color:#287052;background:#e9f7f0;border-color:#d8f0e4}.badge.priority-medium{color:#96601a;background:#fff6dd;border-color:#f8eac0}.badge.priority-critical,.badge.priority-high{color:#aa3d4b;background:#fff0f1;border-color:#fbdadd}.badge.user-active{color:#287052;background:#e9f7f0}.badge.user-blocked,.badge.user-inactive{color:#aa3d4b;background:#fff0f1}.state-card{min-height:190px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:.83rem;box-shadow:var(--shadow-sm)}.state-card.empty{flex-direction:column;text-align:center;padding:30px}.state-card.empty>span{font-size:2rem;color:#aab3bf}.state-card.empty strong{color:#465164}.state-card.empty p{margin:0}.users-role-note{margin:-8px 0 20px;padding:14px 17px;display:flex;gap:10px;align-items:center;border:1px solid #e4dcff;border-radius:var(--radius-sm);background:#faf9ff;color:#5b3bd1;font-size:.75rem}.users-role-note span{color:#64748b}.users-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) repeat(3,minmax(135px,180px));align-items:end;grid-gap:12px;gap:12px;padding:16px 18px;margin-bottom:14px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.users-toolbar label{gap:7px}.users-toolbar label>span{color:#64748b;font-size:.64rem;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.users-toolbar input,.users-toolbar select{min-height:41px;padding:9px 11px;font-size:.75rem}.users-table-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.users-table-wrap{overflow-x:auto}.users-table{width:100%;min-width:1180px;border-collapse:collapse;font-size:.7rem}.users-table th{padding:11px 13px;color:#64748b;background:#f8fafc;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;font-size:.59rem;text-transform:uppercase;letter-spacing:.055em}.users-table th button{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;color:inherit;background:transparent;font:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer}.users-table th button span{color:#8b5cf6;font-size:.7rem}.users-table td{padding:10px 13px;border-bottom:1px solid #eef1f5;color:#475569;vertical-align:middle;white-space:nowrap}.users-table tbody tr:hover{background:#faf9ff}.users-table tbody tr:last-child td{border-bottom:0}.users-table .user-email{max-width:230px;overflow:hidden;text-overflow:ellipsis}.user-identity{display:flex;align-items:center;gap:9px;min-width:170px}.user-identity .avatar{width:31px;height:31px;flex:none;font-size:.58rem}.user-identity strong{max-width:190px;overflow:hidden;color:#172033;font-size:.72rem;text-overflow:ellipsis}.user-identity small{margin-left:6px;padding:2px 6px;color:#6543ce;background:#f1edff;border-radius:12px;font-size:.52rem}.user-row-actions{display:flex;gap:6px}.user-row-actions .button{min-height:30px;padding:0 9px;font-size:.6rem}.users-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;color:#64748b;background:#fff;border-top:1px solid var(--line);font-size:.67rem}.users-pagination>div{display:flex;gap:7px}.user-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.user-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:21px;display:flex;flex-direction:column;gap:17px;align-items:stretch;box-shadow:var(--shadow-sm);transition:.2s}.user-card:hover{box-shadow:var(--shadow-md);border-color:#ddd6fe}.user-card-main{display:flex;align-items:center;gap:15px;min-width:0}.user-card-main>div{min-width:0}.user-card h3{display:flex;align-items:center;gap:8px;font-size:.89rem;margin-bottom:4px}.user-card h3 small{color:#6543ce;background:#f1edff;border-radius:20px;padding:3px 7px;font-size:.56rem}.user-card p{color:var(--muted);font-size:.74rem;margin-bottom:10px;overflow-wrap:anywhere}.user-card .badges{justify-content:flex-start}.user-meta{margin:0;padding:13px 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;border-top:1px solid #eef1f5;border-bottom:1px solid #eef1f5}.user-meta div{min-width:0}.user-meta dt{color:#8993a2;font-size:.6rem;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.user-meta dd{margin:4px 0 0;color:#475569;font-size:.68rem}.user-actions{display:flex;gap:8px;flex-wrap:wrap}.user-actions .button{min-height:34px;padding:0 11px;font-size:.67rem}.button.danger-ghost{color:#a62c39;background:#fff7f7;border-color:#fecdd3}.button.danger-ghost:hover{background:#fff1f2}.reset-password-copy{margin:0;color:#64748b;font-size:.82rem;line-height:1.6}.modal-backdrop{position:fixed;inset:0;background:#0b1120a6;z-index:100;display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(100%,650px);max-height:92vh;overflow:auto;background:#fff;border-radius:var(--radius-lg);box-shadow:0 28px 80px #07112370}.modal header{padding:23px 26px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.modal header h2{margin:0;font-size:1.25rem}.modal header button{border:0;background:#f1f5f9;border-radius:50%;width:32px;height:32px;font-size:1.3rem;color:#667182}.form-grid{padding:25px 26px;display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.span-2{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.screen-loader{min-height:100vh;display:flex;justify-content:center;align-items:center;gap:10px;color:var(--muted)}.sidebar-overlay{display:none}.back-link{display:inline-flex;color:var(--primary);font-size:.78rem;font-weight:750;margin-bottom:22px}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:26px}.detail-header h1{font-size:clamp(1.65rem,3vw,2.25rem);letter-spacing:-.04em;margin-bottom:10px}.detail-header p:last-child{color:var(--muted);font-size:.76rem;margin:0}.detail-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:start;grid-gap:20px;gap:20px}.detail-main{display:flex;flex-direction:column;gap:20px}.detail-card,.summary-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:25px;box-shadow:var(--shadow-sm)}.detail-card h2,.summary-card h2{font-size:1rem;margin-bottom:18px}.order-description{color:#475569;white-space:pre-wrap;line-height:1.72;font-size:.88rem}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.info-item{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.info-item>span{color:#8993a2;font-size:.65rem;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.info-item>strong:not(.badge){color:#334155;font-size:.79rem;line-height:1.4}.info-item>small{color:var(--muted);font-size:.68rem;overflow-wrap:anywhere}.detail-note{margin-top:20px;padding:16px;border-radius:var(--radius-sm);background:#faf9ff;border:1px solid #e8e2ff}.detail-note>span{color:var(--primary);font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.detail-note p{color:#475569;font-size:.82rem;line-height:1.65;white-space:pre-wrap;margin:8px 0 0}.summary-card{position:-webkit-sticky;position:sticky;top:98px}.summary-card h2{padding-bottom:16px;border-bottom:1px solid var(--line)}.summary-card .info-item{padding:12px 0;border-bottom:1px solid #f0f2f5}.summary-card .info-item:last-child{border:0;padding-bottom:0}.section-head{display:flex;justify-content:space-between;gap:16px;margin-bottom:20px}.section-head h2{margin-bottom:5px}.section-head p{color:var(--muted);font-size:.72rem;margin:0}.section-head>span{min-width:28px;height:28px;border-radius:50%;display:grid;place-items:center;color:var(--primary);background:#f1edff;font-size:.68rem;font-weight:800}.comment-form{padding:17px;background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius-sm)}.comment-form textarea{background:#fff}.comment-form>div:last-child{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:10px}.comment-form small{color:#94a3b8;font-size:.65rem}.comment-list{margin-top:22px}.comment{display:flex;align-items:flex-start;gap:12px;padding:16px 0;border-top:1px solid var(--line)}.comment>div{flex:1 1;min-width:0}.comment header{display:flex;justify-content:space-between;gap:12px;margin-bottom:7px}.comment header strong{font-size:.78rem}.comment time{color:#94a3b8;font-size:.63rem}.comment p{color:#475569;font-size:.8rem;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.inline-empty{color:var(--muted);text-align:center;font-size:.76rem;padding:20px 0 3px;margin:0}.upload-box{align-items:center;justify-content:center;text-align:center;padding:20px;border:1px dashed #c8bdf5;border-radius:var(--radius-sm);background:#faf9ff;color:var(--primary);cursor:pointer}.upload-box input{position:absolute;width:1px;height:1px;opacity:0}.upload-box small{color:var(--muted);font-weight:500}.attachment-list{margin-top:14px}.attachment{display:flex;align-items:center;gap:12px;padding:13px 0;border-top:1px solid var(--line)}.attachment>span{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;color:var(--primary);background:#f1edff}.attachment>div{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.attachment strong{font-size:.76rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment small{color:var(--muted);font-size:.63rem}.detail-state{min-height:350px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted)}.detail-state.detail-error{flex-direction:column;text-align:center}.detail-error strong{color:var(--ink);font-size:1.1rem}.detail-error p{max-width:500px}.detail-error>div{display:flex;gap:10px}.project-card-link{color:inherit}.project-card-end{display:flex;align-items:center;gap:14px}.card-arrow{color:var(--primary);font-size:1.1rem;transition:.2s}.project-card-link:hover .card-arrow{transform:translateX(3px)}.project-info-grid{grid-template-columns:repeat(3,1fr)}.project-tags{margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.project-tags>span{color:#8993a2;font-size:.65rem;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.project-tags>div{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.schedule-heading{margin-bottom:22px}.schedule-card,.undated-projects{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.schedule-toolbar{min-height:76px;padding:16px 20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:18px;gap:18px;border-bottom:1px solid var(--line)}.schedule-toolbar>div{display:flex;align-items:center;gap:8px}.schedule-toolbar h2{margin:0;text-transform:capitalize;font-size:1rem}.schedule-toolbar>span{justify-self:end;color:var(--muted);font-size:.7rem}.schedule-nav{width:36px;height:36px;border:1px solid var(--line);border-radius:9px;color:#526074;background:#fff;font-size:1rem}.schedule-nav:hover{color:var(--primary);border-color:#d8ceff;background:#faf9ff}.schedule-scroll{overflow-x:auto}.schedule-grid{--schedule-days:31;min-width:980px;display:grid;grid-template-columns:220px minmax(730px,1fr)}.schedule-corner{padding:15px 18px;display:flex;align-items:flex-end;color:#8993a2;background:#fafbfc;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.schedule-days,.schedule-track{display:grid;grid-template-columns:repeat(var(--schedule-days),minmax(23px,1fr))}.schedule-days{background:#fafbfc;border-bottom:1px solid var(--line)}.schedule-days>div{min-height:51px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#667286;border-left:1px solid #eef1f5;font-size:.62rem}.schedule-days small{color:#a0a8b5;font-size:.52rem;text-transform:uppercase}.schedule-days .today{color:var(--primary);background:#f3f0ff;font-weight:850}.schedule-row{grid-column:1/-1;min-height:66px;display:grid;grid-template-columns:220px minmax(730px,1fr);border-bottom:1px solid #edf0f4}.schedule-row:last-child{border-bottom:0}.schedule-project{min-width:0;padding:13px 18px;display:flex;flex-direction:column;justify-content:center;gap:5px;border-right:1px solid var(--line);transition:.18s}.schedule-project:hover{background:#faf9ff}.schedule-project strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem}.schedule-project span{color:#8a94a4;font-size:.59rem}.schedule-track{position:relative;align-items:center}.schedule-track>i{align-self:stretch;grid-row:1;border-left:1px solid #f0f2f5}.schedule-track>i.today{background:#f7f5ff;border-color:#ddd6fe}.schedule-bar{z-index:2;grid-row:1;min-width:7px;height:34px;margin:0 2px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:7px;overflow:hidden;color:#fff;border-radius:8px;background:linear-gradient(105deg,#6d4cff,#8b5cf6);box-shadow:0 5px 13px rgba(109,76,255,.2);font-size:.61rem;font-weight:750}.schedule-bar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-bar b{font-size:.52rem;opacity:.86;white-space:nowrap}.schedule-bar.status-completed{background:linear-gradient(105deg,#16835d,#22a06b);box-shadow:0 5px 13px rgba(34,160,107,.18)}.schedule-bar.status-paused{background:linear-gradient(105deg,#c17b1f,#e9a23b)}.schedule-bar.status-canceled{background:linear-gradient(105deg,#718096,#94a3b8);box-shadow:none}.schedule-bar.priority-critical,.schedule-bar.priority-high{border-left:4px solid #ff6b4a}.schedule-row.deadline-overdue .schedule-project{border-left:3px solid #dc2626;padding-left:9px}.schedule-row.deadline-overdue .schedule-bar{background:linear-gradient(105deg,#b42318,#dc2626);box-shadow:0 5px 13px rgba(220,38,38,.2)}.schedule-month-empty{grid-column:1/-1;min-height:125px;display:grid;place-items:center;color:#8993a2;font-size:.75rem}.undated-projects{margin-top:20px;padding:22px}.undated-projects .section-head{margin-bottom:10px}.undated-projects>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.undated-projects>div:last-child>a{min-width:0;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:11px;transition:.18s}.undated-projects>div:last-child>a:hover{border-color:#d8ceff;box-shadow:var(--shadow-sm)}.undated-projects a>div:first-child{min-width:0;display:flex;flex-direction:column;gap:5px}.undated-projects a strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem}.undated-projects a small{color:#8a94a4;font-size:.62rem}.inline-loading{min-height:120px;justify-content:center;gap:9px;font-size:.78rem}.inline-loading,.project-tasks-empty{display:flex;align-items:center;color:var(--muted)}.project-tasks-empty{padding:30px 15px 12px;text-align:center;flex-direction:column;gap:8px}.project-tasks-empty>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:var(--primary);background:#f1edff;font-size:1.2rem}.project-tasks-empty strong{color:var(--ink);font-size:.86rem}.project-tasks-empty p{font-size:.74rem;margin:0 0 7px}.project-task-list{display:flex;flex-direction:column}.project-task{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:18px 0;border-top:1px solid var(--line)}.project-task:first-child{border-top:0;padding-top:0}.project-task:last-child{padding-bottom:0}.task-copy{min-width:0;flex:1 1}.task-title-row{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.task-title-row h3{font-size:.86rem;margin:0}.task-copy p{color:#64748b;font-size:.76rem;line-height:1.55;margin:7px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.task-copy small{color:#929baa;font-size:.66rem}.quick-status{width:150px;flex:0 0 auto;font-size:.65rem}.quick-status select{padding:9px 10px;font-size:.73rem}.project-task-actions{display:flex;align-items:flex-end;gap:9px;flex:0 0 auto}.task-edit-button{min-height:36px;padding:8px 12px}.field-help{display:block;margin-top:5px;color:var(--muted);font-size:.65rem;line-height:1.4}.kanban-toolbar,.task-scope-notice{margin-bottom:16px}.kanban-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 180px 180px auto;align-items:end;grid-gap:12px;gap:12px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.kanban-toolbar label{gap:7px}.kanban-toolbar label>span{color:#64748b;font-size:.65rem;text-transform:uppercase;letter-spacing:.07em}.kanban-toolbar input,.kanban-toolbar select{min-height:43px;padding:10px 12px;font-size:.78rem}.kanban-search>div{position:relative}.kanban-search>div>span{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#8b95a5;font-size:1rem;pointer-events:none}.kanban-search input{padding-left:37px}.kanban-clear{min-height:43px;padding:0 11px;border:0;background:transparent;color:var(--primary);font-size:.73rem;font-weight:750;white-space:nowrap}.kanban-summary{color:#7b8695;font-size:.7rem;margin:0 2px 12px}.kanban-summary strong{color:#475569}.kanban-board{display:grid;grid-template-columns:repeat(5,minmax(260px,1fr));grid-gap:14px;gap:14px;align-items:start;overflow-x:auto;padding:2px 2px 18px;scrollbar-color:#cbd5e1 transparent}.kanban-column{min-width:260px;background:#f1f5f9;border:1px solid #e4e8ee;border-radius:var(--radius-md);overflow:hidden}.kanban-column>header{min-height:73px;padding:15px 16px;justify-content:space-between;background:rgba(255,255,255,.72);border-bottom:1px solid #e1e6ed}.kanban-column>header,.kanban-column>header>div{display:flex;align-items:flex-start;gap:10px}.kanban-column h2{font-size:.79rem;margin:0 0 4px}.kanban-column header p{color:#8a94a4;font-size:.62rem;margin:0}.kanban-column>header>strong{min-width:25px;height:25px;display:grid;place-items:center;color:#596579;background:#e8edf3;border-radius:8px;font-size:.65rem}.kanban-dot{width:9px;height:9px;margin-top:4px;border-radius:50%;background:#8b5cf6;box-shadow:0 0 0 4px #ede9fe}.status-todo .kanban-dot{background:#ff8a65;box-shadow:0 0 0 4px #ffebe5}.status-doing .kanban-dot{background:#6d4cff;box-shadow:0 0 0 4px #e9e4ff}.status-done .kanban-dot{background:#22a06b;box-shadow:0 0 0 4px #ddf5e9}.status-canceled .kanban-dot{background:#94a3b8;box-shadow:0 0 0 4px #e8edf3}.kanban-cards{min-height:150px;display:flex;flex-direction:column;gap:10px;padding:10px}.kanban-column-empty{padding:26px 10px;border:1px dashed #d6dce5;border-radius:10px;color:#929cab;text-align:center;font-size:.67rem;background:#f8fafc80}.task-card{padding:15px;background:#fff;border:1px solid #e3e7ed;border-radius:12px;box-shadow:0 2px 6px rgba(15,23,42,.04);transition:border-color .2s,box-shadow .2s,transform .2s}.task-card:hover{transform:translateY(-1px);border-color:#d5ccfa;box-shadow:0 8px 20px rgba(15,23,42,.07)}.task-card-top{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.task-project{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6d4cff;font-size:.63rem;font-weight:700}.task-card h3{margin:0 0 7px;font-size:.83rem;line-height:1.35}.task-description{min-height:38px;margin:0 0 15px;color:#64748b;font-size:.7rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.task-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;padding:12px 0;border-top:1px solid #eef1f5}.task-meta div{min-width:0;display:flex;flex-direction:column;gap:4px}.task-meta span,.task-status-control>span:first-child{color:#939dab;font-size:.57rem;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.task-meta strong{color:#526074;font-size:.64rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-status-control{position:relative;gap:6px;margin-top:3px}.task-status-control select{min-height:36px;padding:7px 32px 7px 10px;color:#4f3bb3;background:#f7f5ff;border-color:#e3ddfb;font-size:.68rem;font-weight:700}.task-status-control .spinner{position:absolute;right:28px;bottom:9px;width:16px;height:16px;background:#f7f5ff}.daily-log-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) minmax(180px,240px) 150px 150px auto;align-items:end;grid-gap:12px;gap:12px;padding:18px;margin-bottom:16px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.daily-log-toolbar label{gap:7px}.daily-log-toolbar label>span{color:#64748b;font-size:.65rem;text-transform:uppercase;letter-spacing:.07em}.daily-log-toolbar input,.daily-log-toolbar select{min-height:43px;padding:10px 12px;font-size:.78rem}.daily-log-count{margin:0 2px 12px;color:#7b8695;font-size:.7rem}.daily-log-count strong{color:#475569}.daily-log-list{display:flex;flex-direction:column;gap:12px}.daily-log-card{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.daily-log-date{width:48px;height:52px;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;color:var(--primary);background:#f1edff}.daily-log-date strong{font-size:1rem;line-height:1}.daily-log-date span{margin-top:4px;font-size:.58rem;font-weight:800;text-transform:uppercase}.daily-log-copy{min-width:0;flex:1 1}.daily-log-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.daily-log-title h3{margin:0;font-size:.9rem}.daily-log-copy p{margin:7px 0;color:#64748b;font-size:.77rem;line-height:1.55;white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.daily-log-copy small{color:#929baa;font-size:.66rem}.daily-log-edit{min-height:36px;padding:7px 12px}.daily-log-list.compact .daily-log-card{padding:16px 0;border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none}.daily-log-list.compact .daily-log-card:first-child{border-top:0;padding-top:0}.daily-log-list.compact .daily-log-card:last-child{padding-bottom:0}.form-static{padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#f8fafc;display:flex;flex-direction:column;gap:4px}.form-static span{color:#64748b;font-size:.68rem;font-weight:700}.form-static strong{font-size:.8rem}.form-static small{color:#94a3b8;font-size:.64rem}.section-action{min-height:36px;padding:7px 12px}.requester-shell{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#f5f3ff 65%,#fff7f5)}.requester-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.requester-header-inner{width:min(1180px,calc(100% - 40px));min-height:76px;margin:auto;display:flex;align-items:center;gap:30px}.requester-brand{display:flex;align-items:center;gap:11px;margin-right:auto}.requester-brand img{border-radius:11px}.requester-brand div,.requester-user div{display:flex;flex-direction:column}.requester-brand strong{font-size:1.05rem}.requester-brand small,.requester-user small{color:var(--muted);font-size:.65rem}.requester-header nav{display:flex;align-items:center;gap:5px}.requester-header nav a{padding:10px 12px;border-radius:9px;color:#526074;font-size:.76rem;font-weight:700}.requester-header nav a.active,.requester-header nav a:hover{color:var(--primary);background:#f2efff}.requester-user{display:flex;align-items:center;gap:10px;padding-left:20px;border-left:1px solid var(--line)}.requester-user strong{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem}.requester-content{width:min(1120px,calc(100% - 40px));margin:auto;padding:48px 0 70px}.requester-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.requester-heading h1{margin-bottom:8px;font-size:2rem;letter-spacing:-.04em}.requester-heading p:last-child{margin:0;color:var(--muted)}.requester-orders{display:grid;grid-gap:13px;gap:13px}.requester-order-card{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;padding:23px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:.2s}.requester-order-card:hover{border-color:#d8ceff;box-shadow:var(--shadow-md);transform:translateY(-1px)}.requester-order-card>div{min-width:0}.requester-order-title{display:flex;align-items:center;gap:11px;flex-wrap:wrap}.requester-order-title h2{margin:0;font-size:.95rem}.requester-order-card p{margin:8px 0;color:#64748b;font-size:.78rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.requester-order-card small{color:#929baa;font-size:.67rem}.requester-form-page{max-width:850px;margin:auto}.requester-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:19px;gap:19px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.requester-form textarea{resize:vertical}.requester-detail .detail-header{margin-top:18px}@media(max-width:800px){.requester-header-inner{width:calc(100% - 28px);flex-wrap:wrap;gap:10px;padding:12px 0}.requester-brand{margin-right:0}.requester-header nav{order:3;width:100%}.requester-header nav a{flex:1 1;text-align:center}.requester-user{margin-left:auto;border:0;padding:0}.requester-user div{display:none}.requester-content{width:calc(100% - 28px);padding-top:30px}.requester-heading{align-items:flex-start;flex-direction:column}.requester-heading .button{width:100%}.requester-form{grid-template-columns:1fr;padding:20px}.requester-order-card{flex-direction:column}}@media(max-width:900px){.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:none}.sidebar-overlay{display:block;position:fixed;inset:0;z-index:25;border:0;background:#0b112080}.app-main{margin-left:0}.menu-button{display:block}.topbar{padding:0 20px;justify-content:flex-start;gap:16px}.user-menu{margin-left:auto}.user-menu>div{display:none}.content{padding:26px 20px}.login-page,.shortcut-grid{grid-template-columns:1fr}.login-intro{display:none}.mobile-brand{display:flex}.login-panel{padding:28px}.user-grid{grid-template-columns:1fr}.users-toolbar{grid-template-columns:1fr 1fr}.users-search{grid-column:1/-1}}@media(max-width:600px){.users-role-note{align-items:flex-start;flex-direction:column}.users-toolbar{grid-template-columns:1fr;padding:14px}.users-search{grid-column:auto}.users-pagination{align-items:flex-start;flex-direction:column}.users-pagination .button,.users-pagination>div{width:100%}}@media(max-width:1250px){.indicator-grid{grid-template-columns:repeat(3,1fr)}.dashboard-shortcuts{grid-template-columns:repeat(2,1fr)}}@media(max-width:850px){.dashboard-sections{grid-template-columns:1fr}}@media(max-width:950px){.dashboard-focus-grid,.movement-panel .dashboard-list,.status-summary-grid{grid-template-columns:1fr}}@media(max-width:1050px){.detail-layout{grid-template-columns:1fr}.summary-card{position:static}}@media(max-width:1150px){.kanban-toolbar{grid-template-columns:minmax(240px,1fr) 160px 160px}.kanban-clear{grid-column:1/-1;justify-self:start;min-height:auto;padding:2px 0}}@media(max-width:600px){.topbar-title{display:none}.topbar .button{padding:0 10px}.page-heading{align-items:flex-start;flex-direction:column}.page-heading .button{width:100%}.date-chip{display:none}.welcome-card{padding:28px;min-height:185px}.welcome-art{display:none}.welcome-card h2{font-size:1.4rem}.data-card{align-items:flex-start;flex-direction:column}.badges{justify-content:flex-start}.tip-card{align-items:flex-start;flex-wrap:wrap}.tip-card a{width:100%;margin-left:36px}.form-grid{grid-template-columns:1fr;padding:20px}.span-2{grid-column:1}.modal header{padding:20px}.detail-header{flex-direction:column}.detail-actions{width:100%;justify-content:space-between}.detail-card,.summary-card{padding:19px}.info-grid{grid-template-columns:1fr}.comment-form>div:last-child{align-items:stretch;flex-direction:column}.attachment{align-items:flex-start;flex-wrap:wrap}.attachment>div{width:calc(100% - 48px);flex:none}.attachment .button{margin-left:48px}.detail-error>div{flex-direction:column}.dashboard-welcome{padding:27px;min-height:175px}.dashboard-welcome-mark{display:none}.dashboard-welcome h2{font-size:1.35rem}.indicator-grid{grid-template-columns:repeat(2,1fr)}.indicator-card{min-height:128px;padding:16px}.dashboard-shortcuts{grid-template-columns:1fr}.dashboard-panel{padding:18px}.dashboard-list>a{align-items:flex-start}.project-card-end{width:100%;justify-content:space-between}.project-task{flex-direction:column}.project-task-actions{width:100%;align-items:flex-end}.quick-status{width:100%}}@media(max-width:700px){.kanban-toolbar{grid-template-columns:1fr;padding:15px}.kanban-clear{grid-column:auto}.kanban-board{grid-template-columns:repeat(5,minmax(82vw,1fr));scroll-snap-type:x proximity}.kanban-column{scroll-snap-align:start}}@media(max-width:1050px){.daily-log-toolbar{grid-template-columns:2fr 1fr 1fr 1fr}.daily-log-toolbar .kanban-clear{grid-column:1/-1;justify-self:start}}@media(max-width:700px){.daily-log-toolbar{grid-template-columns:1fr}.daily-log-toolbar .kanban-clear{grid-column:auto}.daily-log-card{flex-wrap:wrap}.daily-log-copy{width:calc(100% - 64px);flex:none}.daily-log-edit{margin-left:64px}.schedule-toolbar{grid-template-columns:1fr;text-align:center}.schedule-toolbar>div{justify-content:center}.schedule-toolbar>span{justify-self:center}.schedule-grid,.schedule-row{grid-template-columns:170px minmax(730px,1fr)}.undated-projects>div:last-child{grid-template-columns:1fr}}.permission-list{display:grid;grid-gap:20px;gap:20px}.permission-card{background:#fff;border:1px solid var(--border,#e5e7eb);border-radius:16px;padding:20px;box-shadow:0 4px 18px rgba(15,23,42,.05)}.permission-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.permission-card-head h2{margin:0}.permission-card-head small{color:#64748b}.permission-table-wrap{overflow-x:auto}.permission-table{width:100%;border-collapse:collapse}.permission-table td,.permission-table th{padding:10px 12px;border-bottom:1px solid #e5e7eb;text-align:center}.permission-table td:first-child,.permission-table th:first-child{text-align:left;min-width:190px}.permission-table input{width:18px;height:18px;accent-color:#6d4cff}.satisfaction-form{display:grid;grid-gap:18px;gap:18px}.satisfaction-form fieldset{border:0;padding:0}.satisfaction-form legend{font-weight:700;margin-bottom:10px}.rating-buttons{display:flex;gap:10px}.rating-buttons button{display:grid;place-items:center;width:52px;height:58px;border:1px solid #ddd6fe;border-radius:12px;background:#faf9ff;color:#c4b5fd;font-size:1.6rem;cursor:pointer}.rating-buttons button small{font-size:.65rem;color:#64748b}.rating-buttons button.selected,.rating-buttons button:hover{color:#ff6b4a;border-color:#ff6b4a;background:#fff7ed}.rating-stars{color:#d7dce4;font-size:1.5rem;letter-spacing:3px}.rating-stars .selected{color:#ff6b4a}.satisfaction-sent{display:grid;grid-gap:10px;gap:10px}.satisfaction-sent p{margin:0;color:#475569}.satisfaction-page{display:grid;grid-gap:20px;gap:20px}.satisfaction-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.satisfaction-page .panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:18px;box-shadow:var(--shadow-sm)}.filters-grid{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));grid-gap:12px;gap:12px;align-items:end}.check-filter{display:flex!important;flex-direction:row!important;align-items:center;gap:8px}.check-filter input{width:auto}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse;font-size:.76rem}.table-wrap td,.table-wrap th{padding:12px;text-align:left;border-bottom:1px solid #eef1f5;vertical-align:top}.table-wrap td small{display:block;color:#64748b;margin-top:3px}.rating-pill{display:inline-flex;gap:4px;align-items:center;padding:5px 9px;border-radius:999px;background:#f1f5f9;font-weight:800}.rating-1,.rating-2,.rating-3{color:#c2410c;background:#fff7ed}.rating-4,.rating-5{color:#047857;background:#ecfdf5}@media(max-width:1000px){.filters-grid,.satisfaction-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.rating-buttons{gap:5px}.rating-buttons button{width:45px}.filters-grid,.satisfaction-metrics{grid-template-columns:1fr}}.access-denied-page{min-height:100vh;background:radial-gradient(circle at 85% 15%,rgba(109,76,255,.12),transparent 32%),var(--background);display:flex;flex-direction:column}.access-denied-header{min-height:76px;padding:12px clamp(20px,5vw,64px);display:flex;align-items:center;justify-content:space-between;gap:20px;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line)}.access-denied-brand,.access-denied-user{display:flex;align-items:center;gap:11px}.access-denied-brand img{border-radius:12px}.access-denied-brand div{display:flex;flex-direction:column}.access-denied-brand small,.access-denied-user>span{color:var(--muted);font-size:.72rem}.access-denied-card{width:min(620px,calc(100% - 32px));margin:auto;padding:clamp(30px,6vw,54px);text-align:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.access-denied-icon{width:64px;height:64px;margin:0 auto 24px;display:grid;place-items:center;border-radius:20px;color:#fff;background:var(--brand-gradient);box-shadow:var(--shadow-brand);font-size:1.8rem;font-weight:850}.access-denied-card h1{font-size:clamp(1.75rem,4vw,2.35rem);letter-spacing:-.04em;margin-bottom:12px}.access-denied-card>.muted{margin-bottom:30px}.access-denied-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}@media(max-width:560px){.access-denied-user>span{display:none}.access-denied-actions{flex-direction:column}.access-denied-actions .button{width:100%}}.report-tabs{display:flex;gap:7px;overflow-x:auto;margin-bottom:16px;padding:5px;background:#eef1f6;border-radius:12px}.report-tabs button{min-height:40px;padding:0 16px;white-space:nowrap;border:0;border-radius:9px;color:#64748b;background:transparent;font-size:.76rem;font-weight:750}.report-tabs button.active{color:#fff;background:var(--brand-gradient);box-shadow:0 5px 14px rgba(109,76,255,.2)}.task-detail-header h1{max-width:820px}.report-card td a,.task-card h3 a,.task-detail-header a,.task-title-row a{color:inherit;text-decoration:none}.report-card td a:hover,.task-card h3 a:hover,.task-detail-header a:hover,.task-title-row a:hover{color:var(--primary)}.task-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.task-actions-card{display:flex;flex-direction:column;gap:14px;height:max-content}.task-actions-card .quick-status{width:100%}.task-actions-card .full{width:100%;justify-content:center}.task-actions-card hr{width:100%;border:0;border-top:1px solid var(--line)}.task-future-state{display:flex;align-items:center;gap:14px;padding:18px;border:1px dashed #d8dee8;border-radius:12px;background:#f8fafc}.task-future-state>span{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;color:var(--primary);background:#f1edff;font-size:1.2rem}.task-future-state strong{font-size:.8rem}.task-future-state p{margin:4px 0 0;color:var(--muted);font-size:.72rem;line-height:1.5}.project-task>.task-edit-button{flex:0 0 auto}.task-card>.button{margin-top:10px}@media(max-width:600px){.task-info-grid{grid-template-columns:1fr}.task-future-state{align-items:flex-start}.project-task>.task-edit-button{width:100%}}.lookup-tabs{display:flex;gap:7px;overflow-x:auto;margin-bottom:16px;padding:5px;background:#eef1f6;border-radius:12px}.lookup-tabs button{min-height:40px;padding:0 15px;white-space:nowrap;border:0;border-radius:9px;color:#64748b;background:transparent;font-size:.72rem;font-weight:750}.lookup-tabs button.active{color:#fff;background:var(--brand-gradient);box-shadow:0 5px 14px rgba(109,76,255,.2)}.lookup-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;margin-bottom:16px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.lookup-toolbar>div{display:grid;grid-gap:4px;gap:4px}.lookup-toolbar strong{font-size:.9rem}.lookup-toolbar span{color:var(--muted);font-size:.7rem}.lookup-toolbar input{width:min(100%,340px)}.lookup-list{display:grid;grid-gap:12px;gap:12px}.lookup-card{justify-content:space-between;gap:18px;padding:19px 21px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.lookup-card,.lookup-title{display:flex;align-items:center}.lookup-title{gap:8px;flex-wrap:wrap}.lookup-title h3{font-size:.88rem}.lookup-title>span:not(.badge){padding:3px 7px;color:#6543ce;background:#f1edff;border-radius:6px;font-size:.61rem;font-weight:800}.lookup-card p{margin:6px 0;color:var(--muted);font-size:.72rem}.lookup-card small{color:#8993a2;font-size:.65rem}.lookup-actions{display:flex;gap:8px;flex:none}.lookup-active{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;justify-content:flex-start}.lookup-active input{width:17px;min-height:17px}@media(max-width:600px){.lookup-card,.lookup-toolbar{align-items:stretch;flex-direction:column}.lookup-toolbar input{width:100%}.lookup-actions .button{flex:1 1}}.report-filters{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));align-items:end;grid-gap:13px;gap:13px;padding:19px;margin-bottom:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.report-filters input,.report-filters select{min-height:43px;font-size:.76rem}.report-filter-actions{display:flex;gap:8px;align-items:center}.report-filter-actions .button{min-height:43px;padding:0 13px;font-size:.74rem}.report-state{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#7b8695;background:#fff;border:1px dashed #d8dee8;border-radius:var(--radius-md);font-size:.78rem}.report-state strong{color:#334155;font-size:.88rem}.report-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.report-card>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 19px;border-bottom:1px solid var(--line)}.report-card>header strong{font-size:.78rem}.report-card>header span{color:#8490a1;font-size:.67rem}.report-table-wrap{overflow:auto;max-height:62vh}.report-card table{width:100%;border-collapse:collapse;font-size:.72rem}.report-card th{position:-webkit-sticky;position:sticky;top:0;z-index:1;text-align:left;color:#526074;background:#f8fafc;border-bottom:1px solid var(--line);font-size:.63rem;text-transform:uppercase;letter-spacing:.045em}.report-card td,.report-card th{padding:12px 14px;white-space:nowrap}.report-card td{max-width:320px;border-bottom:1px solid #eef1f5;overflow:hidden;text-overflow:ellipsis}.report-card tbody tr:hover{background:#faf9ff}.report-checks{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:18px}.report-checks label{display:flex;align-items:center;gap:7px}.report-checks input{min-height:auto;width:auto}.report-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px;margin-bottom:14px}.report-summary article{padding:17px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-sm)}.report-summary span{display:block;color:#64748b;font-size:.68rem;font-weight:700}.report-summary strong{display:block;margin-top:6px;color:#0f172a;font-size:1.45rem}.report-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:18px}.report-groups article{padding:15px;background:#fff;border:1px solid var(--line);border-radius:12px}.report-groups article>strong{font-size:.73rem}.report-groups article div{display:grid;grid-gap:7px;gap:7px;margin-top:11px}.report-groups span{display:flex;justify-content:space-between;gap:8px;color:#64748b;font-size:.67rem}.report-groups em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal}.report-groups b{color:#6d4cff}.report-pagination{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--line)}@media(max-width:1050px){.report-filters{grid-template-columns:repeat(2,minmax(150px,1fr))}.report-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.report-filters{grid-template-columns:1fr}.report-filter-actions{flex-direction:column}.report-filter-actions .button{width:100%}.report-card>header{align-items:flex-start;flex-direction:column}.report-groups{grid-template-columns:1fr}}.login-auth-links{display:flex;justify-content:space-between;gap:16px;margin-top:2px;font-size:.75rem;font-weight:700}.alert a,.auth-back-link a,.development-link a,.login-auth-links a{color:var(--primary,#6d4cff);text-decoration:none}.auth-back-link a:hover,.login-auth-links a:hover{text-decoration:underline}.public-auth-page{min-height:100vh;display:grid;place-items:center;padding:32px 18px;background:radial-gradient(circle at 15% 10%,rgba(109,76,255,.14),transparent 35%),radial-gradient(circle at 85% 90%,rgba(255,107,74,.12),transparent 35%),#f8fafc}.public-auth-card{width:min(500px,100%);padding:clamp(26px,5vw,42px);background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.public-auth-brand{display:flex;align-items:center;gap:12px;width:max-content;margin-bottom:28px;color:var(--text);text-decoration:none}.public-auth-brand img{border-radius:13px}.public-auth-brand div{display:flex;flex-direction:column}.public-auth-brand small{color:var(--muted);font-size:.68rem}.public-auth-card h1{margin:5px 0 10px;font-size:clamp(1.65rem,5vw,2.15rem);letter-spacing:-.04em}.public-auth-card>.muted{margin:0 0 24px;line-height:1.6}.public-auth-form{display:grid;grid-gap:16px;gap:16px}.public-auth-form label{display:grid;grid-gap:7px;gap:7px;font-size:.75rem;font-weight:750;color:#334155}.public-auth-form input{min-height:47px}.password-hint{display:block;margin-top:-10px;color:var(--muted);font-size:.68rem;line-height:1.4}.auth-back-link{text-align:center;margin:22px 0 0;color:var(--muted);font-size:.75rem}.development-link{display:grid;grid-gap:5px;gap:5px;padding:12px;margin-bottom:16px;border:1px dashed #f59e0b;border-radius:10px;background:#fffbeb;font-size:.72rem}.screen-loader.compact{min-height:150px}@media(max-width:540px){.login-auth-links{align-items:center;flex-direction:column}.public-auth-card{padding:25px 20px}}.invite-recipient{display:grid;grid-gap:3px;gap:3px;margin:0 0 20px;padding:14px 16px;border:1px solid #e4dcff;border-radius:10px;background:#faf9ff}.invite-recipient strong{color:#0f172a}.invite-recipient span{color:#64748b;font-size:.75rem;overflow-wrap:anywhere}.profile-summary{display:flex;align-items:center;gap:18px;padding:22px;margin-bottom:18px;background:linear-gradient(135deg,#fff,#f7f4ff);border:1px solid #e3ddfb;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.profile-avatar{width:72px;height:72px;flex:0 0 auto;border-radius:20px;object-fit:cover;border:3px solid #fff;box-shadow:0 8px 22px rgba(109,76,255,.2)}.profile-avatar.fallback{display:grid;place-items:center;color:#fff;background:var(--brand-gradient);font-size:1.15rem;font-weight:850}.profile-summary h2{margin:0 0 5px;font-size:1.1rem}.profile-summary p{margin:0 0 10px;color:var(--muted);font-size:.76rem}.profile-summary .badges{justify-content:flex-start}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.profile-card{padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.profile-card>header{padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid #eef1f5}.profile-card h2{margin:4px 0 0;font-size:1rem}.profile-card .alert{font-size:.75rem}.profile-form{display:grid;grid-gap:16px;gap:16px}.profile-form label{display:grid;grid-gap:7px;gap:7px;color:#334155;font-size:.72rem;font-weight:750}.profile-form input{min-height:45px}.profile-form input:disabled{color:#7b8695;background:#f1f5f9;cursor:not-allowed}.profile-form small{color:var(--muted);font-size:.65rem;font-weight:500}.profile-form .button{justify-self:start;margin-top:3px}.profile-permissions{grid-column:1/-1}.profile-details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin:0 0 24px}.profile-details div{padding:14px;background:#f8fafc;border:1px solid #eef1f5;border-radius:10px}.profile-details dt{color:#8993a2;font-size:.6rem;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.profile-details dd{margin:5px 0 0;color:#334155;font-size:.75rem;font-weight:700}.profile-modules>strong{display:block;margin-bottom:10px;font-size:.72rem}.profile-modules>div{display:flex;flex-wrap:wrap;gap:8px}.profile-modules span{padding:7px 11px;color:#5b3bd1;background:#f4f1ff;border:1px solid #e3ddfb;border-radius:20px;font-size:.67rem;font-weight:700}.profile-modules p{margin:0;color:var(--muted);font-size:.75rem}.requester-profile-page{max-width:1000px;margin:auto}@media(max-width:750px){.profile-grid{grid-template-columns:1fr}.profile-permissions{grid-column:auto}.profile-details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.profile-summary{align-items:flex-start}.profile-avatar{width:58px;height:58px;border-radius:16px}.profile-card{padding:19px}.profile-details{grid-template-columns:1fr}.profile-form .button{width:100%}}.profile-notifications{grid-column:1/-1}.profile-notifications header p{margin:6px 0 0;color:var(--muted);font-size:.7rem;font-weight:500}.notification-preferences-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.notification-preference-group{padding:18px;border:1px solid #eef1f5;border-radius:14px;background:#fcfcfd}.notification-preference-group h3{margin:0 0 12px;color:#334155;font-size:.78rem}.notification-preferences-form>.button{grid-column:1/-1;justify-self:start}.settings-toggle.disabled{cursor:not-allowed;opacity:.6}@media(max-width:750px){.notification-preferences-form{grid-template-columns:1fr}.notification-preferences-form>.button{grid-column:auto;width:100%}}.settings-form{display:grid;grid-gap:18px;gap:18px;max-width:1050px}.settings-card{padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.settings-card>header{padding-bottom:17px;margin-bottom:20px;border-bottom:1px solid #eef1f5}.settings-card h2{margin:0 0 5px;font-size:1rem}.settings-card header p{margin:0;color:var(--muted);font-size:.72rem}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:17px;gap:17px}.settings-grid label{display:grid;grid-gap:7px;gap:7px;color:#334155;font-size:.72rem;font-weight:750}.settings-grid input{min-height:45px}.settings-grid small{color:var(--muted);font-weight:500}.settings-toggles{display:grid;grid-gap:12px;gap:12px}.settings-toggle{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid #e8ebf0;border-radius:12px;background:#fafbfc;cursor:pointer}.settings-toggle span{display:grid;grid-gap:4px;gap:4px}.settings-toggle strong{font-size:.76rem}.settings-toggle small{color:var(--muted);font-size:.66rem}.settings-toggle input{position:absolute;opacity:0}.settings-toggle i{position:relative;width:42px;height:24px;flex:0 0 auto;border-radius:20px;background:#cbd5e1;transition:.2s}.settings-toggle i:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #0003;transition:.2s}.settings-toggle input:checked+i{background:var(--primary)}.settings-toggle input:checked+i:after{transform:translateX(18px)}.settings-toggle input:focus-visible+i{outline:3px solid rgba(109,76,255,.2)}.settings-actions{position:-webkit-sticky;position:sticky;bottom:14px;display:flex;justify-content:flex-end;padding:12px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.92);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:650px){.settings-card{padding:19px}.settings-grid{grid-template-columns:1fr}.settings-grid .span-2{grid-column:auto}.settings-actions .button{width:100%}}.audit-filters{grid-template-columns:repeat(4,minmax(150px,1fr));grid-gap:14px;gap:14px;padding:20px}.audit-filters label{gap:7px}.audit-filters label>span{color:#64748b;font-size:.64rem;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.audit-filters input,.audit-filters select{min-height:42px;font-size:.74rem}.audit-search{grid-column:span 2}.audit-check{min-height:42px;flex-direction:row!important;align-items:center;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:#fafbfc}.audit-check input{min-height:auto;width:16px;height:16px;accent-color:var(--primary)}.audit-check span{text-transform:none!important;letter-spacing:0!important}.audit-filter-actions{display:flex;justify-content:flex-end;gap:9px}.audit-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:18px}.audit-summary-grid article{min-width:0;padding:18px;display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.audit-summary-grid article>span{color:#778296;font-size:.61rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.audit-summary-grid strong{color:var(--ink);font-size:1.65rem}.audit-summary-grid small{overflow:hidden;color:#8893a3;font-size:.63rem;text-overflow:ellipsis;white-space:nowrap}.audit-summary-grid .critical{border-color:#fed7d2;background:#fffafa}.audit-summary-grid .critical strong{color:#c2412d}.audit-table>article,.audit-table>div{min-width:1060px;display:grid;grid-template-columns:130px 170px 175px 165px minmax(250px,1fr) 105px;grid-gap:14px;gap:14px;align-items:center;padding:14px 18px;border-bottom:1px solid #edf0f4}.audit-table-head{color:#7b8697;background:#fafbfc;font-size:.59rem;font-weight:850;letter-spacing:.07em}.audit-table article.is-critical{border-left:3px solid #ff6b4a;background:#fffdfc}.audit-table article>span{min-width:0;overflow-wrap:anywhere}.audit-table article span small{display:block;margin-top:4px;overflow:hidden;color:#8b95a5;font-size:.59rem;text-overflow:ellipsis;white-space:nowrap}.audit-table time{color:#596579;font-size:.66rem}.audit-table .badge{display:inline-block;max-width:100%;padding:5px 8px;overflow:hidden;color:#5b45bd;background:#f0edff;border-radius:7px;font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}.audit-table .badge.critical{color:#b93824;background:#ffebe7}.audit-table-card>footer{padding:13px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#7b8695;font-size:.67rem}.audit-table-card>footer div{display:flex;gap:7px}.audit-detail{padding:20px;max-height:70vh;overflow-y:auto}.audit-detail>dl,.audit-metadata>dl,.audit-technical dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin:0}.audit-detail dl>div,.audit-metadata dl>div{min-width:0;padding:12px;background:#f8fafc;border:1px solid #edf0f4;border-radius:9px}.audit-detail dt,.audit-metadata dt{color:#8a94a3;font-size:.57rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.audit-detail dd,.audit-metadata dd{margin:5px 0 0;color:#354052;font-size:.72rem;overflow-wrap:anywhere}.audit-metadata{margin-top:18px}.audit-diff{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:12px}.audit-diff>section{padding:14px;border:1px solid var(--line);border-radius:10px}.audit-diff>section:last-child{border-color:#d6f0e3;background:#f8fdfb}.audit-diff section>b{display:block;margin-bottom:10px;font-size:.7rem}.audit-metadata details,.audit-technical{margin-top:14px}.audit-metadata summary,.audit-technical summary{color:var(--primary);cursor:pointer;font-size:.68rem;font-weight:750}.audit-metadata pre{max-height:260px;overflow:auto;padding:13px;color:#dbeafe;background:#111827;border-radius:9px;font-size:.62rem;white-space:pre-wrap}@media(max-width:1150px){.audit-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.audit-detail>dl,.audit-diff,.audit-filters,.audit-summary-grid,.audit-technical dl{grid-template-columns:1fr}.audit-search{grid-column:auto}.audit-filter-actions{flex-direction:column-reverse}.audit-filter-actions .button{width:100%}.audit-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.audit-timeline{display:flex;flex-direction:column}.audit-timeline article{position:relative;display:grid;grid-template-columns:18px 1fr auto;grid-gap:12px;gap:12px;padding:15px 0;border-top:1px solid var(--line)}.audit-timeline article:first-child{border-top:0}.audit-dot{width:10px;height:10px;margin-top:4px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 4px #eeeaff}.audit-timeline article>div{display:flex;flex-direction:column;gap:5px}.audit-timeline strong{font-size:.78rem}.audit-timeline small{color:var(--muted);font-size:.65rem}.audit-table summary,.audit-timeline summary{cursor:pointer;color:var(--primary);font-weight:700}.audit-table pre,.audit-timeline pre{max-width:460px;overflow:auto;padding:10px;border-radius:8px;background:#f8fafc;color:#475569;font-size:.62rem}.audit-filters{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr)) auto;align-items:end;grid-gap:12px;gap:12px;padding:18px;margin-bottom:18px}.audit-filters,.audit-table-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.audit-table-card{overflow:hidden}.audit-table{overflow-x:auto}.audit-table article,.audit-table-head{min-width:900px;display:grid;grid-template-columns:135px 170px 125px 180px 1fr;grid-gap:14px;gap:14px;align-items:start;padding:14px 18px;border-bottom:1px solid var(--line)}.audit-table-head{color:var(--muted);background:#f8fafc;font-size:.65rem;font-weight:800;text-transform:uppercase}.audit-table article{font-size:.72rem}.audit-table article small{display:block;margin-top:4px;color:var(--muted);overflow:hidden;text-overflow:ellipsis}.audit-table-card footer{padding:14px 18px;color:var(--muted);font-size:.68rem}@media(max-width:900px){.audit-filters{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.audit-filters{grid-template-columns:1fr}.audit-timeline article{grid-template-columns:18px 1fr}.audit-timeline details{grid-column:2}}