:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading:"Outfit", "Plus Jakarta Sans", sans-serif;--bg:#f4f7fb;--bg-gradient:radial-gradient(at 0% 0%, #168ac014 0px, transparent 50%), radial-gradient(at 100% 100%, #10b9810d 0px, transparent 50%), #f4f7fb;--surface:#fff;--surface-hover:#f8fafc;--surface-soft:#f1f5f9;--surface-glass:#ffffffd9;--line:#e2e8f0;--line-strong:#cbd5e1;--text:#0f172a;--text-base:#1e293b;--muted:#64748b;--text-faint:#94a3b8;--brand:#0284c7;--brand-light:#e0f2fe;--brand-strong:#0369a1;--brand-gradient:linear-gradient(135deg, #0284c7 0%, #0369a1 100%);--brand-glow:#0284c740;--teal:#10b981;--teal-light:#d1fae5;--blue:#3b82f6;--blue-light:#dbeafe;--amber:#f59e0b;--amber-light:#fef3c7;--red:#f43f5e;--red-light:#ffe4e6;--purple:#8b5cf6;--purple-light:#ede9fe;--shadow-sm:0 1px 3px #0f172a0f, 0 1px 2px #0f172a0a;--shadow-md:0 4px 12px -2px #0f172a14, 0 2px 6px -1px #0f172a0a;--shadow-lg:0 16px 32px -4px #0f172a1a, 0 6px 12px -2px #0f172a0d;--shadow-glow:0 0 20px #0284c733;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--ease-bounce:cubic-bezier(.34, 1.56, .64, 1);--ease-smooth:cubic-bezier(.16, 1, .3, 1);--transition:all .22s var(--ease-smooth)}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#090f1e;--bg-gradient:radial-gradient(at 0% 0%, #38bdf814 0px, transparent 50%), radial-gradient(at 100% 100%, #3b82f60f 0px, transparent 50%), #090f1e;--surface:#111a2e;--surface-hover:#192642;--surface-soft:#16223b;--surface-glass:#111a2ed9;--line:#1e2f52;--line-strong:#2c4270;--text:#e2e8f0;--text-base:#cbd5e1;--muted:#8ea0bc;--text-faint:#64748b;--brand:#38bdf8;--brand-light:#38bdf826;--brand-strong:#7dd3fc;--brand-gradient:linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);--brand-glow:#38bdf84d;--teal:#22d3ee;--teal-light:#22d3ee26;--blue:#60a5fa;--blue-light:#60a5fa26;--amber:#fbbf24;--amber-light:#fbbf2426;--red:#fb7185;--red-light:#fb718526;--shadow-sm:0 1px 3px #0006;--shadow-md:0 6px 16px #00000080;--shadow-lg:0 20px 40px #0009}*,:before,:after{box-sizing:border-box}html{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;height:100vh;font-size:15px;overflow:hidden}body{background:var(--bg-gradient);min-width:320px;height:100vh;color:var(--text);-webkit-backface-visibility:hidden;backface-visibility:hidden;background-attachment:fixed;margin:0;line-height:1.5;overflow:hidden;transform:translateZ(0)}#app{flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text);letter-spacing:-.02em;max-width:100%;font-weight:700;overflow-x:hidden}html,body,.app-shell,.app-body-layout,.workspace,.content,.panel,.panel-header,.focus-panel{overflow-x:hidden}*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{width:0;height:0;display:none}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;background:0 0;border:none}a{color:var(--brand);transition:var(--transition);text-decoration:none}a:hover{color:var(--brand-strong)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0}to{opacity:1}}@keyframes modalPop{0%{opacity:0}to{opacity:1}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #f43f5e66}50%{box-shadow:0 0 0 8px #f43f5e00}}.animate-fade-in,.animate-slide-up{animation:.3s ease-out forwards fadeIn}.animate-scale-in{animation:.25s ease-out forwards fadeIn}.primary-button,.secondary-button,.ghost-button,.danger-button,.icon-button,.nav-button,.sidebar-action{border-radius:var(--radius-md);min-height:42px;font-family:var(--font-heading);letter-spacing:-.01em;white-space:nowrap;transition:var(--transition);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.primary-button:active,.secondary-button:active,.ghost-button:active,.danger-button:active,.icon-button:active{transform:scale(.97)}.primary-button{color:#fff;background:var(--brand-gradient);box-shadow:0 4px 14px var(--brand-glow);border:1px solid #fff3}.primary-button:hover{box-shadow:0 6px 20px var(--brand-glow);filter:brightness(1.08)}.secondary-button{color:var(--brand-strong);background:var(--surface);border:1px solid var(--line-strong);box-shadow:var(--shadow-sm)}.secondary-button:hover{background:var(--surface-soft);border-color:var(--brand);color:var(--brand)}.ghost-button{color:var(--text-base);background:var(--surface-soft);border:1px solid var(--line)}.ghost-button:hover{background:var(--surface-hover);border-color:var(--line-strong);color:var(--brand)}.ghost-button.active{color:#fff;background:var(--brand-gradient);box-shadow:0 4px 12px var(--brand-glow);border-color:#0000}.danger-button{color:#fff;background:linear-gradient(135deg,#f43f5e 0%,#e11d48 100%);border:1px solid #ffffff26;box-shadow:0 4px 14px #f43f5e40}.danger-button:hover{filter:brightness(1.08);box-shadow:0 6px 20px #f43f5e59}.compact{border-radius:var(--radius-sm);min-height:36px;padding:6px 13px;font-size:.85rem}.icon-button{width:40px;min-width:40px;height:40px;color:var(--text-base);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:0;position:relative}.icon-button:hover{color:var(--brand);border-color:var(--brand);background:var(--surface-hover);box-shadow:var(--shadow-md)}button svg,.icon-button svg,.primary-button svg,.secondary-button svg,.ghost-button svg{width:18px;height:18px;transition:transform .2s var(--ease-smooth);flex-shrink:0}.badge-dot{border:2px solid var(--surface);border-radius:var(--radius-full);color:#fff;background:var(--red);justify-content:center;align-items:center;min-width:19px;height:19px;padding:0 5px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #f43f5e66}label{color:var(--text-base);flex-direction:column;gap:6px;min-width:0;font-size:.86rem;font-weight:600;display:flex}input,select,textarea{background:var(--surface);width:100%;min-height:44px;color:var(--text);border:1px solid var(--line-strong);border-radius:var(--radius-md);transition:var(--transition);outline:none;padding:10px 14px;font-size:.92rem;box-shadow:inset 0 1px 2px #00000005}input::placeholder,textarea::placeholder{color:var(--text-faint)}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-glow), inset 0 1px 2px #00000005;background:var(--surface)}select[multiple]{min-height:110px;padding:8px}select[multiple] option{border-radius:var(--radius-sm);margin-bottom:2px;padding:6px 10px}textarea{resize:vertical;line-height:1.5}.form-error{border-radius:var(--radius-md);color:var(--red);background:var(--red-light);border:1px solid #f43f5e33;margin:0;padding:10px 14px;font-size:.86rem;font-weight:600}.form-error:empty{display:none}.login-page{color:#fff;background:linear-gradient(135deg,#070e1c 0%,#0f1c38 55%,#0c172e 100%);flex:1;grid-template-columns:minmax(420px,1.1fr) minmax(440px,.9fr);min-height:100vh;display:grid;position:relative;overflow:hidden}.login-page:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 20%,#38bdf838 0%,#0000 50%),radial-gradient(circle at 85% 80%,#3b82f62e 0%,#0000 50%);position:absolute;top:0;bottom:0;left:0;right:0}@media (max-width:900px){.login-page{grid-template-columns:1fr}.login-brand{display:none!important}}::view-transition-old(root){z-index:1!important}::view-transition-new(root){z-index:2!important}::view-transition-image-pair(root){isolation:isolate}.theme-transition-flare{z-index:2147483647;pointer-events:none;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.theme-transition-core,.theme-transition-ring,.theme-transition-lens,.theme-transition-aurora,.theme-transition-flare i{left:var(--theme-x);top:var(--theme-y);pointer-events:none;position:absolute}.theme-transition-aurora{opacity:0;filter:blur(18px)saturate(1.4);mix-blend-mode:screen;background:conic-gradient(from 45deg,#22d3ee,#536dfe,#a855f7,#22d3ee);border-radius:50%;width:18px;height:18px;margin:-9px;animation:1.2s cubic-bezier(.16,.72,.18,1) forwards theme-aurora-bloom}.theme-transition-flare.to-light .theme-transition-aurora{background:conic-gradient(from 45deg,#fff2a8,#ffad72,#b9e9ff,#fff2a8)}.theme-transition-core{background:#8ee7ff;border-radius:50%;width:18px;height:18px;margin:-9px;animation:.78s cubic-bezier(.18,.72,.2,1) forwards theme-core-burst;box-shadow:0 0 18px 5px #5dd2ffeb,0 0 52px 18px #4585ff6b}.theme-transition-flare.to-light .theme-transition-core{background:#fffbd1;box-shadow:0 0 20px 6px #fffabdf5,0 0 58px 20px #ffce6866}.theme-transition-ring{border:2px solid #87e1ffd1;border-radius:50%;width:24px;height:24px;margin:-12px;animation:.9s cubic-bezier(.14,.7,.16,1) forwards theme-ring-expand;box-shadow:inset 0 0 14px #5abeff80,0 0 16px #5abeff59}.theme-transition-flare.to-light .theme-transition-ring{border-color:#ffeca0e6;box-shadow:inset 0 0 14px #ffdc7480,0 0 16px #ffdc7461}.theme-transition-ring.secondary{border-style:dashed;border-color:#b084ffa6;width:34px;height:34px;margin:-17px;animation:1.08s cubic-bezier(.14,.7,.16,1) 70ms forwards theme-ring-expand-secondary}.theme-transition-flare.to-light .theme-transition-ring.secondary{border-color:#ffad5cb8}.theme-transition-lens{opacity:0;background:#fffffff0;border-radius:50%;width:10px;height:10px;margin:-5px;animation:.82s ease-out 90ms forwards theme-lens-flash;box-shadow:-38px 0 12px #43d6ffd9,38px 0 12px #ae5cffcc,0 0 34px 12px #ffffff80}.theme-transition-flare.to-light .theme-transition-lens{box-shadow:-38px 0 12px #ffe06fe0,38px 0 12px #6fccffcc,0 0 34px 12px #ffffff9e}.theme-transition-flare i{--particle-distance:58px;--particle-size:5px;width:var(--particle-size);height:var(--particle-size);margin:calc(var(--particle-size) * -.5);transform:rotate(var(--particle-angle)) translateX(5px) scale(0);animation:theme-particle-flight .94s var(--particle-delay) cubic-bezier(.15,.7,.25,1) forwards;background:#a8ecff;border-radius:50%;box-shadow:0 0 8px}.theme-transition-flare.to-light i{color:#ffe28b;background:#fff6c4}.theme-transition-flare.fallback:before{content:"";left:var(--theme-x);top:var(--theme-y);background:#4394e633;border-radius:50%;width:20px;height:20px;margin:-10px;animation:.9s ease-out forwards theme-fallback-reveal;position:absolute}.theme-transition-flare.to-light.fallback:before{background:#fff1b247}@keyframes theme-core-burst{0%{opacity:0;transform:scale(.2)}28%{opacity:1;transform:scale(1.45)}to{opacity:0;transform:scale(4)}}@keyframes theme-ring-expand{0%{opacity:0;transform:scale(.35)}18%{opacity:1}to{opacity:0;border-width:1px;transform:scale(8)}}@keyframes theme-ring-expand-secondary{0%{opacity:0;transform:scale(.25)rotate(0)}20%{opacity:.9}to{opacity:0;border-width:1px;transform:scale(8.5)rotate(145deg)}}@keyframes theme-aurora-bloom{0%{opacity:0;transform:scale(.2)rotate(0)}24%{opacity:.78}to{opacity:0;filter:blur(32px)saturate(1.7);transform:scale(20)rotate(115deg)}}@keyframes theme-lens-flash{0%{opacity:0;transform:scale(.3)rotate(-8deg)}28%{opacity:1;transform:scale(1.3)rotate(2deg)}to{opacity:0;transform:scale(7)rotate(10deg)}}@keyframes theme-particle-flight{0%{opacity:0;transform:rotate(var(--particle-angle)) translateX(4px) scale(0)}24%{opacity:1;transform:rotate(var(--particle-angle)) translateX(14px) scale(1)}to{opacity:0;transform:rotate(var(--particle-angle)) translateX(var(--particle-distance)) scale(.2)}}@keyframes theme-fallback-reveal{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(160)}}@media (prefers-reduced-motion:reduce){.theme-transition-flare{display:none!important}}.sidebar.collapsed,[data-theme=dark] .sidebar.collapsed{flex:0 0 76px;align-items:center;gap:14px;width:76px;min-width:76px;padding:16px 10px}.sidebar.collapsed .sidebar-header{flex-direction:column;gap:10px;width:100%;padding-bottom:14px}.sidebar.collapsed .brand-info,.sidebar.collapsed .profile-meta,.sidebar.collapsed .nav-section-label,.sidebar.collapsed .nav-label,.sidebar.collapsed .action-label,.sidebar.collapsed .sidebar-online-widget{display:none!important}.sidebar.collapsed .brand,.sidebar.collapsed .profile-block,.sidebar.collapsed .main-nav{justify-content:center;align-items:center;width:100%}.sidebar.collapsed .brand-logo{width:38px;height:38px}.sidebar.collapsed .profile-block{box-shadow:none;background:0 0;border-color:#0000;margin:0;padding:4px}.sidebar.collapsed .main-nav{flex-direction:column;gap:6px;display:flex}.sidebar.collapsed .nav-button,.sidebar.collapsed .sidebar-action{border-radius:12px;justify-content:center;width:44px;min-width:44px;height:44px;min-height:44px;margin-inline-start:auto;margin-inline-end:auto;padding:0}.sidebar.collapsed .nav-button:after{left:2px}.tickets-layout,.tickets-layout>*,.detail-panel,.detail-panel *{box-sizing:border-box}.tickets-layout.detail-open{max-width:100%;overflow:visible}.detail-panel{scrollbar-gutter:stable;overscroll-behavior:contain;width:100%;min-width:0;max-width:100%;max-height:calc(100dvh - 24px);padding:0 18px 22px;position:sticky;top:12px;overflow:hidden auto}.detail-close-button{width:auto;height:36px;color:var(--brand);background:var(--surface-muted);border:1px solid var(--ui-border);border-radius:10px;gap:7px;padding:0 11px;font-size:.78rem;font-weight:700;position:static}.detail-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;width:100%;display:grid;position:relative;overflow:visible}.detail-header .pill{white-space:normal;text-align:center;max-width:130px;position:static}.detail-meta,.description-block,.tic-actions,.user-ticket-actions,.comment-form,.timeline,.comment-form label,.comment-form textarea{width:100%;min-width:0;max-width:100%}.comment-form textarea{resize:vertical;display:block}.tic-actions .action-row,.detail-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.tic-actions button,.user-ticket-actions button{white-space:normal;min-width:0;max-width:100%}@media (max-width:980px){.detail-panel{max-height:none;position:relative;top:auto}}@media (max-width:520px){.detail-meta,.tic-actions .action-row,.detail-header{grid-template-columns:minmax(0,1fr)}.detail-header .pill{margin-top:8px}}.detail-panel,.detail-header,.detail-header>div,.detail-meta,.detail-meta span,.description-block,.timeline-item,.ticket-card,.recent-item,.critical-item,.notification-item,.table-panel,.table-wrap{min-width:0;max-width:100%}.description-block p,.timeline-item p,.detail-header h2,.detail-meta span,.ticket-card h3,.ticket-card p,.recent-item strong,.critical-item strong,.notification-item p,.attachment-card,.attachment-card span,.file-name,.ticket-table td:nth-child(2),.users-table-wrap td,.table-wrap td{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.description-block p,.timeline-item p{white-space:pre-wrap;width:100%}.detail-panel{overflow-x:hidden}.detail-meta span,.description-block,.timeline-item{overflow:hidden}@media (max-width:1180px){.tickets-layout.detail-open{grid-template-columns:minmax(0, 1fr) 8px minmax(280px, min(42vw, var(--ticket-detail-width,430px)))}}@media (max-width:820px){.tickets-layout.detail-open{grid-template-columns:minmax(0,1fr)}.detail-resizer{display:none}.detail-panel{width:100%;position:relative;top:auto}}@media (max-width:900px){.sidebar.collapsed,[data-theme=dark] .sidebar.collapsed{flex-direction:row;flex:0 0 70px;justify-content:space-between;width:100%;min-width:100%;height:70px;min-height:70px;padding:8px 14px}.sidebar.collapsed .sidebar-header{border:0;flex-direction:row;width:auto;padding:0}.sidebar.collapsed .profile-block,.sidebar.collapsed .main-nav,.sidebar.collapsed .sidebar-action{display:none}}.login-brand{z-index:1;color:#fff;background:0 0;flex-direction:column;justify-content:center;padding:56px 64px;display:flex;position:relative}.login-brand-header{z-index:1;align-items:center;gap:16px;display:flex;position:relative}.login-logo-wrap{background:linear-gradient(135deg,#38bdf899,#fff3);border-radius:50%;width:64px;height:64px;padding:3px;box-shadow:0 8px 24px #0006}.login-logo{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.login-brand-tag{letter-spacing:.08em;color:#7dd3fc;text-transform:uppercase;background:#38bdf81f;border:1px solid #38bdf840;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:700}.login-brand-hero{z-index:1;margin:28px 0;position:relative}.login-brand-hero .eyebrow{color:#38bdf8;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:.82rem;font-weight:700}.login-brand-hero h1{color:#fff;letter-spacing:-.02em;margin:0 0 16px;font-size:2.7rem;font-weight:800;line-height:1.15}.login-copy{color:#94a3b8;max-width:480px;margin:0;font-size:1.02rem;font-weight:400;line-height:1.6}.login-panel{z-index:1;background:0 0;justify-content:center;align-items:center;padding:40px;display:flex;position:relative}.login-card{-webkit-backdrop-filter:blur(24px);color:#fff;background:#111a2ec7;border:1px solid #ffffff24;border-radius:24px;width:100%;max-width:420px;padding:38px 34px;box-shadow:0 20px 50px #00000073}.login-form{flex-direction:column;gap:18px;display:flex}.login-form .form-title{margin-bottom:4px}.login-form .form-title .section-kicker{color:#38bdf8}.login-form .form-title h2{color:#fff;letter-spacing:-.01em;margin:4px 0 0;font-size:1.5rem;font-weight:700}.login-role-selector{background:#00000040;border:1px solid #ffffff1f;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:4px;margin-bottom:4px;padding:4px;display:grid}.login-role-selector .login-role-button{color:#94a3b8;background:0 0;border:none;border-radius:8px;height:36px;min-height:36px;font-size:.84rem;font-weight:600;transition:all .2s}.login-role-selector .login-role-button.active{color:#7dd3fc;background:#38bdf82e;border:1px solid #38bdf84d;box-shadow:0 4px 12px #0003}.login-form label{color:#cbd5e1;flex-direction:column;gap:6px;font-size:.84rem;font-weight:600;display:flex}.login-form input{color:#fff;background:#ffffff0f;border:1px solid #ffffff29;border-radius:10px;height:44px;padding:0 14px;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background .2s}.login-form input::placeholder{color:#64748b}.login-form input:focus{background:#ffffff1a;border-color:#38bdf8;outline:none;box-shadow:0 0 0 3px #38bdf833}.password-input-wrap{display:block;position:relative}.password-input-wrap input{width:100%;padding-right:3rem}.password-toggle{width:2.1rem;height:2.1rem;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:.55rem;position:absolute;top:50%;right:.55rem;transform:translateY(-50%)}.password-toggle:hover,.password-toggle.is-visible{background:var(--surface-soft);color:var(--brand)}.login-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0284c7 0%,#38bdf8 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;margin-top:6px;font-size:.92rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 20px #38bdf859}.login-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #38bdf880}.login-form .inline-link{color:#94a3b8;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;padding:6px;font-size:.82rem;font-weight:600;transition:color .2s;display:inline-flex}.login-form .inline-link:hover{color:#38bdf8;background:0 0}.eyebrow,.section-kicker{color:var(--brand);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px;font-size:.78rem;font-weight:800}.tech-bg-overlay{pointer-events:none;z-index:0;opacity:.85;background-image:radial-gradient(#0284c71f 1px,#0000 1px),linear-gradient(90deg,#0284c708 1px,#0000 1px),linear-gradient(#0284c708 1px,#0000 1px);background-size:24px 24px,48px 48px,48px 48px;position:fixed;top:0;bottom:0;left:0;right:0}.app-shell{z-index:1;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.top-nav-bar{z-index:100;background:var(--surface-glass);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--line);height:64px;box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:20px;padding:0 24px;display:flex;position:sticky;top:0}.top-nav-left{align-items:center;gap:16px;display:flex}.tech-brand-badge{background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius-full);align-items:center;gap:8px;padding:6px 12px;display:flex}.tech-pulse-dot{border-radius:var(--radius-full);background:var(--teal);width:8px;height:8px;box-shadow:0 0 8px var(--teal);animation:1.8s infinite pulseGlow}.tech-brand-title{font-family:var(--font-heading);letter-spacing:.05em;color:var(--text);font-size:.88rem;font-weight:800}.tech-tag-ver{color:var(--brand);background:var(--brand-light);border-radius:var(--radius-sm);padding:2px 6px;font-size:.72rem;font-weight:700}.tech-status-chip{color:var(--muted);align-items:center;gap:8px;font-size:.78rem;font-weight:600;display:flex}.tech-status-chip svg{width:16px;height:16px;color:var(--teal)}.top-nav-tabs{align-items:center;gap:6px;display:flex}.top-tab{border-radius:var(--radius-md);height:38px;font-family:var(--font-heading);color:var(--muted);transition:var(--transition);align-items:center;gap:8px;padding:0 14px;font-size:.88rem;font-weight:600;display:inline-flex}.top-tab.active{color:var(--brand);background:var(--brand-light);font-weight:700}.top-tab-badge{border-radius:var(--radius-full);background:var(--brand);color:#fff;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:800;display:inline-flex}.top-nav-right{align-items:center;gap:12px;display:flex}.top-search-wrapper{align-items:center;width:220px;display:flex;position:relative}.top-search-wrapper svg{width:16px;height:16px;color:var(--muted);pointer-events:none;position:absolute;left:12px}.top-search-wrapper input{border-radius:var(--radius-full);background:var(--surface-soft);border-color:var(--line);min-height:38px;padding-left:36px;font-size:.85rem}.app-body-layout{flex:1;align-items:stretch;min-height:0;display:flex;position:relative;overflow:hidden}@media (max-width:900px){.top-nav-tabs,.tech-status-chip{display:none}.app-body-layout{flex-direction:column}}.sidebar{background:var(--surface);border-right:1px solid var(--line);z-index:50;width:260px;height:100%;min-height:100%;transition:width .3s var(--ease-smooth), padding .3s var(--ease-smooth);flex-direction:column;flex-shrink:0;align-self:stretch;gap:20px;padding:20px 16px 24px;display:flex;overflow:hidden}.sidebar-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;width:100%;padding-bottom:12px;display:flex}.sidebar.collapsed .sidebar-header{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding-bottom:12px}.sidebar-toggle-btn{border-radius:var(--radius-full);background:var(--surface-soft);border:1px solid var(--line);width:34px;height:34px;color:var(--muted);transition:var(--transition);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sidebar-toggle-btn:hover{background:var(--brand-light);color:var(--brand);border-color:var(--brand);box-shadow:var(--shadow-sm)}.sidebar-toggle-btn svg{stroke-width:2.5px;width:18px;height:18px}.sidebar.collapsed{align-items:center;width:74px;padding:16px 8px}.sidebar.collapsed .brand{justify-content:center;padding:0}.sidebar.collapsed .brand-info,.sidebar.collapsed .profile-meta,.sidebar.collapsed .nav-button .nav-label,.sidebar.collapsed .sidebar-action .action-label{opacity:0;pointer-events:none;white-space:nowrap;width:0;margin:0;padding:0;overflow:hidden}.sidebar.collapsed .profile-block{background:0 0;border:none;justify-content:center;padding:4px}.sidebar.collapsed .avatar{width:38px;height:38px;font-size:.95rem}.sidebar.collapsed .main-nav{align-items:center}.sidebar.collapsed .nav-button,.sidebar.collapsed .sidebar-action{border-radius:var(--radius-md);width:42px;min-height:42px;margin:0 auto;padding:10px 12px}.sidebar.collapsed .nav-button.active:before{display:none}.tech-chart-container{flex-direction:column;gap:16px;display:flex;overflow-x:hidden}.tech-chart-row{flex-direction:column;gap:6px;display:flex}.tech-chart-label{color:var(--text-base);justify-content:space-between;align-items:center;font-size:.86rem;font-weight:600;display:flex}.tech-chart-label strong{color:var(--brand);font-family:var(--font-heading)}.tech-chart-label strong small{color:var(--muted);font-weight:600}.tech-chart-bar-bg{background:var(--surface-soft);border-radius:var(--radius-full);border:1px solid var(--line);width:100%;height:10px;position:relative;overflow:hidden}.tech-chart-bar-fill{border-radius:var(--radius-full);background:var(--brand-gradient);height:100%;box-shadow:0 0 10px var(--brand-glow);transition:width .6s var(--ease-smooth)}.tech-chart-bar-fill.dept-fill{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 0 10px #10b9814d}.sla-widget-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (max-width:640px){.sla-widget-grid{grid-template-columns:1fr}}.sla-widget-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.sla-widget-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.sla-widget-header{justify-content:space-between;align-items:center;display:flex}.sla-widget-header strong{color:var(--muted);font-size:.82rem}.sla-widget-body{flex-direction:column;gap:6px;display:flex}.sla-widget-body span{color:var(--text-faint);text-transform:uppercase;font-size:.78rem;font-weight:600}.brand{align-items:center;gap:12px;padding:4px 0;display:flex}.brand-logo{border-radius:var(--radius-md);width:40px;height:40px;box-shadow:var(--shadow-sm)}.brand strong{font-size:1.1rem;font-family:var(--font-heading);line-height:1.2}.brand small{color:var(--muted);letter-spacing:.04em;font-size:.76rem;font-weight:600}.profile-block{background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius-lg);transition:var(--transition);align-items:center;gap:12px;padding:14px;display:flex}.profile-block:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.avatar{border-radius:var(--radius-md);background:var(--brand-gradient);color:#fff;width:42px;height:42px;font-family:var(--font-heading);box-shadow:0 4px 12px var(--brand-glow);flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:inline-flex}.profile-meta{flex-direction:column;gap:3px;min-width:0;display:flex}.profile-meta strong{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.profile-department{color:var(--brand);background:var(--brand-light);border-radius:var(--radius-full);white-space:nowrap;text-overflow:ellipsis;width:-moz-fit-content;width:fit-content;max-width:140px;padding:2px 8px;font-size:.72rem;font-weight:700;overflow:hidden}.department-badges{flex-wrap:wrap;gap:5px;min-width:0;display:flex}.department-badge{border:1px solid var(--line);max-width:190px;color:var(--muted);background:var(--surface-soft);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-items:center;padding:4px 8px;font-size:.7rem;font-weight:650;line-height:1.2;display:inline-flex;overflow:hidden}.department-badge.primary{color:var(--brand);border-color:color-mix(in srgb, var(--brand) 24%, var(--line));background:color-mix(in srgb, var(--brand) 9%, var(--surface))}.department-badges.compact{scrollbar-width:thin;max-height:49px;overflow:auto}.department-badges.compact .department-badge{max-width:145px;padding:3px 7px;font-size:.66rem}.department-empty{color:var(--muted);font-size:.75rem}.main-nav{scrollbar-width:thin;flex-direction:column;flex:1;gap:4px;display:flex;overflow:hidden auto}.nav-button,.sidebar-action{width:100%;min-height:42px;color:var(--muted);border-radius:var(--radius-md);white-space:nowrap;transition:padding .3s var(--ease-smooth), width .3s var(--ease-smooth), background .2s, color .2s;background:0 0;justify-content:flex-start;padding:10px 14px;font-size:.9rem;font-weight:600}.brand-info,.profile-meta,.nav-button .nav-label,.sidebar-action .action-label{transition:opacity .2s var(--ease-smooth)}.nav-button.active{color:var(--brand);background:var(--brand-light);font-weight:700}.nav-button.active:before{content:"";background:var(--brand);border-radius:var(--radius-full);width:4px;position:absolute;top:20%;bottom:20%;left:0}.sidebar-action{color:var(--red);margin-top:auto}.sidebar-action:hover{background:var(--red-light);color:var(--red)}.sidebar-online-widget{background:var(--surface-soft);border-radius:var(--radius-md);transition:all .3s var(--ease-smooth);flex-direction:column;flex-shrink:0;margin-top:4px;display:flex}.sidebar-online-widget.expanded{flex-shrink:1;max-height:40vh}.online-widget-header{text-transform:uppercase;color:var(--muted);letter-spacing:.05em;cursor:pointer;width:100%;transition:var(--transition);border-radius:var(--radius-md);background:0 0;border:none;align-items:center;gap:8px;padding:12px;font-size:.72rem;font-weight:800;display:flex}.online-widget-header:hover{background:#0000000d}.online-count{min-width:19px;height:19px;color:var(--teal);background:color-mix(in srgb, var(--teal) 12%, transparent);border-radius:999px;place-items:center;margin-left:5px;padding:0 5px;font-size:.66rem;display:inline-grid}.online-empty-state{color:var(--muted);margin:2px 0 4px;font-size:.74rem;line-height:1.4}[data-theme=dark] .online-widget-header:hover{background:#ffffff0d}.accordion-icon{width:16px;height:16px;color:var(--muted);transition:transform .3s var(--ease-smooth)}.online-users-wrapper{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1);display:grid}.sidebar-online-widget.expanded .online-users-wrapper{grid-template-rows:1fr}.online-users-list{scrollbar-width:thin;flex-direction:column;gap:10px;padding:0 12px;display:flex;overflow:hidden auto}.sidebar-online-widget.expanded .online-users-list{padding-bottom:12px}.online-user-item{border-radius:var(--radius-sm);transition:var(--transition);cursor:default;align-items:center;gap:10px;padding:4px;display:flex}.online-user-item:hover{background:var(--surface-hover)}.online-avatar-wrapper{display:flex;position:relative}.online-avatar-wrapper .avatar-sm{background:var(--surface);width:32px;height:32px;color:var(--text);border:1px solid var(--line);font-size:.8rem}.online-avatar-wrapper .status-dot{background:var(--teal);border:2px solid var(--surface-soft);border-radius:50%;width:10px;height:10px;position:absolute;bottom:-2px;right:-2px}.online-user-info{flex-direction:column;display:flex}.online-user-info .online-name{color:var(--text-base);white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:.82rem;font-weight:700;overflow:hidden}.online-user-info .online-role{color:var(--muted);font-size:.7rem}.sidebar.collapsed .sidebar-online-widget{display:none!important}.workspace{overscroll-behavior:none;flex-direction:column;flex:1;gap:24px;min-width:0;height:100%;padding:32px 36px;display:flex;overflow:hidden auto}.topbar{justify-content:space-between;align-items:center;gap:20px;display:flex}.topbar h1{margin:0;font-size:1.8rem}.topbar-actions{align-items:center;gap:10px;display:flex}.content{flex-direction:column;gap:24px;display:flex}.content>*{flex-shrink:0}.panel{background:var(--surface-glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--line);border-radius:var(--radius-xl);min-width:0;box-shadow:var(--shadow-md);transition:var(--transition);flex-shrink:0;padding:24px}.panel:hover{box-shadow:var(--shadow-lg);border-color:var(--line-strong)}.panel-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.panel-header h2{margin:0;font-size:1.25rem}.focus-panel{background:linear-gradient(135deg, #0284c714 0%, #10b9810f 100%), var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);justify-content:space-between;align-items:center;gap:24px;padding:28px 32px;display:flex}.focus-panel h2{margin:4px 0 6px;font-size:1.6rem}.focus-panel p{color:var(--muted);margin:0;font-size:.95rem}.focus-actions{flex-shrink:0;gap:12px;display:flex}.dashboard-grid{flex-wrap:wrap;gap:16px;display:flex}.metric-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);text-align:left;flex:200px;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.metric-card:hover{box-shadow:var(--shadow-md);border-color:var(--brand);transform:translateY(-4px)}.metric-card small{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:700}.metric-card strong{font-family:var(--font-heading);margin-top:6px;font-size:2.2rem;font-weight:800;line-height:1;display:block}.metric-card svg{background:var(--brand-light);width:36px;height:36px;color:var(--brand);border-radius:var(--radius-md);padding:8px}.metric-card.danger svg{background:var(--red-light);color:var(--red)}.dashboard-split,.tickets-layout,.users-layout{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:1080px){.dashboard-split,.tickets-layout,.users-layout{grid-template-columns:1fr}}.table-wrap{border-radius:var(--radius-md);width:100%;overflow-x:auto}table{border-collapse:separate;border-spacing:0;text-align:left;width:100%}th{background:var(--surface-soft);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--line);padding:12px 16px;font-size:.78rem;font-weight:700}th:first-child{border-top-left-radius:var(--radius-md)}th:last-child{border-top-right-radius:var(--radius-md)}td{border-bottom:1px solid var(--line);color:var(--text-base);transition:var(--transition);padding:14px 16px;font-size:.9rem}tr{transition:var(--transition)}tbody tr:hover{background:var(--surface-hover);cursor:pointer}tbody tr.selected{background:var(--brand-light)}td strong{color:var(--text);display:block}td small{color:var(--muted);font-size:.8rem;display:block}.pill{background:#ffe0dc;align-items:center;display:inline-flex}.priority-baixa{color:#22543d;background:#ddf4e7}.priority-media{color:#174263;background:#e2eff7}.priority-alta{color:#704000;background:#ffebc2}.priority-critica{color:#8c1d18;background:#ffd8d3}.progress{background:#e7ece6;border-radius:999px;width:100%;min-width:132px;height:24px;display:block;position:relative;overflow:hidden}.progress span{border-radius:inherit;height:100%;display:block}.progress em{color:#17211f;place-items:center;font-size:12px;font-style:normal;font-weight:900;display:grid;position:absolute;top:0;bottom:0;left:0;right:0}.detail-panel{align-self:start}.detail-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.detail-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.detail-meta span,.progress-block,.description-block,.timeline-item{border:1px solid var(--line);background:#fbfcfa;border-radius:8px;padding:12px}.detail-meta strong,.description-block strong,.progress-block strong{color:#2e3d38;text-transform:uppercase;margin-bottom:5px;font-size:12px;display:block}.sla-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.progress-block{gap:10px;display:grid}.progress-block small{color:var(--muted)}.description-block{gap:10px;margin-bottom:14px;display:grid}.description-block p{color:#33443e;margin:0;line-height:1.55}.attachment-list{flex-wrap:wrap;gap:8px;display:flex}.attachment-list span{min-height:28px;color:var(--muted);background:#eef3ed;border-radius:999px;align-items:center;gap:6px;padding:4px 9px;font-size:12px;font-weight:800;display:inline-flex}.attachment-list svg{width:14px;height:14px}.tic-actions,.comment-form,.ticket-form,.user-form,.sla-form{gap:12px;display:grid}.tic-actions{border:1px solid var(--line);background:#f7faf6;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:14px;padding:12px}.tic-actions .action-row{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:6px;display:grid}.tic-actions .action-row button{white-space:nowrap;justify-content:center;width:100%;margin:0}.comment-form{margin-bottom:16px}.timeline-item p{color:#33443e;margin:6px 0;line-height:1.45}.timeline-item small{color:var(--muted)}.submit-ticket{justify-self:start;min-width:160px}.file-input span{color:var(--muted);font-size:12px;font-weight:700}.file-input span.error{color:var(--red)}.users-layout{grid-template-columns:360px minmax(0,1fr)}.sla-grid{gap:10px;display:grid}.sla-row{border:1px solid var(--line);background:#fbfcfa;border-radius:8px;grid-template-columns:150px repeat(2,minmax(140px,1fr));align-items:end;gap:12px;padding:12px;display:grid}.notification-list{flex-direction:column;gap:10px;width:100%;display:flex}.notification-item{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);text-align:left;width:100%;transition:var(--transition);grid-template-columns:110px minmax(0,1fr) 140px;align-items:center;gap:16px;padding:12px 16px;display:grid}.notification-item:hover{background:var(--surface-hover);border-color:var(--line-strong)}.notification-item>span:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.notification-item>span:nth-child(2) strong{color:var(--text);font-size:.9rem;font-weight:600}.notification-item>span:nth-child(2) small{color:var(--muted);font-size:.82rem}.channel{min-height:28px;color:var(--muted);text-transform:uppercase;background:#edf1ec;border-radius:999px;place-items:center;padding:4px 10px;font-size:12px;font-weight:900;display:inline-grid}.channel.email{color:#174263;background:#e4f0f8}.channel.plataforma{color:#0f5132;background:#dff3e7}.channel.navegador{color:#704000;background:#ffebc2}time{color:var(--muted);text-align:right;font-size:12px}@media (max-width:1280px){.status-grid{grid-template-columns:repeat(4,minmax(130px,1fr))}.dashboard-grid,.form-grid,.filter-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.tickets-layout,.dashboard-layout{grid-template-columns:1fr}}@media (max-width:860px){.login-page,.app-shell,.users-layout{grid-template-columns:1fr}.login-brand{min-height:420px;padding:34px}.login-brand h1{font-size:40px}.login-status-grid,.dashboard-grid,.status-grid,.form-grid,.filter-grid,.detail-meta,.sla-pair,.inline-filters,.sla-row,.tic-actions,.notification-item{grid-template-columns:1fr}.sidebar{height:auto;position:static}.workspace{padding:16px}.topbar,.panel-header{flex-direction:column;align-items:flex-start}.topbar-actions{justify-content:flex-start;width:100%}.demo-access{grid-template-columns:1fr}time{text-align:left}}input,select,textarea{border-color:var(--line-strong);background:#fbfdff}label{color:var(--brand-strong)}.primary-button{background:var(--brand)}.primary-button:hover{background:#126f9c}.ghost-button,.secondary-button,.icon-button{color:var(--brand-strong);border-color:var(--line);background:#fff}.app-shell{grid-template-columns:248px minmax(0,1fr)}.sidebar{color:var(--brand-strong);border-right:1px solid var(--line);background:#fff;gap:18px;padding:18px}.brand-logo{border:1px solid var(--line);object-fit:cover;border-radius:50%;flex:none;width:48px;height:48px;display:block}.brand small,.profile-block small{color:var(--muted)}.profile-block{border:1px solid var(--line);background:var(--surface-soft);padding:12px}.avatar{color:#fff;background:var(--brand)}.nav-button,.sidebar-action{color:var(--brand-strong)}.nav-button:hover,.nav-button.active,.sidebar-action:hover{border-color:var(--line);color:var(--brand);background:#eef8fb}.app-footer{color:var(--text-muted,#9ca3af);opacity:.6;pointer-events:none;z-index:10;font-size:11px;position:fixed;bottom:10px;right:16px}.topbar h1{color:var(--brand-strong);font-size:26px}.section-kicker{color:var(--brand)}.panel,.metric-card{border-color:var(--line);box-shadow:var(--shadow)}.panel{padding:16px}.panel-header{margin-bottom:14px}.metric-card strong{color:var(--brand-strong);margin-top:4px;font-size:28px}.metric-card svg{width:26px;height:26px;color:var(--brand)}.status-grid{grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:8px}.status-tile{border:1px solid var(--line);background:#fbfdff;border-left:0;justify-content:space-between;align-items:center;gap:10px;min-height:64px;padding:11px 12px;display:flex}.status-tile span{color:var(--muted);font-size:12px}.status-tile strong{color:var(--brand-strong);margin:0;font-size:22px}.filter-grid,.form-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:flex-end;gap:14px;width:100%;display:grid}th{color:var(--brand-strong);background:#f2f8fb}td{color:var(--text)}tbody tr:hover,tbody tr.selected{background:#eef8fb}.pill{min-height:24px;padding:3px 8px;font-weight:800}.pill.status-novo,.priority-media,.channel.email{color:var(--brand-strong);background:#e5f4fb}.pill.status-atribuido,.pill.status-planejado,.pill.status-pendente,.priority-alta,.channel.navegador{color:#705200;background:#fff4d7}.pill.status-solucionado,.pill.status-fechado,.priority-baixa,.channel.plataforma{color:#24651d;background:#e8f6e7}.progress{background:#e7f1f5;height:20px}.progress.ok span{background:var(--brand)}.progress.warn span{background:#d89b16}.progress.danger span{background:var(--red)}.detail-meta span,.progress-block,.description-block,.timeline-item,.tic-actions,.sla-row{border-color:var(--line);background:#fbfdff}.critical-item,.notification-item{border-color:var(--line);background:#fff}.notification-item.unread{background:#eef8fb;border-color:#b8dfec}.file-input span{color:var(--muted)}@media (max-width:860px){.login-page,.app-shell{grid-template-columns:1fr}.login-brand{min-height:auto;padding:32px}.login-logo{width:128px;height:128px}.login-brand h1{font-size:36px}.login-panel{padding:32px}.sidebar{height:auto;position:static}}:root{--bg:#f7fbfd;--surface-soft:#f3fafc;--line:#e4eef3;--line-strong:#c8dde7;--text:#19324a;--muted:#738698;--shadow:0 1px 2px #12324e0a, 0 10px 28px #12324e0f;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,system-ui,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}body{letter-spacing:0;font-weight:400}strong,b,h1,h2,h3,.topbar h1,.form-title h2,.panel-header h2,.detail-header h2{font-weight:500}.section-kicker,.eyebrow{color:var(--brand);text-transform:none;font-size:12px;font-weight:500}input,select,textarea{min-height:44px;color:var(--text);background:#fff;border-radius:8px;padding:10px 12px}.primary-button,.secondary-button,.ghost-button,.danger-button,.icon-button,.nav-button,.sidebar-action{border-radius:8px;min-height:38px;font-weight:500}.primary-button{border-color:var(--brand)}.demo-access{grid-template-columns:1fr}.demo-login{justify-content:flex-start}.sidebar{background:#ffffffeb;padding:20px 16px}.brand strong,.profile-block strong{font-weight:500}.brand-logo{width:44px;height:44px}.profile-block{background:#f7fbfd}.nav-button,.sidebar-action{min-height:38px;padding:8px 10px}.nav-button svg,.sidebar-action svg{color:var(--muted)}.nav-button.active svg,.nav-button:hover svg{color:var(--brand)}.workspace{padding:26px 28px}.topbar{margin-bottom:22px}.topbar h1{font-size:25px}.focus-panel{border:1px solid var(--line);min-height:138px;box-shadow:var(--shadow);background:linear-gradient(135deg,#fff 0%,#f8fcfe 72%,#eff9f1 100%);border-radius:8px;justify-content:space-between;align-items:center;gap:24px;padding:26px;display:flex}.focus-panel h2{max-width:660px;color:var(--brand-strong);margin:0;font-size:30px;font-weight:500;line-height:1.16}.focus-panel p{max-width:580px;color:var(--muted);margin:10px 0 0;line-height:1.5}.focus-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.dashboard-grid.calm{grid-template-columns:repeat(3,minmax(180px,1fr))}.dashboard-grid.calm .metric-card{min-height:82px;box-shadow:none}.metric-card small{font-weight:400}.metric-card strong{font-size:26px;font-weight:500}.dashboard-split{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:14px;display:grid}.panel{box-shadow:none}.compact-header{margin-bottom:10px}.compact-header h2{font-size:19px}.status-overview,.recent-list{gap:8px;display:grid}.status-overview-item,.recent-item{border:1px solid var(--line);width:100%;min-height:52px;color:var(--text);text-align:left;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:11px 12px;display:flex}.status-overview-item span,.recent-item small{color:var(--muted)}.status-overview-item strong{color:var(--brand-strong);font-size:22px;font-weight:500}.recent-item strong{overflow-wrap:anywhere;font-weight:500;display:block}.recent-item:hover,.status-overview-item:hover,.critical-item:hover{background:#f3fafc}.minimal-list .critical-item{grid-template-columns:minmax(0,1fr)}.minimal-list .progress{max-width:240px}.critical-item,.notification-item{box-shadow:none}table{border-collapse:separate;border-spacing:0}th{text-transform:none;font-weight:500}th,td{padding:11px 12px}.pill{font-weight:500}.detail-meta strong,.description-block strong,.progress-block strong{text-transform:none;font-weight:500}@media (max-width:1280px){.dashboard-split{grid-template-columns:1fr}}@media (max-width:860px){.workspace{padding:18px}.focus-panel{flex-direction:column;align-items:flex-start;padding:20px}.focus-panel h2{font-size:25px}.focus-actions{justify-content:flex-start}.dashboard-grid.calm{grid-template-columns:1fr}}.tickets-toolbar{flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;margin:2px 0 -4px;display:flex}.tickets-toolbar h2{color:var(--brand-strong);margin:0;font-size:18px;font-weight:500}.tickets-layout{flex-shrink:0;grid-template-columns:minmax(0,1fr);align-items:start;display:grid}.tickets-layout.detail-open{grid-template-columns:minmax(0, 1fr) 10px minmax(320px, var(--ticket-detail-width,430px));gap:8px}.tickets-layout.detail-closed .table-panel{width:100%}.table-panel{min-width:0}.table-hint{color:var(--muted);justify-content:flex-end;margin:0 0 10px;font-size:12px;display:flex}.ticket-table{min-width:1180px}.tickets-layout.detail-closed .ticket-table{min-width:1120px}.ticket-table th,.ticket-table td{white-space:nowrap}.ticket-table td:nth-child(2),.ticket-table th:nth-child(2){white-space:normal;min-width:220px}.ticket-table td:nth-child(8),.ticket-table td:nth-child(9){min-width:150px}.detail-panel{max-height:calc(100vh - 44px);padding-top:48px;position:sticky;top:22px;overflow:auto}.detail-resizer{cursor:col-resize;touch-action:none;border:0;place-items:center;width:10px;height:calc(100vh - 44px);display:grid;position:sticky;top:22px}.detail-resizer:before{content:"";background:#d6e8ef;border-radius:999px;width:3px;height:min(220px,42vh);transition:background .16s,width .16s}.detail-resizer:hover:before,.resizing-ticket-detail .detail-resizer:before{background:var(--brand);width:4px}.detail-resizer:focus-visible:before{background:var(--brand);width:4px}.detail-resizer:focus-visible{outline-offset:2px;outline:3px solid #168ac024}.resizing-ticket-detail{cursor:col-resize;-webkit-user-select:none;user-select:none}.detail-close-button{border:1px solid var(--line);width:34px;height:34px;color:var(--brand-strong);background:#fff;border-radius:8px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:12px;right:12px}.detail-close-button:hover{color:var(--brand);background:#eef8fb}.detail-close-button svg{width:17px;height:17px}@media (max-width:980px){.tickets-layout.detail-open{grid-template-columns:1fr}.detail-resizer{display:none}.detail-panel{max-height:none;position:relative;top:auto}}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#090f1e;--surface:#111a2e;--surface-soft:#16223b;--line:#1e2f52;--line-strong:#2c4270;--text:#e2e8f0;--muted:#8ea0bc;--brand:#38bdf8;--brand-strong:#7dd3fc;--teal:#22d3ee;--shadow:0 8px 24px #00000080}::view-transition-old(root){mix-blend-mode:normal;animation:none}::view-transition-new(root){mix-blend-mode:normal;animation:none}[data-theme=dark]::view-transition-old(root){z-index:1}[data-theme=dark]::view-transition-new(root){z-index:2147483646}[data-theme=light]::view-transition-old(root){z-index:2147483646}[data-theme=light]::view-transition-new(root){z-index:1}[data-theme=dark] body{background:var(--bg);color:var(--text)}[data-theme=dark] .sidebar{border-right:1px solid var(--line);background:#060b17}[data-theme=dark] .panel{background:var(--surface);border-color:var(--line)}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{color:var(--text);border-color:var(--line-strong);background:#141e33}[data-theme=dark] th{color:var(--muted);background:#16223b}[data-theme=dark] tbody tr:hover,[data-theme=dark] tbody tr.selected{background:#16223b}[data-theme=dark] .metric-card,[data-theme=dark] .status-tile,[data-theme=dark] .critical-item,[data-theme=dark] .notification-item,[data-theme=dark] .recent-item,[data-theme=dark] .status-overview-item,[data-theme=dark] .icon-button,[data-theme=dark] .secondary-button{background:var(--surface);color:var(--text);border-color:var(--line)}[data-theme=dark] .detail-meta span,[data-theme=dark] .progress-block,[data-theme=dark] .description-block,[data-theme=dark] .timeline-item,[data-theme=dark] .tic-actions{background:var(--surface-soft);border-color:var(--line)}[data-theme=dark] .ghost-button{background:var(--surface-soft);border-color:var(--line);color:var(--brand-strong)}[data-theme=dark] label{color:var(--muted)}.settings-panel{width:100%}.settings-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.settings-item{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:18px 0;display:flex}.settings-item:last-child{border-bottom:none;padding-bottom:0}.settings-item-info{align-items:center;gap:14px;min-width:0;display:flex}.settings-item-info svg{width:20px;height:20px;color:var(--brand);flex:none}.settings-item-info div{flex-direction:column;gap:2px;display:flex}.settings-item-info strong{color:var(--text);font-size:14px;font-weight:700}.settings-item-info small{color:var(--muted);font-size:12px}.settings-inline-form{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.settings-inline-form input{width:200px;min-height:36px;font-size:13px}.settings-inline-form .settings-msg{flex-basis:100%;width:100%}.theme-toggle-group{flex-shrink:0;gap:6px;display:flex}.theme-btn{border:1px solid var(--line-strong);background:var(--surface-soft);min-height:36px;color:var(--muted);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:700;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.theme-btn:hover{border-color:var(--brand);color:var(--brand)}.theme-btn.active{border-color:var(--brand);background:var(--brand);color:#fff}.theme-btn svg{width:15px;height:15px}.version-badge{background:var(--surface-soft);border:1px solid var(--line-strong);min-height:30px;color:var(--muted);letter-spacing:.04em;border-radius:999px;flex-shrink:0;align-items:center;padding:4px 14px;font-size:13px;font-weight:800;display:inline-flex}.settings-msg{min-height:1em;margin:0;font-size:13px;font-weight:700}.settings-msg.success{color:var(--green)}.settings-msg.error{color:var(--red)}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000007a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-box{background:var(--surface);border:1px solid var(--line);border-radius:12px;width:100%;max-width:420px;animation:.18s modal-in;overflow:hidden;box-shadow:0 24px 64px #00000047}@keyframes modal-in{0%{opacity:0}to{opacity:1}}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 20px 14px;display:flex}.modal-header h3{color:var(--text);margin:0;font-size:16px;font-weight:800}.modal-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:20px;font-weight:700;line-height:1;transition:background .12s,color .12s;display:inline-flex}.modal-close:hover{background:var(--surface-soft);color:var(--text)}.modal-form{gap:14px;padding:20px;display:grid}.modal-actions{gap:10px;padding-top:4px;display:flex}[data-theme=dark] .modal-box{background:var(--surface);border-color:var(--line)}[data-theme=dark] .modal-close:hover{background:var(--surface-soft)}.system-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;background:#00000073;justify-content:center;align-items:center;animation:.18s fade-in;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.system-modal{background:var(--surface,#fff);border:1px solid var(--line,#e5e7eb);border-radius:16px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:420px;padding:36px 32px 28px;animation:.22s fade-in;display:flex;box-shadow:0 24px 64px #0000002e,0 4px 16px #00000014}.system-modal-text{color:var(--text,#111);text-align:center;font-size:15px;font-weight:500;line-height:1.55}.system-modal-actions{justify-content:flex-end;gap:10px;width:100%;margin-top:4px;display:flex}@keyframes slide-up{0%{opacity:0}to{opacity:1}}[data-theme=dark] .system-modal{background:var(--surface);border-color:var(--line)}.welcome-overlay{z-index:999995;opacity:0;pointer-events:none;background:linear-gradient(135deg,#0a1628 0%,#0d2150 50%,#0a1628 100%);justify-content:center;align-items:center;transition:opacity .5s;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.welcome-content{flex-direction:column;align-items:center;gap:12px;animation:.5s both fade-in;display:flex}.welcome-logo{color:var(--brand,#1a73e8);filter:drop-shadow(0 0 24px var(--brand,#1a73e8));margin-bottom:8px;animation:2s ease-in-out infinite welcome-pulse}.welcome-greeting{color:#ffffff8c;letter-spacing:.04em;margin:0;font-family:Inter,Outfit,sans-serif;font-size:16px;font-weight:400}.welcome-name{color:#fff;letter-spacing:-.02em;text-shadow:0 0 40px #1a73e899;margin:0;font-family:Inter,Outfit,sans-serif;font-size:clamp(32px,6vw,52px);font-weight:700}.welcome-sub{color:#ffffff59;letter-spacing:.08em;text-transform:uppercase;margin:4px 0 0;font-family:Inter,Outfit,sans-serif;font-size:13px}@keyframes welcome-rise{0%{opacity:0}to{opacity:1}}.onboarding-overlay{z-index:10001;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#041828c2;place-items:center;padding:1rem;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.onboarding-card{border:1px solid var(--border);background:var(--surface);text-align:center;border-radius:1.25rem;width:min(480px,100%);padding:2rem;box-shadow:0 28px 80px #00000047}.onboarding-step{color:var(--brand);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800}.onboarding-icon{background:var(--surface-soft);width:64px;height:64px;color:var(--brand);border-radius:18px;place-items:center;margin:1.4rem auto 1rem;display:grid}.onboarding-icon svg{width:30px;height:30px}.onboarding-card h2{margin:0 0 .65rem}.onboarding-card p{min-height:3.2rem;color:var(--muted);line-height:1.6}.onboarding-dots{justify-content:center;gap:.45rem;margin:1.25rem 0;display:flex}.onboarding-dots span{background:var(--border);border-radius:50%;width:8px;height:8px}.onboarding-dots span.active{background:var(--brand);border-radius:8px;width:24px}.onboarding-actions{justify-content:space-between;align-items:center;gap:1rem;display:flex}@keyframes welcome-pulse{0%,to{filter:drop-shadow(0 0 18px var(--brand,#1a73e8))}50%{filter:drop-shadow(0 0 36px var(--brand,#1a73e8)) drop-shadow(0 0 60px #1a73e866)}}.file-input-wrapper{flex-direction:column;gap:8px;margin-bottom:1rem;display:flex}.file-drop-area{border:2px dashed var(--line-strong);border-radius:var(--radius-md);text-align:center;background:var(--surface-soft);cursor:pointer;padding:20px;transition:border-color .2s,background .2s;position:relative}.file-drop-area:hover{border-color:var(--brand);background:var(--surface-hover)}.file-drop-area input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.file-drop-message{color:var(--text-faint);pointer-events:none;flex-direction:column;align-items:center;gap:4px;display:flex}.file-drop-message i{width:32px;height:32px;color:var(--brand)}.file-drop-message span{color:var(--text);font-size:.9rem;font-weight:600}.file-drop-message small{color:var(--muted);font-size:.78rem}.file-preview-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;margin-top:10px;display:grid}.file-preview-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);text-align:center;flex-direction:column;align-items:center;gap:6px;padding:8px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.file-preview-card:hover{border-color:var(--brand);box-shadow:0 4px 12px #0000000f}.file-preview-card.error{border-color:var(--red);background:#fff5f5}.preview-thumb{border-radius:var(--radius-sm);background:#f0f4f8;justify-content:center;align-items:center;width:100%;height:85px;display:flex;overflow:hidden}.preview-thumb img{object-fit:cover;width:100%;height:100%}.preview-icon{background:var(--surface-soft);border-radius:var(--radius-sm);width:100%;height:70px;color:var(--brand);justify-content:center;align-items:center;display:flex}.preview-icon i{width:32px;height:32px}.preview-info{flex-direction:column;width:100%;min-width:0;display:flex}.preview-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.8rem;font-weight:600;overflow:hidden}.preview-size{color:var(--muted);font-size:.72rem}.preview-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;line-height:1;transition:background .15s;display:flex;position:absolute;top:4px;right:4px}.preview-remove:hover{background:var(--red)}.detail-attachments-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;margin-top:8px;display:grid}.attachment-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;gap:6px;padding:8px;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.attachment-card:hover{border-color:var(--brand);box-shadow:0 3px 10px #00000014}.attachment-card-thumb{border-radius:var(--radius-sm);background:#f0f4f8;justify-content:center;align-items:center;width:100%;height:75px;display:flex;overflow:hidden}.attachment-card-thumb img{object-fit:cover;width:100%;height:100%}.attachment-card-icon{background:var(--surface-soft);border-radius:var(--radius-sm);width:100%;height:60px;color:var(--brand);justify-content:center;align-items:center;display:flex}.attachment-card-icon i{width:28px;height:28px}.attachment-card-info{flex-direction:column;min-width:0;display:flex}.attachment-card-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:600;overflow:hidden}.attachment-card-size{color:var(--muted);font-size:.7rem}.dashboard-filter-bar{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;padding:2px 0;display:flex}.dash-filter-group{flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.dash-filter-label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;align-items:center;gap:5px;font-size:.78rem;font-weight:600;display:flex}.dash-filter-label i{width:14px;height:14px;color:var(--brand)}.dept-pill-badge{color:var(--brand-strong);white-space:nowrap;background:#eef6fc;border:1px solid #1a73e833;border-radius:12px;justify-content:center;align-items:center;height:28px;padding:3px 12px;font-size:.78rem;font-weight:600;line-height:1;display:inline-flex}.custom-dash-select{-webkit-appearance:none;appearance:none;background-color:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%3C1a73e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:14px;min-width:140px;height:28px;padding:2px 26px 2px 10px;font-size:.78rem;font-weight:500;transition:border-color .2s,box-shadow .2s}.custom-dash-select:hover,.custom-dash-select:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 2px #1a73e81f}.system-modal-prompt{text-align:left;width:100%;margin:12px 0 16px}.system-modal-prompt label{color:var(--text);margin-bottom:6px;font-size:.86rem;font-weight:600;display:block}.system-modal-prompt textarea,.system-modal-prompt input{border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--surface);width:100%;color:var(--text);padding:10px;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.system-modal-prompt textarea:focus,.system-modal-prompt input:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #1a73e826}.planned-schedule-card{border-radius:var(--radius-md);color:var(--brand-strong);background:linear-gradient(135deg,#eef6fc 0%,#e0f2fe 100%);border:1px solid #1a73e840;align-items:center;gap:10px;margin-bottom:16px;padding:12px 16px;display:flex}.planned-schedule-card i{width:22px;height:22px;color:var(--brand);flex-shrink:0}.planned-schedule-card div{flex-direction:column;display:flex}.planned-schedule-card strong{font-size:.85rem;font-weight:700}.planned-schedule-card span{font-size:.8rem}.floating-whatsapp-btn{z-index:9999;color:#fff;width:54px;height:54px;transition:transform .25s var(--ease-bounce), box-shadow .25s ease;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 20px #25d36673}.floating-whatsapp-btn:hover{color:#fff;transform:translateY(-4px)scale(1.08);box-shadow:0 10px 28px #25d36699}.whatsapp-icon-svg{width:28px;height:28px}.whatsapp-btn-tooltip{background:var(--surface);color:var(--text);border:1px solid var(--line);white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;border-radius:20px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;right:66px;transform:translate(10px);box-shadow:0 4px 14px #00000026}.floating-whatsapp-btn:hover .whatsapp-btn-tooltip{opacity:1;visibility:visible;transform:translate(0)}:root{--border:var(--line);--header-glass:#ffffffe0;--sidebar-glass:#fffffff0;--focus-ring:0 0 0 4px #0284c729}[data-theme=dark]{--bg:#070d19;--surface:#101a2c;--surface-hover:#17243a;--surface-soft:#142036;--surface-glass:#101a2ce6;--header-glass:#080f1cdb;--sidebar-glass:#0a1221f5;--line:#263651;--line-strong:#354966;--text:#f4f7fb;--text-base:#d6deeb;--muted:#9aabc3;--text-faint:#71829c;--brand:#42c4f5;--brand-strong:#8cddfb;--brand-light:#42c4f521;--brand-gradient:linear-gradient(135deg, #0284c7 0%, #22b8ef 52%, #38bdf8 100%);--shadow-sm:0 2px 8px #00000038;--shadow-md:0 10px 28px #00000047;--shadow-lg:0 24px 60px #00000061;--focus-ring:0 0 0 4px #42c4f52e}body{background-color:var(--bg);transition:background-color .25s,color .25s}button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}a:focus-visible{outline:2px solid var(--brand);outline-offset:2px}input:focus-visible{outline:2px solid var(--brand);outline-offset:2px}select:focus-visible{outline:2px solid var(--brand);outline-offset:2px}textarea:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.login-page{isolation:isolate;background:linear-gradient(120deg, #031323f7, #07233ef0), var(--bg);grid-template-columns:minmax(440px,1.08fr) minmax(420px,.92fr)}[data-theme=light] .login-page{color:var(--text);background:linear-gradient(120deg,#f1f8fdfa,#e5f3fbf0),#edf6fb}.login-page:before{z-index:-3;opacity:.8;background-image:linear-gradient(#38bdf80e 1px,#0000 1px),linear-gradient(90deg,#38bdf80e 1px,#0000 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(90deg,#000,#0000 92%);mask-image:linear-gradient(90deg,#000,#0000 92%)}.login-orb{z-index:-2;pointer-events:none;opacity:.2;filter:blur(2px);background:radial-gradient(circle,#38bdf8 0%,#38bdf800 68%);border-radius:50%;width:360px;height:360px;animation:10s ease-in-out infinite alternate orb-float;position:absolute}.login-orb-one{top:-150px;left:-90px}.login-orb-two{animation-delay:-4s;bottom:-210px;right:9%}.login-theme-toggle{z-index:5;color:#c7d7e9;width:42px;height:42px;transition:transform .2s var(--ease-smooth), background .2s ease;background:#0815268a;border:1px solid #ffffff29;border-radius:13px;place-items:center;display:grid;position:absolute;top:24px;right:26px;box-shadow:0 8px 24px #00000024}[data-theme=light] .login-theme-toggle{color:var(--brand-strong);background:#ffffffc2;border-color:#0284c72e}.login-theme-toggle:hover{transform:translateY(-2px)rotate(5deg)}.login-theme-toggle svg{width:19px;height:19px}.login-brand-hero{animation:login-enter .65s 80ms var(--ease-smooth) both}.login-logo-wrap{border-radius:20px;width:70px;height:70px}.login-logo{border-radius:17px}.login-brand-hero h1{letter-spacing:-.045em;max-width:620px;font-size:clamp(2.6rem,5vw,4.5rem);line-height:1.02}[data-theme=light] .login-brand-hero h1{color:#0b2940}[data-theme=light] .login-brand-tag{color:#0369a1;background:#0284c714;border-color:#0284c72e}.login-benefits{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.login-benefits span{color:#c9d8e8;background:#ffffff0e;border:1px solid #ffffff1c;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.78rem;font-weight:650;display:inline-flex}[data-theme=light] .login-benefits span{color:#31556f;background:#ffffffa3;border-color:#0284c721}.login-benefits svg{color:#38bdf8;width:15px;height:15px}.login-panel{padding:76px 40px 40px}.login-card{max-width:460px;max-height:calc(100vh - 96px);animation:login-card-enter .65s .1s var(--ease-smooth) both;background:#0a182bd6;border:1px solid #ffffff21;border-radius:28px;padding:clamp(28px,4vw,42px);overflow-y:auto;box-shadow:0 32px 80px #00000057,inset 0 1px #ffffff0f}[data-theme=light] .login-card{color:var(--text);background:#ffffffe6;border-color:#0284c724;box-shadow:0 30px 80px #1a507029,inset 0 1px #fff}[data-theme=light] .login-form .form-title h2,[data-theme=light] .login-form label{color:var(--text)}[data-theme=light] .login-form input,[data-theme=light] .login-form select{color:var(--text);border-color:var(--line-strong);background:#f4f8fceb}[data-theme=light] .login-form input::placeholder{color:var(--text-faint)}[data-theme=light] .login-role-selector{background:var(--surface-soft);border-color:var(--line)}.login-form select{color:#fff;background:#ffffff0f;border:1px solid #ffffff29;border-radius:10px;min-height:44px;padding:0 14px}.manager-access-note{color:#bad5e8;background:#38bdf813;border:1px solid #38bdf833;border-radius:13px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}[data-theme=light] .manager-access-note{color:#31556f;background:#eff8fd;border-color:#c9e8f7}.manager-access-note svg{color:#38bdf8;flex:none;width:18px;height:18px;margin-top:2px}.manager-access-note p{flex-direction:column;gap:2px;margin:0;font-size:.76rem;line-height:1.45;display:flex}.manager-access-note strong{color:inherit;font-size:.8rem}.manager-access-note span{opacity:.82}.top-nav-bar{background:var(--header-glass);-webkit-backdrop-filter:blur(16px)saturate(130%);backdrop-filter:blur(16px)saturate(130%);border-bottom-color:color-mix(in srgb, var(--line) 82%, transparent);box-shadow:0 1px #ffffff0a,0 8px 28px #0f172a0a}.sidebar,[data-theme=dark] .sidebar{background:var(--sidebar-glass);border-right-color:var(--line)}.topbar{padding-inline-start:clamp(20px,2.5vw,38px);padding-inline-end:clamp(20px,2.5vw,38px)}.panel,.focus-panel,.metric-card{border-color:var(--line);box-shadow:var(--shadow-sm);transition:transform .25s var(--ease-smooth), box-shadow .25s ease, border-color .25s ease, background .25s ease}.panel:hover{border-color:color-mix(in srgb, var(--brand) 28%, var(--line));box-shadow:var(--shadow-md)}.metric-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.focus-panel{position:relative;overflow:hidden}.focus-panel:after{content:"";background:radial-gradient(circle, var(--brand-light), transparent 68%);pointer-events:none;border-radius:50%;width:180px;height:180px;position:absolute;top:-100px;right:-85px}.nav-button:after{content:"";background:var(--brand);width:3px;transition:transform .2s var(--ease-smooth);border-radius:0 4px 4px 0;position:absolute;top:8px;bottom:8px;left:0;right:auto;transform:scaleY(0)}.nav-button.active:after{transform:scaleY(1)}.nav-button:hover{transform:translate(3px)}.sidebar.collapsed .nav-button:hover{transform:translateY(-2px)}tbody tr{transition:background .18s,box-shadow .18s}tbody tr:hover{box-shadow:inset 3px 0 var(--brand)}.primary-button:not(:disabled):hover{transform:translateY(-2px)}.secondary-button:not(:disabled):hover,.ghost-button:not(:disabled):hover,.icon-button:not(:disabled):hover{transform:translateY(-1px)}button:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.15)}.view-fade-in{animation:view-enter .34s var(--ease-smooth) both}.content>*{animation:content-enter .4s var(--ease-smooth) both}.content>:nth-child(2){animation-delay:35ms}.content>:nth-child(3){animation-delay:70ms}.content>:nth-child(4){animation-delay:.105s}.system-modal,.onboarding-card{animation:modal-enter .28s var(--ease-bounce) both}@keyframes login-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes login-card-enter{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes orb-float{0%{transform:translate(-10px,-8px)scale(.95)}to{transform:translate(18px,14px)scale(1.06)}}@keyframes view-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes content-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes modal-enter{0%{opacity:0;transform:translateY(14px)scale(.975)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:900px){.login-page{grid-template-columns:1fr;overflow-y:auto}.login-panel{min-height:100vh;padding:76px 18px 28px}.login-card{max-height:none}.login-theme-toggle{top:18px;right:18px}.content{padding-inline-start:16px;padding-inline-end:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.workspace{gap:8px}.topbar{min-height:70px;margin:0;padding-bottom:6px}.content,.dashboard-grid,.dashboard-grid.calm,.dashboard-split,.tickets-layout,.users-layout{gap:12px}.panel,.box,.metric-card,.focus-panel,.ticket-card{padding:18px}.panel-header{gap:10px;margin-bottom:12px}.metric-card{min-height:74px}.status-overview,.recent-list,.ticket-list,.form-grid,.user-form{gap:8px}.workspace,.content,.panel,.box,.metric-card,.focus-panel,.ticket-card,.users-table-wrap,.table-container,.system-modal,.onboarding-card,.login-card{color:var(--text)!important}.panel h1,.panel h2,.panel h3,.panel h4,.panel p,.panel strong,.box h1,.box h2,.box h3,.box p,.metric-card strong,.focus-panel h2,.ticket-card h2,.ticket-card h3,table,table th,table td,.label,label{color:var(--text)}.empty-state,.panel small,.box small,.ticket-card small,table td small{color:var(--muted)!important}.sidebar .brand strong,.sidebar .profile-meta strong{color:var(--text)!important}.sidebar .brand small,.sidebar .profile-department,.sidebar .online-widget-header,.sidebar .sidebar-action{color:var(--muted)}.sidebar-online-widget:not(.expanded) .online-users-wrapper{display:none}.sidebar-online-widget.expanded .online-users-wrapper{display:block}.nav-button svg,.sidebar-action svg,.online-widget-header svg,.icon-button svg,.primary-button svg,.ghost-button svg{flex:none;display:inline-block}@media (max-width:900px){.workspace,.content,.dashboard-grid,.dashboard-split,.tickets-layout,.users-layout{gap:10px}.panel,.box,.metric-card,.focus-panel,.ticket-card{padding:14px}}body{background:radial-gradient(circle at 82% 12%, #0284c71c, transparent 28%), radial-gradient(circle at 16% 86%, #10b98111, transparent 26%), linear-gradient(145deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 92%, var(--brand) 8%) 100%)}[data-theme=dark] body{background:radial-gradient(circle at 82% 12%,#38bdf81d,#0000 28%),radial-gradient(circle at 12% 88%,#22d3ee0e,#0000 27%),linear-gradient(145deg,#060b15 0%,#0a1424 52%,#08111f 100%)}.tech-bg-overlay{opacity:.72;background-image:linear-gradient(#0284c70e 1px,#0000 1px),linear-gradient(90deg,#0284c70e 1px,#0000 1px),radial-gradient(circle,#0284c72e 1px,#0000 1.5px);background-size:48px 48px,48px 48px,12px 12px;animation:28s linear infinite grid-drift;-webkit-mask-image:linear-gradient(105deg,#0000 2%,#000 32% 80%,#0000 100%);mask-image:linear-gradient(105deg,#0000 2%,#000 32% 80%,#0000 100%)}.tech-bg-overlay:before{content:"";opacity:.28;background:linear-gradient(#0000 0%,#0284c717 49.5%,#38bdf82e 50%,#0000 50.5%) 0 0/100% 220px;animation:12s linear infinite scan-field;position:absolute;top:0;bottom:0;left:0;right:0}.tech-bg-overlay:after{content:"";border:1px solid #0284c71a;border-radius:50%;width:44vw;min-width:420px;height:44vw;min-height:420px;animation:42s linear infinite orbital-turn;position:absolute;top:12%;right:-18vw;box-shadow:0 0 0 56px #0284c706,0 0 0 112px #0284c705}.top-nav-bar{position:relative;overflow:hidden}.top-nav-bar:after{content:"";background:linear-gradient(90deg, transparent, var(--brand), transparent);opacity:.7;width:24%;height:1px;animation:7s ease-in-out infinite nav-signal;position:absolute;bottom:0;left:0}.tech-brand-badge{isolation:isolate;position:relative;box-shadow:inset 0 1px #ffffff80,0 8px 24px #0284c712}.tech-brand-badge:before{content:"";z-index:-1;border-radius:inherit;-webkit-mask-composite:xor;background:linear-gradient(110deg,#0000 15%,#38bdf88c,#0000 72%) 0 0/220% 100%;padding:1px;animation:6s linear infinite border-signal;position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.workspace:before{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 25%,#38bdf806 50%,#0000 75%) 0 0/240% 100%;animation:18s ease-in-out infinite workspace-light;position:absolute;top:0;bottom:0;left:0;right:0}.content{z-index:1;position:relative}.panel,.focus-panel,.metric-card{isolation:isolate;background-image:linear-gradient(145deg,#ffffff09,#0000 42%);position:relative;overflow:hidden}.panel:before,.metric-card:before{content:"";z-index:-1;pointer-events:none;width:48%;height:100%;transition:left .75s var(--ease-smooth);background:linear-gradient(90deg,#0000,#38bdf811,#0000);position:absolute;top:0;left:-72%;transform:skew(-18deg)}.panel:hover:before,.metric-card:hover:before{left:132%}.panel:after,.metric-card:after{content:"";pointer-events:none;opacity:.42;background:linear-gradient(var(--brand), var(--brand)) top right / 14px 1px no-repeat, linear-gradient(var(--brand), var(--brand)) top right / 1px 14px no-repeat;width:28px;height:28px;position:absolute;top:0;right:0}.metric-card svg{animation:4.5s ease-in-out infinite metric-icon-breathe}.dashboard-grid .metric-card:nth-child(2) svg{animation-delay:-1.1s}.dashboard-grid .metric-card:nth-child(3) svg{animation-delay:-2.2s}.dashboard-grid .metric-card:nth-child(4) svg{animation-delay:-3.3s}.nav-button.active{box-shadow:inset 0 0 22px #0284c70f,0 5px 16px #0284c70e}.tech-chart-bar-fill,.progress-fill{position:relative;overflow:hidden}.tech-chart-bar-fill:after,.progress-fill:after{content:"";background:linear-gradient(100deg,#0000 20%,#ffffff61 48%,#0000 76%);animation:3.8s ease-in-out infinite data-flow;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-120%)}.status-dot,.badge-dot{animation:2.6s ease-in-out infinite status-breathe}.login-page:after{content:"";z-index:-1;pointer-events:none;transform-origin:bottom;opacity:.65;background-color:#0000;background-image:linear-gradient(90deg,#0000 49.8%,#38bdf80f 50%,#0000 50.2%),linear-gradient(#0000 49.8%,#38bdf80b 50%,#0000 50.2%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:180px 180px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;animation:20s linear infinite login-grid;position:absolute;top:0;bottom:0;left:0;right:0;transform:perspective(600px)rotateX(54deg)scale(1.5)translateY(18%)}.login-card{position:relative;box-shadow:0 34px 90px #00000059,0 0 0 1px #38bdf80e,inset 0 1px #ffffff12}.login-card:before{content:"";pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 100% 0,#38bdf81f,#0000 34%);position:absolute;top:0;bottom:0;left:0;right:0}@keyframes grid-drift{to{background-position:48px 48px,48px 48px,12px 12px}}@keyframes scan-field{to{background-position:0 220px}}@keyframes orbital-turn{to{transform:rotate(360deg)}}@keyframes nav-signal{0%,to{transform:translate(-100%)}50%{transform:translate(420%)}}@keyframes border-signal{to{background-position:-220% 0}}@keyframes workspace-light{0%,to{background-position:130% 0}50%{background-position:-130% 0}}@keyframes metric-icon-breathe{0%,to{filter:drop-shadow(0 0 #0000);transform:translateY(0)}50%{filter:drop-shadow(0 4px 7px var(--brand-glow));transform:translateY(-2px)}}@keyframes active-icon{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes data-flow{0%,35%{transform:translate(-120%)}70%,to{transform:translate(140%)}}@keyframes status-breathe{0%,to{opacity:.86}50%{opacity:1;box-shadow:0 0 0 5px #10b98114}}@keyframes login-grid{to{background-position:0 180px}}@media (max-width:900px){.tech-bg-overlay:after,.panel:before,.metric-card:before{display:none}}:root{--bg:#f3f5f8;--surface:#fff;--surface-hover:#f6f8fa;--surface-soft:#eef2f6;--line:#dde3ea;--line-strong:#cbd4df;--text:#17202b;--text-base:#334155;--muted:#64748b;--text-faint:#94a3b8;--brand:#1769e0;--brand-strong:#0d4fb8;--brand-light:#e9f1ff;--brand-gradient:linear-gradient(135deg, #1769e0, #0e55c5);--shadow-sm:0 1px 2px #1018280a;--shadow-md:0 8px 24px #10182812;--shadow-lg:0 20px 45px #1018281a;--radius-sm:6px;--radius-md:9px;--radius-lg:12px;--radius-xl:16px}[data-theme=dark]{--bg:#11151b;--surface:#1a2029;--surface-hover:#222a35;--surface-soft:#202731;--surface-glass:#1a2029;--line:#2c3542;--line-strong:#3a4656;--text:#f3f5f7;--text-base:#d1d7df;--muted:#98a4b3;--text-faint:#6f7c8e;--brand:#67a2ff;--brand-strong:#9cc3ff;--brand-light:#4589f124;--brand-gradient:linear-gradient(135deg, #397fdc, #2468c3);--shadow-sm:0 1px 2px #00000029;--shadow-md:0 10px 25px #0003;--shadow-lg:0 20px 45px #00000047}body,[data-theme=dark] body{background:var(--bg)}.tech-bg-overlay,.tech-bg-overlay:before,.tech-bg-overlay:after,.workspace:before,.top-nav-bar:after,.tech-brand-badge:before,.panel:before,.panel:after,.metric-card:before,.metric-card:after,.login-page:after{animation:none!important;display:none!important}.app-shell{background:var(--bg)}.top-nav-bar{background:var(--surface);border-bottom:1px solid var(--line);min-height:64px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0 24px}.tech-brand-badge{box-shadow:none;background:0 0;border:0;border-radius:0;gap:10px;padding:0}.tech-brand-title{letter-spacing:.09em;color:var(--text);font-size:.8rem}.tech-tag-ver{color:var(--muted);background:var(--surface-soft);border:1px solid var(--line)}.tech-pulse-dot{width:7px;height:7px;box-shadow:none;animation:none}.top-nav-tabs{gap:2px}.top-tab{border-radius:7px;height:38px;padding:0 12px;font-size:.84rem;font-weight:650}.top-tab:hover{color:var(--text);background:var(--surface-soft)}.top-tab.active{color:var(--brand-strong);background:var(--brand-light)}.top-search-wrapper input{background:var(--surface-soft);box-shadow:none;border-color:#0000}.sidebar,[data-theme=dark] .sidebar{color:#dbe4ef;width:272px;box-shadow:none;background:#142131;border-right:0;gap:18px;padding:24px 18px}[data-theme=dark] .sidebar{background:#0b111a}.sidebar-header{border-bottom-color:#ffffff1a;padding:0 0 20px}.brand-logo{width:42px;height:42px;box-shadow:none;border-radius:10px}.brand strong{color:#fff;font-size:1rem}.brand small{color:#8294a9;font-size:.7rem}.sidebar-toggle-btn{color:#a9b8c9;background:#ffffff0f;border-color:#ffffff17}.sidebar-toggle-btn:hover{color:#fff;box-shadow:none;background:#ffffff1a;border-color:#ffffff29}.profile-block{box-shadow:none;background:#ffffff0e;border-color:#ffffff14;border-radius:10px;padding:12px}.profile-block:hover{box-shadow:none;border-color:#ffffff24}.profile-meta strong{color:#f8fafc}.profile-department{color:#8fa4ba;background:0 0;border-radius:0;padding:0;font-weight:550}.avatar{box-shadow:none;border-radius:9px}.nav-button,.sidebar-action{color:#9eb0c3;min-height:42px;box-shadow:none;background:0 0;border:0;border-radius:8px;padding:9px 12px;font-size:.86rem;font-weight:600;transform:none!important}.nav-button:after{display:none}.nav-button:hover,.sidebar-action:hover{color:#fff;background:#fff1}.nav-button.active{color:#fff;box-shadow:none;background:#2468c3}.nav-button.active svg{filter:none;animation:none}.sidebar-online-widget{background:#ffffff08;border-color:#ffffff14}.online-widget-header{color:#aebdcd}.workspace{background:var(--bg)}.topbar{background:0 0;border:0;min-height:92px;padding:22px clamp(24px,3vw,42px) 14px}.topbar h1{letter-spacing:-.035em;font-size:clamp(1.6rem,2.4vw,2.1rem)}.section-kicker{letter-spacing:.11em;font-size:.68rem}.panel,.focus-panel,.metric-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);background-image:none;border-radius:12px;transition:border-color .18s,box-shadow .18s;overflow:hidden;transform:none}.panel:hover,.metric-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-md);transform:none}.focus-panel{background:var(--surface);padding:clamp(22px,3vw,32px)}.focus-panel:after{display:none}.focus-panel h2{font-size:clamp(1.35rem,2vw,1.8rem)}.metric-card{min-height:132px;padding:20px}.metric-card svg{width:38px;height:38px;color:var(--brand);background:var(--brand-light);filter:none;border-radius:8px;padding:8px;animation:none}.metric-card strong{letter-spacing:-.045em;font-size:2rem}.primary-button,.secondary-button,.ghost-button,.danger-button,.icon-button{min-height:40px;box-shadow:none;border-radius:8px;font-weight:650;filter:none!important;transform:none!important}.primary-button{background:#1769e0;border-color:#1769e0}.primary-button:hover{box-shadow:none;background:#125bc7;border-color:#125bc7}.secondary-button{background:var(--surface);border-color:var(--line-strong)}.ghost-button{background:var(--surface-soft);border-color:#0000}input,select,textarea{background:var(--surface);border-color:var(--line-strong);min-height:42px;box-shadow:none;border-radius:8px}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-light)}.table-wrap{border:1px solid var(--line);border-radius:10px}table{background:0 0}thead th{color:var(--muted);background:var(--surface-soft);letter-spacing:.08em;font-size:.69rem}tbody tr{border-color:var(--line)}tbody tr:hover{background:var(--surface-hover);box-shadow:none}.pill,.tag{border-radius:5px;font-weight:650}.view-fade-in,.content>*{animation:.22s ease-out both calm-enter}.content>:nth-child(n){animation-delay:0s}.login-page,[data-theme=light] .login-page{color:#fff;background:#142131;grid-template-columns:minmax(430px,1fr) minmax(430px,.78fr)}.login-page:before{opacity:1;background:radial-gradient(circle at 14% 18%,#3e84de47,#0000 29%),linear-gradient(135deg,#0000 0 48%,#ffffff06 48% 49%,#0000 49% 100%) 0 0/46px 46px;-webkit-mask-image:none;mask-image:none;display:block!important}.login-orb{display:none}.login-brand{padding:clamp(44px,7vw,92px)}.login-brand-header,.login-brand-hero{animation:.35s ease-out both calm-enter}.login-brand-hero h1,[data-theme=light] .login-brand-hero h1{color:#fff;font-size:clamp(2.6rem,5vw,4.35rem)}.login-copy,[data-theme=light] .login-copy{color:#aebdcd}.login-brand-tag,[data-theme=light] .login-brand-tag{color:#b9d6fa;background:#ffffff0e;border-color:#ffffff1a}.login-benefits span,[data-theme=light] .login-benefits span{color:#bdcbd9;background:#ffffff0a;border-color:#ffffff14}.login-panel{background:var(--bg)}.login-card,[data-theme=light] .login-card{color:var(--text);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-lg);border-radius:16px;padding:clamp(30px,4vw,44px);animation:.28s ease-out both calm-card}.login-card:before{display:none}.login-form .form-title h2,.login-form label{color:var(--text)}.login-form input,.login-form select,[data-theme=light] .login-form input,[data-theme=light] .login-form select{color:var(--text);background:var(--surface-soft);border-color:#0000}.login-role-selector,[data-theme=light] .login-role-selector{background:var(--surface-soft);border-color:var(--line)}.login-role-selector .login-role-button{color:var(--muted)}.login-role-selector .login-role-button.active{color:var(--brand-strong);background:var(--surface);border-color:var(--line);box-shadow:var(--shadow-sm)}.manager-access-note,[data-theme=light] .manager-access-note{color:var(--text-base);background:var(--brand-light);border-color:#0000}.login-theme-toggle,[data-theme=light] .login-theme-toggle{color:var(--text);background:var(--surface);border-color:var(--line);box-shadow:var(--shadow-sm)}.system-modal-overlay,.onboarding-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.system-modal,.onboarding-card{border-radius:14px;animation:.2s ease-out both calm-card}@keyframes calm-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes calm-card{0%{opacity:0;transform:translateY(8px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:900px){.login-page{background:var(--bg);grid-template-columns:1fr}.login-panel{background:var(--bg)}.sidebar,[data-theme=dark] .sidebar{width:100%}.topbar,.content{padding-inline-start:16px;padding-inline-end:16px}}:root{--fade-a:#f8faff;--fade-b:#eef5ff;--fade-c:#f5f1ff;--surface-solid:#fff;--surface-glass:#ffffffd6;--surface-muted:#f4f7fce0;--ui-border:#4b5e8424;--ui-border-strong:#2469be3d;--ui-shadow:0 12px 32px #2a406914;--ui-shadow-hover:0 18px 42px #2a406921;--brand-gradient:linear-gradient(135deg, #0878cc 0%, #315fd2 52%, #6d55ce 100%)}[data-theme=dark]{--fade-a:#0b1020;--fade-b:#101a2c;--fade-c:#171329;--surface-solid:#151c2b;--surface-glass:#121a2adb;--surface-muted:#1a2336d1;--ui-border:#acc2e61f;--ui-border-strong:#56a6eb45;--ui-shadow:0 14px 36px #0000003d;--ui-shadow-hover:0 20px 46px #00000052}html,body,#app{min-height:100%}body{background:linear-gradient(125deg, var(--fade-a), var(--fade-b), var(--fade-c));background-size:180% 180%;background-attachment:fixed;animation:20s ease-in-out infinite soft-fade-shift}.tech-bg-overlay{z-index:-1;pointer-events:none;opacity:1;background:radial-gradient(circle at 9% 12%,#228ee01c,#0000 28%),radial-gradient(circle at 88% 18%,#704ccb17,#0000 30%),radial-gradient(circle at 70% 88%,#12a6a112,#0000 25%);animation:12s ease-in-out infinite alternate ambient-fade;position:fixed;top:0;bottom:0;left:0;right:0;display:block!important}.tech-bg-overlay:before,.tech-bg-overlay:after{display:none!important}.app-shell,.workspace,.login-page,.login-panel{background:0 0!important}.top-nav-bar{background:var(--surface-glass);border-bottom:1px solid var(--ui-border);-webkit-backdrop-filter:blur(18px)saturate(145%);justify-content:space-between;gap:18px;min-height:68px;padding:10px 22px;box-shadow:0 6px 24px #1f355b0d}.top-nav-left{min-width:0}.top-nav-right{margin-left:auto}.tech-brand-badge{box-shadow:none;background:0 0;border:0}.tech-brand-badge:before{content:"";background:#20b997;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 5px #20b9971c}.sidebar,[data-theme=dark] .sidebar{width:272px;color:var(--text);background:var(--surface-glass);border-right:1px solid var(--ui-border);-webkit-backdrop-filter:blur(18px)saturate(135%);padding:20px 14px 16px;box-shadow:8px 0 28px #1f355b0b}.sidebar-header{border-bottom:1px solid var(--ui-border);margin-bottom:14px;padding:4px 6px 18px}.sidebar .brand-title,.sidebar .brand-subtitle,.sidebar .profile-name,.sidebar .profile-role{color:var(--text)}.sidebar .brand-subtitle,.sidebar .profile-role{color:var(--muted)}.nav-section-label{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;padding:0 12px 8px;font-size:.68rem;font-weight:800;display:block}.main-nav{gap:5px}.nav-button,[data-theme=dark] .nav-button{min-height:45px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:12px;padding:10px 13px;font-weight:650;transition:color .18s,background-color .18s,border-color .18s,transform .18s,box-shadow .18s;animation:.38s both nav-item-enter;position:relative}.nav-button:nth-child(2){animation-delay:35ms}.nav-button:nth-child(3){animation-delay:70ms}.nav-button:nth-child(4){animation-delay:.105s}.nav-button:nth-child(5){animation-delay:.14s}.nav-button:nth-child(6){animation-delay:.175s}.nav-button:after{content:"";background:var(--brand-gradient);border-radius:4px;width:3px;height:0;transition:height .18s;display:block;position:absolute;top:50%;left:4px;transform:translateY(-50%)}.nav-button:hover{color:var(--text);background:var(--surface-muted);border-color:var(--ui-border);transform:translate(3px)}.nav-button.active,[data-theme=dark] .nav-button.active{color:var(--brand);border-color:var(--ui-border-strong);background:linear-gradient(110deg,#1480ce1f,#644ec614);box-shadow:inset 0 1px #ffffff38,0 7px 18px #1e67b114}.nav-button.active:after{height:22px}.profile-block{background:var(--surface-muted);border:1px solid var(--ui-border);border-radius:14px;margin-top:auto}.topbar{background:0 0;border:0;padding:20px 26px 10px}.content{padding:14px 26px 34px}.panel,.box,.metric-card,.focus-panel,.ticket-card,.users-table-wrap,.system-modal,.onboarding-card,.login-card{background:var(--surface-glass);border:1px solid var(--ui-border);box-shadow:var(--ui-shadow);-webkit-backdrop-filter:blur(14px)saturate(125%);border-radius:18px}.panel,.metric-card,.focus-panel,.ticket-card{transition:transform .19s,border-color .19s,box-shadow .19s;animation:.43s cubic-bezier(.2,.72,.25,1) both surface-enter}.metric-card:hover,.ticket-card:hover,.focus-panel:hover{border-color:var(--ui-border-strong);box-shadow:var(--ui-shadow-hover);transform:translateY(-3px)}button,.button,.icon-button,.action-button{transition:transform .16s,box-shadow .16s,border-color .16s,background-color .16s,color .16s}button:hover:not(:disabled),.button:hover:not(:disabled){transform:translateY(-1px)}button:active:not(:disabled),.button:active:not(:disabled){transform:translateY(0)scale(.98)}.primary-button,.button.is-primary{background:var(--brand-gradient);border:0;box-shadow:0 9px 20px #2168be33}input,textarea,select,.input,.textarea,.select select{background:var(--surface-solid);border-color:var(--ui-border);box-shadow:none;border-radius:11px;transition:border-color .16s,box-shadow .16s,background-color .16s}input:focus,textarea:focus,select:focus,.input:focus,.textarea:focus,.select select:focus{border-color:#187ecf94;box-shadow:0 0 0 4px #187ecf1a}.users-table-wrap,.table-container{overflow:hidden}table tbody tr{transition:background-color .15s,transform .15s}table tbody tr:hover{background:#267dcd0e}.login-page{position:relative;overflow:hidden}.login-page:before,.login-page:after{content:"";filter:blur(2px);pointer-events:none;border-radius:50%;position:absolute}.login-page:before{background:radial-gradient(circle,#168bd629,#0000 68%);width:34rem;height:34rem;animation:14s ease-in-out infinite alternate ambient-float;top:-14rem;left:-10rem}.login-page:after{background:radial-gradient(circle,#6a4fc526,#0000 68%);width:30rem;height:30rem;animation:17s ease-in-out infinite alternate-reverse ambient-float;bottom:-12rem;right:-8rem}.login-card{z-index:1;animation:.6s cubic-bezier(.18,.76,.3,1) both login-card-enter;position:relative;box-shadow:0 24px 70px #23365e29}.view-enter,.content>*{animation:.39s cubic-bezier(.2,.72,.25,1) both surface-enter}@keyframes soft-fade-shift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes ambient-fade{0%{opacity:.72;transform:scale(1)}to{opacity:1;transform:scale(1.025)}}@keyframes ambient-float{0%{transform:translate(0,0)scale(1)}to{transform:translate(22px,18px)scale(1.06)}}@keyframes surface-enter{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes nav-item-enter{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@media (max-width:900px){.top-nav-bar{min-height:62px;padding:9px 14px}.sidebar,[data-theme=dark] .sidebar{border-right:0;border-bottom:1px solid var(--ui-border);width:100%;padding:12px}.main-nav{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.nav-button:hover{transform:none}.topbar,.content{padding-inline-start:14px;padding-inline-end:14px}}@media (max-width:560px){.main-nav{grid-template-columns:1fr}.panel,.box,.metric-card,.focus-panel,.ticket-card,.login-card{border-radius:14px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sidebar.collapsed .profile-block{margin-top:0;margin-bottom:2px}.sidebar.collapsed .main-nav{flex:0 auto;justify-content:flex-start;align-self:center;overflow:visible}.sidebar.collapsed .sidebar-action{margin-top:auto}.detail-panel{scrollbar-gutter:stable;box-sizing:border-box;width:100%;min-width:0;max-width:100%;max-height:calc(100dvh - 24px);padding:0 18px 22px;position:sticky;top:12px;overflow:hidden auto}.detail-panel-controls{z-index:10;background:linear-gradient(to bottom, var(--surface-solid) 76%, transparent);justify-content:flex-end;margin:0 -18px 14px;padding:10px 12px 8px;display:flex;position:sticky;top:0}.detail-panel .detail-close-button{gap:7px;width:auto;height:36px;padding:0 11px;position:static}.detail-panel .detail-header{grid-template-columns:minmax(0,1fr) auto;width:100%;min-width:0;display:grid;overflow:visible}.detail-panel .detail-header .pill{white-space:normal;max-width:130px;position:static}.detail-panel .detail-meta,.detail-panel .tic-actions .action-row{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-panel .description-block,.detail-panel .tic-actions,.detail-panel .user-ticket-actions,.detail-panel .comment-form,.detail-panel .timeline,.detail-panel textarea{box-sizing:border-box;width:100%;min-width:0;max-width:100%}@media (max-width:980px){.detail-panel{max-height:none;position:relative;top:auto}}@media (max-width:520px){.detail-panel .detail-meta,.detail-panel .tic-actions .action-row,.detail-panel .detail-header{grid-template-columns:minmax(0,1fr)}}.tickets-layout.detail-open{align-items:start;overflow:visible}.detail-panel{overscroll-behavior:auto;scrollbar-gutter:auto;align-self:start;height:auto;max-height:none;padding-bottom:96px;position:relative;top:auto;overflow:visible}.detail-panel-controls{position:sticky;top:0}.detail-panel .timeline,.detail-panel .timeline-item,.detail-panel .comment-form{overflow:visible}.detail-resizer{height:min(70vh,640px);position:relative;top:auto}@media (max-width:980px){.detail-panel{padding-bottom:96px}}.comment-file-drop{min-height:86px;margin:0}.comment-file-drop .file-drop-message{padding:14px}.comment-file-drop .file-drop-message span{font-weight:700}.comment-file-list{flex-wrap:wrap;gap:8px;display:flex}.comment-file-chip{border:1px solid var(--border);background:var(--surface-soft);overflow-wrap:anywhere;border-radius:10px;align-items:center;gap:6px;min-width:0;max-width:100%;padding:7px 10px;display:inline-flex}.comment-file-chip svg{flex:none;width:15px}.comment-file-chip small{color:var(--text-muted);white-space:nowrap}.comment-file-chip.is-invalid{border-color:var(--danger);color:var(--danger)}.event-attachments{margin:10px 0}.pill[class*=status-]{letter-spacing:.01em;border:1px solid;font-weight:750;box-shadow:inset 0 0 0 1px #ffffff38}.pill.status-novo{color:#075fb8;background:#e6f3ff}.pill.status-atribuido{color:#087583;background:#e2f8fa}.pill.status-planejado{color:#6541b5;background:#f0eaff}.pill.status-pendente{color:#9a5100;background:#fff0d8}.pill.status-solucionado{color:#18723d;background:#e4f7eb}.pill.status-fechado{color:#4d5c6f;background:#edf1f5}.pill.status-excluido{color:#b4233d;background:#ffe8ed}[data-theme=dark] .pill.status-novo{color:#8ccaff;background:#126fc438}[data-theme=dark] .pill.status-atribuido{color:#72dae2;background:#0d859133}[data-theme=dark] .pill.status-planejado{color:#c4a7ff;background:#794fd23d}[data-theme=dark] .pill.status-pendente{color:#ffc46d;background:#b55e003b}[data-theme=dark] .pill.status-solucionado{color:#79dfa3;background:#1882473b}[data-theme=dark] .pill.status-fechado{color:#bdc8d6;background:#6d7e9433}[data-theme=dark] .pill.status-excluido{color:#ff9bad;background:#be2a4638}.login-page,[data-theme=light] .login-page{--mouse-x:26%;--mouse-y:38%;isolation:isolate;perspective:1400px;color:#10233f;background:radial-gradient(circle at 8% 8%,#1fa2ff33,#0000 27%),radial-gradient(circle at 86% 78%,#6f47dd2b,#0000 31%),linear-gradient(125deg,#f8fcff 0%,#edf6ff 43%,#f5f1ff 100%)!important}.login-visual-fx{z-index:0;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.login-cursor-glow{opacity:.9;background:radial-gradient(420px circle at var(--mouse-x) var(--mouse-y), #00a6ff30, transparent 68%);transition:opacity .24s;position:absolute;top:0;bottom:0;left:0;right:0}.login-tech-grid{opacity:.36;background-image:linear-gradient(#1c7ecc1c 1px,#0000 1px),linear-gradient(90deg,#1c7ecc1c 1px,#0000 1px);background-size:54px 54px;animation:16s linear infinite login-grid-travel;position:absolute;top:-30%;bottom:-30%;left:-30%;right:-30%;transform:perspective(700px)rotateX(58deg)translateY(24%);-webkit-mask-image:radial-gradient(#000 12%,#0000 72%);mask-image:radial-gradient(#000 12%,#0000 72%)}.login-scan-line{background:linear-gradient(90deg,#0000,#0f93f2a6,#0000);height:1px;animation:8s ease-in-out infinite login-scan;position:absolute;left:4%;right:4%;box-shadow:0 0 22px #0f93f273}.login-particles span{--size:calc(3px + var(--particle) * .12px);left:calc(5% + var(--particle) * 6.8%);top:calc(9% + var(--particle) * 5.7%);width:var(--size);height:var(--size);animation:login-particle-float calc(6s + var(--particle) * .24s) calc(var(--particle) * -.55s) ease-in-out infinite;background:linear-gradient(135deg,#18bffa,#7058dc);border-radius:50%;position:absolute;box-shadow:0 0 14px #1ca2e7ad}.login-page:before,.login-page:after{z-index:0;filter:blur(10px)}.login-brand,.login-panel{z-index:2;position:relative}.login-theme-toggle{z-index:5;position:absolute;top:24px;right:24px}.login-brand-header{animation:.8s cubic-bezier(.16,.8,.2,1) .12s both login-slide-reveal}.login-logo-wrap{animation:4.6s ease-in-out infinite login-logo-hover}.login-logo-wrap:after{content:"";z-index:-1;border-radius:inherit;border:1px solid #199beb59;animation:2.8s ease-out infinite login-logo-ring;position:absolute;top:-7px;bottom:-7px;left:-7px;right:-7px}.login-brand-hero .eyebrow{color:#087ec1;animation:.7s .25s both login-slide-reveal}.login-brand-hero h1,[data-theme=light] .login-brand-hero h1{color:#10233f;width:-moz-fit-content;width:fit-content;line-height:.98;display:grid}.login-brand-hero h1 span{animation:.9s cubic-bezier(.15,.85,.25,1) both login-title-reveal;display:block}.login-brand-hero h1 span:nth-child(2){animation-delay:.13s}.login-brand-hero h1 em{color:#0000;background:linear-gradient(90deg,#087fd0,#13b9dd,#7455db,#087fd0) 0 0/260%;-webkit-background-clip:text;background-clip:text;font-style:normal;animation:4s linear infinite login-text-shimmer}[data-theme=light] .login-copy{color:#536b86}[data-theme=light] .login-benefits span{color:#56718f;animation:.6s both login-benefit-enter}.login-benefits span:nth-child(2){animation-delay:.1s}.login-benefits span:nth-child(3){animation-delay:.2s}.login-benefits span svg{transition:transform .25s,filter .25s}.login-benefits span:hover svg{filter:drop-shadow(0 4px 6px #1294e152);transform:translateY(-3px)scale(1.18)}.login-card,[data-theme=light] .login-card{--card-rx:0deg;--card-ry:0deg;--card-light-x:50%;--card-light-y:20%;background:radial-gradient(420px circle at var(--card-light-x) var(--card-light-y), #fffffff2, transparent 55%), #ffffffc2;transform:rotateX(var(--card-rx)) rotateY(var(--card-ry));transform-style:preserve-3d;border:1px solid #749ac24d;transition:transform .16s ease-out,box-shadow .3s,border-color .3s;overflow:hidden;box-shadow:0 32px 90px #2d487a33,0 8px 24px #2f69aa1a}.login-card:before{content:"";z-index:-1;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,#159deba6,#0000 34% 65%,#7150dc7a);padding:1px;display:block;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.login-card:hover{border-color:#3b89d773;box-shadow:0 38px 105px #2d487a40,0 12px 30px #2f69aa21}.login-role-selector{position:relative;overflow:hidden}.login-role-button{transition:transform .2s,color .2s,background .2s,box-shadow .2s}.login-role-button:hover:not(.active){color:#087ecb;background:#1d89db14}.login-role-button.active{box-shadow:0 7px 18px #1f70cd24}.login-form input,.login-form select{transition:transform .18s,border-color .18s,box-shadow .18s,background .18s}.login-form input:hover,.login-form select:hover{border-color:#1983d252;transform:translateY(-1px)}.login-form input:focus,.login-form select:focus{background:#fff;transform:translateY(-2px);box-shadow:0 10px 24px #1f71c11a,0 0 0 4px #128be11a}.login-submit-btn{isolation:isolate;background-size:200% 100%;animation:5s infinite login-button-gradient;position:relative;overflow:hidden}.login-submit-btn:after{content:"";z-index:-1;background:#ffffff6b;width:25%;height:260%;transition:left .6s cubic-bezier(.2,.7,.25,1);position:absolute;top:-80%;left:-35%;transform:rotate(22deg)}.login-submit-btn:hover{box-shadow:0 15px 30px #2b63ce4d;transform:translateY(-3px)scale(1.012)!important}.login-submit-btn:hover:after{left:120%}.login-theme-toggle{animation:3s ease-in-out infinite login-theme-breathe}@keyframes login-grid-travel{to{background-position:54px 54px}}@keyframes login-scan{0%,to{opacity:0;top:5%}15%,80%{opacity:.55}90%{opacity:0;top:94%}}@keyframes login-particle-float{0%,to{opacity:.18;transform:translateY(18px)scale(.75)}50%{opacity:.85;transform:translate(16px,-18px)scale(1.25)}}@keyframes login-slide-reveal{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@keyframes login-title-reveal{0%{opacity:0;filter:blur(8px);transform:translateY(40px)skewY(3deg)}to{opacity:1;filter:blur();transform:translateY(0)skewY(0)}}@keyframes login-text-shimmer{to{background-position:260%}}@keyframes login-benefit-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes login-logo-hover{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-7px)rotate(1deg)}}@keyframes login-logo-ring{0%{opacity:.6;transform:scale(.9)}80%,to{opacity:0;transform:scale(1.28)}}@keyframes login-button-gradient{0%,to{background-position:0%}50%{background-position:100%}}@keyframes login-theme-breathe{0%,to{box-shadow:0 6px 18px #3454821f}50%{box-shadow:0 8px 26px #2784cf45}}[data-theme=dark] .login-page{color:#fff;background:radial-gradient(circle at 10% 12%,#009fef2e,#0000 29%),radial-gradient(circle at 86% 78%,#704cd533,#0000 32%),linear-gradient(130deg,#07111f,#0d1a31 52%,#11142c)!important}[data-theme=dark] .login-cursor-glow{background:radial-gradient(440px circle at var(--mouse-x) var(--mouse-y), #15a7ff2b, transparent 68%)}[data-theme=dark] .login-brand-hero h1{color:#fff}[data-theme=dark] .login-copy,[data-theme=dark] .login-benefits span{color:#9fb3c9}[data-theme=dark] .login-card{background:radial-gradient(440px circle at var(--card-light-x) var(--card-light-y), #2d476b5c, transparent 52%), #0d192bd6;border-color:#74a6da38}@media (max-width:900px){.login-tech-grid{opacity:.22}.login-card{transform:none!important}}.login-form .password-input-wrap{width:100%;display:block;position:relative}.login-form .password-input-wrap input{width:100%;padding-right:48px}.login-form .password-toggle,.login-form .password-toggle:hover,.login-form .password-toggle.is-visible{z-index:3;place-items:center;width:34px;min-width:34px;height:34px;min-height:34px;margin:0;padding:0;display:grid;position:absolute;top:50%;right:7px;transform:translateY(-50%)!important}.login-form .password-toggle:active{transform:translateY(-50%)scale(.92)!important}[data-theme=dark] .login-form input,[data-theme=dark] .login-form select,[data-theme=dark] .login-form input:hover,[data-theme=dark] .login-form select:hover,[data-theme=dark] .login-form input:focus,[data-theme=dark] .login-form select:focus{caret-color:#55c7ff;-webkit-text-fill-color:#f5f8ff;color:#f5f8ff!important;background:#18243a!important;border-color:#76b4ee4d!important}[data-theme=dark] .login-form input::placeholder{-webkit-text-fill-color:#8fa2bb;color:#8fa2bb!important}[data-theme=dark] .login-form input:-webkit-autofill{caret-color:#55c7ff;-webkit-text-fill-color:#f5f8ff!important;box-shadow:inset 0 0 0 1000px #18243a!important}[data-theme=dark] .login-form input:-webkit-autofill:hover{caret-color:#55c7ff;-webkit-text-fill-color:#f5f8ff!important;box-shadow:inset 0 0 0 1000px #18243a!important}[data-theme=dark] .login-form input:-webkit-autofill:focus{caret-color:#55c7ff;-webkit-text-fill-color:#f5f8ff!important;box-shadow:inset 0 0 0 1000px #18243a!important}.content>*,.nav-button,.content .panel,.content .box,.content .metric-card,.content .focus-panel,.content .ticket-card{animation:none!important}.content.view-fade-in>*{animation:.24s cubic-bezier(.2,.72,.25,1) both stable-view-enter!important}@keyframes stable-view-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.sidebar-header .brand-info strong{letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.sidebar-header .brand-info small{margin-top:2px;font-size:.68rem}.sidebar-profile-card{gap:12px;padding:13px;display:grid}.sidebar-profile-main{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;display:grid}.sidebar-profile-main .profile-meta{align-items:flex-start}.profile-role-badge{color:var(--brand);background:color-mix(in srgb, var(--brand) 10%, transparent);border:1px solid color-mix(in srgb, var(--brand) 22%, transparent);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:3px 7px;font-size:.62rem;font-weight:750;display:inline-flex}.sidebar-profile-departments{border-top:1px solid var(--line);gap:6px;padding-top:10px;display:grid}.profile-context-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.6rem;font-weight:750}.sidebar-profile-departments .department-badges.compact{max-height:72px}.sidebar-profile-departments .department-badge{max-width:100%}.sidebar.collapsed .sidebar-profile-departments{display:none!important}.sidebar.collapsed .sidebar-profile-main{justify-content:center;display:flex}.top-nav-bar{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;min-height:66px;display:grid}.top-nav-presentation{grid-column:2;grid-template-columns:34px auto;align-items:center;gap:10px;min-width:0;max-width:min(360px,100%);padding:4px 12px;display:inline-grid}.top-nav-monogram{color:#fff;background:linear-gradient(135deg, var(--brand), var(--purple));width:34px;height:34px;box-shadow:0 7px 18px color-mix(in srgb, var(--brand) 24%, transparent);letter-spacing:.08em;border-radius:10px;flex:0 0 34px;place-items:center;font-size:.68rem;font-weight:850;display:grid;overflow:hidden}.top-nav-presentation div{text-align:left;gap:1px;display:grid}.top-nav-presentation strong{color:var(--text);letter-spacing:.025em;white-space:nowrap;font-size:.8rem;font-weight:780}.top-nav-presentation small{color:var(--muted);letter-spacing:.04em;white-space:nowrap;font-size:.64rem;font-weight:600}.top-nav-right{grid-column:3;justify-self:end;margin-left:18px}.sidebar{padding-top:16px}.sidebar-profile-card{position:relative;border-color:var(--line)!important;background:linear-gradient(145deg, color-mix(in srgb, var(--brand) 7%, var(--surface)), var(--surface-soft))!important;margin:0 0 4px!important;padding:14px!important;box-shadow:0 10px 26px #19345814!important}.sidebar-profile-main{padding-right:34px}.profile-sidebar-toggle{z-index:2;border-radius:9px;width:30px;min-width:30px;height:30px;min-height:30px;padding:0;position:absolute;top:11px;right:11px}.profile-sidebar-toggle svg{width:15px;height:15px}.sidebar-profile-card .profile-meta{gap:4px}.sidebar-profile-card .profile-context-label{font-size:.56rem}.sidebar-profile-card .profile-meta strong{max-width:150px;font-size:.84rem}.sidebar.collapsed .sidebar-profile-card{flex-direction:column;gap:8px;width:52px;display:flex;box-shadow:none!important;background:0 0!important;border-color:#0000!important;padding:6px!important}.sidebar.collapsed .profile-sidebar-toggle{order:2;align-self:center;position:static}.sidebar.collapsed .sidebar-profile-main{order:1;padding:0}@media (max-width:1050px){.top-nav-presentation{grid-column:1/3;justify-self:start}.top-search-wrapper{display:none}}@media (max-width:620px){.top-nav-bar{grid-template-columns:minmax(0,1fr) auto}.top-nav-presentation{box-shadow:none;background:0 0;border:0;grid-column:1;padding-left:0}.top-nav-presentation small{display:none}.top-nav-right{grid-column:2}}.temporary-password-modal{text-align:center;max-width:480px}.temporary-password-modal>svg{width:44px;height:44px;color:var(--brand);margin:0 auto 10px}.temporary-password-modal h3{color:var(--text);margin:0 0 7px;font-size:1.15rem}.temporary-password-modal p,.temporary-password-modal>small{color:var(--muted);line-height:1.5}.temporary-password-modal code{border:1px solid var(--line-strong);color:var(--text);background:var(--surface-soft);letter-spacing:.04em;-webkit-user-select:all;user-select:all;border-radius:11px;margin:17px 0;padding:14px;font:800 1.2rem/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;display:block}.temporary-password-modal .system-modal-actions{justify-content:center;margin-bottom:12px}.top-nav-bar{z-index:120;pointer-events:none;width:auto!important;height:auto!important;min-height:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important;padding:0!important;display:block!important;position:absolute!important;top:10px!important;bottom:auto!important;left:auto!important;right:16px!important;overflow:visible!important}.top-nav-bar:after{display:none!important}.top-nav-right{pointer-events:auto;grid-column:auto;margin:0!important}.app-body-layout{height:100%}@media (max-width:620px){.top-nav-bar{top:8px!important;bottom:auto!important;left:auto!important;right:10px!important}}@media (min-width:621px) and (max-width:1050px){.top-search-wrapper{display:flex}}.sidebar-avatar-button{cursor:pointer;background:0 0;border:0;border-radius:12px;width:-moz-fit-content;width:fit-content;padding:0;display:grid;position:relative;overflow:hidden}.sidebar-avatar-button .avatar{transition:transform .22s,filter .22s}.sidebar-avatar-overlay{color:#fff;opacity:0;background:linear-gradient(#0f172a1f,#0f172ac2);place-items:center;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:0;bottom:0;left:0;right:0;transform:translateY(4px)}.sidebar-avatar-overlay svg{filter:drop-shadow(0 2px 4px #00000059);width:18px;height:18px}.sidebar-avatar-button:hover .avatar{filter:saturate(.72)brightness(.72);transform:scale(1.08)}.sidebar-avatar-button:focus-visible .avatar{filter:saturate(.72)brightness(.72);transform:scale(1.08)}.sidebar-avatar-button:hover .sidebar-avatar-overlay{opacity:1;transform:translateY(0)}.sidebar-avatar-button:focus-visible .sidebar-avatar-overlay{opacity:1;transform:translateY(0)}.sidebar-profile-departments .department-badges.compact{scrollbar-color:color-mix(in srgb, var(--brand) 40%, transparent) transparent;grid-template-columns:minmax(0,1fr);gap:6px;max-height:108px;padding-right:3px;display:grid;overflow-y:auto}.sidebar-profile-departments .department-badge{border-radius:9px;justify-content:flex-start;gap:7px;width:100%;max-width:none;padding:6px 9px;line-height:1.25}.sidebar-profile-departments .department-badge:before{content:"";opacity:.72;background:currentColor;border-radius:50%;flex:0 0 6px;width:6px;height:6px}.sidebar.collapsed .sidebar-avatar-overlay{border-radius:11px}.sidebar:not(.collapsed) .sidebar-profile-card .sidebar-profile-main{min-width:0;padding-right:38px}.sidebar-profile-card .profile-meta{width:100%;min-width:0}.sidebar-profile-card .profile-meta strong{white-space:normal;overflow-wrap:anywhere;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;width:100%;max-width:100%;line-height:1.28;display:-webkit-box;overflow:hidden}.profile-sidebar-toggle{z-index:3}.mobile-sidebar-toggle,.mobile-sidebar-backdrop{display:none}@media (max-width:900px){html,body,#app{min-width:0;overflow-x:hidden}.app-shell,.app-body-layout{width:100%;min-width:0;height:100dvh}.app-body-layout{display:block;overflow:hidden}.mobile-sidebar-toggle{z-index:230;border:1px solid var(--line);width:42px;height:42px;color:var(--text);background:color-mix(in srgb, var(--surface-solid) 92%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:12px;place-items:center;padding:0;display:grid;position:fixed;top:10px;left:10px;box-shadow:0 8px 24px #0a183029}.mobile-sidebar-toggle svg{width:20px;height:20px}.mobile-sidebar-backdrop{z-index:210;opacity:1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#050c198a;border:0;transition:opacity .2s;display:block;position:fixed;top:0;bottom:0;left:0;right:0}.app-body-layout.collapsed .mobile-sidebar-backdrop{visibility:hidden;opacity:0;pointer-events:none}.sidebar,[data-theme=dark] .sidebar{z-index:220;border-right:1px solid var(--line);border-bottom:0;min-height:0;transition:transform .23s cubic-bezier(.22,.8,.28,1);display:flex;top:0;bottom:0;left:0;right:auto;overflow:hidden auto;transform:translate(0);box-shadow:18px 0 50px #030c1c38;width:min(84vw,304px)!important;height:100dvh!important;padding:64px 14px 18px!important;position:fixed!important}.sidebar.collapsed{pointer-events:none;transform:translate(-105%);width:min(84vw,304px)!important}.sidebar .main-nav{grid-template-columns:minmax(0,1fr);width:100%;display:grid}.sidebar.collapsed .profile-block,.sidebar.collapsed .main-nav,.sidebar.collapsed .sidebar-action{opacity:1}.workspace{width:100%;min-width:0;height:100dvh;overflow:hidden auto;padding:104px 12px 28px!important}.top-nav-bar{width:auto!important;top:8px!important;bottom:auto!important;left:62px!important;right:8px!important}.top-nav-right{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.top-search-wrapper{flex-basis:100%;order:2;width:100%;display:flex!important}.top-search-wrapper input{background:color-mix(in srgb, var(--surface-solid) 94%, transparent);width:100%;min-height:40px;box-shadow:0 7px 22px #08162c1a}.top-icon-btn,.tech-quick-btn{min-height:42px}.topbar{min-height:58px;padding:4px 2px 8px!important}.topbar h1{font-size:clamp(1.55rem,7vw,2rem)}.content{gap:10px;width:100%;min-width:0;padding:0!important}.focus-panel,.panel-header,.tickets-toolbar,.dashboard-filter-bar,.dash-filter-group,.settings-item,.modal-actions,.onboarding-actions{flex-direction:column;align-items:stretch}.focus-panel,.panel,.box,.ticket-card,.metric-card{border-radius:15px;min-width:0;padding:14px}.focus-panel h2{font-size:1.45rem}.focus-actions,.panel-header>div,.dashboard-filter-bar,.dash-filter-group,.custom-dash-select,.settings-item>div{width:100%}.focus-actions>button,.modal-actions>button,.onboarding-actions>button{justify-content:center;width:100%}.dashboard-grid,.dashboard-grid.calm,.status-grid,.dashboard-split,.form-grid,.filter-grid,.users-layout,.detail-meta,.tic-actions .action-row{grid-template-columns:minmax(0,1fr)!important}.table-wrap,.table-container,.users-table-wrap{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}.ticket-table{min-width:880px}.tickets-layout.detail-open{grid-template-columns:minmax(0,1fr)!important}.detail-resizer{display:none!important}.detail-panel{width:100%;max-width:100%;padding:0 12px 80px}.detail-panel-controls{margin-inline-start:-12px;margin-inline-end:-12px}.system-modal-overlay,.modal-overlay,.welcome-overlay{align-items:flex-end;padding:10px}.system-modal,.modal-box,.onboarding-card,.welcome-content{border-radius:20px 20px 14px 14px;width:100%;max-width:100%;max-height:calc(100dvh - 20px);padding:20px 16px;overflow-y:auto}input,select,textarea,button{font-size:max(16px,1em)}.floating-whatsapp-btn{width:48px;height:48px;bottom:12px;right:12px}.app-footer{text-align:center;padding:20px 4px 60px}}@media (min-width:601px) and (max-width:900px){.dashboard-grid,.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:420px){.workspace{padding-inline-start:9px!important;padding-inline-end:9px!important}.tech-quick-btn{width:42px;padding-inline-start:0;padding-inline-end:0;font-size:0}.tech-quick-btn svg{margin:0}.metric-card strong{font-size:1.65rem}}@media (max-width:700px){.login-page{min-height:100dvh;padding:72px 12px 24px;display:block;overflow:hidden auto}.login-brand-hero,.login-brand{min-height:0;padding:18px 6px 24px}.login-brand-hero h1,.login-brand h1{font-size:clamp(2rem,12vw,3.2rem)}.login-benefits{grid-template-columns:minmax(0,1fr);display:grid}.login-card,.login-panel{width:100%;max-width:100%;margin:0 auto;padding:22px 16px;transform:none!important}.login-theme-toggle{position:fixed;top:12px;right:12px}.auth-mode-tabs,.login-role-tabs{overflow-x:auto}}@media (max-width:600px){.mobile-sidebar-toggle{border-radius:11px;width:40px;height:40px;top:9px;left:9px}.mobile-sidebar-toggle svg{width:18px;height:18px}.top-nav-bar{top:9px!important;bottom:auto!important;left:62px!important;right:9px!important}.top-nav-right{flex-wrap:nowrap;gap:6px;width:100%}.top-search-wrapper{order:initial;flex:auto;width:auto;min-width:0}.top-search-wrapper svg{width:14px;height:14px;left:10px}.top-search-wrapper input{border-radius:12px;min-width:0;height:40px;min-height:40px;padding:0 10px 0 31px;font-size:.76rem}.top-icon-btn,.tech-quick-btn{border-radius:11px;width:40px;min-width:40px;height:40px;min-height:40px;padding:0}.top-icon-btn svg,.tech-quick-btn svg{margin:0;width:17px!important;height:17px!important}.tech-quick-btn{font-size:0}.workspace{padding-top:70px!important;padding-bottom:20px!important}.content{gap:14px}.panel,.box,.ticket-card,.metric-card,.focus-panel{padding:16px}.panel-header,.panel-header.compact-header{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;display:flex}.panel-header>svg,.panel-header.compact-header>svg{flex:0 0 20px;display:block;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important}.panel-header h2,.compact-header h2{font-size:1.04rem;line-height:1.3}.form-grid,.filter-grid,.user-form{gap:14px}.form-grid label,.filter-grid label,.modal-form label{gap:7px;line-height:1.35}.form-grid input,.form-grid select,.filter-grid input,.filter-grid select,.modal-form input,.modal-form select{min-height:46px}.form-grid textarea,.modal-form textarea{min-height:132px}.tech-chart-container{gap:13px}.app-footer{opacity:.55;width:100%;margin-top:8px;padding:18px 8px 64px;font-size:.62rem;line-height:1.45;position:static!important}}.reports-panel{gap:18px;display:grid}.reports-header{align-items:center}.reports-header p{max-width:720px;color:var(--muted);margin:7px 0 0}.reports-header>svg{width:28px;height:28px;color:var(--brand)}.report-form{gap:16px;display:grid}.report-fields{grid-template-columns:repeat(2,minmax(150px,.65fr)) minmax(240px,1.4fr);gap:14px;display:grid}.report-fields label{min-width:0;color:var(--muted);gap:7px;font-size:.78rem;font-weight:700;display:grid}.report-scope-note{border:1px solid color-mix(in srgb, var(--brand) 18%, var(--line));color:var(--muted);background:color-mix(in srgb, var(--brand) 6%, var(--surface));border-radius:12px;align-items:center;gap:10px;padding:12px 14px;font-size:.8rem;display:flex}.report-scope-note svg{width:18px;height:18px;color:var(--brand);flex:0 0 18px}.report-actions{align-items:center;gap:14px;display:flex}.report-actions small{color:var(--muted)}.report-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.report-preview-card{border:1px solid var(--line);background:var(--surface);border-radius:14px;gap:5px;padding:16px;display:grid}.report-preview-card span{color:var(--muted);font-size:.8rem}@media (max-width:760px){.report-fields,.report-preview-grid{grid-template-columns:minmax(0,1fr)}.report-actions{flex-direction:column;align-items:stretch}.report-actions .primary-button{justify-content:center;width:100%}}.knowledge-hero{justify-content:space-between;align-items:center;gap:24px;display:flex}.knowledge-hero h2{margin:5px 0 6px}.knowledge-hero p{max-width:720px;color:var(--muted);margin:0}.knowledge-hero>svg{width:42px;height:42px;color:var(--brand);flex:0 0 42px}.knowledge-search{align-items:center;width:min(620px,100%);display:flex;position:relative}.knowledge-search svg{width:18px;height:18px;color:var(--muted);pointer-events:none;position:absolute;left:14px}.knowledge-search input{border-radius:13px;width:100%;min-height:46px;padding-left:42px}.knowledge-content,.knowledge-category{gap:13px;display:grid}.knowledge-category[hidden],.knowledge-card[hidden],#knowledge-empty[hidden]{display:none!important}.knowledge-category-heading{justify-content:space-between;align-items:baseline;gap:12px;padding-inline-start:2px;padding-inline-end:2px;display:flex}.knowledge-category-heading span{color:var(--text);font-size:.86rem;font-weight:800}.knowledge-category-heading small{color:var(--muted)}.knowledge-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.knowledge-card{border:1px solid var(--line);background:var(--surface);border-radius:15px;grid-template-columns:42px minmax(0,1fr);gap:12px;min-width:0;padding:16px;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid}.knowledge-card:hover{border-color:color-mix(in srgb, var(--brand) 34%, var(--line));box-shadow:var(--shadow-md);transform:translateY(-2px)}.knowledge-card-icon{width:42px;height:42px;color:var(--brand);background:color-mix(in srgb, var(--brand) 10%, var(--surface));border-radius:12px;place-items:center;display:grid}.knowledge-card-icon svg{width:20px;height:20px}.knowledge-card h3{margin:0 0 5px;font-size:.94rem}.knowledge-card p{color:var(--muted);margin:0;font-size:.78rem;line-height:1.5}.knowledge-card .knowledge-open{grid-column:1/-1;justify-content:center;width:100%}.knowledge-dialog-overlay{z-index:1000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#040c199e;place-items:center;padding:18px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.knowledge-dialog{border:1px solid var(--line-strong);width:min(560px,100%);max-height:calc(100dvh - 36px);color:var(--text);background:var(--surface-solid);border-radius:20px;padding:24px;overflow-y:auto;box-shadow:0 28px 80px #020c1c52}.knowledge-dialog-top{color:var(--brand);letter-spacing:.04em;justify-content:space-between;align-items:center;gap:12px;font-size:.72rem;font-weight:750;display:flex}.knowledge-dialog-icon{color:#fff;background:linear-gradient(135deg, var(--brand), var(--purple));border-radius:15px;place-items:center;width:52px;height:52px;margin:22px 0 16px;display:grid}.knowledge-dialog-icon svg{width:25px;height:25px}.knowledge-dialog h2{margin:0 0 10px;font-size:1.45rem}.knowledge-dialog>p{color:var(--muted);margin:0;font-size:.94rem;line-height:1.65}.knowledge-button-example{border:1px dashed color-mix(in srgb, var(--brand) 35%, var(--line));color:var(--muted);background:color-mix(in srgb, var(--brand) 6%, var(--surface));border-radius:11px;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:10px 12px;display:flex}.knowledge-button-example strong{color:var(--brand)}.knowledge-progress{background:var(--surface-soft);border-radius:999px;height:5px;margin:22px 0 16px;overflow:hidden}.knowledge-progress span{border-radius:inherit;background:linear-gradient(90deg, var(--brand), var(--purple));height:100%;transition:width .2s;display:block}.knowledge-dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.knowledge-hero-actions,.knowledge-card-actions{align-items:center;gap:8px;display:flex}.knowledge-hero-actions>svg{width:38px;height:38px;color:var(--brand)}.knowledge-card-actions{grid-column:1/-1}.knowledge-card-actions .knowledge-open{flex:1}.knowledge-draft{color:#a66a00;background:#fff1bf;border-radius:999px;margin-top:8px;padding:3px 8px;font-weight:800;display:inline-block}.knowledge-editor-overlay{z-index:1100}.knowledge-editor{border:1px solid var(--line-strong);width:min(900px,100%);max-height:calc(100dvh - 30px);color:var(--text);background:var(--surface-solid);border-radius:20px;padding:24px;overflow:auto;box-shadow:0 28px 80px #020c1c61}.knowledge-dialog-top h2{color:var(--text);margin:4px 0 0;font-size:1.35rem}.knowledge-editor-grid{grid-template-columns:1fr 1fr;gap:13px;margin-top:20px;display:grid}.knowledge-editor label{color:var(--muted);gap:6px;font-size:.78rem;font-weight:750;display:grid}.knowledge-editor input:not([type=checkbox]),.knowledge-editor textarea,.knowledge-editor select{width:100%;color:var(--text);background:var(--surface-soft)}.knowledge-editor textarea{resize:vertical;min-height:82px}.knowledge-span-2{grid-column:1/-1}.knowledge-audience{border:1px solid var(--line);border-radius:10px;align-items:center;gap:14px;min-width:0;padding:9px 12px;display:flex}.knowledge-audience legend{color:var(--muted);padding:0 5px;font-size:.7rem}.knowledge-audience label{white-space:nowrap;align-items:center;gap:6px;display:flex}.knowledge-steps-heading{justify-content:space-between;align-items:end;gap:12px;margin:24px 0 10px;display:flex}.knowledge-steps-heading div{gap:3px;display:grid}.knowledge-steps-heading small{color:var(--muted)}.knowledge-step-list{gap:12px;display:grid}.knowledge-step-editor{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;gap:10px;padding:15px;display:grid;position:relative}.knowledge-step-editor legend{color:var(--brand);padding:0 6px;font-size:.78rem;font-weight:800}.knowledge-remove-step{color:var(--red);position:absolute;top:8px;right:8px}.knowledge-step-optional{grid-template-columns:1fr 1fr;gap:10px;display:grid}.knowledge-publish{border:1px solid color-mix(in srgb, var(--brand) 28%, var(--line));background:color-mix(in srgb, var(--brand) 5%, var(--surface));border-radius:12px;grid-template-columns:auto 1fr;align-items:start;margin-top:18px;padding:14px;gap:10px!important;display:flex!important}.knowledge-publish span{gap:3px;display:grid}.knowledge-publish small{color:var(--muted);font-weight:500}.knowledge-editor-actions{justify-content:flex-end;gap:9px;margin-top:18px;display:flex}.knowledge-editor{width:min(820px,100%);padding:22px}.knowledge-editor-grid{gap:12px;margin-top:16px}.knowledge-editor input:not([type=checkbox]),.knowledge-editor select{border-radius:10px;height:42px;min-height:42px;padding:0 13px}.knowledge-editor textarea{border-radius:10px;min-height:72px;padding:11px 13px}.knowledge-editor button:not(.knowledge-remove-step):not(#knowledge-editor-close){height:40px;min-height:40px;padding:0 15px;font-size:.82rem}#knowledge-editor-close,.knowledge-remove-step{width:40px;min-width:40px;height:40px;min-height:40px;padding:0}.knowledge-audience{padding:8px 11px 11px;display:block}.knowledge-audience-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.knowledge-check-option{border:1px solid var(--line);background:var(--surface-soft);cursor:pointer;border-radius:9px;justify-content:flex-start;align-items:center;min-width:0;min-height:36px;padding:7px 9px;color:var(--text)!important;gap:8px!important;display:flex!important}.knowledge-editor input[type=checkbox]{accent-color:var(--brand);cursor:pointer;-webkit-appearance:checkbox!important;appearance:checkbox!important;box-sizing:border-box!important;border-radius:4px!important;flex:0 0 17px!important;width:17px!important;min-width:17px!important;max-width:17px!important;height:17px!important;min-height:17px!important;max-height:17px!important;margin:0!important;padding:0!important;display:inline-block!important}.knowledge-publish{cursor:pointer;margin-top:14px;padding:13px 14px;grid-template-columns:17px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;display:grid!important}.knowledge-publish span{min-width:0}.knowledge-publish strong{color:var(--text);font-size:.82rem}.knowledge-step-editor{gap:9px;padding:13px 14px 14px}.knowledge-steps-heading{margin:20px 0 9px}.knowledge-editor-actions{z-index:2;border-top:1px solid var(--line);background:color-mix(in srgb, var(--surface-solid) 94%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:14px -22px -22px;padding:13px 22px;position:sticky;bottom:-22px}@media (max-width:1100px){.knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.knowledge-hero{align-items:flex-start}.knowledge-hero>svg{flex-basis:28px;width:28px;height:28px}.knowledge-grid{grid-template-columns:minmax(0,1fr)}.knowledge-dialog-overlay{align-items:end;padding:8px}.knowledge-dialog{border-radius:20px 20px 13px 13px;max-height:calc(100dvh - 16px);padding:20px 16px}.knowledge-dialog-actions>button{flex:120px;justify-content:center}.knowledge-hero-actions{justify-content:space-between;width:100%}.knowledge-editor-overlay{align-items:end;padding:5px}.knowledge-editor{border-radius:18px 18px 10px 10px;max-height:calc(100dvh - 10px);padding:17px 13px}.knowledge-editor-grid,.knowledge-step-optional{grid-template-columns:1fr}.knowledge-span-2{grid-column:auto}.knowledge-audience{flex-wrap:wrap}.knowledge-audience-options{grid-template-columns:1fr}.knowledge-steps-heading{flex-direction:column;align-items:stretch}.knowledge-editor-actions>button{flex:1;justify-content:center}.knowledge-editor-actions{margin:14px -13px -17px;padding:12px 13px;bottom:-17px}}
