/* LUKIK Account/Auth frontend v1.0.1 — Account Forms integrated */
.lk-account-page{padding:20px 0 56px;background:var(--lk-page-bg);min-height:calc(100vh - 78px)}
.lk-account-wrap{width:min(1420px,calc(100% - 48px));margin:0 auto}
.lk-account-layout{min-width:0}.lk-account-content{min-width:0}
.lk-account-page .lk-page-intro{min-height:118px;margin-bottom:24px;grid-template-columns:minmax(0,1fr)}
.lk-account-page .lk-page-intro__copy{max-width:800px}
.lk-account-page .lk-page-intro__art{display:none}
.lk-account-card{border:1px solid #e1e9f4;border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(31,70,130,.08);overflow:hidden}
.lk-auth-login-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)}
.lk-auth-primary{padding:34px 38px}.lk-auth-secondary{padding:34px;background:linear-gradient(145deg,#f4f9ff 0%,#eef6ff 55%,#fff 100%);border-left:1px solid #e4edf8;display:flex;flex-direction:column;justify-content:center;min-height:420px}
.lk-account-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 8px;color:var(--lk-blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.lk-account-card h2{margin:0;color:var(--lk-navy);font-size:28px;line-height:1.15;letter-spacing:-.025em;font-weight:850}
.lk-account-card .lk-card-note{margin:10px 0 24px;color:#6d7c92;font-size:14px;line-height:1.65}
.lk-account-field{margin-bottom:18px}.lk-account-field label{display:block;margin:0 0 7px;color:#263753;font-size:13px;font-weight:750}
.lk-account-control{position:relative}.lk-account-control svg{position:absolute;left:14px;top:50%;width:18px;height:18px;transform:translateY(-50%);fill:#96a8bf;pointer-events:none}
.lk-account-control .form-control,.lk-account-field>.form-control,.lk-account-field .form-select{width:100%;min-height:48px;border:1px solid #dbe5f1;border-radius:12px;background:#fff;color:#172846;padding:11px 14px;font-size:14px;box-shadow:none;transition:.18s ease}
.lk-account-control .form-control{padding-left:43px}.lk-account-field textarea.form-control{min-height:120px}
.lk-account-control .form-control:focus,.lk-account-field>.form-control:focus,.lk-account-field .form-select:focus{border-color:#80b9fb;box-shadow:0 0 0 4px rgba(8,120,249,.08);outline:0}
.lk-account-link{color:var(--lk-blue);font-size:13px;font-weight:700}.lk-account-link:hover{color:#0566d8}
.lk-account-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:22px}
.lk-account-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;border:1px solid transparent;border-radius:12px;font-size:14px;font-weight:800;text-decoration:none;cursor:pointer;transition:.18s ease}
.lk-account-btn--primary{background:var(--lk-blue);border-color:var(--lk-blue);color:#fff}.lk-account-btn--primary:hover{background:#066ee5;border-color:#066ee5;color:#fff;transform:translateY(-1px)}
.lk-account-btn--secondary{background:#fff;border-color:#cfdeef;color:#23405f}.lk-account-btn--secondary:hover{border-color:#9fc8f9;color:var(--lk-blue)}
.lk-account-btn--danger{background:#fff7f7;border-color:#f2caca;color:#b63b3b}.lk-account-btn--danger:hover{background:#fff0f0;color:#982d2d}
.lk-auth-secondary__icon{width:62px;height:62px;display:flex;align-items:center;justify-content:center;margin:0 0 22px;border-radius:18px;background:#fff;color:var(--lk-blue);box-shadow:0 12px 30px rgba(20,88,170,.12)}
.lk-auth-secondary__icon svg{width:31px;height:31px;fill:currentColor}.lk-auth-secondary p{margin:13px 0 24px;color:#61738e;font-size:14px;line-height:1.7}.lk-auth-secondary .lk-account-btn{align-self:flex-start}
.lk-account-page .alert{border-radius:14px;border-width:1px;margin-bottom:18px;font-size:13px}
.lk-account-form-shell{max-width:920px;margin:0 auto}.lk-account-form-card{padding:34px 38px}
.lk-account-section{padding:0 0 26px;margin:0 0 26px;border:0;border-bottom:1px solid #edf2f8}.lk-account-section:last-of-type{margin-bottom:0;border-bottom:0}
.lk-account-section__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.lk-account-section__head h2,.lk-account-section legend{margin:0;color:var(--lk-navy);font-size:20px;font-weight:850}.lk-account-section__head p{max-width:470px;margin:2px 0 0;color:#7b899d;font-size:12px;line-height:1.55}
.lk-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.lk-account-grid .lk-account-field{margin:0}
.lk-account-page .invalid-feedback{font-size:12px}.lk-account-page .required>label:after{content:' *';color:#e45252}
.lk-account-agreement{display:flex;align-items:flex-start;gap:10px;padding:16px 18px;margin-top:18px;border:1px solid #e5edf6;border-radius:13px;background:#f9fbfe;color:#65758c;font-size:12px;line-height:1.55}.lk-account-agreement .form-check-input{margin-top:3px;flex:0 0 auto}.lk-account-agreement a{color:var(--lk-blue);font-weight:700}
.lk-account-login-row{display:flex;justify-content:center;gap:6px;margin:20px 0 0;color:#728096;font-size:13px}.lk-account-login-row a{color:var(--lk-blue);font-weight:750}
.lk-account-state{max-width:700px;margin:0 auto}.lk-account-state .lk-account-card{padding:34px 38px}.lk-account-state-icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:17px;background:#edf6ff;color:var(--lk-blue)}.lk-account-state-icon svg{width:28px;height:28px;fill:currentColor}
.lk-account-state h2{font-size:24px}.lk-account-state p{margin:10px 0 22px;color:#687991;font-size:14px;line-height:1.7}
.lk-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.lk-dashboard-card{padding:28px;border:1px solid #e2eaf4;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(31,70,130,.06)}.lk-dashboard-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:14px;background:#eef6ff;color:var(--lk-blue)}.lk-dashboard-icon svg{width:23px;height:23px;fill:currentColor}.lk-dashboard-card h2{font-size:21px}.lk-dashboard-card p{min-height:46px;margin:9px 0 20px;color:#6b7b92;font-size:13px;line-height:1.65}.lk-dashboard-footer{display:flex;justify-content:flex-end;margin-top:20px}
.lk-account-page #captcha{margin-top:18px}
@media(max-width:900px){.lk-auth-login-grid{grid-template-columns:1fr}.lk-auth-secondary{min-height:0;border-left:0;border-top:1px solid #e4edf8}.lk-dashboard-grid{grid-template-columns:1fr}.lk-dashboard-card p{min-height:0}}
@media(max-width:760px){.lk-account-page{padding-top:14px}.lk-account-wrap{width:min(100% - 28px,1420px)}.lk-account-page .lk-page-intro{min-height:0;margin-bottom:20px}.lk-auth-primary,.lk-auth-secondary,.lk-account-form-card,.lk-account-state .lk-account-card{padding:24px 20px}.lk-account-card{border-radius:18px}.lk-account-grid{grid-template-columns:1fr}.lk-account-section__head{display:block}.lk-account-section__head p{margin-top:6px}.lk-account-actions{align-items:stretch;flex-direction:column-reverse}.lk-account-actions .lk-account-btn{width:100%}.lk-auth-secondary .lk-account-btn{width:100%}.lk-dashboard-card{padding:22px}.lk-dashboard-footer .lk-account-btn{width:100%}}
