.auth-pane{animation:auth-pane-in-right .24s ease-out both}.auth-pane--signin{animation-name:auth-pane-in-left}@keyframes auth-pane-in-left{0%{opacity:0;transform:translateX(-14px)}to{opacity:1;transform:none}}@keyframes auth-pane-in-right{0%{opacity:0;transform:translateX(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.auth-pane{animation:auth-pane-fade .16s ease-out both}}@keyframes auth-pane-fade{0%{opacity:0}to{opacity:1}}.auth-name-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}@media (max-width:380px){.auth-name-row{grid-template-columns:1fr}}.landing-preview-tile{display:flex;flex-direction:column;gap:8px;width:100%;padding:10px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:14px;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;color:inherit}.landing-preview-tile:focus-visible,.landing-preview-tile:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent,#5ddcc4) 60%,transparent);box-shadow:0 12px 28px rgba(0,0,0,.35);outline:none}.landing-preview-img{width:100%;height:auto;display:block;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#0a0f0d}.landing-preview-caption{font-size:12px;color:rgba(255,255,255,.68);text-align:center;line-height:1.3}.landing-preview-modal{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.88);display:grid;grid-template-columns:64px 1fr 64px;align-items:center;justify-items:center;grid-gap:24px;gap:24px;padding:32px 24px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.landing-preview-modal-frame{position:relative;grid-column:2;max-width:min(1100px,100%);max-height:88vh;display:flex;flex-direction:column;gap:12px;width:100%}.landing-preview-modal-img{width:100%;height:auto;max-height:calc(88vh - 80px);object-fit:contain;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#0a0f0d;box-shadow:0 30px 80px rgba(0,0,0,.6)}.landing-preview-modal-footer{display:flex;align-items:center;justify-content:center;gap:16px}.landing-preview-modal-caption{margin:0;text-align:center;color:rgba(255,255,255,.9);font-size:15px;font-weight:600}.landing-preview-modal-counter{margin:0;color:rgba(255,255,255,.5);font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.landing-preview-modal-close,.landing-preview-modal-nav{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:rgba(15,20,19,.85);color:rgba(255,255,255,.92);cursor:pointer;transition:background .16s ease,transform .12s ease,border-color .16s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-preview-modal-close{position:absolute;top:20px;right:24px;z-index:2}.landing-preview-modal-close:hover,.landing-preview-modal-nav:hover{background:rgba(93,220,196,.18);border-color:rgba(93,220,196,.6);color:#fff}.landing-preview-modal-nav:active{transform:scale(.95)}.landing-preview-modal-nav--prev{grid-column:1;justify-self:end}.landing-preview-modal-nav--next{grid-column:3;justify-self:start}@media (max-width:720px){.landing-preview-modal{grid-template-columns:48px 1fr 48px;gap:8px;padding:16px 8px}.landing-preview-modal-close,.landing-preview-modal-nav{width:40px;height:40px}.landing-preview-modal-close{top:12px;right:12px}}.landing-intro{position:fixed;inset:0;z-index:1000;display:none;flex-direction:column;background:linear-gradient(180deg,#0e1413,#0a100f);color:#e9efef;overscroll-behavior:contain;animation:landing-intro-in .44s cubic-bezier(.4,0,.2,1) both}html[data-intro-ready="1"] .landing-intro{display:flex}@keyframes landing-intro-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.landing-intro-header{display:flex;align-items:center;justify-content:space-between;padding:max(16px,env(safe-area-inset-top,0px)) 20px calc(16px + env(safe-area-inset-top, 0px))}.landing-intro-brand{display:flex;align-items:center;gap:8px}.landing-intro-brand-name{font-weight:700;font-size:1.05rem;letter-spacing:.01em}.landing-intro-skip{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:rgba(233,239,239,.7);font-size:.95rem;font-weight:600;padding:8px 10px;cursor:pointer}.landing-intro-skip:focus-visible,.landing-intro-skip:hover{color:#e9efef;outline:none}.landing-intro-viewport{flex:1 1 auto;overflow:hidden;min-height:0}.landing-intro-track{display:flex;height:100%;margin:0;padding:0;list-style:none;transition:transform .32s cubic-bezier(.4,0,.2,1)}.landing-intro-slide{flex:0 0 100%;min-width:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:12px 28px 0;text-align:center}.landing-intro-shot{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.landing-intro-img{max-height:min(70vh,620px);width:auto;max-width:94%;height:auto;border-radius:22px;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 60px rgba(0,0,0,.55)}.landing-intro-title{flex:1 1 auto;display:flex;align-items:center;justify-content:center;margin:0;font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#e9efef,#5ddcc4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-intro-shot,.landing-intro-title{transition:opacity .34s ease,transform .34s cubic-bezier(.4,0,.2,1)}.landing-intro-slide[aria-hidden=true] .landing-intro-shot{opacity:0;transform:scale(.94)}.landing-intro-slide[aria-hidden=true] .landing-intro-title{opacity:0;transform:translateY(12px)}.landing-intro-slide[aria-hidden=false] .landing-intro-shot,.landing-intro-slide[aria-hidden=false] .landing-intro-title{opacity:1;transform:none}.landing-intro-dots{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 0 4px}.landing-intro-dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;width:8px;height:8px;border-radius:999px;background:rgba(233,239,239,.28);cursor:pointer;transition:width .2s ease,background .2s ease}.landing-intro-dot.is-active{width:22px;background:#5ddcc4}.landing-intro-actions{display:flex;justify-content:center;padding:12px 24px calc(20px + env(safe-area-inset-bottom, 0px))}.landing-intro-next{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:200px;padding:14px 44px;border:0;border-radius:12px;background:linear-gradient(135deg,#5ddcc4,#37b9a3);color:#08110f;font-size:1.05rem;font-weight:700;cursor:pointer}.landing-intro-next:focus-visible,.landing-intro-next:hover{filter:brightness(1.05);outline:none}.landing-intro-replay{display:none}@media (max-width:720px){.landing-intro-replay{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:4px auto 0;padding:8px 14px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.04);color:rgba(233,239,239,.75);font-size:.9rem;font-weight:600;cursor:pointer}.landing-intro-replay:focus-visible,.landing-intro-replay:hover{color:#e9efef;border-color:rgba(93,220,196,.5);outline:none}}@media (prefers-reduced-motion:reduce){.landing-intro{animation:none}.landing-intro-dot,.landing-intro-shot,.landing-intro-title,.landing-intro-track{transition:none}.landing-intro-slide[aria-hidden=true] .landing-intro-shot,.landing-intro-slide[aria-hidden=true] .landing-intro-title{opacity:1;transform:none}}