@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:ital,wght@0,500;0,600;1,500&display=swap');

:root{--ink:#383934;--muted:#77776f;--paper:#fcf8f1;--surface:#fffdf9;--soft:#f1eee8;--brand:#93a48f;--accent:#b7cdd0;--line:#e3ded6;--display:'Fraunces',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;--radius:18px}
:root[data-theme="editorial"]{--ink:#393832;--muted:#7b786f;--paper:#f8f2e8;--soft:#efebe4;--brand:#798b77;--accent:#b9c9ca;--line:#e1dbd2;--radius:4px}
:root[data-theme="sunset"]{--ink:#3b3b36;--muted:#7d7a73;--paper:#f6f2eb;--soft:#eeeae3;--brand:#9da99a;--accent:#adc6ca;--line:#dfdad2;--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px}button,input,select,textarea{font:inherit}button{color:inherit}.app-shell{min-height:100vh;padding-bottom:88px}.topbar{height:76px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:color-mix(in srgb,var(--paper) 92%,transparent);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40;backdrop-filter:blur(14px)}
.brand{display:flex;gap:12px;align-items:center;border:0;background:none;text-align:left;padding:0}.brand-mark{width:44px;height:44px;border:1px solid var(--brand);border-radius:50%;display:grid;place-items:center;font:600 17px var(--display);letter-spacing:-2px}.brand-mark i{font:400 11px var(--sans);margin:0 2px;color:var(--accent)}.brand>span{display:grid}.brand strong{font:600 18px var(--display)}.brand small{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted)}
.desktop-nav{display:none;gap:2px;height:100%;align-items:center}.desktop-nav button{height:100%;border:0;background:none;padding:0 14px;color:var(--muted);position:relative}.desktop-nav button.active{color:var(--ink);font-weight:600}.desktop-nav button.active:after{content:'';position:absolute;left:14px;right:14px;bottom:0;height:2px;background:var(--brand)}.top-actions{display:flex;gap:10px;align-items:center}.view-switch{display:none;padding:3px;border:1px solid var(--line);border-radius:99px;background:var(--surface)}.view-switch button{border:0;background:none;padding:7px 10px;border-radius:99px;font-size:12px}.view-switch button.active{background:var(--soft);font-weight:700}.avatar{width:38px;height:38px;border:0;border-radius:50%;background:var(--brand);color:white;font-weight:700;font-size:12px}
.primary,.outline,.text-button{border:0;background:none;font-weight:700}.primary{padding:13px 19px;background:var(--brand);color:#fff;border-radius:10px;box-shadow:0 8px 24px color-mix(in srgb,var(--brand) 23%,transparent)}.primary:disabled{opacity:.45}.outline{padding:10px 15px;border:1px solid var(--line);border-radius:9px;background:var(--surface)}.text-button{color:var(--brand);padding:6px 0}.full{width:100%}.eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--brand);margin:0 0 10px}.tag,.status{display:inline-flex;width:max-content;padding:5px 9px;border-radius:99px;background:var(--soft);color:var(--brand);font-size:11px;font-weight:700;border:0}.status.yes{background:#e7f2e8;color:#347142}
.hero{min-height:660px;display:grid;position:relative;overflow:hidden;background:linear-gradient(120deg,color-mix(in srgb,var(--paper) 85%,white),var(--soft))}.hero-copy{padding:70px 24px 54px;position:relative;z-index:2;align-self:center}.hero h1,.page h1{font:600 clamp(46px,8vw,80px)/.98 var(--display);letter-spacing:-2px;margin:0 0 24px}.hero h1 em{color:var(--brand);font-weight:500}.hero-copy>p:not(.eyebrow){max-width:570px;font-size:18px;line-height:1.65;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:20px;margin:30px 0}.hero-actions a{color:var(--ink);font-weight:600;text-underline-offset:5px}.countdown{display:flex;gap:14px;align-items:center;margin-top:42px}.countdown span{display:grid;text-align:center;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:1px}.countdown b{font:600 24px var(--display);color:var(--ink)}.countdown i{height:26px;width:1px;background:var(--line)}.hero-art{height:310px;order:-1;position:relative;background:linear-gradient(145deg,var(--brand),color-mix(in srgb,var(--brand) 58%,var(--accent)));overflow:hidden}.hero-art:before,.hero-art:after,.hero-art>i{content:'';position:absolute;border:1px solid rgba(255,255,255,.35);border-radius:50%}.hero-art:before{width:350px;height:350px;right:-80px;top:-110px}.hero-art:after{width:240px;height:240px;left:-60px;bottom:-110px}.hero-art>i:first-child{width:120px;height:210px;transform:rotate(36deg);left:18%;top:30%}.hero-art>i:nth-child(2){width:140px;height:230px;transform:rotate(-22deg);right:16%;top:12%}.hero-art>span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font:500 54px/1 var(--display);text-align:center;color:#fff;letter-spacing:6px}.hero-art>span b{font-size:72px}
.content,.split,.page{max-width:1240px;margin:auto;padding:64px 20px}.content>header,.page>header,.panel>header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.content h2,.page h2,.panel h2,.dialog h2,.style-drawer h2{font:600 29px/1.15 var(--display);margin:0}.event-grid{display:grid;gap:18px}.event-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.event-cover{height:180px;position:relative;display:grid;place-items:center;overflow:hidden}.event-cover.sage,.mini-cover.sage{background:linear-gradient(145deg,#aabcb2,#71897d)}.event-cover.silver,.mini-cover.silver{background:linear-gradient(145deg,#c9ced0,#8f999d)}.event-cover.clay,.mini-cover.clay{background:linear-gradient(145deg,#a8b3ae,#687970)}.event-cover:after{content:'';width:130px;height:200px;border:1px solid rgba(255,255,255,.4);border-radius:50%;transform:rotate(38deg);position:absolute}.event-cover span{z-index:2;color:#fff;white-space:pre-wrap;text-align:center;font:600 25px var(--display);letter-spacing:2px}.event-body{padding:22px}.event-body>p{color:var(--muted);font-size:12px;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}.event-body h3{font:600 25px var(--display);margin:0 0 16px}.event-body footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:18px;padding-top:15px}.event-body footer button{border:0;background:none;font-weight:700;font-size:12px}.split{display:grid;gap:18px;padding-top:0}.post,.info-card,.panel,.editor,.invite-preview{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.post>small{display:block;color:var(--muted);margin:15px 0 8px}.post h2{font:600 28px var(--display);margin:0 0 10px}.post p{color:var(--muted);line-height:1.65}.info-card>div{display:flex;align-items:center;gap:16px;padding:15px 0;border-bottom:1px solid var(--line)}.info-card>div:last-child{border:0}.info-card>div>b{width:38px;height:38px;background:var(--soft);border-radius:50%;display:grid;place-items:center}.info-card span{display:grid;flex:1}.info-card small{color:var(--muted)}.info-card i{font-style:normal}
.page{min-height:calc(100vh - 76px)}.page>header{align-items:flex-start;margin-bottom:42px}.page>header>div>p:last-child{color:var(--muted);max-width:640px;font-size:17px}.page h1{font-size:clamp(40px,6vw,64px);margin-bottom:14px}.timeline{border-top:1px solid var(--line)}.timeline article{display:grid;grid-template-columns:36px 1fr;gap:15px;align-items:center;padding:25px 0;border-bottom:1px solid var(--line)}.timeline article .outline{grid-column:2}.step{width:34px;height:34px;border:1px solid var(--brand);border-radius:50%;display:grid;place-items:center;font-weight:700}.timeline p{margin:0;color:var(--muted);font-size:12px}.timeline h2{margin:3px 0}.timeline small{color:var(--muted)}.feed-grid,.wish-grid,.settings-grid,.dashboard-grid{display:grid;gap:18px}.feed-grid .post:first-child{background:var(--brand);color:#fff}.feed-grid .post:first-child p,.feed-grid .post:first-child small{color:rgba(255,255,255,.72)}.feed-grid .post:first-child .tag{background:rgba(255,255,255,.15);color:#fff}.feed-grid .post:first-child .text-button{color:#fff}.wish-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px}.wish-card>div{height:150px;border-radius:calc(var(--radius) - 5px);display:grid;place-items:center;background:var(--soft);font-size:45px;margin-bottom:18px}.wish-card h2{margin:12px 0 4px}.wish-card p{color:var(--muted)}.amazon{display:block;margin:30px auto 0;text-align:center;color:var(--brand);font-weight:700}.upload{height:220px;border:1.5px dashed var(--brand);background:var(--soft);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.upload input{display:none}.upload b{font-size:32px}.upload small{color:var(--muted);margin-top:5px}.photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}.photo-grid>div{height:160px;background:linear-gradient(140deg,var(--soft),color-mix(in srgb,var(--accent) 35%,white));display:grid;place-items:center;border-radius:12px;font:600 22px var(--display);color:var(--brand)}
.metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.metric{padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);display:grid}.metric span,.metric small{color:var(--muted)}.metric b{font:600 40px var(--display);margin:4px 0}.panel>header{align-items:center}.chart{display:flex;align-items:center;justify-content:center;gap:30px;padding:25px 0}.donut{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--brand) 0 75%,var(--accent) 75% 84%,var(--soft) 84%);position:relative}.donut:after{content:'';position:absolute;inset:18px;border-radius:50%;background:var(--surface)}.donut span{z-index:1;display:grid;text-align:center;color:var(--muted);font-size:11px}.donut b{font:600 28px var(--display);color:var(--ink)}.chart>div:last-child p{display:flex;align-items:center;gap:8px;color:var(--muted)}.chart>div:last-child p b{color:var(--ink);margin-left:auto}.chart>div:last-child i{width:9px;height:9px;border-radius:50%;background:var(--brand)}.chart>div:last-child i.open{background:var(--accent)}.chart>div:last-child i.no{background:var(--line)}.todo{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.todo span{display:grid}.todo small{color:var(--muted)}
.toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.toolbar input{flex:1;min-width:220px;padding:12px 14px;border:1px solid var(--line);border-radius:9px;background:var(--surface)}.table-wrap{overflow:auto;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}table{width:100%;min-width:780px;border-collapse:collapse}th,td{text-align:left;padding:15px;border-bottom:1px solid var(--line)}th{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.guest-name{display:flex;align-items:center;gap:10px}.guest-name>b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--soft);font-size:11px}.guest-name span{display:grid}.guest-name small{color:var(--muted)}.role-note{display:flex;align-items:center;gap:12px;padding:18px;margin-top:16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft)}.role-note>span{font-size:24px}.role-note>div{display:grid;flex:1}.role-note small{color:var(--muted)}
.event-manager{display:grid;gap:12px}.event-manager article{display:grid;grid-template-columns:80px 1fr;gap:16px;align-items:center;padding:15px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.mini-cover{height:80px;border-radius:10px;display:grid;place-items:center;color:#fff;font:600 14px var(--display)}.event-manager h2{margin:3px 0;font-size:23px}.event-manager small{color:var(--muted)}.modules{display:none;gap:6px;color:var(--muted);font-size:11px}.event-manager .outline{grid-column:2}.editor-layout{display:grid;gap:18px}.editor{padding:0;overflow:hidden}.editor-tools{display:flex;gap:4px;padding:10px;border-bottom:1px solid var(--line)}.editor-tools button{border:0;background:var(--soft);padding:7px 10px;border-radius:5px}.editor-tools span{flex:1}.wysiwyg{min-height:330px;padding:30px;font:18px/1.8 var(--display);outline:0}.wysiwyg mark{background:var(--soft);color:var(--brand);padding:2px 5px;border-radius:4px}.invite-preview{text-align:center;background:var(--soft)}.invite-preview .brand-mark{margin:20px auto}.invite-preview h2{margin:35px 0 12px}.settings-grid .panel>h2{margin-bottom:20px}.setting-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.setting-row>b{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--soft)}.setting-row span,.switch-row span{display:grid;flex:1}.setting-row small,.switch-row small{color:var(--muted)}.setting-row i{font-style:normal}.theme-preview{display:grid;grid-template-columns:repeat(3,34px) 1fr;align-items:center;padding:18px;background:var(--soft);border-radius:12px;margin-bottom:16px}.theme-preview i{width:28px;height:28px;border-radius:50%;background:var(--brand)}.theme-preview i:nth-child(2){background:var(--paper)}.theme-preview i:nth-child(3){background:var(--accent)}.theme-preview strong,.theme-preview small{grid-column:4}.switch-row{display:flex;padding:13px 0}
.overlay{position:fixed;inset:0;background:rgba(23,31,27,.55);z-index:80;display:grid;place-items:end center}.dialog{width:100%;max-height:92vh;overflow:auto;background:var(--paper);border-radius:24px 24px 0 0;padding:30px 22px;position:relative}.close{border:0;background:var(--soft);width:34px;height:34px;border-radius:50%;font-size:22px;position:absolute;right:18px;top:18px}.dialog>p{color:var(--muted)}.answer-grid{display:grid;gap:10px;margin:24px 0}.answer-grid button{padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--surface);text-align:left;display:grid}.answer-grid button span{color:var(--muted);font-size:12px}.answer-grid button.selected,.theme-options button.selected{border-color:var(--brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 15%,transparent)}.form-stack{display:grid;gap:12px;margin-bottom:18px}.form-stack label,.style-drawer>label{display:grid;gap:6px;font-weight:700}.form-stack select,.form-stack textarea,.style-drawer select{padding:11px;border:1px solid var(--line);background:var(--surface);border-radius:8px}.privacy{display:block;text-align:center;color:var(--muted);margin-top:12px}.style-drawer{position:fixed;z-index:90;inset:0 0 0 auto;width:min(420px,100%);background:var(--paper);box-shadow:-20px 0 60px rgba(0,0,0,.15);padding:28px;overflow:auto}.drawer-head{display:flex;justify-content:space-between;margin-bottom:30px}.drawer-head .close{position:static}.theme-options{display:grid;gap:10px;margin-bottom:28px}.theme-options>button{display:grid;grid-template-columns:94px 1fr 20px;align-items:center;text-align:left;padding:13px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.theme-options>button>span:nth-child(2){display:grid}.theme-options small{color:var(--muted)}.swatches{display:flex}.swatches i{width:30px;height:30px;border-radius:50%;margin-left:-6px;border:2px solid var(--surface)}.style-drawer .primary{margin-top:20px}.toast-custom{position:fixed;z-index:100;left:20px;right:20px;bottom:92px;background:var(--ink);color:#fff;padding:14px 18px;border-radius:12px;box-shadow:0 14px 40px rgba(0,0,0,.2);display:flex;gap:10px;align-items:center}.toast-custom b{color:#aee0b8}.theme-fab{position:fixed;z-index:35;right:18px;bottom:96px;width:44px;height:44px;border:0;border-radius:50%;background:var(--accent);color:#fff;font:600 14px var(--display);box-shadow:0 8px 20px rgba(0,0,0,.18)}.mobile-nav{position:fixed;z-index:50;bottom:0;left:0;right:0;height:72px;background:var(--surface);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr)}.mobile-nav button{border:0;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--muted);font-size:9px}.mobile-nav button b{font-size:17px}.mobile-nav button.active{color:var(--brand)}
@media(min-width:720px){.app-shell{padding-bottom:0}.mobile-nav{display:none}.theme-fab{bottom:24px}.toast-custom{left:auto;right:28px;bottom:28px;max-width:420px}.view-switch{display:flex}.hero{grid-template-columns:1.1fr .9fr;min-height:680px}.hero-art{height:100%;order:0}.hero-copy{padding-left:clamp(30px,7vw,110px)}.event-grid{grid-template-columns:repeat(3,1fr)}.split{grid-template-columns:1.25fr .75fr}.page,.content,.split{padding-left:32px;padding-right:32px}.feed-grid,.wish-grid{grid-template-columns:repeat(3,1fr)}.photo-grid{grid-template-columns:repeat(3,1fr)}.metrics{grid-template-columns:repeat(4,1fr)}.dashboard-grid{grid-template-columns:1.3fr .7fr}.settings-grid{grid-template-columns:1fr 1fr}.timeline article{grid-template-columns:50px 1fr auto}.timeline article .outline{grid-column:auto}.dialog{align-self:center;border-radius:22px;max-width:560px;padding:38px}.answer-grid{grid-template-columns:1fr 1fr}.editor-layout{grid-template-columns:1.35fr .65fr}.event-manager article{grid-template-columns:90px 1fr auto}.event-manager .outline{grid-column:auto}.role-note{padding:22px}}
@media(min-width:1040px){.desktop-nav{display:flex}.hero-copy{padding-right:70px}.modules{display:grid;grid-template-columns:1fr 1fr}.event-manager article{grid-template-columns:100px 1.2fr .9fr auto}.photo-grid{grid-template-columns:repeat(4,1fr)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Passwordless, tenant-aware sign-in */
.login-shell{min-height:100vh;background:var(--paper);display:grid}.login-story{min-height:310px;position:relative;overflow:hidden;background:linear-gradient(145deg,var(--brand),color-mix(in srgb,var(--brand) 55%,var(--accent)));color:#fff;padding:28px 24px;display:flex;align-items:flex-end}.login-ornament{position:absolute;inset:0}.login-ornament:before,.login-ornament:after,.login-ornament i{content:'';position:absolute;border:1px solid rgba(255,255,255,.27);border-radius:50%}.login-ornament:before{width:330px;height:330px;right:-110px;top:-130px}.login-ornament:after{width:240px;height:240px;left:-100px;bottom:-90px}.login-ornament i:first-child{width:120px;height:220px;right:20%;top:10%;transform:rotate(38deg)}.login-ornament i:nth-child(2){width:130px;height:230px;left:14%;top:-40px;transform:rotate(-26deg)}.login-ornament>span{position:absolute;right:26px;top:26px;width:54px;height:54px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center;font:600 16px var(--display)}.login-ornament>span b{font:400 10px var(--sans)}.login-story-copy{position:relative;z-index:1;max-width:560px}.login-story-copy .eyebrow{color:rgba(255,255,255,.75)}.login-story h1{font:600 clamp(48px,8vw,82px)/.96 var(--display);letter-spacing:-2px;margin:0 0 18px}.login-story-copy>p:last-child{max-width:450px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.6}.login-area{padding:25px 20px 18px;display:flex;flex-direction:column}.product-sign{display:grid;grid-template-columns:38px 1fr;align-items:center;column-gap:10px;margin:0 auto 24px;min-width:260px}.product-sign>span{grid-row:1/3;width:38px;height:38px;background:var(--brand);color:#fff;border-radius:11px;display:grid;place-items:center;font:600 19px var(--display)}.product-sign strong{align-self:end}.product-sign small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:1px}.login-card{width:100%;max-width:480px;margin:auto;background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:28px 22px;box-shadow:0 20px 70px rgba(33,52,43,.08)}.login-progress{display:flex;gap:6px;margin-bottom:32px}.login-progress i{height:3px;flex:1;background:var(--line);border-radius:99px}.login-progress i.active{background:var(--brand)}.login-card h2{font:600 34px/1.1 var(--display);margin:0 0 12px}.login-card form>p:not(.eyebrow,.login-error,.demo-hint){color:var(--muted);line-height:1.55}.login-field{display:grid;gap:7px;font-weight:700;margin:26px 0 8px}.login-field input{height:50px;border:1px solid var(--line);background:var(--paper);border-radius:10px;padding:0 14px;outline:0}.login-field input:focus,.code-inputs input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 13%,transparent)}.login-submit{height:50px;margin-top:14px;display:flex;justify-content:space-between;align-items:center}.login-trust{display:flex;gap:12px;align-items:flex-start;border-top:1px solid var(--line);margin-top:26px;padding-top:20px}.login-trust>span{width:34px;height:34px;flex:none;border-radius:50%;background:var(--soft);display:grid;place-items:center}.login-trust p{display:grid;margin:0}.login-trust small{color:var(--muted);font-size:11px;line-height:1.5}.login-back{border:0;background:none;padding:0;color:var(--muted);font-weight:600;margin-bottom:28px}.code-inputs{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;margin:24px 0 10px}.code-inputs input{width:100%;min-width:0;height:52px;text-align:center;border:1px solid var(--line);border-radius:9px;background:var(--paper);font:600 23px var(--display);outline:0}.code-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.code-meta button{border:0;background:none;color:var(--brand);font-weight:700}.remember-row{display:flex;gap:12px;align-items:flex-start;padding:18px;margin-top:24px;border-radius:12px;background:var(--soft);cursor:pointer}.remember-row input{margin-top:3px;accent-color:var(--brand)}.remember-row span{display:grid}.remember-row small{color:var(--muted);font-size:11px;line-height:1.5}.login-error{padding:10px 12px;border-radius:8px;background:#fbe9e7;color:#9a3b32;font-size:12px}.demo-hint{text-align:center;color:var(--muted);font-size:11px;margin:14px 0 0}.login-footer{display:flex;justify-content:center;gap:20px;color:var(--muted);font-size:11px;margin-top:24px}
.security-concept{margin-top:18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.security-concept>header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.security-concept>header>div>p:last-child{color:var(--muted);max-width:700px}.security-badge{padding:8px 11px;background:var(--soft);color:var(--brand);border-radius:99px;font-weight:700;font-size:11px}.security-grid{display:grid;gap:10px;margin:24px 0}.security-grid article{display:flex;gap:12px;padding:15px;background:var(--paper);border:1px solid var(--line);border-radius:12px}.security-grid article>b{width:28px;height:28px;display:grid;place-items:center;background:var(--brand);color:white;border-radius:50%;font-size:11px}.security-grid article span{display:grid}.security-grid article small,.device-row small,.security-note{color:var(--muted)}.device-row{display:flex;align-items:center;gap:12px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.device-row>div{display:grid;flex:1}.device-icon{width:38px;height:38px;display:grid;place-items:center;background:var(--soft);border-radius:10px}.security-note{font-size:11px;margin:14px 0 0}
@media(min-width:720px){.login-shell{grid-template-columns:minmax(330px,.9fr) minmax(470px,1.1fr)}.login-story{min-height:100vh;padding:clamp(40px,6vw,90px)}.login-area{min-height:100vh;justify-content:center;padding:40px}.login-card{padding:36px}.product-sign{margin-bottom:30px}.security-grid{grid-template-columns:repeat(3,1fr)}}

[hidden]{display:none!important}.topbar .tag{white-space:nowrap}.dialog .answer-grid button:hover{border-color:var(--brand)}
