
:root{
  --bg:#f6f7f9;
  --panel:#fff;
  --soft:#fafbfc;
  --line:#e7e9ee;
  --line-strong:#d9dde4;
  --text:#17181b;
  --muted:#737a85;
  --muted-2:#969ca6;
  --dark:#16171a;
  --success:#197352;
  --radius:16px;
  --shadow:0 24px 70px rgba(20,22,26,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input,select{font:inherit}
button{cursor:pointer}
a{text-decoration:none;color:inherit}
.sg-public{min-height:100vh}
.sg-public-nav{height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 28px;max-width:1260px;margin:0 auto}
.sg-wordmark{font-size:14px;font-weight:760;letter-spacing:-.025em}
.sg-nav-actions{display:flex;align-items:center;gap:8px}
.sg-btn{height:38px;border:1px solid var(--line-strong);background:#fff;color:var(--text);border-radius:10px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:680;gap:7px}
.sg-btn:hover{background:#fbfbfc}
.sg-btn.dark{background:var(--dark);border-color:var(--dark);color:#fff}
.sg-btn.dark:hover{background:#27282c}
.sg-btn.ghost{background:transparent;border-color:transparent}
.sg-btn.large{height:44px;padding:0 18px;border-radius:11px;font-size:13px}
.sg-shell{max-width:1220px;margin:0 auto;padding:0 28px}
.sg-hero{padding:76px 0 58px;display:grid;grid-template-columns:minmax(0,.84fr) minmax(520px,1.16fr);align-items:center;gap:58px}
.sg-eyebrow{font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#858b95;margin-bottom:14px}
.sg-hero h1{font-size:54px;line-height:1.01;letter-spacing:-.055em;margin:0;max-width:600px}
.sg-hero p{font-size:15px;color:var(--muted);line-height:1.7;margin:20px 0 26px;max-width:560px}
.sg-actions{display:flex;gap:9px;flex-wrap:wrap}
.sg-micro{font-size:10px;color:var(--muted-2);margin-top:12px}
.sg-preview-window{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);overflow:hidden;min-height:470px}
.sg-preview-top{height:45px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:#fbfbfc}
.sg-preview-title{font-size:10px;font-weight:700}
.sg-preview-live{display:flex;align-items:center;gap:6px;color:var(--success);font-size:9px;font-weight:750}
.sg-preview-live:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(25,115,82,.08)}
.sg-mini-app{display:grid;grid-template-columns:55px 1fr;min-height:425px}
.sg-mini-side{background:#151619;padding:13px 9px;display:flex;flex-direction:column;gap:8px}
.sg-mini-side span{height:32px;border-radius:8px;display:grid;place-items:center;color:#777d86;font-size:8px}
.sg-mini-side span.active{background:#27292e;color:#fff}
.sg-mini-main{padding:20px;background:#f7f8fa}
.sg-mini-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}
.sg-mini-heading strong{font-size:16px;letter-spacing:-.03em}
.sg-mini-heading span{font-size:8px;color:var(--muted)}
.sg-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px}
.sg-mini-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:11px}
.sg-mini-card small{display:block;font-size:7px;color:var(--muted)}
.sg-mini-card b{display:block;font-size:18px;letter-spacing:-.04em;margin-top:8px}
.sg-mini-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:8px}
.sg-mini-panel{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.sg-mini-panel-head{height:33px;padding:0 10px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:8px;font-weight:700}
.sg-demo-task{display:flex;align-items:center;gap:8px;padding:9px 10px;border-bottom:1px solid #f0f1f3;transition:.35s ease}
.sg-demo-task:last-child{border-bottom:0}
.sg-demo-dot{width:22px;height:22px;border-radius:7px;border:1px solid var(--line);background:#f7f8fa;flex:0 0 auto}
.sg-demo-copy{min-width:0;flex:1}
.sg-demo-copy b{display:block;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sg-demo-copy span{display:block;font-size:7px;color:var(--muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sg-demo-task.active{background:#faf7f1;transform:translateX(2px)}
.sg-mini-donut-wrap{height:170px;display:grid;place-items:center}
.sg-mini-donut{width:100px;height:100px;border-radius:50%;background:conic-gradient(#202226 0 38%,#656b74 38% 64%,#a5aab1 64% 82%,#d6d9dd 82% 100%);position:relative;animation:sgSpinIn 1.2s ease both}
.sg-mini-donut:after{content:"";position:absolute;inset:20px;background:#fff;border-radius:50%}
.sg-mini-donut span{position:absolute;inset:0;z-index:2;display:grid;place-items:center;font-size:13px;font-weight:780}
@keyframes sgSpinIn{from{transform:rotate(-22deg);opacity:.2}to{transform:none;opacity:1}}

.sg-stat-band{padding:14px 0 72px}
.sg-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden}
.sg-live-stat{padding:20px;border-right:1px solid var(--line)}
.sg-live-stat:last-child{border-right:0}
.sg-live-stat strong{display:block;font-size:25px;letter-spacing:-.045em}
.sg-live-stat span{display:block;font-size:10px;color:var(--muted);margin-top:5px}
.sg-stat-label{display:inline-flex;align-items:center;gap:6px;font-size:8px!important;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#8c929c!important;margin-bottom:14px!important}
.sg-stat-label:before{content:"";width:5px;height:5px;border-radius:50%;background:#22805d}

.sg-section{padding:76px 0;border-top:1px solid var(--line)}
.sg-demo-row{display:grid;grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);gap:68px;align-items:center}
.sg-demo-row.reverse{grid-template-columns:minmax(520px,1.22fr) minmax(0,.78fr)}
.sg-demo-row.reverse .sg-copy{order:2}
.sg-demo-row.reverse .sg-feature-preview{order:1}
.sg-copy h2{font-size:34px;letter-spacing:-.045em;line-height:1.08;margin:0 0 14px}
.sg-copy p{font-size:13px;line-height:1.7;color:var(--muted);margin:0;max-width:480px}
.sg-copy ul{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:11px}
.sg-copy li{font-size:11.5px;display:flex;gap:9px;align-items:flex-start;color:#44484f}
.sg-copy li:before{content:"";width:6px;height:6px;border-radius:50%;background:#202226;margin-top:5px;flex:0 0 auto}
.sg-feature-preview{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 15px 46px rgba(20,22,26,.055);overflow:hidden;min-height:330px}
.sg-feature-head{height:44px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:9px;font-weight:700;background:#fbfcfd}
.sg-inbox-demo{padding:7px}
.sg-mail-row{display:flex;align-items:center;gap:10px;padding:12px 10px;border-radius:9px;transition:.3s}
.sg-mail-row.active{background:#faf7f1}
.sg-mail-avatar{width:28px;height:28px;border-radius:50%;background:#eef0f3;display:grid;place-items:center;font-size:8px;font-weight:800}
.sg-mail-copy{flex:1;min-width:0}
.sg-mail-copy b{font-size:9px;display:block}
.sg-mail-copy span{font-size:8px;color:var(--muted);display:block;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sg-mail-tag{font-size:7px;font-weight:750;padding:4px 6px;border-radius:6px;background:#fff2dd;color:#955d0d}
.sg-rule-demo{padding:26px;display:grid;gap:11px}
.sg-rule-box{border:1px solid var(--line);background:#fafbfc;border-radius:10px;padding:13px;display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:9px}
.sg-rule-box b{font-size:10px}
.sg-rule-arrow{height:20px;width:1px;background:#d5d9df;margin:auto}
.sg-approval{padding:10px 12px;border-radius:9px;background:#eff8f4;color:#176b4c;font-size:8px;font-weight:750;animation:sgPulse 2s ease infinite}
@keyframes sgPulse{50%{box-shadow:0 0 0 6px rgba(25,115,82,.055)}}
.sg-connect-list{padding:14px}
.sg-connect-row{height:52px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:11px}
.sg-connect-row:last-child{border-bottom:0}
.sg-connect-symbol{width:30px;height:30px;border:1px solid var(--line);border-radius:9px;background:#fafbfc}
.sg-connect-copy{flex:1}
.sg-connect-copy b{font-size:9px;display:block}
.sg-connect-copy span{font-size:7.5px;color:var(--muted)}
.sg-connect-state{font-size:7px;padding:4px 6px;border-radius:999px;background:#eff8f4;color:#176b4c;font-weight:800}

.sg-pricing{padding:82px 0;border-top:1px solid var(--line)}
.sg-section-title{text-align:center;max-width:650px;margin:0 auto 34px}
.sg-section-title h2{font-size:34px;letter-spacing:-.045em;margin:0 0 10px}
.sg-section-title p{font-size:12px;color:var(--muted);line-height:1.6;margin:0}
.sg-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.sg-price-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px;display:flex;flex-direction:column;min-height:300px}
.sg-choice{border-radius:16px;background:rgba(255,255,255,.68)}
.sg-price-card.featured{border-color:#afb5bf;box-shadow:var(--shadow)}
.sg-price-card h3{font-size:13px;margin:0}
.sg-price{font-size:29px;font-weight:780;letter-spacing:-.045em;margin:14px 0 3px}
.sg-price span{font-size:10px;color:var(--muted);font-weight:500}
.sg-price-card p{font-size:10px;color:var(--muted);min-height:32px}
.sg-price-card ul{list-style:none;padding:0;margin:14px 0 18px;display:grid;gap:9px}
.sg-price-card li{font-size:10px}
.sg-price-card li:before{content:"✓";font-weight:800;margin-right:7px}
.sg-price-card .sg-btn{margin-top:auto}
.sg-security{padding:22px 0 82px}
.sg-security-card{background:#17181b;color:#fff;border-radius:18px;padding:26px 28px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.sg-security-card h3{font-size:18px;margin:0 0 5px}
.sg-security-card p{font-size:10.5px;color:#a7abb3;line-height:1.6;margin:0;max-width:720px}
.sg-security-list{display:flex;gap:18px;flex-wrap:wrap;font-size:9px;color:#d8dbe0;white-space:nowrap}
.sg-final{padding:86px 0 100px;text-align:center;border-top:1px solid var(--line)}
.sg-final h2{font-size:42px;letter-spacing:-.05em;margin:0 0 12px}
.sg-final p{font-size:12px;color:var(--muted);margin:0 auto 22px}
.sg-final .sg-actions{justify-content:center}
.sg-footer{border-top:1px solid var(--line);padding:20px 28px;font-size:9px;color:var(--muted);display:flex;justify-content:space-between;max-width:1260px;margin:0 auto}

.sg-modal-backdrop{position:fixed;inset:0;background:rgba(16,17,20,.43);z-index:100;display:none;align-items:center;justify-content:center;padding:18px}
.sg-modal-backdrop.open{display:flex}
.sg-auth-modal{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 28px 90px rgba(0,0,0,.2);overflow:hidden}
.sg-modal-head{padding:17px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}
.sg-modal-head strong{font-size:13px}
.sg-close{border:0;background:transparent;color:var(--muted);font-size:20px}
.sg-auth-tabs{display:flex;padding:7px;border-bottom:1px solid var(--line);gap:3px}
.sg-auth-tabs button{flex:1;height:34px;border:0;background:transparent;border-radius:8px;font-size:10px;font-weight:700;color:var(--muted)}
.sg-auth-tabs button.active{background:#f1f3f6;color:var(--text)}
.sg-auth-panel{padding:20px;display:none}
.sg-auth-panel.active{display:block}
.sg-form{display:grid;gap:12px}
.sg-field{display:grid;gap:6px}
.sg-field label{font-size:10px;font-weight:700}
.sg-input,.sg-select{height:40px;border:1px solid var(--line-strong);background:#fff;border-radius:9px;padding:0 11px;outline:none;font-size:12px}
.sg-input:focus,.sg-select:focus{border-color:#999fa8;box-shadow:0 0 0 3px rgba(20,20,22,.035)}
.sg-password-meter{height:4px;background:#eceef1;border-radius:999px;overflow:hidden}
.sg-password-meter span{display:block;height:100%;width:0;background:#202226;transition:.2s}
.sg-form-message{font-size:10px;line-height:1.45;color:var(--muted);min-height:14px}
.sg-form-message.error{color:#ad3535}
.sg-form-message.success{color:#176b4c}
.sg-form-note{font-size:9px;line-height:1.55;color:var(--muted)}
.sg-recovery-step{display:none}
.sg-recovery-step.active{display:grid}

/* onboarding */
.sg-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.sg-choice{border:1px solid var(--line);border-radius:11px;padding:13px;cursor:pointer;background:#fff;display:flex;align-items:flex-start;gap:9px}
.sg-choice:has(input:checked){border-color:#9ba1aa;background:#f8f9fa}
.sg-choice input{margin-top:2px}
.sg-choice b{font-size:10.5px;display:block}
.sg-choice span{font-size:9px;color:var(--muted);display:block;margin-top:3px;line-height:1.4}

.sg-toast{position:fixed;right:20px;bottom:20px;background:#18191c;color:#fff;border-radius:9px;padding:10px 12px;font-size:10px;opacity:0;transform:translateY(8px);pointer-events:none;transition:.18s;z-index:140}
.sg-toast.show{opacity:1;transform:none}

@media(max-width:980px){
  .sg-hero,.sg-demo-row,.sg-demo-row.reverse{grid-template-columns:1fr;gap:36px}
  .sg-demo-row.reverse .sg-copy,.sg-demo-row.reverse .sg-feature-preview{order:initial}
  .sg-hero{padding-top:48px}
  .sg-hero h1{font-size:46px}
  .sg-preview-window,.sg-feature-preview{max-width:760px;width:100%;margin:0 auto}
  .sg-stat-grid{grid-template-columns:repeat(2,1fr)}
  .sg-live-stat:nth-child(2){border-right:0}
  .sg-live-stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media(max-width:700px){
  .sg-public-nav,.sg-shell{padding-left:16px;padding-right:16px}
  .sg-public-nav{height:62px}
  .sg-hero{padding:48px 0 42px}
  .sg-hero h1{font-size:38px}
  .sg-hero p{font-size:13px}
  .sg-preview-window{min-height:0}
  .sg-mini-app{grid-template-columns:45px 1fr;min-height:360px}
  .sg-mini-main{padding:12px}
  .sg-mini-stats{grid-template-columns:1fr 1fr}
  .sg-mini-stats .sg-mini-card:last-child{display:none}
  .sg-mini-grid{grid-template-columns:1fr}
  .sg-mini-grid .sg-mini-panel:last-child{display:none}
  .sg-section,.sg-pricing{padding:56px 0}
  .sg-copy h2,.sg-section-title h2{font-size:28px}
  .sg-stat-grid,.sg-price-grid{grid-template-columns:1fr}
  .sg-live-stat{border-right:0;border-bottom:1px solid var(--line)!important}
  .sg-live-stat:last-child{border-bottom:0!important}
  .sg-security-card{align-items:flex-start;flex-direction:column}
  .sg-final h2{font-size:33px}
  .sg-footer{padding-left:16px;padding-right:16px}
  .sg-nav-actions .sg-btn.ghost{display:none}
  .sg-choice-grid{grid-template-columns:1fr}
}

/* Premium glass presentation — structure stays intentionally simple. */
:root{
  --brand-accent:#20242b;
  --brand-glow:#dfe8f5;
  --panel:rgba(255,255,255,.72);
  --soft:rgba(250,252,255,.66);
  --line:rgba(28,38,54,.09);
  --line-strong:rgba(28,38,54,.15);
  --radius:22px;
  --shadow:0 24px 80px rgba(34,43,58,.10),0 4px 20px rgba(34,43,58,.04);
}
body{
  background:
    radial-gradient(circle at 82% 4%,color-mix(in srgb,var(--brand-glow) 70%,transparent) 0,transparent 31%),
    radial-gradient(circle at 12% 46%,rgba(220,227,239,.58) 0,transparent 30%),
    linear-gradient(180deg,#f7f9fc 0,#f2f5f9 48%,#f7f8fa 100%);
  background-attachment:fixed;
}
.sg-public-nav{
  position:sticky;top:0;z-index:30;max-width:none;padding-left:max(28px,calc((100vw - 1220px)/2 + 28px));padding-right:max(28px,calc((100vw - 1220px)/2 + 28px));
  background:rgba(246,248,252,.66);backdrop-filter:blur(24px) saturate(135%);-webkit-backdrop-filter:blur(24px) saturate(135%);
  border-bottom:1px solid rgba(30,40,56,.065)
}
.sg-wordmark{font-size:15px;font-weight:800;letter-spacing:-.035em}
.sg-btn{border-radius:13px;background:rgba(255,255,255,.66);backdrop-filter:blur(12px);box-shadow:inset 0 1px 0 rgba(255,255,255,.75);transition:.16s ease}
.sg-btn:hover{background:rgba(255,255,255,.94);transform:translateY(-1px);box-shadow:0 8px 24px rgba(34,43,58,.07)}
.sg-btn.dark{background:linear-gradient(180deg,color-mix(in srgb,var(--brand-accent) 92%,#fff),var(--brand-accent));border-color:var(--brand-accent);box-shadow:0 10px 28px color-mix(in srgb,var(--brand-accent) 24%,transparent)}
.sg-btn.large{border-radius:15px}
.sg-hero{padding-top:88px}
.sg-hero h1{font-weight:810}
.sg-glass,.sg-preview-window,.sg-feature-preview,.sg-price-card,.sg-auth-modal,.sg-stat-grid{
  background:linear-gradient(180deg,rgba(255,255,255,.80),rgba(255,255,255,.62));
  border:1px solid rgba(255,255,255,.84);box-shadow:var(--shadow),inset 0 0 0 1px rgba(30,40,56,.035);
  backdrop-filter:blur(26px) saturate(138%);-webkit-backdrop-filter:blur(26px) saturate(138%)
}
.sg-preview-window{border-radius:28px;overflow:hidden}
.sg-preview-top,.sg-feature-head{background:rgba(250,252,255,.65);backdrop-filter:blur(18px)}
.sg-mini-main{background:linear-gradient(145deg,rgba(245,248,252,.84),rgba(238,243,249,.74))}
.sg-mini-card,.sg-mini-panel,.sg-rule-box{background:rgba(255,255,255,.72);border-color:rgba(30,40,56,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.sg-mini-side{background:linear-gradient(180deg,rgba(24,27,33,.98),rgba(16,18,23,.96))}
.sg-mini-side span,.sg-connect-symbol,.sg-demo-icon{border-radius:11px}
.sg-stat-band{padding-top:3px}
.sg-stat-grid{border-radius:22px}
.sg-feature-preview{border-radius:24px}
.sg-price-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.sg-price-card{border-radius:22px;min-height:330px}
.sg-price-card.featured{border-color:rgba(50,61,78,.18);box-shadow:0 26px 80px rgba(35,44,60,.12),inset 0 0 0 1px rgba(255,255,255,.75)}
.sg-price-card.enterprise{background:linear-gradient(160deg,rgba(247,249,253,.82),rgba(235,241,249,.72))}
.sg-security-card{border-radius:24px;background:linear-gradient(160deg,#1a1d23,#111318);box-shadow:0 28px 80px rgba(15,18,24,.16)}
.sg-final{margin-bottom:30px;border:1px solid rgba(255,255,255,.82)!important;border-radius:28px;padding:60px 32px!important;background:linear-gradient(180deg,rgba(255,255,255,.74),rgba(255,255,255,.56));box-shadow:var(--shadow);backdrop-filter:blur(24px)}
.sg-auth-modal{border-radius:24px}
.sg-modal-backdrop{backdrop-filter:blur(8px)}
.sg-input,.sg-select{border-radius:13px;background:rgba(255,255,255,.78)}
@media(max-width:1080px){.sg-price-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.sg-public-nav{padding-left:16px;padding-right:16px}.sg-price-grid{grid-template-columns:1fr}.sg-final{margin-left:0;margin-right:0;padding:42px 20px!important}}

.sg-footer-links{display:flex;align-items:center;justify-content:flex-end;gap:14px}.sg-footer-links a{color:var(--muted);transition:.16s}.sg-footer-links a:hover{color:var(--text)}.sg-footer-links em{font-style:normal;color:var(--muted-2)}@media(max-width:620px){.sg-footer-links{flex-wrap:wrap;justify-content:flex-start}}

/* v1.3.0 — signup-contained workspace setup + custom controls */
.sg-auth-modal.signup-mode{width:min(590px,100%)}
.sg-signup-flow{gap:14px}
.sg-signup-progress{height:4px;border-radius:999px;background:rgba(218,223,231,.72);overflow:hidden;margin-bottom:2px}
.sg-signup-progress span{display:block;height:100%;width:33.333%;background:var(--brand-accent);border-radius:999px;transition:width .22s ease}
.sg-signup-step{display:none;gap:12px}
.sg-signup-step.active{display:grid}
.sg-signup-step h2{font-size:21px;letter-spacing:-.04em;margin:0}
.sg-auth-eyebrow{font-size:8.6px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--muted)}
.sg-auth-copy{font-size:10px;line-height:1.55;color:var(--muted);margin:-5px 0 2px}
.sg-signup-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:2px}
.sg-signup-actions #signupBack{margin-right:auto}
.sg-choice-grid.compact{gap:8px}
.sg-choice-grid.compact .sg-choice{padding:11px 12px}
.sg-inline-choice{display:flex;align-items:flex-start;gap:9px;padding:12px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.62);cursor:pointer}
.sg-inline-choice span{display:block;min-width:0}
.sg-inline-choice b{font-size:10px;display:block}
.sg-inline-choice small{font-size:8.8px;color:var(--muted);line-height:1.45;display:block;margin-top:3px}
.sg-choice input[type="checkbox"],.sg-inline-choice input[type="checkbox"]{
  appearance:none;-webkit-appearance:none;width:17px;height:17px;min-width:17px;border:1px solid rgba(55,64,76,.2);border-radius:6px;margin:0;margin-top:1px;background:rgba(255,255,255,.9);display:grid;place-items:center;transition:.14s ease
}
.sg-choice input[type="checkbox"]:checked,.sg-inline-choice input[type="checkbox"]:checked{
  border-color:var(--brand-accent);background-color:var(--brand-accent);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat
}
.sg-choice input[type="checkbox"]:focus-visible,.sg-inline-choice input[type="checkbox"]:focus-visible{outline:3px solid rgba(35,45,60,.12);outline-offset:2px}

.sg-native-select{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;margin:0!important;padding:0!important}
.sg-custom-select{position:relative;width:100%;z-index:3}
.sg-select-button{
  width:100%;height:40px;border:1px solid var(--line-strong);border-radius:13px;background:rgba(255,255,255,.78);padding:0 10px 0 12px;
  color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;font-size:12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.72);transition:.14s ease
}
.sg-select-button:hover{background:rgba(255,255,255,.94)}
.sg-select-button:focus-visible,.sg-custom-select.open .sg-select-button{outline:none;border-color:rgba(47,57,71,.28);box-shadow:0 0 0 4px rgba(35,45,60,.055),inset 0 1px 0 rgba(255,255,255,.75)}
.sg-custom-select.invalid .sg-select-button{border-color:rgba(178,61,61,.48);box-shadow:0 0 0 4px rgba(178,61,61,.06)}
.sg-custom-select.placeholder .sg-select-value{color:var(--muted)}
.sg-select-button svg{width:16px;height:16px;stroke:#68717d;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .14s ease}
.sg-custom-select.open .sg-select-button svg{transform:rotate(180deg)}
.sg-select-menu{
  position:absolute;left:0;right:0;top:calc(100% + 6px);padding:5px;background:rgba(250,251,253,.96);border:1px solid rgba(55,64,76,.1);border-radius:14px;
  box-shadow:0 18px 46px rgba(29,36,48,.14),inset 0 1px 0 rgba(255,255,255,.86);backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);
  opacity:0;visibility:hidden;transform:translateY(-4px) scale(.99);transform-origin:top;transition:.12s ease;max-height:240px;overflow:auto;z-index:120
}
.sg-custom-select.open .sg-select-menu{opacity:1;visibility:visible;transform:none}
.sg-custom-select.up .sg-select-menu{top:auto;bottom:calc(100% + 6px);transform-origin:bottom}
.sg-select-option{width:100%;min-height:36px;border:0;border-radius:9px;background:transparent;padding:0 9px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#343a43;text-align:left;font-size:10.5px}
.sg-select-option:hover,.sg-select-option:focus-visible{outline:none;background:rgba(232,236,242,.78)}
.sg-select-option.selected{background:rgba(225,230,237,.82);font-weight:700}
.sg-select-option svg{width:14px;height:14px;stroke:var(--brand-accent);fill:none;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;opacity:0}
.sg-select-option.selected svg{opacity:1}
.sg-select-option:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:620px){.sg-auth-modal.signup-mode{width:100%}.sg-choice-grid.compact{grid-template-columns:1fr}.sg-signup-step h2{font-size:19px}}
