*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:#100e0b;color:#ede6d6;font-family:Vazirmatn,sans-serif;direction:rtl}::selection{background:#c9a24b;color:#100e0b}.page{min-height:100vh}.container{max-width:720px;margin:0 auto;padding:20px}.container-narrow{max-width:420px;margin:0 auto;padding:20px}.card{background:#1c1915;border:1px solid #2a251e;border-radius:16px;padding:20px}.stack>*+*{margin-top:14px}.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.btn{border:none;border-radius:12px;padding:14px;font-weight:700;font-size:15px;cursor:pointer;font-family:inherit;width:100%;transition:transform .1s ease}.btn:active{transform:scale(.98)}.btn-gold{background:#c9a24b;color:#100e0b}.btn-green{background:#6fa07c;color:#0f1710}.btn-red{background:#c06b54;color:#1a0f0b}.btn-ghost{background:transparent;color:#8a8375;width:auto;padding:6px 10px}.label{font-size:12px;color:#8a8375;margin-bottom:6px;display:block}.input{width:100%;background:#100e0b;border:1px solid #332e26;border-radius:12px;padding:12px 14px;color:#ede6d6;font-size:15px;font-family:inherit;outline:none}.input:focus{border-color:#c9a24b}.error-text{color:#c06b54;font-size:12px;margin-top:8px}.muted{color:#8a8375;font-size:12px}.title{font-size:18px;font-weight:800}.subtitle{font-size:12px;color:#8a8375}.header{border-bottom:1px solid #2a251e;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.logo-badge{width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,#c9a24b,#8a6b24);display:flex;align-items:center;justify-content:center}.badge{font-size:11px;font-weight:500;padding:4px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:4px}.link{color:#c9a24b;text-decoration:none;font-size:13px}.center-screen{min-height:100vh;display:flex;align-items:center;justify-content:center}.spinner{border:3px solid #2a251e;border-top-color:#c9a24b;border-radius:50%;width:28px;height:28px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
