*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:#f5f7fb;color:#172033;font-size:14px}.topbar{height:72px;background:#fff;border-bottom:1px solid #e6eaf2;position:fixed;z-index:40;inset:0 0 auto;display:flex;align-items:center;padding:0 26px;gap:24px}.brand{width:235px;display:flex;align-items:center;gap:11px;text-decoration:none;color:#172033;font-size:18px;font-weight:700}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#5b65f5,#7655e8);color:#fff}.top-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.balance-pill{background:#f0f3ff;color:#4954d8;padding:10px 13px;border-radius:12px;font-weight:700}.user-chip{display:flex;align-items:center;gap:9px}.user-chip b,.user-chip small{display:block}.user-chip small{color:#8b94a7;font-size:11px}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eef1f7;color:#4c5670;font-weight:700}.icon-btn,.menu-btn{border:0;background:#f2f4f8;color:#5d6679;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;text-decoration:none;font-size:19px;cursor:pointer}.menu-btn{display:none}.layout{display:flex;padding-top:72px;min-height:100vh}.sidebar{position:fixed;top:72px;bottom:0;width:260px;background:#fff;border-right:1px solid #e6eaf2;padding:22px 14px;overflow:auto;z-index:30}.sidebar-label{font-size:10px;letter-spacing:.16em;color:#a0a8b8;padding:0 12px 12px;font-weight:700}.sidebar a{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;color:#606a7f;text-decoration:none;margin:3px 0;font-weight:600}.sidebar a i{font-size:19px}.sidebar a:hover,.sidebar a.active{background:#eef0ff;color:#505ae2}.sidebar-footer{margin-top:28px;padding:16px;border:1px solid #e8ebf3;background:#f9faff;border-radius:16px;display:flex;gap:10px}.sidebar-footer i{font-size:22px;color:#5a64ed}.sidebar-footer b,.sidebar-footer small{display:block}.sidebar-footer small{color:#8c95a7;font-size:11px;margin-top:3px}.content{margin-left:260px;width:calc(100% - 260px);padding:30px}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.page-head h1{font-size:27px;margin:4px 0 0;letter-spacing:-.03em}.eyebrow{font-size:10px;color:#6c75e7;font-weight:700;letter-spacing:.15em}.grid{display:grid;gap:18px}.grid.cols-4{grid-template-columns:repeat(4,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-2{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid #e5e9f1;border-radius:18px;padding:20px;box-shadow:0 5px 18px rgba(34,44,75,.035)}.stat{display:flex;justify-content:space-between;align-items:flex-start}.stat .icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#eef0ff;color:#5660e8;font-size:22px}.stat small{display:block;color:#8b94a6;font-weight:600}.stat strong{display:block;font-size:24px;margin-top:7px}.card h2,.card h3{margin:0 0 16px}.muted{color:#8b94a7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:11px;padding:11px 15px;background:#5963ec;color:#fff;text-decoration:none;font-weight:700;cursor:pointer}.btn.secondary{background:#eef0f5;color:#4f596e}.btn.success{background:#1aa981}.btn.danger{background:#e14d5c}.btn.warning{background:#ed9b32}.btn.sm{padding:8px 10px;font-size:12px}.actions{display:flex;flex-wrap:wrap;gap:8px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.form-group{display:flex;flex-direction:column;gap:7px}.form-group.full{grid-column:1/-1}label{font-weight:700;color:#485268}input,select,textarea{width:100%;border:1px solid #dfe4ed;background:#fff;border-radius:11px;padding:11px 12px;font:inherit;color:#182137;outline:none}input:focus,select:focus,textarea:focus{border-color:#6972ed;box-shadow:0 0 0 3px #eef0ff}textarea{min-height:110px;resize:vertical}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:700px}.table th{text-align:left;font-size:11px;color:#8b94a7;letter-spacing:.06em;padding:12px;border-bottom:1px solid #e8ebf2}.table td{padding:13px 12px;border-bottom:1px solid #edf0f5;vertical-align:middle}.badge{display:inline-flex;padding:6px 9px;border-radius:20px;font-size:11px;font-weight:700}.badge.success{background:#e7f8f2;color:#138767}.badge.warning{background:#fff4de;color:#b67418}.badge.danger{background:#ffe9ec;color:#bd3848}.badge.muted{background:#edf0f4;color:#737d90}.badge.info{background:#eaf1ff;color:#376dcc}.alert{padding:13px 15px;border-radius:12px;margin-bottom:16px;background:#eaf1ff;color:#315da6;display:flex;gap:8px}.alert.success{background:#e7f8f2;color:#137a5f}.alert.danger{background:#ffe8eb;color:#b43645}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.video-card{background:#fff;border:1px solid #e4e8f0;border-radius:17px;overflow:hidden}.video-thumb{aspect-ratio:16/9;background:#e9ecf5;position:relative}.video-thumb img{width:100%;height:100%;object-fit:cover}.video-card .body{padding:15px}.video-card h3{font-size:15px;margin:0 0 8px}.meta{display:flex;justify-content:space-between;color:#788297;font-size:12px;margin:10px 0}.chat-layout{display:grid;grid-template-columns:270px 1fr;gap:18px}.chat-users,.chat-box{height:620px;overflow:auto}.chat-message{padding:11px 13px;background:#f1f3f8;border-radius:13px;margin:8px 0;max-width:82%}.chat-message.mine{background:#e9ebff;margin-left:auto}.chat-message small{display:block;color:#8892a5;margin-top:5px}.rule{padding:10px 12px;background:#fff8e8;border-radius:10px;margin-bottom:8px;color:#8e6828}.leader-rank{font-size:20px;font-weight:700;color:#5963ec}.overlay{display:none}.empty{padding:35px;text-align:center;color:#929aab}.kpi-line{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #edf0f5}.progress{height:8px;background:#edf0f5;border-radius:8px;overflow:hidden}.progress span{display:block;height:100%;background:#5963ec}.auth-page{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(460px,100%);background:#fff;border:1px solid #e5e9f1;border-radius:22px;padding:28px;box-shadow:0 20px 60px rgba(38,47,80,.1)}
@media(max-width:1100px){.grid.cols-4{grid-template-columns:repeat(2,1fr)}.video-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.topbar{padding:0 14px}.brand{width:auto}.brand>span:last-child{display:none}.menu-btn{display:grid}.balance-pill,.user-chip div{display:none}.sidebar{transform:translateX(-100%);transition:.25s}.menu-open .sidebar{transform:none}.menu-open .overlay{display:block;position:fixed;z-index:20;inset:72px 0 0;background:#14203b66}.content{margin-left:0;width:100%;padding:20px 14px}.form-grid,.grid.cols-2,.grid.cols-3,.grid.cols-4,.video-grid,.chat-layout{grid-template-columns:1fr}.page-head h1{font-size:23px}.chat-users{height:240px}.chat-box{height:500px}.card{padding:16px}}

.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-logo{font-weight:700;font-size:18px;margin-bottom:18px}.auth-card .form-group{margin-bottom:13px}.input{width:100%}.alert.error{background:#ffe8eb;color:#b43645}
.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.filter-bar input,.filter-bar select{max-width:260px}.pagination{display:flex;gap:8px;justify-content:center;margin-top:18px}.pagination a{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid #e4e8ef;border-radius:10px;background:#fff}.pagination a.active{background:#323448;color:#fff;border-color:#323448}.modal-card{width:min(680px,94vw)}.danger-text{color:#c73737}.chat-thread{display:flex;flex-direction:column;gap:12px;margin:18px 0}.message-bubble{padding:14px;border-radius:14px;background:#f6f8fb}.message-bubble.admin-message{background:#edf2ff}.message-bubble p{margin:6px 0}.message-bubble small{color:#7b8290}@media(max-width:640px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.stat-card{padding:14px}.stat-card strong{font-size:20px}.filter-bar>*{max-width:none!important;flex:1 1 140px}.actions{flex-wrap:wrap}}
.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#f5f7fb}.auth-info{padding:7vw;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#323448,#474b68);color:#fff}.auth-info h1{font-size:clamp(34px,5vw,64px);line-height:1.05;margin:18px 0}.auth-info p{max-width:600px;color:#e6e8f2;font-size:17px}.auth-panel{display:grid;place-items:center;padding:30px}.auth-card{width:min(480px,100%);background:#fff;border:1px solid #e6e9f0;border-radius:24px;padding:32px;box-shadow:0 24px 60px rgba(34,39,56,.12)}@media(max-width:800px){.auth-shell{grid-template-columns:1fr}.auth-info{padding:38px 24px}.auth-info h1{font-size:36px}.auth-panel{padding:22px}.auth-card{padding:24px}}


/* Tam sürüm profesyonel light UI */
:root{--bg:#f5f7fb;--card:#fff;--text:#172033;--muted:#6b7280;--line:#e7ebf3;--primary:#5b5ce2;--primary-soft:#eeefff;--success:#159a68;--danger:#d94b61;--shadow:0 18px 50px rgba(29,42,74,.08)}
body{background:var(--bg);color:var(--text)}.card{border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px}.auth-body{min-height:100vh;background:linear-gradient(135deg,#f6f8ff,#eef3ff 55%,#f8fbff)}.auth-shell{max-width:1180px;margin:auto;min-height:calc(100vh - 90px);display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:48px;padding:48px 24px}.auth-intro{padding:28px}.auth-intro h1{font-size:clamp(38px,5vw,66px);line-height:1.04;max-width:760px;margin:28px 0 18px;font-weight:700}.auth-intro>p{font-size:18px;line-height:1.75;color:var(--muted);max-width:720px}.auth-brand{display:inline-flex;gap:12px;align-items:center;font-weight:700;font-size:20px;text-decoration:none;color:var(--text)}.auth-brand span{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:var(--primary);color:white}.feature-list{display:grid;gap:14px;margin-top:30px}.feature-list>div{display:flex;gap:14px;align-items:center;background:rgba(255,255,255,.72);border:1px solid var(--line);padding:16px;border-radius:16px}.feature-list i{font-size:24px;color:var(--primary)}.feature-list span{display:grid;gap:3px}.feature-list small{color:var(--muted)}.auth-card.modern{width:100%;max-width:480px;padding:32px;border:1px solid var(--line);box-shadow:0 30px 80px rgba(52,65,110,.14);border-radius:24px;background:#fff}.btn.full{width:100%;justify-content:center;margin-top:10px}.auth-switch{text-align:center;margin-top:18px}.check-line{display:flex;gap:10px;align-items:flex-start;margin:15px 0;color:var(--muted)}.site-footer{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:28px 4px;color:var(--muted);font-size:13px}.site-footer>div{display:flex;gap:18px;flex-wrap:wrap}.site-footer a{color:var(--muted);text-decoration:none}.site-footer a:hover{color:var(--primary)}.public-page{max-width:980px;margin:auto;padding:30px 20px}.legal-content{margin-top:28px;padding:34px}.copy-field{display:flex;gap:10px}.copy-field input{flex:1}.text-success{color:var(--success);font-weight:700}.text-danger{color:var(--danger);font-weight:700}.inline-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.inline-form input,.inline-form select{min-width:130px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}
@media(max-width:900px){.auth-shell{grid-template-columns:1fr;padding:24px 16px}.auth-intro{padding:10px}.auth-intro h1{font-size:42px}.auth-card.modern{max-width:none}.site-footer{flex-direction:column;align-items:flex-start}}
@media(max-width:600px){.grid.cols-2,.grid.cols-3,.grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-intro h1{font-size:34px}.auth-intro>p{font-size:16px}.auth-card.modern{padding:22px}.card{border-radius:16px}.kpi strong{font-size:22px}.top-actions .user-chip{display:none}.balance-pill{font-size:11px}.site-footer>div{gap:10px}.table{min-width:720px}}

/* 2026-07 yönetim arayüzü hata düzeltmeleri */
.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:18px 0}
.stat-card{min-width:0;background:#fff;border:1px solid #e5e9f1;border-radius:18px;padding:18px;display:flex;align-items:center;gap:14px;box-shadow:0 5px 18px rgba(34,44,75,.035)}
.stat-card-icon{width:44px;height:44px;flex:0 0 44px;border-radius:14px;display:grid;place-items:center;background:#eef0ff;color:#5660e8;font-size:21px}
.stat-card span{display:block;color:#8b94a7;font-size:12px;font-weight:600;margin-bottom:5px}
.stat-card strong{display:block;font-size:22px;line-height:1.15;white-space:nowrap;color:#172033}
.page-intro{margin-bottom:18px}.page-intro h2{margin-bottom:7px}.page-intro p{margin:0}
.page-editor-card{padding:0;overflow:hidden}.page-editor-form{height:100%;display:flex;flex-direction:column;padding:20px}.page-editor-form textarea{min-height:230px}
.form-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding-top:16px;border-top:1px solid #edf0f5}.form-actions.end{justify-content:flex-end}
.switch-row{display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-weight:700;color:#485268}.switch-row input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.switch-ui{width:42px;height:24px;border-radius:30px;background:#dce1eb;position:relative;transition:.2s}.switch-ui:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(30,40,70,.22);transition:.2s}.switch-row input:checked+.switch-ui{background:#5963ec}.switch-row input:checked+.switch-ui:after{transform:translateX(18px)}.switch-row input:focus-visible+.switch-ui{box-shadow:0 0 0 3px #dfe2ff}
.referral-depth-field{max-width:360px;margin-bottom:18px}.form-group small{font-size:11px}.report-filter-card h2{margin-bottom:6px}.report-filter-card .muted{margin-top:0}.filter-bar .form-group.compact{min-width:210px}.report-button{align-self:flex-end;margin-bottom:0;height:43px}
@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.page-editor-grid,.referral-level-grid{grid-template-columns:1fr!important}}
@media(max-width:640px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.stat-card{padding:13px;gap:9px}.stat-card-icon{width:36px;height:36px;flex-basis:36px;font-size:18px}.stat-card strong{font-size:16px;white-space:normal}.stat-card span{font-size:11px}.form-actions{align-items:stretch;flex-direction:column}.form-actions .btn{width:100%}.switch-row{min-height:38px}.filter-bar .form-group.compact{min-width:100%;width:100%}.report-button{width:100%}}


/* Banner reklam alanları */
.banner-zone{position:relative;width:min(100%,var(--banner-w));margin:18px auto;border:1px solid #e7eaf3;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(31,41,55,.06);overflow:hidden;line-height:0}
.banner-zone .banner-label{position:absolute;z-index:2;top:7px;right:8px;padding:4px 7px;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:10px;line-height:1.2;letter-spacing:.03em}
.banner-zone a,.banner-zone picture{display:block;width:100%}
.banner-zone img{display:block;width:100%;height:auto;max-height:var(--banner-h);aspect-ratio:var(--banner-w)/var(--banner-h);object-fit:cover}
.banner-watch-side{width:min(100%,300px);margin-top:18px}
.banner-thumb{width:120px;max-width:100%;height:54px;object-fit:cover;border-radius:8px;border:1px solid #e7eaf3}
.slot-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 18px}
.slot-preview>div{padding:12px;border:1px solid #e7eaf3;border-radius:12px;background:#f8f9ff}
.slot-preview small,.slot-preview b{display:block}.slot-preview small{color:#74809a;margin-bottom:5px}.slot-preview b{font-size:14px}
.info-box{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid #e5e9ff;background:#f6f7ff;border-radius:14px}.info-box i{font-size:22px;color:#5b5ff5}.info-box small{display:block;color:#74809a;margin-top:4px;line-height:1.5}
@media(max-width:640px){.banner-zone{width:min(100%,var(--banner-mw));border-radius:12px}.banner-zone img{max-height:var(--banner-mh);aspect-ratio:var(--banner-mw)/var(--banner-mh)}.slot-preview{grid-template-columns:1fr 1fr}.slot-preview>div:last-child{grid-column:1/-1}}


/* Profesyonel giriş ekranı ve banner paketleri */
.premium-auth{min-height:100vh;background:#f5f7fb;color:#111827}.login-layout{min-height:calc(100vh - 72px);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr)}.login-story{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:48px clamp(36px,6vw,96px);overflow:hidden;background:linear-gradient(145deg,#fff 0%,#f4f3ff 52%,#eef5ff 100%)}.login-story:before,.login-story:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.login-story:before{width:420px;height:420px;background:rgba(99,102,241,.10);right:-130px;top:-120px}.login-story:after{width:300px;height:300px;background:rgba(59,130,246,.08);left:-100px;bottom:-110px}.login-copy{position:relative;z-index:1;max-width:720px;margin:auto 0}.login-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:#fff;border:1px solid #e8eaf3;box-shadow:0 10px 30px rgba(31,41,55,.06);font-size:13px;font-weight:650;color:#5b5ce2}.login-copy h1{margin:22px 0 18px;font-size:clamp(38px,5vw,68px);line-height:1.04;letter-spacing:-.045em;font-weight:700;max-width:760px}.login-copy>p{font-size:18px;line-height:1.7;color:#667085;max-width:640px}.login-benefits{display:grid;gap:14px;margin-top:32px;max-width:620px}.login-benefits article{display:flex;gap:14px;align-items:flex-start;padding:15px 16px;border:1px solid rgba(224,228,238,.9);border-radius:17px;background:rgba(255,255,255,.78);backdrop-filter:blur(10px)}.login-benefits article>i{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:#5b5ce2;color:#fff;font-size:21px}.login-benefits b,.login-benefits small{display:block}.login-benefits b{font-size:15px;margin-bottom:4px}.login-benefits small{color:#7b8498;line-height:1.45}.login-trust{position:relative;z-index:1;display:flex;gap:22px;flex-wrap:wrap;color:#667085;font-size:13px}.login-trust span{display:flex;align-items:center;gap:7px}.login-trust i{color:#5b5ce2;font-size:17px}.login-panel{display:flex;align-items:center;justify-content:center;padding:42px;background:#fff}.premium-card{width:min(100%,490px);padding:38px;border:1px solid #e8eaf2;border-radius:28px;box-shadow:0 24px 70px rgba(23,33,61,.10)}.auth-card-head{text-align:center;margin-bottom:26px}.auth-card-head>span{display:block;color:#5b5ce2;font-size:12px;font-weight:700;letter-spacing:.12em;margin:14px 0 8px}.auth-card-head h2{font-size:30px;letter-spacing:-.025em;margin:0 0 8px}.auth-card-head p{color:#7c8497;margin:0}.login-icon{width:62px;height:62px;margin:0 auto;display:grid;place-items:center;border-radius:20px;background:linear-gradient(145deg,#6865f2,#4d55d8);color:#fff;font-size:28px;box-shadow:0 14px 30px rgba(91,92,226,.28)}.input-icon>div{position:relative}.input-icon>div>i{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#8a93a7;font-size:18px}.input-icon input{padding-left:45px!important;height:52px;border-radius:14px!important}.auth-submit{height:52px;border-radius:14px!important;margin-top:5px;display:flex!important;align-items:center;justify-content:center;gap:10px}.auth-divider{display:flex;align-items:center;gap:12px;margin:19px 0;color:#a0a7b5;font-size:12px}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#e9ebf2}.google-btn{height:50px;border-radius:14px!important;display:flex!important;align-items:center;justify-content:center;gap:9px}.auth-switch{text-align:center;margin:22px 0 12px}.login-legal{text-align:center;font-size:12px;line-height:1.55;color:#9299a9}.login-legal a{color:#5b5ce2}.auth-footer-modern{background:#fff;border-top:1px solid #eceef4;padding:18px 28px}.package-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px}.package-card{border:1px solid #e7eaf1;border-radius:20px;padding:22px;background:linear-gradient(180deg,#fff,#fafbff);display:flex;flex-direction:column}.package-period{align-self:flex-start;padding:6px 10px;border-radius:999px;background:#eeefff;color:#5558d8;font-size:12px;font-weight:700}.package-card h3{margin:15px 0 8px;font-size:19px}.package-card p{color:#7b8498;line-height:1.5;min-height:45px}.package-price{font-size:28px;margin:12px 0;color:#111827}.package-card ul{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:9px;color:#60697c;font-size:13px}.package-card li{display:flex;align-items:center;gap:8px}.package-card li i{color:#5b5ce2}.owned-package{padding:15px;border:1px solid #e7eaf1;border-radius:15px;margin-bottom:10px}.owned-package>div{display:flex;justify-content:space-between;gap:10px}.owned-package>span,.owned-package>small{display:block;margin-top:7px;color:#737d91}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.check-card{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e5e8f0;border-radius:12px;background:#fff}.toggle-row{display:flex;align-items:center;gap:9px;padding:12px 0}.page-hero.compact{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:24px 28px;margin-bottom:18px;border:1px solid #e5e8f0;border-radius:22px;background:linear-gradient(135deg,#fff,#f3f4ff)}.page-hero.compact h1{margin:5px 0 7px}.page-hero.compact p{margin:0;color:#737d91}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;color:#5b5ce2}.hero-balance{min-width:170px;padding:15px 18px;border-radius:16px;background:#fff;border:1px solid #e7eaf2}.hero-balance small,.hero-balance strong{display:block}.hero-balance strong{font-size:22px;margin-top:4px}
@media(max-width:1100px){.login-layout{grid-template-columns:1fr 440px}.login-copy h1{font-size:45px}.package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.login-layout{display:block}.login-story{min-height:auto;padding:26px 22px 30px}.login-copy{margin:42px 0 20px}.login-copy h1{font-size:38px}.login-benefits{grid-template-columns:1fr}.login-trust{display:none}.login-panel{padding:22px 16px 35px}.premium-card{padding:27px 22px;border-radius:22px}.package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero.compact{align-items:flex-start}.hero-balance{min-width:150px}}
@media(max-width:560px){.login-copy h1{font-size:32px}.login-copy>p{font-size:16px}.login-benefits article{padding:13px}.package-grid{grid-template-columns:1fr}.check-grid{grid-template-columns:1fr}.page-hero.compact{display:block}.hero-balance{margin-top:16px}.premium-card{box-shadow:none}.auth-footer-modern{padding:15px}}

.dashboard-section-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.dashboard-panel {
    min-width: 0;
    padding: 24px;
}

.dashboard-panel-wide {
    grid-column: 1 / -1;
}

.dashboard-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.dashboard-panel-header h2 {
    margin: 4px 0 5px;
    color: #111827;
    font-size: 20px;
    font-weight: 700;
}

.dashboard-panel-header p {
    margin: 0;
    color: #8a94a8;
    font-size: 13px;
    line-height: 1.55;
}

.panel-eyebrow {
    color: #5d5fef;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
}

.panel-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #5d5fef;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.period-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.period-tabs button {
    border: 1px solid #e4e7ef;
    border-radius: 10px;
    background: #fff;
    color: #727d92;
    padding: 8px 12px;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
}

.period-tabs button.active {
    border-color: #5d5fef;
    background: #5d5fef;
    color: #fff;
}

.responsive-table {
    overflow-x: auto;
}

.dashboard-table {
    width: 100%;
    border-collapse: collapse;
}

.dashboard-table th,
.dashboard-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #edf0f5;
    text-align: left;
    vertical-align: middle;
}

.dashboard-table th {
    color: #8a94a8;
    font-size: 12px;
    font-weight: 600;
}

.dashboard-table td {
    color: #30394c;
    font-size: 13px;
}

.member-cell {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.member-cell > span:last-child {
    min-width: 0;
}

.member-cell strong,
.member-cell small {
    display: block;
}

.member-cell strong {
    overflow: hidden;
    color: #20283a;
    font-size: 13px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.member-cell small {
    margin-top: 3px;
    overflow: hidden;
    color: #939caf;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.member-avatar {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eef0ff;
    color: #5d5fef;
    font-size: 14px;
    font-weight: 700;
}

.dashboard-list {
    display: flex;
    flex-direction: column;
}

.dashboard-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f5;
}

.dashboard-list-item:last-child {
    border-bottom: 0;
}

.dashboard-list-item > div:first-child {
    min-width: 0;
}

.dashboard-list-item strong,
.dashboard-list-item small {
    display: block;
}

.dashboard-list-item strong {
    overflow: hidden;
    color: #252e40;
    font-size: 13px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-list-item small {
    margin-top: 4px;
    color: #919bad;
    font-size: 11px;
}

.list-item-meta {
    flex: 0 0 auto;
    text-align: right;
}

.list-item-meta time {
    color: #8d97a9;
    font-size: 11px;
}

.status-dot {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7d8799;
    font-size: 11px;
}

.status-dot::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #aab2c0;
    content: "";
}

.status-dot.online {
    color: #07865d;
}

.status-dot.online::before {
    background: #14b881;
    box-shadow: 0 0 0 4px rgba(20, 184, 129, .12);
}

.rank-badge {
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #f1f3f8;
    color: #657087;
    font-size: 12px;
    font-weight: 700;
}

.rank-1 {
    background: #fff3d4;
    color: #b87900;
}

.rank-2 {
    background: #edf1f6;
    color: #596579;
}

.rank-3 {
    background: #fff0e8;
    color: #b15d2b;
}

.amount-success {
    color: #07865d;
}

.activity-timeline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
}

.activity-item {
    display: flex;
    gap: 13px;
    padding: 15px 0;
    border-bottom: 1px solid #edf0f5;
}

.activity-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #eef0ff;
    color: #5d5fef;
    font-size: 17px;
}

.activity-item strong {
    color: #252e40;
    font-size: 13px;
    font-weight: 600;
}

.activity-item p {
    margin: 4px 0;
    color: #737e92;
    font-size: 12px;
    line-height: 1.5;
}

.activity-item small {
    color: #9aa3b3;
    font-size: 11px;
}

.empty-state {
    padding: 26px 15px;
    color: #949daf;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 991px) {
    .dashboard-section-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-panel-wide {
        grid-column: auto;
    }

    .activity-timeline {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .dashboard-panel {
        padding: 17px;
    }

    .dashboard-panel-header {
        flex-direction: column;
        gap: 12px;
    }

    .period-tabs {
        width: 100%;
    }

    .period-tabs button {
        flex: 1;
        padding: 8px 5px;
    }

    .dashboard-list-item {
        align-items: flex-start;
    }

    .dashboard-table th,
    .dashboard-table td {
        padding: 12px 9px;
    }
}