*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background:#f9fafb}.app-layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;max-width:1000px;margin:0 auto;padding:2rem 1rem;width:100%}.navbar{background:#1f2937;color:#fff;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand a{color:#fff;text-decoration:none;font-weight:700;font-size:1.1rem}.navbar-links{display:flex;gap:1rem;align-items:center}.navbar-links a{color:#d1d5db;text-decoration:none}.navbar-links a:hover{color:#fff}.auth-page{display:flex;justify-content:center;padding-top:2rem}.auth-card{background:#fff;border-radius:8px;padding:2rem;width:100%;max-width:400px;box-shadow:0 1px 3px #0000001a}.auth-card h1{margin-bottom:1.5rem}.auth-link{margin-top:1rem;text-align:center;font-size:.9rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:500;margin-bottom:.25rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:4px;font-size:.95rem}.form-group textarea{resize:vertical}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}.checkbox-group label{display:flex;align-items:flex-start;gap:.5rem;font-weight:400;font-size:.85rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto;margin-top:.2rem}.btn-primary{background:#2563eb;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:4px;font-size:.95rem;cursor:pointer;width:100%}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;cursor:pointer}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-link{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.9rem;padding:0}.btn-link:hover{text-decoration:underline}.btn-danger{color:#dc2626;margin-left:.75rem}.btn-danger:hover{color:#991b1b}.action-cell{white-space:nowrap}.btn-large{padding:.8rem 2rem;font-size:1.05rem;margin-top:1rem}.btn-remove{color:#dc2626;font-size:1.2rem;font-weight:700}.page{padding:0}.page h1{margin-bottom:1.5rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.page-header h1{margin-bottom:0}.page-header .btn-primary{width:auto}.data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.data-table th,.data-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.data-table th{background:#f9fafb;font-weight:600;font-size:.85rem;text-transform:uppercase;color:#6b7280}.data-table tbody tr:hover{background:#f3f4f6}.clickable-row{cursor:pointer}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.status-badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;color:#fff;font-weight:500;text-transform:uppercase}.score-badge{font-weight:600;color:#2563eb}.override-badge{font-size:.75rem;color:#d97706;margin-left:.5rem}.error-message{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #fecaca}.success-text{color:#16a34a;font-weight:500}.warning-text{color:#d97706}.hint{color:#6b7280;font-size:.85rem;margin-top:.5rem}.loading{text-align:center;padding:3rem;color:#6b7280}.empty-state{text-align:center;padding:3rem;color:#6b7280;background:#fff;border-radius:8px}.drop-zone{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;margin-bottom:1.5rem;transition:border-color .2s}.drop-zone.drag-over{border-color:#2563eb;background:#eff6ff}.file-list{background:#fff;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.file-list ul{list-style:none;margin:.5rem 0}.file-item{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;border-bottom:1px solid #f3f4f6}.file-name{flex:1}.file-size{color:#6b7280;font-size:.85rem}.file-status{font-size:.8rem;text-transform:uppercase;font-weight:500}.file-done .file-status{color:#16a34a}.file-error .file-status{color:#dc2626}.file-uploading .file-status{color:#d97706}.file-skipped .file-status{color:#6b7280}.file-skipped .file-name{text-decoration:line-through;opacity:.6}.file-error-msg{font-size:.75rem;color:#6b7280;font-style:italic}.upload-summary{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.validation-message{color:#6b7280;font-size:.95rem;margin-bottom:.75rem}.validation-complete{color:#065f46;font-weight:600;font-size:1rem;margin-bottom:.5rem}.progress-bar-container{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-bar{height:100%;background:#3b82f6;border-radius:4px;transition:width .5s ease-in-out;min-width:2%}.progress-text{font-size:.85rem;color:#6b7280}.download-buttons{display:inline-flex;gap:.25rem;margin-left:.75rem}.btn-icon{background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;cursor:pointer;transition:background .15s}.btn-icon:hover{background:#e5e7eb}.payment-card{background:#fff;border-radius:8px;padding:2rem;max-width:500px;box-shadow:0 1px 3px #0000001a}.free-banner{background:#ecfdf5;color:#065f46;padding:.75rem;border-radius:4px;text-align:center;font-weight:600;margin-bottom:1rem}.discount-banner{background:#eff6ff;color:#1e40af;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.breakdown-table{width:100%;margin:1rem 0}.breakdown-table td{padding:.5rem 0}.breakdown-table td:last-child{text-align:right}.total-row td{border-top:2px solid #1f2937;padding-top:.75rem}.payment-note{font-size:.85rem;color:#6b7280;margin:1rem 0}.rubric-table{width:100%;border-collapse:collapse;background:#fff;margin-bottom:1rem}.rubric-table th,.rubric-table td{padding:.5rem;border:1px solid #e5e7eb;vertical-align:top}.rubric-table th{background:#f9fafb;font-size:.85rem}.rubric-table input,.rubric-table textarea{width:100%;padding:.3rem;border:1px solid #d1d5db;border-radius:3px}.rubric-footer{display:flex;justify-content:space-between;align-items:center;margin:1rem 0}.total-points{font-weight:600;color:#374151}.section-divider{border-top:1px solid #e5e7eb;margin:2rem 0}.preview-info{margin-bottom:1rem;font-size:.9rem;color:#6b7280}.preview-card{background:#fff;border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a}.preview-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.preview-actions{display:flex;gap:1rem;margin-top:1.5rem}.preview-actions .btn-primary{width:auto}.progress-section{max-width:500px}.progress-bar-container{background:#e5e7eb;border-radius:8px;height:24px;overflow:hidden;margin-bottom:.75rem}.progress-bar{background:#2563eb;height:100%;border-radius:8px;transition:width .5s ease}.progress-text{font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.complete-section{margin-top:1.5rem}.results-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;padding:1rem;text-align:center;box-shadow:0 1px 3px #0000001a}.stat-label{display:block;font-size:.8rem;color:#6b7280;text-transform:uppercase;margin-bottom:.25rem}.stat-value{display:block;font-size:1.5rem;font-weight:700;color:#1f2937}.distribution{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.distribution-chart{display:flex;align-items:flex-end;gap:.5rem;height:180px;padding-top:1rem}.dist-bar-group{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.dist-bar{width:100%;max-width:40px;background:#2563eb;border-radius:3px 3px 0 0}.dist-label{font-size:.7rem;color:#6b7280;margin-top:.25rem}.dist-count{font-size:.75rem;font-weight:600}.student-detail{padding:1rem}.detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.detail-table{width:100%;border-collapse:collapse;font-size:.9rem}.detail-table th,.detail-table td{padding:.5rem;border-bottom:1px solid #e5e7eb;text-align:left}.detail-table th{font-weight:600;color:#6b7280}.override-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.override-form{display:flex;flex-direction:column;gap:.75rem;max-width:400px}.override-form .btn-primary,.override-form .btn-secondary{width:auto}.intake-form{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a}.intake-form .btn-primary{margin-top:1rem}.form-section{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.form-section legend{font-weight:600;font-size:1.1rem;padding:0 .5rem}.section-help{color:#6b7280;font-size:.9rem;margin-bottom:1rem}.content-mode-toggle{display:flex;gap:0;margin-bottom:1rem;border:1px solid #d1d5db;border-radius:6px;overflow:hidden;width:fit-content}.toggle-btn{padding:.5rem 1.25rem;border:none;background:#f9fafb;cursor:pointer;font-size:.9rem;color:#374151;transition:all .15s}.toggle-btn:not(:last-child){border-right:1px solid #d1d5db}.toggle-btn.active{background:#2563eb;color:#fff;font-weight:500}.toggle-btn:hover:not(.active){background:#e5e7eb}.file-drop-zone{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.file-drop-zone:hover{border-color:#2563eb;background:#eff6ff}.drop-prompt p{margin:.25rem 0;color:#374151}.drop-hint{font-size:.85rem;color:#6b7280!important}.file-selected{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1rem}.btn-large{padding:.75rem 2rem;font-size:1.1rem;margin-top:1rem}.price-estimate{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.price-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-weight:600;font-size:.9rem;margin-bottom:.5rem}.price-badge.free{background:#dcfce7;color:#166534}.price-badge.discounted{background:#dbeafe;color:#1e40af}.price-badge.standard{background:#e5e7eb;color:#374151}.price-detail{margin:.5rem 0;font-size:1.1rem}.price-breakdown{font-size:.85rem;color:#6b7280}.price-disclaimer{font-size:.8rem;color:#6b7280;margin-top:.75rem;margin-bottom:0;font-style:italic}.field-hint{display:block;font-size:.8rem;color:#6b7280;margin-top:.25rem}.solution-guide-container{border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.solution-header{display:flex;justify-content:space-between;align-items:center}.solution-preview{margin-top:.75rem;padding:.75rem;background:#f9fafb;border-radius:6px;max-height:120px;overflow-y:auto}.solution-preview-item{margin-bottom:.5rem;font-size:.9rem;color:#374151}.preview-more{font-size:.85rem;color:#6b7280;font-style:italic}.solution-full{margin-top:1rem}.solution-item{border:1px solid #e5e7eb;border-radius:6px;padding:1rem;margin-bottom:1rem}.solution-item h4{margin:0 0 .5rem;color:#1f2937}.solution-item label{display:block;font-size:.85rem;font-weight:500;color:#6b7280;margin:.5rem 0 .25rem}.spinner{width:24px;height:24px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite;margin:.5rem 0}@keyframes spin{to{transform:rotate(360deg)}}.generating-status{padding:1rem;background:#eff6ff;border-radius:8px;text-align:center;display:flex;flex-direction:column;align-items:center}.workflow-stepper{background:#fff;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;position:sticky;top:56px;z-index:90}.stepper-steps{display:flex;align-items:center;justify-content:center;list-style:none;padding:0;gap:0;max-width:900px;margin:0 auto}.stepper-step{display:flex;align-items:center;flex:1;position:relative}.stepper-step:not(:last-child):after{content:"";position:absolute;top:50%;right:0;width:calc(100% - 40px);height:2px;background:#e5e7eb;transform:translateY(-50%);left:40px}.stepper-step.past:not(:last-child):after{background:#3b82f6}.stepper-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:none;border:none;cursor:default;padding:.25rem;position:relative;z-index:1}.stepper-step.past .stepper-btn{cursor:pointer}.stepper-step.past .stepper-btn:hover .stepper-number{background:#2563eb;transform:scale(1.1)}.stepper-number{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;transition:all .15s}.stepper-step.past .stepper-number{background:#3b82f6;color:#fff}.stepper-step.current .stepper-number{background:#1d4ed8;color:#fff;box-shadow:0 0 0 3px #3b82f64d}.stepper-step.future .stepper-number{background:#e5e7eb;color:#9ca3af}.stepper-label{font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.stepper-step.past .stepper-label{color:#3b82f6}.stepper-step.current .stepper-label{color:#1d4ed8;font-weight:700}.stepper-step.future .stepper-label{color:#9ca3af}@media (max-width: 640px){.stepper-label{display:none}.stepper-steps{gap:.25rem}}.admin-dashboard{max-width:1200px;margin:0 auto;padding:24px}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-header h1{margin:0}.admin-refresh-btn{padding:8px 16px;background:#f0f0f0;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:14px}.admin-refresh-btn:hover{background:#e0e0e0}.admin-tabs{display:flex;gap:4px;margin-bottom:24px;border-bottom:2px solid #eee;padding-bottom:0}.admin-tabs button{padding:10px 20px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#666;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.admin-tabs button:hover{color:#333}.admin-tabs button.active{color:#2563eb;border-bottom-color:#2563eb}.admin-section{margin-bottom:32px}.admin-section h2{font-size:16px;font-weight:600;margin-bottom:12px;color:#333}.admin-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.admin-card{background:#fff;border:1px solid #eee;border-radius:10px;padding:16px;box-shadow:0 1px 3px #0000000a}.admin-card h3{font-size:12px;font-weight:500;color:#888;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.admin-card-value{font-size:24px;font-weight:700;color:#111}.admin-card-sub{font-size:12px;color:#888;margin-top:4px}.admin-card-revenue{border-left:4px solid #10b981}.admin-card-cost{border-left:4px solid #f59e0b}.admin-card-profit{border-left:4px solid #10b981}.admin-card-loss{border-left:4px solid #ef4444}.admin-card-warning .admin-card-value{color:#ef4444}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th{text-align:left;padding:10px 12px;background:#f8f9fa;border-bottom:2px solid #eee;font-size:12px;text-transform:uppercase;color:#666;letter-spacing:.5px}.admin-table td{padding:10px 12px;border-bottom:1px solid #f0f0f0}.admin-table-full{background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden}.admin-monospace{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:12px}.admin-small{font-size:11px;color:#999}.admin-row-blocked{background:#fef2f2}.admin-badge{display:inline-block;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:600}.admin-badge-active{background:#ecfdf5;color:#065f46}.admin-badge-blocked{background:#fef2f2;color:#991b1b}.admin-btn{padding:5px 12px;border:1px solid #ddd;border-radius:4px;font-size:12px;cursor:pointer;background:#fff}.admin-btn-block{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.admin-btn-block:hover{background:#fee2e2}.admin-btn-unblock{background:#ecfdf5;border-color:#6ee7b7;color:#065f46}.admin-btn-unblock:hover{background:#d1fae5}.admin-block-form{display:flex;gap:6px;align-items:center}.admin-block-form input{padding:4px 8px;border:1px solid #ddd;border-radius:4px;font-size:12px;width:120px}.admin-link-list{list-style:none;padding:0;margin:0}.admin-link-list li{margin-bottom:8px}.admin-link-list a{display:inline-block;padding:8px 14px;background:#f8f9fa;border:1px solid #eee;border-radius:6px;color:#2563eb;text-decoration:none;font-size:14px;transition:all .2s}.admin-link-list a:hover{background:#eff6ff;border-color:#93c5fd}.admin-loading{text-align:center;padding:48px;color:#666}.admin-error{text-align:center;padding:48px;color:#991b1b}.admin-error button{margin-top:12px;padding:8px 16px;background:#2563eb;color:#fff;border:none;border-radius:6px;cursor:pointer}.admin-footer{font-size:12px;color:#999;text-align:right;margin-top:16px}.admin-console-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.subscribe-container{max-width:900px;margin:0 auto;padding:2rem 1rem}.subscribe-header{text-align:center;margin-bottom:2rem}.subscribe-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.subscribe-subtitle{font-size:1.1rem;color:#6b7280}.subscribe-toggle{display:flex;justify-content:center;gap:0;margin-bottom:2rem;background:#f3f4f6;border-radius:8px;padding:4px;width:fit-content;margin-left:auto;margin-right:auto}.subscribe-toggle-btn{padding:.5rem 1.5rem;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;background:transparent;color:#6b7280;transition:all .2s;display:flex;align-items:center;gap:.5rem}.subscribe-toggle-btn--active{background:#fff;color:#111827;box-shadow:0 1px 3px #0000001a}.subscribe-toggle-save{font-size:.75rem;background:#dcfce7;color:#166534;padding:.15rem .5rem;border-radius:10px;font-weight:600}.subscribe-error{text-align:center;color:#dc2626;margin-bottom:1.5rem;font-size:.9rem}.subscribe-plans{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 640px){.subscribe-plans{grid-template-columns:1fr}}.subscribe-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;position:relative;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s,border-color .2s}.subscribe-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#93c5fd}.subscribe-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;white-space:nowrap}.subscribe-plan-name{font-size:1.4rem;font-weight:700;color:#111827;margin-bottom:.5rem}.subscribe-plan-tagline{font-size:.9rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.4}.subscribe-price{margin-bottom:.25rem}.subscribe-price-amount{font-size:2.5rem;font-weight:700;color:#111827}.subscribe-price-period{font-size:1rem;color:#6b7280}.subscribe-price-note{font-size:.85rem;color:#6b7280;margin-bottom:1.5rem}.subscribe-features{list-style:none;padding:0;margin:1.5rem 0;flex:1}.subscribe-feature{padding:.4rem 0;font-size:.9rem;color:#374151;display:flex;align-items:center;gap:.5rem}.subscribe-feature-check{color:#10b981;font-weight:700;font-size:1rem}.subscribe-btn{width:100%;padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:auto}.subscribe-btn:hover:not(:disabled){background:#1d4ed8}.subscribe-btn:disabled{opacity:.6;cursor:not-allowed}.subscribe-btn--primary{background:#1d4ed8;color:#fff}.subscribe-btn--primary:hover:not(:disabled){background:#1e40af}.subscribe-card--highlighted{border:2px solid #2563eb;box-shadow:0 4px 20px #2563eb26;position:relative}.subscribe-trial-note{font-size:13px;color:#059669;font-weight:600;margin:8px 0 16px}.subscribe-comparison{max-width:700px;margin:48px auto 0}.subscribe-comparison-title{font-size:20px;font-weight:600;text-align:center;margin-bottom:16px}.subscribe-table{width:100%;border-collapse:collapse;font-size:14px}.subscribe-table th{text-align:center;padding:12px;background:#f8f9fa;border-bottom:2px solid #e5e7eb;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.subscribe-table th:first-child{text-align:left}.subscribe-table td{padding:10px 12px;border-bottom:1px solid #f0f0f0;text-align:center}.subscribe-table td:first-child{text-align:left;color:#374151}.subscribe-highlight{color:#059669;font-weight:600}.subscribe-footer{text-align:center;margin-top:32px;font-size:13px;color:#6b7280}.subscribe-footer p{margin:4px 0}.account-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000d}.account-plan-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.account-plan-name{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .25rem}.account-plan-price{font-size:1rem;color:#6b7280}.account-status{display:inline-block;padding:.3rem .85rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.account-status--active{background:#dcfce7;color:#166534}.account-status--trialing{background:#dbeafe;color:#1e40af}.account-status--paused{background:#fef9c3;color:#854d0e}.account-status--cancelled,.account-status--past_due{background:#fee2e2;color:#991b1b}.account-trial-banner{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.25rem;color:#1e40af;font-size:.9rem;font-weight:500}.account-cancel-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.25rem;color:#991b1b;font-size:.9rem;font-weight:500}.account-usage{margin-bottom:1rem}.account-usage-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem;color:#374151;font-weight:500}.account-usage-bar{width:100%;height:10px;background:#f3f4f6;border-radius:6px;overflow:hidden}.account-usage-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:6px;transition:width .4s ease;min-width:2%}.account-period{font-size:.9rem;color:#6b7280}.account-period strong{color:#374151}.account-section-title{font-size:1.1rem;font-weight:600;color:#111827;margin:0 0 1rem}.account-actions{display:flex;flex-direction:column;gap:1rem}.account-action-row{display:flex;align-items:flex-start;gap:1rem}.account-action-row .btn-primary{width:auto;background:#10b981;padding:.6rem 1.4rem}.account-action-row .btn-primary:hover:not(:disabled){background:#059669}.account-action-row .btn-secondary{padding:.6rem 1.4rem}.account-action-row .btn-danger{margin-left:0;padding:.6rem 1.4rem;background:none;border:1px solid #fca5a5;border-radius:4px;color:#dc2626;font-size:.9rem;cursor:pointer;transition:all .15s}.account-action-row .btn-danger:hover:not(:disabled){background:#fef2f2}.account-action-row .btn-danger:disabled{opacity:.5;cursor:not-allowed}.account-action-note{font-size:.82rem;color:#6b7280;margin:.35rem 0 0}.account-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.account-modal{background:#fff;border-radius:12px;padding:2rem;max-width:450px;width:90%;box-shadow:0 20px 60px #0003;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.account-modal h3{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .75rem}.account-modal p{color:#4b5563;font-size:.95rem;line-height:1.6;margin:0 0 1.5rem}.account-modal-actions{display:flex;gap:.75rem}.account-modal-actions .btn-danger{margin-left:0;padding:.6rem 1.2rem;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s}.account-modal-actions .btn-danger:hover:not(:disabled){background:#b91c1c}.account-modal-actions .btn-danger:disabled{opacity:.5;cursor:not-allowed}.account-modal-actions .btn-secondary{padding:.6rem 1.2rem}.account-placeholder{color:#9ca3af;font-size:.9rem;font-style:italic}
