.dsi-app-shell{display:flex;flex-direction:column;min-height:100vh;background-color:var(--bg-app)}.dsi-header-white{background-color:var(--bg-surface);border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.dsi-header-container{display:flex;align-items:center;justify-content:space-between;height:64px;gap:.75rem}.dsi-header-left{display:flex;align-items:center;gap:1rem}.dsi-hamburger-btn{background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:6px;border-radius:var(--radius-sm)}.dsi-hamburger-btn:hover{background-color:var(--bg-surface-alt)}.dsi-hamburger-bar{width:18px;height:2px;background-color:var(--text-primary);border-radius:2px}.dsi-brand{display:flex;align-items:center;gap:.5rem}.dsi-logo-badge{background:var(--bg-dark-premium);color:var(--gold-prestige);font-weight:800;font-size:.8rem;padding:4px 8px;border-radius:var(--radius-sm);letter-spacing:1px}.dsi-brand-text{display:flex;flex-direction:column}.dsi-brand-title{font-size:.9rem;font-weight:700;color:var(--text-primary);line-height:1.1}.dsi-house-tag{font-size:.72rem;color:var(--text-secondary)}.dsi-icon-btn{position:relative;overflow:hidden;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;transition:transform .16s cubic-bezier(.34,1.56,.64,1)}.dsi-icon-btn:active{transform:scale(.86)}.dsi-icon-btn.not-ready{cursor:default;opacity:.4}.dsi-icon-circle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;font-size:1.15rem;color:var(--text-secondary);background:transparent;transition:background .2s ease,box-shadow .2s ease,color .2s ease,transform .2s ease}.dsi-icon-circle-lg{width:52px;height:52px;font-size:1.4rem}.dsi-ripple{position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.3;transform:translate(-50%,-50%) scale(0);pointer-events:none;animation:dsi-ripple-anim .5s ease-out forwards}@keyframes dsi-ripple-anim{to{transform:translate(-50%,-50%) scale(9);opacity:0}}.dsi-n1-nav-desktop{display:none;align-items:center;gap:.15rem;background:var(--bg-surface-alt);padding:4px;border-radius:var(--radius-full)}@media (min-width: 1024px){.dsi-n1-nav-desktop{display:flex}}.dsi-n1-icon-btn .dsi-icon-circle{width:38px;height:38px}.dsi-n1-icon-btn:hover:not(.not-ready) .dsi-icon-circle{background:#fff9;color:var(--text-primary)}.dsi-n1-icon-btn.active .dsi-icon-circle{background:var(--bg-surface);color:var(--blue-primary);box-shadow:var(--shadow-sm),0 0 0 2px var(--blue-light)}.dsi-header-right{display:flex;align-items:center;gap:.85rem}.dsi-clock{font-size:.8rem;font-weight:600;color:var(--text-secondary);display:none}@media (min-width: 768px){.dsi-clock{display:block}}.dsi-icon-btn[aria-label=Notifications]{font-size:1.1rem;position:relative;padding:4px}.dsi-notif-indicator{position:absolute;top:2px;right:2px;width:7px;height:7px;background:var(--gold-prestige);border-radius:50%}.dsi-avatar-pill{width:34px;height:34px;border-radius:50%;background:var(--bg-dark-premium);color:var(--gold-prestige);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;position:relative;border:1px solid var(--gold-border)}.dsi-status-dot{position:absolute;bottom:0;right:0;width:8px;height:8px;background:#10b981;border:2px solid var(--bg-surface);border-radius:50%}.dsi-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;display:flex}.dsi-drawer-sidebar{width:280px;height:100%;background:var(--bg-surface);padding:1.25rem;display:flex;flex-direction:column;box-shadow:var(--shadow-hover)}.dsi-drawer-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.85rem;border-bottom:1px solid var(--border-light);margin-bottom:1rem}.dsi-drawer-header h3{font-size:.95rem;font-weight:700}.dsi-drawer-sub{font-size:.72rem;color:var(--text-secondary)}.dsi-close-btn{background:transparent;border:none;font-size:1.1rem;cursor:pointer;color:var(--text-secondary)}.dsi-drawer-menu{display:flex;flex-direction:column;gap:.35rem}.dsi-drawer-item{display:flex;align-items:center;gap:.75rem;padding:9px 12px;text-decoration:none;color:var(--text-primary);border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;transition:background .2s ease}.dsi-drawer-item:hover{background:var(--bg-surface-alt)}.dsi-drawer-item.active{background:var(--blue-light);color:var(--blue-primary);font-weight:700}.dsi-plus-sheet{margin-top:auto;width:100%;background:var(--bg-surface);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-hover)}.dsi-sheet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dsi-plus-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.dsi-plus-card{flex-direction:column;gap:.4rem;padding:16px 12px;background:var(--bg-surface-alt);border:1px solid var(--border-light);border-radius:var(--radius-md)}.dsi-plus-card:hover:not(.not-ready){background:var(--blue-light);border-color:var(--blue-primary)}.dsi-plus-card .dsi-icon-circle{color:var(--blue-primary)}.dsi-main-viewport{flex:1;padding:1.5rem 0 5rem}@media (min-width: 768px){.dsi-main-viewport{padding-bottom:2rem}}.dsi-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:60px;background:var(--bg-surface);border-top:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-around;z-index:90;padding:0 4px}@media (min-width: 1024px){.dsi-bottom-nav{display:none}}.dsi-bottom-item{flex:1;height:100%}.dsi-bottom-item .dsi-icon-circle{width:38px;height:38px;font-size:1.2rem}.dsi-bottom-item.active .dsi-icon-circle{background:var(--blue-light);color:var(--blue-primary);box-shadow:0 0 0 2px var(--blue-light)}.dsi-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-card);transition:transform .2s ease,box-shadow .2s ease}.dsi-card:hover{box-shadow:var(--shadow-hover)}.dsi-hero-card{background:var(--bg-dark-premium);color:var(--text-on-dark);border:1px solid var(--gold-border);display:flex;justify-content:space-between;align-items:center;gap:1rem}.dsi-prestige-badge{font-size:.65rem;font-weight:800;color:var(--gold-prestige);letter-spacing:1px}.dsi-hero-content h2{font-size:1.3rem;font-weight:700;margin:4px 0}.dsi-hero-content p{font-size:.85rem;color:var(--text-muted)}.dsi-hero-badge-box{background:#ffffff0d;padding:8px 14px;border-radius:var(--radius-md);border:1px solid var(--gold-border);text-align:center}.dsi-gold-label{display:block;font-size:.65rem;color:var(--gold-prestige)}.dsi-gold-val{font-weight:700;font-size:.95rem}.dsi-stat-card.gold-border{border-color:var(--gold-border);background:var(--gold-light)}.dsi-stat-header{display:flex;justify-content:space-between;color:var(--text-secondary);font-size:.85rem;font-weight:500}.dsi-stat-value{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin-top:.5rem}.dsi-gold-text{color:#b45309}.dsi-stat-sub{font-size:.75rem;color:var(--text-secondary)}.dsi-card-title{font-size:1rem;font-weight:700;margin-bottom:1rem}.dsi-action-grid{display:flex;flex-direction:column;gap:.5rem}.dsi-btn-action{background:var(--bg-surface-alt);border:1px solid var(--border-light);padding:10px;border-radius:var(--radius-md);font-weight:600;font-size:.85rem;cursor:pointer;text-align:left}.dsi-btn-gold{background:var(--bg-dark-premium);color:var(--gold-prestige);border:1px solid var(--gold-border)}.dsi-activity-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.dsi-activity-list li{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.dsi-act-val{margin-left:auto;font-weight:700}.text-green{color:#10b981}.dsi-member-home{display:flex;flex-direction:column;gap:1.5rem}.dsi-loading{text-align:center;padding:3rem;color:var(--text-secondary)}.dsi-metrics-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.dsi-metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.dsi-metrics-grid{grid-template-columns:repeat(4,1fr)}}.dsi-layout-split{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.dsi-layout-split{grid-template-columns:65% 35%}}.dsi-sub-screen{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem}.dsi-sub-header{display:flex;flex-direction:column;gap:1rem;background:var(--bg-surface);padding:1.25rem 1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}@media (min-width: 768px){.dsi-sub-header{flex-direction:row;align-items:center;justify-content:space-between}}.dsi-sub-title-group{display:flex;align-items:center;gap:1rem}.dsi-sub-icon-badge{width:48px;height:48px;background:var(--blue-light);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;border:1px solid rgba(37,99,235,.15)}.dsi-sub-header h1{font-size:1.35rem;font-weight:800;color:var(--text-primary);line-height:1.2}.dsi-sub-subtitle{font-size:.85rem;color:var(--text-secondary)}.dsi-status-pill{display:inline-flex;align-items:center;gap:.5rem;padding:6px 14px;border-radius:var(--radius-full);font-size:.82rem;font-weight:600;width:fit-content}.dsi-status-pill.active{background:#dcfce7;color:#15803d;border:1px solid #BBF7D0}.dsi-status-pill.warning{background:#fef3c7;color:#b45309;border:1px solid #FDE68A}.dsi-pill-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.dsi-sub-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.dsi-sub-grid{grid-template-columns:1.4fr 1fr}}.dsi-sub-card-main{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.5rem;position:relative;box-shadow:var(--shadow-card)}.dsi-sub-card-badge{font-size:.72rem;font-weight:800;letter-spacing:.8px;color:var(--gold-prestige);background:var(--gold-light);border:1px solid var(--gold-border);padding:4px 10px;border-radius:var(--radius-sm);display:inline-block;margin-bottom:.75rem}.dsi-sub-formula-title{font-size:1.6rem;font-weight:800;color:var(--text-primary);margin-bottom:1.25rem}.dsi-sub-info-row{display:grid;grid-template-columns:1fr;gap:1rem;padding:1rem 0;border-top:1px dashed var(--border-light);border-bottom:1px dashed var(--border-light);margin-bottom:1.25rem}@media (min-width: 640px){.dsi-sub-info-row{grid-template-columns:repeat(3,1fr)}}.dsi-sub-info-item{display:flex;flex-direction:column;gap:.25rem}.dsi-sub-label{font-size:.75rem;color:var(--text-muted);font-weight:500}.dsi-sub-value{font-size:.9rem;font-weight:700;color:var(--text-primary)}.dsi-sub-value.text-green{color:#16a34a}.dsi-sub-value.font-highlight{color:#2563eb}.dsi-sub-action-box{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.dsi-btn-renew{background:#2563eb;color:#fff;border:none;padding:12px 20px;border-radius:var(--radius-md);font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s ease;width:100%}@media (min-width: 640px){.dsi-btn-renew{width:auto}}.dsi-btn-renew:hover{background:#1d4ed8}.dsi-sub-action-note{font-size:.75rem;color:var(--text-muted)}.dsi-sub-card-details{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-card)}.dsi-details-list{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin-top:1rem}.dsi-details-list li{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.dsi-details-list li:last-child{border-bottom:none;padding-bottom:0}.dsi-details-label{color:var(--text-secondary);font-weight:500}.dsi-details-value{font-weight:700;color:var(--text-primary);text-align:right}.dsi-badge-mode{background:var(--bg-surface-alt);padding:3px 8px;border-radius:var(--radius-sm);font-size:.78rem;border:1px solid var(--border-light)}.dsi-sub-card-history{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-card)}.dsi-history-intro{font-size:.82rem;color:var(--text-secondary);margin-bottom:1.5rem}.dsi-timeline{display:flex;flex-direction:column;gap:1.25rem;position:relative;padding-left:1.25rem;border-left:2px solid var(--border-light)}.dsi-timeline-item{position:relative}.dsi-timeline-marker{position:absolute;left:-1.65rem;top:4px;width:12px;height:12px;border-radius:50%;background:#2563eb;border:3px solid var(--bg-surface);box-shadow:0 0 0 2px #2563eb4d}.dsi-timeline-content{background:var(--bg-surface-alt);border:1px solid var(--border-light);padding:1rem;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:.35rem}.dsi-timeline-top{display:flex;justify-content:space-between;align-items:center}.dsi-timeline-date{font-size:.78rem;font-weight:600;color:var(--text-muted)}.dsi-timeline-status{font-size:.72rem;font-weight:700;color:#16a34a;background:#dcfce7;padding:2px 6px;border-radius:4px}.dsi-timeline-event{font-size:.95rem;font-weight:700;color:var(--text-primary)}.dsi-timeline-meta{font-size:.8rem;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.dsi-meta-divider{color:var(--text-muted)}.dsi-room-screen{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2.5rem}.dsi-room-header{display:flex;flex-direction:column;gap:1rem;background:var(--bg-surface);padding:1.25rem 1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}@media (min-width: 768px){.dsi-room-header{flex-direction:row;align-items:center;justify-content:space-between}}.dsi-room-title-group{display:flex;align-items:center;gap:1rem}.dsi-room-icon-badge{width:48px;height:48px;background:var(--blue-light);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;border:1px solid rgba(37,99,235,.15)}.dsi-room-header h1{font-size:1.35rem;font-weight:800;color:var(--text-primary);line-height:1.2}.dsi-room-subtitle{font-size:.85rem;color:var(--text-secondary)}.dsi-dsi-main-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;box-shadow:var(--shadow-card);position:relative}.dsi-dsi-main-content{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.dsi-dsi-main-content{flex-direction:row;align-items:center;justify-content:space-between}}.dsi-dsi-tag{font-size:.72rem;font-weight:800;letter-spacing:.8px;color:var(--gold-prestige);background:var(--gold-light);border:1px solid var(--gold-border);padding:4px 10px;border-radius:var(--radius-sm);display:inline-block;margin-bottom:.5rem}.dsi-dsi-display-value{display:flex;align-items:baseline;gap:.5rem;margin:.25rem 0}.dsi-dsi-amount{font-size:2.75rem;font-weight:900;color:var(--text-primary);line-height:1}.dsi-dsi-unit{font-size:1.25rem;font-weight:800;color:#2563eb}.dsi-dsi-description{font-size:.85rem;color:var(--text-secondary)}.dsi-dsi-main-actions{display:flex;flex-direction:column;gap:.75rem;width:100%}@media (min-width: 640px){.dsi-dsi-main-actions{flex-direction:row;width:auto}}.dsi-btn-primary{background:#2563eb;color:#fff;border:none;padding:12px 20px;border-radius:var(--radius-md);font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s ease;text-align:center}.dsi-btn-primary:hover{background:#1d4ed8}.dsi-btn-secondary{background:var(--bg-surface-alt);color:var(--text-primary);border:1px solid var(--border-light);padding:12px 20px;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s ease;text-align:center}.dsi-btn-secondary:hover{background:#e2e8f0}.dsi-stats-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.dsi-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.dsi-stats-grid{grid-template-columns:repeat(3,1fr)}}.dsi-stat-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:.5rem}.dsi-stat-header{display:flex;align-items:center;gap:.5rem}.dsi-stat-icon{font-size:1.1rem}.dsi-stat-label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.dsi-stat-value{font-size:1.4rem;font-weight:800;line-height:1.2}.dsi-stat-value.text-green{color:#16a34a}.dsi-stat-value.text-blue{color:#2563eb}.dsi-stat-value.text-neutral{color:var(--text-primary)}.dsi-stat-footer{font-size:.75rem;color:var(--text-muted)}.dsi-history-section{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-card)}.dsi-history-header{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-light);margin-bottom:1rem}@media (min-width: 768px){.dsi-history-header{flex-direction:row;align-items:center;justify-content:space-between}}.dsi-history-subtitle{font-size:.82rem;color:var(--text-secondary)}.dsi-filter-tabs{display:flex;gap:.5rem;background:var(--bg-surface-alt);padding:4px;border-radius:var(--radius-md);border:1px solid var(--border-light);overflow-x:auto}.dsi-filter-btn{background:transparent;border:none;padding:6px 12px;font-size:.78rem;font-weight:600;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;transition:all .2s ease}.dsi-filter-btn.active{background:#fff;color:var(--text-primary);box-shadow:var(--shadow-sm)}.dsi-history-list{display:flex;flex-direction:column;gap:.75rem}.dsi-history-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border-light);background:var(--bg-surface-alt);transition:border-color .2s ease}.dsi-history-item:hover{border-color:#2563eb4d}.dsi-item-badge{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;flex-shrink:0}.dsi-item-badge.credit{background:#dcfce7;color:#16a34a}.dsi-item-badge.debit{background:#eff6ff;color:#2563eb}.dsi-item-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.dsi-item-main{display:flex;justify-content:space-between;align-items:center;gap:1rem}.dsi-item-label{font-size:.9rem;font-weight:700;color:var(--text-primary)}.dsi-item-amount{font-size:.95rem;font-weight:800;white-space:nowrap}.dsi-item-amount.credit{color:#16a34a}.dsi-item-amount.debit{color:var(--text-primary)}.dsi-item-meta{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--text-secondary);flex-wrap:wrap}.dsi-meta-category{font-weight:600;color:var(--text-muted)}.dsi-meta-dot{color:var(--border-light)}.dsi-empty-history{padding:2rem;text-align:center;color:var(--text-muted);font-size:.85rem}.withdrawals-room{display:flex;flex-direction:column;gap:24px;background-color:#f8fafc;padding:24px;min-height:100vh;color:#1e293b;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.withdrawals-header{margin-bottom:8px}.withdrawals-title{font-size:28px;font-weight:700;color:#0f172a;margin:0 0 6px}.withdrawals-subtitle{font-size:15px;color:#64748b;margin:0}.withdrawals-summary-section{display:grid;grid-template-columns:1fr 2fr;gap:20px}@media (max-width: 868px){.withdrawals-summary-section{grid-template-columns:1fr}}.summary-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:20px;box-shadow:0 1px 3px #0000000d}.balance-card{border-left:4px solid #d97706}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.card-label{font-size:14px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px}.card-badge{background-color:#fef3c7;color:#b45309;font-size:11px;font-weight:700;padding:3px 8px;border-radius:12px}.card-main-value{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:6px}.card-sub-value{font-size:14px;color:#64748b}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:8px}@media (max-width: 640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-label{font-size:12px;color:#64748b}.stat-value{font-size:16px;font-weight:600;color:#1e293b}.status-tag{color:#64748b}.withdrawals-action-section{display:flex;justify-content:flex-start}.btn-dsi-primary{background-color:#0f172a;color:#fff;font-weight:600;font-size:15px;padding:12px 24px;border-radius:8px;border:1px solid #0f172a;cursor:pointer;transition:background-color .2s,transform .1s}.btn-dsi-primary:hover{background-color:#1e293b;border-color:#d97706}.dsi-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:24px;box-shadow:0 1px 3px #0000000d}.section-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 20px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.withdrawals-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px;position:relative}.form-group-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 640px){.form-group-row{grid-template-columns:1fr}}.form-label{font-size:14px;font-weight:600;color:#334155}.form-input{padding:10px 14px;border-radius:6px;border:1px solid #cbd5e1;font-size:14px;color:#0f172a;outline:none;transition:border-color .2s}.form-input:focus{border-color:#0f172a}.country-select-trigger{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:6px;border:1px solid #cbd5e1;background-color:#fff;cursor:pointer;width:100%;text-align:left;font-size:14px}.country-flag{font-size:18px}.country-name{font-weight:500;color:#0f172a;flex:1}.country-code{color:#64748b;font-size:13px}.dropdown-arrow{font-size:10px;color:#64748b}.country-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:50;max-height:280px;display:flex;flex-direction:column}.country-search-box{padding:8px;border-bottom:1px solid #f1f5f9}.country-search-input{width:100%;padding:8px 10px;border-radius:4px;border:1px solid #cbd5e1;font-size:13px;outline:none;box-sizing:border-box}.country-list{list-style:none;margin:0;padding:0;overflow-y:auto}.country-item{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;font-size:14px;transition:background .15s}.country-item:hover,.country-item.selected{background-color:#f1f5f9}.country-item-empty{padding:12px;text-align:center;color:#94a3b8;font-size:13px}.payment-methods-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.payment-method-card{display:flex;align-items:center;gap:10px;padding:12px;border-radius:8px;border:1px solid #e2e8f0;background:#fafafa;cursor:pointer;transition:all .2s}.payment-method-card:hover{border-color:#cbd5e1;background:#f8fafc}.payment-method-card.selected{border-color:#d97706;background:#fffbe6}.method-icon{font-size:20px}.method-label{font-size:13px;font-weight:600;color:#1e293b}.form-actions{display:flex;justify-content:flex-end;margin-top:8px}.btn-dsi-submit{background-color:#0f172a;color:#fff;border:none;padding:12px 28px;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer}.btn-dsi-submit:hover{background-color:#1e293b}.empty-history-state{text-align:center;padding:40px 20px;color:#64748b;font-size:14px}.table-responsive{overflow-x:auto}.history-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}.history-table th{background-color:#f8fafc;color:#475569;font-weight:600;padding:12px;border-bottom:1px solid #e2e8f0}.history-table td{padding:12px;border-bottom:1px solid #f1f5f9;color:#1e293b}.status-badge{display:inline-block;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:600}.status-attente{background:#fef3c7;color:#b45309}.status-valide{background:#e0f2fe;color:#0369a1}.status-envoye{background:#e0e7ff;color:#4338ca}.status-paye{background:#dcfce7;color:#15803d}.status-rejete{background:#fee2e2;color:#b91c1c}.btn-details{background:none;border:1px solid #cbd5e1;padding:4px 10px;border-radius:4px;font-size:12px;cursor:pointer;color:#334155}.btn-details:hover{background:#f1f5f9}.withdrawal-detail-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal-card{width:100%;max-width:600px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.modal-header h3{margin:0;font-size:18px;color:#0f172a}.btn-close-modal{background:none;border:none;font-size:18px;cursor:pointer;color:#64748b}.timeline-container{display:flex;align-items:center;justify-content:space-between;padding:20px 0}.timeline-step{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;flex:1}.step-circle{width:32px;height:32px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.timeline-step.active .step-circle{background:#0f172a;color:#d97706}.step-label{font-size:11px;color:#64748b;text-align:center}.timeline-step.active .step-label{color:#0f172a;font-weight:600}.timeline-line{height:2px;background:#e2e8f0;flex:1;margin-top:-20px}.member-payment-history-container{display:flex;flex-direction:column;gap:24px;width:100%}.member-payment-history-header{border-bottom:1px solid var(--border-color, #e5e7eb);padding-bottom:16px}.member-payment-history-title{font-size:1.75rem;font-weight:700;color:var(--text-primary, #111827);margin:0 0 8px}.member-payment-history-subtitle{font-size:.95rem;color:var(--text-secondary, #6b7280);margin:0}.member-payment-history-content{background:var(--bg-card, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000000d}.payment-history-state-message{padding:32px;text-align:center;color:var(--text-secondary, #6b7280);font-size:.95rem}.payment-history-state-message.error{color:#dc2626}.payment-history-table-wrapper{width:100%;overflow-x:auto}.payment-history-table{width:100%;border-collapse:collapse;text-align:left;font-size:.9rem}.payment-history-table th{background-color:var(--bg-subtle, #f9fafb);color:var(--text-secondary, #4b5563);font-weight:600;padding:12px 16px;border-bottom:1px solid var(--border-color, #e5e7eb);white-space:nowrap}.payment-history-table td{padding:16px;border-bottom:1px solid var(--border-color, #f3f4f6);color:var(--text-primary, #1f2937);white-space:nowrap}.payment-history-table tbody tr:last-child td{border-bottom:none}.payment-history-table tbody tr:hover{background-color:var(--bg-hover, #f9fafb)}.payment-reference-cell{font-family:monospace;font-size:.85rem;color:var(--text-muted, #6b7280)}.payment-amount-cell{font-weight:600;color:var(--text-primary, #111827)}.payment-status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;line-height:1}.payment-status-badge.success{background-color:#d1fae5;color:#065f46}.payment-status-badge.pending{background-color:#fef3c7;color:#92400e}.payment-status-badge.failed{background-color:#fee2e2;color:#991b1b}.payment-status-badge.refunded{background-color:#e0e7ff;color:#3730a3}.payment-status-badge.default{background-color:#f3f4f6;color:#374151}.member-referral-container{display:flex;flex-direction:column;gap:24px;padding:24px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;background-color:#f8fafc;color:#1a202c;min-height:100%}.member-referral-header{border-bottom:1px solid #e2e8f0;padding-bottom:16px}.member-referral-title{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 8px}.member-referral-subtitle{font-size:14px;color:#64748b;margin:0}.member-referral-content{display:flex;flex-direction:column;gap:24px}.referral-link-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;box-shadow:0 1px 3px #0000000d}.referral-link-info{flex:1;min-width:280px}.referral-link-label{display:block;font-size:13px;color:#475569;margin-bottom:8px;font-weight:600}.referral-link-input-wrapper{display:flex;gap:12px}.referral-link-input{flex:1;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;padding:10px 14px;color:#0f172a;font-size:14px;font-weight:500;outline:none}.referral-copy-btn{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;white-space:nowrap}.referral-copy-btn:hover{background:#1d4ed8}.referral-copy-btn:active{transform:scale(.98)}.referral-code-badge{background:#fef3c7;border:1px solid #fde68a;padding:12px 20px;border-radius:8px;color:#92400e;font-size:14px}.referral-code-badge strong{color:#b45309;margin-left:6px;font-weight:700}.referral-rules-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d}.referral-rules-title{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 16px}.referral-rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:16px}.rule-box{background:#fafaf9;border:1px solid #e7e5e4;border-radius:10px;padding:18px}.rule-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;margin-bottom:10px}.rule-badge.level-1{background:#dbeafe;color:#1e40af}.rule-badge.level-2{background:#f3e8ff;color:#6b21a8}.rule-amount{font-size:22px;font-weight:800;color:#d97706;margin-bottom:6px}.rule-description{font-size:13px;color:#64748b;margin:0;line-height:1.5}.referral-notice{font-size:13px;color:#9a3412;background:#fff7ed;border-left:4px solid #f97316;padding:14px;border-radius:6px;line-height:1.4}.referral-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.referral-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:8px;box-shadow:0 1px 3px #0000000d}.stat-label{font-size:13px;color:#64748b;font-weight:500}.stat-value{font-size:24px;font-weight:700;color:#0f172a}.stat-value.highlight{color:#d97706}.referral-history-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d}.referral-section-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 16px}.referral-state-message{padding:32px;text-align:center;color:#64748b;font-size:14px}.referral-table-wrapper{overflow-x:auto}.referral-table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.referral-table th{background:#f8fafc;color:#475569;padding:12px 16px;font-weight:600;border-bottom:2px solid #e2e8f0}.referral-table td{padding:14px 16px;border-bottom:1px solid #f1f5f9;color:#334155}.referral-user-cell{font-weight:600;color:#0f172a}.referral-amount-cell{font-weight:700;color:#d97706}.referral-status-badge{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:600}.referral-status-badge.success{background:#dcfce7;color:#15803d}.referral-status-badge.pending{background:#ffedd5;color:#c2410c}.referral-status-badge.default{background:#f1f5f9;color:#64748b}.member-notifications-container{display:flex;flex-direction:column;gap:24px;padding:24px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;background-color:#f8fafc;color:#1a202c;min-height:100%}.member-notifications-header{border-bottom:1px solid #e2e8f0;padding-bottom:16px}.member-notifications-title{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 8px}.member-notifications-subtitle{font-size:14px;color:#64748b;margin:0}.member-notifications-content{display:flex;flex-direction:column;gap:20px}.notifications-state-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:40px 20px;text-align:center;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;align-items:center;gap:12px}.notifications-state-card.error{border-color:#fca5a5;background:#fef2f2}.notifications-state-card.empty{background:#fff}.notifications-state-title{font-size:18px;font-weight:700;color:#0f172a;margin:0}.notifications-state-card.error .notifications-state-title{color:#991b1b}.notifications-state-message{font-size:14px;color:#64748b;margin:0;max-width:500px;line-height:1.5}.notifications-state-card.error .notifications-state-message{color:#b91c1c}.notifications-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:notifications-spin .8s linear infinite}@keyframes notifications-spin{to{transform:rotate(360deg)}}.notifications-retry-btn{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s ease;margin-top:8px}.notifications-retry-btn:hover{background:#1d4ed8}.notifications-list{display:flex;flex-direction:column;gap:16px}.notification-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:12px;border-left:4px solid #2563eb}.notification-card-header{display:flex;justify-content:space-between;align-items:center}.notification-card-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.notification-type-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.notification-type-badge.maintenance{background:#fef3c7;color:#92400e}.notification-type-badge.info{background:#dbeafe;color:#1e40af}.notification-type-badge.urgent{background:#fee2e2;color:#991b1b}.notification-type-badge.default{background:#f1f5f9;color:#475569}.notification-date-range{font-size:12px;color:#64748b;font-weight:500}.notification-item-title{font-size:18px;font-weight:700;color:#0f172a;margin:0}.notification-item-message{font-size:14px;color:#334155;margin:0;line-height:1.6}.member-profile-room{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:1100px;margin:0 auto;padding:1rem 0}.profile-header-card{background:#fff;border-radius:12px;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.5rem;border:1px solid #e2e8f0;box-shadow:0 4px 12px #00000008}.avatar-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.avatar-circle{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:3px solid #f0f4f8;box-shadow:0 2px 8px #1e3a8a26}.identity-details{display:flex;flex-direction:column;gap:.25rem}.profile-name{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0}.dsi-id{font-size:.95rem;color:#64748b;margin:0}.dsi-id strong{color:#1e3a8a;font-weight:600}.profile-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.profile-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.profile-grid{grid-template-columns:repeat(3,1fr)}}.profile-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #00000005;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.profile-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000000d}.card-header{background:#f8fafc;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:.75rem}.card-icon{font-size:1.2rem}.card-header h2{font-size:1.05rem;font-weight:600;color:#1e293b;margin:0}.card-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.info-group{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.info-value{font-size:.95rem;color:#0f172a;font-weight:500;word-break:break-word}.info-value.highlight{color:#1e3a8a;font-weight:700}.code-box{display:inline-block;background:#f1f5f9;border:1px dashed #cbd5e1;padding:.35rem .65rem;border-radius:6px;font-family:monospace;font-weight:600;color:#0f172a;width:fit-content}.status-badge,.status-pill{padding:.25rem .65rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;width:fit-content}.status-actif,.status-active{background:#dcfce7;color:#15803d}.status-inactif,.status-pending{background:#fef3c7;color:#b45309}.member-profile-loading,.member-profile-error{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:2rem;text-align:center}.profile-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #1e3a8a;border-radius:50%;animation:spinProfile .8s linear infinite;margin-bottom:1rem}@keyframes spinProfile{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.member-profile-error .error-icon{font-size:2.5rem;margin-bottom:.5rem}.btn-retry{margin-top:1rem;background:#1e3a8a;color:#fff;border:none;padding:.6rem 1.25rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-retry:hover{background:#1e40af}@media (max-width: 640px){.profile-header-card{flex-direction:column;text-align:center;padding:1.25rem}.identity-details{align-items:center}}.member-settings-room{width:100%;max-width:900px;margin:0 auto;padding:1rem 0}.settings-header{margin-bottom:1.5rem}.settings-header h1{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.settings-header p{color:#64748b;font-size:.95rem}.settings-sections-list{display:flex;flex-direction:column;gap:.85rem}.settings-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;display:flex;align-items:center;gap:1.25rem;cursor:pointer;transition:all .2s ease}.settings-item-card:hover{background:#f8fafc;border-color:#cbd5e1;transform:translate(4px)}.settings-item-card.item-danger:hover{background:#fef2f2;border-color:#fca5a5}.item-icon-box{font-size:1.5rem;width:44px;height:44px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-details{flex:1}.item-details h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .2rem}.item-details p{font-size:.85rem;color:#64748b;margin:0}.item-arrow{font-size:1.5rem;color:#94a3b8;font-weight:300}.settings-subview-content{animation:slideInSubView .2s ease-out}@keyframes slideInSubView{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.subview-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.subview-header h2{font-size:1.3rem;font-weight:700;color:#0f172a;margin:0}.btn-back{background:#f1f5f9;border:1px solid #cbd5e1;color:#1e293b;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s}.btn-back:hover{background:#e2e8f0}.settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.danger-card{border-color:#fca5a5}.divider{border:none;border-top:1px solid #f1f5f9;margin:0}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-label{font-size:.85rem;font-weight:600;color:#475569}.form-control{padding:.65rem .85rem;border-radius:8px;border:1px solid #cbd5e1;font-size:.95rem;color:#0f172a;outline:none;transition:border-color .2s}.form-control:focus{border-color:#1e3a8a}.readonly-input{background:#f8fafc;color:#64748b;cursor:not-allowed}.avatar-upload-group{margin-bottom:.5rem}.avatar-upload-container{display:flex;align-items:center;gap:1.25rem;margin-top:.5rem}.avatar-preview-box .avatar-img-preview{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #1e3a8a}.btn-secondary-action{display:inline-block;background:#f1f5f9;border:1px solid #cbd5e1;padding:.45rem .85rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;color:#1e293b}.field-hint{font-size:.75rem;color:#64748b;margin-top:.25rem}.toggle-row,.action-row,.link-row,.social-link-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.social-link-row{justify-content:flex-start}.social-icon{font-size:1.5rem}.social-info,.action-info{display:flex;flex-direction:column}.social-info strong,.action-info strong{font-size:.95rem;color:#1e293b}.social-info p,.action-info p{font-size:.8rem;color:#64748b;margin:0}.danger-text strong{color:#dc2626}.badge-coming-soon{background:#f1f5f9;color:#64748b;font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:6px;white-space:nowrap}.badge-active{background:#dcfce7;color:#15803d;font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:6px}.btn-primary-action{background:#1e3a8a;color:#fff;border:none;padding:.65rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer}.btn-primary-action:disabled{background:#94a3b8;cursor:not-allowed}.btn-danger-outline{background:transparent;border:1px solid #ef4444;color:#dc2626;padding:.45rem .85rem;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer}.note-box{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:.85rem;border-radius:8px;font-size:.85rem}:root{--bg-app: #F8FAFC;--bg-surface: #FFFFFF;--bg-surface-alt: #F1F5F9;--bg-dark-premium: #0F172A;--bg-dark-card: #1E293B;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--text-on-dark: #F8FAFC;--gold-prestige: #D4AF37;--gold-light: #FDF6E2;--gold-border: rgba(212, 175, 55, .35);--blue-primary: #1E40AF;--blue-light: #EFF6FF;--border-light: #E2E8F0;--shadow-sm: 0 1px 2px 0 rgba(15, 23, 42, .05);--shadow-card: 0 4px 6px -1px rgba(15, 23, 42, .05), 0 2px 4px -2px rgba(15, 23, 42, .03);--shadow-hover: 0 10px 15px -3px rgba(15, 23, 42, .08), 0 4px 6px -4px rgba(15, 23, 42, .03);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-app);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}.dsi-container-responsive{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}
