/* Tiny Maket — login / register (creative split panel). Loads only when logged out on my-account. */
.tm-auth-page .page-hero,.tm-auth-page .page-wrap .breadcrumb{display:none}
.tm-auth-page .page-wrap{padding-top:26px;padding-bottom:54px}
/* Neutralise the logged-in account grid (nav+content) on the logged-out login screen. */
.tm-auth-page .woocommerce{display:block !important}
.tm-auth-page .woocommerce>.woocommerce-notices-wrapper{max-width:960px;margin-inline:auto}

.tm-auth{display:grid;grid-template-columns:1fr;gap:0;max-width:960px;margin:8px auto;background:var(--sf);border:1px solid var(--line);border-radius:var(--r4);overflow:hidden;box-shadow:var(--sh2)}
@media(min-width:860px){.tm-auth{grid-template-columns:1fr 1fr}}

/* brand panel */
.tm-auth-brand{position:relative;overflow:hidden;background:linear-gradient(150deg,var(--slate2),var(--slate3));color:#fff;padding:40px 34px;display:flex;flex-direction:column;justify-content:center;min-height:440px;order:2}
@media(min-width:860px){.tm-auth-brand{order:0}}
.tm-auth-grain{position:absolute;inset:0;background:repeating-linear-gradient(118deg,rgba(255,255,255,.025) 0 1px,transparent 1px 26px)}
.tm-auth-glow{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(236,28,37,.28),transparent 65%);top:-100px;right:-80px}
.tm-auth-logo{position:relative;display:inline-flex;align-items:center;gap:9px;color:#fff;text-decoration:none;font-weight:900;margin-bottom:24px}
.tm-auth-logo .lmark,.tm-auth-logo .lmark-img{width:34px;height:34px}
.tm-auth-logo span{font-size:1.05rem;color:#fff}
.tm-auth-head{position:relative;font-size:1.7rem;font-weight:900;line-height:1.45;color:#fff;letter-spacing:-.5px}
.tm-auth-sub{position:relative;color:rgba(255,255,255,.72);font-size:.9rem;line-height:1.9;margin:12px 0 24px}
.tm-auth-points{position:relative;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px}
.tm-auth-points li{display:flex;align-items:center;gap:11px;font-size:.86rem;font-weight:600;color:rgba(255,255,255,.9)}
.tm-auth-points .ap-ic{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex:none;color:#fff}
.tm-auth-points .ap-ic svg{width:17px;height:17px}
.tm-auth-car{position:absolute;bottom:-8px;left:-8px;width:180px;opacity:.14}
.tm-auth-car svg{width:100%;height:auto}

/* form panel */
.tm-auth-main{padding:34px 30px;display:flex;flex-direction:column;justify-content:center}
.tm-auth-tabs{display:flex;gap:6px;background:var(--sf2);border:1px solid var(--line);border-radius:14px;padding:5px;margin-bottom:22px}
.tm-auth-tab{flex:1;padding:11px;border:none;background:none;font-family:inherit;font-weight:800;font-size:.9rem;color:var(--ink3);border-radius:10px;cursor:pointer;transition:.2s}
.tm-auth-tab.active{background:var(--red);color:#fff;box-shadow:0 8px 18px -8px rgba(236,28,37,.5)}
.tm-auth-panel{display:none;animation:tmAuthIn .3s ease}
.tm-auth-panel.active{display:block}
@keyframes tmAuthIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.tm-auth-panel-head{margin-bottom:18px}
.tm-auth-panel-head h1{font-size:1.4rem;font-weight:900;letter-spacing:-.4px}
.tm-auth-panel-head p{font-size:.82rem;color:var(--ink3);margin-top:5px}

.tm-auth form{margin:0}
.tm-auth .form-row{display:flex;flex-direction:column;margin:0 0 14px;padding:0}
.tm-auth label{font-size:.78rem;font-weight:700;color:var(--ink2);margin-bottom:7px}
.tm-auth .input-text{width:100%;font-family:inherit;font-size:.9rem;color:var(--ink);box-sizing:border-box}
.tm-auth .required{color:var(--red);border:none}
.tm-pass-wrap{position:relative;display:block}
.tm-pass-wrap .input-text{padding-inline-start:44px !important}
.tm-pass-toggle{position:absolute;inset-inline-start:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;border:none;background:none;color:var(--ink3);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}
.tm-pass-toggle svg{width:19px;height:19px}
.tm-auth-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:16px}
.tm-remember{display:flex;align-items:center;gap:7px;font-size:.8rem;color:var(--ink2);font-weight:600;margin:0}
.tm-remember input{width:16px;height:16px;accent-color:var(--red)}
.tm-auth-lost{font-size:.8rem;font-weight:700;color:var(--red);text-decoration:none}
.tm-auth-btn{width:100%;background:var(--red)!important;color:#fff!important;border:none;border-radius:12px;padding:14px;font-family:inherit;font-weight:800;font-size:.95rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .18s,box-shadow .18s;float:none!important}
.tm-auth-btn svg{width:17px;height:17px}
.tm-auth-btn:hover{transform:translateY(-2px);box-shadow:0 13px 26px -11px rgba(236,28,37,.55)}
.tm-auth-note{font-size:.8rem;color:var(--ink3);background:var(--sf2);border:1px solid var(--line);border-radius:10px;padding:10px 12px;margin-bottom:14px}
.tm-auth-switch{text-align:center;font-size:.82rem;color:var(--ink3);margin-top:16px}
.tm-auth-link{background:none;border:none;color:var(--red);font-weight:800;font-family:inherit;font-size:.82rem;cursor:pointer;padding:0}
.tm-auth-help{text-align:center;font-size:.78rem;color:var(--ink3);margin-top:20px;padding-top:16px;border-top:1px solid var(--line)}
.tm-auth-help a{color:var(--red);font-weight:700;text-decoration:none}

@media(max-width:600px){.tm-auth-brand{min-height:auto;padding:30px 26px}.tm-auth-main{padding:26px 22px}.tm-auth-car{display:none}}
