
:root{--pink:#eb1764;--pink2:#d70d56;--soft:#fff2f7;--line:#ffd3e3;--ink:#321c27;--muted:#806673}
*{box-sizing:border-box}
body.gtm-auth{margin:0;background:#fff7fa;color:var(--ink);font-family:Arial,Helvetica,sans-serif}
.gtm-auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,1fr) minmax(480px,1fr)}
.gtm-auth-visual{position:relative;overflow:hidden;background:linear-gradient(145deg,#ffd5e5,#fff0f6 55%,#ffe0eb);padding:54px;display:flex;align-items:center;justify-content:center}
.gtm-auth-visual:before,.gtm-auth-visual:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.48)}
.gtm-auth-visual:before{width:360px;height:360px;left:-120px;top:-100px}.gtm-auth-visual:after{width:260px;height:260px;right:-80px;bottom:-80px}
.gtm-auth-brand{position:relative;z-index:2;max-width:520px}
.gtm-auth-brand img{width:84px;height:84px;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(199,20,91,.16))}
.gtm-auth-brand .eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;color:var(--pink);margin:22px 0 10px}
.gtm-auth-brand h1{font-size:46px;line-height:1.08;margin:0 0 16px}.gtm-auth-brand h1 strong{color:var(--pink)}
.gtm-auth-brand p{font-size:16px;line-height:1.7;color:#704d5c;max-width:470px}
.gtm-auth-benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
.gtm-auth-benefits span{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.9);padding:14px;border-radius:16px;font-size:13px;font-weight:700;box-shadow:0 8px 24px rgba(140,38,79,.07)}
.gtm-auth-panel{display:flex;align-items:center;justify-content:center;padding:48px 34px;background:#fff}
.gtm-auth-card{width:min(100%,560px)}
.gtm-auth-back{display:inline-flex;gap:8px;color:#8a6877;text-decoration:none;font-size:13px;margin-bottom:28px}.gtm-auth-back:hover{color:var(--pink)}
.gtm-auth-card .eyebrow{font-size:11px;font-weight:900;letter-spacing:2px;color:var(--pink)}
.gtm-auth-card h2{font-size:34px;margin:8px 0}.gtm-auth-card>p{color:var(--muted);line-height:1.6;margin-top:0}
.gtm-auth-alert{padding:13px 15px;border-radius:13px;margin:18px 0;font-size:13px;line-height:1.55}.gtm-auth-alert.error{background:#fff0f3;border:1px solid #ffc7d6;color:#a51f4b}.gtm-auth-alert.success{background:#effcf4;border:1px solid #c6efd5;color:#287044}.gtm-auth-alert.info{background:#fff7df;border:1px solid #ffe39a;color:#7d5b16}
.gtm-auth-form{margin-top:24px}.gtm-auth-form label{display:block;font-size:13px;font-weight:750;margin:0 0 7px}
.gtm-auth-field{margin-bottom:17px}.gtm-auth-field input{width:100%;height:50px;border:1px solid #eadde3;border-radius:13px;padding:0 15px;font-size:14px;outline:none;transition:.2s;background:#fff}.gtm-auth-field input:focus{border-color:#f16c9e;box-shadow:0 0 0 4px rgba(235,23,100,.08)}
.gtm-password-wrap{position:relative}.gtm-password-wrap input{padding-right:90px}.gtm-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--pink);font-size:12px;font-weight:800;cursor:pointer}
.gtm-auth-check{display:flex;align-items:flex-start;gap:9px;font-size:12px;color:#735a65;line-height:1.55;margin:4px 0 20px}.gtm-auth-check input{margin-top:3px}
.gtm-auth-submit{width:100%;height:52px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--pink),var(--pink2));color:#fff;font-size:14px;font-weight:900;cursor:pointer;box-shadow:0 12px 28px rgba(220,20,88,.22)}.gtm-auth-submit:hover{filter:brightness(.98)}
.gtm-auth-foot{text-align:center;color:#79616c;font-size:13px;margin-top:22px}.gtm-auth-foot a{color:var(--pink);font-weight:800;text-decoration:none}
.gtm-auth-note{font-size:11px!important;color:#9a8490!important;margin-top:18px!important;text-align:center}
.gtm-local-action{display:block;text-align:center;margin-top:12px;padding:11px;border-radius:12px;background:#fff1f6;border:1px dashed #f2a3c1;color:#c2185b;text-decoration:none;font-size:12px;font-weight:800}
.gtm-auth-center{text-align:center}.gtm-auth-center .gtm-mail-icon{width:84px;height:84px;margin:0 auto 20px;border-radius:26px;background:linear-gradient(135deg,#ffedf4,#ffd2e3);display:flex;align-items:center;justify-content:center;font-size:35px}
@media(max-width:900px){.gtm-auth-shell{grid-template-columns:1fr}.gtm-auth-visual{min-height:330px;padding:36px}.gtm-auth-brand h1{font-size:36px}.gtm-auth-panel{padding:36px 22px}.gtm-auth-benefits{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.gtm-auth-visual{min-height:270px;padding:28px 22px}.gtm-auth-brand img{width:64px;height:64px}.gtm-auth-brand h1{font-size:30px}.gtm-auth-brand p{font-size:14px}.gtm-auth-benefits{display:none}.gtm-auth-panel{padding:28px 18px}.gtm-auth-card h2{font-size:29px}}
