*,:after,:before{box-sizing:border-box}body,html{margin:0}#__next,:root,body,html,main{height:100%}.login-wrap{min-height:100vh;width:100%;max-width:100vw;display:grid;place-items:center;position:relative;overflow:hidden;padding:max(24px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom));background:radial-gradient(1200px 600px at 10% 10%,#1b2a48 0,transparent 60%),radial-gradient(1200px 600px at 90% 90%,#13202f 0,#0b0f14 55%);color:#e7eef7}.login-bg{position:fixed;inset:0;z-index:-1;background:url(/bg-map.jpg) 50%/cover no-repeat;filter:blur(10px) brightness(.8) saturate(110%);transform:scale(1.06);pointer-events:none}.login-glow1{right:-10%;top:-20%;width:400px;height:400px;background:conic-gradient(from 20deg at 50% 50%,#54a7ff33,#00d7c533,#54a7ff00);filter:blur(30px);opacity:.7}.login-glow1,.login-glow2{position:absolute;border-radius:50%;pointer-events:none}.login-glow2{left:-10%;bottom:-15%;width:380px;height:380px;background:radial-gradient(closest-side,#a855f733,#0000);filter:blur(26px);opacity:.8}.login-card{width:100%;max-width:520px;padding:clamp(16px,4vw,28px);border-radius:18px;background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.06)) padding-box;border:1px solid hsla(0,0%,100%,.22);backdrop-filter:blur(20px) saturate(160%) contrast(105%);-webkit-backdrop-filter:blur(20px) saturate(160%) contrast(105%);box-shadow:0 20px 60px rgba(0,0,0,.45),inset 0 1px 0 hsla(0,0%,100%,.15);isolation:isolate;background-clip:padding-box}.login-logo{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#7dd3fc,#60a5fa);color:#0b1220;margin-bottom:10px}.login-title{margin:4px 0 6px;font-size:clamp(22px,6vw,28px);letter-spacing:.2px}.login-sub{opacity:.8;font-size:clamp(13px,3.5vw,14px)}.login-note,.login-sub{margin:0;line-height:1.6}.login-note{opacity:.65;font-size:12px}.login-footer{position:fixed;bottom:12px;left:16px;right:16px;display:flex;gap:12px;justify-content:center;font-size:12px;opacity:.7}.login-link{color:#cde4ff;text-decoration:none}.auth-buttons{display:grid;grid-gap:10px;gap:10px}.auth-row{display:flex;gap:8px;align-items:stretch}.auth-row>.input{flex:1 1 auto;min-width:0}.input{box-sizing:border-box;padding:12px 14px;border-radius:12px;border:1px solid #2a3a55;background:rgba(10,16,28,.7);color:#e7eef7;width:100%}.input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33;outline:none}.btn{box-sizing:border-box;padding:12px 14px;border-radius:12px;border:1px solid #2a3a55;background:linear-gradient(180deg,#1a2334,#121a28);color:#e7eef7;font-weight:700;cursor:pointer;transition:transform .08s ease,box-shadow .2s ease,border-color .2s}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.35)}.btn:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33;outline:none}.btn.w-full{width:100%}.btn-primary{background:linear-gradient(180deg,#2b6be7,#1c4fb6);border-color:#1f56ca;box-shadow:0 8px 20px rgba(34,114,255,.25)}@media (max-width:640px){.auth-row{flex-direction:column}.btn{width:100%}.login-card{border-radius:16px}.login-footer{position:static;margin-top:16px}}body,html{overflow-x:hidden}html{-webkit-text-size-adjust:100%}input,select,textarea{font-size:16px;line-height:1.2}.tm-search-input{height:44px;padding:10px 14px;box-sizing:border-box;border-radius:14px;border:1px solid #e5e7eb;background:#fff;outline:none}.tm-search-input:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.35)}