*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;padding:20px;transition:background .3s ease;position:relative}body.has-background:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.5;z-index:-1}body.theme-dark{background:#0f0f0f}body.theme-dark header{color:#fff}body.theme-dark .player-section,body.theme-dark .recordings-section{background:#1a1a1a;border:1px solid #333}body.theme-dark .recording-item{background:#252525;border:1px solid #333}body.theme-dark .recording-item:hover{background:#2d2d2d;border-color:#00f0ff}body.theme-dark .recording-item.playing{background:linear-gradient(135deg,#00f0ff,#09c);color:#fff;border-color:#00f0ff}body.theme-dark .recordings-section h2,body.theme-dark .track-title{color:#00f0ff}body.theme-dark .track-date,body.theme-dark .recording-time{color:#999}body.theme-dark .recording-date{color:#fff}body.theme-dark .profile-picture{border-color:#00f0ff}body.theme-dark .loading,body.theme-dark .empty{color:#999}body.theme-dark .error{color:#ff6b6b}body.theme-vinyl{background:#2d2416}body.theme-vinyl header{color:#f5e6d3}body.theme-vinyl .player-section,body.theme-vinyl .recordings-section{background:#3d3426;border:2px solid #d4af37}body.theme-vinyl .recording-item{background:#4a4030;border:1px solid #5a5040}body.theme-vinyl .recording-item:hover{background:#5a5040;border-color:#d4af37}body.theme-vinyl .recording-item.playing{background:linear-gradient(135deg,#d4af37,#b8941f);color:#2d2416;border-color:#d4af37}body.theme-vinyl .recordings-section h2,body.theme-vinyl .track-title{color:#d4af37}body.theme-vinyl .track-date,body.theme-vinyl .recording-time{color:#c4b5a0}body.theme-vinyl .recording-date{color:#f5e6d3}body.theme-vinyl .play-icon{color:#d4af37}body.theme-vinyl .recording-item.playing .play-icon{color:#2d2416}body.theme-vinyl .profile-picture{border-color:#d4af37}body.theme-vinyl .loading,body.theme-vinyl .empty{color:#c4b5a0}body.theme-vinyl .error{color:#ff8a80}body.theme-minimal{background:#f5f5f5}body.theme-minimal header{color:#333}body.theme-minimal .player-section,body.theme-minimal .recordings-section{background:#fff;border:1px solid #e0e0e0}body.theme-minimal .recording-item{background:#fafafa;border:1px solid #e0e0e0}body.theme-minimal .recording-item:hover{background:#f0f0f0;border-color:#c0392b}body.theme-minimal .recording-item.playing{background:#c0392b;color:#fff;border-color:#c0392b}body.theme-minimal .recordings-section h2,body.theme-minimal .track-title{color:#c0392b}body.theme-minimal .track-date,body.theme-minimal .recording-time{color:#666}body.theme-minimal .recording-date{color:#333}body.theme-minimal .play-icon{color:#c0392b}body.theme-minimal .recording-item.playing .play-icon{color:#fff}body.theme-minimal .profile-picture{border-color:#c0392b}body.theme-minimal .loading,body.theme-minimal .empty{color:#666}body.theme-minimal .error{color:#e74c3c}.container{max-width:800px;margin:0 auto;position:relative;z-index:1}header{text-align:center;color:#fff;margin-bottom:30px}header h1{font-size:2.5rem;margin-bottom:10px}header p{opacity:.9;font-size:1.1rem}.profile-section{display:flex;align-items:center;justify-content:center;gap:20px}.profile-picture{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.5)}.profile-info{text-align:center}.player-section{background:#fff;border-radius:15px;padding:25px;box-shadow:0 10px 30px #0003;margin-bottom:30px}.current-track{margin-bottom:20px}.track-info{text-align:center}.track-title{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:5px}.track-date{color:#666;font-size:.95rem}#audio-player{width:100%;margin-top:10px}.recordings-section{background:#fff;border-radius:15px;padding:25px;box-shadow:0 10px 30px #0003}.recordings-section h2{color:#333;margin-bottom:20px;font-size:1.5rem}.recordings-list{display:flex;flex-direction:column;gap:10px}.recording-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#f7f7f7;border-radius:8px;cursor:pointer;transition:all .2s ease}.recording-item:hover{background:#e9e9e9;transform:translate(5px)}.recording-item.playing{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.recording-info{flex:1}.recording-date{font-weight:600;margin-bottom:3px}.recording-time{font-size:.9rem;opacity:.8}.recording-detail-link{display:inline-block;margin-top:8px;padding:0;font-size:.85rem;font-weight:600;color:#4f63d7;opacity:1;background:transparent;border:0;cursor:pointer;text-decoration:underline}.recording-detail-link:hover{color:#2f43b8}.recording-item.playing .recording-detail-link{color:#fff}.recording-detail{margin-bottom:30px;padding:28px;background:#fffffff2;border-radius:12px;box-shadow:0 4px 6px #0000001a}.recording-detail-kicker{margin-bottom:8px;color:#667eea;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.recording-detail h2{margin-bottom:10px;color:#333}.recording-detail-meta{margin-bottom:20px;color:#666}.track-listing{margin:20px 0;padding:18px;color:#222;background:#f7f7f7;border:1px solid #e0e0e0;border-radius:8px;white-space:pre-wrap;overflow-wrap:anywhere;font-family:inherit;line-height:1.5}.empty-detail{color:#777;font-style:italic}.detail-play-button{padding:10px 18px;color:#fff;background:#667eea;border:none;border-radius:6px;cursor:pointer;font-weight:700}.detail-play-button:hover{background:#5568d3}.track-listing-modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000b8}.track-listing-modal{width:min(760px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:28px;color:#333;background:#fffffffa;border-radius:14px;box-shadow:0 24px 80px #00000059}.track-listing-modal-header{display:flex;justify-content:space-between;gap:18px;margin-bottom:18px}.track-listing-modal-header h2{margin:0 0 8px}.track-listing-modal-close{width:34px;height:34px;flex:0 0 auto;color:#333;background:#f0f0f0;border:1px solid #ddd;border-radius:999px;cursor:pointer;font-weight:700}.track-listing-modal-close:hover{background:#e2e2e2}.track-listing-modal-actions{display:flex;align-items:center;gap:14px;margin-top:20px}.track-listing-permalink{color:#667eea;font-weight:700}.rating-badge{display:inline-block;margin-top:5px;padding:3px 8px;color:#fff;font-size:.75rem;font-weight:600;border-radius:4px}.rating-badge.rating-red{background:#e74c3c}.rating-badge.rating-yellow{background:#f39c12}.rating-badge.rating-green{background:#27ae60}.recording-item.playing .rating-badge{background:#ffffff4d}.play-icon{font-size:1.5rem;margin-left:15px}.loading-container{text-align:center;padding:40px}.loading-spinner{border:4px solid rgba(0,0,0,.1);border-top:4px solid #333;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading{text-align:center;padding:40px;color:#666}.error{text-align:center;padding:40px;color:#e74c3c}.empty{text-align:center;padding:40px;color:#666}@media(max-width:600px){header h1{font-size:2rem}.recording-item{flex-direction:column;align-items:flex-start}.play-icon{margin-left:0;margin-top:10px}}._landingPage_16s86_1{background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;color:#fff}._hero_16s86_7{text-align:center;padding:100px 20px 60px}._hero_16s86_7 h1{font-size:56px;margin:0 0 20px;color:#00d9ff;text-shadow:0 0 20px rgba(0,217,255,.5)}._hero_16s86_7 p{font-size:24px;color:#ccc;margin:0 0 40px}._ctaButtons_16s86_25{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}._ctaButton_16s86_25{padding:16px 32px;font-size:18px;font-weight:600;border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}._ctaButtonPrimary_16s86_42{background:#00d9ff;color:#000}._ctaButtonSecondary_16s86_47{background:transparent;color:#00d9ff;border:2px solid #00d9ff}._ctaButton_16s86_25:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00d9ff4d}._features_16s86_58{max-width:1200px;margin:60px auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}._feature_16s86_58{text-align:center;padding:30px;background:#2a2a2a80;border-radius:12px;border:1px solid #3a3a3a}._featureIcon_16s86_75{font-size:48px;margin-bottom:20px}._feature_16s86_58 h3{color:#00d9ff;margin:0 0 10px;font-size:24px}._feature_16s86_58 p{color:#ccc;line-height:1.6}._footer_16s86_91{text-align:center;padding:40px 20px;color:#888;border-top:1px solid #3a3a3a;margin-top:80px}._footer_16s86_91 a{color:#00d9ff;text-decoration:none}._footer_16s86_91 a:hover{text-decoration:underline}@media(max-width:768px){._hero_16s86_7 h1{font-size:36px}._hero_16s86_7 p{font-size:18px}._features_16s86_58{grid-template-columns:1fr}}._authPage_1unhb_3{background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}._authContainer_1unhb_12{width:100%;max-width:450px}._authBox_1unhb_17{background:#2a2a2a;padding:40px;border-radius:12px;box-shadow:0 8px 32px #0000004d;border:1px solid #3a3a3a}._authBox_1unhb_17 h1{text-align:center;color:#00d9ff;margin:0 0 10px;font-size:32px}._authBox_1unhb_17 h2{text-align:center;color:#fff;margin:0 0 30px;font-size:24px;font-weight:400}._formGroup_1unhb_40{margin-bottom:20px}._formGroup_1unhb_40 label{display:block;color:#ccc;margin-bottom:8px;font-size:14px;font-weight:500}._formGroup_1unhb_40 input{width:100%;padding:12px;font-size:16px;background:#1a1a1a;border:1px solid #3a3a3a;border-radius:6px;color:#fff;transition:border-color .2s}._formGroup_1unhb_40 input:focus{outline:none;border-color:#00d9ff}._formGroup_1unhb_40 small{display:block;color:#888;font-size:12px;margin-top:4px}._formGroup_1unhb_40 small strong{color:#00d9ff}._checkboxLabel_1unhb_79{display:flex;gap:10px;align-items:flex-start;margin:22px 0 10px;color:#ccc;font-size:13px;line-height:1.5}._checkboxLabel_1unhb_79 input{width:auto;margin-top:3px;flex:0 0 auto}._checkboxLabel_1unhb_79 a{color:#00d9ff;font-weight:700}._button_1unhb_100{width:100%;padding:14px;font-size:16px;font-weight:600;background:#00d9ff;color:#000;border:none;border-radius:6px;cursor:pointer;transition:background .2s,transform .1s;margin-top:10px}._button_1unhb_100:hover:not(:disabled){background:#00b8d4;transform:translateY(-1px)}._button_1unhb_100:active:not(:disabled){transform:translateY(0)}._button_1unhb_100:disabled{background:#555;cursor:not-allowed;opacity:.6}._error_1unhb_129{background:#5c1313;color:#f44;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px;border:1px solid #ff4444}._success_1unhb_139{background:#2d5016;color:#7bc62d;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px;border:1px solid #7bc62d}._info_1unhb_149{background:#1a3a52;color:#5db0e8;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px;border:1px solid #3a7ca5}._success_1unhb_139 a,._error_1unhb_129 a,._info_1unhb_149 a{color:inherit;text-decoration:underline;font-weight:700}._info_1unhb_149 strong{color:#00d9ff}._authLinks_1unhb_171{margin-top:24px;text-align:center}._authLinks_1unhb_171 p{color:#888;font-size:14px;margin:8px 0}._authLinks_1unhb_171 a{color:#00d9ff;text-decoration:none;font-weight:500}._authLinks_1unhb_171 a:hover{text-decoration:underline}@media(max-width:600px){._authBox_1unhb_17{padding:30px 20px}._authBox_1unhb_17 h1{font-size:28px}._authBox_1unhb_17 h2{font-size:20px}}._termsPage_vuq3r_1{min-height:100vh;padding:40px 20px;color:#f4f7fb;background:linear-gradient(135deg,#1a1a2e,#16213e)}._termsContainer_vuq3r_8{max-width:900px;margin:0 auto;padding:36px;background:#2a2a2ab8;border:1px solid #3a3a3a;border-radius:14px;box-shadow:0 18px 60px #00000047}._backLink_vuq3r_18{display:inline-block;margin-bottom:24px;color:#00d9ff;font-weight:700;text-decoration:none}._backLink_vuq3r_18:hover{text-decoration:underline}._termsContainer_vuq3r_8 h1{margin:0 0 8px;color:#00d9ff;font-size:40px}._updated_vuq3r_36{margin:0 0 32px;color:#9da8b8}._termsContainer_vuq3r_8 section{margin-top:28px}._termsContainer_vuq3r_8 h2{margin:0 0 10px;color:#fff;font-size:20px}._termsContainer_vuq3r_8 p{margin:0 0 14px;color:#d1d7e0;line-height:1.7}@media(max-width:640px){._termsContainer_vuq3r_8{padding:24px}._termsContainer_vuq3r_8 h1{font-size:32px}}._dashboardPage_cvxv1_3{background:#1a1a1a;color:#fff;min-height:100vh}._dashboardContent_cvxv1_9{max-width:1200px;margin:0 auto;padding:20px}._welcomeMessage_cvxv1_15{text-align:center;color:#00d9ff;font-size:18px;margin:10px 0 20px}._dashboardSection_cvxv1_23{margin-bottom:40px}._dashboardSection_cvxv1_23 h2{color:#00d9ff;margin-bottom:15px;font-size:24px}._card_cvxv1_34{background:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;padding:24px}._formRow_cvxv1_42{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:20px}._formGroup_cvxv1_49{margin-bottom:20px}._formGroup_cvxv1_49 label{display:block;color:#ccc;margin-bottom:8px;font-size:14px;font-weight:500}._formGroup_cvxv1_49 input,._formGroup_cvxv1_49 textarea,._formGroup_cvxv1_49 select{width:100%;padding:10px;font-size:14px;background:#1a1a1a;border:1px solid #3a3a3a;border-radius:4px;color:#fff;font-family:inherit}._formGroup_cvxv1_49 input:disabled{opacity:.5;cursor:not-allowed}._formGroup_cvxv1_49 input:focus,._formGroup_cvxv1_49 textarea:focus,._formGroup_cvxv1_49 select:focus{outline:none;border-color:#00d9ff}._formGroup_cvxv1_49 small{display:block;color:#888;font-size:12px;margin-top:4px}._formGroup_cvxv1_49 textarea{resize:vertical;min-height:80px}._storageStats_cvxv1_99{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:20px}._statBox_cvxv1_106{text-align:center;padding:16px;background:#1a1a1a;border-radius:6px;border:1px solid #3a3a3a}._statValue_cvxv1_114{font-size:24px;font-weight:700;color:#00d9ff;margin-bottom:4px}._statLabel_cvxv1_121{color:#888;font-size:12px;text-transform:uppercase}._storageBarContainer_cvxv1_127{background:#1a1a1a;border-radius:8px;overflow:hidden;height:32px;border:1px solid #3a3a3a;margin-top:12px}._storageBar_cvxv1_127{height:100%;background:#00d9ff;display:flex;align-items:center;justify-content:center;color:#000;font-weight:600;font-size:13px;transition:width .3s ease,background .3s ease}._storageBar_cvxv1_127._warning_cvxv1_148{background:#f39c12}._storageBar_cvxv1_127._danger_cvxv1_152{background:#e74c3c}._imagePreview_cvxv1_157{display:flex;align-items:center;gap:16px;margin-top:12px}._previewBox_cvxv1_164{position:relative;width:120px;height:120px;border:2px dashed #3a3a3a;border-radius:8px;overflow:hidden;background:#1a1a1a}._previewBox_cvxv1_164 img{width:100%;height:100%;object-fit:cover}._placeholder_cvxv1_180{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-size:12px;text-align:center;padding:8px}._imageActions_cvxv1_191{display:flex;flex-direction:column;gap:8px}._uploadProgress_cvxv1_198{margin-top:16px;padding:16px;background:#1a1a1a;border-radius:6px;border:1px solid #3a3a3a}._progressBar_cvxv1_206{height:24px;background:#2a2a2a;border-radius:4px;overflow:hidden;margin:8px 0}._progressFill_cvxv1_214{height:100%;background:#00d9ff;transition:width .3s ease;display:flex;align-items:center;justify-content:center;color:#000;font-size:12px;font-weight:600}._progressIndeterminate_cvxv1_226{position:relative;overflow:hidden;background:#11f5a9}._progressIndeterminate_cvxv1_226:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:_progressSweep_cvxv1_1 1.2s linear infinite}@keyframes _progressSweep_cvxv1_1{to{transform:translate(100%)}}._uploadStatus_cvxv1_247{text-align:center;color:#888;font-size:13px}._termsPrompt_cvxv1_253{max-width:760px;margin:80px auto;padding:32px;background:#1a1a1a;border:1px solid #3a3a3a;border-radius:12px;box-shadow:0 18px 60px #00000047}._termsPrompt_cvxv1_253 h1{margin:0 0 18px;color:#00d9ff}._termsPrompt_cvxv1_253 p{color:#ccc;line-height:1.65}._termsPromptActions_cvxv1_273{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:24px 0 18px}._termsPromptActions_cvxv1_273 a{color:#00d9ff;font-weight:700}._fileInfo_cvxv1_287{background:#1a1a1a;border:1px solid #3a3a3a;border-radius:6px;padding:12px;margin-top:12px}._fileInfo_cvxv1_287 p{margin:4px 0;font-size:13px;color:#ccc}._fileInfo_cvxv1_287 strong{color:#00d9ff}._recordingsTable_cvxv1_306{width:100%;border-collapse:collapse}._recordingsTable_cvxv1_306 thead{background:#1a1a1a}._recordingsTable_cvxv1_306 th{padding:12px;text-align:left;color:#00d9ff;font-weight:600;font-size:14px;border-bottom:2px solid #3a3a3a}._recordingsTable_cvxv1_306 td{padding:12px;border-bottom:1px solid #3a3a3a;color:#ccc}._recordingsTable_cvxv1_306 tbody tr:hover{background:#1a1a1a}._recordingTitle_cvxv1_334{color:#fff;font-weight:600;max-width:280px;overflow-wrap:anywhere}._recordingMeta_cvxv1_341{margin-top:4px;color:#888;font-size:12px}._button_cvxv1_348{padding:10px 20px;font-size:14px;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:all .2s}._buttonPrimary_cvxv1_358{background:#00d9ff;color:#000}._buttonPrimary_cvxv1_358:hover:not(:disabled){background:#00b8d4;transform:translateY(-1px)}._buttonSecondary_cvxv1_368{background:#3a3a3a;color:#fff}._buttonSecondary_cvxv1_368:hover:not(:disabled){background:#4a4a4a}._buttonDanger_cvxv1_377{background:#e74c3c;color:#fff}._buttonDanger_cvxv1_377:hover:not(:disabled){background:#c0392b}._buttonSmall_cvxv1_386{padding:6px 12px;font-size:12px;margin-right:8px}._button_cvxv1_348:disabled{opacity:.5;cursor:not-allowed}._modalBackdrop_cvxv1_398{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000c7}._modal_cvxv1_398{width:min(720px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:24px;background:#111;border:1px solid #3a3a3a;border-radius:10px;box-shadow:0 24px 80px #00000080}._modalHeader_cvxv1_420{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}._modalHeader_cvxv1_420 h2{margin:0 0 6px;color:#00d9ff}._modalHeader_cvxv1_420 p{margin:0;color:#888;overflow-wrap:anywhere}._modalClose_cvxv1_439{width:34px;height:34px;color:#fff;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:999px;cursor:pointer}._modalClose_cvxv1_439:hover{background:#3a3a3a}._modal_cvxv1_398 textarea{width:100%;min-height:220px;resize:vertical;font-family:inherit}._modalActions_cvxv1_460{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}._error_cvxv1_468{background:#5c1313;color:#f44;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #ff4444}._success_cvxv1_477{background:#2d5016;color:#7bc62d;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #7bc62d}._empty_cvxv1_486{text-align:center;color:#666;padding:40px;font-style:italic}._ratingBadge_cvxv1_494{display:inline-block;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;color:#fff}._ratingRed_cvxv1_503{background:#e74c3c}._ratingYellow_cvxv1_507{background:#f39c12}._ratingGreen_cvxv1_511{background:#27ae60}._error_cvxv1_468{background:#5c1313;color:#f44;padding:16px;border-radius:8px;margin-bottom:20px;border:1px solid #ff4444;font-size:14px}._success_cvxv1_477{background:#2d5016;color:#7bc62d;padding:16px;border-radius:8px;margin-bottom:20px;border:1px solid #7bc62d;font-size:14px}._warning_cvxv1_148{background:#4a3a0a;color:#ffb84d;padding:20px;border-radius:8px;margin-bottom:20px;border:2px solid #ffb84d}._warning_cvxv1_148 strong{display:block;font-size:18px;margin-bottom:10px;color:gold}._warning_cvxv1_148 p{margin:8px 0;line-height:1.6}._warning_cvxv1_148 p:last-child{margin-bottom:0}._adminPage_1pfs0_3{background:#1a1a1a;color:#fff;min-height:100vh}._adminContent_1pfs0_9{max-width:1400px;margin:0 auto;padding:20px}._header_1pfs0_15{text-align:center;margin-bottom:30px}._header_1pfs0_15 h1{color:#00d9ff;margin-bottom:10px}._adminSection_1pfs0_25{margin-bottom:40px}._adminSection_1pfs0_25 h2{color:#00d9ff;margin-bottom:15px;font-size:24px}._card_1pfs0_35{background:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;padding:24px}._statsGrid_1pfs0_43{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}._statBox_1pfs0_49{text-align:center;padding:24px;background:#1a1a1a;border-radius:8px;border:1px solid #3a3a3a}._statValue_1pfs0_57{font-size:32px;font-weight:700;color:#00d9ff;margin-bottom:8px}._statLabel_1pfs0_64{color:#888;font-size:14px;text-transform:uppercase;letter-spacing:.5px}._warningBox_1pfs0_72{background:#5c3d13;border:1px solid #f39c12;border-radius:8px;padding:20px;margin-bottom:20px}._warningBox_1pfs0_72 p{margin-bottom:12px;color:#f39c12}._warningBox_1pfs0_72 ul{list-style:none;padding:0;margin:0}._warningBox_1pfs0_72 li{padding:8px 0;border-bottom:1px solid rgba(243,156,18,.2)}._warningBox_1pfs0_72 li:last-child{border-bottom:none}._searchBox_1pfs0_101{margin-bottom:20px}._searchBox_1pfs0_101 input{width:100%;max-width:400px;padding:10px;font-size:14px;background:#1a1a1a;border:1px solid #3a3a3a;border-radius:6px;color:#fff}._searchBox_1pfs0_101 input:focus{outline:none;border-color:#00d9ff}._usersTable_1pfs0_122{width:100%;border-collapse:collapse;font-size:13px}._usersTable_1pfs0_122 thead{background:#1a1a1a}._usersTable_1pfs0_122 th{padding:12px;text-align:left;color:#00d9ff;font-weight:600;border-bottom:2px solid #3a3a3a}._usersTable_1pfs0_122 td{padding:12px;border-bottom:1px solid #3a3a3a;color:#ccc}._usersTable_1pfs0_122 tbody tr:hover{background:#1a1a1a}._usersTable_1pfs0_122 a{color:#00d9ff;text-decoration:none}._usersTable_1pfs0_122 a:hover{text-decoration:underline}._usersTable_1pfs0_122 ._actions_1pfs0_159{white-space:nowrap}._usersTable_1pfs0_122 ._actions_1pfs0_159 button{margin-right:8px}._utilization_1pfs0_168{display:inline-block;padding:4px 8px;border-radius:4px;font-weight:600;font-size:12px}._utilizationLow_1pfs0_176{background:#27ae60;color:#fff}._utilizationMedium_1pfs0_181{background:#f39c12;color:#fff}._utilizationHigh_1pfs0_186{background:#e74c3c;color:#fff}._button_1pfs0_192{padding:10px 20px;font-size:14px;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:all .2s;color:#fff}._buttonPrimary_1pfs0_203{background:#00d9ff;color:#000}._buttonPrimary_1pfs0_203:hover:not(:disabled){background:#00b8d4}._buttonSecondary_1pfs0_212{background:#3a3a3a;color:#fff}._buttonSecondary_1pfs0_212:hover:not(:disabled){background:#4a4a4a}._buttonDanger_1pfs0_221{background:#e74c3c;color:#fff}._buttonDanger_1pfs0_221:hover:not(:disabled){background:#c0392b}._buttonSmall_1pfs0_230{padding:6px 12px;font-size:12px}._button_1pfs0_192:disabled{opacity:.5;cursor:not-allowed}._modalOverlay_1pfs0_241{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_1pfs0_254{background:#2a2a2a;border:1px solid #3a3a3a;border-radius:12px;padding:32px;max-width:640px;width:90%;max-height:90vh;overflow-y:auto}._modalHeader_1pfs0_265{margin-bottom:24px}._modalHeader_1pfs0_265 h3{color:#00d9ff;margin-bottom:8px}._modalHeader_1pfs0_265 p{color:#888;font-size:14px}._formGroup_1pfs0_279{margin-bottom:20px}._formGroup_1pfs0_279 label{display:block;color:#ccc;margin-bottom:8px;font-size:14px;font-weight:500}._formGroup_1pfs0_279 input{width:100%;padding:10px;font-size:14px;background:#1a1a1a;border:1px solid #3a3a3a;border-radius:6px;color:#fff}._formGroup_1pfs0_279 input:focus{outline:none;border-color:#00d9ff}._formGroup_1pfs0_279 small{display:block;color:#888;font-size:12px;margin-top:4px}._modalActions_1pfs0_313{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}._apiKeyReveal_1pfs0_320{background:#173d46;border:1px solid #00d9ff;border-radius:6px;margin-bottom:20px;padding:14px}._apiKeyReveal_1pfs0_320 label,._apiKeyReveal_1pfs0_320 small{display:block}._apiKeyReveal_1pfs0_320 code{display:block;overflow-wrap:anywhere;background:#111;color:#fff;border-radius:4px;margin:8px 0;padding:10px}._apiKeyList_1pfs0_343{margin-top:24px}._apiKeyList_1pfs0_343 h4{color:#00d9ff;margin-bottom:12px}._apiKeyRow_1pfs0_352{align-items:center;border-top:1px solid #3a3a3a;display:flex;gap:12px;justify-content:space-between;padding:12px 0}._apiKeyRow_1pfs0_352 small{color:#888;display:block;margin-top:4px}._error_1pfs0_368{background:#5c1313;color:#f44;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #ff4444}._success_1pfs0_377{background:#2d5016;color:#7bc62d;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #7bc62d}._empty_1pfs0_386{text-align:center;color:#666;padding:40px;font-style:italic}._loading_1pfs0_393{text-align:center;padding:40px;color:#666}._statusApproved_1pfs0_400{color:#7bc62d;font-weight:600}._statusPending_1pfs0_405{color:#ffb84d;font-weight:600}
