*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f8fafc;color:#0f172a}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#16a34a 0%,#047857 42%,#f8fafc 42%,#f8fafc 100%);padding:34px 18px 22px}.login-hero{text-align:center;color:#fff;margin-top:16px;margin-bottom:28px}.brand-icon{width:96px;height:96px;border-radius:30px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;box-shadow:0 18px 45px rgba(0,0,0,.18)}.brand-icon img{width:70px;height:70px;object-fit:contain;border-radius:18px}.login-hero h1{font-size:34px;line-height:1.05;margin:0 0 8px;font-weight:900;letter-spacing:-.04em}.login-hero p{margin:0;color:#dcfce7;font-size:15px}.login-card{width:100%;max-width:430px;background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:26px 22px 22px;box-shadow:0 28px 70px rgba(15,23,42,.18)}.login-card h2{text-align:center;margin:0 0 6px;font-size:25px;color:#052e16}.login-card .sub{text-align:center;margin:0 0 22px;color:#64748b;font-size:14px}.login-card label{display:block;font-weight:900;color:#0f172a;font-size:14px;margin:15px 0 7px}.login-card input{width:100%;height:54px;border:1px solid #dbe3ef;border-radius:16px;padding:0 16px;font-size:15px;outline:none;background:#fff}.login-card input:focus{border-color:#16a34a;box-shadow:0 0 0 4px rgba(22,163,74,.12)}.login-card button{width:100%;height:56px;border:0;border-radius:18px;background:#16a34a;color:#fff;font-size:16px;font-weight:900;margin-top:22px;box-shadow:0 12px 30px rgba(22,163,74,.28)}.login-note{text-align:center;color:#64748b;font-size:13px;margin-top:18px;line-height:1.45}.login-error{background:#fff1f2;color:#991b1b;border:1px solid #fecdd3;border-radius:16px;padding:12px 14px;font-size:14px;margin-bottom:14px}footer{text-align:center;color:#64748b;font-size:13px;line-height:1.6;margin-top:24px}@media(max-width:480px){.login-page{padding-top:22px}.login-hero h1{font-size:31px}.login-card{border-radius:26px;padding:24px 20px}}