.entrance{box-sizing:border-box;min-height:100vh;min-height:100svh;max-width:none;width:100%;margin:0;padding:64px 24px 100px;display:grid;place-items:center;background:radial-gradient(ellipse at 50% 42%,#fffdf9 0%,#fbf2e8 68%,#f3e5dc 100%);color:#3c2b3b;font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;text-align:center;line-height:1.5}
.entrance *{box-sizing:border-box}.entrance-brand{width:100%;max-width:520px}.entrance-icon{display:block;width:144px;height:144px;object-fit:contain;margin:0 auto 28px;border-radius:30px;box-shadow:0 18px 45px #3c2b3b18}.entrance h1{margin:0;font-size:clamp(30px,6vw,54px);line-height:1.2;font-weight:600;letter-spacing:-1.8px;color:#3c2b3b}.entrance h1 span{font-weight:350}.entrance .entrance-tagline{margin:16px 0 0;color:#775363;font-size:16px;letter-spacing:1.8px}.entrance-hotspot{position:fixed;right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));width:48px;height:48px;display:grid;place-items:center;border-radius:50%;text-decoration:none}.entrance-hotspot span{display:block;width:16px;height:16px;border-radius:50%;background:#593e56;box-shadow:0 0 0 7px #593e5610;transition:box-shadow .2s}.entrance-hotspot:hover span{box-shadow:0 0 0 10px #593e5620}.entrance a:focus-visible{outline:3px solid #b26b32;outline-offset:5px}.entrance-auth{margin:44px auto 0;max-width:340px}.entrance-auth h2{margin:0;color:#3c2b3b;font-size:25px;font-weight:550;letter-spacing:-.5px}.entrance-auth p{margin:12px 0 24px;color:#775f70;font-size:16px}.entrance-signin{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:52px;padding:14px 20px;border-radius:10px;background:#593e56;color:#fff!important;text-decoration:none;font-size:16px;font-weight:550}.entrance-signin:hover{background:#3c2b3b}.entrance-back{display:inline-block;margin-top:22px;color:#775f70;font-size:14px;text-decoration:none}.entrance-back:hover{text-decoration:underline}@media(max-width:400px){.entrance-icon{width:112px;height:112px;border-radius:24px}.entrance .entrance-tagline{letter-spacing:1px}}@media(prefers-reduced-motion:reduce){.entrance-hotspot span{transition:none}}
