.auth-main{display:flex;align-items:center;justify-content:center;padding:3rem 1rem;min-height:80vh}.auth-card{width:100%;max-width:580px;background:var(--s2);border:1px solid var(--bd);border-radius:16px;box-shadow:var(--sh);overflow:hidden}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}@media(max-width:560px){.auth-card{max-width:420px}.field-row{grid-template-columns:1fr;gap:1.1rem}}.auth-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2.2rem 2rem 1.6rem;border-bottom:1px solid var(--bd);text-align:center}.auth-header h1{font-size:1.35rem;margin:0}.auth-header p{font-size:.85rem;color:var(--mu);margin:0}.auth-form{display:flex;flex-direction:column;gap:1.1rem;padding:1.8rem 2rem 2rem}.field{display:flex;flex-direction:column;gap:.35rem}.field label{font-size:.78rem;font-weight:600;color:var(--mu);text-transform:uppercase;letter-spacing:.04em}.field input{background:var(--s1);border:1.5px solid var(--bd);border-radius:10px;padding:.65rem .9rem;color:var(--tx);font-size:.9rem;outline:none}.field input:focus{border-color:var(--ac)}.field.has-error input{border-color:var(--er)}.err{font-size:.75rem;color:var(--er);min-height:.9rem}.phone-hint{font-size:.78rem;font-style:italic;color:#a78bfa;line-height:1.5}.phone-hint p{margin:0 0 .3rem}.phone-hint ul{margin:0;padding-left:1.1rem}.phone-hint li{margin-bottom:.15rem}.phone-hint strong{font-style:normal;color:#a78bfa}.pw-wrap{position:relative}.pw-wrap input{width:100%;box-sizing:border-box;padding-right:2.6rem}.pw-toggle{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:none;border:none;padding:0;color:var(--mu);cursor:pointer}.pw-toggle:hover{color:var(--tx)}.pw-toggle svg{width:18px;height:18px}.pw-toggle .icon-eye-off,.pw-toggle.active .icon-eye{display:none}.pw-toggle.active .icon-eye-off{display:block}.submit-btn{margin-top:.3rem;width:100%;padding:.75rem;background:linear-gradient(135deg,#ec88ca,#f63bf5);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer}.submit-btn:disabled{opacity:.55;cursor:not-allowed}.alt-link{text-align:center;font-size:.82rem;color:var(--mu);margin:0}.alt-link a{color:var(--ac);font-weight:600;text-decoration:none}.alt-link a:hover{text-decoration:underline}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(20px);z-index:9999;padding:.65rem 1.2rem;border-radius:10px;font-size:.88rem;font-weight:600;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.toast.ok{background:#065f46;border:1px solid rgba(52,211,153,.3);color:#6ee7b7}.toast.err{background:#7f1d1d;border:1px solid rgba(248,113,113,.3);color:#fca5a5}.rg-terms{gap:.2rem}.rg-terms-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:var(--tx);opacity:.8;cursor:pointer;line-height:1.5}.rg-terms-check{width:16px;height:16px;flex-shrink:0;margin-top:2px;accent-color:var(--ac);cursor:pointer}.rg-link{color:var(--ac);text-decoration:none;font-weight:600}.rg-link:hover{text-decoration:underline}.tm-backdrop{position:fixed;inset:0;z-index:3000;background:#000000a6;backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:tmFadeIn .15s ease}@keyframes tmFadeIn{0%{opacity:0}to{opacity:1}}.tm-modal{background:var(--s1);border:1px solid var(--bd);border-radius:16px;width:100%;max-width:600px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 24px 64px #0000008c;animation:tmSlideUp .2s cubic-bezier(.34,1.56,.64,1)}@keyframes tmSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tm-header{display:flex;align-items:center;gap:.75rem;padding:1.1rem 1.25rem;border-bottom:1px solid var(--bd);flex-shrink:0}.tm-header-icon{width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,var(--ac),var(--ac2));display:flex;align-items:center;justify-content:center;flex-shrink:0}.tm-header-title{font-size:.95rem;font-weight:700;color:var(--tx)}.tm-header-sub{font-size:.72rem;color:var(--mu);margin-top:.1rem}.tm-close{margin-left:auto;background:none;border:none;color:var(--mu);cursor:pointer;font-size:1rem;padding:.3rem .45rem;border-radius:6px;transition:color .12s,background .12s;line-height:1}.tm-close:hover{color:var(--tx);background:var(--s2)}.tm-body{overflow-y:auto;padding:1.1rem 1.25rem;flex:1;display:flex;flex-direction:column;gap:.9rem;overscroll-behavior:contain}.tm-body::-webkit-scrollbar{width:3px}.tm-body::-webkit-scrollbar-thumb{background:var(--bd);border-radius:2px}.tm-intro{background:linear-gradient(135deg,#8b5cf614,#60a5fa0d);border:1px solid rgba(139,92,246,.2);border-radius:10px;padding:.9rem 1.1rem;font-size:.85rem;line-height:1.7;color:var(--tx)}.tm-section{border-radius:10px;padding:.85rem 1rem}.tm-section p{font-size:.83rem;line-height:1.7;color:var(--tx);margin:0 0 .5rem}.tm-section p:last-child{margin-bottom:0}.tm-sec-title{display:flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:700;color:var(--tx);margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:1px solid var(--bd)}.tm-sec-num{width:22px;height:22px;border-radius:5px;flex-shrink:0;background:linear-gradient(135deg,var(--ac),var(--ac2));display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;color:#fff}.tm-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.tm-list li{font-size:.83rem;line-height:1.6;color:var(--tx);position:relative;padding-left:calc(5px + .5rem)}.tm-list li:before{content:"";position:absolute;left:0;top:.55rem;width:5px;height:5px;border-radius:50%;background:var(--ac)}.tm-ok{background:#34d3990f;border:1px solid rgba(52,211,153,.18)}.tm-ok .tm-list li:before,.tm-ok .tm-sec-num{background:var(--ok)}.tm-ok .tm-sec-title{border-color:#34d3992e}.tm-ban{background:#f871710f;border:1px solid rgba(248,113,113,.2)}.tm-ban .tm-list li:before{background:var(--er)}.tm-ban .tm-sec-title{border-color:#f8717133}.tm-warn{background:#fbbf240f;border:1px solid rgba(251,191,36,.2)}.tm-warn .tm-list li:before{background:#f59e0b}.tm-warn .tm-sec-title{border-color:#fbbf2433}.tm-footer{display:flex;align-items:center;justify-content:flex-end;gap:.6rem;padding:.9rem 1.25rem;border-top:1px solid var(--bd);flex-shrink:0}.tm-btn-ghost{padding:.5rem 1.1rem;border-radius:8px;border:1px solid var(--bd);background:none;color:var(--mu);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.tm-btn-ghost:hover{border-color:var(--ac);color:var(--ac)}.tm-btn-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.2rem;border-radius:8px;border:none;background:linear-gradient(135deg,var(--ac),var(--ac2));color:#fff;font-size:.82rem;font-weight:700;cursor:pointer;transition:opacity .15s;font-family:inherit}.tm-btn-primary:hover{opacity:.88}
