:root{--ink:#10131d;--ink-2:#454c62;--muted:#838b9f;--muted-soft:#aab1c2;--bg:#eef0f6;--surface:#fff;--surface-soft:#f6f7fb;--surface-sunken:#e7e9f1;--border:#dfe2ec;--border-strong:#c7cbdc;--accent:#3538cd;--accent-hover:#2a2da6;--accent-soft:#eceafe;--accent-ring:#3538cd2e;--severity-critical:#d0273b;--severity-critical-bg:#fdeaec;--severity-high:#c2660c;--severity-high-bg:#fdf1e2;--severity-normal:#2f5fd6;--severity-normal-bg:#eaf0fd;--severity-low:#5c6478;--severity-low-bg:#eef0f6;--status-new-fg:#454c62;--status-new-bg:#e7e9f1;--status-info-fg:#2757c9;--status-info-bg:#e7effd;--status-progress-fg:#b5690a;--status-progress-bg:#fdf0dd;--status-warning-fg:#b5690a;--status-warning-bg:#fdf0dd;--status-success-fg:#157a4d;--status-success-bg:#e4f6ec;--status-critical-fg:#c62828;--status-critical-bg:#fdeaea;--status-muted-fg:#838b9f;--status-muted-bg:#e7e9f1;--font-display:"Manrope", ui-sans-serif, system-ui, sans-serif;--font-body:"IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-card:0 1px 2px #10131d0a;--shadow-pop:0 12px 28px #10131d24}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--ink:#eef0f8;--ink-2:#c3c8dc;--muted:#8991a8;--muted-soft:#6b7288;--bg:#0d0f18;--surface:#161927;--surface-soft:#1c2032;--surface-sunken:#10121c;--border:#2a2e42;--border-strong:#3a3f58;--accent:#8285ff;--accent-hover:#9a9dff;--accent-soft:#262a54;--accent-ring:#8285ff47;--severity-critical:#ff6b7f;--severity-critical-bg:#3a1620;--severity-high:#f0a63f;--severity-high-bg:#3a2812;--severity-normal:#7fa4ff;--severity-normal-bg:#182948;--severity-low:#9aa0b8;--severity-low-bg:#1c2032;--status-new-fg:#c3c8dc;--status-new-bg:#1c2032;--status-info-fg:#85a9ff;--status-info-bg:#182948;--status-progress-fg:#f0a63f;--status-progress-bg:#3a2812;--status-warning-fg:#f0a63f;--status-warning-bg:#3a2812;--status-success-fg:#4fd995;--status-success-bg:#132;--status-critical-fg:#ff6b7f;--status-critical-bg:#3a1620;--status-muted-fg:#8991a8;--status-muted-bg:#1c2032;--shadow-card:0 1px 2px #0000004d;--shadow-pop:0 16px 32px #00000080}}:root[data-theme=dark]{--ink:#eef0f8;--ink-2:#c3c8dc;--muted:#8991a8;--muted-soft:#6b7288;--bg:#0d0f18;--surface:#161927;--surface-soft:#1c2032;--surface-sunken:#10121c;--border:#2a2e42;--border-strong:#3a3f58;--accent:#8285ff;--accent-hover:#9a9dff;--accent-soft:#262a54;--accent-ring:#8285ff47;--severity-critical:#ff6b7f;--severity-critical-bg:#3a1620;--severity-high:#f0a63f;--severity-high-bg:#3a2812;--severity-normal:#7fa4ff;--severity-normal-bg:#182948;--severity-low:#9aa0b8;--severity-low-bg:#1c2032;--status-new-fg:#c3c8dc;--status-new-bg:#1c2032;--status-info-fg:#85a9ff;--status-info-bg:#182948;--status-progress-fg:#f0a63f;--status-progress-bg:#3a2812;--status-warning-fg:#f0a63f;--status-warning-bg:#3a2812;--status-success-fg:#4fd995;--status-success-bg:#132;--status-critical-fg:#ff6b7f;--status-critical-bg:#3a1620;--status-muted-fg:#8991a8;--status-muted-bg:#1c2032;--shadow-card:0 1px 2px #0000004d;--shadow-pop:0 16px 32px #00000080}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--ink);background:var(--bg);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:14px}*{box-sizing:border-box}h1,h2,h3,h4{font-family:var(--font-display);text-wrap:balance}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}::selection{background:var(--accent-soft);color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.app-shell{flex-direction:column;min-height:100vh;display:flex}.topbar{background:var(--surface);border-bottom:1px solid var(--border);height:58px;top:env(safe-area-inset-top,0px);z-index:20;align-items:center;gap:20px;padding:0 22px;display:flex;position:sticky}@media (max-width:640px){.topbar{gap:10px;padding:0 14px}}.topbar-brand{font-family:var(--font-display);white-space:nowrap;letter-spacing:-.01em;flex:none;align-items:center;gap:9px;font-size:15px;font-weight:800;display:flex}.topbar-brand .mark{background:linear-gradient(140deg, var(--accent), #7b7dff);color:#fff;width:26px;height:26px;box-shadow:0 2px 6px var(--accent-ring);border-radius:8px;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex}.topbar-nav{scrollbar-width:none;flex:1;gap:2px;min-width:0;display:flex;overflow-x:auto}.topbar-nav::-webkit-scrollbar{display:none}.topbar-nav a{border-radius:var(--radius-sm);color:var(--muted);white-space:nowrap;padding:8px 13px;font-size:12.5px;font-weight:600;transition:background .12s,color .12s}.topbar-nav a:hover{background:var(--surface-soft);color:var(--ink)}.topbar-nav a.active{background:var(--accent-soft);color:var(--accent)}.topbar-user{flex:none;align-items:center;gap:12px;font-size:12px;display:flex}.topbar-user select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--ink-2);cursor:pointer;padding:6px 10px;font-size:11.5px;font-weight:600}.theme-toggle{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);cursor:pointer;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;transition:border-color .12s,background .12s;display:flex}.theme-toggle:hover{border-color:var(--border-strong);background:var(--surface-sunken)}.topbar-user .who{flex-direction:column;align-items:flex-end;line-height:1.3;display:flex}.topbar-user .who b{font-size:12.5px;font-weight:700}.topbar-user .who small{color:var(--muted);font-size:10.5px}.user-menu{position:relative}.who-button{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:8px;padding:5px 8px;transition:background .12s,border-color .12s;display:flex}.who-button:hover{background:var(--surface-soft);border-color:var(--border)}.who-text{flex-direction:column;align-items:flex-end;line-height:1.3;display:flex}.who-caret{color:var(--muted);flex:none;transition:transform .12s}.who-caret.open{transform:rotate(180deg)}.user-menu-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:200px;box-shadow:var(--shadow-pop);z-index:30;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.user-menu-item{text-align:left;width:100%;color:var(--ink-2);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:9px 11px;font-size:12.5px;font-weight:600;display:block}.user-menu-item:hover{background:var(--surface-soft);color:var(--ink)}.user-menu-item.danger:hover{background:var(--severity-critical-bg);color:var(--severity-critical)}.export-menu{display:inline-block;position:relative}.export-menu-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:180px;box-shadow:var(--shadow-pop);z-index:30;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.export-menu-item{text-align:left;width:100%;color:var(--ink-2);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:9px 11px;font-size:12.5px;font-weight:600;display:block}.export-menu-item:hover{background:var(--surface-soft);color:var(--ink)}.notif-bell{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);cursor:pointer;justify-content:center;align-items:center;width:30px;height:30px;transition:border-color .12s,background .12s;display:flex;position:relative}.notif-bell:hover{border-color:var(--border-strong);background:var(--surface-sunken)}.notif-bell svg{width:15px;height:15px;color:var(--ink-2)}.notif-bell-badge{background:var(--severity-critical);color:#fff;text-align:center;border-radius:999px;min-width:15px;height:15px;padding:0 3px;font-size:9.5px;font-weight:700;line-height:15px;position:absolute;top:-4px;right:-4px}.notif-menu{position:relative}.notif-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);width:360px;max-width:calc(100vw - 32px);box-shadow:var(--shadow-pop);z-index:30;flex-direction:column;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.notif-dropdown-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.notif-dropdown-head h4{font-size:13.5px;font-weight:800}.notif-mark-all{color:var(--accent);cursor:pointer;background:0 0;border:0;font-size:11.5px;font-weight:600}.notif-mark-all:hover{text-decoration:underline}.notif-list{flex-direction:column;max-height:380px;display:flex;overflow-y:auto}.notif-empty{text-align:center;color:var(--muted);padding:24px 14px;font-size:12px}.notif-item{text-align:left;border:0;border-bottom:1px solid var(--border);cursor:pointer;background:0 0;align-items:flex-start;gap:10px;width:100%;padding:11px 14px;transition:background .12s;display:flex;position:relative}.notif-item:last-child{border-bottom:0}.notif-item:hover{background:var(--surface-soft)}.notif-item.unread{background:var(--accent-soft)}.notif-item.unread:hover{background:color-mix(in srgb, var(--accent-soft) 70%, var(--surface-soft))}.notif-item-icon{flex:none;font-size:15px;line-height:1.4}.notif-item-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.notif-item-title{color:var(--ink);font-size:12.5px;font-weight:700}.notif-item-text{color:var(--ink-2);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11.5px;line-height:1.4;display:-webkit-box;overflow:hidden}.notif-item-meta{color:var(--muted);font-size:10.5px;font-family:var(--font-mono)}.notif-item-dot{background:var(--accent);border-radius:50%;flex:none;width:7px;height:7px;margin-top:4px}.notif-dropdown-foot{border-top:1px solid var(--border);padding:8px}.notif-view-all{width:100%;color:var(--accent);cursor:pointer;text-align:center;background:0 0;border:0;border-radius:7px;padding:9px 11px;font-size:12px;font-weight:700}.notif-view-all:hover{background:var(--accent-soft)}@media (max-width:480px){.notif-dropdown{width:calc(100vw - 32px);right:-60px}}.attachment-list{flex-direction:column;gap:8px;margin-bottom:10px;display:flex}.attachment-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);flex-direction:column;gap:8px;padding:10px;font-size:12px;transition:border-color .12s;display:flex}.attachment-item:hover{border-color:var(--border-strong)}.attachment-main{align-items:flex-start;gap:9px;min-width:0;display:flex}.attachment-icon{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);flex:none;justify-content:center;align-items:center;width:26px;height:26px;margin-top:1px;font-size:13px;display:flex}.attachment-info{flex:auto;min-width:0}.attachment-item .attachment-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:600;display:block;overflow:hidden}.attachment-item .attachment-meta{color:var(--muted);margin-top:2px;font-size:11px;display:block}.attachment-actions{gap:6px;display:flex}.attachment-actions .btn{flex:1 1 0;justify-content:center}.attachment-dropzone{border:1.5px dashed var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-soft);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:18px 12px;transition:border-color .12s,background .12s;display:flex}.attachment-dropzone:hover{border-color:var(--accent);background:var(--accent-soft)}.attachment-dropzone.is-uploading{cursor:default;border-style:solid}.attachment-dropzone input[type=file]{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.attachment-dropzone-icon{color:var(--muted);font-size:16px}.attachment-dropzone-text{color:var(--ink-2);font-size:12px}.attachment-dropzone-text b{color:var(--accent);font-weight:700}.attachment-dropzone-hint{color:var(--muted-soft);font-size:10.5px}.csat-stars{gap:6px;margin:8px 0;display:flex}.csat-star{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);cursor:pointer;width:30px;height:30px;color:var(--ink-2);font-size:13px;font-weight:700}.csat-star.selected{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.content-wrap{flex:1;width:100%;max-width:1320px;margin:0 auto;padding:26px 24px 48px}.page-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.page-heading h1{letter-spacing:-.015em;font-size:22px;font-weight:800}.page-heading p{color:var(--muted);max-width:52ch;margin-top:5px;font-size:12.5px}.breadcrumbs{color:var(--muted);align-items:center;gap:6px;margin-bottom:14px;font-size:12px;display:flex}.breadcrumbs a{color:var(--accent);cursor:pointer;font-weight:700}.breadcrumbs a:hover{color:var(--accent-hover)}.btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;align-items:center;gap:6px;padding:9px 16px;font-size:12.5px;font-weight:700;transition:background .12s,border-color .12s,color .12s,transform 60ms;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface);border-color:var(--border-strong);color:var(--ink)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.btn-ghost{color:var(--ink-2);background:0 0}.btn-ghost:hover{background:var(--surface-soft)}.btn-danger-ghost{border-color:var(--border);color:var(--muted);background:0 0}.btn-danger-ghost:hover{background:var(--severity-critical-bg);border-color:var(--severity-critical);color:var(--severity-critical)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-sm{padding:6px 12px;font-size:11.5px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.card-pad{padding:20px}.stat-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-bottom:20px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:default;padding:14px 16px;transition:border-color .12s,box-shadow .12s}.stat-card b{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:24px;font-weight:500;line-height:1.1;display:block}.stat-card span{color:var(--muted);font-size:11px;font-weight:500}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{border-color:var(--border-strong)}.stat-card.active{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.stat-card.active b{color:var(--accent)}.kpi-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);grid-template-columns:repeat(4,1fr);margin-bottom:20px;display:grid;overflow:hidden}@media (max-width:720px){.kpi-row{grid-template-columns:repeat(2,1fr)}}.kpi-item{border-left:1px solid var(--border);padding:14px 18px}.kpi-item:first-child{border-left:0}@media (max-width:720px){.kpi-item:nth-child(odd){border-left:0}.kpi-item:nth-child(n+3){border-top:1px solid var(--border)}}.kpi-item span{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:5px;font-size:10px;font-weight:600;display:block}.kpi-item b{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--ink);letter-spacing:-.01em;font-size:22px;font-weight:600;line-height:1.2;display:block}.kpi-item.kpi-good b{color:var(--status-success-fg,var(--accent))}.kpi-item.kpi-bad b{color:var(--severity-critical)}.breakdown-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:20px;display:grid}.breakdown-card{padding:16px 18px}.breakdown-card h4{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:10px;font-size:11px}.breakdown-item{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:6px 0;font-size:12.5px;display:flex}.breakdown-item:first-of-type{border-top:0}.breakdown-item span{color:var(--ink-2)}.breakdown-item b{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-weight:600}.empty-hint{color:var(--muted);font-size:12px}.timeline-terminal{justify-content:flex-start}.timeline-terminal .step{color:var(--ink-2);font-weight:600}.timeline-terminal .step:before,.timeline-terminal .step:after{display:none}.toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}.toolbar .spacer{flex:1}.toolbar select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-2);padding:8px 10px;font-size:12px;font-weight:600}.search-box{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:7px;min-width:230px;padding:8px 11px;display:flex}.search-box:before{content:"";background:var(--muted-soft);flex:none;width:13px;height:13px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.3-4.3'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.3-4.3'/%3E%3C/svg%3E") 50%/contain no-repeat}.search-box input{background:0 0;border:0;outline:none;flex:1;font-size:12.5px}.search-box input::placeholder{color:var(--muted-soft)}.ticket-table-wrap{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-card);overflow:auto}table.ticket-table{border-collapse:collapse;width:100%;min-width:780px}table.ticket-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:var(--surface-soft);border-bottom:1px solid var(--border);white-space:nowrap;padding:11px 16px;font-size:10px;font-weight:700}table.ticket-table td{border-bottom:1px solid var(--border);vertical-align:middle;height:54px;padding:0 16px;font-size:12.5px}table.ticket-table tbody tr{cursor:pointer;position:relative}table.ticket-table tbody tr:last-child td{border-bottom:0}table.ticket-table tbody tr:hover{background:var(--surface-soft)}table.ticket-table tbody tr td:first-child{border-left:3px solid #0000}table.ticket-table tbody tr.sev-p1 td:first-child{border-left-color:var(--severity-critical)}table.ticket-table tbody tr.sev-p2 td:first-child{border-left-color:var(--severity-high)}table.ticket-table tbody tr.sev-p3 td:first-child{border-left-color:var(--severity-normal)}table.ticket-table tbody tr.sev-p4 td:first-child{border-left-color:var(--severity-low)}.ticket-id-cell{font-family:var(--font-mono);color:var(--accent);letter-spacing:-.01em;white-space:nowrap;font-size:11.5px;font-weight:500}.ticket-subject-cell b{color:var(--ink);font-size:12.5px;font-weight:600;display:block}.ticket-subject-cell small{color:var(--muted);font-size:11px}.mono-cell{font-family:var(--font-mono);color:var(--ink-2);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11.5px}.overdue-cell{font-weight:600;color:var(--severity-critical)!important}.empty-row{text-align:center;color:var(--muted);padding:48px 0;font-size:12.5px}.delivery-error-cell{text-overflow:ellipsis;white-space:nowrap;max-width:220px;color:var(--severity-critical);font-size:11.5px;overflow:hidden}.pill{white-space:nowrap;border-radius:999px;align-items:center;padding:3px 9px;font-size:10.5px;font-weight:700;display:inline-flex}.pill.tone-neutral{background:var(--status-new-bg);color:var(--status-new-fg)}.pill.tone-info{background:var(--status-info-bg);color:var(--status-info-fg)}.pill.tone-progress{background:var(--status-progress-bg);color:var(--status-progress-fg)}.pill.tone-warning{background:var(--status-warning-bg);color:var(--status-warning-fg)}.pill.tone-success{background:var(--status-success-bg);color:var(--status-success-fg)}.pill.tone-critical{background:var(--status-critical-bg);color:var(--status-critical-fg)}.pill.tone-muted{background:var(--status-muted-bg);color:var(--status-muted-fg)}.priority-dot{font-size:11.5px;font-weight:700;font-family:var(--font-mono);white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.priority-dot:before{content:"";border-radius:50%;flex:none;width:7px;height:7px}.priority-dot.p1{color:var(--severity-critical)}.priority-dot.p1:before{background:var(--severity-critical);box-shadow:0 0 0 3px var(--severity-critical-bg)}.priority-dot.p2{color:var(--severity-high)}.priority-dot.p2:before{background:var(--severity-high);box-shadow:0 0 0 3px var(--severity-high-bg)}.priority-dot.p3{color:var(--severity-normal)}.priority-dot.p3:before{background:var(--severity-normal);box-shadow:0 0 0 3px var(--severity-normal-bg)}.priority-dot.p4{color:var(--severity-low)}.priority-dot.p4:before{background:var(--severity-low);box-shadow:0 0 0 3px var(--severity-low-bg)}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-grid .span-2{grid-column:1/-1}.field{flex-direction:column;gap:6px;display:flex}.field label{color:var(--ink-2);font-size:11.5px;font-weight:700}.field label .req{color:var(--severity-critical)}.field input,.field select,.field textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:9px 11px;font-size:12.5px;transition:border-color .12s,box-shadow .12s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);outline:none}.field input:disabled{background:var(--surface-soft);color:var(--muted)}.field textarea{resize:vertical;min-height:90px;font-family:var(--font-body)}.field small.hint{color:var(--muted);font-size:10.5px}.subject-suggestions{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:5px;margin-top:4px;padding:10px 12px;display:flex}.subject-suggestion-item{color:var(--ink-2);align-items:center;gap:8px;font-size:12px;text-decoration:none;display:flex}.subject-suggestion-item:hover{color:var(--accent)}.subject-suggestion-module{letter-spacing:.03em;color:var(--accent);background:var(--accent-soft);border-radius:999px;flex:none;padding:2px 8px;font-size:9.5px;font-weight:700}.help-article-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.help-article-module{letter-spacing:.03em;color:var(--accent);background:var(--accent-soft);border-radius:999px;margin-bottom:8px;padding:3px 9px;font-size:9.5px;font-weight:700;display:inline-block}.help-article h4{margin-bottom:6px;font-size:13.5px;font-weight:700}.help-article p{color:var(--muted);font-size:12px;line-height:1.55}.form-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:20px;padding-top:18px;display:flex}.detail-layout{grid-template-columns:1fr 300px;align-items:start;gap:20px;display:grid}@media (max-width:900px){.detail-layout{grid-template-columns:1fr}}.detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.detail-header h1{letter-spacing:-.01em;margin-bottom:7px;font-size:19px;font-weight:800}.detail-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:11.5px;display:flex}.timeline{gap:0;margin:18px 0 22px;display:flex;overflow-x:auto}.timeline .step{text-align:center;min-width:90px;color:var(--muted);flex:1;padding-top:20px;font-size:10.5px;font-weight:600;position:relative}.timeline .step:before{content:"";background:var(--border-strong);height:2px;position:absolute;top:6px;left:0;right:0}.timeline .step:first-child:before{left:50%}.timeline .step:last-child:before{right:50%}.timeline .step:after{content:"";background:var(--border-strong);border:2px solid var(--bg);border-radius:50%;width:11px;height:11px;position:absolute;top:1px;left:50%;transform:translate(-50%)}.timeline .step.done{color:var(--ink-2)}.timeline .step.done:before{background:var(--accent)}.timeline .step.done:after{background:var(--accent);border-color:var(--surface)}.timeline .step.current{color:var(--status-progress-fg);font-weight:700}.timeline .step.current:after{background:var(--status-progress-fg);box-shadow:0 0 0 4px var(--status-warning-bg);border-color:var(--surface)}.section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:22px 0 10px;font-size:10.5px;font-weight:700}.section-label:first-child{margin-top:0}.message-list{flex-direction:column;gap:10px;margin:12px 0;display:flex}.message{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);padding:13px 15px}.message.internal{background:var(--status-warning-bg);border-color:#f0deb2}:root[data-theme=dark] .message.internal,:root:not([data-theme=light]) .message.internal{border-color:#5a4520}.message-head{justify-content:space-between;align-items:center;margin-bottom:7px;font-size:11.5px;display:flex}.message-head b{font-size:12.5px;font-weight:700}.message-head .badge-internal{text-transform:uppercase;letter-spacing:.04em;color:var(--status-progress-fg);background:#0000000f;border-radius:999px;padding:2px 7px;font-size:9.5px;font-weight:800}.message-body{color:var(--ink-2);white-space:pre-wrap;font-size:12.5px;line-height:1.55}.message-time{color:var(--muted);font-size:10.5px;font-family:var(--font-mono)}.reply-box{flex-direction:column;gap:10px;margin-top:16px;display:flex}.reply-box textarea{border:1px solid var(--border);border-radius:var(--radius-md);resize:vertical;min-height:84px;font-size:12.5px;font-family:var(--font-body);padding:11px 13px}.reply-box textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);outline:none}.reply-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.visibility-toggle{color:var(--ink-2);flex-wrap:wrap;align-items:center;gap:14px;font-size:11.5px;font-weight:600;display:flex}.visibility-toggle label{cursor:pointer;align-items:center;gap:6px;display:flex}.macro-picker{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-soft);color:var(--ink-2);padding:5px 8px;font-size:11.5px;font-weight:600}.macro-list{flex-direction:column;gap:10px;display:flex}.macro-card-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.macro-card-head b{color:var(--ink);font-size:13px}.macro-card-body{color:var(--ink-2);white-space:pre-wrap;margin:0;font-size:12.5px;line-height:1.5}.side-panel{flex-direction:column;gap:14px;display:flex}.side-block{padding:16px}.side-block h4{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:11px;font-size:10.5px;font-weight:700}.side-row{border-bottom:1px solid var(--surface-soft);justify-content:space-between;gap:10px;padding:7px 0;font-size:12px;display:flex}.side-row:last-child{border-bottom:0}.side-row span:first-child{color:var(--muted)}.side-row span:last-child{text-align:right;font-weight:600}.side-actions{flex-direction:column;gap:8px;margin-top:14px;display:flex}.chip-row{flex-wrap:wrap;gap:6px;margin:6px 0;display:flex}.chip{color:var(--ink-2);background:var(--surface-soft);border:1px solid var(--border);border-radius:999px;align-items:center;gap:5px;padding:3px 6px 3px 10px;font-size:11px;font-weight:600;display:inline-flex}.chip-tag{color:var(--accent);background:var(--accent-soft);border-color:#0000}.chip button{color:inherit;cursor:pointer;opacity:.6;background:0 0;border:0;padding:2px;font-size:13px;line-height:1}.chip button:hover{opacity:1}.chip-input-row{gap:6px;display:flex}.chip-input-row input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);flex:1;min-width:0;padding:6px 9px;font-size:11.5px}.chip-input-row input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);outline:none}.event-list{flex-direction:column;gap:12px;display:flex}.event-item{gap:9px;font-size:11.5px;display:flex}.event-item .dot{background:var(--accent);border-radius:50%;flex:none;width:6px;height:6px;margin-top:5px}.event-item .txt b{font-size:11.5px;font-weight:600;display:block}.event-item .txt small{color:var(--muted);font-size:10.5px;font-family:var(--font-mono)}.resolution-card{background:var(--status-success-bg);border-radius:var(--radius-md);border:1px solid #a9dec1;margin:16px 0;padding:15px}:root[data-theme=dark] .resolution-card,:root:not([data-theme=light]) .resolution-card{border-color:#1f5c3d}.resolution-card h4{text-transform:uppercase;letter-spacing:.04em;color:var(--status-success-fg);margin-bottom:7px;font-size:11.5px;font-weight:700}.resolution-card p{color:var(--ink-2);margin-bottom:11px;font-size:12.5px;line-height:1.5}.resolution-actions{gap:10px;display:flex}.empty-state{text-align:center;color:var(--muted);padding:70px 20px}.empty-state b{color:var(--ink);font-size:14.5px;font-family:var(--font-display);margin-bottom:5px;display:block}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0c1473;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);border-radius:var(--radius-lg);width:min(480px,100%);max-height:90vh;box-shadow:var(--shadow-pop);border:1px solid var(--border);overflow-y:auto}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:17px 19px;display:flex}.modal-header h3{font-size:14.5px;font-weight:700}.modal-header button{cursor:pointer;color:var(--muted);background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;font-size:18px;display:flex}.modal-header button:hover{background:var(--surface-soft);color:var(--ink)}.modal-body{flex-direction:column;gap:13px;padding:19px;display:flex}.console-login-page{max-width:1180px;margin:0 auto;padding:44px 24px 56px}.console-login-header{text-align:center;max-width:640px;margin:0 auto 30px}.console-login-eyebrow{letter-spacing:.12em;color:var(--accent);margin-bottom:12px;font-size:11px;font-weight:700;display:inline-block}.console-login-header h1{letter-spacing:-.02em;margin-bottom:10px;font-size:clamp(24px,3.4vw,32px);font-weight:800}.console-login-header p{color:var(--muted);font-size:13.5px;line-height:1.6}.console-login-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-pop);border-radius:20px;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);display:grid;overflow:hidden}@media (max-width:820px){.console-login-card{grid-template-columns:1fr}}.console-login-hero{color:#eef0f8;background:linear-gradient(160deg,#171b2c 0%,#10131f 100%);flex-direction:column;gap:18px;padding:34px 32px;display:flex;position:relative;overflow:hidden}.console-login-hero-badge{letter-spacing:.08em;color:#c3c6ff;background:#8285ff29;border:1px solid #8285ff52;border-radius:999px;align-self:flex-start;padding:5px 11px;font-size:10px;font-weight:800}.console-login-hero-visual{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.hero-queue-row{align-items:center;gap:9px;display:flex}.hero-dot{border-radius:50%;flex:none;width:7px;height:7px}.hero-queue-row.critical .hero-dot{background:#ff6b7f}.hero-queue-row.high .hero-dot{background:#f0a63f}.hero-queue-row.normal .hero-dot{background:#7fa4ff}.hero-queue-row.low .hero-dot{background:#9aa0b8}.hero-bar{background:linear-gradient(90deg,#8285ffbf,#8285ff40);border-radius:999px;height:6px}.hero-chip{font-family:var(--font-mono);color:#b7bcd6;flex:none;margin-left:auto;font-size:9.5px;font-weight:700}.console-login-hero h2{letter-spacing:-.01em;font-size:19px;font-weight:800;line-height:1.25}.console-login-hero p{color:#b7bcd6;font-size:12.5px;line-height:1.6}.console-login-hero-footer{border-top:1px solid #ffffff17;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:auto;padding-top:20px;display:grid}.hero-footer-stat{flex-direction:column;gap:3px;display:flex}.hero-footer-stat b{font-family:var(--font-mono);color:#eef0f8;font-size:12.5px;font-weight:700}.hero-footer-stat span{color:#8d92b0;font-size:10.5px;line-height:1.4}.console-login-form-side{flex-direction:column;padding:34px 32px;display:flex}.console-login-form-side h3{letter-spacing:-.015em;font-size:20px;font-weight:800}.console-login-sub{color:var(--muted);margin:5px 0 20px;font-size:12.5px}.console-login-form-side form{flex-direction:column;gap:14px;display:flex}.console-login-form-side .field{flex-direction:column;gap:6px;display:flex}.console-login-form-side .field label{color:var(--ink-2);font-size:11.5px;font-weight:700}.icon-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;transition:border-color .12s,box-shadow .12s;display:flex;position:relative}.icon-input:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.icon-input-glyph{width:36px;color:var(--muted);flex:none;justify-content:center;align-items:center;font-size:12px;display:flex}.icon-input input{height:40px;color:var(--ink);background:0 0;border:0;outline:none;flex:1;padding-right:8px;font-size:12.5px}.icon-input .password-toggle{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;flex:none;justify-content:center;align-items:center;margin-right:3px;display:flex}.icon-input .password-toggle:hover{background:var(--surface-soft);color:var(--ink-2)}.console-login-error{color:var(--severity-critical);background:var(--severity-critical-bg);border:1px solid color-mix(in srgb, var(--severity-critical) 30%, transparent);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:9px 12px;font-size:12px;font-weight:600;display:flex}.console-login-submit{border-radius:var(--radius-sm);background:var(--accent);color:#fff;cursor:pointer;border:0;height:44px;font-size:13px;font-weight:700;transition:background .12s}.console-login-submit:hover{background:var(--accent-hover)}.console-login-submit:disabled{opacity:.6;cursor:not-allowed}.console-login-divider{color:var(--muted-soft);letter-spacing:.08em;align-items:center;gap:10px;margin:20px 0 12px;font-size:9.5px;font-weight:700;display:flex}.console-login-divider:before,.console-login-divider:after{content:"";background:var(--border);flex:1;height:1px}.console-login-trust{color:var(--muted);justify-content:center;gap:16px;margin-bottom:18px;font-size:11px;display:flex}.console-login-back{color:var(--muted);cursor:pointer;background:0 0;border:0;align-self:center;margin-top:auto;padding:6px;font-size:12px;font-weight:600}.console-login-back:hover{color:var(--accent)}.console-login-strip{background:var(--border);border:1px solid var(--border);border-radius:14px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;margin-top:24px;display:grid;overflow:hidden}.console-login-strip-item{background:var(--surface);flex-direction:column;gap:5px;padding:20px 22px;display:flex}.console-login-strip-item b{font-size:13.5px;font-weight:700}.console-login-strip-item span{color:var(--muted);font-size:11.5px;line-height:1.5}
@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_ceb1af99-module__BZe4KW__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_ceb1af99-module__BZe4KW__variable{--font-display:"Manrope", "Manrope Fallback"}
@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.2y65deuc30pmy.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.2qt3tdwt-y9x_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.3cvcemwuzoywn.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.02z5rrbg5nt92.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.2rixgazldzomk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.2y65deuc30pmy.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.2qt3tdwt-y9x_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.3cvcemwuzoywn.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.02z5rrbg5nt92.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.2rixgazldzomk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.2y65deuc30pmy.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.2qt3tdwt-y9x_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.3cvcemwuzoywn.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.02z5rrbg5nt92.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.2rixgazldzomk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans Fallback;src:local(Arial);ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.0%;size-adjust:101.17%}.ibm_plex_sans_d8034edf-module__d4x2eG__className{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.ibm_plex_sans_d8034edf-module__d4x2eG__variable{--font-body:"IBM Plex Sans", "IBM Plex Sans Fallback"}
@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e390973e931a41c5-s.0rgnxg2b64rzs.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/59b15b4bcd7b1eb5-s.2vemzm0itqzfy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e532fa1b9921e1cd-s.3cb5lpr2l6xud.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2fe89d53234c61d4-s.1u30mmyq6lnsd.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/99e609270109b47d-s.p.40sczeszzbjw1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5e05ae5b48faa55e-s.1yd4_i3e35931.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a7afbb44bec2bb18-s.1qc6dx89jd2qv.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/02263ebadd758ea4-s.29yke99gs9qpn.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/68757d6cddeff913-s.1i-sca43-qwng.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono Fallback;src:local(Arial);ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.0%;size-adjust:134.59%}.ibm_plex_mono_31356852-module__Y2qwsG__className{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.ibm_plex_mono_31356852-module__Y2qwsG__variable{--font-mono:"IBM Plex Mono", "IBM Plex Mono Fallback"}
