@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Sora:wght@600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f0f4fb;--bg-elev:#f7faff;--text:#0d1a2d;--muted:#5f6d84;--primary:#00a3ff;--primary-strong:#0087de;--primary-soft:#d9f2ff;--accent:#2de2e6;--line:#d8e4f4;--card:#ffffffd9;--card-solid:#ffffff;--danger:#d84a5f;--success:#0ea574;--radius:16px;--radius-lg:22px;--shadow-soft:0 14px 38px rgba(8, 23, 48, .1);--shadow-strong:0 24px 55px rgba(9, 20, 42, .16);--focus:0 0 0 3px rgba(0, 163, 255, .22)}body{font-family:Manrope,Segoe UI,Tahoma,sans-serif;line-height:1.5;background:radial-gradient(120% 80% at 0% 0%,#d7eeff 0%,transparent 62%),radial-gradient(130% 90% at 100% 0%,#d8f6ff 0%,transparent 48%),linear-gradient(165deg,#f8fbff 0%,var(--bg) 52%,#ebf2fb 100%);color:var(--text);min-height:100vh}.card,.stat-card,.ticket-card,.report-card,.nav-link,button{transition:all .24s cubic-bezier(.2,.8,.2,1)}.card:hover,.stat-card:hover,.report-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px #0f172a1f}.nav-link{position:relative;overflow:hidden}.nav-link:after{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:2px;background:transparent;transition:all .2s ease}.nav-link.active:after,.nav-link:hover:after{background:var(--primary)}@keyframes floatIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes bgPulse{0%,to{filter:saturate(1)}50%{filter:saturate(1.08)}}.card,.stat-card,.ticket-col,.page-hero{animation:floatIn .25s ease both}body{animation:bgPulse 10s ease-in-out infinite}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button{cursor:pointer;border:1px solid var(--line);background:var(--card-solid);padding:.62rem 1rem;border-radius:11px;transition:all .2s ease;color:var(--text)}button:hover{background:#f7fbff;border-color:#afd8f5;transform:translateY(-1px)}button.primary{background:var(--primary);color:#fff;border-color:var(--primary)}button.primary:hover{background:var(--primary-strong)}button.danger{background:var(--danger);color:#fff;border-color:var(--danger)}button.danger:hover{background:#ba2626}button:disabled,button[disabled]{cursor:not-allowed;opacity:.55;background:#e5e7eb;color:#6b7280;border-color:#d1d5db;transform:none;box-shadow:none}button:disabled:hover,button[disabled]:hover{background:#e5e7eb;border-color:#d1d5db;transform:none}button.primary:disabled,button.primary[disabled]{background:#cbd5e1;color:#475569;border-color:#cbd5e1}input,select,textarea{border:1px solid #cdd7ea;padding:.65rem .75rem;border-radius:11px;width:100%;background:#fff;color:var(--text)}input:not([type=checkbox]):not([type=radio]),select,textarea{min-height:42px}textarea{min-height:96px;resize:vertical}input:focus,select:focus,textarea:focus{outline:none;border-color:#66bff6;box-shadow:var(--focus)}.container{width:min(1680px,96vw);max-width:1680px;margin:0 auto;padding:1.25rem}.card{background:var(--card);border-radius:var(--radius);border:1px solid #e3edf9;padding:1.2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-soft)}.card-title{font-size:1.1rem;font-weight:700;margin-bottom:.85rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;align-items:start}.form-group{display:flex;flex-direction:column;gap:.42rem;min-width:0}.form-group label{display:flex;align-items:center;gap:.35rem;margin-bottom:0;font-weight:600;color:#334155;line-height:1.25;min-height:1.75rem}.error,.success{margin-top:.5rem;padding:.7rem .85rem;border-radius:10px;font-weight:500}.error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.success{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.flex{display:flex;gap:1rem;align-items:center}.flex-col{display:flex;flex-direction:column;gap:1rem}.space-between{justify-content:space-between}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-title{font-size:1.9rem;font-weight:800;letter-spacing:-.02em}.section-subtitle{margin-top:.2rem;color:var(--muted);font-size:.95rem}.muted{color:#5b6472}.page-stack{display:flex;flex-direction:column;gap:1rem}.toolbar-wrap{flex-wrap:wrap}.toolbar-input{min-width:220px}.full-span{grid-column:1 / -1}.form-actions{grid-column:1 / -1;display:flex;gap:.6rem;flex-wrap:wrap}.table-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.table-actions button{padding:.45rem .75rem}.badge{display:inline-flex;align-items:center;padding:.2rem .52rem;border-radius:999px;font-size:.78rem;font-weight:700;border:1px solid transparent}.badge--active,.badge--approved,.badge--paid{background:#dcfce7;border-color:#bbf7d0;color:#166534}.badge--pending,.badge--processing,.badge--open{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.badge--closed,.badge--inactive,.badge--rejected{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.stat-tone--primary{color:#0f5ac6}.stat-tone--violet{color:#8b5cf6}.stat-tone--teal{color:#14b8a6}.stat-tone--amber{color:#f59e0b}.stat-tone--green{color:#16a34a}.stat-tone--pink{color:#d946ef}.page-hero{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;border-radius:18px;background:linear-gradient(125deg,#00a3ff26,#2de2e624 48%,#0088e41a);border:1px solid #cce8fa;box-shadow:0 12px 32px #0f172a17}.hero-badges{display:flex;gap:.55rem;flex-wrap:wrap}.kpi-badge{padding:.42rem .72rem;border-radius:999px;font-size:.82rem;font-weight:700;background:#fff;border:1px solid #d5e2f8;color:#1e3a8a}.hero-title{margin-bottom:.35rem}.dash-priority-card .card-title,.dash-priority-focus{margin-bottom:.5rem}.action-plan-list{display:flex;flex-direction:column;gap:.6rem;margin-top:.7rem}.action-plan-item{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem;padding:.65rem .7rem;border:1px solid #dbe6f6;border-radius:12px;background:#f8fbff}.action-plan-item p{margin-top:.15rem}.auth-brand-title{font-size:2rem;margin-bottom:.45rem;text-align:center;letter-spacing:-.02em}.auth-brand-subtitle{text-align:center;color:var(--muted);margin-bottom:1rem}.auth-mode-title{font-size:1.2rem;margin-bottom:1rem;text-align:center;font-weight:600}.auth-password-hint{color:var(--muted);margin-top:-.5rem;font-size:.86rem}.auth-submit{width:100%}.auth-switch-row{margin-top:1rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.metric-grid-lg,.insight-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.risk-list{padding-left:1rem;display:flex;flex-direction:column;gap:.45rem;color:#334155}.risk-list li{line-height:1.45}.report-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.report-card{display:flex;flex-direction:column;gap:.75rem;min-height:170px}.report-card button{margin-top:auto;align-self:flex-start}.report-highlight{background:linear-gradient(145deg,#fff,#f6f8ff)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{background:linear-gradient(105deg,#05274e,#0b3e6f 45%,#07608a);color:#fff;border-bottom:1px solid rgba(142,220,255,.28);box-shadow:0 14px 28px #04122447}.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 0}.brand{display:flex;align-items:center;gap:.8rem;font-weight:800;letter-spacing:.4px;font-family:Sora,Manrope,sans-serif}.brand-badge{width:36px;height:36px;border-radius:12px;background:linear-gradient(145deg,#2de2e659,#00a3ff33);display:grid;place-items:center;font-size:1rem;border:1px solid rgba(183,238,255,.34)}.top-controls{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}.top-controls select{min-width:180px;border-color:transparent;background:#f2fafff2}.user-pill{padding:.45rem .85rem;border-radius:999px;background:#ffffff2e;font-weight:600}.app-nav{background:#ffffffbf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #dbe6f3}.nav-inner{display:flex;gap:.55rem;flex-wrap:wrap;padding:.7rem 0}.nav-link{color:#1a2a42;font-weight:600;padding:.5rem .8rem;border-radius:10px}.nav-link.active,.nav-link:hover{background:#e8f5ff;color:#027ecf;text-decoration:none}.table-wrap{overflow:auto;border-radius:14px;border:1px solid #d9e7f5;max-height:72vh}table{width:100%;border-collapse:collapse;background:#fff;min-width:640px}th,td{padding:.78rem .85rem;text-align:left;border-bottom:1px solid #edf2fa}th{position:sticky;top:0;z-index:1;background:#f2f8ff;font-weight:700;color:#334155}tr:hover td{background:#fbfdff}td input:not([type=checkbox]):not([type=radio]),td select{min-height:36px;padding:.5rem .6rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-window{width:min(760px,100%);max-height:90vh;overflow:auto;background:var(--card);border:1px solid #d9e3f2;border-radius:16px;padding:1rem 1.05rem;box-shadow:0 24px 50px #0f172a42}.modal-window-lg{width:min(980px,100%)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{padding:1.2rem;border-radius:14px;background:#fff;border:1px solid #e2ebf8;box-shadow:0 10px 24px #11182714;min-width:0}.stat-value{font-size:clamp(1.55rem,2.1vw,2.2rem);font-weight:800;line-height:1;overflow-wrap:anywhere}.stat-value--money{font-variant-numeric:tabular-nums;line-height:1.05;word-break:break-word}.stat-value--money-sm{font-size:clamp(1.2rem,1.75vw,1.6rem)}.stat-value--money-xs{font-size:clamp(1.02rem,1.35vw,1.28rem)}.stat-label{margin-top:.45rem;color:var(--muted);font-weight:600}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:1.2rem}.auth-layout{width:min(1120px,100%);display:grid;grid-template-columns:1.15fr .95fr;gap:1.2rem;align-items:stretch}.auth-visual{position:relative;overflow:hidden;border-radius:22px;background:radial-gradient(120% 95% at 0% 0%,#1a95ff8c,#07274ed1 54%,#021935f5);padding:1.1rem;color:#fff;box-shadow:0 24px 54px #06173175}.auth-visual img{width:100%;height:auto;display:block;border-radius:15px;border:1px solid rgba(255,255,255,.24)}.auth-visual-copy{padding:.7rem .2rem 0}.auth-visual-copy h2{font-size:1.8rem;line-height:1.15;margin-bottom:.55rem}.auth-visual-copy p{color:#dce8ff;max-width:44ch}.auth-card{align-self:center}.auth-switch{background:transparent;border:none;color:var(--primary);text-decoration:underline;padding:0}.footer{background:#f7f9fe;border-top:1px solid #dbe4f2;padding:.95rem;color:#64748b;text-align:center}.tabs-row{display:flex;gap:.55rem;flex-wrap:wrap}.autocomplete-field,.autocomplete-box{position:relative}.autocomplete-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:40;background:var(--card);border:1px solid var(--line);border-radius:12px;box-shadow:0 14px 28px #0f172a24;max-height:220px;overflow:auto}.autocomplete-option{width:100%;text-align:left;border:none;border-bottom:1px solid var(--line);border-radius:0;background:transparent;padding:.55rem .65rem;display:flex;flex-direction:column;gap:.12rem;cursor:pointer}.autocomplete-option:last-child{border-bottom:none}.autocomplete-option:hover{background:#eef4ff}.autocomplete-primary{font-weight:700;color:var(--text)}.autocomplete-secondary{font-size:.82rem;color:var(--muted)}.tab-btn{background:#f5f8ff;border:1px solid #d6e2f5;color:#1e3a8a;font-weight:600}.tab-btn.active{background:#0f5ac6;border-color:#0f5ac6;color:#fff}.chart-list{display:flex;flex-direction:column;gap:.65rem}.chart-row{display:grid;grid-template-columns:90px 1fr 80px;gap:.7rem;align-items:center}.chart-label{font-weight:600;color:#334155}.chart-track{height:12px;border-radius:999px;background:#e9effb;overflow:hidden}.chart-fill{height:100%;background:linear-gradient(90deg,#0f5ac6,#14b8a6);border-radius:999px}.chart-value{font-weight:700;color:#0f172a;text-align:right}.progress-outer{height:13px;border-radius:999px;background:#e8eef9;overflow:hidden}.progress-inner{height:100%;background:linear-gradient(90deg,#0f5ac6,#8b5cf6);border-radius:999px}.ticket-layout{display:grid;grid-template-columns:1.2fr .9fr;gap:1rem;align-items:start}.ticket-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.ticket-col{background:#ffffff85;border:1px solid #dbe4f3;border-radius:14px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ticket-col-header{padding:.7rem .8rem;border-bottom:1px solid #e3ebf9;font-weight:700;color:#1e3a8a}.ticket-col-body{padding:.7rem;display:flex;flex-direction:column;gap:.55rem;max-height:72vh;overflow:auto}.ticket-card{display:block;text-align:left;width:100%;background:#fff;border:1px solid #dce6f6;border-radius:12px;padding:.65rem .7rem;box-shadow:0 6px 14px #0f172a0f}.ticket-card.active{border-color:#0f5ac6;box-shadow:0 0 0 3px #0f5ac626}.ticket-card-title{font-weight:700;color:#0f172a;margin-bottom:.25rem}.ticket-card-meta{display:flex;justify-content:space-between;gap:.5rem;font-size:.82rem;color:#64748b}.ticket-detail{min-height:72vh;display:flex;flex-direction:column}.ticket-detail-header{display:flex;justify-content:space-between;gap:.8rem;align-items:flex-start;margin-bottom:.55rem}.ticket-detail-header h2{font-size:1.05rem;line-height:1.3}.ticket-detail-controls{display:flex;gap:.45rem;flex-wrap:wrap}.ticket-detail-controls select{min-width:130px}.ticket-detail-meta{display:flex;flex-wrap:wrap;gap:.65rem 1rem;font-size:.86rem;color:#475569;margin-bottom:.7rem}.ticket-thread{display:flex;flex-direction:column;gap:.7rem;max-height:46vh;overflow:auto;padding-right:.2rem}.ticket-message-block{background:#f8fbff;border:1px solid #dce7f8;border-radius:12px;padding:.65rem .75rem}.ticket-message-author{font-size:.82rem;color:#1d4ed8;font-weight:700;margin-bottom:.2rem}.ticket-attachments{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.5rem}.ticket-attachments a{background:#eef4ff;border:1px solid #cddcf6;padding:.25rem .45rem;border-radius:8px;font-size:.82rem}.ticket-reply-box{display:flex;flex-direction:column;gap:.55rem;margin-top:.8rem}.skeleton-line{height:12px;border-radius:10px;background:linear-gradient(90deg,#a0b4cd2e,#a0b4cd52 45%,#a0b4cd2e);background-size:220% 100%;animation:skeletonShimmer 1.1s ease-in-out infinite}.skeleton-title{height:28px;width:42%;margin-bottom:.45rem}.skeleton-subtitle{height:14px;width:62%}.skeleton-stat{height:34px;width:58%;margin-bottom:.45rem}.skeleton-label{height:13px;width:70%}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-20% 0}}@media(max-width:1180px){.ticket-layout,.ticket-board{grid-template-columns:1fr}.ticket-col-body{max-height:36vh}.ticket-detail{min-height:auto}}body.theme-dark{--bg:#0c1726;--bg-elev:#101e30;--text:#e8f2ff;--muted:#98acc7;--line:#2c435d;--card:#132235cb;--card-solid:#14253a;--primary:#23b8ff;--primary-strong:#0aa1ec;--primary-soft:#183d5d;--shadow-soft:0 16px 38px rgba(0,0,0,.36);--shadow-strong:0 24px 56px rgba(0,0,0,.52);background:radial-gradient(110% 85% at 0% 0%,#143154 0%,transparent 56%),radial-gradient(130% 95% at 100% 0%,#0f2b49 0%,transparent 50%),linear-gradient(165deg,#0f1e30,#0b1626 54%,#090f19);color:var(--text)}body.theme-dark .topbar{background:linear-gradient(105deg,#081525,#0c233a,#0a2f49 110%);border-bottom-color:#2f516f}body.theme-dark .brand-badge{background:linear-gradient(145deg,#23b8ff47,#2de2e61f);border-color:#78ceff59}body.theme-dark .app-nav{background:#112137d9;border-bottom-color:#2a4059}body.theme-dark .nav-link{color:#d8e5fb}body.theme-dark .nav-link.active,body.theme-dark .nav-link:hover{background:#193450;color:#7ed7ff}body.theme-dark .card,body.theme-dark .stat-card,body.theme-dark .ticket-card,body.theme-dark .ticket-col,body.theme-dark .report-card{background:var(--card);border-color:#2a4059;box-shadow:var(--shadow-soft)}body.theme-dark input,body.theme-dark select,body.theme-dark textarea,body.theme-dark button{background:#1a3048;color:#e6edf7;border-color:#355471}body.theme-dark button.primary{background:var(--primary);border-color:var(--primary);color:#03243a}body.theme-dark button:hover{background:#223b56;border-color:#3f6789}body.theme-dark .table-wrap{border-color:#2f4a66}body.theme-dark table{background:#122235}body.theme-dark th{background:#193149;color:#d7edff;border-bottom-color:#2b4a68}body.theme-dark td{border-bottom-color:#203852;color:#dbe7fb}body.theme-dark tr:hover td{background:#162b41}body.theme-dark .row-clickable:hover td:first-child{color:#8fc0ff}body.theme-dark .modal-window{border-color:#2c435d;box-shadow:var(--shadow-strong)}body.theme-dark .muted,body.theme-dark .stat-label,body.theme-dark .chart-label,body.theme-dark .ticket-card-meta{color:#9fb2d1}body.theme-dark .badge--active,body.theme-dark .badge--approved,body.theme-dark .badge--paid{background:#153728;border-color:#24583f;color:#b6f3d0}body.theme-dark .badge--pending,body.theme-dark .badge--processing,body.theme-dark .badge--open{background:#3d2a17;border-color:#6a4b21;color:#ffd7a3}body.theme-dark .badge--closed,body.theme-dark .badge--inactive,body.theme-dark .badge--rejected{background:#212449;border-color:#3b4184;color:#c8ceff}body.theme-dark .progress-outer,body.theme-dark .chart-track{background:#24415d}body.theme-dark .kpi-badge{background:#17314a;border-color:#2e5475;color:#c9e6ff}body.theme-dark .autocomplete-menu{background:#132235;border-color:#2c435d;box-shadow:0 16px 30px #00000073}body.theme-dark .autocomplete-option{border-bottom-color:#2c435d}body.theme-dark .autocomplete-option:hover{background:#1c3650}body.theme-dark .footer{background:#111f31;border-top-color:#2b4460;color:#9cb0cd}body.theme-dark .auth-switch{color:#8fdcff}body.theme-dark .action-plan-item{background:#1b324b;border-color:#2f4d6c}body.theme-dark .error{background:#3a1d24;border-color:#6d2a39;color:#ffb8c6}body.theme-dark .success{background:#123328;border-color:#1f6249;color:#a4f1d1}body.theme-dark .skeleton-line{background:linear-gradient(90deg,#49668442,#5f82a86b 45%,#49668442);background-size:220% 100%}@media(max-width:980px){.auth-layout{grid-template-columns:1fr}.auth-visual{display:none}.page-hero{flex-direction:column;align-items:flex-start}.metric-grid-lg,.insight-panels{grid-template-columns:1fr}}
