body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.dashboard-container{background:#f5f7fa;display:flex;height:100vh;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:100vh;position:relative;transition:width .3s ease}.sidebar.open{width:260px}.sidebar.closed{width:80px}.sidebar-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 20px}.sidebar-logo{height:32px;object-fit:contain}.sidebar-logo-icon{align-items:center;background:#2ab3c0;border-radius:8px;color:#fff;display:flex;font-size:20px;font-weight:700;height:40px;justify-content:center;width:40px}.sidebar-toggle{background:none;border:none;border-radius:6px;cursor:pointer;font-size:20px;padding:8px;transition:background .2s}.sidebar-toggle:hover{background:#f3f4f6}.sidebar-nav{flex:1 1;overflow-y:auto;padding:16px 12px}.nav-item{align-items:center;background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:12px;margin-bottom:8px;padding:12px 16px;text-align:left;transition:all .2s;width:100%}.nav-item:hover{background:#f3f4f6;color:#374151}.nav-item.active{background:#2ab3c01a;color:#2ab3c0;font-weight:600}.nav-icon{font-size:20px;min-width:24px;text-align:center}.sidebar.closed .nav-label{display:none}.sidebar-footer{border-top:1px solid #e5e7eb;padding:16px 12px}.user-info{background:#f9fafb;border-radius:8px;margin-bottom:8px;padding:12px}.sidebar.closed .user-info{display:none}.user-email{color:#374151;font-size:13px;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-badge{background:#2ab3c0;border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;padding:2px 8px}.sign-out-button{align-items:center;background:none;border:none;border-radius:8px;color:#ef4444;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:12px;padding:12px 16px;transition:all .2s;width:100%}.sign-out-button:hover{background:#fef2f2}.main-content{flex:1 1;overflow-y:auto;transition:margin-left .3s ease}.main-content.sidebar-closed,.main-content.sidebar-open{margin-left:0}.content-wrapper{max-width:1400px;padding:32px}@media (max-width:768px){.sidebar.open{box-shadow:2px 0 8px #0000001a;left:0;position:absolute;top:0;z-index:100}}.dialog-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.dialog-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:500px;padding:32px;width:90%}.dialog-content h2{color:#1f2937;font-size:24px;font-weight:700;margin:0 0 8px}.dialog-question{color:#6b7280;font-size:16px;margin:0 0 24px}.dialog-buttons{display:flex;flex-direction:column;gap:12px}.dialog-button{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:16px;padding:20px;text-align:left;transition:all .2s}.dialog-button:hover{background:#f0fdfa;border-color:#2ab3c0;box-shadow:0 4px 12px #2ab3c026;transform:translateY(-2px)}.dialog-button .button-icon{flex-shrink:0;font-size:32px}.dialog-button .button-text{display:flex;flex-direction:column;gap:4px}.dialog-button .button-text strong{color:#1f2937;font-size:16px;font-weight:600}.dialog-button .button-text small{color:#6b7280;font-size:14px}.student-button:hover{background:#f0fdf4;border-color:#10b981}.official-button:hover{background:#f0fdfa;border-color:#2ab3c0}.message-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.message-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:500px;padding:32px;text-align:center;width:90%}.message-icon{font-size:64px;margin-bottom:16px}.message-content h2{color:#1f2937;font-size:24px;font-weight:700;margin:0 0 16px}.message-content p{color:#6b7280;font-size:16px;line-height:1.6;margin:0 0 24px}.app-store-button{background:#2ab3c0;border-radius:8px;color:#fff;display:inline-block;font-weight:600;margin-bottom:16px;padding:12px 24px;text-decoration:none;transition:all .2s}.app-store-button:hover{background:#229aa5;box-shadow:0 4px 12px #2ab3c04d;transform:translateY(-1px)}.close-button{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:block;font-weight:600;padding:10px;transition:all .2s;width:100%}.close-button:hover{border-color:#2ab3c0;color:#2ab3c0}.login-container{align-items:center;background:linear-gradient(135deg,#2ab3c0,#ff914d);display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;margin:20px;max-width:400px;padding:48px;width:100%}.login-header{margin-bottom:32px;text-align:center}.login-header h1{color:#333;font-size:32px;font-weight:700;margin:0 0 8px}.login-header p{color:#666;font-size:16px;margin:0}.error-message{font-size:14px}.login-buttons{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.auth-button{align-items:center;background:#fff;border:2px solid #ddd;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:12px;justify-content:center;padding:14px 24px;transition:all .2s}.auth-button:hover:not(:disabled){border-color:#bbb;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.6}.auth-icon{height:24px;width:24px}.google-button{border-color:#2ab3c0}.google-button:hover:not(:disabled){background:#f0fafb;border-color:#229aa5}.microsoft-button{border-color:#ff914d}.microsoft-button:hover:not(:disabled){background:#fff8f3;border-color:#e67a3a}.login-footer{border-top:1px solid #eee;padding-top:24px;text-align:center}.login-footer p{color:#666;font-size:14px;margin:4px 0}.login-note{color:#999;font-size:12px}.signups-page{width:100%}.signups-page .last-updated{color:#6b7280;font-size:14px;font-weight:400;margin:8px 0 0}.signups-page .org-domain{color:#2ab3c0;font-size:16px;font-weight:600;margin:4px 0 0}.page-header h1{color:#1f2937}.refresh-button:hover:not(:disabled){border-color:#2ab3c0;box-shadow:0 4px 12px #2ab3c026;color:#2ab3c0;transform:translateY(-1px)}.refresh-button:disabled{cursor:not-allowed;opacity:.6}.metrics-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.metric-card{align-items:flex-start;background:#fff;border-radius:12px;border-top:4px solid;box-shadow:0 1px 3px #0000001a;display:flex;gap:16px;padding:24px;transition:all .2s}.metric-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.metric-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;font-size:24px;height:48px;justify-content:center;width:48px}.metric-content{flex:1 1;min-width:0}.metric-title{color:#6b7280;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.metric-value{font-size:36px;line-height:1;margin-bottom:4px}.metric-description{color:#9ca3af;font-size:14px;margin:0}@media (max-width:768px){.page-header{align-items:flex-start;flex-direction:column;gap:16px}.metrics-grid{grid-template-columns:1fr}}.revenue-page{width:100%}.revenue-page .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.revenue-page .page-header h1{color:#1f2937;font-size:32px;font-weight:700;margin:0}.revenue-page .last-updated{color:#6b7280;font-size:14px;font-weight:400;margin:8px 0 0}.revenue-page .refresh-button{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.revenue-page .refresh-button:hover:not(:disabled){border-color:#2ab3c0;box-shadow:0 4px 12px #2ab3c026;color:#2ab3c0;transform:translateY(-1px)}.revenue-page .refresh-button:disabled{cursor:not-allowed;opacity:.6}.revenue-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.revenue-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px;transition:all .2s}.revenue-card:hover{box-shadow:0 4px 12px #0000001f}.revenue-card.full-width{grid-column:1/-1}.subscription-overview{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.revenue-breakdown{display:flex;flex-direction:column;gap:16px}.revenue-item{align-items:center;display:flex;justify-content:space-between;padding:12px 0}.revenue-item.highlight{background:#f0fdf4;border-radius:8px;margin-top:8px;padding:16px}.revenue-label{color:#4b5563;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:4px}.revenue-note{color:#9ca3af;font-size:12px;font-weight:400}.revenue-amount{font-size:24px;font-weight:700}.revenue-amount.large{font-size:32px}.revenue-amount.negative{color:#ef4444}.revenue-divider{background:#e5e7eb;height:1px}.revenue-divider.thick{background:#d1d5db;height:2px;margin:8px 0}.revenue-section{margin:8px 0}.revenue-section-title{border-bottom:1px solid #e5e7eb;color:#374151;font-size:16px;font-weight:600;margin-bottom:12px;padding-bottom:8px}.empty-chart{height:250px}@media (max-width:768px){.revenue-grid,.subscription-overview{grid-template-columns:1fr}.metric-value.large{font-size:36px}.revenue-amount{font-size:20px}}.schools-page{width:100%}.schools-page .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.schools-page .page-header h1{color:#1f2937;font-size:32px;font-weight:700;margin:0}.schools-page .last-updated{color:#6b7280;font-size:14px;font-weight:400;margin:8px 0 0}.schools-page .refresh-button{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.schools-page .refresh-button:hover:not(:disabled){border-color:#2ab3c0;box-shadow:0 4px 12px #2ab3c026;color:#2ab3c0;transform:translateY(-1px)}.schools-page .refresh-button:disabled{cursor:not-allowed;opacity:.6}.schools-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.schools-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px;transition:all .2s}.schools-card:hover{box-shadow:0 4px 12px #0000001f}.schools-card.full-width{grid-column:1/-1}.card-title{margin:0}.card-title-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.expand-button{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .2s}.expand-button:hover{background:#f0fdfa;border-color:#2ab3c0;color:#2ab3c0}.school-overview{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.school-list{position:relative}.school-list-container{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto;padding-right:4px}.school-list-container.expanded{max-height:600px}.school-list-container::-webkit-scrollbar{width:6px}.school-list-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.school-list-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.school-list-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.school-item{align-items:center;background:#f9fafb;border-radius:8px;display:flex;gap:12px;padding:12px;transition:all .2s}.school-item:hover{background:#f3f4f6;transform:translateX(4px)}.school-item.more{background:#0000;opacity:.7;padding:8px 12px}.school-rank{align-items:center;background:#2ab3c0;border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:600;height:32px;justify-content:center;width:32px}.school-info{flex:1 1;min-width:0}.school-name{color:#1f2937;font-size:14px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.school-count{color:#6b7280;font-size:12px}.empty-list{align-items:center;color:#9ca3af;display:flex;font-size:16px;justify-content:center;padding:32px}.empty-chart{height:350px}@media (max-width:768px){.schools-grid{grid-template-columns:1fr}.school-overview{grid-template-columns:repeat(2,1fr)}.metric-value.large{font-size:36px}}.courses-page{width:100%}.courses-page .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.courses-page .page-header h1{color:#1f2937;font-size:32px;font-weight:700;margin:0}.courses-page .last-updated{color:#6b7280;font-size:14px;font-weight:400;margin:8px 0 0}.courses-page .refresh-button{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.courses-page .refresh-button:hover:not(:disabled){border-color:#2ab3c0;box-shadow:0 4px 12px #2ab3c026;color:#2ab3c0;transform:translateY(-1px)}.courses-page .refresh-button:disabled{cursor:not-allowed;opacity:.6}.courses-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.courses-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px;transition:all .2s}.courses-card:hover{box-shadow:0 4px 12px #0000001f}.courses-card.full-width{grid-column:1/-1}.card-title{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 20px}.courses-overview{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.overview-metric{background:#f9fafb;border-radius:8px;padding:16px;text-align:center}.metric-value{font-size:32px;font-weight:700;margin-bottom:8px}.metric-value.large{font-size:48px}.metric-label{color:#6b7280;font-size:14px;font-weight:500}.grade-display{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:32px;text-align:center}.grade-value{font-size:64px;font-weight:700;line-height:1;margin-bottom:8px}.grade-count{font-size:16px;font-weight:600;margin-bottom:12px}.grade-description{color:#6b7280;font-size:14px;margin:0}.empty-chart{align-items:center;display:flex;height:300px;justify-content:center}.empty-chart p{color:#9ca3af;font-size:16px}.recharts-legend-wrapper{margin-top:16px}.recharts-legend-item{margin-bottom:8px}@media (max-width:768px){.courses-grid{grid-template-columns:1fr}.courses-overview{grid-template-columns:repeat(2,1fr)}.metric-value.large{font-size:36px}.grade-value{font-size:48px}}.organizations-container{margin:0 auto;max-width:1400px;padding:32px}.organizations-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.organizations-header h1{color:#1a1a1a;font-size:32px;font-weight:700;margin:0}.btn-refresh{background:#238a94;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:background .2s}.btn-refresh:hover:not(:disabled){background:#1d6f77}.btn-refresh:disabled{cursor:not-allowed;opacity:.6}.organizations-stats{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.stat-card{box-shadow:0 2px 8px #0000001a}.stat-value{color:#238a94;font-size:36px}.stat-label{color:#666}.organizations-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.organizations-table{border-collapse:collapse;width:100%}.organizations-table thead{background:#f5f5f5}.organizations-table th{border-bottom:2px solid #e0e0e0;color:#333;font-size:14px;font-weight:600;padding:16px;text-align:left}.organizations-table td{border-bottom:1px solid #f0f0f0;color:#666;font-size:14px;padding:16px}.organizations-table tbody tr:hover{background:#f9f9f9}.organizations-table tbody tr:last-child td{border-bottom:none}.status-badge{border-radius:20px;color:#fff;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.tier-price{color:#999;font-size:12px;margin-top:4px}.empty-state{color:#999;font-style:italic;padding:48px!important;text-align:center}.error-state,.loading-state{padding:64px;text-align:center}.spinner{border-top-color:#238a94;margin-bottom:16px}.btn-retry{background:#238a94;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:16px;padding:10px 20px;transition:background .2s}.btn-retry:hover{background:#1d6f77}.requests-page{width:100%}.requests-page .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.requests-page .page-header h1{color:#1f2937;font-size:32px;font-weight:700;margin:0}.requests-list{grid-gap:16px;display:grid;gap:16px}.request-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px;transition:all .2s}.request-card:hover{box-shadow:0 4px 12px #0000001f}.request-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.request-header h3{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 4px}.request-email{color:#6b7280;font-size:14px;margin:0}.request-domain{flex-shrink:0}.domain-badge{background:#f0fdfa;border-radius:6px;color:#2ab3c0;display:inline-block;font-size:12px;font-weight:600;padding:6px 12px}.request-details{margin-bottom:16px}.request-date{color:#6b7280;font-size:14px;margin:0}.request-actions{display:flex;gap:12px}.approve-button,.reject-button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.approve-button{background:#10b981;color:#fff}.approve-button:hover:not(:disabled){background:#059669;box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.reject-button{background:#ef4444;color:#fff}.reject-button:hover:not(:disabled){background:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.approve-button:disabled,.reject-button:disabled{cursor:not-allowed;opacity:.6}.team-page{width:100%}.team-page .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.team-page .page-header h1{color:#1f2937;font-size:32px;font-weight:700;margin:0}.team-page .org-domain{color:#2ab3c0;font-size:16px;font-weight:600;margin:4px 0 0}.refresh-button{background:#fff;border:2px solid #e5e7eb;color:#374151;padding:10px 20px;transition:all .2s}.refresh-button:hover{border-color:#2ab3c0;box-shadow:0 4px 12px #2ab3c026;color:#2ab3c0;transform:translateY(-1px)}.team-stats{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.stat-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px;text-align:center;transition:all .2s}.stat-card:hover{box-shadow:0 4px 12px #0000001f}.stat-value{color:#2ab3c0;font-size:48px;font-weight:700;margin-bottom:8px}.stat-label{color:#6b7280;font-size:14px;font-weight:500}.team-sections{display:flex;flex-direction:column;gap:32px}.team-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px}.section-title{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:20px;font-weight:600;margin:0 0 20px;padding-bottom:12px}.team-list{display:flex;flex-direction:column;gap:16px}.team-member-card{align-items:center;background:#f9fafb;border-radius:8px;display:flex;justify-content:space-between;padding:16px;transition:all .2s}.team-member-card:hover{background:#f3f4f6;transform:translateX(4px)}.member-info{flex:1 1;gap:16px}.member-avatar,.member-info{align-items:center;display:flex}.member-avatar{background:#2ab3c0;border-radius:50%;color:#fff;flex-shrink:0;font-size:20px;font-weight:600;height:48px;justify-content:center;width:48px}.member-details{flex:1 1;min-width:0}.member-name{align-items:center;color:#1f2937;display:flex;flex-wrap:wrap;font-size:16px;font-weight:600;gap:8px;margin-bottom:4px}.admin-badge{background:#10b981}.admin-badge,.you-badge{border-radius:4px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:2px 8px}.you-badge{background:#2ab3c0}.member-email{color:#6b7280;font-size:14px}.member-actions{display:flex;flex-shrink:0;gap:8px}.action-button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .2s}.upgrade-button{background:#10b981;color:#fff}.upgrade-button:hover:not(:disabled){background:#059669;box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.remove-button{background:#ef4444;color:#fff}.remove-button:hover:not(:disabled){background:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.action-button:disabled{cursor:not-allowed;opacity:.6}.empty-state{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:center;padding:64px 32px}.empty-state p{color:#6b7280;font-size:16px;margin:0}.error-state,.loading-state{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:64px 32px}.error-state p,.loading-state p{color:#6b7280;font-size:16px;margin:16px 0 0}.spinner{border:4px solid #e5e7eb;height:48px;width:48px}.retry-button{background:#2ab3c0;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:16px;padding:10px 24px;transition:all .2s}.retry-button:hover{background:#229aa5;box-shadow:0 4px 12px #2ab3c04d;transform:translateY(-1px)}@media (max-width:768px){.team-member-card{align-items:flex-start;flex-direction:column;gap:12px}.member-actions{justify-content:flex-end;width:100%}.team-stats{grid-template-columns:1fr}}.billing-page{margin:0 auto;max-width:1200px;padding:24px}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.page-header h1{color:#1a1a1a;font-size:32px;font-weight:700;margin:0}.org-domain{color:#666;font-size:14px;margin:8px 0 0}.refresh-button{background:#2ab3c0;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:background .2s}.refresh-button:hover{background:#238a94}.error-message{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;margin-bottom:24px;padding:12px 16px}.empty-state,.error-state,.loading-state{color:#666;padding:48px 24px;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#2ab3c0;height:40px;margin:0 auto 16px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.billing-setup{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:32px}.billing-setup h2{color:#1a1a1a;font-size:24px;margin-bottom:24px}.setup-step{max-width:600px}.setup-step h3{color:#1a1a1a;font-size:20px;margin-bottom:24px}.tier-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.tier-card{background:#f9f9f9;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;padding:20px;text-align:center;transition:all .2s}.tier-card:hover{background:#f0f9fa;border-color:#2ab3c0}.tier-card.selected{background:#e0f7fa;border-color:#2ab3c0}.tier-card h4{color:#1a1a1a;font-size:16px;margin:0 0 12px}.tier-price{color:#2ab3c0;font-size:20px;font-weight:700}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:8px}.form-group .required{color:#e53e3e}.form-group input,.form-group select{border:1px solid #ddd;border-radius:8px;font-size:14px;padding:12px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#2ab3c0;outline:none}.term-info{background:#f0f9fa;border-radius:8px;color:#333;margin-bottom:24px;padding:16px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s}.btn-primary{background:#2ab3c0;color:#fff}.btn-primary:hover:not(:disabled){background:#238a94}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#e0e0e0;color:#333}.btn-secondary:hover{background:#d0d0d0}.billing-content{display:flex;flex-direction:column;gap:32px}.billing-info-section,.invoices-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:32px}.billing-info-section h2,.invoices-section h2{color:#1a1a1a;font-size:24px;margin-bottom:24px}.info-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-item label{color:#666;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.info-item div{color:#1a1a1a;font-size:16px}.invoices-list{display:flex;flex-direction:column;gap:16px}.invoice-card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.invoice-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.invoice-header h3{color:#1a1a1a;font-size:18px;margin:0 0 4px}.invoice-date{color:#666;font-size:14px;margin:0}.invoice-status{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px}.invoice-status.paid{background:#d4edda;color:#155724}.invoice-status.open{background:#fff3cd;color:#856404}.invoice-status.draft{background:#e2e3e5;color:#383d41}.invoice-details{display:flex;flex-wrap:wrap;gap:32px;margin-bottom:16px}.invoice-amount,.invoice-due-date{display:flex;flex-direction:column;gap:4px}.invoice-amount label,.invoice-due-date label{color:#666;font-size:12px;font-weight:600}.invoice-amount span{color:#1a1a1a;font-size:20px;font-weight:700}.invoice-due-date span{color:#1a1a1a;font-size:16px}.invoice-actions{display:flex;flex-wrap:wrap;gap:12px}.btn-download,.btn-view{border-radius:6px;display:inline-block;font-size:14px;font-weight:600;padding:8px 16px;text-decoration:none;transition:all .2s}.btn-download{background:#2ab3c0;color:#fff}.btn-download:hover{background:#238a94}.btn-view{background:#e0e0e0;color:#333}.btn-view:hover{background:#d0d0d0}.terms-container{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:24px;max-height:500px;overflow-y:auto;padding:24px}.terms-content{color:#333;font-size:14px;line-height:1.6}.terms-content h4{color:#1a1a1a;font-size:18px;font-weight:700;margin-bottom:16px}.terms-content h5{color:#1a1a1a;font-size:16px;font-weight:600;margin-bottom:8px;margin-top:20px}.terms-content p,.terms-content ul{margin-bottom:12px}.terms-content ul{margin-left:24px}.terms-content li{margin-bottom:6px}.terms-acceptance{background:#f0f9fa;border:1px solid #e0f7fa;border-radius:8px;margin-bottom:24px;padding:16px}.terms-acceptance label{color:#333;font-size:15px}.terms-acceptance input[type=checkbox]{cursor:pointer;height:18px;width:18px}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.f6c33990.css.map*/