.reseller-page { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 42px 0 64px; }
.reseller-hero, .reseller-login-card, .reseller-device-bar, .reseller-lists-section, .reseller-feedback { border: 1px solid rgba(122, 177, 255, .2); border-radius: 22px; background: rgba(10, 20, 42, .76); box-shadow: 0 18px 48px rgba(0,0,0,.2); }
.reseller-hero { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 40px; margin-bottom: 22px; background: radial-gradient(circle at top right, rgba(24, 116, 255, .31), transparent 45%), rgba(10, 20, 42, .86); }
.reseller-hero-copy { min-width: 0; }
.reseller-hero-content { display: flex; align-items: center; gap: 24px; margin-top: 18px; }
.reseller-hero-logo { flex: 0 0 auto; width: 148px; height: auto; object-fit: contain; filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .35)); }
.reseller-hero h1 { max-width: 640px; margin: 0 0 12px; color: #fff; font-size: clamp(2rem, 3.8vw, 3.75rem); line-height: 1.04; letter-spacing: -.035em; }
.reseller-login-card h2, .section-heading h2 { margin: 8px 0 12px; color: #fff; }
.reseller-hero p, .reseller-login-card p, .section-heading p, .reseller-protection span { margin: 0; color: rgba(232,241,255,.78); line-height: 1.55; }
.reseller-protection { width: min(280px, 100%); display: grid; gap: 8px; padding: 20px; border-radius: 16px; background: rgba(3, 10, 27, .62); border: 1px solid rgba(111, 180, 255, .22); }
.reseller-protection strong { color: #9fc8ff; }
.reseller-login-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, 1fr); gap: 34px; padding: 32px; max-width: 850px; margin: 0 auto; }
.reseller-form { display: grid; gap: 13px; }
.reseller-form label { display: grid; gap: 7px; color: #dceaff; font-size: .9rem; }
.reseller-form input, .reseller-form select { width: 100%; border: 1px solid rgba(151, 191, 255, .28); border-radius: 10px; background: #07142e; color: #fff; padding: 12px; font: inherit; }
.reseller-form small { color: rgba(232,241,255,.62); line-height: 1.35; }
.reseller-payment-help { margin-top: 2px; color: rgba(232,241,255,.74); }
.reseller-payment-help summary { width: fit-content; color: #a8ccff; cursor: pointer; font-weight: 600; }
.reseller-payment-help p { margin: 8px 0 0; line-height: 1.45; }
.reseller-device-bar { display: flex; flex-wrap: wrap; align-items: end; gap: 15px; padding: 20px 24px; margin-bottom: 22px; }
.reseller-device-bar > div { margin-right: auto; display: grid; gap: 3px; }
.reseller-device-bar span { color: rgba(232,241,255,.66); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.reseller-device-bar strong { color: #fff; }
.reseller-lists-section { padding: 30px; }
.section-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 22px; }
.section-heading p { max-width: 440px; }
.reseller-list-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 18px; }
.reseller-list-card { border: 1px solid rgba(139, 185, 255, .2); background: rgba(3, 12, 29, .55); border-radius: 16px; padding: 18px; }
.reseller-list-card h3 { color: #fff; margin: 14px 0; }
.reseller-list-card-top { display: flex; justify-content: space-between; color: rgba(232,241,255,.58); font-size: .8rem; }
.reseller-status { color: #8bffc3; text-transform: capitalize; }
.reseller-list-card dl { margin: 0 0 15px; display: grid; gap: 10px; }
.reseller-list-card dl div { display: flex; justify-content: space-between; gap: 10px; }
.reseller-list-card dt { color: rgba(232,241,255,.58); }
.reseller-list-card dd { margin: 0; color: #fff; text-align: right; word-break: break-word; }
.reseller-editor { margin-top: 10px; border-radius: 10px; border: 1px solid rgba(139,185,255,.18); background: rgba(2, 8, 20, .42); padding: 11px; }
.reseller-editor summary { color: #a8ccff; cursor: pointer; font-weight: 600; }
.reseller-editor[open] summary { margin-bottom: 13px; }
.reseller-form.grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.reseller-form.grid label:last-of-type { grid-column: 1 / -1; }
.reseller-form.inline { grid-template-columns: 1fr auto; align-items: center; }
.reseller-form.grid button { grid-column: 1 / -1; }
.danger-button { width: 100%; margin-top: 12px; border: 1px solid rgba(255, 110, 129, .5); background: rgba(142, 27, 48, .32); color: #ffe8ec; padding: 10px; border-radius: 10px; cursor: pointer; font: inherit; }
.reseller-empty-state { display: grid; gap: 7px; text-align: center; padding: 38px; color: rgba(232,241,255,.72); }
.reseller-empty-state strong { color: #fff; }
.reseller-feedback { padding: 18px 22px; display: grid; gap: 5px; margin-bottom: 20px; color: #fff; }
.reseller-feedback.error { border-color: rgba(255, 111, 133, .55); }
@media (max-width: 720px) { .reseller-page { width: min(100% - 22px, 1120px); padding-top: 22px; } .reseller-hero, .reseller-login-card { grid-template-columns: 1fr; display: grid; padding: 24px; } .reseller-hero-content { align-items: flex-start; gap: 16px; margin-top: 16px; } .reseller-hero-logo { width: 100px; } .reseller-hero h1 { font-size: clamp(1.8rem, 8vw, 2.7rem); } .section-heading { display: grid; } .reseller-form.grid { grid-template-columns: 1fr; } .reseller-form.grid label:last-of-type, .reseller-form.grid button { grid-column: auto; } }
