:root{--bg-color: #161524;--surface: #1d1c2e;--elevated: #232238;--card-bg: #1d1c2e;--card-hover: #26253c;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .16);--accent: #6366f1;--accent-purple: #7048e8;--accent-hover: #5438dc;--text-main: #ffffff;--text-muted: #94a3b8;--text-faint: #64748b;--success: #10b981;--danger: #ef4444}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-main);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;overflow-x:hidden;overflow-y:auto}.profile-settings-layout{display:flex;min-height:100vh;width:100%}.profile-sidepanel{width:250px;background:#181729;border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;padding:1.5rem .85rem}.sidepanel-heading{font-size:.95rem;font-weight:700;color:var(--text-main);padding:0 .75rem 1rem;letter-spacing:-.01em}.sidepanel-nav{display:flex;flex-direction:column;gap:.25rem}.sidepanel-nav-item{display:flex;align-items:center;gap:.85rem;padding:.75rem .85rem;border-radius:8px;color:var(--text-muted);text-decoration:none;font-size:.86rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:all .18s ease;-webkit-user-select:none;user-select:none}.sidepanel-nav-item i{width:17px;height:17px;color:var(--text-faint);flex-shrink:0;transition:color .18s ease}.sidepanel-nav-item:hover{background:#ffffff0a;color:var(--text-main)}.sidepanel-nav-item:hover i{color:var(--accent)}.sidepanel-nav-item.active{background:#6366f11f;color:#a5b4fc;border-color:#6366f140;font-weight:600}.sidepanel-nav-item.active i{color:#818cf8}.profile-main-content{flex:1;display:flex;flex-direction:column;padding:1.75rem 2.5rem;min-width:0;background:var(--bg-color);position:relative}.content-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.84rem;color:var(--text-muted);margin-bottom:1.5rem}.breadcrumb-link{color:var(--text-muted);text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;transition:color .15s ease;cursor:pointer}.breadcrumb-link:hover{color:var(--text-main)}.breadcrumb-sep{color:var(--text-faint);font-size:.8rem;-webkit-user-select:none;user-select:none}.breadcrumb-active{color:var(--text-main);font-weight:500}.profile-screen{display:none;animation:fadeIn .2s cubic-bezier(.4,0,.2,1);padding-bottom:4rem}.profile-screen.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.screen-title{font-size:1.55rem;font-weight:800;color:var(--text-main);margin-bottom:1.75rem;letter-spacing:-.02em}.screen-subtitle{font-size:.88rem;color:var(--text-muted);margin-top:-1.25rem;margin-bottom:1.75rem}.profile-avatar-row{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.avatar-preview-circle{width:110px;height:110px;border-radius:50%;background:#2a293d;border:2px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;overflow:hidden;color:#71717a;position:relative;flex-shrink:0;box-shadow:0 4px 16px #0000004d}.avatar-preview-circle img{width:100%;height:100%;object-fit:cover}.avatar-preview-circle svg{width:58px;height:58px}.avatar-actions-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.avatar-buttons-inline{display:flex;align-items:center;gap:1rem}.btn-upload-pill{background:var(--accent-purple);color:#fff;border:none;padding:.45rem 1.4rem;border-radius:6px;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .18s ease;box-shadow:0 2px 8px #7048e84d}.btn-upload-pill:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-remove-link{background:transparent;border:none;color:#a5b4fc;font-size:.84rem;font-weight:600;cursor:pointer;text-decoration:none;transition:color .15s ease;padding:.45rem .5rem}.btn-remove-link:hover{color:#fff;text-decoration:underline}.avatar-hint{font-size:.76rem;color:var(--text-faint)}.profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem;max-width:960px}@media (max-width: 900px){.profile-form-grid{grid-template-columns:1fr}}.profile-form-col{display:flex;flex-direction:column;gap:1.5rem}.form-group-field{display:flex;flex-direction:column;gap:.5rem}.form-group-field label{font-size:.82rem;font-weight:600;color:var(--text-muted)}.form-group-field label .star{color:var(--danger)}.form-input-styled,.form-textarea-styled,.form-select-styled{background:#181729;border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;color:#fff;font-size:.88rem;outline:none;transition:all .18s ease;width:100%;box-sizing:border-box}.form-input-styled:focus,.form-textarea-styled:focus,.form-select-styled:focus{border-color:var(--accent);background:#1f1e33;box-shadow:0 0 0 3px #6366f126}.form-input-styled:disabled,.form-input-styled[readonly]{opacity:.65;cursor:not-allowed;background:#151424}.form-textarea-styled{min-height:110px;resize:vertical}.char-count-hint{font-size:.74rem;color:var(--text-faint);margin-top:.35rem}.form-actions-bar{display:flex;align-items:center;justify-content:flex-end;gap:1rem;max-width:960px;margin-top:2rem}.btn-primary-save{background:var(--accent-purple);color:#fff;border:none;padding:.55rem 2rem;border-radius:6px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .18s ease;box-shadow:0 4px 14px #7048e859}.btn-primary-save:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 18px #7048e873}.save-status-msg{font-size:.84rem;font-weight:500;margin-right:auto}.billing-subtabs-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-bottom:1px solid var(--border);padding-bottom:.25rem;margin-bottom:2rem}.billing-tabs-list{display:flex;align-items:center;gap:.5rem}.billing-subtab{background:transparent;border:none;color:var(--text-muted);font-size:.88rem;font-weight:600;padding:.65rem 1.25rem;cursor:pointer;border-radius:6px 6px 0 0;position:relative;transition:all .18s ease}.billing-subtab:hover{color:var(--text-main)}.billing-subtab.active{color:#fff;background:#ffffff0a}.billing-subtab.active:after{content:"";position:absolute;bottom:-.25rem;left:0;width:100%;height:2px;background:var(--accent)}.btn-manage-usages{background:var(--accent-purple);color:#fff;border:none;padding:.45rem 1.25rem;border-radius:6px;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .18s ease}.btn-manage-usages:hover{background:var(--accent-hover)}.billing-view-panel{display:none}.billing-view-panel.active{display:block;animation:fadeIn .18s ease}.plans-cards-container{display:flex;flex-direction:column;gap:1.25rem;max-width:960px}.plan-subscription-card{background:#181729;border:1px solid var(--border);border-radius:10px;padding:1.5rem 2rem;display:grid;grid-template-columns:1.5fr 1.5fr 1fr;align-items:center;gap:1.5rem;transition:border-color .2s ease}.plan-subscription-card:hover{border-color:#ffffff29}.plan-name-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem}.plan-main-title{font-size:1.15rem;font-weight:700;color:#fff}.plan-badge{display:inline-block;padding:.15rem .55rem;border-radius:4px;font-size:.72rem;font-weight:700;border:1px solid var(--danger);color:var(--danger);background:#ef444414}.plan-payment-info{display:flex;flex-direction:column;gap:.25rem}.payment-label{font-size:.76rem;color:var(--text-muted)}.payment-value{font-size:.95rem;font-weight:700;color:#fff}.plan-action-col{display:flex;justify-content:flex-end}.btn-upgrade-plan{background:#ffffff08;border:1px solid rgba(255,255,255,.15);color:#cbd5e1;padding:.45rem 1.25rem;border-radius:6px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .18s ease}.btn-upgrade-plan:hover{background:#ffffff14;border-color:#ffffff4d;color:#fff}.usage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem 1.5rem;max-width:1050px}@media (max-width: 1100px){.usage-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.usage-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.usage-grid{grid-template-columns:1fr}}.usage-item-card{display:flex;align-items:center;gap:1.15rem}.usage-meter-ring{position:relative;width:68px;height:68px;flex-shrink:0}.usage-meter-ring svg{transform:rotate(-90deg);width:100%;height:100%}.usage-meter-bg{stroke:#ffffff14;stroke-width:4;fill:none}.usage-meter-bar{stroke:#818cf8;stroke-width:4;stroke-linecap:round;fill:none;transition:stroke-dashoffset .6s ease}.usage-meter-center{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#fff;text-align:center}.usage-meter-center.unlimited{font-size:.68rem;font-weight:600;color:#cbd5e1}.usage-info-col{display:flex;flex-direction:column;gap:.2rem;min-width:0}.usage-item-title{font-size:.88rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.usage-item-desc{font-size:.74rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.transactions-filter-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.filter-select-custom{background:#181729;border:1px solid var(--border);color:#cbd5e1;padding:.5rem 1rem;border-radius:6px;font-size:.82rem;outline:none;cursor:pointer}.search-and-show-wrap{display:flex;align-items:center;gap:1rem}.search-box-wrap{position:relative;display:flex;align-items:center}.search-box-wrap input{background:#181729;border:1px solid var(--border);border-radius:6px;padding:.45rem 2.2rem .45rem .85rem;color:#fff;font-size:.82rem;outline:none;width:170px;transition:width .2s,border-color .2s}.search-box-wrap input:focus{width:220px;border-color:var(--accent)}.search-box-wrap i{position:absolute;right:.75rem;width:14px;height:14px;color:var(--text-faint);pointer-events:none}.table-responsive-wrap{width:100%;overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:#181729}.styled-data-table{width:100%;border-collapse:collapse;text-align:left;font-size:.82rem}.styled-data-table th{padding:.85rem 1rem;background:#141322;color:var(--text-muted);font-weight:600;border-bottom:1px solid var(--border);white-space:nowrap;-webkit-user-select:none;user-select:none}.th-sortable{cursor:pointer}.th-sortable:hover{color:#fff}.th-sortable span{display:inline-flex;align-items:center;gap:.35rem}.sort-icon{font-size:.7rem;color:var(--text-faint)}.styled-data-table td{padding:.95rem 1rem;border-bottom:1px solid var(--border);color:#fff;vertical-align:middle}.styled-data-table tr:last-child td{border-bottom:none}.styled-data-table tr:hover td{background:#ffffff05}.tx-id-link{color:#818cf8;text-decoration:none;font-weight:600}.tx-id-link:hover{text-decoration:underline}.status-badge-success{display:inline-flex;align-items:center;gap:.35rem;color:#10b981;font-weight:600}.status-badge-success i{width:14px;height:14px}.table-pagination-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem .25rem 0;font-size:.8rem;color:var(--text-muted)}.pagination-controls-wrap{display:flex;align-items:center;gap:.4rem}.page-btn{background:#181729;border:1px solid var(--border);color:var(--text-muted);padding:.3rem .65rem;border-radius:5px;font-size:.78rem;cursor:pointer;transition:all .15s ease}.page-btn:hover:not(:disabled){color:#fff;border-color:#ffffff40}.page-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.page-btn:disabled{opacity:.4;cursor:not-allowed}.settings-card-group{background:#181729;border:1px solid var(--border);border-radius:10px;padding:1.5rem 1.75rem;margin-bottom:1.5rem;max-width:960px}.card-group-title{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:.5rem}.card-group-desc{font-size:.82rem;color:var(--text-muted);margin-bottom:1.25rem}.toggle-item-row{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0;border-bottom:1px solid var(--border)}.toggle-item-row:last-child{border-bottom:none}.toggle-info{display:flex;flex-direction:column;gap:.2rem}.toggle-title{font-size:.88rem;font-weight:600;color:#fff}.toggle-desc{font-size:.76rem;color:var(--text-muted)}.switch-control{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.switch-control input{opacity:0;width:0;height:0}.switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#27263d;border:1px solid var(--border);transition:.25s;border-radius:24px}.switch-slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.25s;border-radius:50%}.switch-control input:checked+.switch-slider{background-color:var(--accent)}.switch-control input:checked+.switch-slider:before{transform:translate(20px)}.notif-subtabs-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.notif-subtab{background:transparent;border:1px solid transparent;color:var(--text-muted);font-size:.85rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .18s ease}.notif-subtab:hover{color:#fff;background:#ffffff0a}.notif-subtab.active{background:#6366f126;border-color:#6366f159;color:#a5b4fc}.notif-view-panel{display:none}.notif-view-panel.active{display:block}.notif-biz-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem}.notif-biz-icon-box{width:44px;height:44px;border-radius:50%;background:#6366f11f;border:1px solid rgba(99,102,241,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-biz-icon-box i{width:22px;height:22px;color:#818cf8}.notif-biz-title{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:.25rem}.notif-biz-subtitle{font-size:.82rem;color:var(--text-muted)}.biz-notif-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:4.5rem;row-gap:1.25rem;padding:.5rem .25rem}@media (max-width: 820px){.biz-notif-grid{grid-template-columns:1fr;column-gap:0}}.biz-notif-item{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.04)}.biz-notif-name{display:flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:600;color:#fff}.biz-notif-index{color:var(--text-muted);font-size:.85rem;min-width:1.3rem;display:inline-block}.biz-notif-pill{display:inline-flex;align-items:center;gap:.4rem;background:#22c55e;color:#fff;padding:.35rem .85rem;border-radius:9999px;font-size:.8rem;font-weight:700;border:none;cursor:pointer;transition:all .18s ease;-webkit-user-select:none;user-select:none;box-shadow:0 2px 8px #22c55e40}.biz-notif-pill i{width:13px;height:13px;stroke-width:2.4;opacity:.9}.biz-notif-pill.off{background:#3f3f46;color:#d4d4d8;box-shadow:none}.biz-notif-pill:hover{transform:translateY(-1px);filter:brightness(1.1)}.biz-notif-pill:active{transform:translateY(0)}.profile-footer-bar{margin-top:auto;padding-top:2rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);font-size:.78rem;color:var(--text-faint);flex-wrap:wrap;gap:1rem}.footer-links{display:flex;align-items:center;gap:.75rem}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .15s ease}.footer-links a:hover{color:#fff}.floating-help-btn{position:fixed;bottom:1.5rem;right:1.75rem;background:var(--accent-purple);color:#fff;border:none;padding:.5rem 1.1rem;border-radius:20px;font-size:.82rem;font-weight:600;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;box-shadow:0 6px 20px #0006;transition:all .2s ease;z-index:50}.floating-help-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #7048e866}.custom-modal-backdrop{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;align-items:center;justify-content:center;padding:1rem}.custom-modal-backdrop.active{display:flex}.custom-modal-card{background:#1c1b2f;border:1px solid var(--border-strong);border-radius:12px;width:100%;max-width:500px;padding:1.75rem;position:relative;box-shadow:0 20px 50px #0009;animation:modalScale .2s ease}@keyframes modalScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.modal-header-row h3{font-size:1.15rem;font-weight:700;color:#fff}.modal-close-icon{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.25rem;transition:color .15s}.modal-close-icon:hover{color:#fff}
