/* ==========================================================================
   👤 ALLO QUTTY: MODERN HI-TECH PROFILE STYLES (DARK MINIMALISM)
   ========================================================================== */

/* 1. НЕГІЗГІ КОНТЕЙНЕР ОҚШАУЛАУЫ */
#profileSection {
    position: fixed;
    z-index: 70;
    inset: 0;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 15px 100px;
    background: #0d1117; /* Терең hi-tech күңгірт фон */
    min-height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #e6edf3;
    box-sizing: border-box;
}

#profileSection * {
    box-sizing: border-box;
}

.profile-page-header {
    position: sticky;
    z-index: 8;
    top: -20px;
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    min-height: 58px;
    margin: -20px -15px 16px;
    padding: env(safe-area-inset-top, 0px) 15px 0;
    border-bottom: 1px solid #30363d;
    background: rgba(13, 17, 23, .94);
    backdrop-filter: blur(16px);
}
.profile-page-header button {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: inherit;
    font-size: 19px;
    cursor: pointer;
}
.profile-page-header strong { text-align: center; }
.allo-light-theme .profile-page-header { border-color: #dbe3ee; background: rgba(245, 247, 251, .94); }

/* 2. ТАБЫСТЫ ПРОФИЛЬ КАРТАСЫ (MAIN CARD) */
.profile-card {
    background: linear-gradient(145deg, #161b22, #0f141c);
    border: 1px solid #30363d;
    border-radius: 16px;
    padding: 24px 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.profile-main-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
}

/* 📸 ҚАУІПСІЗ АВА ТЕХНОЛОГИЯСЫ */
.avatar-wrapper {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #58a6ff; /* Электрлі көк энергия сызығы */
    box-shadow: 0 0 15px rgba(88, 166, 255, 0.2);
    margin-bottom: 12px;
}

.avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #21262d;
}

.edit-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #58a6ff;
    font-size: 0.85rem;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.avatar-wrapper:hover .edit-overlay {
    opacity: 1;
}

.profile-main-info h2 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 600;
    color: #f0f6fc;
    letter-spacing: -0.5px;
}

.profile-main-info p {
    margin: 6px 0 0 0;
    font-size: 0.95rem;
    color: #8b949e;
}

/* 📊 СТАТИСТИКА КОРЫ (GRID SYSTEM) */
.user-stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.stat-item {
    display: flex;
    align-items: center;
    background: #21262d;
    border: 1px solid #30363d;
    border-radius: 10px;
    padding: 12px 14px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.stat-item:hover {
    transform: translateX(3px);
    border-color: #444c56;
}

.stat-icon {
    font-size: 1.1rem;
    color: #58a6ff; /* Индустриалды көк екпін */
    width: 24px;
    text-align: center;
    margin-right: 12px;
}

.stat-label {
    font-size: 0.9rem;
    color: #8b949e;
    flex: 1;
}

.stat-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #c9d1d9;
}

/* 🔥 Табыс пен бөлісуді ерекшелейтін жарық стиль */
.stat-value.highlight {
    color: #3fb950; /* Қаржылық жасыл энергия */
    text-shadow: 0 0 10px rgba(63, 185, 80, 0.15);
}

/* 📣 РЕФЕРАЛ СЫБАҒА КАРТАСЫ */
.share-promo-card {
    background: linear-gradient(145deg, #1f1b2d, #120e1e); /* Сәл күлгін промо екпін */
    border: 1px solid #4c2f75;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.promo-content h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ff9e22; /* Назар аудартатын алтын реңк */
}

.promo-content p {
    margin: 6px 0 14px 0;
    font-size: 0.85rem;
    color: #b1bac4;
    line-height: 1.4;
}

.referral-box {
    display: flex;
    gap: 8px;
    background: #0d1117;
    border: 1px solid #30363d;
    border-radius: 10px;
    padding: 4px;
}

.ref-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #c9d1d9;
    font-size: 0.85rem;
    padding: 8px 10px;
    outline: none;
    font-family: monospace;
}

.btn-copy {
    background: #21262d;
    border: 1px solid #30363d;
    color: #58a6ff;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-copy:hover {
    background: #58a6ff;
    color: #ffffff;
    border-color: #58a6ff;
}

/* 🟢 WHATSAPP SHARE BUTTON */
.btn-whatsapp-share {
    background: #238636;
    border: 1px solid #2ea44f;
    color: #ffffff;
    padding: 12px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.2s ease;
}

.btn-whatsapp-share:hover {
    background: #2ea44f;
}

/* 💰 ҚАРЖЫЛЫҚ ӘМИЯН КАРТАСЫ */
.finance-card-modern {
    background: linear-gradient(145deg, #0f1c15, #0a110d); /* Күңгірт жасыл әмиян */
    border: 1px solid #238636;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.finance-card-modern p {
    margin: 0 0 10px 0;
    font-size: 0.85rem;
    color: #8b949e;
}

.balance-amount {
    font-size: 2rem;
    font-weight: 800;
    color: #56d364; /* Ашық қаржылық жарық */
    letter-spacing: -1px;
    margin-bottom: 16px;
    text-shadow: 0 0 20px rgba(86, 211, 100, 0.2);
}

/* 📤 НЕГІЗГІ ӘРЕКЕТ БАТЫРМАСЫ (WITHDRAW) */
.btn-primary-action {
    width: 100%;
    padding: 14px;
    background: #238636;
    border: 1px solid #2ea44f;
    color: #ffffff;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(46, 164, 79, 0.2);
}

.btn-primary-action:hover:not(:disabled) {
    background: #2ea44f;
    box-shadow: 0 4px 16px rgba(46, 164, 79, 0.4);
}

.btn-primary-action:disabled {
    background: #21262d;
    border-color: #30363d;
    color: #8b949e;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.6;
}

/* ⬅️ АРТҚА ҚАЙТУ БАТЫРМАСЫ */
.btn-back {
    background: transparent;
    border: 1px solid #30363d;
    color: #8b949e;
    padding: 12px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-back:hover {
    border-color: #8b949e;
    color: #f0f6fc;
    background: rgba(255, 255, 255, 0.02);
}

/* 📱 МОБИЛЬДІ ОҢТАЙЛАНДЫРУ ПРЕДИКАЦИЯЛАРЫ */
@media (max-width: 380px) {
    .profile-card {
        padding: 16px 12px;
    }
    .balance-amount {
        font-size: 1.75rem;
    }
}
.profile-logout-button{width:100%;margin:0 0 28px;padding:12px;border:1px solid #ef4444;border-radius:10px;background:rgba(239,68,68,.1);color:#ef4444;font-weight:800}.profile-logout-button i{margin-right:7px}
.profile-social-stats{display:grid;grid-template-columns:1fr 1fr;margin:14px 0;border-top:1px solid #30363d;border-bottom:1px solid #30363d}.profile-social-stats div{display:flex;flex-direction:column;align-items:center;padding:12px}.profile-social-stats div+div{border-left:1px solid #30363d}.profile-social-stats strong{font-size:20px;color:#fff}.profile-social-stats span{font-size:12px;color:#8b949e}.allo-light-theme .profile-social-stats{border-color:#dbe3ee}.allo-light-theme .profile-social-stats div+div{border-color:#dbe3ee}.allo-light-theme .profile-social-stats strong{color:#111827}

.topup-panel {
    margin: 0 0 16px;
    padding: 14px;
    border: 1px solid #30363d;
    border-radius: 12px;
    background: #0d1117;
    text-align: left;
}

.topup-panel__title {
    color: #f0f6fc;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.topup-presets {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 8px;
}

.topup-preset {
    padding: 8px 4px;
    border: 1px solid #30363d;
    border-radius: 8px;
    background: #161b22;
    color: #c9d1d9;
    font-size: 0.75rem;
    cursor: pointer;
}

.topup-preset.active {
    border-color: #2f81f7;
    background: rgba(47, 129, 247, 0.16);
    color: #fff;
}

.topup-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.topup-row input {
    min-width: 0;
    border: 1px solid #30363d;
    border-radius: 9px;
    background: #161b22;
    color: #fff;
    padding: 10px;
}

.topup-row button {
    border: 0;
    border-radius: 9px;
    padding: 10px 14px;
    background: #1f6feb;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.topup-row button:disabled { opacity: 0.55; cursor: wait; }
.topup-status { margin: 10px 0 0 !important; color: #c9d1d9 !important; line-height: 1.4; }
.topup-reference { margin-top: 7px; color: #8b949e; font-size: 0.72rem; overflow-wrap: anywhere; }

.video-promotion-panel {
    display: grid;
    gap: 7px;
    margin-bottom: 10px;
    padding: 9px;
    border: 1px solid #30363d;
    border-radius: 9px;
    background: #0d1117;
}

.video-budget-line { display: flex; justify-content: space-between; gap: 8px; color: #8b949e; font-size: 0.7rem; }
.video-budget-line strong { color: #56d364; }
.promotion-field { display: grid; gap: 4px; }
.promotion-field label { color: #8b949e; font-size: 0.68rem; }
.promotion-field input, .promotion-field select {
    width: 100%; min-width: 0; padding: 7px; border: 1px solid #30363d; border-radius: 7px;
    background: #161b22; color: #fff; font-size: 0.76rem;
}
.promotion-field small { color: #d29922; font-size: 0.64rem; }
.promotion-button {
    width: 100%; padding: 8px 6px; border: 0; border-radius: 7px; color: #fff;
    font-size: 0.72rem; font-weight: 700; cursor: pointer;
}
.promotion-button--ads { background: #1f6feb; }
.promotion-button--boost { background: #8957e5; }
.promotion-button:disabled { opacity: 0.45; cursor: not-allowed; }
.promotion-status { margin: 0 !important; color: #c9d1d9 !important; font-size: 0.67rem !important; line-height: 1.35; }

@media (max-width: 480px) {
    .topup-presets { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .topup-row { grid-template-columns: 1fr; }
    .topup-row button { width: 100%; }
}
.edit-label {
    display: block;
    color: #c9d1d9;
    font-size: 0.78rem;
    font-weight: 600;
    margin: 0 0 6px;
}
.creator-dashboard{margin:18px 0;padding:18px;border:1px solid #294466;border-radius:18px;background:linear-gradient(145deg,#111d2d,#0b121d);color:#edf6ff;box-shadow:0 16px 40px rgba(0,0,0,.2)}
.profile-analytics-panel{margin:18px 0;padding:18px;border:1px solid #294466;border-radius:18px;background:linear-gradient(145deg,#101c2c,#0a121d);color:#edf6ff;box-shadow:0 16px 40px rgba(0,0,0,.18)}
.profile-analytics-panel>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-analytics-panel>header small{color:#58a6ff;font-size:10px;font-weight:800;text-transform:uppercase}.profile-analytics-panel h3{margin:3px 0 0;font-size:18px}.profile-analytics-panel select{padding:8px 10px;border:1px solid #334b69;border-radius:10px;background:#142238;color:#edf6ff;color-scheme:dark;font-weight:700}.profile-analytics-panel h4{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:16px 0 9px;font-size:14px}.profile-analytics-panel h4 small{color:#94a3b8;font-size:10px;font-weight:500}.profile-analytics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.profile-analytics-grid article{display:flex;min-width:0;flex-direction:column;gap:3px;padding:12px 9px;border-radius:13px;background:#142238}.profile-analytics-grid article i{color:#58a6ff}.profile-analytics-grid article strong{overflow:hidden;font-size:18px;text-overflow:ellipsis}.profile-analytics-grid article span{color:#9fb0c6;font-size:10px}.profile-analytics-grid--market{grid-template-columns:repeat(5,minmax(0,1fr))}.profile-analytics-ranking{display:grid;gap:6px;margin-top:9px}.profile-analytics-ranking>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:9px;background:rgba(20,34,56,.72)}.profile-analytics-ranking b{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.profile-analytics-ranking span{flex:none;color:#9fb0c6;font-size:10px}.profile-analytics-funnel{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.profile-analytics-funnel span{padding:7px 9px;border-radius:999px;background:#162945;color:#b8c7da;font-size:10px}.profile-analytics-funnel b{color:#4ade80}.profile-analytics-loading{margin:14px 0 0;color:#9fb0c6;text-align:center}
.allo-light-theme .profile-analytics-panel{border-color:#cbd5e1;background:linear-gradient(145deg,#fff,#f1f5f9);color:#0f172a;box-shadow:0 12px 30px rgba(15,23,42,.1)}.allo-light-theme .profile-analytics-panel select{border-color:#cbd5e1;background:#fff;color:#0f172a;color-scheme:light}.allo-light-theme .profile-analytics-grid article,.allo-light-theme .profile-analytics-ranking>div{background:#eaf2ff}.allo-light-theme .profile-analytics-grid article span,.allo-light-theme .profile-analytics-ranking span{color:#64748b}.allo-light-theme .profile-analytics-funnel span{background:#e2e8f0;color:#475569}
@media(max-width:620px){.profile-analytics-panel{padding:14px}.profile-analytics-grid,.profile-analytics-grid--market{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-analytics-ranking>div{align-items:flex-start;flex-direction:column;gap:3px}.profile-analytics-ranking span{flex:auto}.profile-analytics-panel>header{align-items:flex-start}.profile-analytics-panel select{max-width:112px}}
.creator-dashboard>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.creator-dashboard>header small{color:#58a6ff;font-weight:800;text-transform:uppercase}.creator-dashboard>header h3,.creator-dashboard--candidate h3{margin:3px 0 0;font-size:18px}.creator-dashboard>header>b{padding:7px 10px;border-radius:999px;background:#126b3a;color:#b8ffd2;font-size:12px}
.creator-dashboard__period{display:flex;align-items:center;gap:7px}.creator-dashboard__period select{padding:7px 9px;border:1px solid #334b69;border-radius:9px;background:#142238;color:#edf6ff;color-scheme:dark;font-weight:700}.creator-dashboard__period>b{padding:7px 10px;border-radius:999px;background:#126b3a;color:#b8ffd2;font-size:12px;white-space:nowrap}
.creator-dashboard__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.creator-dashboard__stats article{display:flex;min-width:0;flex-direction:column;gap:3px;padding:12px 8px;border-radius:13px;background:#142238}.creator-dashboard__stats i{color:#58a6ff}.creator-dashboard__stats strong{font-size:18px}.creator-dashboard__stats span{color:#9fb0c6;font-size:10px}
.creator-dashboard__money{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.creator-dashboard__money article{display:flex;flex-direction:column;gap:4px;padding:11px;border:1px solid #263b57;border-radius:12px}.creator-dashboard__money span{color:#9fb0c6;font-size:11px}.creator-dashboard__money strong{color:#56d364;font-size:15px}
.creator-dashboard__withdraw{display:block;width:100%;margin-top:10px;padding:11px;border:0;border-radius:12px;background:#15803d;color:#fff;font-weight:800;cursor:pointer}.creator-dashboard__withdraw:hover{background:#16a34a}.creator-dashboard__withdraw-note{margin:10px 0 0!important;padding:9px 11px;border-radius:10px;background:rgba(148,163,184,.1)}
.creator-payout-profile{margin-top:12px;padding:10px;border:1px solid #334155;border-radius:12px}.creator-payout-profile summary{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:800}.creator-payout-profile summary span{margin-left:auto;color:#60a5fa;font-size:11px}.creator-payout-profile>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:10px}.creator-payout-profile label{display:grid;gap:4px;color:#94a3b8;font-size:11px}.creator-payout-profile input{min-width:0;padding:10px;border:1px solid #334155;border-radius:9px;background:#0b1320;color:#fff}.creator-payout-profile button{align-self:end;padding:10px;border:0;border-radius:9px;background:#2563eb;color:#fff;font-weight:800}.creator-payout-profile>small{display:block;margin-top:8px;color:#94a3b8}.allo-light-theme .creator-payout-profile{border-color:#cbd5e1}.allo-light-theme .creator-payout-profile input{border-color:#cbd5e1;background:#fff;color:#0f172a}.creator-dashboard__payouts article>span:first-of-type{display:grid}.creator-dashboard__payouts article>span small{color:#94a3b8}.creator-dashboard__payouts article>small:last-child{grid-column:1/-1;color:#94a3b8}@media(max-width:560px){.creator-payout-profile>div{grid-template-columns:1fr}}
.creator-dashboard__chart{display:flex;align-items:flex-end;gap:3px;height:92px;margin-top:14px;padding:10px 8px 0;border-bottom:1px solid #324761}.creator-dashboard__chart i{flex:1;min-width:2px;border-radius:3px 3px 0 0;background:linear-gradient(#39a0ff,#1768c7)}.creator-dashboard>p{margin:12px 0 0;color:#9fb0c6;font-size:11px;line-height:1.5}.creator-dashboard--loading{color:#9fb0c6;text-align:center}.creator-dashboard--candidate{display:flex;align-items:center;gap:14px}.creator-dashboard--candidate>i{font-size:30px;color:#58a6ff}.creator-dashboard--candidate p{margin:5px 0 0;color:#9fb0c6;font-size:12px}
.creator-dashboard__empty{padding:12px;border-radius:10px;background:rgba(148,163,184,.1);text-align:center}.allo-light-theme .creator-dashboard{border-color:#cbd5e1;background:linear-gradient(145deg,#fff,#f1f5f9);color:#0f172a;box-shadow:0 12px 30px rgba(15,23,42,.1)}.allo-light-theme .creator-dashboard__stats article{background:#eaf2ff}.allo-light-theme .creator-dashboard__stats span,.allo-light-theme .creator-dashboard__money span,.allo-light-theme .creator-dashboard>p{color:#64748b}.allo-light-theme .creator-dashboard__money article{border-color:#cbd5e1;background:#fff}.allo-light-theme .creator-dashboard__period select{border-color:#cbd5e1;background:#fff;color:#0f172a;color-scheme:light}.allo-light-theme .creator-dashboard__chart{border-color:#cbd5e1}.allo-light-theme .creator-dashboard__campaigns article{background:#eaf2ff}.allo-light-theme .creator-dashboard__withdraw-note,.allo-light-theme .creator-dashboard__empty{background:#e2e8f0;color:#475569!important}@media(max-width:560px){.creator-dashboard__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.creator-dashboard__money{grid-template-columns:1fr}.creator-dashboard{padding:14px}.creator-dashboard>header{align-items:flex-start;flex-direction:column}.creator-dashboard__period{width:100%;justify-content:space-between}.creator-dashboard__period select{min-width:0;flex:1}}
.creator-dashboard__payouts{display:grid;gap:7px;margin-top:12px}.creator-dashboard__payouts h4{margin:0}.creator-dashboard__payouts article{display:grid;grid-template-columns:1fr auto auto;gap:8px;padding:9px;border-radius:9px;background:#142238}.creator-dashboard__payouts em{font-style:normal;font-size:10px;font-weight:800}.creator-dashboard__payouts em.pending{color:#fbbf24}.creator-dashboard__payouts em.paid{color:#4ade80}.creator-dashboard__payouts em.refunded{color:#f87171}.allo-light-theme .creator-dashboard__payouts article{background:#eaf2ff}@media(max-width:560px){.creator-dashboard__payouts article{grid-template-columns:1fr auto}.creator-dashboard__payouts em{grid-column:1/-1}}

.creator-dashboard--candidate{display:block}.creator-application-toggle{display:flex;width:100%;align-items:center;gap:12px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.creator-application-toggle>i:first-child{font-size:27px;color:#3b82f6}.creator-application-toggle span{display:grid;gap:3px;flex:1}.creator-application-toggle small{color:#94a3b8}.creator-application-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid #334155}.creator-application-form label{display:grid;gap:5px;color:#94a3b8;font-size:11px}.creator-application-form input,.creator-application-form textarea{min-width:0;padding:10px;border:1px solid #334155;border-radius:9px;background:#0b1320;color:#fff}.creator-application-form .wide{grid-column:1/-1}.creator-application-form button{padding:11px;border:0;border-radius:10px;background:#2563eb;color:#fff;font-weight:800}.creator-application-state{margin-top:12px;padding:10px;border-radius:10px}.creator-application-state.pending{background:#422006;color:#fde68a}.creator-application-state.rejected{background:#450a0a;color:#fecaca}.creator-application-state.approved{background:#052e16;color:#bbf7d0}.allo-light-theme .creator-application-form input,.allo-light-theme .creator-application-form textarea{border-color:#cbd5e1;background:#fff;color:#0f172a}@media(max-width:560px){.creator-application-form{grid-template-columns:1fr}.creator-application-form>*{grid-column:1!important}}

.creator-application-details>summary{list-style:none}.creator-application-details>summary::-webkit-details-marker{display:none}.creator-application-details[open] .creator-application-chevron{transform:rotate(180deg)}.creator-application-chevron{transition:transform .2s ease}
.my-video-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0 0 14px;padding:11px;border:1px solid #30363d;border-radius:12px;background:#0d1117}.my-video-search{grid-column:1/-1;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;min-width:0;padding-left:12px;border:1px solid #394454;border-radius:10px;background:#161b22;color:#8b949e}.my-video-search input{width:100%;min-width:0;height:42px;border:0;outline:0;background:transparent;color:#f0f6fc}.my-video-search button{height:34px;border:0;border-radius:8px;cursor:pointer}.my-video-search-clear{width:34px;background:#273142;color:#c9d1d9}.my-video-search-submit{margin-right:4px;padding:0 15px;background:#1f6feb;color:#fff;font-weight:800}.my-video-filters label{display:grid;gap:5px;min-width:0}.my-video-filters span{color:#8b949e;font-size:11px;font-weight:700}.my-video-filters select{width:100%;min-width:0;height:40px;padding:0 10px;border:1px solid #394454;border-radius:9px;background:#161b22;color:#f0f6fc}.my-videos-filter-message{padding:16px;text-align:center;color:#8b949e}.allo-light-theme .my-video-filters{border-color:#d6deea;background:#f7f9fc}.allo-light-theme .my-video-search,.allo-light-theme .my-video-filters select{border-color:#ccd6e4;background:#fff;color:#172033}.allo-light-theme .my-video-search input{color:#172033}@media(max-width:620px){.my-video-filters{grid-template-columns:1fr}.my-video-filters select{height:44px}.my-video-search{grid-template-columns:auto minmax(0,1fr) auto}.my-video-search-submit{grid-column:1/-1;width:calc(100% - 4px);height:40px;margin:0 4px 4px 0}}
.profile-edit-modal{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:16px;background:rgba(0,0,0,.76);backdrop-filter:blur(5px)}.profile-edit-dialog{width:min(560px,100%);max-height:calc(100dvh - 32px);overflow-y:auto;overscroll-behavior:contain;padding:0 20px 20px;border:1px solid #30363d;border-radius:16px;background:#161b22;color:#fff;text-align:left;box-shadow:0 22px 70px rgba(0,0,0,.58);scrollbar-gutter:stable}.profile-edit-header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;margin:0 -20px 16px;padding:16px 20px;border-bottom:1px solid #30363d;background:rgba(22,27,34,.97);backdrop-filter:blur(8px)}.profile-edit-footer{position:sticky;bottom:-20px;z-index:2;display:grid;grid-template-columns:auto minmax(180px,1fr);gap:9px;margin:14px -20px -20px;padding:12px 20px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid #30363d;background:rgba(22,27,34,.98);backdrop-filter:blur(8px)}.profile-edit-footer button{min-height:46px;padding:10px 15px;border:1px solid #3b4657;border-radius:11px;background:#212936;color:#cbd5e1;font-weight:800}.profile-edit-footer .profile-edit-save{border-color:#2563eb;background:linear-gradient(135deg,#287cff,#1559dc);color:#fff;box-shadow:0 8px 22px rgba(37,99,235,.28)}.profile-edit-footer .profile-edit-save:disabled{cursor:wait;opacity:.58}@media(max-width:600px){.profile-edit-modal{place-items:stretch;padding:0}.profile-edit-dialog{width:100%;max-height:100dvh;border:0;border-radius:0}.profile-edit-footer{grid-template-columns:1fr 1.5fr}}body.allo-light-theme .profile-edit-dialog{border-color:#d4deea;background:#fff;color:#172033}body.allo-light-theme .profile-edit-header,body.allo-light-theme .profile-edit-footer{border-color:#d4deea;background:rgba(255,255,255,.97)}body.allo-light-theme .profile-edit-footer button{border-color:#ccd7e5;background:#edf2f7;color:#172033}body.allo-light-theme .profile-edit-footer .profile-edit-save{border-color:#2563eb;background:linear-gradient(135deg,#287cff,#1559dc);color:#fff}
