:root{--red:#e11729;--bg:#0e0d0c;--surface:#1a1917;--surface-2:#242220;--border:#302e2b;--text:#f5f3f0;--text-muted:#9a948c;--shadow:#0006;--radius:16px;--radius-sm:10px;--header-h:60px;--tabbar-h:64px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--red:#d01120;--bg:#faf9f7;--surface:#fff;--surface-2:#f2f0ed;--border:#e6e2dd;--text:#16130f;--text-muted:#6b6560;--shadow:#00000014;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*,:before,:after{transition:background-color .35s,border-color .35s,color .35s}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}.toast-wrap{bottom:calc(var(--tabbar-h) + 16px);z-index:1000;pointer-events:none;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;left:0;right:0}.toast{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px var(--shadow);align-items:center;gap:10px;max-width:90vw;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.toast-icon{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.toast-error .toast-icon{background:#c0392b}.toast-info .toast-icon{background:#555}.logo-white,.logo-black{display:none}.logo-icon-img{width:auto;height:30px;display:block}.layout{grid-template-columns:1fr;min-height:100dvh;display:grid}.sidebar{display:none}.main-col{flex-direction:column;min-width:0;display:flex}.topbar{z-index:20;height:var(--header-h);background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:0 16px;display:flex;position:sticky;top:0}.topbar-logo{align-items:center;display:flex}.searchbar{background:var(--surface-2);border:1px solid var(--border);height:42px;color:var(--text-muted);border-radius:999px;flex:1;align-items:center;gap:10px;padding:0 16px;display:none}.searchbar input{color:var(--text);background:0 0;border:none;outline:none;width:100%;font-size:14px}.topbar-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.icon-btn{min-width:40px;height:40px;color:var(--text);background:0 0;border:none;border-radius:12px;align-items:center;gap:5px;padding:0 10px;display:flex;position:relative}.icon-btn:hover{background:var(--surface-2)}.lang-tag{letter-spacing:.05em;font-size:11px;font-weight:700}.badge-dot{background:var(--red);color:#fff;border-radius:8px;place-items:center;min-width:15px;height:15px;padding:0 3px;font-size:9px;font-weight:700;display:grid;position:absolute;top:2px;right:2px}.content{padding-bottom:calc(var(--tabbar-h) + 16px);flex:1}.rightpanel{display:none}.tabbar{height:var(--tabbar-h);background:color-mix(in srgb, var(--bg) 92%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);z-index:30;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.tab{color:var(--text-muted);background:0 0;border:none;flex:1;place-items:center;gap:3px;font-size:10px;font-weight:600;display:grid}.tab-active{color:var(--red)}.tab-center{background:0 0;border:none;flex:1;place-items:center;display:grid}.tab-center-btn{background:var(--red);color:#fff;width:52px;height:52px;box-shadow:0 6px 16px color-mix(in srgb, var(--red) 40%, transparent);border-radius:50%;place-items:center;margin-top:-6px;display:grid}.screen{width:100%;max-width:640px;margin:0 auto;padding:16px}.screen-head{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.screen-title{letter-spacing:-.02em;font-size:24px;font-weight:800}.screen-sub{color:var(--text-muted);max-width:280px;margin-top:2px;font-size:13px;line-height:1.4}.link-btn{color:var(--red);white-space:nowrap;background:0 0;border:none;font-size:13px;font-weight:600}.placeholder{height:60vh;color:var(--text-muted);place-items:center;display:grid}.place-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.place-media{background:var(--surface-2);height:180px;position:relative}.place-flag{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:600;display:flex;position:absolute;top:12px;left:12px}.place-body{padding:14px}.place-row{justify-content:space-between;align-items:center;display:flex}.place-name{align-items:center;gap:6px;font-size:17px;font-weight:700;display:flex}.verified{color:var(--red)}.place-meta{color:var(--text-muted);margin:2px 0 8px;font-size:13px}.place-stats{gap:14px;font-size:13px;font-weight:500;display:flex}.place-stats span{align-items:center;gap:4px;display:flex}.star{color:#f5a623}.icon-btn-sm{color:var(--text);background:0 0;border:none;place-items:center;padding:4px;display:grid}.place-actions{border-top:1px solid var(--border);gap:16px;margin-top:12px;padding-top:12px;display:flex}.place-act{color:var(--text-muted);background:0 0;border:none;align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.lang-select{position:relative}.lang-menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:160px;box-shadow:0 12px 32px var(--shadow);z-index:50;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.lang-item{width:100%;color:var(--text);text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;display:flex}.lang-item:hover{background:var(--surface-2)}.lang-item.active{color:var(--red);font-weight:600}.lang-short{background:var(--surface-2);color:var(--text-muted);text-align:center;border-radius:6px;min-width:28px;padding:3px 6px;font-size:10px;font-weight:700}.lang-item.active .lang-short{background:var(--red);color:#fff}.lang-label{flex:1}.lang-check{color:var(--red)}@media (width>=1000px){.layout{grid-template-columns:240px 1fr 320px}.sidebar{border-right:1px solid var(--border);flex-direction:column;height:100dvh;padding:20px 14px;display:flex;position:sticky;top:0}.sidebar-logo{padding:6px 10px 24px}.sidebar-logo .logo-icon-img{display:none}.sidebar-logo .logo-white{width:auto;height:30px;display:block}.sidebar-logo .logo-black,:root[data-theme=light] .sidebar-logo .logo-white{display:none}:root[data-theme=light] .sidebar-logo .logo-black{width:auto;height:30px;display:block}.sidebar-nav{flex-direction:column;gap:2px;display:flex}.side-item{color:var(--text);text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:11px 12px;font-size:15px;font-weight:500;display:flex}.side-item:hover{background:var(--surface-2)}.side-item.active{color:var(--red);font-weight:600}.sidebar-bottom{border-top:1px solid var(--border);flex-direction:column;gap:2px;margin-top:auto;padding-top:10px;display:flex}.tabbar,.topbar-logo{display:none}.searchbar{display:flex}.content{padding-bottom:24px}.screen{max-width:720px;margin:0;padding:24px}.rightpanel{border-left:1px solid var(--border);height:100dvh;padding:20px 16px;display:block;position:sticky;top:0;overflow-y:auto}.panel-block{margin-bottom:24px}.panel-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.panel-head h3{font-size:15px;font-weight:700}.friend-row{align-items:center;gap:10px;padding:8px 0;display:flex}.friend-avatar{background:var(--surface-2);border-radius:50%;flex:none;width:36px;height:36px}.friend-info{flex-direction:column;flex:1;display:flex}.friend-info strong{font-size:14px}.friend-info span{color:var(--text-muted);font-size:12px}.online-dot{background:#3bc46a;border-radius:50%;width:9px;height:9px}.trend-row{align-items:center;gap:12px;padding:9px 0;display:flex}.trend-num{color:var(--red);width:16px;font-size:14px;font-weight:700}.trend-name{font-size:14px;font-weight:500}}@media (width>=1000px) and (width<=1200px){.layout{grid-template-columns:220px 1fr}.rightpanel{display:none}}.home{width:100%;max-width:900px;margin:0 auto;padding:20px 16px}.block-title{letter-spacing:-.02em;margin-bottom:14px;font-size:20px;font-weight:800}.stories-block{margin-bottom:24px}.stories-head{justify-content:space-between;align-items:center;display:flex}.stories-scroll{scrollbar-width:none;padding-bottom:6px;overflow-x:auto}.stories-scroll::-webkit-scrollbar{display:none}.stories-row{justify-content:center;gap:18px;min-width:min-content;padding:4px 2px;display:flex}.story{background:0 0;border:none;flex-direction:column;flex:none;align-items:center;gap:8px;width:74px;display:flex}.story-ring{background:var(--bg);width:66px;height:66px;color:var(--text);box-sizing:border-box;border-radius:50%;place-items:center;padding:3px;display:grid;position:relative}.story-img{background:var(--surface-2);border-radius:50%;width:100%;height:100%}.story-add{border:2px dashed var(--border);color:var(--red);background:var(--surface)}.story-user{border:2.5px solid var(--red)}.story-user.seen{border-color:var(--border)}.story-promo{border:2.5px dotted var(--red)}.story-badge{border:2px solid var(--bg);border-radius:50%;place-items:center;width:20px;height:20px;display:grid;position:absolute;bottom:-2px;right:-2px}.story-badge-promo{background:var(--red);color:#fff}.story-new{background:var(--red);color:#fff;letter-spacing:.04em;white-space:nowrap;border-radius:6px;padding:2px 7px;font-size:8px;font-weight:800;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.story-label{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;text-align:center;max-width:74px;font-size:12px;font-weight:500;overflow:hidden}@media (width<=600px){.stories-row{justify-content:flex-start}}.hero{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);position:relative;overflow:hidden}.hero-media{background:var(--surface-2);height:260px;position:relative}.hero-flag{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border-radius:999px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:600;display:flex;position:absolute;top:14px;left:14px}.hero-fav{width:42px;height:42px;color:var(--red);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;border:none;border-radius:50%;place-items:center;display:grid;position:absolute;top:14px;right:14px}.hero-info{padding:18px}.hero-name{letter-spacing:-.02em;align-items:center;gap:8px;font-size:26px;font-weight:800;display:flex}.hero-stats{color:var(--text);align-items:center;gap:8px;margin-top:6px;font-size:14px;font-weight:500;display:flex}.hero-stats .star{color:#f5a623}.hero-open{align-items:center;gap:14px;margin-top:8px;font-size:14px;display:flex}.open-now{color:#3bc46a;font-weight:600}.hero-time{color:var(--text-muted);align-items:center;gap:5px;display:flex}.hero-desc{color:var(--text-muted);max-width:520px;margin-top:12px;font-size:14px;line-height:1.5}.hero-friends{align-items:center;gap:10px;margin-top:14px;display:flex}.friend-stack{display:flex}.mini-avatar{background:var(--surface-2);border:2px solid var(--surface);border-radius:50%;width:26px;height:26px;margin-left:-8px}.mini-avatar:first-child{margin-left:0}.hero-friends-text{color:var(--text-muted);font-size:13px}.hero-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.vtag{background:var(--surface-2);color:var(--text);border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:12px;font-weight:500;display:flex}@media (width<=600px){.hero-media{height:200px}.hero-name{font-size:22px}.home{padding:16px 14px}}.side-badge{background:var(--red);color:#fff;border-radius:10px;place-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 6px;font-size:11px;font-weight:700;display:grid}.trend-row{width:100%;color:var(--text);text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:8px 6px;display:flex}.trend-row:hover{background:var(--surface-2)}.trend-photo{background-color:var(--surface-2);background-position:50%;background-size:cover;border-radius:10px;flex:none;width:40px;height:40px}.trend-info{flex-direction:column;gap:1px;min-width:0;display:flex}.trend-name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.trend-cat{color:var(--text-muted);font-size:12px}.badge-progress{align-items:center;gap:12px;margin-bottom:12px;display:flex}.badge-emblem{background:var(--surface-2);width:48px;height:48px;color:var(--red);border:2px solid var(--red);border-radius:50%;flex:none;place-items:center;display:grid}.badge-info{flex-direction:column;gap:2px;display:flex}.badge-tier{font-size:15px;font-weight:700}.badge-count{color:var(--text-muted);font-size:12px}.progress-track{background:var(--surface-2);border-radius:999px;height:8px;overflow:hidden}.progress-fill{background:var(--red);border-radius:999px;height:100%}.badge-hint{color:var(--text-muted);margin-top:8px;font-size:12px}.menu-btn{width:40px;height:40px;color:var(--text);background:0 0;border:none;border-radius:12px;flex:none;justify-content:center;align-items:center;display:flex}.menu-btn:hover{background:var(--surface-2)}.menu-overlay{z-index:90;background:#00000080;position:fixed;inset:0}.mobile-menu{background:var(--bg);border-right:1px solid var(--border);z-index:100;width:82%;max-width:320px;box-shadow:8px 0 32px var(--shadow);flex-direction:column;padding:16px 12px;display:flex;position:fixed;top:0;bottom:0;left:0}.menu-head{justify-content:space-between;align-items:center;padding:4px 8px 20px;display:flex}.menu-logo{width:auto;height:26px}.menu-head .logo-white{display:block}.menu-head .logo-black,:root[data-theme=light] .menu-head .logo-white{display:none}:root[data-theme=light] .menu-head .logo-black{display:block}.menu-nav{flex-direction:column;gap:2px;display:flex}.menu-item{color:var(--text);text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:14px;width:100%;padding:13px 12px;font-size:16px;font-weight:500;display:flex}.menu-item:hover{background:var(--surface-2)}.menu-bottom{border-top:1px solid var(--border);flex-direction:column;gap:2px;margin-top:auto;padding-top:10px;display:flex}@media (width>=1000px){.menu-btn,.mobile-menu,.menu-overlay{display:none}}.story-place{border:2.5px solid var(--red)}.story-badge-place{background:var(--text);color:var(--bg)}.auth-wrap{background-image:url(/mexico-walppaper.png);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:100dvh;padding:20px;display:flex;position:relative}:root[data-theme=light] .auth-wrap{background-image:url(/mexico-whitewalpaper.png)}.auth-wrap:before{content:"";background:#0000008c;position:absolute;inset:0}:root[data-theme=light] .auth-wrap:before{background:#faf9f7a6}.auth-shell,.auth-topbar{z-index:2;position:relative}.auth-topbar{z-index:5;align-items:center;gap:6px;display:flex;position:absolute;top:16px;right:16px}.auth-shell{background:color-mix(in srgb, var(--surface) 62%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid color-mix(in srgb, var(--border) 50%, transparent);width:100%;max-width:420px;box-shadow:0 24px 70px var(--shadow);border-radius:20px;grid-template-columns:1fr;display:grid;overflow:hidden}.auth-brand{display:none}.auth-brand-watermark{color:var(--red);opacity:.06;pointer-events:none;position:absolute;bottom:-60px;right:-70px}.auth-brand-inner{z-index:1;position:relative}.auth-welcome{letter-spacing:-.02em;margin-top:40px;font-size:30px;font-weight:800;line-height:1.14}.auth-brand-desc{color:var(--text-muted);margin-top:14px;font-size:14.5px;line-height:1.6}.auth-features{flex-direction:column;gap:24px;margin-top:40px;display:flex}.auth-feature{align-items:center;gap:16px;font-size:15px;font-weight:500;display:flex}.auth-feature-ic{color:var(--red);flex:none;place-items:center;display:grid}.auth-form-side{flex-direction:column;justify-content:center;padding:34px 30px;display:flex}.auth-logo{justify-content:center;display:flex}.auth-logo img{width:auto;height:34px}.auth-logo .logo-white{display:block}.auth-logo .logo-black,:root[data-theme=light] .auth-logo .logo-white{display:none}:root[data-theme=light] .auth-logo .logo-black{display:block}.auth-tagline{text-align:center;color:var(--text-muted);margin-top:6px;font-size:14px}.auth-form-title{text-align:center;letter-spacing:-.01em;margin:16px 0 20px;font-size:21px;font-weight:800}.type-toggle{background:var(--surface-2);border-radius:12px;gap:8px;margin-bottom:18px;padding:4px;display:flex}.type-opt{color:var(--text-muted);background:0 0;border:none;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:14px;font-weight:600;display:flex}.type-opt.active{background:var(--red);color:#fff}.auth-form{flex-direction:column;gap:12px;display:flex}.auth-input{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);outline:none;padding:13px 14px;font-size:14px}.auth-input:focus{border-color:var(--red)}.auth-field-label{color:var(--text-muted);margin-bottom:-6px;font-size:12px}.pass-wrap{position:relative}.pass-eye{color:var(--text-muted);background:0 0;border:none;place-items:center;display:grid;position:absolute;top:22px;right:12px;transform:translateY(-50%)}.pass-popover{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);z-index:10;box-shadow:0 12px 30px var(--shadow);flex-direction:column;gap:8px;padding:12px 14px;display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0}.pass-pop-arrow{background:var(--surface);border-left:1px solid var(--border);border-top:1px solid var(--border);width:11px;height:11px;position:absolute;top:-6px;left:22px;transform:rotate(45deg)}.pass-rule{color:var(--text-muted);align-items:center;gap:8px;font-size:12.5px;display:flex}.pass-rule-ic{background:var(--surface-2);width:18px;height:18px;color:var(--text-muted);border-radius:50%;flex:none;place-items:center;display:grid}.pass-rule.ok{color:var(--text)}.pass-rule.ok .pass-rule-ic{color:#fff;background:#3bc46a}.auth-submit{border-radius:var(--radius-sm);background:var(--red);color:#fff;border:none;margin-top:6px;padding:14px;font-size:15px;font-weight:700}.auth-submit:disabled{opacity:.6}.auth-switch{text-align:center;color:var(--text-muted);margin-top:20px;font-size:14px}.auth-switch button{color:var(--red);background:0 0;border:none;font-weight:700}.auth-terms{color:var(--text-muted);cursor:pointer;align-items:flex-start;gap:9px;margin-top:2px;font-size:12px;line-height:1.45;display:flex}.auth-terms input{width:16px;height:16px;accent-color:var(--red);cursor:pointer;flex:none;margin-top:2px}.auth-terms a{color:var(--red);font-weight:600}.legal-link{color:var(--red);font-weight:600;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}@media (width>=860px){.auth-shell{grid-template-columns:1.05fr 1fr;max-width:900px}.auth-brand{background:color-mix(in srgb, var(--surface-2) 35%, transparent);border-right:1px solid color-mix(in srgb, var(--border) 50%, transparent);align-items:center;padding:48px 44px;display:flex;position:relative}.auth-brand .auth-logo{justify-content:flex-start}.auth-brand .auth-tagline{text-align:left}.auth-form-side{padding:48px 40px}.auth-logo-mobile{display:none}.auth-form-title{text-align:left}}.legal-portal{z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.legal-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;width:100%;max-width:640px;max-height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000080}.legal-head{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.legal-head-brand{align-items:center;gap:12px;display:flex}.legal-logo{width:auto;height:24px}.legal-head .logo-white{display:block}.legal-head .logo-black,:root[data-theme=light] .legal-head .logo-white{display:none}:root[data-theme=light] .legal-head .logo-black{display:block}.legal-doc-type{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-left:1px solid var(--border);padding-left:12px;font-size:12px;font-weight:700}.legal-body{padding:22px;overflow-y:auto}.legal-updated{color:var(--text-muted);margin-bottom:14px;font-family:monospace;font-size:12px}.legal-intro{color:var(--text);margin-bottom:20px;font-size:14px;line-height:1.6}.legal-section{margin-bottom:18px}.legal-section h4{margin-bottom:6px;font-size:15px;font-weight:700}.legal-section p{color:var(--text-muted);font-size:13.5px;line-height:1.6}.legal-disclaimer{border-radius:var(--radius-sm);background:var(--surface-2);border-left:3px solid var(--red);color:var(--text-muted);margin-top:24px;padding:14px 16px;font-size:12.5px;line-height:1.55}.legal-foot{border-top:1px solid var(--border);flex:none;justify-content:flex-end;padding:16px 22px;display:flex}.legal-close-btn{border-radius:var(--radius-sm);background:var(--red);color:#fff;border:none;padding:11px 24px;font-size:14px;font-weight:700}.auth-keep{color:var(--text-muted);cursor:pointer;align-items:center;gap:10px;margin-top:2px;font-size:13.5px;display:flex}.switch{display:inline-flex;position:relative}.switch input{opacity:0;width:0;height:0;position:absolute}.switch-track{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;align-items:center;width:40px;height:22px;padding:2px;transition:background .2s;display:flex}.switch-thumb{background:var(--text-muted);border-radius:50%;width:16px;height:16px;transition:transform .2s,background .2s}.switch input:checked+.switch-track{background:var(--red);border-color:var(--red)}.switch input:checked+.switch-track .switch-thumb{background:#fff;transform:translate(18px)}.verify-card{z-index:2;background:color-mix(in srgb, var(--surface) 82%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--border);text-align:center;width:100%;max-width:420px;box-shadow:0 24px 70px var(--shadow);border-radius:20px;padding:40px 32px;position:relative}.verify-title{letter-spacing:-.01em;margin-top:18px;font-size:22px;font-weight:800}.verify-sub{color:var(--text-muted);margin:8px 0 28px;font-size:14px;line-height:1.5}.verify-sub strong{color:var(--text)}.code-inputs{justify-content:center;gap:10px;margin-bottom:28px;display:flex}.code-box{text-align:center;background:var(--surface-2);border:2px solid var(--border);width:46px;height:56px;color:var(--text);border-radius:12px;outline:none;font-size:24px;font-weight:800;transition:border-color .2s,background .2s}.code-box:focus{border-color:var(--red)}.code-box.filled{border-color:var(--red);background:color-mix(in srgb, var(--red) 8%, var(--surface-2))}.verify-actions{justify-content:space-between;margin-top:20px;display:flex}.verify-link{color:var(--red);background:0 0;border:none;font-size:13px;font-weight:600}@media (width<=400px){.code-box{width:40px;height:50px;font-size:20px}.code-inputs{gap:7px}}.birthdate-picker{grid-template-columns:.85fr 1.3fr 1fr;gap:8px;display:grid}.dd{position:relative}.dd-trigger{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:6px;padding:13px 12px;font-size:14px;display:flex}.dd-trigger.open,.dd-trigger:focus{border-color:var(--red)}.dd-placeholder{color:var(--text-muted)}.dd-chevron{color:var(--text-muted);flex:none;transition:transform .2s}.dd-trigger.open .dd-chevron{transform:rotate(180deg)}.dd-menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:220px;box-shadow:0 12px 32px var(--shadow);z-index:50;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.dd-item{width:100%;color:var(--text);text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;font-size:14px;display:flex}.dd-item:hover{background:var(--surface-2)}.dd-item.active{color:var(--red);font-weight:600}.dd-check{color:var(--red);flex:none}
