:root{--ink:#242824;--muted:#7c8179;--paper:#f5f1e9;--coral:#ef765f;--mint:#bde8d8;--line:rgba(36,40,36,.12);--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}
*{box-sizing:border-box}html{min-width:320px;background:#dddcd4}body{margin:0;color:var(--ink);background:#dddcd4;font-family:"DM Sans","Noto Sans SC",sans-serif;-webkit-font-smoothing:antialiased}.auth-page{width:min(100%,480px);min-height:100dvh;margin:auto;padding:calc(26px + var(--safe-top)) 23px calc(19px + var(--safe-bottom));position:relative;overflow:hidden;background:var(--paper)}.auth-page:before{content:"";position:absolute;inset:0;opacity:.2;pointer-events:none;background-image:radial-gradient(rgba(36,40,36,.2) .5px,transparent .6px);background-size:7px 7px;mask-image:linear-gradient(180deg,transparent,#000 25%,#000 75%,transparent)}.auth-art{height:170px;margin:-25px -23px 0;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 53%,rgba(189,232,216,.93),transparent 33%),linear-gradient(145deg,#f5f1e9,#e6eee6)}.art-orbit{border:1px solid rgba(52,124,104,.2);border-radius:50%;position:absolute}.orbit-one{width:420px;height:150px;top:29px;left:50%;transform:translateX(-50%) rotate(-11deg)}.orbit-two{width:300px;height:220px;top:-15px;left:50%;transform:translateX(-50%) rotate(27deg)}.art-dot{width:7px;height:7px;border-radius:50%;position:absolute;background:var(--coral);box-shadow:0 0 0 5px rgba(239,118,95,.09)}.dot-one{top:35px;left:24%}.dot-two{top:113px;right:17%;background:var(--mint-dark,#347c68)}.dot-three{top:52px;right:27%;width:4px;height:4px;background:#f1d891}.art-mark{width:88px;height:88px;border:1px solid rgba(36,40,36,.16);border-radius:28px;display:flex;align-items:end;justify-content:center;gap:5px;position:absolute;top:46px;left:50%;padding:20px;transform:translateX(-50%) rotate(-6deg);background:rgba(255,255,255,.42);box-shadow:0 16px 35px rgba(63,77,66,.13);backdrop-filter:blur(6px)}.art-mark i,.brand-mark i{width:7px;border-radius:99px;background:var(--ink);animation:mark-pulse 1.8s ease-in-out infinite}.art-mark i:nth-child(1),.brand-mark i:nth-child(1){height:18px}.art-mark i:nth-child(2),.brand-mark i:nth-child(2){height:35px;background:var(--coral);animation-delay:-.45s}.art-mark i:nth-child(3),.brand-mark i:nth-child(3){height:25px;animation-delay:-.9s}.auth-content{position:relative;z-index:2}.auth-brand{display:flex;align-items:center;gap:9px;position:relative;font-size:15px;font-weight:800;letter-spacing:-.06em}.auth-brand em{color:var(--coral);font-style:normal}.auth-brand small{margin-left:auto;color:#969a92;font-size:6px;letter-spacing:.16em}.brand-mark{width:28px;height:28px;padding:7px 6px;border-radius:9px;display:flex;align-items:end;justify-content:center;gap:2px;background:var(--ink);transform:rotate(-3deg)}.brand-mark i{width:3px;background:#fff}.brand-mark i:nth-child(1){height:7px}.brand-mark i:nth-child(2){height:14px}.brand-mark i:nth-child(3){height:10px}.auth-intro{margin-top:35px}.eyebrow{margin:0 0 10px;color:var(--coral);font-size:8px;font-weight:800;letter-spacing:.18em}.auth-intro h1{margin:0;font-family:"Noto Sans SC",sans-serif;font-size:clamp(43px,12vw,58px);line-height:.98;letter-spacing:-.1em}.auth-intro h1 em{color:var(--coral);font-style:normal}.auth-intro>p:last-child{width:91%;margin:15px 0 0;color:var(--muted);font-size:11px;line-height:1.75}.auth-card{margin-top:24px;padding:17px;border:1px solid rgba(36,40,36,.1);border-radius:23px 4px 23px 4px;background:rgba(255,255,255,.62);box-shadow:0 22px 55px rgba(52,58,51,.09);backdrop-filter:blur(13px)}.auth-tabs{padding:3px;display:grid;grid-template-columns:1fr 1fr;border-radius:12px;background:rgba(36,40,36,.06)}.auth-tabs button{height:36px;border:0;border-radius:9px;color:#898e85;background:transparent;font-size:10px;cursor:pointer}.auth-tabs button.is-active{color:#fff;background:var(--ink);font-weight:800;box-shadow:0 6px 13px rgba(36,40,36,.14)}.auth-card h2{margin:21px 0 3px;font-size:19px;letter-spacing:-.05em}.auth-card-note{margin:0 0 16px;color:#8b9088;font-size:9px}.auth-card form{display:grid;gap:7px}.auth-card label{margin-top:5px;color:#686e66;font-size:8px;font-weight:700}.auth-card input{height:45px;padding:0 12px;border:1px solid var(--line);border-radius:11px;outline:0;color:var(--ink);background:rgba(250,249,245,.82);font-size:11px}.auth-card input:focus{border-color:#74b79f;box-shadow:0 0 0 3px rgba(116,183,159,.12)}.auth-card input::placeholder{color:#b0b3ad}.auth-submit{min-height:49px;margin-top:9px;padding:0 10px 0 15px;border:0;border-radius:13px;display:flex;align-items:center;justify-content:space-between;color:#fff;background:var(--ink);font-size:11px;font-weight:800;cursor:pointer}.auth-submit b{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;color:var(--ink);background:var(--mint);font-size:14px}.auth-submit:disabled{opacity:.55;cursor:wait}.auth-status{min-height:16px;margin:7px 2px 0;color:#c75f4c;font-size:8px;line-height:1.5}.auth-status.is-success{color:#347c68}.auth-card-note.is-register{color:#777b73}footer{margin-top:29px;padding-top:14px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#9b9f98;font-size:6px;letter-spacing:.08em}footer span:last-child{text-align:right}@keyframes mark-pulse{0%,100%{transform:scaleY(.67)}50%{transform:scaleY(1)}}@media(max-height:700px){.auth-art{height:125px}.art-mark{top:25px}.auth-intro{margin-top:22px}.auth-intro h1{font-size:39px}.auth-card{margin-top:15px}.auth-intro>p:last-child{margin-top:10px;line-height:1.5}}@media(min-width:481px){.auth-page{box-shadow:0 0 70px rgba(34,37,34,.14)}}
