:root{--orange:#ff5a1f;--navy:#071a57;--teal:#0e9fb5;--border:#dbe5ef;--sky:#eaf7fb;--muted:#5b6478;--shadow:0 24px 60px #071a5729}*{box-sizing:border-box}body{color:var(--navy);background:radial-gradient(circle at 0 0,#fff 0,#f7fcff 40%,#edf8fc 100%);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.beta-app{background:radial-gradient(circle at 0 0,#fff 0,#f7fcff 42%,#edf8fc 100%);min-height:100vh;overflow-x:hidden}body.beta-app .app-shell{justify-content:center;align-items:stretch;width:100%;min-height:100vh;display:flex}body.beta-app.desktop-view .app-shell{align-items:center;padding:20px}.page{grid-template-columns:1fr;gap:34px;max-width:1340px;margin:0 auto;padding:20px;display:grid}.phone-wrap{justify-content:center;align-items:flex-start;height:calc(100vh - 96px);padding-bottom:16px;display:flex;position:sticky;top:86px}body.desktop-view .phone-wrap{justify-content:flex-start;top:86px}body.beta-app .phone-wrap{justify-content:center;align-items:stretch;width:100%;min-height:100vh;display:flex;height:auto!important;padding:0!important;position:static!important;top:auto!important}body.beta-app.desktop-view .phone-wrap{align-items:center;min-height:calc(100vh - 40px)}.phone{width:390px;height:min(824px,100vh - 120px);min-height:620px;box-shadow:var(--shadow);background:#111;border:2px solid #1f2937;border-radius:45px;padding:14px}body.beta-app .phone{width:100%;max-width:430px;height:100vh;min-height:0;box-shadow:none;background:#fff;border:0;border-radius:0;padding:0;overflow:hidden}body.beta-app.desktop-view .phone{border:1px solid var(--border);width:min(980px,100vw - 40px);max-width:980px;height:min(900px,100vh - 40px);min-height:680px;box-shadow:var(--shadow);border-radius:24px}.screen{background:#fff;border-radius:34px;height:100%;position:relative;overflow:hidden}body.desktop-view .screen{border-radius:24px;flex-direction:column;display:flex;position:relative}body.beta-app .screen{border:0;border-radius:0;height:100vh}body.beta-app.desktop-view .screen{border-radius:24px;height:100%}.apphead{justify-content:space-between;align-items:center;padding:8px 24px 0;display:flex}body.desktop-view .apphead{padding:18px 34px 0}body.beta-app .apphead{padding-top:12px}.apphead-left{align-items:center;gap:7px;min-width:0;display:flex}.applogo{align-items:center;line-height:1;display:flex}.applogo img{width:82px;height:auto;display:block}body.desktop-view .applogo img{width:112px}.app-accent-rule{background:var(--teal);border-radius:99px;flex:none;height:3px;margin:8px 24px 0}body.desktop-view .app-accent-rule{margin:10px 34px 0}body.desktop-view .apphead,body.desktop-view .app-accent-rule,body.desktop-view .progress,body.desktop-view .footer-btn{flex:none!important}.content{scrollbar-width:none;height:calc(100% - 104px);padding:22px 24px 26px;overflow:auto}body.desktop-view .content{height:calc(100% - 112px);padding:28px 42px 30px}@media screen and (width<=768px){#appForm input,#appForm select,#appForm textarea{font-size:16px!important}}
