.account-dashboard{display:grid;gap:1.5em;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.account-dashboard .card{background:var(--bg-card, #131b30);border:1px solid var(--border, rgba(148, 163, 184, .1));border-radius:.75em;padding:1.5em}.account-dashboard .card h2{margin:0 0 1em;font-size:1.25em;color:var(--text-primary, #f1f5f9)}.account-dashboard .info-row{display:flex;justify-content:space-between;align-items:center;padding:.75em 0;border-bottom:1px solid var(--border, rgba(148, 163, 184, .1))}.account-dashboard .info-row:has(+.actions),.account-dashboard .info-row:last-child{border-bottom:none}.account-dashboard .label{font-weight:600;color:var(--text-muted, #64748b)}.account-dashboard .value{color:var(--text-primary, #f1f5f9);display:flex;align-items:center;gap:.5em}.account-dashboard .name-display{gap:.375em}.account-dashboard .not-set{color:var(--text-muted, #64748b);font-style:italic}.account-dashboard .btn-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:1px solid transparent;border-radius:.375em;cursor:pointer;transition:all .2s;flex-shrink:0;font-size:.875em;font-family:inherit;padding:0}.account-dashboard .btn-icon-edit{color:var(--text-muted, #64748b)}.account-dashboard .btn-icon-edit:hover{color:var(--accent, #4ecdc4);background:var(--accent-subtle, rgba(78, 205, 196, .1))}.account-dashboard .btn-icon-save{color:var(--accent, #4ecdc4);font-weight:700}.account-dashboard .btn-icon-save:hover{background:var(--accent-subtle, rgba(78, 205, 196, .1))}.account-dashboard .btn-icon-cancel{color:var(--text-muted, #64748b)}.account-dashboard .btn-icon-cancel:hover{color:#ef4444;background:#ef44441a}.account-dashboard .btn-icon:disabled{opacity:.5;cursor:not-allowed}.account-dashboard .name-edit-group{display:flex;align-items:center;gap:.375em;flex-wrap:wrap}.account-dashboard .name-edit-input{padding:.375em .625em;background:var(--bg-elevated, #1e2745);border:1px solid var(--border, rgba(148, 163, 184, .1));border-radius:.375em;color:var(--text-primary, #f1f5f9);font-size:.875em;font-family:inherit;width:180px}.account-dashboard .name-edit-input:focus{outline:none;border-color:var(--accent, #4ecdc4)}.account-dashboard .name-edit-input:disabled{opacity:.5}.account-dashboard .name-edit-error{color:#ef4444;font-size:.75em;width:100%}.account-dashboard .status-active{color:var(--accent, #4ecdc4)}.account-dashboard .status-trialing{color:#f59e0b}.account-dashboard .status-inactive,.account-dashboard .status-canceled{color:#ef4444}.account-dashboard .plan-banner{display:flex;align-items:flex-start;gap:.75em;padding:1em 1.25em;border-radius:.5em;margin-bottom:1em;font-size:.875em;line-height:1.5}.account-dashboard .plan-banner-free{background:var(--bg-elevated, #1e2745);border:1px solid var(--border, rgba(148, 163, 184, .1))}.account-dashboard .plan-banner-pro,.account-dashboard .plan-banner-cloud{background:#4ecdc414}.account-dashboard .plan-banner-warning{background:#f59e0b14;border:1px solid rgba(245,158,11,.3)}.account-dashboard .plan-banner-info{background:#3b82f614;border:1px solid rgba(59,130,246,.3)}.account-dashboard .plan-banner-icon{color:var(--accent, #4ecdc4);font-weight:700;flex-shrink:0;margin-top:.1em}.account-dashboard .plan-banner-icon-warning{color:#f59e0b;flex-shrink:0;margin-top:.1em}.account-dashboard .plan-banner-icon-info{color:#3b82f6;flex-shrink:0;font-size:1.1em;margin-top:.05em}.account-dashboard .plan-banner-content{display:flex;flex-direction:column;gap:.25em;flex:1}.account-dashboard .plan-banner-text{color:var(--text-primary, #f1f5f9)}.account-dashboard .plan-banner-sub{color:var(--text-muted, #64748b);font-size:.9em}.account-dashboard .plan-banner-muted{color:var(--text-muted, #64748b);font-size:.8em;margin-top:.25em}.account-dashboard .storage-bar-inline{display:flex;flex-direction:column;gap:.25em;width:160px;flex-shrink:0;align-self:center}.account-dashboard .storage-bar-track{height:6px;background:#94a3b826;border-radius:3px;overflow:hidden}.account-dashboard .storage-bar-fill{height:100%;background:var(--accent, #4ecdc4);border-radius:3px;transition:width .3s}.account-dashboard .storage-bar-label{font-size:.75em;color:var(--text-muted, #64748b);text-align:right}.account-dashboard .actions{margin-top:1.5em;padding-top:1.5em;border-top:1px solid var(--border, rgba(148, 163, 184, .1))}.account-dashboard .btn{display:inline-block;padding:.75em 1.5em;border-radius:.5em;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;border:none;transition:all .2s}.account-dashboard .btn-primary{background:var(--gradient-accent, linear-gradient(135deg, #4ecdc4, #3a9e8c));color:var(--text-on-accent, #0f1115)}.account-dashboard .btn-primary:hover{opacity:.9}.account-dashboard .btn-secondary{background:var(--bg-elevated, #1e2745);color:var(--text-primary, #f1f5f9)}.account-dashboard .btn-secondary:hover{background:var(--bg-card-hover, #1a2340)}.account-dashboard .btn:disabled{opacity:.5;cursor:not-allowed}.account-dashboard .error-card{background:#ef44441a;border-color:#ef44444d}.account-dashboard .error-message{color:#ef4444;margin:0}.account-dashboard .danger-zone{border-color:#ef44444d;grid-column:1 / -1}.account-dashboard .danger-zone h2{color:#ef4444}.account-dashboard .danger-zone-content{display:flex;justify-content:space-between;align-items:center;gap:1em}.account-dashboard .danger-zone-title{font-weight:600;color:var(--text-primary, #f1f5f9);margin:0 0 .25em}.account-dashboard .danger-zone-description{color:var(--text-muted, #64748b);font-size:.875em;margin:0}.account-dashboard .btn-danger{background:#ef4444;color:#fff;white-space:nowrap}.account-dashboard .btn-danger:hover{background:#dc2626}.account-dashboard .modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.account-dashboard .modal{background:var(--bg-card, #131b30);border:1px solid var(--border, rgba(148, 163, 184, .1));border-radius:.75em;padding:2em;max-width:480px;width:90%}.account-dashboard .modal-title{margin:0 0 .5em;font-size:1.25em}.account-dashboard .modal-title.danger{color:#ef4444}.account-dashboard .modal-subtitle{color:var(--text-muted, #64748b);margin:0 0 1.25em;font-size:.9em;line-height:1.5}.account-dashboard .modal-subtitle strong{color:var(--text-primary, #f1f5f9)}.account-dashboard .modal-warning{background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.5em;padding:1em;margin-bottom:1.25em}.account-dashboard .modal-warning-title{color:#ef4444;font-weight:600;font-size:.9em;margin:0 0 .75em}.account-dashboard .modal-warning ul{margin:0;padding-left:1.25em;color:var(--text-muted, #64748b);font-size:.875em;line-height:1.8}.account-dashboard .modal-warning-note{color:var(--text-muted, #64748b);font-size:.8em;margin:.75em 0 0}.account-dashboard .modal-input{width:100%;padding:.75em;background:var(--bg-elevated, #1e2745);border:1px solid var(--border, rgba(148, 163, 184, .1));border-radius:.5em;color:var(--text-primary, #f1f5f9);font-size:.9em;margin-bottom:.75em;box-sizing:border-box}.account-dashboard .modal-input:focus{outline:none;border-color:#ef444480}.account-dashboard .modal-input:disabled{opacity:.5}.account-dashboard .modal-error{color:#ef4444;font-size:.875em;margin:0 0 .75em}.account-dashboard .modal-progress{height:3px;background:linear-gradient(90deg,#ef4444 0%,#ef4444 30%,transparent 30%);border-radius:2px;margin-bottom:.75em;animation:modal-progress-anim 1.2s ease-in-out infinite}@keyframes modal-progress-anim{0%{background-position:-200% 0}to{background-position:200% 0}}.account-dashboard .modal-actions{display:flex;justify-content:flex-end;gap:.75em}
