:root{--ink:#171311;--coral:#ff5b47;--paper:#f5f1eb;--muted:#817873;--line:#ddd4cc}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{font-family:Inter,"Noto Sans SC","PingFang SC",system-ui,sans-serif;background:var(--paper);color:var(--ink)}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.05fr) minmax(420px,.95fr)}.story-panel{position:relative;overflow:hidden;background:#171311;color:#fff;padding:44px 54px;display:flex;flex-direction:column}.story-panel:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-180px;bottom:-200px;background:radial-gradient(circle,rgba(255,91,71,.34),rgba(255,91,71,0) 68%)}.grid-glow{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,transparent 8%,#000 50%,transparent)}.brand{position:relative;z-index:2;display:flex;align-items:center;gap:13px}.brand-mark{width:36px;height:38px;display:flex;align-items:flex-end;gap:4px;transform:rotate(-7deg)}.brand-mark i{display:block;width:8px;background:var(--coral);border-radius:6px}.brand-mark i:nth-child(1){height:20px}.brand-mark i:nth-child(2){height:34px}.brand-mark i:nth-child(3){height:26px}.brand strong{display:block;font:700 29px Georgia,serif;letter-spacing:-1px}.brand span{display:block;color:#918883;font-size:8px;letter-spacing:2.6px;margin-top:2px}.story-copy{position:relative;z-index:2;margin:auto 0;max-width:650px}.eyebrow,.form-heading>p{font-size:9px;letter-spacing:2.3px;font-weight:900;color:var(--coral);margin:0 0 18px}.story-copy h1{font:400 clamp(44px,5vw,74px)/1.08 Georgia,"Noto Serif SC",serif;margin:0 0 28px;letter-spacing:-2px}.story-copy h1 em{color:var(--coral);font-style:normal}.story-copy>p:last-child{max-width:530px;color:#aca39e;font-size:14px;line-height:1.9}.security-note{position:relative;z-index:2;display:flex;align-items:center;gap:12px;border-top:1px solid #352e2b;padding-top:22px}.security-note>span{width:9px;height:9px;border-radius:50%;background:#62d89a;box-shadow:0 0 0 5px rgba(98,216,154,.12)}.security-note strong,.security-note small{display:block}.security-note strong{font-size:9px;letter-spacing:1.4px}.security-note small{color:#77706c;font-size:10px;margin-top:4px}.form-panel{display:grid;place-items:center;padding:55px;background:radial-gradient(circle at 70% 20%,#fff,transparent 45%)}form{width:min(410px,100%)}.form-heading{margin-bottom:34px}.form-heading>p{margin-bottom:12px}.form-heading h2{font:500 37px Georgia,"Noto Serif SC",serif;margin:0 0 9px}.form-heading>span{color:var(--muted);font-size:13px}.error{min-height:20px;color:#b53d34;background:#ffe4df;border-radius:8px;padding:0 11px;font-size:11px;display:flex;align-items:center;margin-bottom:8px}.error:empty{background:transparent}label{display:block;margin-top:18px}label>span{display:block;font-size:11px;font-weight:800;margin-bottom:9px}.field{height:54px;display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;transition:.2s}.field:focus-within{border-color:var(--coral);box-shadow:0 0 0 4px rgba(255,91,71,.09)}.field b{width:48px;text-align:center;color:#a19892;font-size:15px}.field input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;padding:0 16px 0 0;font-size:14px;color:var(--ink)}.field input::placeholder{color:#b8afaa}button{width:100%;height:54px;border:0;border-radius:12px;background:var(--coral);color:#fff;font-weight:900;margin-top:26px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:18px;box-shadow:0 12px 30px rgba(255,91,71,.22);transition:.2s}button:hover{transform:translateY(-2px);background:#ff6a58}.form-foot{text-align:center;color:#958d87;font-size:10px;margin-top:19px}.form-foot i{display:inline-block;width:6px;height:6px;background:#4eb881;border-radius:50%;margin-right:7px}@media(max-width:800px){.login-shell{grid-template-columns:1fr}.story-panel{min-height:270px;padding:28px}.story-copy{margin:50px 0 24px}.story-copy h1{font-size:40px}.story-copy>p:last-child,.security-note{display:none}.form-panel{padding:42px 25px;align-items:start}.form-heading h2{font-size:32px}}@media(max-width:460px){.story-panel{min-height:225px}.story-copy{margin:35px 0 0}.story-copy h1{font-size:34px}.form-panel{padding-top:34px}}
