@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#172033;background:#f5f7fa;font-synthesis:none;--navy-950: #071427;--navy-900: #0b1b31;--navy-800: #122843;--blue-700: #155ac6;--blue-600: #176bd1;--blue-100: #e8f1ff;--ink: #172033;--muted: #68778d;--subtle: #8a97a9;--line: #dfe5ec;--line-strong: #cbd5e1;--surface: #ffffff;--canvas: #f5f7fa;--green: #187451;--green-bg: #e7f6ef;--amber: #8a5a0a;--amber-bg: #fff3d8;--red: #a8303c;--red-bg: #fdebed;--shadow-sm: 0 1px 2px rgb(15 31 52 / 5%);--shadow-lg: 0 24px 64px rgb(7 20 39 / 18%);--radius: 10px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-width:320px;background:var(--canvas);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}h1,h2,h3,p{margin-top:0}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92em}.sr-only{position:absolute;top:0;left:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:var(--muted)}.compact{margin:0}.align-right{text-align:right}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.button,.icon-button{border:0;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,background .15s,color .15s,box-shadow .15s}.button{min-height:38px;gap:8px;padding:0 14px;font-size:13px;font-weight:700;white-space:nowrap}.button-sm{min-height:31px;padding:0 10px;font-size:12px}.button-primary{color:#fff;background:var(--blue-600);box-shadow:0 1px 2px #176bd138}.button-primary:hover:not(:disabled){background:var(--blue-700)}.button-secondary{color:#263b55;background:#fff;border:1px solid var(--line-strong);box-shadow:var(--shadow-sm)}.button-secondary:hover:not(:disabled){border-color:#9fb1c4;background:#f9fbfd}.button-quiet{color:var(--blue-700);background:transparent;padding-inline:7px}.button-quiet:hover:not(:disabled){background:var(--blue-100)}.button-danger{color:#fff;background:#bd3442}.button-danger:hover:not(:disabled){background:#a92c38}.button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.5}.icon-button{width:34px;height:34px;color:#607089;background:transparent}.icon-button:hover{color:var(--ink);background:#edf1f6}.field{display:grid;gap:7px;color:#435268;font-size:12px;font-weight:700}.field input,.field select,.field textarea,.plan-action select{width:100%;min-height:40px;border:1px solid var(--line-strong);border-radius:7px;outline:none;padding:0 11px;color:var(--ink);background:#fff;font-size:13px;font-weight:500;transition:border-color .15s,box-shadow .15s}.field textarea{padding-block:10px;resize:vertical;line-height:1.45}.field input:focus,.field select:focus,.field textarea:focus,.plan-action select:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px #176bd11f}.field input:disabled,.field select:disabled,.field textarea:disabled{color:#607089;background:#f4f6f8}.field>small{color:var(--muted);font-weight:500;line-height:1.4}.field-error{color:var(--red)!important}.badge{display:inline-flex;align-items:center;width:fit-content;gap:6px;min-height:23px;padding:0 8px;border-radius:999px;color:#4f6075;background:#eef2f6;font-size:10px;line-height:1;font-weight:700;white-space:nowrap}.badge i{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.75}.badge-active,.badge-allowed,.badge-healthy,.badge-complete,.badge-synced{color:var(--green);background:var(--green-bg)}.badge-draft,.badge-pending,.badge-partial,.badge-draining,.badge-degraded,.badge-past-due{color:var(--amber);background:var(--amber-bg)}.badge-error,.badge-failed,.badge-disabled,.badge-banned,.badge-cancelled,.badge-incomplete,.badge-drifted{color:var(--red);background:var(--red-bg)}.badge-viewer{color:#53647b;background:#edf1f5}.badge-commercial{color:#195da9;background:#e8f2fe}.badge-admin{color:#7044a1;background:#f1eafd}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.sidebar{position:sticky;top:0;z-index:30;height:100vh;display:flex;flex-direction:column;padding:20px 14px 14px;color:#c5d1e0;background:linear-gradient(180deg,var(--navy-900),var(--navy-950));border-right:1px solid rgb(255 255 255 / 6%)}.sidebar-brand{min-height:48px;display:flex;align-items:center;gap:11px;padding:0 10px 19px}.sidebar-brand img{width:29px;height:29px;object-fit:contain}.sidebar-brand>span{display:grid;line-height:1.05}.sidebar-brand strong{color:#fff;font-size:15px;letter-spacing:-.01em}.sidebar-brand small{margin-top:5px;color:#8193aa;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.sidebar-brand .icon-button{display:none;margin-left:auto;color:#b9c7d8}.nav-label{padding:7px 11px 8px;color:#62768f;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.sidebar nav{display:grid;gap:3px}.sidebar nav button{width:100%;height:41px;display:flex;align-items:center;gap:11px;border:0;border-radius:7px;padding:0 11px;color:#9eafc3;background:transparent;cursor:pointer;font-size:13px;font-weight:600;text-align:left;transition:color .15s,background .15s}.sidebar nav button svg{width:17px;height:17px}.sidebar nav button:hover{color:#e9f2fc;background:#ffffff0d}.sidebar nav button.active{color:#fff;background:#193a60;box-shadow:inset 2px 0 #55a4ff}.operator-card{margin-top:auto;display:grid;grid-template-columns:33px minmax(0,1fr) 34px;align-items:center;gap:9px;padding:13px 7px 2px;border-top:1px solid rgb(255 255 255 / 9%)}.operator-avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#dcecff;background:#1d426a;font-size:12px;font-weight:700}.operator-card>div:nth-child(2){min-width:0;display:grid;justify-items:start;gap:5px}.operator-card strong{width:100%;overflow:hidden;color:#e7edf5;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.operator-card .badge{min-height:18px;padding:0 6px;font-size:8px}.operator-card .icon-button{color:#8193aa}.workspace{min-width:0}.workspace-inner{width:min(1480px,100%);margin:0 auto;padding:30px 34px 56px}.page-header{min-height:72px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.eyebrow{margin:0 0 6px;color:#687e98;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.page-header h1{margin:0;color:#142036;font-size:24px;line-height:1.15;letter-spacing:-.035em}.page-description{max-width:620px;margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.page-actions{padding-top:3px}.mobile-bar,.sidebar-backdrop{display:none}.surface{margin-bottom:18px;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.surface:not(.flush){padding:20px}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:18px}.metric{min-height:104px;display:flex;flex-direction:column;padding:17px 18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.metric>span{color:var(--muted);font-size:11px;font-weight:600}.metric strong{margin-top:8px;color:#162238;font-size:22px;line-height:1;letter-spacing:-.03em}.metric small{margin-top:auto;padding-top:8px;color:var(--subtle);font-size:10px}.table-toolbar{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 16px;border-bottom:1px solid var(--line)}.table-toolbar h2{margin:0;color:var(--ink);font-size:14px}.table-toolbar p{margin:4px 0 0;color:var(--muted);font-size:10px}.search-field{position:relative;display:block;width:min(340px,100%)}.search-field svg{position:absolute;top:10px;left:11px;color:#8795a7}.search-field input{width:100%;height:37px;border:1px solid var(--line-strong);border-radius:7px;outline:none;padding:0 11px 0 35px;color:var(--ink);background:#fbfcfd;font-size:12px}.search-field input:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px #176bd11a;background:#fff}.table-scroll{width:100%;overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:12px 15px;border-bottom:1px solid #e9edf2;text-align:left;vertical-align:middle;font-size:11px}th{height:37px;padding-block:9px;color:#68788e;background:#f8fafc;font-size:9px;font-weight:700;letter-spacing:.055em;text-transform:uppercase}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafcff}td strong{font-weight:700}td small{display:block;margin-top:3px;color:var(--muted);font-size:9px}.primary-cell,.product-cell{display:flex;align-items:center;gap:10px}.primary-cell>span:last-child,.product-cell>span:last-child{min-width:0}.avatar,.product-logo{flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#265f99;background:#e9f2fc;font-size:11px;font-weight:700}.avatar-person{color:#67489a;background:#f0eafa}.product-logo{overflow:hidden;color:#586b82;background:#eef2f6}.product-logo img{width:100%;height:100%;object-fit:cover}.version{display:inline-block;padding:3px 7px;border:1px solid var(--line);border-radius:5px;color:#526178;background:#f8fafc;font-family:ui-monospace,monospace;font-size:10px}.provider-name{font-weight:600;text-transform:capitalize}.empty-state,.loading-state{min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;color:var(--muted);text-align:center}.empty-state>span{width:44px;height:44px;display:grid;place-items:center;margin-bottom:13px;border-radius:12px;color:#55708f;background:#eef3f8}.empty-state strong{color:var(--ink);font-size:13px}.empty-state p{max-width:360px;margin:6px 0 0;font-size:11px;line-height:1.5}.loading-state{min-height:210px;gap:10px;font-size:11px}.loading-state svg{color:var(--blue-600)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;justify-content:flex-end;background:#0714277a;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);animation:fade-in .15s ease-out}@keyframes fade-in{0%{opacity:0}}.drawer{width:min(610px,100vw);height:100%;overflow:auto;background:#fff;box-shadow:var(--shadow-lg);animation:slide-in .2s ease-out}.drawer-wide{width:min(760px,100vw)}@keyframes slide-in{0%{transform:translate(20px);opacity:.6}}.drawer-header{position:sticky;top:0;z-index:3;min-height:91px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px 17px;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.drawer-header h2{margin:0;color:#152239;font-size:20px;letter-spacing:-.025em}.drawer-header>div>p:last-child{margin:5px 0 0;color:var(--muted);font-size:11px}.drawer-content{padding:19px 24px 32px}.summary-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:23px;border:1px solid var(--line);border-radius:9px;background:#f8fafc}.summary-strip>div{min-width:0;display:grid;align-content:center;gap:6px;min-height:70px;padding:12px 15px;border-right:1px solid var(--line)}.summary-strip>div:last-child{border-right:0}.summary-strip span:not(.badge){color:var(--muted);font-size:9px;font-weight:600;text-transform:uppercase}.summary-strip strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize}.drawer-section{margin:0;padding:20px 0;border-top:1px solid var(--line)}.drawer-section:first-of-type{border-top:0}.drawer-section>header{display:flex;gap:10px;margin-bottom:13px}.drawer-section>header>span{color:#62738a}.drawer-section h3{margin:0;font-size:13px}.drawer-section header p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.45}.description-list{margin:0;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:8px;overflow:hidden}.description-list>div{min-height:59px;display:grid;align-content:center;gap:4px;padding:10px 13px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.description-list>div:nth-child(2n){border-right:0}.description-list>div:nth-last-child(-n+2){border-bottom:0}.description-list dt{color:var(--muted);font-size:9px}.description-list dd{margin:0;overflow-wrap:anywhere;font-size:11px;font-weight:600}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.resource{min-height:66px;display:flex;align-items:center;gap:10px;padding:11px;border:1px solid var(--line);border-radius:8px}.resource>span{width:31px;height:31px;display:grid;place-items:center;border-radius:7px;color:#3d6d9f;background:#edf5fc}.resource svg{width:15px}.resource>div{display:grid}.resource strong{font-size:15px}.resource small{color:var(--muted);font-size:9px}.subscription-actions{display:grid;gap:10px}.plan-action{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.plan-action select{height:38px}.button-row{display:flex;gap:8px}.read-only-note{padding:12px;border-radius:7px;color:#5d6d80;background:#f2f5f8;font-size:10px}.payment-list{border:1px solid var(--line);border-radius:8px;overflow:hidden}.payment-row{min-height:61px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 13px;border-bottom:1px solid var(--line)}.payment-row:last-child{border-bottom:0}.payment-row>div{display:flex;align-items:center;gap:8px}.payment-row>div:first-child{display:grid;gap:3px}.payment-row strong{font-size:12px}.payment-row span{color:var(--muted);font-size:9px}.overlay-centered{align-items:center;justify-content:center;padding:18px;z-index:100}.dialog{width:min(440px,100%);display:grid;grid-template-columns:38px 1fr;gap:13px;padding:22px;border-radius:12px;background:#fff;box-shadow:var(--shadow-lg)}.dialog-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;color:var(--amber);background:var(--amber-bg)}.dialog h2{margin:1px 0 6px;font-size:16px}.dialog p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.dialog>.field,.dialog-actions{grid-column:1 / -1}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:3px}.plan-form{padding:0 24px 30px}.form-section{display:grid;grid-template-columns:165px minmax(0,1fr);gap:24px;margin:0;padding:25px 0;border-bottom:1px solid var(--line)}.form-section>header h3{margin:0;font-size:13px}.form-section>header p{margin:6px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.span-2{grid-column:span 2}.logo-input,.money-input{display:flex;align-items:center}.logo-input>img,.logo-input>svg{flex:0 0 auto;width:38px;height:38px;margin-right:8px;border:1px solid var(--line);border-radius:7px;object-fit:cover;padding:6px;color:#61738a;background:#f7f9fb}.logo-input input{min-width:0}.money-input{position:relative}.money-input span{position:absolute;left:11px;color:var(--muted);font-size:9px;font-weight:700}.money-input input{padding-left:42px}.collector-state,.callout{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:start;gap:12px;margin:18px 0 0;padding:14px;border:1px solid #cfe4d9;border-radius:9px;background:#f2faf6}.collector-state-warning{border-color:#efd9a9;background:#fff9eb}.collector-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:var(--green);background:var(--green-bg)}.collector-state-warning .collector-icon{color:var(--amber);background:var(--amber-bg)}.collector-state strong,.callout strong{font-size:11px}.collector-state p,.callout p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.45}.collector-state small{display:block;margin-top:6px;color:#7b6031;font-family:ui-monospace,monospace;font-size:8px}.callout{grid-template-columns:28px 1fr;border-color:#caddf4;background:#f2f7fd}.callout>svg{color:#3473b8}.callout-error{border-color:#efc5ca;background:#fff5f6}.callout-error>svg{color:var(--red)}.form-footer{padding-top:20px}.reason-field{max-width:100%}.form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.publish-help{margin:8px 0 0;color:var(--amber);font-size:9px;text-align:right}.provider-summary{display:grid;grid-template-columns:1fr 1fr auto;gap:0;margin-bottom:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm)}.provider-summary>div{min-height:78px;display:flex;align-items:center;gap:11px;padding:14px 18px;border-right:1px solid var(--line)}.provider-summary>div:last-child{border-right:0}.summary-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:8px;color:#2e689f;background:#edf4fb}.summary-icon svg{width:17px}.provider-summary>div>div{display:grid;gap:4px}.provider-summary span{color:var(--muted);font-size:9px}.provider-summary strong{font-size:12px;text-transform:capitalize}.provider-summary .summary-action{justify-content:flex-end}.provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.provider-card{margin:0;padding:0!important}.provider-card>header{display:flex;align-items:center;gap:11px;padding:17px 18px;border-bottom:1px solid var(--line)}.provider-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:#fff;background:#1b3b61;font-size:11px;font-weight:700}.provider-card h2{margin:0;font-size:14px}.provider-card header p{margin:3px 0 0;color:var(--muted);font-size:9px}.default-pill{margin-left:auto;display:flex;align-items:center;gap:4px;padding:5px 8px;border-radius:999px;color:var(--blue-700);background:var(--blue-100);font-size:9px;font-weight:700}.provider-status{display:grid;grid-template-columns:repeat(3,1fr);padding:15px 18px}.provider-status>div{display:grid;align-content:start;gap:7px;padding-right:10px}.provider-status span:not(.badge){color:var(--muted);font-size:9px}.provider-status strong{font-size:9px;font-weight:600}.provider-warning{display:flex;align-items:flex-start;gap:9px;margin:0 18px 14px;padding:10px;border-radius:7px;color:#7a570f;background:var(--amber-bg);font-size:9px;line-height:1.45}.provider-warning svg{flex:0 0 auto}.capabilities{display:grid;gap:8px;padding:0 18px 16px}.capabilities>span{color:var(--muted);font-size:9px}.capabilities>div{display:flex;flex-wrap:wrap;gap:5px}.capabilities small{padding:4px 7px;border:1px solid var(--line);border-radius:5px;color:#52647b;background:#f8fafc;font-size:8px}.provider-card footer{display:flex;justify-content:flex-end;gap:5px;padding:11px 14px;border-top:1px solid var(--line);background:#fbfcfd}.filter-row{display:flex;gap:8px}.select-filter{position:relative;display:flex;align-items:center}.select-filter svg{position:absolute;left:10px;color:#7b8a9d;pointer-events:none}.select-filter select{height:37px;border:1px solid var(--line-strong);border-radius:7px;padding:0 28px 0 31px;color:var(--ink);background:#fff;font-size:11px}.action-code{color:#315f92;padding:3px 6px;border-radius:4px;background:#edf4fb}.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.role-card{min-height:105px;display:flex;gap:12px;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.role-card>span{flex:0 0 auto;width:33px;height:33px;display:grid;place-items:center;border-radius:8px;color:#526f91;background:#eef3f8}.role-card svg{width:16px}.role-card strong{font-size:12px}.role-card p{margin:5px 0 0;color:var(--muted);font-size:9px;line-height:1.45}.role-select{height:32px;border:1px solid var(--line-strong);border-radius:6px;padding:0 26px 0 9px;color:var(--ink);background:#fff;font-size:10px;font-weight:600}.drawer-form{display:grid;gap:17px;padding:22px 24px 30px}.identity-illustration{display:flex;gap:11px;padding:13px;border-radius:8px;color:#285d94;background:#edf5fd}.identity-illustration>svg{flex:0 0 auto;width:19px}.identity-illustration strong{display:block;color:#254e7a;font-size:11px}.identity-illustration p{margin:4px 0 0;color:#5d7895;font-size:9px}.drawer-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.toasts{position:fixed;z-index:140;right:20px;bottom:20px;width:min(390px,calc(100vw - 32px));display:grid;gap:9px}.toast{display:grid;grid-template-columns:22px minmax(0,1fr) 30px;align-items:start;gap:10px;padding:13px 11px 13px 14px;border:1px solid var(--line);border-radius:9px;color:var(--ink);background:#fff;box-shadow:0 15px 40px #0714272b;animation:toast-in .2s ease-out}@keyframes toast-in{0%{transform:translateY(8px);opacity:0}}.toast>svg{width:19px;color:#3e759f}.toast-success>svg{color:var(--green)}.toast-error>svg{color:var(--red)}.toast strong{display:block;font-size:11px}.toast p{margin:4px 0 0;color:var(--muted);font-size:9px;line-height:1.45}.app-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:13px;color:#7d8da1;background:var(--navy-950);font-size:11px}.app-loading img{width:38px}.loading-bar{width:92px;height:2px;overflow:hidden;border-radius:2px;background:#21344d}.loading-bar:after{content:"";display:block;width:42%;height:100%;background:#56a3ff;animation:loading 1s ease-in-out infinite alternate}@keyframes loading{to{transform:translate(140%)}}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(500px,1.1fr);padding:0;background:#fff}.auth-brand{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:44px 52px;color:#fff;background:linear-gradient(145deg,#071427,#102b4b 68%,#0b2038)}.auth-brand:after{content:"";position:absolute;width:560px;height:560px;right:-350px;bottom:-330px;border:1px solid rgb(100 173 255 / 23%);border-radius:50%;box-shadow:0 0 0 80px #2c6fb90d,0 0 0 160px #2c6fb90a}.auth-brand-lockup{display:flex;align-items:center;gap:12px}.auth-brand-lockup img{width:31px}.auth-brand-lockup span{display:grid}.auth-brand-lockup strong{font-size:15px}.auth-brand-lockup small{margin-top:2px;color:#89a0ba;font-size:9px;text-transform:uppercase;letter-spacing:.09em}.auth-copy{position:relative;z-index:1;max-width:490px;margin:auto 0}.auth-copy .eyebrow{color:#66aaf7}.auth-copy h1{max-width:460px;margin:0;font-size:clamp(32px,3.3vw,50px);line-height:1.05;letter-spacing:-.05em}.auth-copy>p:last-child{max-width:455px;margin:22px 0 0;color:#9eb0c5;font-size:14px;line-height:1.65}.auth-assurance{position:relative;z-index:1;display:flex;gap:11px;align-items:flex-start;max-width:400px;padding-top:24px;border-top:1px solid rgb(255 255 255 / 11%)}.auth-assurance svg{flex:0 0 auto;width:18px;color:#60a9fb}.auth-assurance span{display:grid;gap:4px}.auth-assurance strong{font-size:10px}.auth-assurance small{color:#8195ae;font-size:9px;line-height:1.45}.auth-panel{display:grid;place-items:center;padding:40px}.auth-card{width:min(390px,100%);display:grid;gap:17px}.auth-card header{margin-bottom:7px}.auth-card h2{margin:0;font-size:25px;letter-spacing:-.035em}.auth-card header>p:last-child{margin:8px 0 0;color:var(--muted);font-size:12px}.auth-card>.button-primary{width:100%;margin-top:3px}.auth-card>.button-quiet{justify-self:center}.auth-error{padding:10px 12px;border:1px solid #efcbd0;border-radius:7px;color:var(--red);background:#fff6f7;font-size:10px;line-height:1.45}.auth-card footer{margin-top:6px;padding-top:17px;border-top:1px solid var(--line);color:#8a97a9;font-size:9px;text-align:center}@media(max-width:1060px){.app-shell{grid-template-columns:214px minmax(0,1fr)}.workspace-inner{padding-inline:24px}.metrics-grid{grid-template-columns:repeat(2,1fr)}.provider-grid{grid-template-columns:1fr}.form-section{grid-template-columns:140px minmax(0,1fr);gap:18px}}@media(max-width:760px){.app-shell{display:block}.sidebar{position:fixed;left:0;width:min(280px,88vw);transform:translate(-105%);transition:transform .2s ease}.sidebar.open{transform:translate(0)}.sidebar-brand .icon-button{display:inline-flex}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:29;background:#0714277f}.sidebar-backdrop.visible{display:block}.mobile-bar{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#fff;background:var(--navy-900)}.mini-brand{display:flex;align-items:center;gap:9px;font-size:13px}.mini-brand img{width:24px}.mobile-bar .icon-button{color:#fff}.workspace-inner{padding:22px 16px 42px}.page-header{margin-bottom:18px}.page-header h1{font-size:22px}.page-description{max-width:440px}.table-toolbar{align-items:flex-start;flex-direction:column;gap:12px}.table-toolbar .search-field,.filter-row{width:100%}.filter-row .search-field{flex:1}.provider-summary{grid-template-columns:1fr 1fr}.provider-summary>div:nth-child(2){border-right:0}.provider-summary .summary-action{grid-column:1 / -1;min-height:58px;border-top:1px solid var(--line);justify-content:flex-start}.role-grid,.auth-page{grid-template-columns:1fr}.auth-brand{min-height:280px;padding:28px 30px}.auth-copy{margin:48px 0}.auth-copy h1{font-size:32px}.auth-copy>p:last-child{margin-top:14px;font-size:12px}.auth-assurance{display:none}.auth-panel{padding:40px 24px 56px}}@media(max-width:560px){.page-header{flex-direction:column;gap:13px}.page-actions{padding:0}.metrics-grid{grid-template-columns:1fr 1fr;gap:9px}.metric{min-height:94px;padding:14px}.metric strong{font-size:19px}.drawer-header,.drawer-content,.plan-form,.drawer-form{padding-inline:18px}.summary-strip{grid-template-columns:1fr}.summary-strip>div{min-height:57px;border-right:0;border-bottom:1px solid var(--line)}.summary-strip>div:last-child{border-bottom:0}.description-list,.resource-grid{grid-template-columns:1fr}.description-list>div{border-right:0}.description-list>div:nth-last-child(2){border-bottom:1px solid var(--line)}.plan-action{grid-template-columns:1fr}.button-row{align-items:stretch;flex-direction:column}.form-section{grid-template-columns:1fr;gap:14px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.collector-state{grid-template-columns:34px minmax(0,1fr)}.collector-state .button{grid-column:1 / -1}.form-actions{flex-wrap:wrap}.provider-status{grid-template-columns:1fr 1fr;gap:16px}.provider-status>div:last-child{grid-column:1 / -1}.provider-card footer{flex-wrap:wrap;justify-content:flex-start}.filter-row{flex-direction:column}.select-filter select{width:100%}.auth-brand{min-height:240px}.auth-copy{margin:36px 0}}
