@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@500&display=swap");@font-face{font-family:Material Symbols Outlined;src:url(/fonts/material-symbols-outlined.ttf) format("truetype");font-style:normal;font-weight:400;font-display:block}:root{--background:#f8fafc;--surface:#ffffff;--surface-muted:#f8fbff;--surface-alt:#e7eeff;--surface-container:#eef4ff;--surface-container-lowest:#ffffff;--surface-container-low:#f8fbff;--on-surface:#111c2d;--on-surface-variant:#526078;--background-on:#f8fafc;--primary:#0d4275;--primary-container:#17487b;--on-primary:#ffffff;--on-primary-container:#d3e3ff;--secondary:#2e9e76;--secondary-container:#dff7ee;--hairline:#d7e2f3;--hairline-soft:#edf2fb;--muted:#8290a6;--sidebar-bg:#0d4275;--sidebar-text:#ecf1ff;--brand-teal:#2e9e76;--error:#ba1a1a;--error-container:#ffdad6;--on-error:#ffffff;--on-error-container:#93000a;--shadow-sm:0 4px 20px rgba(13,66,117,0.08);--shadow-md:0 10px 30px rgba(13,66,117,0.1);--shadow-focus:0 0 0 3px rgba(13,66,117,0.1);--radius-lg:8px;--radius-xl:12px;--content-max-width:1280px}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--on-surface);text-rendering:geometricPrecision;background:radial-gradient(circle at 95% 0,rgba(13,66,117,.08) 0,transparent 30%),radial-gradient(circle at 8% 84%,rgba(46,158,118,.05) 0,transparent 34%),var(--background)}a{color:inherit}.material-symbols-outlined{font-family:Material Symbols Outlined;font-style:normal;font-weight:400;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;letter-spacing:normal;text-transform:none;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;line-height:1;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";-webkit-font-feature-settings:"liga"}button,input,select,textarea{font:inherit}.card{border:1px solid var(--hairline);border-radius:var(--radius-lg)}.card,.field{background:var(--surface)}.field{height:40px;border-radius:4px;border:1px solid var(--hairline);padding:0 12px;color:var(--on-surface);outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.field:focus{border-color:var(--primary);background:var(--surface-container-lowest);box-shadow:var(--shadow-focus)}.btn{border:0;border-radius:4px;height:40px;padding:0 16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;justify-content:center;transition:all .2s ease;box-shadow:none}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.7;cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--on-primary)}.btn-primary:hover:not(:disabled){background:#0a3761}.btn-secondary{border:1px solid var(--hairline);background:var(--surface);color:var(--primary)}.btn-secondary:hover:not(:disabled){background:var(--surface-container-low)}.table-wrap{overflow-x:auto;border:1px solid var(--hairline);border-radius:var(--radius-lg);background:var(--surface);box-shadow:inset 0 1px 0 rgba(255,255,255,.4)}.table{width:100%;border-collapse:collapse}.table td,.table th{text-align:left;padding:14px 20px;border-bottom:1px solid var(--hairline);white-space:nowrap}.table th{font-size:11px;color:var(--on-surface-variant);text-transform:uppercase;letter-spacing:.08em;font-weight:700;background:var(--surface-container-low)}.table tbody tr:hover{background:#fbfdff}.text-right{text-align:right}.serial-cell{color:var(--brand-teal);font-family:JetBrains Mono,monospace;font-weight:500}.dashboard-shell{min-height:100vh;display:flex;background:var(--background);position:relative}.dashboard-sidebar{position:fixed;inset:0 auto 0 0;width:280px;background:var(--sidebar-bg);color:var(--sidebar-text);padding:24px 12px 20px;display:flex;flex-direction:column;z-index:10;box-shadow:10px 0 24px rgba(7,24,47,.16)}.sidebar-head{margin-bottom:40px;display:flex;align-items:center;gap:16px;padding:0 4px}.sidebar-brand{width:40px;height:40px;border-radius:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);display:inline-flex;align-items:center;justify-content:center}.sidebar-title{margin:0;font-size:22px;line-height:1.05}.sidebar-subtitle{margin:2px 0 0;font-size:10px;letter-spacing:.12em;opacity:.72;text-transform:uppercase}.sidebar-nav{display:grid;grid-gap:4px;gap:4px;flex:1 1}.sidebar-link{color:var(--sidebar-text);text-decoration:none;opacity:.85;display:flex;align-items:center;gap:12px;border-radius:6px;padding:12px 14px;min-height:48px;line-height:1.5;font-size:14px;transition:background-color .2s ease,color .2s ease,opacity .2s ease;box-sizing:border-box;font-weight:500}.sidebar-nav .sidebar-link{min-height:48px;margin-bottom:4px}.sidebar-link:hover{background:rgba(255,255,255,.1);opacity:1}.sidebar-link:focus-visible{outline:2px solid #ffffff;outline-offset:1px}.sidebar-active{background:linear-gradient(90deg,rgba(46,158,118,.18),rgba(255,255,255,.08))!important;border-left:3px solid var(--brand-teal);opacity:1;font-weight:700;color:#ffffff}.sidebar-nav .sidebar-active{padding-left:11px}.sidebar-bottom .sidebar-link{min-height:32px;padding:7px 10px}.sidebar-icon{width:24px;height:24px;display:inline-flex;justify-content:center;align-items:center;font-size:22px;line-height:1}.sidebar-bottom{display:flex;flex-direction:column;gap:8px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);margin-top:auto}.sidebar-action-btn{width:100%;justify-content:center;margin-bottom:12px;gap:8px;box-shadow:none;border:0;background:rgba(255,255,255,.12);height:40px;min-height:40px;border-radius:4px;border:1px solid rgba(255,255,255,.12);padding:0 20px}.sidebar-action-btn .material-symbols-outlined{font-size:20px}.dashboard-main{flex:1 1;margin-left:280px;min-height:100vh;padding-top:0;padding-right:0}.topbar{position:fixed;top:0;right:0;left:280px;height:64px;background:var(--surface);border-bottom:1px solid var(--hairline);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;display:flex;justify-content:space-between;align-items:center;padding:0 32px;gap:16px}.topbar-title-wrap{display:flex;flex-direction:column}.topbar-title{margin:0;font-size:28px;line-height:1.1;color:var(--primary)}.topbar-subtitle{margin:0;font-size:12px;color:var(--on-surface-variant)}.topbar-right{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.topbar-search-wrap{position:relative;width:256px}.topbar-search-wrap .topbar-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--muted)}.topbar-search{width:100%;height:40px;border-radius:4px;border:1px solid var(--hairline);background:var(--surface-container-low);padding:0 12px 0 38px}.topbar-tools{display:flex;align-items:center;gap:10px}.topbar-tool-btn{height:40px;border:0;border-radius:4px;color:var(--brand-teal);background:transparent;padding:0 12px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.topbar-tool-btn:hover{background:rgba(13,66,117,.06)}.topbar-tool-icon{position:relative;color:var(--on-surface-variant)}.notify-dot{position:absolute;right:7px;top:10px;width:8px;height:8px;border-radius:50%;background:var(--error)}.toolbar-sep{width:1px;background:var(--hairline);height:28px;margin:0 2px}.topbar-user{display:flex;align-items:center;gap:10px}.topbar-user-text{text-align:right;line-height:1.1}.topbar-user-text p{margin:0;color:var(--on-surface-variant);font-size:11px;letter-spacing:.03em;text-transform:uppercase}.topbar-user-text strong{display:block;color:var(--on-surface)}.topbar-avatar{width:40px;height:40px;border-radius:999px;border:1px solid var(--hairline);display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary);background:#fff}.topbar-logout{min-width:90px;min-height:38px}.dashboard-content{padding:28px 32px 40px;margin-top:64px;min-height:calc(100vh - 64px);max-width:var(--content-max-width)}.entity-page{display:grid;grid-gap:28px;gap:28px}.entity-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.entity-title{margin:0;font-size:30px;line-height:1.15;color:var(--primary)}.entity-subtitle{margin:4px 0 0;color:var(--on-surface-variant);font-size:14px}.entity-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.filter-panel{background:var(--surface-container-lowest);border:1px solid var(--hairline);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm)}.filter-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:end}.filter-grid .field,.filter-grid .field-group{grid-column:span 3}.filter-grid .field-group{display:grid;grid-gap:6px;gap:6px;min-width:0}.field-label{color:var(--on-surface-variant);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.filter-actions{grid-column:span 3;display:flex;gap:8px;justify-content:flex-end}.form-card{border:1px solid var(--hairline);border-radius:var(--radius-lg);background:var(--surface-container-lowest);padding:20px;display:grid;grid-gap:16px;gap:16px;box-shadow:var(--shadow-sm)}.form-card>h3{margin:0 0 4px}.section-subtitle{margin:0 0 4px;font-size:20px;line-height:1.15}.form-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid .field{width:100%}.form-actions{grid-column:1/-1;display:flex;gap:8px;justify-content:flex-end}.terminal-register-page .entity-page{display:block}.terminal-register-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;flex-wrap:wrap;margin-bottom:8px}.terminal-register-breadcrumb{margin:0;color:var(--on-surface-variant);font-size:12px;display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.04em}.terminal-breadcrumb-sep{color:var(--muted)}.terminal-register-title{margin:4px 0 2px;font-size:36px;line-height:1.1;color:var(--primary)}.terminal-register-subtitle{margin:0;color:var(--on-surface-variant);font-size:14px}.terminal-register-grid{display:grid;grid-template-columns:2fr minmax(300px,1fr);grid-gap:24px;gap:24px}.terminal-register-form-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.terminal-register-form-grid .field-hint{margin-top:2px;color:var(--on-surface-variant);font-size:11px;letter-spacing:.02em;text-transform:uppercase}.terminal-toggle-field{grid-column:1/-1}.terminal-toggle{margin-top:2px;display:flex;align-items:center;gap:10px;background:var(--surface-container-low);border:1px solid var(--hairline);border-radius:4px;min-height:44px;padding:0 12px}.terminal-toggle input{accent-color:var(--primary)}.terminal-toggle-hint{margin-left:auto;font-size:17px;color:var(--brand-teal);cursor:help}.terminal-form-actions{margin-top:4px}.terminal-register-side{display:grid;grid-gap:16px;gap:16px}.terminal-side-card{border:1px solid var(--hairline);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden;box-shadow:var(--shadow-sm)}.terminal-side-card:first-of-type>.terminal-side-body,.terminal-side-card:last-of-type{padding:18px}.terminal-side-media{position:relative;height:140px;background:rgba(13,66,117,.08);display:flex;align-items:center;justify-content:center}.terminal-icon-hint{font-size:64px;color:var(--primary);opacity:.2}.terminal-side-pill{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(255,255,255,.85);border-radius:6px;display:inline-flex;align-items:center;gap:8px;padding:8px 10px;color:var(--primary);font-weight:600;font-size:13px}.terminal-side-dot{width:8px;height:8px;border-radius:50%;background:var(--brand-teal);animation:pulse 1.3s infinite}.terminal-side-card h4{margin:0 0 12px;font-size:20px}.terminal-side-card ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:12px;gap:12px}.terminal-side-card li{display:flex;align-items:flex-start;gap:8px;color:var(--on-surface-variant);line-height:1.45;font-size:13px}.terminal-side-card li strong{width:16px;flex:0 0 16px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:white;font-size:11px}.terminal-status-list{display:grid;grid-gap:10px;gap:10px}.terminal-status-list>div{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--hairline);padding-bottom:10px}.terminal-status-list>div:last-child{border-bottom:0}.terminal-status-list span{color:var(--on-surface-variant);font-size:13px}.terminal-status-list strong{font-weight:600;color:var(--on-surface)}.terminal-token-block{margin:12px 0 0;background:#eef8f4;border:1px dashed #8fd1bb;color:#0f6b4a;border-radius:10px;padding:10px 12px;font-size:13px;overflow-wrap:anywhere}.form-loading{min-height:190px;display:flex;align-items:center;justify-content:center;color:var(--on-surface-variant);border:1px dashed var(--hairline);border-radius:12px;background:var(--surface-container-lowest)}.success-banner{margin:0;color:#0f6b4a;background:#eef8f4;border:1px solid #8fd1bb;padding:10px 12px;border-radius:6px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}.table-card{border:1px solid var(--hairline);border-radius:var(--radius-lg);overflow:hidden;background:var(--surface-container-lowest);box-shadow:var(--shadow-md)}.table-head{padding:16px 20px;border-bottom:1px solid var(--hairline);display:flex;justify-content:space-between;align-items:center;gap:12px}.table-head h5{margin:0}.table-count{margin:0}.pagination-bar,.table-count{color:var(--on-surface-variant);font-size:13px}.pagination-bar{border-top:1px solid var(--hairline);padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.pagination-controls{display:flex;align-items:center;gap:8px}.auth-shell{min-height:100vh;background:radial-gradient(circle at 100% 0,rgba(13,66,117,.14) 0,transparent 50%),radial-gradient(circle at 0 100%,rgba(46,158,118,.1) 0,transparent 55%),var(--background);display:grid;place-items:center;padding:16px;position:relative;overflow:hidden}.auth-shell:before{width:260px;height:260px;right:-100px;top:12%;background:rgba(13,66,117,.12);filter:blur(.5px)}.auth-shell:after,.auth-shell:before{content:"";position:absolute;border-radius:999px}.auth-shell:after{width:220px;height:220px;left:-90px;bottom:-70px;background:rgba(46,158,118,.1);filter:blur(.2px)}.auth-card{width:100%;max-width:460px;border-radius:var(--radius-xl);border:1px solid var(--hairline);background:var(--surface);padding:32px;display:grid;grid-gap:12px;gap:12px;box-shadow:var(--shadow-md);position:relative;z-index:1;overflow:hidden}.auth-card:after{content:"";position:absolute;right:-35px;top:-28px;width:120px;height:120px;border-radius:999px;background:rgba(13,66,117,.08);z-index:-1}.auth-header{margin-bottom:8px;text-align:center}.auth-title{margin:0;font-size:34px;line-height:1.1;color:var(--primary)}.auth-hint{margin:8px 0 0;color:var(--on-surface-variant)}.auth-topbar{margin:0 0 14px;display:flex;justify-content:flex-end;align-items:center}.auth-with-brand{justify-content:space-between}.auth-subheader{display:grid;grid-gap:8px;gap:8px}.auth-subheader h2{margin:0;font-size:28px;line-height:1.2;color:var(--primary)}.auth-subheader p{margin:0;color:var(--on-surface-variant);font-size:13px}.auth-form{display:grid;grid-gap:18px;gap:18px}.auth-field{display:grid;grid-gap:8px;gap:8px}.auth-field-wrap{position:relative}.auth-field-wrap .field{width:100%;padding-left:42px;height:44px}.auth-field-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:18px}.auth-label{color:var(--on-surface-variant);font-size:13px;font-weight:600}.auth-label-row{justify-content:space-between}.auth-check,.auth-label-row{display:flex;align-items:center;gap:10px}.auth-check{color:var(--on-surface-variant);font-size:13px}.auth-check input{width:16px;height:16px;accent-color:var(--primary)}.auth-submit{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px}.auth-submit-icon{font-size:18px}.auth-brand{width:44px;height:44px;border-radius:10px;background:var(--sidebar-bg);color:var(--sidebar-text);display:inline-flex;align-items:center;justify-content:center}.auth-brand .material-symbols-outlined{font-size:24px}.auth-divider{margin-top:12px;border-top:1px solid var(--hairline);padding-top:18px}.auth-note{margin:0;font-size:13px;color:#6b6f70;text-align:center}.auth-note.success{color:#0f6b4a}.auth-error{margin:0;color:var(--error);font-size:13px}.auth-footer-text{margin:0;text-align:center;color:#6b6f70;font-size:13px}.auth-footer-link{margin-top:16px;text-align:center}.auth-footer-link a,.auth-topbar a{color:var(--primary);text-decoration:none}.auth-footer-link a:hover,.auth-topbar a:hover{text-decoration:underline}.auth-hint-link{color:var(--primary)}.muted-text{color:var(--on-surface-variant)}.report-tabs{flex-wrap:wrap}.report-tabs .btn{min-height:40px}.report-tabs .btn.btn-secondary{background:var(--surface)}.overview-page{display:grid;grid-gap:24px;gap:24px}.overview-page-head{margin-bottom:6px}.overview-title{margin:0;font-size:22px}.overview-subtitle{margin:4px 0 0;color:var(--on-surface-variant);font-size:13px}.overview-actions{margin-top:14px;display:flex;gap:12px}.topbar-action-btn{min-height:44px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.metric-card{background:var(--surface-container-lowest);border:1px solid var(--hairline);border-radius:var(--radius-xl);padding:18px 18px 16px;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.metric-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.metric-top{display:flex;justify-content:space-between;margin-bottom:16px}.metric-icon{width:34px;height:34px;border-radius:10px;background:rgba(13,66,117,.08);color:var(--brand-teal);display:inline-flex;align-items:center;justify-content:center}.metric-icon .material-symbols-outlined{font-size:18px}.metric-icon.danger{background:rgba(186,26,26,.1);color:var(--error)}.metric-icon.secondary{background:rgba(46,158,118,.12);color:var(--secondary)}.metric-tag{padding:4px 8px;border-radius:999px;background:rgba(46,158,118,.12);color:var(--brand-teal);font-size:11px;font-weight:700;letter-spacing:.03em}.metric-tag.secondary{color:var(--secondary);background:rgba(46,158,118,.12)}.metric-tag.danger-text{color:var(--error);background:rgba(186,26,26,.1)}.metric-tag.muted{color:var(--on-surface-variant);background:rgba(13,66,117,.06)}.metric-label{margin:0;color:var(--on-surface-variant);font-size:13px}.metric-card h4{margin:6px 0 0;font-size:34px;line-height:1.1}.overview-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:16px;gap:16px}.chart-card{background:var(--surface-container-lowest);border:1px solid var(--hairline);border-radius:var(--radius-xl);padding:18px;box-shadow:var(--shadow-sm)}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-head h5{margin:0;font-size:20px}.link-btn{color:var(--brand-teal);font-weight:700;text-transform:uppercase;border:0;background:transparent;cursor:pointer}.chart-legend{display:flex;gap:12px;font-size:11px;color:var(--on-surface-variant)}.chart-legend span{display:inline-flex;align-items:center;gap:6px}.dot{width:6px;height:6px;border-radius:50%;background:var(--hairline)}.dot-brand{background:var(--brand-teal)}.chart-box{min-height:180px;position:relative;border-radius:12px;background:linear-gradient(180deg,rgba(13,66,117,.08),rgba(13,66,117,.02));border:1px solid rgba(13,66,117,.12);padding:8px}.trend-chart{width:100%;height:150px}.chart-time-axis{position:absolute;left:0;right:0;bottom:8px;padding:0 16px;display:flex;justify-content:space-between;font-size:10px;color:var(--muted);font-family:JetBrains Mono,monospace}.status-bars{display:grid;grid-gap:18px;gap:18px}.status-bar-row{display:grid;grid-gap:8px;gap:8px}.table-action{margin-right:8px}.status-label-row{display:flex;justify-content:space-between;font-size:14px;font-weight:700}.status-value{color:var(--on-surface-variant)}.status-track{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.status-bar{height:100%}.status-bar-good{background:var(--brand-teal)}.status-bar-mid{background:#58b692}.status-bar-low{background:var(--error)}.recent-terminals{background:var(--surface-container-lowest);border:1px solid var(--hairline);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm)}.recent-terminals .section-head{padding:16px 18px 0}.empty-note{margin:18px;color:var(--on-surface-variant)}.row-clickable:hover{background:#f1f5f9}.status-pill{padding:3px 10px;font-size:11px;align-items:center;gap:6px;text-transform:uppercase;font-weight:700}.pill-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.status-online{background:rgba(46,158,118,.14);color:var(--brand-teal)}.status-online .pill-dot{background:var(--brand-teal)}.status-offline{background:rgba(186,26,26,.15);color:var(--error)}.status-offline .pill-dot{background:var(--error)}.status-locked{background:rgba(78,99,88,.15);color:var(--secondary)}.status-locked .pill-dot{background:var(--secondary)}.error-banner{margin:0;color:var(--error)}.lang-switcher-wrap{position:relative;display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;height:52px;padding:0 18px;border:1px solid #d3dbe7;border-radius:18px;background:#fff;box-shadow:0 1px 0 rgba(15,23,42,.04)}.lang-switcher-flag{display:inline-flex;align-items:center;justify-content:center;width:28px;font-size:22px;line-height:1;pointer-events:none}.lang-switcher{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;color:#1d2a44;font-size:15px;line-height:20px;font-weight:700;letter-spacing:.02em;padding:0 28px 0 14px;min-width:56px;height:100%;cursor:pointer;outline:none}.lang-switcher:focus{outline:none}.lang-switcher-chevron{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:20px;color:#42526b;pointer-events:none}@media (max-width:1280px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar-search-wrap{width:220px}.dashboard-main{padding-right:16px}.dashboard-content{padding:16px}}@media (max-width:1100px){.metric-grid{grid-template-columns:1fr 1fr}.overview-grid,.terminal-register-form-grid,.terminal-register-grid{grid-template-columns:1fr}.dashboard-sidebar{width:228px}.dashboard-main,.topbar{left:228px;margin-left:228px}}@media (max-width:900px){.dashboard-sidebar{position:static;width:100%;height:auto;padding-bottom:10px}.sidebar-nav{display:flex;overflow-x:auto;padding-bottom:8px;gap:8px}.sidebar-nav .sidebar-link{white-space:nowrap;min-width:150px;flex-shrink:0}.sidebar-bottom{flex-direction:row;gap:8px;align-items:stretch}.sidebar-bottom .sidebar-action-btn,.sidebar-bottom .sidebar-link{flex:1 1}.dashboard-main{margin-left:0;padding-right:12px;padding-top:12px}.topbar{position:static;left:0;margin-left:0;height:auto;min-height:64px;flex-wrap:wrap;padding:12px}.topbar-right{width:100%;justify-content:space-between;flex-wrap:nowrap}.topbar-search-wrap{width:180px}.topbar-tools{gap:8px}.metric-grid,.overview-grid{grid-template-columns:1fr}}.login-v3{--login-navy:#0b1c30;--login-teal:#2d9da0;--login-teal-hover:#35b2b5;--login-slate-50:#f8fafc;--login-slate-100:#f1f5f9;--login-slate-200:#e2e8f0;position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:96px 0 48px;color:var(--login-navy);background-color:var(--login-slate-50);background-image:radial-gradient(at 0 0,#ffffff 0,transparent 50%),radial-gradient(at 100% 0,var(--login-slate-100) 0,transparent 50%),radial-gradient(at 100% 100%,var(--login-slate-200) 0,transparent 50%),radial-gradient(at 0 100%,var(--login-slate-50) 0,transparent 50%)}.login-v3-pattern{position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230b1c30' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.login-v3-topbar{position:absolute;top:0;left:0;right:0;height:80px;display:flex;align-items:center;justify-content:flex-end;padding:0 24px;z-index:50}.login-v3-lang{display:flex;gap:4px;padding:4px;border:1px solid rgba(11,28,48,.1);border-radius:999px;background:rgba(11,28,48,.05)}.login-v3-lang button{padding:4px 16px;border:0;border-radius:999px;background:transparent;color:rgba(11,28,48,.6);font-size:12px;line-height:16px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease}.login-v3-lang button:hover{color:var(--login-navy)}.login-v3-lang button.active{background:var(--login-navy);color:#ffffff;box-shadow:0 1px 2px rgba(11,28,48,.16)}.login-v3-main{position:relative;z-index:10;width:100%;max-width:480px;padding:0 16px;transition:transform .2s ease-out}.login-v3-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.login-v3-brand img{display:block;width:120px;height:auto;object-fit:contain}.login-v3-brand p{margin:12px 0 0;color:rgba(11,28,48,.6);font-size:14px;line-height:20px}.login-v3-card{padding:32px;border:1px solid var(--login-slate-200);border-radius:12px;background:#ffffff;box-shadow:0 20px 50px rgba(11,28,48,.08);transition:border-color .5s ease}.login-v3-card:hover{border-color:rgba(45,157,160,.3)}.login-v3-card-head{margin-bottom:24px}.login-v3-card-head h1{margin:0 0 4px;font-size:24px;line-height:32px;font-weight:600;letter-spacing:-.01em;color:var(--login-navy)}.login-v3-card-head p{margin:0;color:rgba(11,28,48,.5);font-size:12px;line-height:16px;font-weight:500}.login-v3-form{gap:16px}.login-v3-field,.login-v3-form{display:flex;flex-direction:column}.login-v3-field{gap:8px}.login-v3-field>span,.login-v3-label-row>span{font-size:14px;line-height:20px;font-weight:600;letter-spacing:.01em;color:rgba(11,28,48,.8)}.login-v3-field>span{margin-left:4px}.login-v3-label-row{display:flex;align-items:center;justify-content:space-between;padding:0 4px}.login-v3-label-row a{color:var(--login-teal);font-size:11px;line-height:14px;font-weight:600;text-decoration:none}.login-v3-label-row a:hover{text-decoration:underline}.login-v3-input-wrap{position:relative}.login-v3-input-wrap>.material-symbols-outlined{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:20px;color:rgba(11,28,48,.3);pointer-events:none;transition:color .2s ease}.login-v3-input-wrap:focus-within>.material-symbols-outlined{color:var(--login-teal)}.login-v3-input-wrap input{width:100%;height:48px;padding:0 16px 0 48px;border:1px solid var(--login-slate-200);border-radius:8px;background:var(--login-slate-50);color:var(--login-navy);outline:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.login-v3-input-wrap input::placeholder{color:rgba(11,28,48,.25)}.login-v3-input-wrap input:focus{background:#ffffff;border-color:var(--login-teal);box-shadow:0 0 0 2px rgba(45,157,160,.2)}.login-v3-input-wrap.has-toggle input{padding-right:48px}.login-v3-visibility{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:rgba(11,28,48,.25);cursor:pointer;transition:color .2s ease}.login-v3-visibility:hover{color:var(--login-navy)}.login-v3-visibility .material-symbols-outlined{font-size:20px}.login-v3-check{display:flex;align-items:center;gap:8px;padding-left:4px;color:rgba(11,28,48,.7);font-size:12px;line-height:16px;font-weight:500;cursor:pointer}.login-v3-check input{width:16px;height:16px;accent-color:var(--login-teal);cursor:pointer}.login-v3-submit{width:100%;height:48px;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:var(--login-teal);color:#ffffff;font-size:14px;line-height:20px;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:0 10px 15px -3px rgba(45,157,160,.2);transition:background .3s ease,transform .15s ease}.login-v3-submit:hover:not(:disabled){background:var(--login-teal-hover)}.login-v3-submit:active:not(:disabled){transform:scale(.98)}.login-v3-submit:disabled{cursor:wait;opacity:.72}.login-v3-submit .material-symbols-outlined{font-size:20px}.login-v3-error{margin:0;padding:10px 12px;border-radius:8px;background:var(--error-container);color:var(--error);font-size:14px;line-height:20px}.login-v3-card-foot{margin-top:32px;padding-top:24px;border-top:1px solid var(--login-slate-100);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.login-v3-status{display:flex;align-items:center;gap:4px;color:rgba(11,28,48,.5);font-size:11px;line-height:14px;font-weight:500}.login-v3-status i{width:8px;height:8px;border-radius:999px;background:#10b981;animation:login-v3-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes login-v3-pulse{0%,to{opacity:1}50%{opacity:.4}}.login-v3-support{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:rgba(11,28,48,.7);font-size:12px;line-height:16px;font-weight:500;cursor:pointer;transition:color .2s ease}.login-v3-support:hover{color:var(--login-teal)}.login-v3-support .material-symbols-outlined{font-size:18px}.login-v3-footer{margin-top:32px;text-align:center}.login-v3-footer p{margin:0;color:rgba(11,28,48,.4);font-size:11px;line-height:16px;font-weight:500}@media (max-width:520px){.login-v3{padding:88px 0 32px}.login-v3-topbar{padding:0 16px}.login-v3-card{padding:24px}.login-v3-card-foot{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.login-v3-main{transform:none!important;transition:none}.login-v3-status i{animation:none}}.forgot-v2,.reset-v2{--auth2-background:#f8f9ff;--auth2-surface:#ffffff;--auth2-surface-low:#eff4ff;--auth2-surface-container:#e5eeff;--auth2-surface-high:#dce9ff;--auth2-surface-highest:#d3e4fe;--auth2-outline:#76777d;--auth2-outline-variant:#c6c6cd;--auth2-primary:#0f172a;--auth2-on-primary:#ffffff;--auth2-secondary:#0058be;--auth2-secondary-container:#2170e4;--auth2-on-secondary-container:#fefcff;--auth2-on-surface:#0f172a;--auth2-on-surface-variant:#45464d;min-height:100vh;background:var(--auth2-background);color:var(--auth2-on-surface)}.forgot-v2 button,.forgot-v2 input,.reset-v2 button,.reset-v2 input{font:inherit}.forgot-v2-header,.reset-v2-header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:30}.forgot-v2-header{position:absolute;inset:0 0 auto 0}.reset-v2-header{position:-webkit-sticky;position:sticky;top:0;background:var(--auth2-surface);border-bottom:1px solid var(--auth2-outline-variant)}.forgot-v2-brand,.reset-v2-brand{color:var(--auth2-primary);font-size:24px;line-height:32px;font-weight:700;letter-spacing:0;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px}.forgot-v2-brand img,.reset-v2-brand img{display:block;height:28px;width:auto}.forgot-v2-brand span,.reset-v2-brand span{display:inline-block;transform:translateY(1px)}.auth-lang-switcher{width:-moz-fit-content;width:fit-content}.reset-v2-actions{display:flex;align-items:center;gap:16px}.reset-v2-support{width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:var(--auth2-on-surface-variant);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.reset-v2-support:hover{color:var(--auth2-primary);background:var(--auth2-surface-low)}.forgot-v2-main{min-height:100vh;display:flex}.forgot-v2-visual{width:50%;position:relative;overflow:hidden;background:linear-gradient(rgba(15,23,42,.05),rgba(15,23,42,.05)),url(https://lh3.googleusercontent.com/aida-public/AB6AXuBidwxXd-yfshl7R5hJ6ZZYnQSdx6zVvkXE2Wf0OewnZMXckg12YhkrT569CCYOCfZ6WRG1a-bwZetSwzbCdwh3JmyvA1R-yD1mB9mYgew9vZzNbDdTEHK3GQqSbMtaeLZDyBVVqEChrnEqAO-F6bo5zr0xZy5-Q3IIYCR-hqatMljIPIiUUftfmiB9opFVHIm7r3jFs8hACAti6Cx4qpTkXEy2uz4rI0Td9H66zdhOQoI6zVXrvrxpRmHMjYqQLlywb-J4JzRBs);background-size:cover;background-position:50%}.forgot-v2-overlay{position:absolute;inset:0;background:rgba(15,23,42,.05);mix-blend-mode:multiply}.forgot-v2-visual-card{position:absolute;left:32px;right:32px;bottom:32px;max-width:448px;padding:24px;border-radius:8px;border:1px solid var(--auth2-surface-highest);background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 12px rgba(15,23,42,.05)}.forgot-v2-visual-card h2{margin:0 0 8px;color:var(--auth2-primary);font-size:20px;line-height:28px;font-weight:600;letter-spacing:0}.forgot-v2-visual-card p{margin:0;color:var(--auth2-on-surface-variant);font-size:14px;line-height:20px}.forgot-v2-panel{width:50%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:88px 24px 32px}.forgot-v2-card{width:min(100%,420px);display:grid;grid-gap:24px;gap:24px;animation:forgotFadeInUp .5s ease-out both}.forgot-v2-copy{display:grid;grid-gap:8px;gap:8px}.forgot-v2-icon{width:48px;height:48px;border-radius:8px;border:1px solid var(--auth2-outline-variant);background:var(--auth2-surface);color:var(--auth2-primary);display:flex;align-items:center;justify-content:center;margin-bottom:8px;box-shadow:0 1px 2px rgba(15,23,42,.08)}.forgot-v2-copy h1{margin:0;color:var(--auth2-primary);font-size:30px;line-height:38px;font-weight:600;letter-spacing:0}.forgot-v2-copy p{margin:0;color:var(--auth2-on-surface-variant);font-size:14px;line-height:20px}.forgot-v2-form,.reset-v2-form{display:grid;grid-gap:16px;gap:16px}.forgot-v2-field,.reset-v2-field{display:grid;grid-gap:4px;gap:4px}.forgot-v2-field>span,.reset-v2-field>span{color:var(--auth2-on-surface);font-size:14px;line-height:20px;font-weight:500}.forgot-v2-input,.reset-v2-input{position:relative}.forgot-v2-input .material-symbols-outlined{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--auth2-outline);font-size:20px}.forgot-v2-input input,.reset-v2-input input{width:100%;height:40px;border-radius:8px;border:1px solid var(--auth2-outline-variant);background:var(--auth2-surface);color:var(--auth2-primary);outline:none;font-size:14px;line-height:20px;transition:border-color .2s ease,box-shadow .2s ease}.forgot-v2-input input{padding:0 16px 0 44px}.reset-v2-input input{padding:0 44px 0 16px}.forgot-v2-input input:focus,.reset-v2-input input:focus{border-color:var(--auth2-primary);box-shadow:0 0 0 1px var(--auth2-primary),0 0 0 3px rgba(15,23,42,.08)}.forgot-v2-submit,.reset-v2-submit{width:100%;height:40px;border:0;border-radius:8px;background:var(--auth2-primary);color:var(--auth2-on-primary);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;line-height:20px;font-weight:600;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease}.forgot-v2-submit{margin-top:8px;box-shadow:0 1px 2px rgba(15,23,42,.08)}.forgot-v2-submit:hover:not(:disabled),.reset-v2-submit:hover:not(:disabled){background:#1f2937}.forgot-v2-submit:active:not(:disabled),.reset-v2-submit:active:not(:disabled){transform:scale(.98)}.forgot-v2-submit:disabled,.reset-v2-submit:disabled{opacity:.72;cursor:wait}.forgot-v2-message,.reset-v2-message,.reset-v2-status{margin:0;border-radius:8px;background:var(--error-container);color:var(--error);padding:10px 12px;font-size:14px;line-height:20px}.reset-v2-message{display:flex;align-items:center;gap:8px}.forgot-v2-message.success,.reset-v2-status.success{background:var(--secondary-container);color:var(--primary)}.forgot-v2-back{justify-self:center;display:inline-flex;align-items:center;gap:4px;color:var(--auth2-on-surface-variant);text-decoration:none;font-size:14px;line-height:20px;font-weight:500;transition:color .2s ease}.forgot-v2-back:hover{color:var(--auth2-primary)}.forgot-v2-back .material-symbols-outlined{font-size:18px;transition:transform .2s ease}.forgot-v2-back:hover .material-symbols-outlined{transform:translateX(-4px)}.reset-v2{display:flex;flex-direction:column}.reset-v2-main{flex:1 1;display:flex;align-items:center;justify-content:center;padding:32px 24px;position:relative}.reset-v2-card{width:min(100%,448px);padding:32px;border-radius:8px;border:1px solid #e2e8f0;background:var(--auth2-surface);box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);display:grid;grid-gap:24px;gap:24px}.reset-v2-card-head{display:grid;grid-gap:8px;gap:8px;text-align:center}.reset-v2-icon{width:64px;height:64px;margin:0 auto 16px;border-radius:999px;background:var(--auth2-primary);color:var(--auth2-on-primary);display:flex;align-items:center;justify-content:center}.reset-v2-icon .material-symbols-outlined{font-size:32px}.reset-v2-card-head h1{margin:0;color:var(--auth2-on-surface);font-size:20px;line-height:28px;font-weight:600;letter-spacing:0}.reset-v2-card-head p{margin:0;color:var(--auth2-on-surface-variant);font-size:14px;line-height:20px}.reset-v2-input button{position:absolute;right:0;top:0;width:40px;height:40px;border:0;background:transparent;color:var(--auth2-on-surface-variant);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.reset-v2-input button:hover{color:var(--auth2-primary)}.reset-v2-input button .material-symbols-outlined{font-size:20px}.reset-v2-strength{display:grid;grid-gap:4px;gap:4px;margin-top:-4px}.reset-v2-strength-bars{display:flex;gap:4px;height:4px}.reset-v2-strength-bars span{flex:1 1;border-radius:999px;background:var(--auth2-surface-container);transition:background .2s ease}.reset-v2-strength.weak .reset-v2-strength-bars span.active,.reset-v2-strength.weak p{background:var(--error);color:var(--error)}.reset-v2-strength.fair .reset-v2-strength-bars span.active,.reset-v2-strength.fair p{background:#c47f00;color:#8a5700}.reset-v2-strength.good .reset-v2-strength-bars span.active,.reset-v2-strength.good p{background:var(--auth2-secondary);color:var(--auth2-secondary)}.reset-v2-strength.strong .reset-v2-strength-bars span.active,.reset-v2-strength.strong p{background:var(--primary);color:var(--primary)}.reset-v2-strength.neutral p{color:var(--auth2-on-surface-variant)}.reset-v2-strength p{margin:4px 0 0;font-size:12px;line-height:16px;font-weight:600;letter-spacing:0;background:transparent!important}.reset-v2-actions-stack{display:grid;grid-gap:16px;gap:16px;margin-top:8px}.reset-v2-secondary{width:100%;height:40px;border-radius:8px;border:1px solid var(--auth2-outline-variant);color:var(--auth2-on-surface);background:var(--auth2-surface);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:14px;line-height:20px;font-weight:500;transition:background .2s ease}.reset-v2-secondary:hover{background:var(--auth2-surface-low)}.reset-v2-footer{background:var(--auth2-surface);border-top:1px solid var(--auth2-outline-variant);padding:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--auth2-on-surface-variant);font-size:14px;line-height:20px}.reset-v2-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.reset-v2-footer a{color:var(--auth2-on-surface-variant);text-decoration:none}.reset-v2-footer a:hover{color:var(--auth2-on-surface);text-decoration:underline}@keyframes forgotFadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.forgot-v2-visual{display:none}.forgot-v2-panel{width:100%}.forgot-v2-card{text-align:center}.forgot-v2-icon{margin-left:auto;margin-right:auto}}@media (max-width:760px){.reset-v2-footer{flex-direction:column;text-align:center}}@media (max-width:520px){.forgot-v2-header,.reset-v2-header{padding:0 16px}.forgot-v2-brand,.reset-v2-brand{font-size:22px}.forgot-v2-panel,.reset-v2-main{padding-left:16px;padding-right:16px}.reset-v2-card{padding:24px}}.core-shell{--core-bg:#f8f9ff;--core-page-bg:#f8fafc;--core-surface:#ffffff;--core-surface-low:#eff4ff;--core-surface-container:#e5eeff;--core-surface-high:#dce9ff;--core-surface-highest:#d3e4fe;--core-outline:#76777d;--core-outline-variant:#c6c6cd;--core-border-soft:#e2e8f0;--core-border-subtle:#f1f5f9;--core-primary:#000000;--core-primary-container:#131b2e;--core-on-primary-container:#7c839b;--core-secondary:#0058be;--core-secondary-container:#2170e4;--core-on-secondary-container:#fefcff;--core-on-surface:#0b1c30;--core-on-surface-variant:#45464d;--core-error:#ba1a1a;--core-error-container:#ffdad6;min-height:100vh;background:var(--core-page-bg);color:var(--core-on-surface)}.core-shell button,.core-shell input{font:inherit}.core-sidebar{position:fixed;inset:0 auto 0 0;width:256px;z-index:30;background:var(--core-surface);border-right:1px solid var(--core-outline-variant);box-shadow:0 1px 2px rgba(15,23,42,.06);padding:24px 16px;display:flex;flex-direction:column}.core-sidebar-head{display:flex;gap:8px;padding:0 16px}.core-brand-icon{width:40px;height:40px;border-radius:8px;background:var(--core-primary-container);color:var(--core-on-primary-container);display:flex;align-items:center;justify-content:center}.core-sidebar-head h1{margin:0;color:var(--core-on-surface);font-size:20px;line-height:28px;font-weight:700;letter-spacing:0}.core-sidebar-head p{margin:0;color:var(--core-on-surface-variant);letter-spacing:0}.core-nav{flex:1 1;overflow-y:auto;display:grid;align-content:start;grid-gap:8px;gap:8px}.core-nav-link{min-height:40px;width:100%;border:0;border-radius:8px;background:transparent;color:var(--core-on-surface-variant);display:flex;align-items:center;gap:16px;padding:8px 16px;text-decoration:none;font-size:14px;line-height:20px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.core-nav-link:hover{background:var(--core-surface-high);color:var(--core-on-surface)}.core-nav-link:active{transform:scale(.98)}.core-nav-link.active{background:var(--core-secondary-container);color:var(--core-on-secondary-container);font-weight:700}.core-nav-link .material-symbols-outlined.filled{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.core-sidebar-footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--core-outline-variant);display:grid;grid-gap:8px;gap:8px}.core-logout{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;border:0;color:var(--core-error);justify-items:start;text-align:left;width:100%}.core-sidebar .core-logout .material-symbols-outlined{color:inherit;font-size:22px;justify-self:center;line-height:1}.core-sidebar .core-logout .core-nav-label{color:inherit;font-size:15px;font-weight:600;line-height:22px}.core-main{min-height:100vh;margin-left:256px;display:flex;flex-direction:column}.core-topbar{position:fixed;top:0;right:0;left:256px;height:64px;z-index:20;background:var(--core-bg);border-bottom:1px solid var(--core-outline-variant);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 24px}.core-search{width:min(33vw,448px);position:relative}.core-search .material-symbols-outlined{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--core-on-surface-variant);font-size:18px}.core-search input{width:100%;height:40px;border:1px solid var(--core-outline-variant);border-radius:8px;background:var(--core-surface);color:var(--core-on-surface);padding:0 16px 0 40px;outline:none}.core-search input:focus{border-color:var(--core-secondary-container);box-shadow:0 0 0 1px var(--core-secondary-container)}.core-icon-actions,.core-topbar-actions{display:flex;align-items:center;gap:16px}.core-language{display:inline-flex;overflow:hidden;border:1px solid var(--core-outline-variant);border-radius:8px;background:var(--core-surface)}.core-language button{height:30px;min-width:40px;border:0;background:transparent;color:var(--core-on-surface-variant);font-size:14px;line-height:20px;font-weight:600;cursor:pointer}.core-language button.active{background:var(--core-secondary-container);color:var(--core-on-secondary-container);font-weight:800}.core-icon-actions{gap:8px}.core-icon-actions button{width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:var(--core-on-surface-variant);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.core-icon-actions button:hover{background:var(--core-surface-high);color:var(--core-on-surface)}.core-avatar{width:32px;height:32px;border-radius:999px;background:var(--core-primary-container);border:1px solid var(--core-outline-variant);color:var(--core-surface);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.core-avatar-menu{position:relative}.core-avatar{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.core-avatar.open{box-shadow:0 0 0 3px rgba(40,118,230,.14)}.core-avatar-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:240px;background:#ffffff;border:1px solid #d7e2f3;border-radius:16px;box-shadow:0 20px 44px rgba(11,28,48,.14);padding:10px;display:grid;grid-gap:4px;gap:4px;z-index:40}.core-avatar-dropdown-head{display:grid;grid-gap:2px;gap:2px;padding:10px 12px 12px;border-bottom:1px solid #edf2fb;margin-bottom:4px}.core-avatar-dropdown-head strong{color:#0b1c30;font-size:14px;line-height:20px}.core-avatar-dropdown-head small{color:#657189;font-size:12px;line-height:18px}.core-avatar-link{width:100%;min-height:42px;border:0;border-radius:12px;background:transparent;color:#3f4653;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:10px 12px;text-align:left;text-decoration:none;font-size:14px;line-height:20px;font-weight:600;cursor:pointer}.core-avatar-link .material-symbols-outlined{font-size:20px;line-height:1}.core-avatar-link:hover{background:#f3f6fb;color:#101b2f}.core-avatar-link.active{background:#eef5ff;color:#1d4ed8}.core-avatar-logout{color:#b42318}.core-avatar-logout:hover{background:#fff1ef;color:#b42318}.core-content{flex:1 1;padding:88px 24px 24px}.core-overview{max-width:1440px;width:100%;margin:0 auto;display:grid;grid-gap:24px;gap:24px}.core-page-title{display:grid;grid-gap:4px;gap:4px}.core-page-title h2{margin:0;color:var(--core-on-surface);font-size:30px;line-height:38px;font-weight:600;letter-spacing:0}.core-page-title p{margin:0;color:var(--core-on-surface-variant);font-size:14px;line-height:20px}.core-error-banner{margin:0;color:var(--error);background:var(--error-container);border-radius:8px;padding:12px 16px;font-size:14px}.core-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.core-metric,.core-panel{background:var(--core-surface);border:1px solid var(--core-border-soft);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.core-metric{min-height:158px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;transition:box-shadow .2s ease}.core-metric:hover,.core-panel:hover{box-shadow:0 8px 20px rgba(15,23,42,.08)}.core-metric.danger{border-left:4px solid var(--core-error)}.core-metric-top{display:flex;justify-content:space-between;gap:16px}.core-metric-top>span{color:var(--core-on-surface-variant);text-transform:uppercase;font-size:14px;line-height:20px;font-weight:600;letter-spacing:.03em}.core-metric-icon{width:32px;height:32px;border-radius:999px;background:var(--core-primary-container);color:var(--core-on-primary-container);display:flex;align-items:center;justify-content:center}.core-metric-icon.soft{background:var(--core-surface-highest);color:var(--core-secondary)}.core-metric-icon.danger{background:var(--core-error-container);color:var(--on-error-container)}.core-metric-icon.neutral{background:var(--core-surface-container);color:var(--core-on-surface)}.core-metric-icon .material-symbols-outlined{font-size:18px}.core-metric h3{margin:0;color:var(--core-on-surface);font-size:30px;line-height:38px}.core-metric h3,.core-metric p{font-weight:600;letter-spacing:0}.core-metric p{margin:4px 0 0;color:var(--core-on-surface-variant);font-size:12px;line-height:16px;display:inline-flex;align-items:center;gap:4px}.core-metric p:not(.danger):has(.material-symbols-outlined){color:var(--core-secondary-container)}.core-metric p.danger{color:var(--core-error)}.core-metric p .material-symbols-outlined{font-size:14px}.core-bottom-grid,.core-dashboard-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:24px;gap:24px}.core-panel{overflow:hidden}.core-commands,.core-panel-wide{grid-column:span 8}.core-alerts,.core-panel-side{grid-column:span 4}.core-panel-head{min-height:76px;padding:24px;border-bottom:1px solid var(--core-border-subtle);display:flex;align-items:center;justify-content:space-between;gap:16px}.core-alert-head h3,.core-panel-head h3{margin:0;color:var(--core-on-surface);font-size:20px;line-height:28px;font-weight:600;letter-spacing:0}.core-panel-note{color:var(--core-on-surface-variant);font-size:12px;line-height:16px;font-weight:600;white-space:nowrap}.core-panel-empty{padding:32px 24px;min-height:96px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:13px;line-height:18px}.core-panel-empty,.core-panel-head p{margin:0;color:var(--core-on-surface-variant)}.core-panel-head p{font-size:12px;line-height:16px;font-weight:600;letter-spacing:0}.core-filter-btn{height:32px;border:0;border-radius:8px;background:transparent;color:var(--core-secondary-container);display:inline-flex;align-items:center;gap:4px;padding:0 12px;font-size:14px;font-weight:500;cursor:pointer}.core-filter-btn:hover{background:var(--core-surface-highest)}.core-chart{min-height:300px;position:relative;padding:24px 24px 48px;background:var(--core-bg)}.core-chart svg{width:calc(100% - 48px);height:calc(100% - 72px);border-left:1px solid rgba(198,198,205,.3);border-bottom:1px solid rgba(198,198,205,.3)}.core-chart svg,.core-chart-grid{position:absolute;inset:24px 24px 48px}.core-chart-grid{display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.core-chart-grid span{border-top:1px solid rgba(198,198,205,.18)}.core-chart-axis{position:absolute;left:24px;right:24px;bottom:16px;display:flex;justify-content:space-between;color:var(--core-on-surface-variant);font-size:10px;line-height:16px;font-weight:600}.core-model-list{padding:24px;display:grid;align-content:center;grid-gap:16px;gap:16px;min-height:300px}.core-model-row{display:grid;grid-gap:4px;gap:4px}.core-model-row>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--core-on-surface);font-size:14px;line-height:20px;font-weight:500}.core-model-row strong{font-weight:800}.core-model-track{width:100%;height:8px;border-radius:999px;overflow:hidden;background:var(--core-surface-container);display:flex}.core-model-track em,.core-model-track i{display:block;height:100%}.core-model-track i{background:var(--core-secondary-container)}.core-model-track em{background:var(--core-error)}.core-table-head{background:var(--core-bg)}.core-table-head a{color:var(--core-secondary-container);text-decoration:none;font-size:14px;font-weight:500}.core-table-head a:hover{text-decoration:underline}.core-table-wrap{overflow-x:auto}.core-table{width:100%;border-collapse:collapse;text-align:left}.core-table th{background:#f8fafc;text-transform:uppercase;font-size:12px;line-height:16px;font-weight:600;letter-spacing:.03em}.core-table td,.core-table th{border-bottom:1px solid var(--core-border-subtle);color:var(--core-on-surface-variant);padding:16px;white-space:nowrap}.core-table td{font-size:14px;line-height:20px}.core-table tr:hover td{background:var(--core-surface)}.core-table td:first-child{color:var(--core-on-surface);font-weight:700}.core-command-status{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;font-size:12px;line-height:16px;font-weight:800}.core-command-status.completed{background:#e6f4ea;color:#1e8e3e}.core-command-status.progress{background:#fff8e1;color:#f57f17}.core-command-status.failed{background:#fce8e6;color:#d93025}.core-alert-head{min-height:76px;padding:24px;background:rgba(186,26,26,.05);border-bottom:1px solid var(--core-border-subtle);display:flex;align-items:center;justify-content:space-between;gap:16px}.core-alert-head>div{display:flex;align-items:center;gap:8px;color:var(--core-error)}.core-alert-head h3{color:var(--core-error);font-weight:800}.core-alert-head strong{background:var(--core-error);color:var(--on-error);border-radius:999px;padding:2px 8px;font-size:12px;line-height:16px;font-weight:800}.core-alert-list{max-height:300px;overflow-y:auto}.core-alert-item{width:100%;border:0;border-bottom:1px solid var(--core-border-subtle);background:transparent;display:grid;grid-gap:4px;gap:4px;padding:16px;text-align:left;cursor:pointer;cursor:default;border-left:3px solid transparent}.core-alert-item.danger{border-left-color:var(--core-error)}.core-alert-item.warning{border-left-color:var(--core-warning,#b26a00)}.core-alert-item div{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.core-alert-item span{color:var(--core-on-surface);font-size:14px;line-height:20px;font-weight:800}.core-alert-item p,.core-alert-item small{color:var(--core-on-surface-variant);font-size:12px;line-height:16px}.core-alert-item p{margin:0}.core-ack-btn{width:100%;min-height:48px;border:0;border-top:1px solid var(--core-border-subtle);background:transparent;color:var(--core-on-surface-variant);font-size:14px;line-height:20px;font-weight:500;cursor:pointer}.core-ack-btn:hover{color:var(--core-on-surface)}@media (max-width:1180px){.core-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.core-alerts,.core-commands,.core-panel-side,.core-panel-wide{grid-column:1/-1}}@media (max-width:900px){.core-sidebar{position:static;width:100%;min-height:auto}.core-main{margin-left:0}.core-topbar{position:static;left:0;height:auto;min-height:64px;flex-wrap:wrap;padding:12px 16px}.core-search{width:100%}.core-content{padding:24px 16px}.core-nav{display:flex;overflow-x:auto;padding-bottom:8px}.core-nav-link{min-width:max-content}}@media (max-width:640px){.core-metrics{grid-template-columns:1fr}.core-topbar-actions{width:100%;justify-content:space-between;gap:8px}.core-icon-actions{gap:2px}.core-page-title h2{font-size:24px;line-height:32px}}.core-master-group{display:grid;grid-gap:4px;gap:4px}.core-master-trigger{cursor:pointer;justify-content:flex-start;text-align:left;font:inherit;font-size:14px;line-height:20px;font-weight:500}.core-master-trigger.open{color:var(--core-on-surface);font-weight:500}.core-master-trigger .core-master-chevron{margin-left:auto;transform:rotate(0deg)}.core-master-trigger.open .core-master-chevron{transform:rotate(180deg)}.core-subnav{display:grid;grid-gap:4px;gap:4px;padding-left:32px}.core-subnav-link{min-height:40px;border-radius:8px;display:flex;align-items:center;padding:8px 16px;color:var(--core-on-surface-variant);text-decoration:none;font-size:14px;line-height:20px;font-weight:500;transition:background .2s ease,color .2s ease}.core-subnav-link:hover{color:var(--core-on-surface);background:var(--core-surface-high)}.core-subnav-link.active{color:var(--core-on-secondary-container);background:var(--core-secondary-container);font-weight:800}.profile-page{--profile-bg:#f8f9ff;--profile-surface:#ffffff;--profile-outline:#76777d;--profile-outline-variant:#c6c6cd;--profile-border:#e2e8f0;--profile-border-soft:#f1f5f9;--profile-primary:#000000;--profile-secondary:#2170e4;--profile-on-surface:#0b1c30;--profile-on-surface-variant:#45464d;--profile-error:#ba1a1a;display:grid;grid-gap:24px;gap:24px;max-width:1440px;margin:0 auto}.profile-breadcrumb{display:inline-flex;align-items:center;gap:8px;color:var(--profile-on-surface-variant);font-size:14px;line-height:20px}.profile-breadcrumb .material-symbols-outlined{color:var(--profile-outline);font-size:16px}.profile-breadcrumb strong{color:var(--profile-primary);font-weight:600}.profile-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.profile-page-head h1{margin:0;color:var(--profile-on-surface);font-size:24px;line-height:30px;font-weight:600;letter-spacing:-.02em}.profile-page-head p{margin:5px 0 0;color:var(--profile-on-surface-variant);font-size:13px;line-height:18px}.profile-refresh{height:40px;border-radius:8px;border:1px solid var(--profile-border);background:var(--profile-surface);color:var(--profile-on-surface);display:inline-flex;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:500;cursor:pointer}.profile-refresh:hover{background:var(--core-surface-low)}.profile-refresh:disabled{opacity:.65;cursor:wait}.profile-alert{margin:0;border-radius:8px;padding:12px 16px;font-size:14px;line-height:20px}.profile-alert.error{background:var(--error-container);color:var(--profile-error)}.profile-alert.success{background:var(--secondary-container);color:var(--profile-primary)}.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;grid-gap:24px;gap:24px;align-items:start}.profile-form-card,.profile-list-card{border-radius:8px;border:1px solid var(--profile-border);background:var(--profile-surface);box-shadow:0 1px 2px rgba(15,23,42,.08)}.profile-form-card{padding:24px;display:grid;grid-gap:24px;gap:24px}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.profile-form-grid.single{grid-template-columns:1fr}.profile-field{display:grid;grid-gap:4px;gap:4px;align-content:start}.profile-field span,.profile-section h3{color:var(--profile-on-surface);font-size:14px;line-height:20px;font-weight:500}.profile-field strong{color:var(--profile-error)}.profile-field input,.profile-field select,.profile-field textarea{width:100%;border-radius:6px;border:1px solid #cbd5e1;background:var(--profile-surface);color:var(--profile-on-surface);padding:9px 12px;outline:none;font-size:14px;line-height:20px;transition:border-color .2s ease,box-shadow .2s ease}.profile-field input,.profile-field select{height:40px}.profile-field textarea{resize:vertical}.profile-field input:focus,.profile-field select:focus,.profile-field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.profile-field small{color:var(--profile-on-surface-variant);font-size:12px;line-height:16px}.profile-section{border-top:1px solid var(--profile-border-soft);padding-top:16px;display:grid;grid-gap:16px;gap:16px}.profile-section h3{margin:0}.profile-number-wrap{position:relative}.profile-number-wrap input{padding-right:86px}.profile-number-wrap em{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--profile-on-surface-variant);font-style:normal;font-size:14px;line-height:20px;pointer-events:none}.profile-actions{border-top:1px solid var(--profile-border-soft);padding-top:24px;display:flex;align-items:center;justify-content:flex-end;gap:16px}.profile-item-actions button,.profile-primary,.profile-secondary{height:40px;border-radius:6px;padding:0 16px;font-size:14px;line-height:20px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.profile-secondary{border:1px solid var(--profile-border);background:var(--profile-surface);color:var(--profile-on-surface)}.profile-primary{border:1px solid #0f172a;background:#0f172a;color:#ffffff}.profile-item-actions button:disabled,.profile-primary:disabled{opacity:.65;cursor:wait}.profile-list-card{overflow:hidden}.profile-list-head{padding:20px 24px;border-bottom:1px solid var(--profile-border-soft);display:flex;align-items:center;justify-content:space-between;gap:16px}.profile-list-head h2{margin:0;color:var(--profile-on-surface);font-size:20px;line-height:28px;font-weight:600}.profile-list-head span{color:var(--profile-on-surface-variant);font-size:12px;line-height:16px;font-weight:600}.profile-list{max-height:670px;overflow-y:auto;padding:16px;display:grid;grid-gap:12px;gap:12px}.profile-empty{margin:0;color:var(--profile-on-surface-variant);font-size:14px;line-height:20px}.profile-item{border:1px solid var(--profile-border);border-radius:8px;padding:16px;display:grid;grid-gap:12px;gap:12px;background:var(--profile-surface)}.profile-item.active{border-color:var(--profile-secondary);box-shadow:0 0 0 2px rgba(33,112,228,.12)}.profile-item h3{margin:0;color:var(--profile-on-surface);font-size:16px;line-height:24px;font-weight:700}.profile-item p{margin:4px 0 0;color:var(--profile-on-surface-variant);font-size:14px;line-height:20px}.profile-item dl{margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.profile-item dt{color:var(--profile-on-surface-variant);font-size:11px;line-height:16px;text-transform:uppercase;font-weight:700}.profile-item dd{margin:0;color:var(--profile-on-surface);font-size:13px;line-height:18px;font-weight:700}.profile-item-actions{display:flex;justify-content:flex-end;gap:8px}.profile-item-actions button{height:32px;border:1px solid var(--profile-border);background:var(--profile-surface);color:var(--profile-on-surface);padding:0 12px}.profile-item-actions button:last-child{color:var(--profile-error)}@media (max-width:1180px){.profile-layout{grid-template-columns:1fr}.profile-list{max-height:none}}@media (max-width:760px){.profile-page-head{display:grid;align-items:start}.profile-form-grid,.profile-form-grid.single{grid-template-columns:1fr}.profile-actions{flex-direction:column-reverse;align-items:stretch}.profile-primary,.profile-secondary{width:100%}}.master-page{display:flex;flex-direction:column;gap:20px}.master-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.master-head h1{margin:0;color:var(--on-surface);font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.04em}.master-head p{margin:6px 0 0;color:var(--on-surface-variant)}.master-layout{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.master-layout.model{grid-template-columns:minmax(360px,460px) minmax(0,1fr)}.master-form-card,.master-table-card{border:1px solid var(--outline-variant);border-radius:18px;background:var(--surface-container-lowest);box-shadow:0 20px 50px rgba(11,28,48,.08)}.master-form-card{display:flex;flex-direction:column;gap:18px;padding:22px;position:-webkit-sticky;position:sticky;top:88px}.master-form-card h2{margin:4px 0 0;color:var(--on-surface);font-size:1.2rem}.master-kicker{margin:0;color:var(--secondary);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.master-table-card{overflow:hidden}.master-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px;border-bottom:1px solid var(--outline-variant);color:var(--on-surface-variant);font-size:.9rem;font-weight:700}.master-toolbar.model{justify-content:flex-start;flex-wrap:wrap}.master-toolbar.model>span{margin-left:auto}.master-search input,.master-toolbar select{min-height:40px;border:1px solid var(--outline-variant);border-radius:12px;background:var(--surface-container-lowest);color:var(--on-surface);outline:none}.master-toolbar select{padding:0 34px 0 12px}.master-search{position:relative;width:min(320px,100%)}.master-search span{position:absolute;left:12px;top:50%;color:var(--on-surface-variant);font-size:20px;transform:translateY(-50%)}.master-search input{width:100%;padding:0 12px 0 40px}.master-search input:focus,.master-toolbar select:focus{border-color:var(--secondary);box-shadow:0 0 0 4px rgba(33,112,228,.12)}.master-table-wrap{overflow-x:auto}.master-table{width:100%;border-collapse:collapse;min-width:720px}.master-table thead tr{background:#f8fafc}.master-table td,.master-table th{padding:14px 16px;text-align:left;border-bottom:1px solid #eef2f7;white-space:nowrap}.master-table th{color:var(--on-surface-variant);font-size:.8rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.master-table td{color:var(--on-surface);font-size:.92rem}.master-table tbody tr{transition:background .18s ease,transform .18s ease}.master-table tbody tr:hover{background:#f8fafc}.master-table code{display:inline-flex;padding:4px 8px;border-radius:8px;background:var(--surface-container-low);color:var(--on-surface-variant);font-size:.78rem;font-weight:800;letter-spacing:.06em}.master-name-cell{display:inline-flex;align-items:center;gap:10px}.master-name-cell span{width:32px;height:32px;justify-content:center;border-radius:10px;background:var(--surface-container);color:var(--primary);font-weight:900}.master-chip,.master-name-cell span{display:inline-flex;align-items:center}.master-chip{padding:4px 10px;border-radius:999px;font-size:.76rem;font-weight:800;text-transform:capitalize}.master-chip.active{background:rgba(22,163,74,.12);color:#15803d}.master-chip.danger{background:rgba(186,26,26,.1);color:var(--error)}.terminal-command-hint{margin:-4px 0 12px;color:var(--on-surface-variant);font-size:.85rem}.master-chip.neutral{background:var(--secondary-fixed);color:var(--on-secondary-fixed-variant)}.master-actions{display:flex;justify-content:flex-end;gap:10px}.master-actions button{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:0;border-radius:12px;background:transparent;color:var(--on-surface-variant);cursor:pointer;transition:background .18s ease,color .18s ease}.master-actions button .material-symbols-outlined{font-size:22px;line-height:1}.master-actions button:hover{background:var(--secondary-fixed);color:var(--secondary)}.master-actions button:last-child:hover{background:var(--error-container);color:var(--error)}.master-actions button:disabled,.master-check input:disabled{cursor:not-allowed;opacity:.55}.master-empty{padding:34px 16px!important;text-align:center!important;color:var(--on-surface-variant)!important}.master-check{display:inline-flex;align-items:center;gap:10px;color:var(--on-surface-variant);font-size:.9rem;font-weight:700}.master-check input{width:18px;height:18px;accent-color:var(--secondary)}.profile-actions.compact{margin-top:2px}@media (max-width:1180px){.master-layout,.master-layout.model{grid-template-columns:1fr}.master-form-card{position:static}}@media (max-width:760px){.master-head,.master-toolbar{align-items:stretch;flex-direction:column}.master-toolbar.model>span{margin-left:0}.master-search{width:100%}}.role-permission-panel{border:1px solid var(--outline-variant);border-radius:16px;background:#f8fafc;overflow:hidden}.role-permission-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--outline-variant);color:var(--on-surface)}.role-permission-head span{color:var(--on-surface-variant);font-size:.82rem;font-weight:800}.role-permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;max-height:300px;overflow-y:auto;padding:12px}.role-permission-item{display:flex;align-items:center;gap:8px;min-height:38px;padding:8px 10px;border:1px solid transparent;border-radius:12px;background:var(--surface-container-lowest);color:var(--on-surface-variant);font-size:.84rem;font-weight:700}.role-permission-item:has(input:checked){border-color:rgba(33,112,228,.35);background:var(--secondary-fixed);color:var(--on-secondary-fixed-variant)}.role-permission-item input{width:16px;height:16px;accent-color:var(--secondary)}.role-note{margin:0;padding:12px 14px;border-radius:12px;background:var(--surface-container-low);color:var(--on-surface-variant);font-size:.86rem;font-weight:700}.role-table .master-name-cell div{display:grid;grid-gap:2px;gap:2px}.role-table .master-name-cell small{color:var(--on-surface-variant);font-size:.78rem;font-weight:600}@media (max-width:760px){.role-permission-grid{grid-template-columns:1fr}}.app-page{display:flex;flex-direction:column;gap:20px}.app-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.app-head h1{margin:0;color:var(--on-surface);font-size:clamp(1.65rem,3vw,2.2rem);letter-spacing:-.045em}.app-head p{margin:6px 0 0;color:var(--on-surface-variant)}.app-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.app-upload-button{min-height:42px;display:inline-flex;align-items:center;gap:8px;border:0}.app-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.app-metric{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid var(--outline-variant);border-radius:18px;background:linear-gradient(135deg,var(--surface-container-lowest),#eff4ff);box-shadow:0 16px 40px rgba(11,28,48,.08)}.app-metric>span{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:14px;color:#ffffff}.app-metric.blue>span,.app-metric.green>span,.app-metric>span{background:#1d74df}.app-metric small{display:block;color:var(--on-surface-variant);font-weight:800}.app-metric strong{display:block;margin-top:2px;color:var(--on-surface);font-size:1.55rem;letter-spacing:-.04em}.app-filter-card{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--outline-variant);border-radius:18px;background:var(--surface-container-lowest);box-shadow:0 16px 40px rgba(11,28,48,.06)}.app-filter-card .master-search{flex:1 1;min-width:240px}.app-filter-card select{min-height:42px;border:1px solid var(--outline-variant);border-radius:12px;background:var(--surface-container-lowest);color:var(--on-surface);padding:0 34px 0 12px;outline:none}.app-table-card{min-height:420px}.app-table{min-width:980px}.app-name-cell{display:flex;align-items:center;gap:12px}.app-name-cell>span{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:12px;background:var(--primary-fixed-dim);color:var(--on-primary-fixed)}.app-name-icon-image{width:48px;height:48px;border-radius:12px;object-fit:cover;border:1px solid #d7e2f3;background:#ffffff}.app-record-modal{max-width:1180px}.app-detail-modal,.app-edit-modal-form{display:grid;grid-gap:18px;gap:18px}.app-edit-modal-form{grid-template-columns:1fr;padding:24px 24px 22px}.app-edit-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);grid-gap:20px;gap:20px;align-items:start}.app-edit-main,.app-edit-note,.app-edit-side{min-width:0}.app-edit-main{grid-column:1}.app-edit-side{grid-column:2}.app-edit-note{grid-column:1/-1;margin-top:-2px}.app-modal-check-grid{display:grid;grid-gap:10px;gap:10px;max-height:280px;overflow:auto;padding-right:4px}.app-detail-hero{display:flex;gap:16px;padding:18px;background:linear-gradient(180deg,#f8fbff,#f2f7ff)}.app-detail-hero,.app-detail-icon{align-items:center;border-radius:18px;border:1px solid #d7e2f3}.app-detail-icon{width:64px;height:64px;display:inline-flex;justify-content:center;background:#ffffff;overflow:hidden;flex-shrink:0}.app-detail-icon img{width:100%;height:100%;object-fit:cover}.app-detail-icon.placeholder{color:var(--profile-primary);background:#eaf2ff}.app-detail-icon .material-symbols-outlined{font-size:30px}.app-detail-title{display:grid;grid-gap:4px;gap:4px;flex:1 1}.app-detail-title strong{color:var(--on-surface);font-size:1.25rem;line-height:1.35}.app-detail-title span{color:var(--on-surface-variant);font-size:.95rem;word-break:break-all}.app-release-history{display:grid;grid-gap:14px;gap:14px}.app-release-history-head{display:grid;grid-gap:4px;gap:4px}.app-release-history-head h3{margin:0;color:var(--on-surface);font-size:1rem}.app-release-history-head p{margin:0;color:var(--on-surface-variant);font-size:.92rem}.app-release-list{display:grid;grid-gap:12px;gap:12px}.app-release-card{display:grid;grid-gap:10px;gap:10px;padding:16px;border-radius:16px;border:1px solid #d7e2f3;background:#f8fbff}.app-release-card-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.app-release-card-head strong{display:block;color:var(--on-surface);font-size:1rem}.app-release-card-head strong small{font-weight:600}.app-release-card-head span,.app-release-card-head strong small{color:var(--on-surface-variant);font-size:.85rem}.app-release-card-actions{display:flex;gap:8px}.app-release-badge{display:inline-block;margin-left:8px;padding:2px 10px;border-radius:999px;border:1px solid #d7dee9;background:#eef2f7;color:#55617a;font-size:.72rem;font-style:normal;font-weight:700;letter-spacing:.02em;vertical-align:middle}.app-release-badge.published{border-color:#9fc5ff;background:#dceaff;color:#0d3775}.app-release-warning{margin:0 0 12px;padding:10px 14px;border-radius:12px;border:1px solid #9fc5ff;background:#dceaff;color:#0d3775;font-size:.85rem;font-weight:600}.app-release-card-meta{display:grid;grid-gap:8px;gap:8px;color:var(--on-surface-variant);font-size:.92rem}.app-release-card p{margin:0;color:var(--on-surface);font-size:.92rem;line-height:1.6}.app-name-cell div{display:grid;grid-gap:2px;gap:2px}.app-name-cell small{color:var(--on-surface-variant);font-size:.78rem;font-weight:600}.app-upload-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);grid-gap:22px;gap:22px;align-items:start}.app-upload-main,.app-upload-side{display:flex;flex-direction:column;gap:22px}.app-panel{padding:22px;border:1px solid var(--surface-variant);border-radius:18px;background:var(--surface-container-lowest);box-shadow:0 16px 40px rgba(11,28,48,.07)}.app-edit-section{height:100%}.app-panel h2{display:flex;align-items:center;gap:10px;margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid var(--surface-variant);color:var(--on-surface);font-size:1.08rem;letter-spacing:-.02em}.app-panel h2 span{color:var(--secondary)}.app-edit-modal-form .profile-modal-footer{border-top:1px solid #edf2fb;margin-top:2px;padding-top:18px}@media (max-width:1100px){.app-edit-grid{grid-template-columns:1fr}.app-edit-main,.app-edit-note,.app-edit-side{grid-column:1}}.app-dropzone{min-height:190px;margin-bottom:18px;padding:26px;border:2px dashed var(--outline-variant);border-radius:16px;background:var(--surface-bright);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--on-surface-variant);transition:border-color .2s ease,background .2s ease}.app-dropzone:hover{border-color:var(--secondary);background:var(--surface-container)}.app-dropzone>span{margin-bottom:8px;color:var(--secondary);font-size:46px}.app-dropzone strong{color:var(--on-surface);font-size:1rem}.app-dropzone p{margin:6px 0}.app-dropzone small{font-weight:800}.app-inline-note{margin:-4px 0 14px;color:var(--on-surface-variant);font-size:.86rem;line-height:1.5}.app-apk-meta{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:14px;gap:14px;margin:0 0 18px;padding:14px 16px;border:1px solid #d7e2f3;border-radius:14px;background:#f8fbff}.app-apk-meta-copy{display:grid;grid-gap:8px;gap:8px}.app-apk-meta span{color:#38557b;font-size:.88rem;line-height:1.45}.app-apk-meta strong{color:#0d3775}.app-apk-icon-preview{width:72px;height:72px;border-radius:18px;overflow:hidden;background:#ffffff;border:1px solid #d7e2f3;display:flex;align-items:center;justify-content:center}.app-apk-icon-preview img{width:100%;height:100%;object-fit:cover}.app-apk-icon-preview.placeholder{background:linear-gradient(180deg,#eef5ff,#e4efff);color:#1d4ed8}.app-apk-icon-preview.placeholder .material-symbols-outlined{font-size:32px}.app-check{display:flex;align-items:center;gap:10px;padding:10px 0;color:var(--on-surface-variant);font-weight:700}.app-compatibility-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-2px 0 8px}.app-compatibility-actions>span{color:var(--on-surface-variant);font-size:.82rem;font-weight:700}.app-compatibility-actions>div{display:flex;gap:8px}.app-compatibility-actions .profile-secondary{min-height:34px;padding:0 12px;font-size:.82rem}.app-check input,.app-toggle-row input{accent-color:var(--secondary)}.app-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--surface-variant)}.app-toggle-row span{display:grid;grid-gap:2px;gap:2px}.app-toggle-row strong{color:var(--on-surface)}.app-toggle-row small{color:var(--on-surface-variant)}.app-toggle-row input{width:42px;height:22px}.app-sticky-actions{position:-webkit-sticky;position:sticky;bottom:16px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;padding:14px;border:1px solid var(--outline-variant);border-radius:16px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 -10px 30px rgba(11,28,48,.08)}.app-form-alert{flex:1 1 100%}@media (max-width:1180px){.app-metric-grid,.app-upload-grid{grid-template-columns:1fr}}@media (max-width:760px){.app-filter-card,.app-head{align-items:stretch;flex-direction:column}.app-head-actions{justify-content:flex-start}.app-apk-meta{grid-template-columns:1fr}.app-apk-icon-preview{width:64px;height:64px}.app-compatibility-actions{align-items:stretch;flex-direction:column}.app-compatibility-actions>div{width:100%}.app-compatibility-actions .profile-secondary{flex:1 1}}.terminal-detail-page,.terminal-form-page,.terminal-page{display:flex;flex-direction:column;gap:20px}.terminal-detail-head,.terminal-form-head,.terminal-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.terminal-detail-head h1,.terminal-form-head h1,.terminal-head h1{margin:0;color:var(--on-surface);font-size:clamp(1.65rem,3vw,2.2rem);letter-spacing:-.045em}.terminal-form-head p,.terminal-head p{margin:6px 0 0;color:var(--on-surface-variant)}.terminal-form-actions-top{display:flex;align-items:center;gap:14px}.terminal-detail-actions .profile-primary,.terminal-detail-actions .profile-secondary,.terminal-form-actions-top .profile-primary,.terminal-form-actions-top .profile-secondary,.terminal-register-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.terminal-form-actions-top .profile-primary,.terminal-form-actions-top .profile-secondary{min-height:44px}.terminal-detail-card,.terminal-hardware-card,.terminal-info-card,.terminal-list-card{border:1px solid var(--outline-variant);border-radius:18px;background:var(--surface-container-lowest);box-shadow:0 16px 40px rgba(11,28,48,.07)}.terminal-list-card{overflow:hidden}.terminal-filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:16px;border-bottom:1px solid var(--outline-variant);background:#f8fafc}.terminal-filter-title{display:inline-flex;align-items:center;gap:8px;color:var(--on-surface-variant)}.terminal-search{flex:1 1;min-width:220px}.terminal-filter-bar select{min-height:40px;border:1px solid var(--outline-variant);border-radius:10px;background:white;padding:0 32px 0 10px;color:var(--on-surface)}.terminal-clear{border:0;background:transparent;color:var(--secondary);font-weight:800;cursor:pointer}.terminal-table{min-width:1080px}.terminal-row{cursor:pointer}.terminal-row:hover{background:rgba(33,112,228,.06)!important}.terminal-table-footer{padding:12px 16px;border-top:1px solid #f1f5f9;background:#f8fafc;color:var(--on-surface-variant);font-weight:700}.terminal-detail-actions,.terminal-form-actions-top{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.terminal-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);grid-gap:22px;gap:22px;align-items:start}.terminal-hardware-card{padding:22px}.terminal-detail-card h2,.terminal-hardware-card h2{display:flex;align-items:center;gap:10px;margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid var(--surface-variant);color:var(--on-surface);font-size:1.08rem}.terminal-assignment-stack{display:flex;flex-direction:column;gap:18px}.terminal-info-card{display:flex;gap:12px;padding:16px;background:var(--surface-container-low)}.terminal-info-card>span{color:var(--secondary)}.terminal-info-card h3{margin:0 0 4px;color:var(--on-surface)}.terminal-info-card p,.terminal-info-card small{margin:0;color:var(--on-surface-variant)}.terminal-info-card code{display:block;margin-top:10px;padding:12px;border-radius:12px;background:var(--primary-container);color:white;font-size:1.1rem;letter-spacing:.08em}.terminal-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;color:var(--on-surface-variant);text-decoration:none;font-weight:800}.terminal-detail-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.terminal-status-pill{display:inline-flex;align-items:center;gap:7px;padding:5px 10px;border:1px solid var(--outline-variant);border-radius:999px;background:var(--surface-container-highest);color:var(--on-surface);font-size:.78rem;font-weight:800;text-transform:capitalize}.terminal-status-pill i{width:8px;height:8px;border-radius:50%;background:#94a3b8}.terminal-status-pill.good i{background:#22c55e}.terminal-detail-grid{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);grid-gap:20px;gap:20px}.terminal-detail-card{padding:22px}.terminal-detail-card h2 button{margin-left:auto;border:0;background:transparent;color:var(--secondary);font-weight:800;cursor:pointer}.terminal-kv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.terminal-info-item small{display:block;color:var(--on-surface-variant);font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.terminal-info-item strong{display:inline-block;margin-top:6px;color:var(--on-surface)}.terminal-info-item .mono{padding:6px 8px;border-radius:8px;background:var(--surface-container);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.terminal-telemetry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.terminal-signal-card{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--outline-variant);border-radius:14px;background:var(--surface)}.terminal-signal-card>span{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;background:var(--secondary-fixed);color:var(--on-secondary-fixed)}.terminal-meter small,.terminal-signal-card small{color:var(--on-surface-variant);font-weight:700}.terminal-signal-card strong{display:block;color:var(--on-surface)}.terminal-meter>div{display:flex;align-items:center;gap:8px;margin-bottom:8px}.terminal-meter em{margin-left:auto;color:var(--on-surface-variant);font-style:normal}.terminal-meter b{display:block;height:10px;overflow:hidden;border-radius:999px;background:var(--surface-container-high)}.terminal-meter b i{display:block;height:100%;border-radius:inherit;background:var(--secondary)}.terminal-diagnostic-panel{background:var(--surface-container-low)}.terminal-diagnostic-panel,.terminal-heartbeat-panel{grid-column:1/-1;margin-top:18px;padding:16px;border:1px solid var(--outline-variant);border-radius:16px}.terminal-heartbeat-panel{background:linear-gradient(135deg,rgba(213,240,227,.48),rgba(255,255,255,.94))}.terminal-diagnostic-panel-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.terminal-diagnostic-panel-head>span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:14px;background:var(--primary-fixed);color:var(--on-primary-fixed)}.terminal-diagnostic-panel-head small,.terminal-diagnostic-panel-head strong{display:block}.terminal-diagnostic-empty,.terminal-diagnostic-panel-head small{color:var(--on-surface-variant)}.terminal-diagnostic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.terminal-detail-grid-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.terminal-capability-section{display:grid;grid-gap:16px;gap:16px}.terminal-profile-lead{display:grid;grid-gap:8px;gap:8px}.terminal-profile-lead p{margin:0;color:var(--on-surface-variant)}.terminal-profile-badge{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;padding:7px 12px;border-radius:999px;background:#163d2e;color:#f4fff8;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.terminal-capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.terminal-capability-item{display:grid;grid-gap:6px;gap:6px;padding:14px;border-radius:14px;border:1px solid var(--outline-variant);background:var(--surface)}.terminal-capability-item.good{background:rgba(34,197,94,.08)}.terminal-capability-item.warn{background:rgba(245,158,11,.12)}.terminal-capability-item.muted{background:rgba(148,163,184,.12)}.terminal-capability-item small{color:var(--on-surface-variant);font-size:.72rem;font-weight:800;text-transform:uppercase}.terminal-capability-item strong{color:var(--on-surface);text-transform:capitalize}.terminal-diagnostic-raw{margin-top:16px}.terminal-diagnostic-raw summary{cursor:pointer;color:var(--primary);font-weight:800}.terminal-diagnostic-raw pre{max-height:300px;overflow:auto;margin:12px 0 0;padding:14px;border-radius:14px;background:var(--surface-container-highest);color:var(--on-surface);font-size:.78rem;white-space:pre-wrap}.terminal-empty-row{padding:18px;color:var(--on-surface-variant);text-align:center}.terminal-detail-card.installed{overflow:hidden}@media (max-width:1180px){.terminal-detail-grid,.terminal-form-grid{grid-template-columns:1fr}}@media (max-width:760px){.terminal-detail-head,.terminal-filter-bar,.terminal-form-head,.terminal-head{align-items:stretch;flex-direction:column}.terminal-detail-actions,.terminal-form-actions-top{justify-content:flex-start}.terminal-capability-grid,.terminal-diagnostic-grid,.terminal-kv-grid,.terminal-telemetry-grid{grid-template-columns:1fr}}.partner-page{display:flex;flex-direction:column;gap:20px}.partner-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.partner-head h1{margin:0;color:var(--on-surface);font-size:clamp(1.65rem,3vw,2.2rem);letter-spacing:-.045em}.partner-head p{margin:6px 0 0;color:var(--on-surface-variant)}.partner-form-top-actions .profile-primary,.partner-form-top-actions .profile-secondary,.partner-main-action{display:inline-flex;align-items:center;gap:8px}.partner-toolbar{display:flex;align-items:center;gap:16px;justify-content:space-between;padding:16px;border:1px solid var(--outline-variant);border-radius:18px;background:var(--surface-container-lowest);box-shadow:0 16px 40px rgba(11,28,48,.06)}.partner-toolbar .master-search{width:min(440px,100%)}.partner-toolbar label{display:inline-flex;align-items:center;gap:10px;color:var(--on-surface-variant);font-weight:800}.partner-toolbar select{min-height:40px;border:1px solid var(--outline-variant);border-radius:10px;background:white;color:var(--on-surface);padding:0 32px 0 10px}.partner-table-card{min-height:430px}.partner-table{min-width:920px}.partner-contact{display:grid;grid-template-columns:auto 1fr;grid-gap:2px 8px;gap:2px 8px;align-items:center;color:var(--on-surface)}.partner-contact .material-symbols-outlined{color:var(--outline);font-size:18px}.partner-contact small{grid-column:2;color:var(--on-surface-variant);font-weight:600}.partner-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-top:1px solid #f1f5f9;background:var(--surface-container-lowest);color:var(--on-surface-variant);font-weight:700}.partner-pagination div{display:flex;gap:8px}.partner-pagination button{min-height:34px;padding:0 12px;border:1px solid var(--outline-variant);border-radius:8px;background:white;color:var(--on-surface-variant);font-weight:800;cursor:pointer}.partner-pagination button:disabled{cursor:not-allowed;opacity:.5}.partner-form-top-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.partner-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);grid-gap:22px;gap:22px;align-items:start}.partner-form-main,.partner-form-side{display:flex;flex-direction:column;gap:22px}.partner-panel,.partner-tip{border:1px solid var(--outline-variant);border-radius:18px;background:var(--surface-container-lowest);box-shadow:0 16px 40px rgba(11,28,48,.07)}.partner-panel{padding:22px}.partner-panel h2{display:flex;align-items:center;gap:10px;margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;color:var(--on-surface);font-size:1.08rem}.partner-panel h2 span{color:var(--primary)}.partner-logo-drop{min-height:178px;margin-bottom:18px;padding:22px;border:2px dashed #cbd5e1;border-radius:16px;background:var(--surface-container-lowest);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;cursor:pointer;transition:background .2s ease,border-color .2s ease}.partner-logo-drop:hover{border-color:var(--secondary);background:var(--surface-container-low)}.partner-logo-drop>span{display:inline-flex;width:62px;height:62px;align-items:center;justify-content:center;border-radius:50%;background:var(--surface-variant);color:var(--outline);font-size:34px}.partner-logo-drop strong{color:var(--primary)}.partner-logo-drop small{color:var(--on-surface-variant)}.partner-env{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.partner-env strong{flex:0 0 100%;color:var(--on-surface)}.partner-env label{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #cbd5e1;border-radius:999px;color:var(--on-surface);font-weight:700;text-transform:capitalize}.partner-env input{accent-color:var(--secondary)}.partner-module-hint{margin:4px 0 0;color:var(--on-surface-variant);font-size:12px}.partner-modules{display:grid;grid-gap:10px;gap:10px;margin-top:8px}.partner-module-row{display:grid;grid-template-columns:auto 1fr;align-items:start;grid-gap:10px;gap:10px;padding:10px 12px;border:1px solid #dbeafe;border-radius:12px;background:#f8fbff}.partner-module-row.disabled{opacity:.6}.partner-module-row input{margin-top:3px;accent-color:var(--secondary)}.partner-module-row strong{display:block;color:var(--on-surface);font-size:13px}.partner-module-row small{display:block;color:var(--on-surface-variant);font-size:11px;line-height:1.5}.core-access-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:60vh;text-align:center;padding:32px}.core-access-denied .material-symbols-outlined{font-size:48px;color:var(--secondary)}.core-access-denied h1{font-size:20px;color:var(--on-surface)}.core-access-denied p{max-width:420px;color:var(--on-surface-variant)}.core-access-denied a{margin-top:8px;text-decoration:none}.partner-tip{display:flex;gap:12px;padding:16px;background:var(--surface-container-low)}.partner-tip>span{color:var(--secondary)}.partner-tip strong{color:var(--on-surface)}.partner-tip p{margin:4px 0 0;color:var(--on-surface-variant);line-height:1.5}.profile-field.wide{grid-column:1/-1}.profile-breadcrumb button{border:0;background:transparent;color:inherit;cursor:pointer;font:inherit}@media (max-width:1180px){.partner-form-grid,.partner-metrics{grid-template-columns:1fr}}@media (max-width:760px){.partner-head,.partner-pagination,.partner-toolbar{align-items:stretch;flex-direction:column}.partner-form-top-actions{justify-content:flex-start}}.task-page{display:flex;flex-direction:column;gap:20px}.task-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px}.task-hub-card{display:grid;grid-gap:18px;gap:18px;padding:28px;border:1px solid var(--outline-variant);border-radius:24px;background:linear-gradient(180deg,#ffffff,#f8fbff);box-shadow:0 18px 42px rgba(11,28,48,.08)}.task-hub-icon{width:56px;height:56px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center}.task-hub-icon.blue{background:rgba(33,112,228,.14);color:#1f63cf}.task-hub-icon.orange{background:rgba(245,158,11,.16);color:#c67a00}.task-hub-icon .material-symbols-outlined{font-size:28px}.task-hub-copy{display:grid;grid-gap:8px;gap:8px}.task-hub-copy h2{margin:0;color:var(--on-surface);font-size:1.35rem;letter-spacing:-.03em}.task-hub-copy p{margin:0;color:var(--on-surface-variant);line-height:1.65}.task-hub-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.task-hub-stat{display:grid;grid-gap:6px;gap:6px;padding:14px 16px;border:1px solid var(--outline-variant);border-radius:16px;background:rgba(248,250,252,.9)}.task-hub-stat span{color:var(--on-surface-variant);font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.task-hub-stat strong{color:var(--on-surface);font-size:.98rem;line-height:1.45}.task-hub-footnote{margin:0;color:var(--on-surface-variant);font-size:.92rem;line-height:1.6}.task-hub-card .profile-primary,.task-hub-card .profile-secondary{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:8px}.task-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.task-head h1{margin:0;color:var(--on-surface);font-size:clamp(1.65rem,3vw,2.2rem);letter-spacing:-.045em}.task-head p{margin:6px 0 0;color:var(--on-surface-variant)}.task-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);grid-gap:22px;gap:22px;align-items:start}.task-layout.list-only,.task-layout.with-form{grid-template-columns:minmax(0,1fr)}.task-form-stack,.task-side{display:flex;flex-direction:column;gap:18px}.task-side.full-width{width:100%}.task-panel{padding:22px;border:1px solid var(--outline-variant);border-radius:18px;background:var(--surface-container-lowest);box-shadow:0 16px 40px rgba(11,28,48,.07)}.task-panel h2{margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid var(--outline-variant);color:var(--on-surface);font-size:1.08rem;letter-spacing:-.02em}.task-create-pane{min-width:0}.task-create-panel{background:linear-gradient(180deg,#f8fbff,#ffffff)}.task-create-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.task-create-head h2{margin-bottom:8px;padding-bottom:0;border-bottom:0}.task-create-head p{margin:0;color:var(--on-surface-variant);font-size:.96rem;line-height:1.55}.task-app-list,.task-list{display:grid;grid-gap:10px;gap:10px}.task-check-row{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--outline-variant);border-radius:12px;background:#f8fafc;cursor:pointer}.task-check-row:has(input:checked){border-color:rgba(33,112,228,.35);background:var(--secondary-fixed)}.task-check-row input{width:18px;height:18px;accent-color:var(--secondary)}.task-check-row span{display:grid;grid-gap:2px;gap:2px}.task-check-row small{color:var(--on-surface-variant);font-weight:700}.task-picker-field{display:grid;grid-gap:10px;gap:10px}.task-picker-field+.task-picker-field{margin-top:16px}.task-picker-field-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.task-picker-field-head>span{color:var(--on-surface);font-size:.92rem;font-weight:800}.task-picker-field-head .profile-secondary{display:inline-flex;align-items:center;gap:6px;min-height:38px}.task-picked-summary{display:flex;flex-wrap:wrap;gap:8px;min-height:46px;padding:10px;border:1px solid var(--outline-variant);border-radius:12px;background:#f8fafc}.task-picked-summary>span{align-self:center;color:var(--on-surface-variant);font-size:.9rem;font-weight:700}.task-picked-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;min-height:30px;padding:0 8px 0 10px;border:1px solid rgba(33,112,228,.22);border-radius:999px;background:#eef4ff;color:#204a8a;font-size:.82rem;font-weight:800;cursor:pointer}.task-picked-chip .material-symbols-outlined{font-size:16px}.task-picker-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.38)}.task-picker-modal{width:min(760px,100%);max-height:min(720px,calc(100vh - 40px));display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--outline-variant);border-radius:18px;background:var(--surface-container-lowest);box-shadow:0 24px 70px rgba(11,28,48,.22)}.task-picker-footer,.task-picker-head,.task-picker-toolbar{padding:16px 18px}.task-picker-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--outline-variant)}.task-picker-head h2{margin:0;color:var(--on-surface);font-size:1.05rem}.task-picker-close{width:36px;height:36px;border:1px solid var(--outline-variant);border-radius:10px;background:#ffffff;color:var(--on-surface-variant);cursor:pointer}.task-picker-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:10px;gap:10px;border-bottom:1px solid var(--outline-variant)}.task-picker-search{min-width:0}.task-picker-list{display:grid;align-content:start;grid-gap:10px;gap:10px;overflow:auto;padding:14px 18px;background:#f8fafc}.task-picker-row{background:#ffffff}.task-picker-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--outline-variant)}.task-picker-footer>span{color:var(--on-surface-variant);font-size:.9rem;font-weight:800}.task-schedule-box{display:grid;grid-gap:12px;gap:12px}.task-actions{display:flex;justify-content:flex-end;gap:12px;padding:16px;border:1px solid var(--outline-variant);border-radius:18px;background:var(--surface-container-lowest);box-shadow:0 16px 40px rgba(11,28,48,.05)}.task-card{display:grid;grid-gap:8px;gap:8px;padding:14px;border:1px solid var(--outline-variant);border-radius:14px;background:#f8fafc}.task-card.is-selected{border-color:rgba(33,112,228,.35);background:linear-gradient(180deg,#f7fbff,#edf5ff);box-shadow:0 10px 24px rgba(33,112,228,.12)}.task-card>div:first-child{display:flex;justify-content:space-between;gap:10px;align-items:center}.task-card p{margin:0;color:var(--on-surface);font-weight:800}.task-card .task-card-description{font-size:.88rem;line-height:1.45}.task-card .task-card-description,.task-card small{color:var(--on-surface-variant);font-weight:700}.task-card-actions{display:flex;gap:8px;justify-content:flex-end}.task-empty-state{display:grid;justify-items:start;grid-gap:14px;gap:14px;padding:6px 0}.task-empty-state .profile-primary{display:inline-flex;align-items:center;gap:8px}.task-card-actions a,.task-card-actions button{min-height:34px;padding:0 12px;border:1px solid var(--outline-variant);border-radius:10px;background:white;color:var(--on-surface-variant);text-decoration:none;font-size:.82rem;font-weight:800;cursor:pointer}.task-card-actions a:hover,.task-card-actions button:hover{color:var(--secondary);background:var(--secondary-fixed)}.task-table-wrap{overflow-x:auto;border:1px solid var(--outline-variant);border-radius:14px;background:#ffffff}.task-table{width:100%;min-width:980px;border-collapse:collapse}.task-table td,.task-table th{padding:14px 16px;border-bottom:1px solid var(--outline-variant);text-align:left;vertical-align:top}.task-table th{background:#f8fafc;color:var(--on-surface-variant);font-size:.78rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.task-table td{color:var(--on-surface);font-size:.9rem;font-weight:700}.task-table tbody tr:hover{background:#f8fbff}.task-table tbody tr:last-child td{border-bottom:0}.task-table-name{display:grid;grid-gap:4px;gap:4px;min-width:220px}.task-table-name strong{color:var(--on-surface);font-size:.95rem}.task-table-name small{color:var(--on-surface-variant);font-size:.82rem;line-height:1.4;word-break:break-word}.task-table-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;min-width:132px}.task-table-actions a,.task-table-actions button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--outline-variant);border-radius:10px;background:white;color:var(--on-surface-variant);text-decoration:none;cursor:pointer}.task-table-actions a:hover,.task-table-actions button:hover{color:var(--secondary);background:var(--secondary-fixed)}.task-table-actions .material-symbols-outlined{font-size:20px}.task-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:var(--on-surface-variant);font-size:.88rem;font-weight:800}.task-pagination>div{display:flex;align-items:center;gap:10px}.task-pagination button{min-height:34px;padding:0 12px;border:1px solid var(--outline-variant);border-radius:10px;background:#ffffff;color:var(--on-surface);font-weight:800;cursor:pointer}.task-pagination button:disabled{opacity:.45;cursor:not-allowed}.task-detail-stack{display:grid;grid-gap:18px;gap:18px}.task-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.task-detail-head strong{display:block;color:var(--on-surface-variant);font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.task-detail-head p{margin:6px 0 0;color:var(--on-surface);font-size:.98rem;font-weight:800;word-break:break-word}.task-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.task-detail-stat{display:grid;grid-gap:6px;gap:6px;padding:14px 16px;border:1px solid var(--outline-variant);border-radius:14px;background:#f8fafc}.task-detail-stat span{color:var(--on-surface-variant);font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.task-detail-stat strong{color:var(--on-surface);font-size:.95rem;line-height:1.5;word-break:break-word}.task-detail-note,.task-detail-section{display:grid;grid-gap:10px;gap:10px}.task-detail-note strong,.task-detail-section strong{color:var(--on-surface);font-size:.92rem}.task-detail-note p{margin:0;color:var(--on-surface-variant);line-height:1.65}.task-status-summary{display:flex;flex-wrap:wrap;gap:10px}.task-status-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#eef4ff;color:#204a8a;font-size:.84rem;font-weight:800}.task-status-pill.muted{background:#f3f4f6;color:var(--on-surface-variant)}.task-detail-items{display:grid;grid-gap:10px;gap:10px}.task-item-card{display:grid;grid-gap:4px;gap:4px;padding:14px 16px;border:1px solid var(--outline-variant);border-radius:14px;background:#f8fafc}.task-item-card strong{color:var(--on-surface);font-size:.96rem}.task-item-card small{color:var(--on-surface-variant);font-size:.84rem;line-height:1.45;word-break:break-word}@media (max-width:1180px){.task-detail-grid,.task-hub-grid,.task-hub-stats,.task-layout{grid-template-columns:1fr}}@media (max-width:760px){.task-actions,.task-head{align-items:stretch;flex-direction:column}.task-create-head,.task-detail-head,.task-pagination{flex-direction:column}.task-pagination{align-items:stretch}.task-pagination>div{justify-content:space-between}.task-picker-field-head,.task-picker-footer,.task-picker-toolbar{align-items:stretch;grid-template-columns:1fr;flex-direction:column}}.report-page{display:flex;flex-direction:column;gap:20px}.report-hero{align-items:flex-start;background:#ffffff;border:1px solid #d7e2f3;border-radius:28px;box-shadow:0 18px 46px rgba(13,55,117,.08);color:#07182f;display:flex;justify-content:space-between;padding:32px;position:relative}.report-hero:after{background:radial-gradient(circle,rgba(29,116,223,.12),transparent 66%);content:"";height:220px;position:absolute;right:-70px;top:-90px;width:220px}.report-hero h1{color:#07182f;font-size:clamp(32px,4vw,48px);letter-spacing:-.04em;line-height:1.04;margin:10px 0 12px}.report-hero p{color:#657189;font-size:16px;line-height:1.7;max-width:640px}.report-hero .eyebrow{color:#1d74df;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.report-hero-actions{display:flex;gap:10px;position:relative;z-index:1}.report-stat-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.report-stat-card{align-items:center;background:linear-gradient(180deg,#ffffff,#f7fbff);border:1px solid #dbe7f7;border-radius:22px;box-shadow:0 14px 34px rgba(13,55,117,.07);display:flex;gap:16px;padding:22px}.report-stat-card .material-symbols-outlined{align-items:center;background:#eaf3ff;border-radius:18px;color:#1d74df;display:inline-flex;font-size:30px;height:56px;justify-content:center;width:56px}.report-stat-card.success .material-symbols-outlined{background:#eaf3ff;color:#1d74df}.report-stat-card.warning .material-symbols-outlined{background:#f1f6ff;color:#356ecf}.report-stat-card p{color:#657189;font-size:12px;font-weight:800;letter-spacing:.08em;margin:0;text-transform:uppercase}.report-stat-card strong{color:#07182f;display:block;font-size:30px;letter-spacing:-.04em;margin-top:4px}.report-stat-card small{color:#8290a6}.report-panel{background:#ffffff;border:1px solid #d7e2f3;border-radius:24px;box-shadow:0 18px 50px rgba(13,55,117,.08);overflow:hidden}.report-tabs{background:#ffffff;border-bottom:1px solid #d7e2f3;display:flex;gap:10px;padding:18px 20px 10px}.report-tabs button{align-items:center;background:#f8fbff;border:1px solid #d7e2f3;border-radius:16px;color:#526078;cursor:pointer;display:inline-flex;font:inherit;font-weight:800;gap:8px;padding:12px 16px;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.report-tabs button.active{background:#eaf3ff;border-color:#9fc5ff;box-shadow:0 10px 24px rgba(13,55,117,.08);color:#0d3775}.report-filter-grid{align-items:end;background:#f8fbff;border-bottom:1px solid #e5edf8;display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(5,minmax(150px,1fr));padding:20px}.report-search-field{grid-column:span 2}.report-filter-actions{display:flex;gap:10px}.report-table-wrap{overflow-x:auto}.report-table{border-collapse:collapse;min-width:1080px;width:100%}.report-table th{background:#f8fbff;border-bottom:1px solid #d7e2f3;color:#526078;font-size:12px;font-weight:900;letter-spacing:.08em;padding:15px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.report-table td{border-bottom:1px solid #edf2fb;color:#2a3548;font-size:13px;padding:16px;vertical-align:top}.report-empty{margin:0;padding:24px 20px;color:#657189;text-align:center}.report-diagnostic-detail{display:grid;grid-gap:4px;gap:4px}.report-diagnostic-detail strong{color:#07182f}.report-diagnostic-detail small{color:#657189;line-height:1.5}.report-table tbody tr:hover{background:#f7fbff}.report-table .mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.report-table .accent{color:#1d74df;font-weight:800}.status-pill{border-radius:999px;display:inline-flex;font-size:12px;font-weight:800;padding:5px 10px;white-space:nowrap}.status-pill.healthy,.status-pill.success{background:#eaf3ff;color:#1d74df}.status-pill.notice,.status-pill.pending{background:#ecf4ff;color:#1d74df}.status-pill.critical,.status-pill.failed{background:#ffe9e9;color:#bd1e1e}.status-pill.timeout,.status-pill.warning{background:#fff4db;color:#a46300}.report-footer{align-items:center;background:#fbfdff;border-top:1px solid #d7e2f3;color:#657189;display:flex;justify-content:space-between;padding:16px 20px}.pagination-mini{display:flex;gap:8px}.pagination-mini button{background:#ffffff;border:1px solid #d7e2f3;border-radius:10px;color:#526078;cursor:pointer;font-weight:800;padding:7px 10px}.pagination-mini button.active{background:#1d74df;border-color:#1d74df;color:#ffffff}.pagination-mini button:disabled{cursor:not-allowed;opacity:.45}@media (max-width:1180px){.report-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-search-field{grid-column:span 1}}@media (max-width:760px){.report-footer,.report-hero{flex-direction:column;gap:16px}.report-filter-actions,.report-hero-actions,.report-tabs{width:100%}.report-filter-actions .btn,.report-hero-actions .btn,.report-tabs button{flex:1 1;justify-content:center}.report-filter-grid,.report-stat-grid{grid-template-columns:1fr}}.settings-page{display:flex;flex-direction:column;gap:18px}.settings-hero{align-items:center;background:linear-gradient(135deg,#ffffff,#f6f9ff 58%,#eaf3ff);border:1px solid #d7e2f3;border-radius:22px;box-shadow:0 14px 34px rgba(13,55,117,.08);display:flex;justify-content:space-between;overflow:hidden;padding:24px;position:relative}.settings-hero:after{background:radial-gradient(circle,rgba(29,116,223,.18),transparent 62%);content:"";height:280px;position:absolute;right:-90px;top:-120px;width:280px}.settings-hero .eyebrow{color:#1d74df;font-size:12px;font-weight:900;letter-spacing:.18em;margin:0 0 8px;text-transform:uppercase}.settings-hero h1{color:#07182f;font-size:clamp(28px,3vw,38px);letter-spacing:-.04em;line-height:1.05;margin:0 0 8px}.settings-hero p{color:#526078;font-size:14px;line-height:1.55;margin:0;max-width:660px}.settings-health-card{align-items:center;background:rgba(255,255,255,.78);border:1px solid rgba(215,226,243,.9);border-radius:18px;box-shadow:0 14px 32px rgba(13,55,117,.1);display:flex;gap:14px;padding:14px 16px;position:relative;z-index:1}.settings-health-card .material-symbols-outlined{align-items:center;background:#eaf3ff;border-radius:14px;color:#1d74df;display:inline-flex;height:44px;justify-content:center;width:44px}.settings-health-card small,.settings-health-card strong{display:block;white-space:nowrap}.settings-health-card strong{color:#07182f}.settings-health-card small{color:#657189;margin-top:3px}.settings-shell{align-items:flex-start;display:grid;grid-gap:18px;gap:18px;grid-template-columns:248px minmax(0,1fr)}.settings-tabs{background:#ffffff;border:1px solid #d7e2f3;border-radius:18px;box-shadow:0 12px 28px rgba(13,55,117,.06);display:flex;flex-direction:column;gap:8px;padding:10px;position:-webkit-sticky;position:sticky;top:92px}.settings-tabs button{align-items:center;background:transparent;border:0;border-radius:14px;color:#526078;cursor:pointer;display:flex;font:inherit;gap:12px;padding:12px;text-align:left}.settings-tabs button.active{background:#eaf3ff;color:#0d3775}.settings-tabs .material-symbols-outlined{align-items:center;background:#f6f9ff;border-radius:12px;display:inline-flex;height:38px;justify-content:center;width:38px}.settings-tabs button.active .material-symbols-outlined{background:#1d74df;color:#ffffff}.settings-tabs small,.settings-tabs strong{display:block}.settings-tabs strong{font-weight:900}.settings-tabs small{color:#8290a6;font-size:12px;margin-top:2px}.settings-content{background:#ffffff;border:1px solid #d7e2f3;border-radius:18px;box-shadow:0 12px 28px rgba(13,55,117,.06);overflow:hidden}.settings-section-head{align-items:flex-start;background:#fbfdff;border-bottom:1px solid #d7e2f3;display:flex;gap:18px;justify-content:space-between;padding:20px}.settings-section-head h2{color:#07182f;font-size:22px;letter-spacing:-.03em;margin:0 0 6px}.settings-section-head p{color:#657189;font-size:14px;line-height:1.5;margin:0}.settings-actions{display:flex;gap:10px}.settings-card-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));padding:20px}.settings-card{background:#fbfdff;border:1px solid #dfe8f7;border-radius:18px;padding:18px}.settings-card.wide{grid-column:1/-1}.settings-card-title{align-items:flex-start;display:flex;gap:12px;margin-bottom:18px}.settings-card-title .material-symbols-outlined{align-items:center;background:#eef5ff;border-radius:13px;color:#1d74df;display:inline-flex;height:40px;justify-content:center;width:40px}.settings-card-title h3{color:#07182f;font-size:16px;margin:0}.settings-card-title p{color:#657189;font-size:13px;line-height:1.45;margin:4px 0 0}.settings-form-grid{display:grid;grid-gap:18px 22px;gap:18px 22px;grid-template-columns:repeat(2,minmax(0,1fr))}.settings-page .field-group{align-items:stretch;display:grid;grid-gap:8px;gap:8px}.settings-page .field-label{color:#526078;font-size:12px;font-weight:800;letter-spacing:.06em}.settings-page .field{border-color:#cbd8ec;box-shadow:none;min-width:0}.settings-page .field:focus{border-color:#1d74df;box-shadow:0 0 0 3px rgba(29,116,223,.14)}.settings-page .btn-primary{background:#0f172a;color:#ffffff}.settings-page .btn-primary:hover:not(:disabled){background:#1d74df}.settings-page .btn-secondary{border-color:#cbd8ec;color:#0f172a}.settings-page .btn-secondary:hover:not(:disabled){border-color:#9fc5ff;color:#1d74df}.settings-mini-status{align-items:center;background:#f6f9ff;border:1px solid #d7e2f3;border-radius:999px;color:#0d3775;display:flex;font-size:13px;font-weight:800;gap:8px;margin-top:14px;padding:8px 10px;width:-moz-fit-content;width:fit-content}.settings-mini-status span{background:#1d74df;border-radius:999px;height:9px;width:9px}.settings-mini-status.success{background:#eaf3ff;border-color:#bfdbfe;color:#1d74df}.settings-toggle-list{display:grid;grid-gap:12px;gap:12px}.settings-toggle-list label{align-items:center;background:#ffffff;border:1px solid #dfe8f7;border-radius:14px;display:flex;gap:18px;justify-content:space-between;padding:13px 14px}.settings-toggle-list small,.settings-toggle-list strong{display:block}.settings-toggle-list small{color:#657189;margin-top:3px}.settings-toggle-list input{accent-color:#1d74df;height:20px;width:20px}.audit-filter-bar{align-items:end;display:grid;grid-gap:14px;gap:14px;grid-template-columns:2fr repeat(3,minmax(140px,1fr));padding:20px}.audit-table-wrap{overflow-x:auto}.audit-table{border-collapse:collapse;min-width:980px;width:100%}.audit-table th{background:#f8fbff;border-bottom:1px solid #d7e2f3;color:#657189;font-size:11px;font-weight:900;letter-spacing:.08em;padding:14px 16px;text-align:left;text-transform:uppercase}.audit-table td{border-bottom:1px solid #edf2fb;color:#2a3548;padding:15px 16px;vertical-align:top}.audit-table td small,.audit-table td strong{display:block}.audit-table td small{color:#8290a6;margin-top:4px}.audit-table code{color:#526078;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.audit-actor{align-items:center;display:flex;gap:10px}.audit-actor span{align-items:center;background:#eef5ff;color:#0d3775;font-size:11px;height:30px;justify-content:center;width:30px}.audit-actor span,.audit-result{border-radius:999px;display:inline-flex;font-weight:900}.audit-result{font-size:12px;padding:5px 10px;text-transform:capitalize}.audit-result.success{background:#eaf3ff;color:#1d74df}.audit-result.failed{background:#ffe9e9;color:#bd1e1e}.audit-result.warning{background:#fff4db;color:#a46300}.audit-note{color:#bd1e1e!important}.settings-table-footer{align-items:center;background:#fbfdff;border-top:1px solid #d7e2f3;color:#657189;display:flex;justify-content:space-between;padding:16px 20px}@media (max-width:1120px){.settings-shell{grid-template-columns:1fr}.settings-tabs{flex-direction:row;position:static}.settings-tabs button{flex:1 1}.audit-filter-bar,.settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-search{grid-column:1/-1}}@media (max-width:760px){.settings-hero,.settings-section-head,.settings-table-footer{flex-direction:column;gap:16px}.settings-actions,.settings-actions .btn,.settings-health-card,.settings-tabs,.settings-tabs button{width:100%}.settings-tabs{flex-direction:column}.audit-filter-bar,.settings-card-grid,.settings-form-grid{grid-template-columns:1fr}.settings-card.wide{grid-column:auto}.settings-card-grid{padding:14px}}.core-sidebar{background:#ffffff;border-right:1px solid #d7dde8}.core-sidebar-head{align-items:center;gap:12px}.core-sidebar-head h1{color:#101b2f;font-weight:800;letter-spacing:-.03em}.core-sidebar-head p{color:#526076;font-size:12px;font-weight:600;line-height:16px;max-width:148px}.core-master-group,.core-nav,.core-sidebar-footer{gap:4px}.core-master-trigger,.core-nav-link,.core-sidebar-footer .core-nav-link{align-items:center;border-radius:12px;display:grid;grid-gap:12px;gap:12px;grid-template-columns:28px minmax(0,1fr) 20px}.core-sidebar .core-master-trigger,.core-sidebar .core-nav-link,.core-sidebar .core-sidebar-footer .core-nav-link,.core-sidebar .core-subnav-link{color:#3f4653;font-weight:600;letter-spacing:-.01em}.core-nav-label{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.core-sidebar .core-master-trigger>.material-symbols-outlined:first-child,.core-sidebar .core-nav-link .material-symbols-outlined{color:#4d5460;justify-self:center;line-height:1}.core-sidebar .core-master-trigger .core-master-chevron{color:#4d5460;justify-self:end;line-height:1}.core-sidebar .core-master-trigger:hover,.core-sidebar .core-nav-link:hover,.core-sidebar .core-subnav-link:hover{background:#f3f6fb;color:#101b2f}.core-sidebar .core-nav-link.active,.core-sidebar .core-subnav-link.active{background:#2876e6;color:#ffffff;font-weight:700}.core-sidebar .core-nav-link.active .material-symbols-outlined{color:#ffffff}.core-sidebar .core-master-trigger.open{color:#101b2f;font-weight:700}.core-sidebar .core-master-trigger.open .core-master-chevron,.core-sidebar .core-master-trigger.open>.material-symbols-outlined:first-child{color:#101b2f}.core-sidebar .core-subnav{gap:4px}.core-sidebar .core-subnav-link{border-radius:10px}.core-sidebar-footer{padding-top:14px}.core-sidebar-footer .core-nav-link{grid-template-columns:28px minmax(0,1fr)}@media (max-width:900px){.core-sidebar{width:100%}.core-main{margin-left:0}}.core-brand-icon{background:transparent;border-radius:0;color:inherit}.core-brand-icon img{display:block;height:38px;width:auto}.core-sidebar-head h1{line-height:22px}.auth-note.success,.forgot-v2-message.success,.profile-alert.success,.reset-v2-status.success,.success-banner{background:#dceaff;border-color:#9fc5ff;color:#0d3775}.audit-result.success,.report-stat-card.success .material-symbols-outlined,.settings-mini-status.success,.status-pill.healthy,.status-pill.success{background:#eaf3ff;color:#1d74df}.settings-mini-status.success span{background:#1d74df}.profile-item-actions button{align-items:center;display:inline-flex;height:38px;justify-content:center;min-width:38px;padding:0;width:38px}.profile-item-actions button .material-symbols-outlined{font-size:20px}.profile-item-actions button:first-child{color:#0d3775}.profile-item-actions button:last-child{color:#b42318}.confirm-dialog-backdrop{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(7,24,47,.42);display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1000}.confirm-dialog{background:#ffffff;border:1px solid #d7e2f3;border-radius:24px;box-shadow:0 28px 80px rgba(7,24,47,.26);max-width:440px;padding:24px;width:min(100%,440px)}.confirm-dialog-icon{align-items:center;background:#eaf3ff;border-radius:18px;color:#1d74df;display:inline-flex;height:52px;justify-content:center;margin-bottom:18px;width:52px}.confirm-dialog.danger .confirm-dialog-icon{background:#fff0ed;color:#b42318}.confirm-dialog.warning .confirm-dialog-icon{background:#fff4db;color:#a46300}.confirm-dialog-icon .material-symbols-outlined{font-size:26px}.confirm-dialog-copy h2{color:#07182f;font-size:22px;letter-spacing:-.03em;line-height:28px;margin:0 0 8px}.confirm-dialog-copy p{color:#526078;font-size:15px;line-height:22px;margin:0}.confirm-dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px}.confirm-dialog-actions button{border:0;border-radius:14px;cursor:pointer;font:inherit;font-weight:800;min-height:44px;padding:10px 18px}.confirm-dialog-cancel{background:#eef5ff;color:#0d3775}.confirm-dialog-confirm{background:#1d74df;color:#ffffff}.confirm-dialog.danger .confirm-dialog-confirm{background:#b42318}.confirm-dialog.warning .confirm-dialog-confirm{background:#a46300}@media (max-width:560px){.confirm-dialog-actions{flex-direction:column-reverse}.confirm-dialog-actions button{width:100%}}.capability-check-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.capability-check{align-items:center;background:#f8fbff;border:1px solid #d7e2f3;border-radius:14px;color:#0b1c30;display:flex;font-size:14px;font-weight:700;gap:10px;padding:12px 14px}.capability-check input{accent-color:#1d74df;height:16px;width:16px}@media (max-width:760px){.capability-check-grid{grid-template-columns:1fr}}.master-chip.active{background:#dceaff;color:#0d3775}.profile-list-actions{align-items:center;display:flex;gap:12px}.profile-create-link{align-items:center;background:#0f172a;border:0;border-radius:12px;color:#ffffff;cursor:pointer;display:inline-flex;font:inherit;font-size:13px;font-weight:800;gap:8px;min-height:40px;padding:9px 15px;text-decoration:none}.profile-list-card-v2{background:#ffffff;border:1px solid #d7e2f3;border-radius:18px;box-shadow:0 14px 34px rgba(13,55,117,.08);overflow:hidden}.profile-list-toolbar-v2{align-items:center;border-bottom:1px solid #edf2fb;display:flex;gap:16px;justify-content:space-between;padding:16px 18px}.profile-list-footer-v2,.profile-list-toolbar-v2>span{color:#657189;font-size:13px;font-weight:700}.profile-table-wrap-v2{overflow-x:auto}.profile-table-v2{border-collapse:collapse;min-width:980px;width:100%}.profile-table-v2 th{background:#f8fbff;border-bottom:1px solid #edf2fb;color:#526078;font-size:11px;font-weight:800;letter-spacing:.01em;padding:13px 18px;text-align:left}.profile-table-v2 td{border-bottom:1px solid #edf2fb;color:#0b1c30;font-size:13px;padding:14px 18px;vertical-align:middle}.profile-table-v2 tbody tr:hover{background:#f8fbff}.profile-table-v2 .numeric{text-align:right}.profile-table-v2 .mono{color:#526078;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.profile-table-v2 .muted{color:#657189}.truncate-cell{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-table-actions-v2{display:flex;gap:8px;justify-content:flex-end}.profile-table-actions-v2 a,.profile-table-actions-v2 button{align-items:center;background:transparent;border:0;border-radius:10px;color:#526078;cursor:pointer;display:inline-flex;height:30px;justify-content:center;text-decoration:none;width:30px}.profile-table-actions-v2 a:hover,.profile-table-actions-v2 button:hover{background:#eef5ff;color:#1d74df}.profile-table-actions-v2 button:last-child:hover{background:#fff0ed;color:#b42318}.profile-table-actions-v2 button:disabled,.profile-table-actions-v2 button:disabled:hover,.profile-table-actions-v2 button:last-child:disabled:hover{background:transparent;color:#b4bcca;cursor:not-allowed}.profile-empty-v2{color:#657189!important;padding:28px!important;text-align:center}.profile-list-footer-v2{align-items:center;background:#fbfdff;display:flex;justify-content:space-between;padding:14px 18px}.profile-list-footer-v2 div{display:flex;gap:8px}.profile-list-footer-v2 button{background:#ffffff;border:1px solid #d7e2f3;border-radius:10px;color:#657189;font-weight:800;padding:7px 12px}.profile-form-card.standalone{max-width:none;width:100%}.profile-secondary.as-link{align-items:center;display:inline-flex;justify-content:center;text-decoration:none}.profile-detail-page{display:flex;flex-direction:column;gap:22px}.profile-detail-head{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.profile-detail-head h1{color:#07182f;font-size:clamp(28px,4vw,42px);letter-spacing:-.045em;line-height:1;margin:0 0 10px}.profile-detail-head p{color:#657189;font-size:16px;margin:0}.profile-detail-actions{display:flex;gap:10px}.profile-detail-actions .soundbox-detail-edit{align-items:center;display:inline-flex;gap:8px;justify-content:center;text-decoration:none}.profile-danger{align-items:center;background:#b42318;border:0;border-radius:12px;color:#ffffff;cursor:pointer;display:inline-flex;font:inherit;font-weight:800;gap:8px;min-height:44px;padding:10px 16px}.profile-detail-grid{display:grid;grid-gap:22px;gap:22px;grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.profile-detail-card{background:#ffffff;border:1px solid #d7e2f3;border-radius:22px;box-shadow:0 16px 44px rgba(13,55,117,.08);overflow:hidden;padding:22px}.profile-assigned-head h2,.profile-detail-card h2{align-items:center;color:#07182f;display:flex;font-size:20px;gap:10px;letter-spacing:-.02em;margin:0}.profile-detail-card h2{border-bottom:1px solid #edf2fb;margin-bottom:20px;padding-bottom:14px}.profile-assigned-head .material-symbols-outlined,.profile-detail-card h2 .material-symbols-outlined{color:#1d74df}.soundbox-test-panel{display:grid;grid-gap:14px;gap:14px}.soundbox-test-panel>p,.soundbox-test-panel>small{color:#657189;margin:0}.soundbox-test-panel>small{font-size:13px}.soundbox-test-field{display:grid;grid-gap:8px;gap:8px}.soundbox-test-field span{color:#657189;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.soundbox-test-field input{background:#ffffff;border:1px solid #d7e2f3;border-radius:14px;box-shadow:none;color:#07182f;font:inherit;min-height:48px;padding:0 14px}.soundbox-test-field input:focus{border-color:#0d4275;box-shadow:0 0 0 4px rgba(13,66,117,.12);outline:none}.soundbox-test-button{align-items:center;display:inline-flex;gap:8px;justify-content:center;width:-moz-fit-content;width:fit-content}.profile-detail-info-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-detail-field{display:grid;grid-gap:8px;gap:8px}.profile-detail-field.span-2{grid-column:1/-1}.profile-detail-field span,.profile-detail-metric div strong{color:#657189;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.profile-detail-field strong{align-items:center;color:#07182f;display:flex;font-size:16px;gap:8px}.profile-detail-field p{background:#f8fbff;border:1px solid #d7e2f3;border-radius:14px;color:#344154;line-height:22px;margin:0;padding:14px}.profile-detail-status-dot{background:#1d74df;border-radius:999px;display:inline-flex;height:8px;width:8px}.profile-detail-metric{background:#f8fbff;border:1px solid #d7e2f3;border-radius:16px;padding:16px}.profile-detail-metric div{align-items:center;display:flex;gap:8px;justify-content:space-between}.profile-detail-metric div .material-symbols-outlined{color:#526078;margin-right:auto}.profile-detail-metric div em{background:#eaf3ff;border-radius:999px;color:#0d3775;font-size:11px;font-style:normal;font-weight:800;padding:4px 8px}.profile-detail-metric h3{color:#0d3775;font-size:24px;margin:14px 0 6px}.profile-detail-metric p{color:#657189;font-size:13px;line-height:18px;margin:0}.profile-detail-card.assigned{padding:0}.profile-assigned-head{align-items:center;background:#fbfdff;border-bottom:1px solid #edf2fb;display:flex;justify-content:space-between;padding:20px}.profile-assigned-head strong{background:#dceaff;border-radius:999px;color:#0d3775;padding:5px 10px}.profile-assigned-list{display:grid}.profile-assigned-item{align-items:center;background:transparent;border:0;border-bottom:1px solid #edf2fb;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;text-align:left}.profile-assigned-item:hover{background:#f8fbff}.profile-assigned-item span,.profile-assigned-item strong{display:block}.profile-assigned-item strong{color:#07182f;margin-bottom:5px}.profile-assigned-item span{align-items:center;color:#657189;display:flex;font-size:13px;gap:5px}.profile-assigned-item span .material-symbols-outlined{font-size:15px}.profile-assigned-item em{border-radius:999px;height:9px;width:9px}.profile-assigned-item em.online{background:#1d74df}.profile-assigned-item em.warning{background:#f6a400}.profile-assigned-more{align-items:center;background:#ffffff;border:0;color:#1d74df;cursor:pointer;display:flex;font-weight:800;gap:6px;justify-content:center;min-height:52px;width:100%}@media (max-width:1100px){.profile-detail-grid{grid-template-columns:1fr}}.profile-detail-page .profile-detail-grid{grid-template-columns:1fr}@media (max-width:760px){.profile-detail-actions,.profile-detail-head,.profile-list-actions,.profile-list-footer-v2{align-items:stretch;flex-direction:column}.profile-detail-info-grid{grid-template-columns:1fr}}.profile-modal-backdrop{align-items:center;background:rgba(7,24,47,.42);display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:80}.profile-modal{background:#ffffff;border:1px solid #d7e2f3;border-radius:24px;box-shadow:0 28px 80px rgba(7,24,47,.22);display:flex;flex-direction:column;max-height:min(760px,calc(100vh - 48px));max-width:760px;overflow:hidden;width:min(760px,100%)}.profile-modal>.profile-modal-detail,.profile-modal>.profile-modal-form{flex:1 1;min-height:0;overflow:auto}.profile-modal-head{align-items:flex-start;border-bottom:1px solid #edf2fb;display:flex;gap:20px;justify-content:space-between;padding:22px 24px 18px}.profile-modal-head span{color:#1d74df;display:block;font-size:11px;font-weight:900;letter-spacing:.14em;margin-bottom:7px;text-transform:uppercase}.profile-modal-head h2{color:#07182f;font-size:22px;letter-spacing:-.02em;line-height:28px;margin:0}.profile-modal-head p{color:#657189;font-size:13px;line-height:19px;margin:6px 0 0}.profile-modal-close{align-items:center;background:#f5f8fd;border:1px solid #d7e2f3;border-radius:12px;color:#526078;cursor:pointer;display:inline-flex;height:36px;justify-content:center;width:36px}.profile-modal-form{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));padding:24px}.profile-modal-form label{display:grid;grid-gap:8px;gap:8px}.profile-modal-form label.wide{grid-column:1/-1}.profile-modal-detail-item span,.profile-modal-form label>span,.profile-modal-metric span{color:#526078;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.profile-modal-form input,.profile-modal-form select,.profile-modal-form textarea{background:#ffffff;border:1px solid #cbd6e7;border-radius:12px;color:#07182f;font:inherit;font-size:14px;outline:none;padding:12px 14px;width:100%}.profile-modal-form textarea{resize:vertical}.profile-modal-form input:focus,.profile-modal-form select:focus,.profile-modal-form textarea:focus{border-color:#1d74df;box-shadow:0 0 0 3px rgba(29,116,223,.12)}.profile-modal-input-affix{align-items:center;border:1px solid #cbd6e7;border-radius:12px;display:flex;overflow:hidden}.profile-modal-input-affix:focus-within{border-color:#1d74df;box-shadow:0 0 0 3px rgba(29,116,223,.12)}.profile-modal-input-affix input{border:0;border-radius:0;box-shadow:none!important}.profile-modal-input-affix em{color:#657189;font-style:normal;font-weight:700;padding:0 14px}.profile-modal-footer{align-items:center;display:flex;gap:10px;grid-column:1/-1;justify-content:flex-end;padding-top:6px}.profile-modal-footer.split{border-top:1px solid #edf2fb;justify-content:space-between;padding:18px 0 0}.profile-modal-footer.split>span{color:#657189;font-size:12px;font-weight:750}.profile-modal-footer.split>div{display:flex;gap:10px}.profile-modal-footer.split .profile-danger,.profile-modal-footer.split .profile-secondary{align-items:center;border-radius:14px;display:inline-flex;font-size:14px;font-weight:850;gap:8px;height:44px;justify-content:center;min-height:44px;padding:0 16px}.profile-modal-footer.split .profile-secondary{background:#eef5ff;border:1px solid #cfe0fb;color:#0d3775}.profile-modal-footer.split .profile-secondary:hover{background:#dceaff}.profile-primary-action{background:#0f172a;border:0;border-radius:12px;color:#ffffff;cursor:pointer;font-weight:850;min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.profile-modal-detail{display:grid;grid-gap:18px;gap:18px;padding:24px}.profile-modal-detail-main{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-modal-detail-item{background:#f8fbff;border:1px solid #d7e2f3;border-radius:14px;display:grid;grid-gap:8px;gap:8px;padding:14px}.profile-modal-detail-item.wide{grid-column:1/-1}.profile-modal-detail-item strong{align-items:center;color:#07182f;display:inline-flex;font-size:14px;gap:8px;line-height:20px}.profile-modal-detail-item strong.accent{color:#0d3775}.profile-modal-detail-item strong em{background:#1d74df;border-radius:999px;height:8px;width:8px}.profile-modal-metrics{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.profile-modal-metric{border:1px solid #d7e2f3;border-radius:14px;padding:14px}.profile-modal-metric strong{color:#0d3775;display:block;font-size:20px;margin:10px 0 4px}.profile-modal-metric p{color:#657189;font-size:12px;line-height:16px;margin:0}@media (max-width:760px){.profile-modal-detail-main,.profile-modal-form,.profile-modal-metrics{grid-template-columns:1fr}.profile-modal-footer,.profile-modal-footer.split,.profile-modal-footer.split>div{align-items:stretch;flex-direction:column}.app-edit-grid{grid-template-columns:1fr}.app-edit-main,.app-edit-note,.app-edit-side{grid-column:1}}.master-name-cell.compact{gap:10px}.master-name-cell.compact span{height:30px;width:30px}.brand-modal{max-width:680px;width:min(680px,100%)}.brand-modal-form small{color:#657189;font-size:12px;line-height:16px}.brand-modal-form{align-items:start}.brand-modal-form label{align-content:start}.brand-modal-form input{height:46px}.brand-modal-form .profile-modal-footer{align-items:center;border-top:1px solid #edf2fb;margin-top:4px;padding-top:18px}.model-toolbar-v2{flex-wrap:wrap}.model-toolbar-v2 .master-search{flex:1 1}.model-toolbar-right{align-items:center;display:flex;gap:14px;margin-left:auto}.model-toolbar-v2 select{background:#ffffff;border:1px solid #d7e2f3;border-radius:12px;color:#07182f;font:inherit;font-size:14px;min-height:42px;padding:0 12px}.master-unified-note{align-items:flex-start;background:linear-gradient(180deg,rgba(29,116,223,.08),rgba(29,116,223,.03));border:1px solid rgba(29,116,223,.2);border-radius:14px;color:#264265;display:flex;gap:12px;margin:0 0 14px;padding:12px 14px}.master-unified-note .material-symbols-outlined{color:#1d74df;margin-top:1px}.master-unified-note p{font-size:14px;line-height:20px;margin:0}.master-form-hint-block{align-items:flex-start;background:#f8fbff;border:1px dashed rgba(29,116,223,.28);border-radius:14px;color:#38557b;display:flex;gap:10px;grid-column:1/-1;padding:12px 14px}.master-form-hint-block .material-symbols-outlined{color:#1d74df}.master-form-hint-block p{font-size:14px;line-height:20px;margin:0}.master-capability-grid{background:#f8fbff;border:1px solid #d7e2f3;border-radius:16px;display:grid;grid-gap:10px 12px;gap:10px 12px;grid-template-columns:repeat(2,minmax(0,1fr));padding:14px}.master-capability-grid .profile-field.checkbox{align-items:center;background:#ffffff;border:1px solid #d7e2f3;border-radius:12px;display:flex;flex-direction:row;gap:12px;justify-content:space-between;margin:0;min-height:52px;padding:12px 14px}.master-capability-grid .profile-field.checkbox span{color:#07182f;flex:1 1;font-size:13px;font-weight:700;letter-spacing:0;line-height:18px;text-transform:none}.master-capability-grid .profile-field.checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff;background-position:50%;background-repeat:no-repeat;background-size:10px 10px;border:1.5px solid #94a3b8;border-radius:6px;box-shadow:inset 0 1px 2px rgba(15,23,42,.08);display:inline-grid;place-content:center;flex:0 0 auto;height:18px;margin:0;opacity:1;width:18px}.master-capability-grid .profile-field.checkbox input[type=checkbox]:disabled{cursor:default;opacity:1}.master-capability-grid .profile-field.checkbox input[type=checkbox]:checked{background-color:#1d4ed8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.2 11.3 2.9 8l1.4-1.4 1.9 1.9 5.5-5.5L13 4.4z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px 12px;border-color:#1d4ed8;box-shadow:0 0 0 3px rgba(29,78,216,.14)}.master-capability-grid .profile-field.checkbox:has(input[type=checkbox]:checked){background:linear-gradient(180deg,rgba(29,78,216,.12),rgba(29,78,216,.06));border-color:#7ea8f6;box-shadow:inset 0 0 0 1px rgba(29,78,216,.08)}.master-capability-grid .profile-field.checkbox:has(input[type=checkbox]:disabled){opacity:1}.master-capability-grid .profile-field.checkbox:has(input[type=checkbox]:disabled) span{color:#3f4f68}@media (max-width:760px){.master-capability-grid{grid-template-columns:1fr}}.model-modal{max-width:860px;width:min(860px,100%)}.model-modal-form{align-items:start}.model-modal-form label{align-content:start}.model-modal-form label>small{min-height:16px}.model-single-capability{grid-template-columns:1fr}.model-modal-footer{justify-content:flex-end;align-items:center;gap:16px;margin-top:6px;padding:6px 6px 2px 0}.profile-modal-form select{background:#ffffff;border:1px solid #cbd6e7;border-radius:12px;color:#07182f;font:inherit;font-size:14px;height:46px;outline:none;padding:0 14px;width:100%}.profile-modal-form select:focus{border-color:#1d74df;box-shadow:0 0 0 3px rgba(29,116,223,.12)}.profile-modal-field small,.profile-modal-form small{color:#657189;font-size:13px;line-height:18px}.profile-modal-field{display:grid;grid-gap:8px;gap:8px}.profile-modal-field.wide{grid-column:1/-1}.profile-modal-field>span{color:#526078;font-size:13px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.master-page.profile-list-page .profile-breadcrumb,.master-page.profile-list-page .profile-breadcrumb a,.master-page.profile-list-page .profile-breadcrumb span,.master-page.profile-list-page .profile-breadcrumb strong{font-size:14px;line-height:20px}.master-page.profile-list-page .master-head h1{font-size:24px;line-height:30px;font-weight:600}.master-page.profile-list-page .master-head p{font-size:13px;line-height:18px}.master-page.profile-list-page .profile-list-actions{gap:14px}.master-page.profile-list-page .profile-create-link,.master-page.profile-list-page .profile-refresh{min-height:42px;font-size:14px;font-weight:700}.master-page.profile-list-page .profile-create-link .material-symbols-outlined,.master-page.profile-list-page .profile-refresh .material-symbols-outlined{font-size:20px}.master-page.profile-list-page .model-toolbar-right,.master-page.profile-list-page .model-toolbar-right span,.master-page.profile-list-page .profile-list-toolbar-v2>span{font-size:13px;line-height:18px;font-weight:700}.master-page.profile-list-page .master-chip,.master-page.profile-list-page .master-empty,.master-page.profile-list-page .master-name-cell strong,.master-page.profile-list-page .master-search input,.master-page.profile-list-page .model-toolbar-v2 select,.master-page.profile-list-page .profile-modal-form input,.master-page.profile-list-page .profile-modal-form select,.master-page.profile-list-page .profile-modal-form textarea,.master-page.profile-list-page .profile-table-v2 td,.master-page.profile-list-page code{font-size:14px;line-height:20px}.master-page.profile-list-page .profile-table-v2 th{font-size:12px;font-weight:800}.master-page.profile-list-page .profile-table-v2 td{font-size:14px;padding:16px 18px}.master-page.profile-list-page .profile-empty-v2,.master-page.profile-list-page .profile-list-footer-v2,.master-page.profile-list-page .profile-table-v2 .mono,.master-page.profile-list-page .profile-table-v2 .muted{font-size:14px;line-height:20px}.master-page.profile-list-page .master-name-cell.compact{gap:12px}.master-page.profile-list-page .master-name-cell.compact span{width:34px;height:34px;font-size:14px}.master-page.profile-list-page .profile-table-actions-v2{gap:10px}.master-page.profile-list-page .profile-table-actions-v2 a,.master-page.profile-list-page .profile-table-actions-v2 button{width:36px;height:36px}.master-page.profile-list-page .profile-table-actions-v2 .material-symbols-outlined{font-size:20px}.model-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.model-capability-summary{background:#f8fbff;border:1px solid #d7e2f3;border-radius:16px;display:grid;grid-gap:12px;gap:12px;padding:16px}.model-capability-summary>span{color:#526078;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.model-capability-summary div{display:flex;flex-wrap:wrap;gap:8px}.model-capability-summary em{background:#eaf3ff;border-radius:999px;color:#0d3775;font-size:12px;font-style:normal;font-weight:800;padding:6px 10px}.model-capability-summary p{color:#657189;margin:0}.modal-capabilities{grid-template-columns:repeat(3,minmax(0,1fr))}.model-advanced-card{grid-column:1/-1;border:1px solid #d7e2f3;border-radius:18px;background:#f8fbff;overflow:hidden;margin-bottom:0}.model-advanced-head{display:grid;grid-gap:12px;gap:12px;padding:18px 20px}.model-advanced-toggle-copy{display:grid;grid-gap:8px;gap:8px;min-width:0}.model-advanced-toggle-copy strong{color:#07182f;font-size:15px}.model-advanced-toggle-copy small{color:#657189;font-size:13px;line-height:1.5;display:block}.model-advanced-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.model-advanced-action{display:inline-flex;align-items:center;gap:8px;border:1px solid #cfe0fb;background:#ffffff;border-radius:999px;color:#0d3775;cursor:pointer;padding:8px 12px}.model-advanced-action b{color:#0d3775;font-size:12px;font-weight:800;letter-spacing:.02em}.model-advanced-actions em{background:#eaf3ff;border-radius:999px;color:#0d3775;font-size:11px;font-style:normal;font-weight:800;letter-spacing:.04em;padding:6px 10px;text-transform:uppercase}.model-advanced-fields{display:grid;grid-gap:16px;gap:16px;padding:0 20px 20px}@media (max-width:760px){.modal-capabilities,.model-detail-grid{grid-template-columns:1fr}.model-advanced-head{padding:16px 18px 14px}.model-advanced-actions{align-items:flex-start}.model-toolbar-right{align-items:stretch;flex-direction:column;margin-left:0;width:100%}}.role-modal{max-width:900px;width:min(900px,100%)}.role-modal-form label>small{color:#657189;font-size:12px;line-height:16px;min-height:16px}.role-modal-form>label{align-content:start}.role-active-check{align-items:center;background:#f8fbff;border:1px solid #d7e2f3;border-radius:14px;display:flex!important;gap:10px!important;padding:12px 14px}.role-active-check input{width:auto}.role-active-check span{color:#07182f!important;font-size:14px!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important}.role-permission-head.compact{margin-bottom:0}.modal-permissions{gap:10px;max-height:250px;overflow:auto;padding:10px;scrollbar-color:#8fb8f4 #edf4ff;scrollbar-gutter:stable;scrollbar-width:thin}.modal-permissions::-webkit-scrollbar{width:10px}.modal-permissions::-webkit-scrollbar-track{background:#edf4ff;border-radius:999px}.modal-permissions::-webkit-scrollbar-thumb{background:#8fb8f4;border:2px solid #edf4ff;border-radius:999px}.modal-permissions::-webkit-scrollbar-thumb:hover{background:#5f95e8}.role-modal-form .role-permission-item{align-items:center;display:flex;flex-direction:row;gap:10px;min-height:38px;padding:9px 10px}.role-modal-form .role-permission-item input{flex:0 0 auto;height:16px;margin:0;width:16px}.role-modal-form .role-permission-item span{color:inherit!important;font-size:12px!important;font-weight:800!important;letter-spacing:.02em!important;line-height:16px!important;text-transform:uppercase!important}.role-permission-summary{background:#f8fbff;border:1px solid #d7e2f3;border-radius:16px;display:grid;grid-gap:12px;gap:12px;padding:16px}.role-permission-summary>span{color:#526078;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.role-permission-summary div{display:flex;flex-wrap:wrap;gap:8px;max-height:220px;overflow:auto}.role-permission-summary em{background:#eaf3ff;border-radius:999px;color:#0d3775;font-size:12px;font-style:normal;font-weight:800;padding:6px 10px}.role-note.wide{grid-column:1/-1}.user-list-page{gap:22px}.user-filter-panel{align-items:end;background:#ffffff;border:1px solid #d7e2f3;border-radius:16px;display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));padding:16px}.user-filter-panel label{display:grid;grid-gap:7px;gap:7px}.user-filter-panel label span{color:#526078;font-size:11px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.user-filter-panel select{background:#ffffff;border:1px solid #cbd6e7;border-radius:12px;color:#07182f;font:inherit;font-size:13px;height:40px;padding:0 12px}.user-filter-panel>div{display:flex;gap:10px}.user-toolbar-v2 .master-search{flex:1 1;max-width:360px}.user-toolbar-right{align-items:center;color:#657189;display:flex;font-size:13px;font-weight:750;gap:12px;margin-left:auto}.user-mini-pager{border:1px solid #d7e2f3;border-radius:10px;display:inline-flex;overflow:hidden}.user-mini-pager button{align-items:center;background:#ffffff;border:0;color:#526078;cursor:pointer;display:inline-flex;height:30px;justify-content:center;width:32px}.user-mini-pager button+button{border-left:1px solid #d7e2f3}.user-mini-pager button:disabled{cursor:not-allowed;opacity:.45}.user-name-cell-v2{align-items:center;display:flex;gap:10px}.user-name-cell-v2>span{align-items:center;background:#eef2f7;border-radius:12px;color:#315b48;display:inline-flex;font-size:12px;font-weight:900;height:32px;justify-content:center;width:32px}.user-name-cell-v2 strong{color:#07182f;font-weight:850}.user-status-chip{border-radius:999px;display:inline-flex;font-size:11px;font-weight:900;letter-spacing:.04em;padding:4px 9px;text-transform:uppercase}.user-status-chip.active{background:#eaf3ff;color:#0d3775}.user-status-chip.inactive{background:#eef2f7;color:#526078}.user-status-chip.suspended{background:#ffdad6;color:#93000a}.user-modal{max-width:760px;width:min(760px,100%)}@media (max-width:900px){.user-filter-panel{grid-template-columns:1fr}.user-toolbar-right,.user-toolbar-v2{align-items:stretch;flex-direction:column}.user-toolbar-v2 .master-search{max-width:none;width:100%}}.auth-simple-page{align-items:center;background:radial-gradient(circle at top left,#dceaff,transparent 35%),#f8f9ff;display:flex;min-height:100vh;justify-content:center;padding:24px}.auth-simple-card{align-items:center;background:#ffffff;border:1px solid #d7e2f3;border-radius:24px;box-shadow:0 24px 70px rgba(7,24,47,.14);display:grid;grid-gap:16px;gap:16px;justify-items:center;max-width:440px;padding:34px;text-align:center;width:100%}.auth-simple-card.wide{max-width:520px}.auth-simple-card img{height:46px;width:auto}.auth-simple-card>.material-symbols-outlined{align-items:center;background:#eaf3ff;border-radius:18px;color:#1d74df;display:inline-flex;font-size:34px;height:64px;justify-content:center;width:64px}.auth-simple-card h1{color:#07182f;font-size:26px;margin:0}.auth-simple-card p{color:#657189;line-height:22px;margin:0}.auth-simple-card form{display:grid;grid-gap:14px;gap:14px;width:100%}.auth-simple-card label{display:grid;grid-gap:8px;gap:8px;text-align:left}.auth-simple-card label span{color:#526078;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.auth-simple-card input{border:1px solid #cbd6e7;border-radius:12px;font:inherit;padding:13px 14px}.auth-simple-card a,.auth-simple-card button{align-items:center;border-radius:12px;display:inline-flex;font-weight:850;justify-content:center;min-height:42px;text-decoration:none}.auth-simple-card button{background:#0f172a;border:0;color:#ffffff;cursor:pointer;width:100%}.auth-simple-card button:disabled{cursor:wait;opacity:.65}.auth-simple-card a{color:#1d74df}.app-dropzone,.partner-logo-drop{position:relative;cursor:pointer}.app-dropzone input,.partner-logo-drop input{position:absolute;inset:0;opacity:0;cursor:pointer}.partner-row-logo{width:28px;height:28px;object-fit:contain;border-radius:8px;background:#eff6ff;border:1px solid #dbeafe}.account-profile-page,.account-security-page{display:grid;grid-gap:24px;gap:24px;width:100%}.account-security-head .profile-secondary{align-items:center;display:inline-flex;gap:8px;line-height:1;text-decoration:none}.account-security-head .profile-secondary .material-symbols-outlined{display:inline-flex;line-height:1}.account-security-head{align-items:flex-end;display:flex;justify-content:space-between}.account-security-kicker{color:#1d74df;display:block;font-size:12px;font-weight:900;letter-spacing:.18em;margin-bottom:8px;text-transform:uppercase}.account-security-head h1{color:#07182f;font-size:32px;line-height:1.1;margin:0}.account-security-head p{color:#657189;font-size:15px;margin:10px 0 0}.account-security-card{background:#ffffff;border:1px solid #d7e2f3;border-radius:24px;box-shadow:0 18px 50px rgba(11,28,48,.08);display:grid;grid-gap:24px;gap:24px;padding:28px;width:100%}.account-security-intro{align-items:center;display:flex;gap:16px}.account-security-icon{align-items:center;background:#eef5ff;border:1px solid #d7e2f3;border-radius:18px;color:#1d74df;display:inline-flex;height:56px;justify-content:center;width:56px}.account-security-icon span{font-size:28px}.account-security-intro h2{color:#07182f;font-size:22px;margin:0}.account-security-intro p{color:#657189;margin:6px 0 0}.account-password-form,.account-password-grid{display:grid;grid-gap:20px;gap:20px}.account-password-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-password-field{display:grid;grid-gap:8px;gap:8px}.account-password-field>span{color:#526078;font-size:12px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.account-password-field>div{align-items:center;border:1px solid #cbd6e7;border-radius:14px;display:flex;overflow:hidden}.account-password-field>div:focus-within{border-color:#1d74df;box-shadow:0 0 0 3px rgba(29,116,223,.12)}.account-password-field input{background:#ffffff;border:0;color:#07182f;flex:1 1;font:inherit;outline:none;padding:14px 16px}.account-password-field button{align-items:center;background:transparent;border:0;color:#657189;cursor:pointer;display:inline-flex;height:48px;justify-content:center;width:48px}.account-security-divider{border-top:1px solid #edf2fb}.account-password-requirements{background:#f8fbff;border:1px solid #d7e2f3;border-radius:16px;color:#526078;display:grid;grid-gap:8px;gap:8px;padding:16px}.account-password-strength{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.account-password-strength-spacer{height:33px;margin-top:10px}.account-password-strength>div{display:grid;grid-gap:6px;gap:6px;grid-template-columns:repeat(4,minmax(0,1fr))}.account-password-strength span{background:#e2e8f0;border-radius:999px;height:7px}.account-password-strength small{color:#657189;font-size:12px}.account-password-strength strong{color:#07182f}.account-password-strength.score-1 span:nth-child(-n+1){background:#b42318}.account-password-strength.score-2 span:nth-child(-n+2),.account-password-strength.score-3 span:nth-child(-n+3){background:#f6a400}.account-password-strength.score-4 span{background:#1d74df}.account-password-requirements strong{color:#07182f;font-size:13px}.account-password-requirement{align-items:center;display:flex;font-size:13px;gap:8px}.account-password-requirement span{color:#94a3b8;font-size:18px}.account-password-requirement.passed span{color:#1d74df}.account-security-actions{align-items:center;border-top:1px solid #edf2fb;display:flex;gap:12px;justify-content:flex-end;padding-top:20px}.account-profile-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:340px minmax(0,1fr)}.account-profile-card{background:#ffffff;border:1px solid #d7e2f3;border-radius:24px;box-shadow:0 18px 50px rgba(11,28,48,.08);padding:28px}.account-avatar-card{align-content:start;display:grid;grid-gap:14px;gap:14px;justify-items:center;text-align:center}.account-avatar-preview{align-items:center;background:linear-gradient(135deg,#eef5ff,#dceaff);border:1px solid #cfe0fb;border-radius:32px;color:#0d3775;display:inline-flex;font-size:42px;font-weight:900;height:128px;justify-content:center;overflow:hidden;width:128px}.account-avatar-preview img{height:100%;object-fit:cover;width:100%}.account-avatar-card h2{color:#07182f;font-size:22px;margin:6px 0 0}.account-avatar-card p{color:#657189;margin:0;text-transform:capitalize}.account-avatar-card small{color:#657189;line-height:1.5}.account-avatar-upload{align-items:center;background:#eef5ff;border:1px solid #cfe0fb;border-radius:14px;color:#0d3775;cursor:pointer;display:inline-flex;font-weight:850;gap:8px;min-height:44px;overflow:hidden;padding:0 16px;position:relative}.account-avatar-upload input{cursor:pointer;inset:0;opacity:0;position:absolute}.account-profile-form-card{display:grid;grid-gap:22px;gap:22px}.account-profile-section-head{align-items:flex-start;border-bottom:1px solid #edf2fb;display:flex;gap:16px;justify-content:space-between;padding-bottom:18px}.account-profile-section-head h2{color:#07182f;font-size:22px;margin:0}.account-profile-section-head p{color:#657189;margin:6px 0 0}.account-profile-badge{background:#fff4db;border-radius:999px;color:#a46300;flex:0 0 auto;font-size:12px;font-weight:850;padding:8px 12px}.account-profile-badge.verified{background:#eef5ff;color:#0d3775}.account-profile-form-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.account-profile-form-grid .wide{grid-column:1/-1}.account-profile-readonly{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.account-profile-readonly>div{background:#f8fbff;border:1px solid #d7e2f3;border-radius:16px;display:grid;grid-gap:6px;gap:6px;padding:16px}.account-profile-readonly span{color:#657189;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.account-profile-readonly strong{color:#07182f;text-transform:capitalize}.account-cancel-button{align-items:center;background:#ffffff;border:1px solid #cbd6e7;border-radius:12px;color:#07182f;display:inline-flex;font-weight:850;justify-content:center;min-height:44px;padding:0 18px;text-decoration:none}.account-cancel-button:hover{background:#eef5ff;border-color:#b9cef0}@media (max-width:760px){.account-password-grid{grid-template-columns:1fr}.account-security-card{padding:20px}.account-profile-form-grid,.account-profile-grid,.account-profile-readonly{grid-template-columns:1fr}.account-profile-form-grid .wide{grid-column:auto}}.core-shell,.core-shell button,.core-shell input,.core-shell select,.core-shell table,.core-shell textarea{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.core-sidebar{width:272px;padding:22px 16px}.core-main{margin-left:272px}.core-topbar{left:272px;height:72px;padding:0 28px}.core-content{padding:96px 28px 28px}.core-sidebar-head{margin-bottom:24px;padding:0 12px 14px}.core-brand-icon{width:44px;height:44px;border-radius:10px}.core-sidebar-head h1{font-size:18px;line-height:24px}.core-sidebar .core-master-trigger,.core-sidebar .core-nav-label,.core-sidebar .core-nav-link,.core-sidebar .core-sidebar-footer .core-nav-link,.core-sidebar .core-subnav-link{font-size:15px;line-height:22px}.core-master-trigger,.core-nav-link,.core-sidebar-footer .core-nav-link{min-height:46px;padding:10px 14px}.core-sidebar .core-subnav{padding-left:38px}.core-sidebar .core-subnav-link{min-height:40px;padding:9px 12px}.core-sidebar .core-master-trigger>.material-symbols-outlined:first-child,.core-sidebar .core-nav-link .material-symbols-outlined{font-size:22px}.core-sidebar .core-master-trigger .core-master-chevron{font-size:20px}.core-search input{height:44px;font-size:14px}.core-avatar,.core-icon-actions,.core-language button,.core-topbar-actions{font-size:14px}.core-page-title h2{font-size:40px;line-height:46px;font-weight:800}.core-page-title p{font-size:16px;line-height:24px}.profile-breadcrumb,.profile-breadcrumb a,.profile-breadcrumb span,.profile-breadcrumb strong{font-size:14px;line-height:20px}.profile-create-link,.profile-primary,.profile-refresh,.profile-secondary{min-height:44px;font-size:14px;line-height:20px}.master-form-hint-block,.master-unified-note{font-size:15px;line-height:22px}.table th{font-size:12px;line-height:18px}.profile-table td,.profile-table th,.table td{font-size:14px;line-height:22px}@media (max-width:900px){.core-sidebar{width:100%}.core-main{margin-left:0}.core-topbar{left:0;padding:0 18px}.core-content{padding:88px 18px 18px}}.master-page.profile-list-page{font-size:15px;line-height:22px}.master-page.profile-list-page .master-head h1{font-size:28px;line-height:34px;font-weight:700;letter-spacing:-.02em}.master-page.profile-list-page .brand-modal-form small,.master-page.profile-list-page .master-form-hint-block p,.master-page.profile-list-page .master-head p,.master-page.profile-list-page .master-search input,.master-page.profile-list-page .master-unified-note p,.master-page.profile-list-page .model-toolbar-right,.master-page.profile-list-page .model-toolbar-right span,.master-page.profile-list-page .model-toolbar-v2 select,.master-page.profile-list-page .profile-empty-v2,.master-page.profile-list-page .profile-list-footer-v2,.master-page.profile-list-page .profile-list-toolbar-v2>span,.master-page.profile-list-page .profile-modal-field>span,.master-page.profile-list-page .profile-modal-form input,.master-page.profile-list-page .profile-modal-form select,.master-page.profile-list-page .profile-modal-form small,.master-page.profile-list-page .profile-modal-form textarea{font-size:15px;line-height:22px}.master-page.profile-list-page .profile-table-v2 th{font-size:11px;line-height:18px;letter-spacing:.01em;padding:15px 18px;text-transform:uppercase}.master-page.profile-list-page .master-chip,.master-page.profile-list-page .master-name-cell strong,.master-page.profile-list-page .profile-table-v2 .mono,.master-page.profile-list-page .profile-table-v2 .muted,.master-page.profile-list-page .profile-table-v2 td,.master-page.profile-list-page code{font-size:15px;line-height:22px}.master-page.profile-list-page .profile-table-actions-v2 a,.master-page.profile-list-page .profile-table-actions-v2 button{width:38px;height:38px;border-radius:12px}.master-page.profile-list-page .master-form-hint-block .material-symbols-outlined,.master-page.profile-list-page .master-unified-note .material-symbols-outlined,.master-page.profile-list-page .profile-create-link .material-symbols-outlined,.master-page.profile-list-page .profile-refresh .material-symbols-outlined,.master-page.profile-list-page .profile-table-actions-v2 .material-symbols-outlined{font-size:20px}.auth2-card,.core-avatar-dropdown,.core-metric,.core-panel,.device-panel,.master-form-card,.master-table-card,.partner-panel,.partner-table-card,.partner-tip,.profile-form-card,.profile-list-card,.report-panel,.report-stat-card,.settings-card,.settings-hero,.settings-panel,.settings-section,.soundbox-detail-card,.soundbox-panel,.task-card,.task-detail-note,.task-detail-section,.task-hub-card,.task-panel,.task-picker-modal{border-radius:12px!important;border-color:var(--hairline)!important;box-shadow:var(--shadow-sm)!important}.core-metric:hover,.core-panel:hover,.report-stat-card:hover,.task-card:hover,.task-hub-card:hover{box-shadow:var(--shadow-md)!important}.core-content,.master-page,.partner-page,.profile-page,.report-page,.settings-page,.task-page{max-width:var(--content-max-width)}.core-content{max-width:none;width:100%}.core-content>*{max-width:none!important;width:100%}:where(.master-page,.partner-page,.terminal-page,.app-page,.task-page,.report-page,.settings-page){min-height:calc(100vh - 132px)}:where(.master-page.profile-list-page,.master-page.user-list-page,.partner-page,.terminal-page,.app-page,.task-page,.report-page){display:flex;flex-direction:column}:where(.app-page)>.app-table-card,:where(.master-page.profile-list-page,.master-page.user-list-page)>.profile-list-card-v2,:where(.partner-page)>.partner-table-card,:where(.report-page)>.report-panel,:where(.terminal-page)>.terminal-list-card{flex:1 1 auto;min-height:460px}:where(.profile-list-card-v2,.master-table-card,.terminal-list-card,.report-panel,.settings-content){display:flex;flex-direction:column}:where(.profile-list-card-v2>.profile-table-wrap-v2,.profile-list-card-v2>.master-table-wrap,.master-table-card>.master-table-wrap,.terminal-list-card>.master-table-wrap,.report-table-wrap,.audit-table-wrap,.task-table-wrap){flex:1 1 auto;min-height:0;background:var(--surface-container-lowest)}.profile-list-card-v2 .profile-list-footer-v2{margin-top:auto}.auth2-head h1,.auth2-head h2,.auth2-title,.core-page-title h2,.master-head h1,.partner-head h1,.profile-page-head h1,.report-hero h1,.settings-hero h1,.task-head h1{color:var(--primary)!important;letter-spacing:-.02em}.auth2-head p,.auth2-subtitle,.core-page-title p,.master-head p,.partner-head p,.profile-page-head p,.report-hero p,.settings-hero p,.task-head p{color:var(--on-surface-variant)!important}.auth2-field input,.auth2-field select,.auth2-field textarea,.core-search input,.master-search input,.master-toolbar select,.partner-env input,.partner-toolbar select,.profile-field input:not([type=checkbox]):not([type=radio]),.profile-field select,.profile-field textarea,.report-filter-grid input,.report-filter-grid select,.report-search-field input,.settings-page input:not([type=checkbox]):not([type=radio]),.settings-page select,.settings-page textarea,.task-picker-search input{border-radius:4px!important;border-color:var(--hairline)!important;background:#ffffff!important;box-shadow:none!important}.auth2-field input:focus,.auth2-field select:focus,.auth2-field textarea:focus,.core-search input:focus,.master-search input:focus,.master-toolbar select:focus,.partner-env input:focus,.partner-toolbar select:focus,.profile-field input:not([type=checkbox]):not([type=radio]):focus,.profile-field select:focus,.profile-field textarea:focus,.report-filter-grid input:focus,.report-filter-grid select:focus,.report-search-field input:focus,.settings-page input:not([type=checkbox]):not([type=radio]):focus,.settings-page select:focus,.settings-page textarea:focus,.task-picker-search input:focus{border-color:var(--primary)!important;box-shadow:var(--shadow-focus)!important;outline:none!important}.auth2-primary,.partner-main-action,.profile-primary,.report-tabs button.active,.settings-primary,.task-card-actions a,.task-card-actions button,.task-hub-card .profile-primary,.task-table-actions a,.task-table-actions button{border-radius:4px!important}.auth2-primary,.partner-main-action,.profile-primary,.settings-primary{background:var(--primary)!important;border-color:var(--primary)!important;color:var(--on-primary)!important}.auth2-primary:hover:not(:disabled),.partner-main-action:hover:not(:disabled),.profile-primary:hover:not(:disabled),.settings-primary:hover:not(:disabled){background:#0a3761!important}.auth2-secondary,.core-avatar,.core-filter-btn,.core-icon-actions button,.core-language button,.partner-form-top-actions .profile-primary,.partner-form-top-actions .profile-secondary,.profile-create-link,.profile-refresh,.profile-secondary,.report-tabs button,.settings-secondary,.task-hub-card .profile-secondary,.task-picker-field-head .profile-secondary{border-radius:4px!important;border-color:var(--hairline)!important}.auth2-secondary,.core-filter-btn,.core-icon-actions button,.core-language button,.partner-form-top-actions .profile-secondary,.profile-create-link,.profile-refresh,.profile-secondary,.report-tabs button,.settings-secondary,.task-hub-card .profile-secondary,.task-picker-field-head .profile-secondary{background:var(--surface)!important;color:var(--primary)!important}.auth2-secondary:hover,.core-filter-btn:hover,.core-icon-actions button:hover,.core-language button:hover,.profile-create-link:hover,.profile-refresh:hover,.profile-secondary:hover,.report-tabs button:hover,.settings-secondary:hover,.task-hub-card .profile-secondary:hover,.task-picker-field-head .profile-secondary:hover{background:var(--surface-container-low)!important}.core-nav-link.active,.core-subnav-link.active,.master-chip.active,.report-tabs button.active,.task-card.is-selected{box-shadow:inset 3px 0 0 var(--brand-teal)!important}.core-nav-link.active,.core-subnav-link.active{background:linear-gradient(90deg,rgba(13,66,117,.16),rgba(13,66,117,.06))!important}.core-sidebar .core-nav-link.active,.core-sidebar .core-subnav-link.active{background:linear-gradient(90deg,rgba(13,66,117,.18),rgba(13,66,117,.08))!important;color:var(--primary)!important;font-weight:800}.core-sidebar .core-nav-link.active .core-nav-label,.core-sidebar .core-nav-link.active .material-symbols-outlined,.core-sidebar .core-subnav-link.active .core-nav-label,.core-sidebar .core-subnav-link.active .material-symbols-outlined{color:var(--primary)!important}.core-table tr:hover td,.master-table tbody tr:hover,.profile-item.active,.report-table tbody tr:hover,.task-card.is-selected,.task-table tbody tr:hover{background:#fbfdff!important}.core-table th,.master-table th,.profile-table-v2 th,.report-table th,.task-table th{background:var(--surface-container-low)!important;color:var(--on-surface-variant)!important;letter-spacing:.08em!important;text-transform:uppercase}.core-table td,.master-table td,.profile-table-v2 td,.report-table td,.task-table td{color:var(--on-surface)!important}.core-command-status,.master-chip,.partner-env strong,.report-stat-card small,.settings-pill,.soundbox-badge,.task-status-pill{border-radius:999px!important}.core-command-status.completed,.master-chip.active,.report-table .accent,.soundbox-badge.active,.task-status-pill{background:rgba(46,158,118,.12)!important;color:#0f6b4a!important}.core-command-status.failed,.error-banner,.profile-alert.error,.task-status-pill.error{background:rgba(186,26,26,.1)!important;color:var(--error)!important}.core-avatar-dropdown-head,.report-hero,.settings-hero,.task-hub-card{background:linear-gradient(135deg,#f8fbff,#eef4ff)!important;border:1px solid var(--hairline)!important}.auth-brand,.core-brand-icon,.sidebar-brand{border-radius:8px!important}@media (max-width:900px){.core-content,.dashboard-content,.master-page,.partner-page,.profile-page,.report-page,.settings-page,.task-page{max-width:none}.core-topbar,.topbar{padding-left:18px!important;padding-right:18px!important}.dashboard-content{padding:24px 18px 32px}}.profile-breadcrumb-link{background:none;border:0;padding:0;color:inherit;font:inherit;cursor:pointer}.profile-breadcrumb-link:hover{color:var(--profile-primary,#0d4275);text-decoration:underline}.group-metrics{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.group-form-grid{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);align-items:start}.group-form-grid,.group-form-main{display:grid;grid-gap:20px;gap:20px}.group-form-main{min-width:0}.group-form-side{display:grid;grid-gap:16px;gap:16px;position:-webkit-sticky;position:sticky;top:24px}.group-form-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px;padding:18px}.group-form-fields label{display:grid;grid-gap:6px;gap:6px;min-width:0;align-content:start}.group-form-fields label>span{color:#33405a;font-size:13px;font-weight:700}.group-form-fields input,.group-form-fields select,.group-form-fields textarea{border:1px solid #d9e1f2;border-radius:10px;padding:10px 12px;font:inherit;color:#17233b;background:#fff;width:100%;min-height:42px;box-sizing:border-box}.group-form-fields select{padding-right:32px}.group-form-fields textarea{resize:vertical}.group-form-fields input:focus,.group-form-fields select:focus,.group-form-fields textarea:focus{outline:none;border-color:#0d4275;box-shadow:0 0 0 3px rgba(13,66,117,.12)}.group-form-fields small{color:#657189;font-size:12px}.group-form-wide{grid-column:1/-1}.group-check-col{width:44px;text-align:center}.group-summary-body{display:grid;grid-gap:12px;gap:12px;padding:18px}.group-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid #edf2fb;color:#657189;font-size:13px}.group-summary-row strong{color:#17233b;font-size:14px}.group-summary-hint{margin:0;padding:12px;border:1px dashed #d9e1f2;border-radius:10px;color:#657189;font-size:12px;line-height:18px}.group-form-actions{display:flex;gap:12px;justify-content:flex-end}@media (max-width:1024px){.group-form-grid{grid-template-columns:minmax(0,1fr)}.group-form-side{position:static}}