.server-control{display:grid;grid-gap:18px;gap:18px}.server-control-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.server-control-head h2{margin:4px 0 7px;font-size:24px}.server-control-head p{margin:0}.capacity-strip{display:flex;flex-wrap:wrap;gap:9px}.capacity-strip>span{display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--muted);font-size:11px}.capacity-strip svg{color:var(--primary)}.capacity-strip strong{color:var(--text)}.server-empty{min-height:330px;display:grid;justify-items:center;align-content:center;padding:40px;border:1px dashed #323844;border-radius:16px;background:radial-gradient(circle at 50% 15%,#ff650010,transparent 40%),var(--panel);text-align:center}.server-empty>span{display:grid;place-items:center;width:56px;height:56px;border-radius:17px;background:#ff650014;color:#ff8842;border:1px solid #ff650025}.server-empty h3{margin:17px 0 7px}.server-empty p{max-width:500px;margin:0 0 20px;color:var(--muted);font-size:13px;line-height:1.6}.server-list-toolbar{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.server-list-toolbar>span{display:flex;align-items:center;gap:7px}.server-fleet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:13px;gap:13px}.fleet-card{padding:16px;border:1px solid var(--line);border-radius:13px;background:linear-gradient(145deg,var(--panel),#10131a);transition:border-color .2s,transform .2s,box-shadow .2s}.fleet-card:hover{transform:translateY(-2px);border-color:#3b424f}.fleet-card.selected{border-color:#ff7d35;box-shadow:0 0 0 3px #ff650010}.fleet-card>header{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;grid-gap:10px;gap:10px}.fleet-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#ffffff08;color:#ff8c49}.fleet-card>header>div{display:grid;grid-gap:3px;gap:3px;min-width:0}.fleet-card>header a{color:var(--text);font-weight:750;overflow:hidden;text-overflow:ellipsis}.fleet-card>header small{color:var(--muted);font-size:9px}.compare-check{cursor:pointer}.compare-check input{position:absolute;opacity:0}.compare-check i{display:grid;place-items:center;width:19px;height:19px;border:1px solid #39404d;border-radius:6px;color:transparent;font-style:normal}.compare-check input:checked+i{border-color:#ff6c19;background:#ff6500;color:#15100c}.compare-check input:disabled+i{opacity:.35;cursor:not-allowed}.fleet-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px;margin:16px 0}.fleet-stats>span{display:grid;grid-gap:4px;gap:4px;padding:9px;border-radius:8px;background:#090b1080}.fleet-stats small{color:var(--muted);font-size:9px}.fleet-stats strong{font-size:12px}.fleet-tags{display:flex;flex-wrap:wrap;gap:5px;min-height:20px}.fleet-tags span{display:flex;align-items:center;gap:4px;padding:4px 6px;border-radius:5px;background:#20242d;color:#929baa;font-size:9px}.maintenance-badge{margin:0 0 9px;padding:7px 9px;border:1px solid #8f6a243d;border-radius:7px;background:#382d19;color:#edbf69;font-size:10px}.fleet-card>footer{display:flex;align-items:center;justify-content:space-between;margin-top:13px;padding-top:12px;border-top:1px solid var(--line);color:var(--muted);font-size:9px}.server-comparison{border:1px solid var(--line);border-radius:14px;background:var(--panel);overflow:hidden}.server-comparison>header{display:flex;align-items:center;gap:10px;padding:16px 18px;border-bottom:1px solid var(--line)}.server-comparison>header svg{color:#ff8842}.server-comparison h3,.server-comparison p{margin:0}.server-comparison p{color:var(--muted);font-size:10px}.comparison-scroll{overflow:auto}.server-comparison table{width:100%;border-collapse:collapse;font-size:11px}.server-comparison td,.server-comparison th{min-width:145px;padding:11px 14px;border-bottom:1px solid var(--line);text-align:left}.server-comparison th:first-child{min-width:120px;color:var(--muted);font-weight:550}.server-comparison thead th{background:#11141a;color:var(--text)}.server-comparison a{color:#ff9557}.server-wizard{width:min(820px,calc(100vw - 30px));max-height:calc(100vh - 30px);overflow:auto;border:1px solid #343a45;border-radius:17px;background:#101218;box-shadow:0 35px 100px #000b}.server-wizard>header{display:flex;justify-content:space-between;align-items:center;padding:20px 23px;border-bottom:1px solid var(--line)}.server-wizard>header h2{margin:4px 0 0}.server-wizard>header>button{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:9px;background:transparent;color:var(--muted);cursor:pointer}.wizard-progress{display:grid;grid-template-columns:repeat(4,1fr);padding:15px 23px;border-bottom:1px solid var(--line);background:#0c0e13}.wizard-progress>span{position:relative;display:flex;align-items:center;gap:7px;color:#5f6877;font-size:10px}.wizard-progress>span:not(:last-child):after{content:"";position:absolute;left:30px;right:10px;bottom:-7px;height:2px;background:#262b34}.wizard-progress>span i{display:grid;place-items:center;width:22px;height:22px;border:1px solid #343b47;border-radius:50%;font-style:normal}.wizard-progress>span.active{color:#ff9557}.wizard-progress>span.active i{border-color:#ff6b17;background:#ff650013}.wizard-progress>span.done{color:#6edb9e}.wizard-progress>span.done i{border-color:#2a6845;background:#173426}.wizard-progress>span.done:after{background:#285f42}.wizard-body{padding:23px}.installation-step,.registration-form{display:grid;grid-gap:17px;gap:17px}.adapter-picker{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:9px;gap:9px}.adapter-picker input{position:absolute;opacity:0}.adapter-picker span{display:grid;grid-template-columns:auto 1fr;grid-column-gap:10px;column-gap:10px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:10px;background:#0d0f14;cursor:pointer}.adapter-picker svg{grid-row:1/3;color:#747e8e}.adapter-picker strong{font-size:12px}.adapter-picker small{color:var(--muted);font-size:9px}.adapter-picker input:checked+span{border-color:#ff7430;background:#ff65000c;box-shadow:0 0 0 3px #ff65000b}.registration-form textarea{resize:vertical}.registration-form>footer{display:flex;justify-content:flex-end;gap:8px;padding-top:3px}.wizard-warning{padding:11px;border:1px solid #7a552e;border-radius:8px;background:#2f2418;color:#e0ad6f;font-size:11px}.install-success{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid #28583d;border-radius:10px;background:#14261b;color:#72dca1}.install-success>div{display:grid;grid-gap:3px;gap:3px}.install-success span{font-size:10px;color:#80b99a}.install-fields{display:grid;grid-gap:5px;gap:5px}.install-fields small{color:var(--muted);font-size:9px}.copy-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.copy-grid>button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:8px;gap:8px;min-width:0;padding:11px;border:1px solid var(--line);border-radius:9px;background:#0c0e13;color:var(--text);text-align:left;cursor:pointer}.copy-grid>button:hover{border-color:#ff7430}.copy-grid>button>span{display:grid;grid-gap:2px;gap:2px;min-width:0}.copy-grid small{color:var(--muted);font-size:8px}.copy-grid code{overflow:hidden;text-overflow:ellipsis;font-size:9px}.installation-actions{display:flex;justify-content:space-between;gap:9px}.handshake-complete,.handshake-wait{display:grid;justify-items:center;padding:48px 24px;text-align:center}.handshake-radar{position:relative;display:grid;place-items:center;width:82px;height:82px;margin-bottom:22px;border:1px solid #ff7a2e55;border-radius:50%;background:#ff65000d;color:#ff8741}.handshake-radar:after,.handshake-radar:before{content:"";position:absolute;inset:-12px;border:1px solid #ff650025;border-radius:50%;animation:radar-pulse 2s ease-out infinite}.handshake-radar:after{inset:-25px;animation-delay:.7s}@keyframes radar-pulse{0%{opacity:1;transform:scale(.85)}to{opacity:0;transform:scale(1.12)}}.handshake-complete h3,.handshake-wait h3{margin:8px 0}.handshake-complete p,.handshake-wait p{max-width:540px;margin:0 0 19px;color:var(--muted);font-size:12px;line-height:1.6}.handshake-details{display:flex;gap:8px;margin-bottom:22px}.handshake-details span{display:flex;align-items:center;gap:6px;padding:7px 9px;border-radius:7px;background:#0a0c11;color:#8e97a6;font-size:9px}.handshake-details i{width:6px;height:6px;border-radius:50%;background:#62d99b;box-shadow:0 0 10px #62d99b}.handshake-complete>span{display:grid;place-items:center;width:70px;height:70px;margin-bottom:17px;border-radius:20px;background:#173426;color:#67d99b}.completion-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;width:100%;max-width:570px;margin-bottom:20px}.completion-grid>div{display:grid;grid-gap:4px;gap:4px;padding:12px;border-radius:9px;background:#0a0c11}.completion-grid small{color:var(--muted);font-size:9px}.completion-grid strong{font-size:11px}.maintenance-banner{display:flex;align-items:center;gap:11px;padding:13px 15px;border:1px solid #80602b;border-radius:10px;background:#302616;color:#e7b75f}.maintenance-banner>div{display:grid;grid-gap:3px;gap:3px}.maintenance-banner span{font-size:10px;color:#b79762}.maintenance-active{border-color:#9a6d29!important;background:#322615!important;color:#ecc16f!important}.settings-actions{display:flex;justify-content:space-between;gap:10px}.delete-server-modal{width:min(480px,calc(100vw - 30px));padding:28px;border:1px solid #5b3035;border-radius:16px;background:#121318;box-shadow:0 30px 90px #000c}.delete-server-modal .danger-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:16px;border-radius:14px;background:#371d22;color:#ef8189}.delete-server-modal h2{margin:6px 0 9px}.delete-server-modal p{color:var(--muted);font-size:12px;line-height:1.6}.delete-server-modal>div:last-child{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.degraded-badge{margin:0 0 9px;padding:7px 9px;border:1px solid #8d592f;border-radius:7px;background:#322116;color:#eea56d;font-size:10px}.degraded-banner{display:flex;align-items:center;gap:11px;padding:13px 15px;border:1px solid #8d592f;border-radius:10px;background:#322116;color:#eea56d}.degraded-banner>div{display:grid;grid-gap:3px;gap:3px}.degraded-banner span{font-size:10px;color:#c28d6d}@media (max-width:1050px){.copy-grid,.server-fleet-grid{grid-template-columns:1fr}.detail-header .header-actions{flex-wrap:wrap}}@media (max-width:700px){.installation-actions,.server-control-head,.server-list-toolbar,.settings-actions{align-items:stretch;flex-direction:column}.capacity-strip{display:grid}.adapter-picker,.completion-grid{grid-template-columns:1fr}.server-wizard{width:100%;height:100%;max-height:none;border-radius:0}.wizard-progress{padding:12px}.wizard-progress>span{font-size:0}.wizard-progress>span i{font-size:10px}.handshake-details{flex-direction:column}.fleet-card>header{grid-template-columns:auto auto 1fr}.fleet-card>header>.status{grid-column:2/4;justify-self:start}}.resource-control-layout{display:grid;grid-template-columns:minmax(240px,.55fr) minmax(520px,1.45fr);grid-gap:18px;gap:18px;align-items:start}.resource-browser{display:grid;grid-gap:8px;gap:8px;max-height:1100px;overflow:auto;padding-right:4px}.resource-select{width:100%;display:block;color:var(--text);text-align:left;cursor:pointer}.resource-select.selected{border-color:#875329;background:#17120f;box-shadow:0 0 0 1px #87532955}.resource-select>div:first-child{display:grid;grid-template-columns:auto minmax(0,1fr) auto}.resource-select small{display:block;margin-top:8px;color:var(--muted);font-size:10px}.health-pill{font-style:normal;font-size:10px;padding:4px 7px;border-radius:99px;background:#282d36;color:#aab3c1}.health-pill.healthy{background:#173426;color:#68d89b}.health-pill.degraded{background:#382f1d;color:#e6b45e}.health-pill.unhealthy{background:#382126;color:#f29494}.health-meter{height:4px!important;background:#262b34;border-radius:99px;overflow:hidden;margin-top:9px}.health-meter i{display:block;height:100%;background:linear-gradient(90deg,#f07878,#e6b45e 52%,#68d89b);border-radius:99px}.resource-inspector{display:grid;grid-gap:12px;gap:12px;min-width:0}.resource-inspector-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:4px 2px 12px}.resource-inspector-header h2{margin:5px 0;font-size:24px}.resource-inspector-header p{margin:0;color:var(--muted);font-size:12px}.resource-command-buttons{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.resource-command-buttons .button{padding:8px 10px;font-size:12px}.resource-health-alert{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;padding:12px;border:1px solid #623038;background:#211417;border-radius:9px;color:#f29494}.resource-health-alert>div{display:grid;grid-gap:4px;gap:4px;min-width:0}.resource-health-alert code{white-space:normal;overflow-wrap:anywhere;color:#efb2b2;font-size:11px}.resource-health-alert small{color:#9f747b}.resource-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.resource-stat-grid>div{display:grid;grid-template-columns:auto 1fr;grid-gap:4px 7px;gap:4px 7px;padding:11px;background:#0d1016;border:1px solid var(--line);border-radius:8px;min-width:0}.resource-stat-grid svg{grid-row:1/3;color:var(--muted)}.resource-stat-grid span{font-size:10px;color:var(--muted)}.resource-stat-grid strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-subsection{border:1px solid var(--line);background:#0d1016;border-radius:10px;padding:15px;min-width:0}.resource-subsection .section-title{margin-bottom:12px}.resource-subsection h3{margin:3px 0 0;font-size:15px}.resource-subsection .section-title svg{color:var(--muted)}.resource-trend{height:100px;display:grid;grid-template-columns:repeat(7,1fr);grid-gap:9px;gap:9px;align-items:flex-end}.resource-trend>div{height:100%;display:grid;grid-template-rows:1fr auto;grid-gap:5px;gap:5px;text-align:center}.resource-trend>div>span{height:76px;display:flex;align-items:flex-end;justify-content:center;gap:3px;border-bottom:1px solid var(--line)}.resource-trend i{display:block;width:7px;min-height:2px;border-radius:3px 3px 0 0}.resource-trend .errors{background:#f07878}.resource-trend .restarts{background:#e6b45e}.resource-trend small{font-size:9px;color:var(--muted)}.resource-detail-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.changelog-list,.compact-history{display:grid}.compact-history>div{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--line);font-size:11px}.compact-history time{color:var(--muted)}.changelog-list article{padding:9px 0;border-bottom:1px solid var(--line)}.changelog-list article>div{display:flex;justify-content:space-between;gap:8px}.changelog-list button{border:0;background:none;color:#f29494;cursor:pointer}.changelog-list p{white-space:pre-wrap;color:var(--muted);font-size:11px;line-height:1.5}.changelog-list small{color:var(--muted);font-size:10px}.changelog-list a{color:var(--primary)}.changelog-form textarea,.resource-config-form textarea{width:100%;resize:vertical}.config-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:10px}.config-footer>span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}.changelog-form{display:grid;grid-gap:9px;gap:9px}.changelog-form .section-title{margin:0}.resource-command-list{display:grid}.resource-command-list article{display:grid;grid-template-columns:100px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}.resource-command-list article>div{display:grid;grid-gap:3px;gap:3px}.resource-command-list small,.resource-command-list time{font-size:10px;color:var(--muted)}.resource-modal-backdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px;background:#05070bbd;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.resource-action-modal{width:min(520px,100%);padding:25px;border:1px solid #63313a;background:#11141b;border-radius:14px;box-shadow:0 24px 80px #000a}.resource-action-modal h2{margin:8px 0}.resource-action-modal p{color:var(--muted);font-size:13px;line-height:1.6}.resource-action-modal .danger-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#382126;color:#f29494;margin-bottom:12px}.resource-action-modal footer{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}@media (max-width:1100px){.resource-control-layout{grid-template-columns:1fr}.resource-browser{max-height:none}.resource-browser,.resource-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.resource-browser,.resource-detail-columns,.resource-stat-grid{grid-template-columns:1fr}.resource-inspector-header{display:grid}.resource-command-buttons{justify-content:flex-start}.resource-command-list article{grid-template-columns:1fr}.config-footer{align-items:stretch;flex-direction:column}.resource-modal-backdrop{padding:10px}}.observability-page{display:grid;grid-gap:16px;gap:16px}.observability-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;background:linear-gradient(135deg,rgba(74,222,128,.08),transparent 55%)}.observability-hero h2{max-width:680px;margin:.2rem 0}.observability-hero p{max-width:720px;margin-bottom:0}.observability-controls{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.event-filter-grid>label:not(.searchbox),.observability-controls label{display:grid;grid-gap:5px;gap:5px}.event-filter-grid label>span,.observability-controls label span{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.observability-controls select{min-width:130px}.metric-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.metric-summary{display:grid;grid-gap:5px;gap:5px;position:relative;overflow:hidden}.metric-summary:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#60a5fa}.metric-summary.green:before{background:#4ade80}.metric-summary.red:before{background:#fb7185}.metric-summary>span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.metric-summary strong{font-size:1.75rem;line-height:1.1}.metric-summary small{color:var(--muted)}.metric-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.metric-chart{min-width:0}.metric-chart .section-title>strong{font-size:1.25rem}.metric-bars{height:180px;display:flex;align-items:flex-end;gap:2px;padding-top:12px;border-bottom:1px solid var(--border);background:repeating-linear-gradient(180deg,transparent,transparent 44px,rgba(148,163,184,.08) 45px)}.metric-bars i{display:block;flex:1 1;min-width:2px;max-width:12px;border-radius:3px 3px 0 0;background:linear-gradient(to top,var(--primary),#60a5fa);opacity:.84;transition:opacity .15s}.metric-bars i:hover{opacity:1}.chart-axis{justify-content:space-between;font-size:.68rem;margin-top:7px}.chart-axis,.retention-note{display:flex;color:var(--muted)}.retention-note{align-items:center;gap:16px;flex-wrap:wrap;padding:13px 16px;border:1px solid var(--border);border-radius:12px;font-size:.82rem}.retention-note a{margin-left:auto;color:var(--primary)}.error-ranking{display:grid;align-content:start}.error-rank{display:grid;grid-template-columns:22px minmax(100px,180px) 1fr 36px;align-items:center;grid-gap:9px;gap:9px;padding:8px 0;border-bottom:1px solid var(--border)}.error-rank>em,.error-rank>span{color:var(--muted);font-size:.75rem}.error-rank>em{text-align:right;font-style:normal}.error-rank>div{height:6px;background:rgba(148,163,184,.12);border-radius:999px;overflow:hidden}.error-rank i{display:block;height:100%;background:#fb7185;border-radius:inherit}.event-filter-grid{display:grid;grid-template-columns:minmax(190px,1.5fr) repeat(5,minmax(125px,1fr)) auto auto;grid-gap:10px;gap:10px;align-items:end;margin:14px 0}.event-filter-grid .searchbox{height:42px}.event-result-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0 14px;color:var(--muted);font-size:.82rem}.event-result-bar>div{display:flex;gap:7px}.event-pagination{display:flex;align-items:center;justify-content:center;gap:14px;padding-top:16px}.event-pagination span{color:var(--muted);font-size:.8rem}@media (max-width:1100px){.observability-hero{align-items:flex-start;flex-direction:column}.observability-controls{justify-content:flex-start}.event-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.metric-chart-grid,.metric-summary-grid,.observability-controls{grid-template-columns:1fr}.observability-controls{display:grid;width:100%}.observability-controls select{width:100%}.event-filter-grid{grid-template-columns:1fr}.event-result-bar{align-items:flex-start;flex-direction:column}.retention-note a{margin-left:0}.error-rank{grid-template-columns:22px 110px 1fr 30px}}.notification-preferences{max-width:850px}.preference-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:18px}.preference-heading h2{margin:4px 0 6px}.preference-heading p{margin:0}.notification-preferences fieldset{margin:0 0 20px;padding:0;border:0}.notification-preferences legend{width:100%;padding:0 0 9px;border-bottom:1px solid var(--line);color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.channel-grid legend{grid-column:1/-1}.channel-grid label{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:11px;gap:11px;padding:14px;border:1px solid var(--line);border-radius:11px;background:var(--panel2)}.channel-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#2b2016;color:#f0a06a}.channel-grid label>span:nth-child(2),.event-preference-list label>span{display:grid;grid-gap:3px;gap:3px}.channel-grid small,.event-preference-list small{color:var(--muted);font-size:10px;line-height:1.45}.channel-grid input,.event-preference-list input{width:auto;accent-color:var(--primary)}.event-preference-list{display:grid}.event-preference-list label{gap:20px;padding:13px 2px;border-bottom:1px solid var(--line)}.event-preference-list label,.preference-footer{display:flex;align-items:center;justify-content:space-between}.preference-footer{gap:18px;padding-top:5px}.preference-footer>span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}@media (max-width:700px){.channel-grid{grid-template-columns:1fr}.channel-grid legend{grid-column:auto}.preference-footer{align-items:stretch;flex-direction:column}.preference-footer .button{justify-content:center}}.notification-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}