:root{--pk:#ff5a3d;--pk-dark:#e94b31;--pk-ink:#17212b;--pk-muted:#73808a;--pk-line:#e8ecef;--pk-bg:#f7f8fa}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--pk-ink);background:var(--pk-bg)}
.auth-page{min-height:100vh;background:radial-gradient(circle at 20% 10%,#fff1eb 0,transparent 35%),linear-gradient(135deg,#fff,#f8f9fa)}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(560px,100%);background:#fff;border:1px solid var(--pk-line);border-radius:24px;padding:34px;box-shadow:0 20px 70px rgba(24,33,43,.08)}.auth-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--pk-ink);font-size:20px;font-weight:900;margin-bottom:26px}.auth-logo img{width:42px;height:42px;object-fit:contain;border-radius:12px}.auth-icon{width:48px;height:48px;border-radius:14px;background:#fff0eb;color:var(--pk);display:grid;place-items:center;font-size:23px;margin-bottom:16px}.eyebrow{font-size:10px;letter-spacing:.13em;font-weight:900;color:var(--pk)}.auth-card h1{font-size:30px;font-weight:900;letter-spacing:-.04em;margin:7px 0}.auth-lead{color:var(--pk-muted);font-size:13px;line-height:1.7}.form-label{font-size:12px;font-weight:750}.form-control{border-radius:11px;border-color:#dfe4e8;min-height:45px}.form-control:focus{border-color:#ffab9b;box-shadow:0 0 0 4px rgba(255,90,61,.09)}.btn-brand{background:var(--pk);border-color:var(--pk);color:#fff;border-radius:11px;padding:11px 15px;font-weight:800}.auth-bottom{text-align:center;font-size:12px;color:#77818a;margin-top:18px}.auth-bottom a{color:var(--pk);font-weight:800;text-decoration:none}.profile-page{background:#f7f8fa}.profile-wrap{width:min(1000px,94%);margin:auto;padding:30px 0 60px}.profile-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.profile-head>a:last-child{color:#c3483b;text-decoration:none;font-size:12px;font-weight:800}.profile-card{background:#fff;border:1px solid var(--pk-line);border-radius:20px;padding:28px;box-shadow:0 10px 35px rgba(24,33,43,.05)}.profile-card h1{font-size:28px;font-weight:900}.profile-card hr{border-color:#edf0f2}@media(max-width:600px){.auth-card{padding:24px;border-radius:18px}.auth-card h1{font-size:25px}.profile-wrap{width:94%}.profile-card{padding:20px}}
