*{box-sizing:border-box}body,html{margin:0;padding:0;background:#090d14;color:#e7edf8;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}a{color:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr)}.prototype-pane{background:#080b11}.prototype-header{height:56px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.08)}.prototype-title{font-size:14px;font-weight:600}.prototype-subtitle{color:#9aa7bc;font-size:12px}.prototype-frame{width:100%;height:calc(100vh - 56px);border:0;display:block;background:#0a0d14}.top-btn{border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.04);color:#e7edf8;border-radius:8px;height:30px;padding:0 12px;cursor:pointer}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(440px,100%);background:#101622;border:1px solid hsla(0,0%,100%,.1);border-radius:14px;padding:20px}.auth-card h1{margin:0;font-size:20px}.auth-card p{color:#9aa7bc;margin:10px 0 0}.auth-form{margin-top:16px;display:grid;grid-gap:12px;gap:12px}.auth-form label{display:grid;grid-gap:6px;gap:6px;font-size:12px;color:#c3d0e6}.auth-form input{height:36px;border-radius:8px;border:1px solid hsla(0,0%,100%,.14);background:#0a1019;color:#e7edf8;padding:0 10px}.primary-btn{margin-top:2px;height:36px;border-radius:8px;border:0;background:#6f7bf7;color:#fff;font-weight:600;cursor:pointer}.primary-btn:disabled{opacity:.7;cursor:default}.google-btn{width:100%;height:38px;margin-top:18px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;border:1px solid hsla(0,0%,100%,.14);background:#fff;color:#202124;font-weight:600;cursor:pointer}.google-btn:disabled{opacity:.7;cursor:default}.auth-divider{display:flex;align-items:center;gap:12px;margin:16px 0 0;color:#76849a;font-size:11px}.auth-divider:after,.auth-divider:before{content:"";height:1px;flex:1 1;background:hsla(0,0%,100%,.1)}.auth-label-row{display:flex;justify-content:space-between;align-items:center}.inline-link-btn{padding:0;border:0;background:transparent;color:#9fb2ff;font:inherit;cursor:pointer}.inline-link-btn:disabled{opacity:.7;cursor:default}.link-btn{margin-top:12px;background:transparent;border:0;color:#9fb2ff;cursor:pointer;padding:0}.auth-message{margin-top:12px;color:#f9c77f;font-size:12px}.auth-message.success{color:#83d9ad}.auth-wide-btn{width:100%;margin-top:18px}.floating-error{position:fixed;right:14px;bottom:14px;max-width:360px;padding:10px 12px;border-radius:8px;background:rgba(220,53,69,.18);border:1px solid rgba(220,53,69,.45);color:#ffd6db;font-size:12px}@media (max-width:1100px){.shell{grid-template-columns:1fr}}