:root{--ink:#06183d;--muted:#5c6f8f;--blue:#087cff;--cyan:#39d5ff;--green:#00a96e;--red:#e52a42;--line:rgba(45,107,174,.2);--glass:rgba(227,244,255,.62);--shadow:0 20px 60px rgba(25,91,151,.16);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#c9e7ff 0%,#edf7ff 35%,#a9d8f4 70%,#dff6ff 100%);overflow-x:hidden}.grid-bg{position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 86%);pointer-events:none}.ambient{position:fixed;border-radius:999px;filter:blur(35px);opacity:.55;pointer-events:none}.a1{width:42vw;height:42vw;background:#42cbff;right:-12vw;top:-16vw}.a2{width:34vw;height:34vw;background:#fff0a2;left:-15vw;bottom:-12vw}.glass{background:linear-gradient(145deg,rgba(242,250,255,.76),rgba(178,224,250,.48));border:1px solid rgba(255,255,255,.78);box-shadow:var(--shadow),inset 0 1px rgba(255,255,255,.9);backdrop-filter:blur(24px) saturate(130%)}.hidden{display:none!important}.login-screen{position:relative;z-index:2;min-height:100vh;display:grid;place-items:center;padding:24px}.login-shell{width:min(470px,100%);padding:42px;border-radius:32px}.brand-mark{width:72px;height:72px;border-radius:24px;background:linear-gradient(145deg,#0069ff,#22d9ff);color:white;display:grid;place-items:center;font-size:24px;font-weight:900;box-shadow:0 12px 35px rgba(0,117,255,.28)}.brand-mark.small{width:48px;height:48px;border-radius:16px;font-size:17px}.eyebrow{letter-spacing:.16em;font-size:10px;font-weight:800;color:#1674bd;margin:20px 0 8px}.login-shell h1{font-size:48px;line-height:.9;margin:0;letter-spacing:-.06em}.login-shell h1 span,.hero h1 span{color:var(--blue)}.byline{margin:10px 0 26px;color:var(--muted)}.login-copy{line-height:1.6;color:#3e5579}.login-shell label,.dialog-card label,.rule label{display:block;font-size:12px;font-weight:750;margin:18px 0 8px}input,select{width:100%;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.58);padding:13px 14px;color:var(--ink);outline:none;font:inherit}input:focus,select:focus{border-color:#168dff;box-shadow:0 0 0 4px rgba(22,141,255,.11)}button{border:0;font:inherit;font-weight:760;cursor:pointer}.primary,.secondary,.danger{border-radius:14px;padding:12px 18px;transition:.2s}.primary{background:linear-gradient(135deg,#006aff,#13bfff);color:#fff;box-shadow:0 10px 26px rgba(0,110,255,.24)}.primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(0,110,255,.3)}.secondary{background:rgba(255,255,255,.55);border:1px solid var(--line);color:#0a4f8a}.danger{background:linear-gradient(135deg,#e32543,#ff5a58);color:white}.wide{width:100%;display:flex;justify-content:space-between;margin-top:20px}.secure-note{font-size:11px;color:var(--muted);text-align:center;margin-top:22px}.error{color:#c61633;font-size:12px;min-height:16px}.app-shell{position:relative;z-index:2;min-height:100vh;display:grid;grid-template-columns:250px 1fr;gap:16px;padding:16px}.sidebar{position:sticky;top:16px;height:calc(100vh - 32px);border-radius:28px;padding:22px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:4px}.brand strong,.brand span,.brand small{display:block}.brand strong{font-size:17px}.brand span{font-size:12px;color:var(--blue);font-weight:800;letter-spacing:.08em}.brand small{color:var(--muted);font-size:10px;margin-top:2px}.sidebar nav{margin-top:38px;display:grid;gap:7px}.sidebar nav button{background:transparent;border-radius:14px;text-align:left;padding:12px;color:#47607e}.sidebar nav button i{font-style:normal;width:30px;display:inline-block}.sidebar nav button.active,.sidebar nav button:hover{background:linear-gradient(90deg,rgba(0,116,255,.14),rgba(51,210,255,.08));color:#0069ce}.private-card{margin-top:auto;border-radius:17px;padding:15px;background:linear-gradient(135deg,rgba(0,116,255,.12),rgba(43,214,255,.12));border:1px solid rgba(0,122,255,.15)}.private-card span,.private-card strong,.private-card small{display:block}.private-card span{font-size:9px;letter-spacing:.15em;color:#006ed4;font-weight:900}.private-card strong{font-size:13px;margin:6px 0}.private-card small{color:var(--muted)}.text-button{background:transparent;color:#176ead;padding:12px}.sidebar>.text-button{margin-top:10px}main{min-width:0}.topbar{height:88px;border-radius:26px;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.topbar .eyebrow{margin:0 0 3px}.topbar h2{margin:0;font-size:22px}.top-actions{display:flex;align-items:center;gap:14px;color:var(--muted);font-size:12px}.status-pill{padding:9px 13px;border-radius:99px;background:rgba(255,255,255,.48);border:1px solid var(--line)}.status-pill b{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:7px}.status-pill.good b{background:#00b477;box-shadow:0 0 12px #00b477}.icon-button{width:40px;height:40px;border-radius:13px;background:rgba(255,255,255,.52);color:#0969bd;font-size:20px}.page{display:none;padding:16px 0}.page.active{display:block}.hero{min-height:320px;border-radius:30px;padding:40px;display:grid;grid-template-columns:1.5fr .8fr;align-items:center;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(56,221,255,.36),transparent 68%);right:-60px;top:-90px}.hero h1{font-size:52px;line-height:1;margin:0;letter-spacing:-.055em}.hero>div>p:not(.eyebrow){max-width:650px;color:#405a7d;line-height:1.6}.hero-actions{display:flex;gap:12px;margin-top:24px}.orb-wrap{text-align:center;z-index:1}.orb{width:180px;height:180px;border-radius:50%;margin:auto;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.95),rgba(75,197,255,.56) 42%,rgba(0,92,220,.72));border:1px solid rgba(255,255,255,.9);box-shadow:0 0 0 14px rgba(255,255,255,.15),0 25px 55px rgba(0,104,214,.3),inset 0 0 35px rgba(255,255,255,.7)}.orb.live{background:radial-gradient(circle at 35% 30%,#eafff6,#53efb7 42%,#00885a);box-shadow:0 0 0 14px rgba(25,237,169,.12),0 25px 55px rgba(0,154,102,.3)}.orb strong,.orb span{display:block}.orb strong{font-size:20px}.orb span{font-size:9px;letter-spacing:.15em;margin-top:5px}.orb-wrap p{font-size:11px;color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:14px}.stat{border-radius:20px;padding:18px}.stat span,.stat strong,.stat small{display:block}.stat span{font-size:9px;letter-spacing:.13em;color:#39719c;font-weight:900}.stat strong{font-size:22px;margin:9px 0 3px}.stat small{color:var(--muted)}.account-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}.account{border-radius:22px;padding:20px}.master-card{border-color:rgba(0,126,255,.45)}.account-head{display:flex;align-items:center;gap:12px}.account-head>div:nth-child(2){flex:1}.account-head span:not(.badge){font-size:9px;letter-spacing:.14em;color:var(--muted);font-weight:800}.account h3{margin:3px 0}.broker-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:white;font-weight:900}.angel{background:linear-gradient(135deg,#ff5b30,#a92520)}.kotak{background:linear-gradient(135deg,#ee244c,#7f0e43)}.flat{background:linear-gradient(135deg,#0078ff,#00b8d9)}.badge{border-radius:99px;padding:6px 8px;font-size:9px;font-weight:800}.badge.off{background:rgba(229,42,66,.1);color:#bc1733}.badge.on{background:rgba(0,169,110,.12);color:#008457}.account-meta{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:16px 0;padding:12px 0;gap:8px}.account-meta span,.account-meta strong{display:block}.account-meta span{font-size:10px;color:var(--muted)}.account-meta strong{color:var(--ink);margin-top:4px;font-size:11px}.account .secondary{width:100%}.panel{border-radius:24px;padding:20px;margin-top:14px}.panel-head,.section-title{display:flex;align-items:center;justify-content:space-between}.panel-head .eyebrow,.section-title .eyebrow{margin:0 0 5px}.panel-head h3,.section-title h2{margin:0}.section-title{padding:20px 8px}.section-title>p{color:var(--muted);font-size:12px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:720px}th,td{text-align:left;padding:13px 10px;border-bottom:1px solid rgba(54,106,157,.13);font-size:11px}th{color:#57708c;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.state{padding:5px 8px;border-radius:99px;background:rgba(0,169,110,.12);color:#007c52;font-weight:800}.state.bad{background:rgba(229,42,66,.1);color:#bf1731}.empty{text-align:center;color:var(--muted);padding:28px!important}.large-list,.audit-list{display:grid;gap:12px}.large-card,.audit-row,.rule{border-radius:22px;padding:20px}.large-card{display:grid;grid-template-columns:1fr auto;align-items:center}.large-card h3{margin:0 0 5px}.large-card p{margin:0;color:var(--muted);font-size:12px}.card-actions{display:flex;gap:8px}.rules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.rule h3{margin:0}.rule-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.switch-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}input[type=checkbox]{width:42px;height:23px;accent-color:var(--blue)}.audit-row{display:grid;grid-template-columns:160px 120px 1fr;gap:12px;align-items:start}.audit-row time,.audit-row code{font-size:11px;color:var(--muted)}.audit-row strong{font-size:11px}.audit-row.error{border-left:3px solid var(--red)}footer{text-align:center;color:#56718f;font-size:10px;letter-spacing:.1em;padding:28px}footer span{color:#18a8e5;margin:0 8px}dialog{border:0;background:transparent;padding:0}dialog::backdrop{background:rgba(1,20,54,.35);backdrop-filter:blur(8px)}.dialog-card{width:min(460px,calc(100vw - 32px));border-radius:26px;padding:28px;position:relative}.dialog-close{position:absolute;right:18px;top:15px;background:transparent;font-size:24px;color:var(--muted)}.dialog-card h3{font-size:25px;margin:0}.dialog-card>p:not(.eyebrow):not(.error){color:var(--muted);line-height:1.5}.toast{position:fixed;right:24px;bottom:24px;z-index:20;background:#082b53;color:white;padding:13px 18px;border-radius:14px;box-shadow:var(--shadow);transform:translateY(120px);opacity:0;transition:.3s}.toast.show{transform:translateY(0);opacity:1}.toast.bad{background:#b71935}@media(max-width:1100px){.app-shell{grid-template-columns:90px 1fr}.sidebar{padding:15px}.brand>div:last-child,.sidebar nav button{font-size:0}.sidebar nav button i{font-size:18px;width:auto}.sidebar nav button{text-align:center}.private-card,.sidebar>.text-button{display:none}.brand{justify-content:center}.hero h1{font-size:42px}.stat-grid{grid-template-columns:repeat(2,1fr)}.account-grid{grid-template-columns:1fr}.rules-grid{grid-template-columns:1fr}}@media(max-width:700px){.app-shell{display:block;padding:9px}.sidebar{position:fixed;z-index:10;left:9px;right:9px;top:auto;bottom:8px;height:66px;border-radius:22px;padding:8px}.brand,.private-card,.sidebar>.text-button{display:none}.sidebar nav{margin:0;display:flex;justify-content:space-around}.sidebar nav button{padding:9px 12px}.topbar{height:76px;padding:13px 16px}.status-pill,#clock{display:none}.hero{grid-template-columns:1fr;padding:25px}.hero h1{font-size:39px}.orb-wrap{margin-top:30px}.stat-grid{grid-template-columns:1fr 1fr}.stat{padding:14px}.account-grid{grid-template-columns:1fr}.section-title>p{display:none}.rule-grid{grid-template-columns:1fr}.audit-row{grid-template-columns:1fr}.page{padding-bottom:72px}footer{padding-bottom:86px}}
/* LION BRO / rose, mineral teal and brushed amber */
:root{--ink:#183c40;--muted:#6c7b7e;--blue:#237e82;--cyan:#72bbbd;--line:rgba(39,87,88,.14);--shadow:0 10px 32px rgba(52,62,65,.045);font-family:"Avenir Next","Segoe UI",sans-serif;font-size:13px}body{background:radial-gradient(ellipse at 98% 5%,#e9c9d2,transparent 47%),radial-gradient(ellipse at 0 80%,#c4dcda,transparent 60%),#edf0e9}.grid-bg{display:none}.ambient{opacity:.15}.a1{background:#db91ae}.a2{background:#70bdbd}.glass{background:rgba(252,253,249,.61);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow);backdrop-filter:blur(24px)}.app-shell{grid-template-columns:215px 1fr;gap:30px;padding:24px 30px 24px 20px;max-width:1800px;margin:auto}.sidebar{top:24px;height:calc(100vh - 48px);border-radius:18px;padding:23px 15px;background:rgba(240,248,242,.5);border-color:rgba(255,255,255,.6)}.brand{gap:10px;padding:0}.brand-mark,.brand-mark.small{overflow:hidden;background:#30696a;box-shadow:none;border-radius:12px;width:48px;height:52px;flex-shrink:0}.brand-mark img{width:100%;height:100%;object-fit:cover;object-position:72% center;transform:scale(1.65)}.brand strong{font-size:16px;letter-spacing:.045em}.brand span{font-size:10px;letter-spacing:.21em;color:#317c7c}.brand small{font-size:10px;color:#99795c;margin-top:5px}.sidebar nav{margin-top:50px;gap:10px}.sidebar nav button{font-size:12px;font-weight:600;border-radius:9px;padding:13px;color:#6a7f80}.sidebar nav button.active{background:#24676b;color:#fff;box-shadow:0 5px 12px #24676b20}.sidebar nav button:hover:not(.active){background:#d2e5df;color:#245f62}.sidebar nav button i{font-size:17px;font-weight:400}.private-card{background:linear-gradient(135deg,#d7e8e1,#efdfd9);border:1px solid #b6cac577;border-radius:12px;padding:16px 12px}.private-card span{color:#916e4f;font-size:8px}.private-card strong{font-size:11px;margin:9px 0}.private-card small{font-size:10px}.text-button{color:#397778;font-weight:600;font-size:12px}.topbar{background:transparent;border:0;box-shadow:none;backdrop-filter:none;height:72px;padding:0 2px 18px;border-radius:0}.eyebrow{color:#718886;font-size:9px;letter-spacing:.17em;font-weight:650}.topbar h2{font-size:26px;letter-spacing:-.04em;font-weight:550}.top-actions{font-size:11px}.status-pill{background:#ffffff50;padding:8px 11px;border-color:#adccc4}.status-pill.good b{box-shadow:none;background:#39836d;width:6px;height:6px}.icon-button{background:#f9fbf777;border:1px solid #b8cbc680;color:#367779;border-radius:8px;width:32px;height:32px}.page{padding:0}.hero{min-height:310px;border-radius:16px;padding:32px 36px;grid-template-columns:1fr;align-items:start;background-image:linear-gradient(90deg,rgba(17,58,63,.93),rgba(17,58,63,.7) 37%,rgba(17,58,63,0) 65%),url('/static/lion-portrait.png');background-size:cover;background-position:center 42%;color:#fff;border:1px solid #d1b89a;box-shadow:0 12px 36px #3b626223}.hero:after{display:none}.hero .eyebrow{color:#d7c0a1;margin:0 0 17px;font-size:9px}.hero h1{font-size:48px;font-weight:500;letter-spacing:-.04em;line-height:1.06}.hero h1 span{color:#b3d5cd}.hero>div>p:not(.eyebrow){color:#d0e3dd;max-width:420px;font-size:12px;line-height:1.7;margin:16px 0 0}.hero-actions{margin-top:22px;gap:10px}.primary,.secondary,.danger{border-radius:7px;padding:11px 16px;font-size:11px;font-weight:650;box-shadow:none}.primary{background:#246e70;color:#fff}.primary:hover{background:#185a5e;box-shadow:0 5px 15px #245c6020}.hero .primary{background:#e5b779;color:#243b3c}.hero .danger{background:#ffffff15;border:1px solid #ffffff40;color:#f3dedb}.danger{background:#a95463}.secondary{background:#ffffff50;color:#2c6d70;border:1px solid #b5cdca}.secondary:hover{background:#d6e7e0}.orb-wrap{position:absolute;bottom:24px;right:25px;background:#173c43bf;border:1px solid #ffffff30;border-radius:10px;backdrop-filter:blur(20px);width:217px;padding:13px 16px;text-align:left}.engine-caption{font-size:8px;letter-spacing:.18em;color:#b2ceca}.orb,.orb.live{width:auto;height:auto;border:0;border-radius:0;margin:7px 0;background:none;box-shadow:none;display:block;color:#ebc28e}.orb.live{color:#a0e0be}.orb strong{font-size:15px;letter-spacing:.1em;font-weight:600}.orb span{display:none}.orb-wrap p{font-size:10px!important;color:#c9ddda!important;line-height:1.5;margin:0!important}.stat-grid{gap:0;margin-top:22px;border-top:1px solid #a7bdb75c;border-bottom:1px solid #a7bdb75c}.stat{border:0;border-right:1px solid #a7bdb75c;background:transparent;box-shadow:none;border-radius:0;padding:17px 24px;backdrop-filter:none}.stat:first-child{padding-left:3px}.stat:last-child{border-right:0}.stat span{color:#74817d;font-size:8px;letter-spacing:.13em}.stat strong{font-size:25px;font-weight:500;letter-spacing:-.025em;margin:9px 0 4px;font-variant-numeric:tabular-nums}.stat small{font-size:10px;color:#87928f}.workspace-heading{display:flex;justify-content:space-between;align-items:center;margin:24px 0 12px}.workspace-heading .eyebrow{font-size:8px;margin:0 0 5px}.workspace-heading h3{font-weight:550;margin:0;font-size:18px;letter-spacing:-.025em}.workspace-heading>span{font-size:8px;letter-spacing:.13em;color:#84928e}.account-grid{gap:14px;margin:0}.account{border-radius:12px;padding:19px;background:rgba(248,251,246,.65);border-color:#fff9;position:relative}.account:before{content:'';position:absolute;left:19px;right:19px;top:0;height:2px;background:#cb9aa9}.account.master-card:before{background:#609d9b}.account:last-child:before{background:#c5a071}.account-head{gap:9px;flex-wrap:wrap}.account-head h3{font-size:15px;font-weight:600}.broker-icon{width:34px;height:34px;font-size:14px;border-radius:9px}.angel{background:#e6c1a450;color:#a45d28}.kotak{background:#e5b9c34d;color:#a84760}.flat{background:#acd1cf60;color:#287877}.account-head span:not(.badge){font-size:7px}.badge{font-size:8px;padding:5px 7px;font-weight:500}.badge.off{background:#e0d7d380;color:#8d6c66}.badge.on{background:#d3e6db;color:#3a7963}.account-meta{margin:15px 0 13px;padding:12px 0}.account-meta strong{font-size:10px;font-weight:550}.account-meta span{font-size:9px}.panel{margin-top:22px;border-radius:12px;padding:20px;background:#f7faf477}.panel-head h3{font-size:16px;font-weight:550}.panel-head .eyebrow{font-size:8px}th{font-size:8px;color:#82908a;letter-spacing:.12em;padding-top:18px}td{font-size:10px;border-bottom-color:#b7cac330}.empty{padding:27px!important;color:#8d9a94;font-size:11px}.readiness-note{font-size:10px;color:#857b70;margin:16px 0 0}footer{font-size:8px;padding:20px 0;color:#8a9994;letter-spacing:.14em}footer span{color:#b59870}.large-card,.rule,.audit-row{border-radius:12px}.section-title{padding:18px 0 24px}.section-title h2{font-weight:500}.audit-row code{overflow-wrap:anywhere}.login-screen{background:linear-gradient(90deg,#123e49cc,#123e4920),url('/static/lion-portrait.png') center/cover;justify-items:start;padding-left:10vw}.login-shell{background:#f5f9f0df;width:420px;border-radius:16px;padding:34px}.login-shell h1{font-size:42px;line-height:1;letter-spacing:-.04em}.login-shell h1 span{color:#277576}.login-shell .brand-mark{margin-bottom:24px}.login-copy{font-size:12px}.byline{color:#a07950}.dialog-card{background:#f0f4ecf7;border-radius:14px}.dialog-card h3{font-size:22px;font-weight:550}input,select{border-radius:7px;padding:11px;font-size:12px;background:#ffffff70}input:focus,select:focus{border-color:#438985;box-shadow:0 0 0 3px #43898520}button:disabled{opacity:.45;cursor:not-allowed;transform:none}.toast{background:#245658;border-radius:8px}.mobile-logout{display:none}:focus-visible{outline:2px solid #a87448;outline-offset:3px}
@media(max-width:1200px){.app-shell{grid-template-columns:180px 1fr;gap:20px;padding:18px}.sidebar{padding:18px 12px}.brand strong{font-size:13px}.brand-mark.small{width:38px;height:44px}.account-head .badge{margin-left:43px}.hero h1{font-size:43px}}
@media(min-width:701px) and (max-width:1100px){.brand>div:last-child{font-size:inherit}.sidebar nav button{text-align:left;font-size:12px}.sidebar nav button i{width:25px}.private-card{display:block}.sidebar>.text-button{display:block}.account-grid{grid-template-columns:repeat(3,1fr)}.stat-grid{grid-template-columns:repeat(4,1fr)}.stat{padding:16px 12px}.stat strong{font-size:20px}.orb-wrap{width:170px;right:17px}.hero{padding:28px}}
@media(max-width:850px){.account-grid{grid-template-columns:1fr}.account-head .badge{margin-left:0}.hero h1{font-size:37px}.orb-wrap{position:relative;right:auto;bottom:auto;margin:22px 0 0;width:230px}.hero{background-position:60% center;background-image:linear-gradient(90deg,#123c40eb,#123c4070),url('/static/lion-portrait.png')}}
@media(max-width:700px){.app-shell{display:block;padding:18px 14px}.sidebar{height:64px;top:auto;bottom:9px;left:10px;right:10px;padding:8px;background:#e8f0e9ee;box-shadow:0 0 25px #264b4930}.sidebar nav{margin:0}.sidebar nav button{font-size:0;padding:10px 16px}.sidebar nav button i{font-size:20px;width:auto}.brand,.private-card{display:none}.topbar{height:68px}.topbar h2{font-size:23px}.mobile-logout{display:block;padding:8px}.hero{min-height:380px;padding:25px}.hero h1{font-size:40px}.orb-wrap{width:100%;margin-top:20px;padding:10px 14px}.stat-grid{grid-template-columns:repeat(2,1fr);gap:0}.stat{padding:17px 12px!important;border-bottom:1px solid #a7bdb740}.stat:nth-child(2){border-right:0}.stat strong{font-size:23px}.page{padding-bottom:0}.workspace-heading>span{display:none}.account-grid{grid-template-columns:1fr}.large-card{grid-template-columns:1fr;gap:16px}.card-actions{flex-wrap:wrap}.readiness-note{line-height:1.6}footer{padding-bottom:95px}.login-screen{padding:20px;justify-items:center}.login-shell{padding:28px}.hero-actions button{font-size:10px}.audit-row{grid-template-columns:1fr}.rules-grid{grid-template-columns:1fr}}
.account-explainer{font-size:12px;color:var(--muted);line-height:1.7;margin:0 0 20px}.dialog-card{max-height:90vh;overflow-y:auto}.large-card .card-actions{flex-wrap:wrap;justify-content:flex-end}.account-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.account h3,.large-card h3{overflow-wrap:anywhere}.large-card{gap:18px}.accountDialog input{font-family:inherit}@media(max-width:700px){.section-title{gap:10px}.large-card .card-actions{justify-content:flex-start}.account-grid{grid-template-columns:1fr}}
