*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.location-picker{padding:40px 20px;text-align:center}.location-picker h1{color:#333;font-size:3em;margin-bottom:20px}.location-picker .subtitle{color:#666;font-size:1.2em;margin-bottom:40px}.location-picker .hint{color:#999;font-size:.9em;margin-top:20px}.places-list-container h2{color:#333;font-size:1.6em;margin-bottom:20px;text-align:center}.places-list{display:flex;flex-direction:column;gap:12px}.place-item{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;display:flex;gap:15px;justify-content:space-between;padding:16px;transition:all .3s ease}.place-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33;transform:translateX(4px)}.place-item:active{transform:translateX(2px)}.place-item.listened{background:#f5f5f5;border-color:#ccc;opacity:.7}.place-item.listened:hover{opacity:.85}.place-main{flex:1 1}.place-name-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.place-item h3{color:#333;font-size:1.3em;font-weight:600;margin:0}.most-populous-badge{background:linear-gradient(135deg,gold,#ffed4e);box-shadow:0 2px 6px #ffd7004d;color:#333;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.listened-badge,.most-populous-badge{border-radius:12px;font-size:.7em;padding:4px 10px}.listened-badge{background:#4caf50;color:#fff;font-weight:600}.place-meta{align-items:center;display:flex;gap:15px;margin-bottom:6px}.distance{color:#666;font-size:.9em}.population{color:#667eea;font-size:.9em;font-weight:600}.place-description{color:#888;font-size:.85em;line-height:1.4;margin:0}.place-arrow{color:#667eea;flex-shrink:0;font-size:2em;font-weight:300}@media (max-width:500px){.places-list-container h2{font-size:1.2em;margin-bottom:15px}.places-list{gap:8px}.place-item{border-radius:10px;padding:12px}.place-item h3{font-size:1.1em}.listened-badge,.most-populous-badge{font-size:.65em;padding:3px 8px}.place-meta{flex-wrap:wrap;gap:10px}.distance,.population{font-size:.8em}.place-description{display:none;font-size:.8em}.place-arrow{font-size:1.5em}}@media (max-width:768px){.place-item{padding:14px}.place-item h3{font-size:1.2em}}.loading-container{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:60px 20px}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;width:50px}.loading-text{color:#667eea;font-size:1.1em;font-weight:500;text-align:center}@media (max-width:500px){.loading-container{padding:40px 10px}.spinner{height:40px;width:40px}.loading-text{font-size:.95em}}.loading-progress{margin:0 auto;max-width:600px;padding:40px 20px;text-align:center}.loading-progress-header{margin-bottom:24px}.loading-emoji{animation:pulse 2s ease-in-out infinite;display:block;font-size:3rem;margin-bottom:16px}.loading-progress h2{color:#1f2937;font-size:1.8rem;margin:0}.loading-place-name{color:#6b7280;font-size:1.2rem;font-weight:500;margin:16px 0 8px}.loading-timer{align-items:center;color:#4b5563;display:flex;font-size:1.1rem;gap:8px;justify-content:center;margin:8px 0 24px}.timer-label{color:#6b7280;font-weight:500}.timer-value{font-feature-settings:"tnum";color:#3b82f6;font-variant-numeric:tabular-nums;font-weight:700;min-width:50px;text-align:center}.progress-container{margin:24px 0}.progress-bar{background:#e5e7eb;box-shadow:inset 0 2px 4px #0000001a;height:40px;overflow:hidden;width:100%}.progress-bar,.progress-fill{border-radius:20px;position:relative}.progress-fill{align-items:center;background:linear-gradient(90deg,#667eea,#764ba2);display:flex;height:100%;justify-content:center;min-width:40px;transition:width .5s ease}.progress-fill.failed{background:linear-gradient(90deg,#ef4444,#dc2626)}.progress-text{color:#fff;font-size:.9rem;font-weight:600;text-shadow:0 1px 2px #0003}.loading-status-message{color:#4b5563;font-size:1.1rem;font-weight:500;margin:24px 0}.loading-stages{display:flex;gap:40px;justify-content:center;margin:40px 0}.stage{align-items:center;display:flex;flex-direction:column;gap:12px;opacity:.4;transition:all .3s ease}.stage.active{opacity:1;transform:scale(1.1)}.stage.completed{opacity:.7}.stage-icon{font-size:2.5rem;transition:transform .3s ease}.stage.active .stage-icon{animation:bounce 1s ease-in-out infinite}.stage-label{color:#6b7280;font-size:.9rem;font-weight:500}.funny-message{align-items:center;animation:fadeIn .5s ease-in;background:#f9fafbcc;border-left:3px solid #3b82f6;border-radius:12px;color:#6b7280;display:flex;font-size:1rem;justify-content:center;margin:24px 0 8px;min-height:48px;padding:12px 20px}.loading-hint{color:#9ca3af;font-size:.85rem;font-style:italic;margin-top:16px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:640px){.loading-progress{padding:20px 10px}.loading-progress h2{font-size:1.5rem}.loading-place-name{font-size:1.1rem}.progress-bar{height:35px}.loading-stages{gap:24px}.stage-icon{font-size:2rem}.stage-label{font-size:.8rem}}.audio-player-container{padding:20px}.player-card{background:#f9f9f9;border-radius:15px;padding:30px}.player-card h2{color:#333;font-size:2em;margin-bottom:20px;text-align:center}.narration-text{background:#fff;border-radius:10px;color:#555;font-size:1.05em;line-height:1.8;margin-bottom:25px;max-height:400px;overflow-y:auto;padding:25px;text-align:left;white-space:pre-wrap}.audio-controls{border-radius:10px;margin-bottom:20px;width:100%}.player-card .secondary-btn{display:block;margin:0 auto;max-width:300px;width:100%}@media (max-width:500px){.audio-player-container{padding:10px}.player-card{border-radius:10px;padding:15px}.player-card h2{font-size:1.5em;margin-bottom:15px}.narration-text{font-size:.9em;line-height:1.6;max-height:300px;padding:15px}.player-card .secondary-btn{font-size:.95em;padding:12px 30px}}@media (max-width:768px){.player-card{padding:20px}.narration-text{font-size:1em;padding:20px}}.error-container{padding:60px 20px;text-align:center}.error-message{color:#d32f2f;font-size:1.2em;line-height:1.6;margin-bottom:30px}.error-container .secondary-btn{background:#d32f2f;color:#fff}.error-container .secondary-btn:hover{background:#b71c1c}.debug-toggle{background:#667eea;border:none;border-radius:50%;bottom:20px;box-shadow:0 4px 12px #0000004d;color:#fff;cursor:pointer;font-size:24px;height:50px;position:fixed;right:20px;transition:all .3s ease;width:50px;z-index:1000}.debug-toggle:hover{background:#764ba2;transform:scale(1.1)}@media (max-width:768px){.debug-panel,.debug-toggle{display:none}}.debug-panel{background:#fff;border-radius:10px;bottom:80px;box-shadow:0 8px 24px #0000004d;overflow:hidden;position:fixed;right:20px;width:350px;z-index:1000}.debug-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:15px 20px}.debug-header h4{font-size:16px;margin:0}.debug-header button{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;width:30px}.debug-content{padding:15px 20px}.debug-row{font-size:14px;margin-bottom:12px}.debug-row strong{color:#555;display:block;margin-bottom:4px}.debug-row code{background:#f5f5f5;border-radius:4px;display:block;font-size:12px;padding:4px 8px;word-break:break-all}.debug-row span{color:#666}.status-checking{color:#ff9800}.status-ok{color:#4caf50}.status-error{color:#f44336}.refresh-btn{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;margin-top:10px;padding:10px;transition:background .3s ease;width:100%}.refresh-btn:hover{background:#764ba2}.invitation-prompt{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.invitation-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:50px 40px;width:100%}.invitation-header{margin-bottom:40px;text-align:center}.invitation-header h1{color:#333;font-size:3em;margin-bottom:10px}.invitation-subtitle{color:#667eea;font-size:1.2em;font-weight:600}.invitation-form{margin-bottom:30px}.form-group{margin-bottom:25px}.form-group label{color:#555;display:block;font-size:1.05em;font-weight:500;margin-bottom:10px}.invitation-input{border:2px solid #e0e0e0;border-radius:10px;font-family:Courier New,monospace;font-size:1.1em;padding:15px 20px;transition:all .3s ease;width:100%}.invitation-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.invitation-input:disabled{background:#f5f5f5;cursor:not-allowed}.error-message{background:#ffebee;border-left:4px solid #c62828;border-radius:8px;color:#c62828;margin-bottom:20px;padding:12px 16px}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1.1em;font-weight:600;padding:15px;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.invitation-hint{background:#f9f9f9;border-radius:10px;padding:20px;text-align:center}.invitation-hint small{color:#666;line-height:1.6}@media (max-width:768px){.invitation-card{padding:30px 25px}.invitation-header h1{font-size:2.5em}}.settings-overlay{animation:fadeIn .3s ease;background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.settings-overlay.first-time{background:#000000d9}.settings-panel{animation:slideIn .3s ease;background:#fff;border-radius:15px;box-shadow:0 10px 40px #0000004d;left:50%;max-height:80vh;max-width:600px;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:1000}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}.settings-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:20px 25px}.settings-header h3{font-size:1.3em;margin:0}.first-time-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin:-25px -25px 20px;padding:20px 25px;text-align:center}.first-time-banner h4{font-size:1.4em;margin:0 0 10px}.first-time-banner p{font-size:1.05em;line-height:1.6;margin:0;opacity:.95}.account-info{background:#f9f9f9;border-radius:8px;padding:15px}.account-row{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px}.account-label{color:#666;font-size:.9em;font-weight:500}.account-code{background:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#333;font-family:Courier New,monospace;font-size:.95em;font-weight:600;padding:6px 12px}.logout-btn{background:#f44336;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9em;font-weight:600;padding:10px;transition:all .3s ease;width:100%}.logout-btn:hover{background:#d32f2f;box-shadow:0 2px 8px #f4433666;transform:translateY(-1px)}.language-setting-dropdown{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;font-size:1em;margin-top:10px;padding:12px 15px;transition:all .3s ease;width:100%}.language-setting-dropdown:hover{border-color:#667eea}.language-setting-dropdown:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.close-btn{align-items:center;background:#0000;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:32px;height:35px;justify-content:center;padding:0;transition:background .2s ease;width:35px}.close-btn:hover{background:#fff3}.settings-content{max-height:calc(80vh - 80px);overflow-y:auto;padding:25px 25px 100px}.settings-section{margin-bottom:30px}.settings-section h4{color:#333;font-size:1.1em;margin-bottom:8px}.section-hint{color:#666;font-size:.9em;margin-bottom:15px}.modus-list,.theme-list{display:flex;flex-direction:column;gap:10px}.setting-item{align-items:center;background:#f9f9f9;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;display:flex;padding:15px;transition:all .3s ease}.setting-item:hover{background:#f5f7ff;border-color:#667eea}.setting-item.active{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea}.setting-item input{accent-color:#667eea;cursor:pointer;height:20px;margin-right:12px;width:20px}.setting-content{align-items:center;display:flex;flex:1 1;gap:12px}.setting-icon{flex-shrink:0;font-size:24px}.setting-text{display:flex;flex-direction:column;gap:3px}.setting-text.full-width{flex:1 1}.setting-text strong{color:#333;font-size:1em}.setting-desc{color:#666;font-size:.85em}.settings-info{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:4px;margin:20px 0;padding:15px}.settings-info small{color:#1565c0;font-size:.9em;line-height:1.6}.settings-info .warning{color:#d32f2f;font-weight:600}.radius-selector{margin-top:10px}.radius-dropdown{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;font-size:1em;padding:12px 15px;transition:all .3s ease;width:100%}.radius-dropdown:hover{border-color:#667eea}.radius-dropdown:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;bottom:0;box-shadow:0 -4px 20px #ffffffe6;color:#fff;cursor:pointer;font-size:1.05em;font-weight:600;margin:20px 25px 25px;padding:15px;position:-webkit-sticky;position:sticky;transition:all .3s ease;width:calc(100% - 50px)}.save-btn:hover{box-shadow:0 -4px 20px #ffffffe6,0 4px 15px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.settings-panel{max-height:90vh;width:95%}.settings-content{padding:20px 20px 100px}.save-btn{font-size:1em;margin:20px;width:calc(100% - 40px)}}.usage-toggle{align-items:center;background:#fff;border:3px solid;border-radius:50%;box-shadow:0 4px 16px #0003;cursor:pointer;display:flex;font-size:1.4rem;font-weight:700;height:56px;justify-content:center;transition:all .3s ease;width:56px}.usage-toggle.status-good{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-color:#10b981;color:#059669}.usage-toggle.status-warning{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b;color:#d97706}.usage-toggle.status-critical{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#ef4444;color:#dc2626}.usage-toggle:hover{box-shadow:0 8px 24px #00000040;transform:scale(1.15) translateY(-2px)}.usage-toggle:active{transform:scale(1.05)}.usage-number{font-size:1.4em;line-height:1}.usage-tooltip{animation:slideLeft .2s ease-out;background:#fff;border:2px solid #e5e7eb;border-radius:12px;bottom:20px;box-shadow:0 8px 24px #00000026;position:fixed;right:85px;z-index:999}@keyframes slideLeft{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.usage-tooltip-content{min-width:200px;padding:16px 20px}.tooltip-header{color:#1f2937;font-size:1.1rem;font-weight:700;margin-bottom:12px;text-align:center}.tooltip-stats{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.stat-row{align-items:center;display:flex;font-size:.95rem;justify-content:space-between}.stat-row span{color:#6b7280}.stat-row strong{color:#1f2937;font-size:1.1em}.stat-row strong.status-good{color:#059669}.stat-row strong.status-warning{color:#d97706}.stat-row strong.status-critical{color:#dc2626}.usage-bar{background:#e5e7eb;border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden}.usage-fill{border-radius:4px;height:100%;transition:width .3s ease}.usage-fill.status-good{background:linear-gradient(90deg,#10b981,#34d399)}.usage-fill.status-warning{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.usage-fill.status-critical{background:linear-gradient(90deg,#ef4444,#f87171)}.usage-percentage{color:#9ca3af;font-size:.85rem;text-align:center}@media (max-width:500px){.usage-toggle{border-width:2.5px;font-size:1.3rem;height:50px;width:50px}.usage-tooltip{bottom:15px;left:15px;max-width:calc(100vw - 85px);right:auto}.usage-tooltip-content{min-width:160px;padding:12px 16px}}@media (max-width:768px){.usage-toggle{font-size:1.35rem;height:52px;width:52px}.usage-tooltip{bottom:20px;left:15px;max-width:calc(100vw - 85px);right:auto}}.thank-you-screen{align-items:center;animation:fadeIn .5s ease-in;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.thank-you-content{animation:scaleIn .6s cubic-bezier(.34,1.56,.64,1);background:#fffffffa;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:600px;padding:60px 40px;text-align:center;width:100%}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.thank-you-icon{animation:float 3s ease-in-out infinite;font-size:80px;margin-bottom:20px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.thank-you-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:800;margin:0 0 20px}.thank-you-message{color:#2d3748;font-size:22px;font-weight:500;margin:0 0 12px}.thank-you-submessage{color:#4a5568;font-size:18px;line-height:1.6;margin:0 0 40px}.thank-you-stats{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:16px;margin:0 0 30px;padding:30px 20px}.thank-you-stats p{color:#2d3748;font-size:20px;font-weight:500;margin:12px 0}.thank-you-footer{border-top:2px solid #667eea33;padding-top:20px}.thank-you-hint{color:#718096;font-size:14px;font-style:italic;margin:0}@media (max-width:768px){.thank-you-content{padding:40px 24px}.thank-you-icon{font-size:60px}.thank-you-title{font-size:36px}.thank-you-message{font-size:18px}.thank-you-submessage{font-size:16px}.thank-you-stats p{font-size:18px}}.generations-history-overlay{align-items:center;animation:fadeIn .2s ease-out;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.generations-history-panel{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;max-height:85vh;max-width:800px;width:90%}.generations-history-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 28px}.generations-history-header h2{color:#1f2937;font-size:1.5rem;margin:0}.close-button{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.5rem;padding:4px 8px;transition:color .2s}.close-button:hover{color:#1f2937}.generations-history-content{flex:1 1;overflow-y:auto;padding:24px 28px}.generations-empty,.generations-error,.generations-loading{padding:40px 20px;text-align:center}.generations-loading .spinner{animation:spin .8s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:40px;margin:0 auto 16px;width:40px}.generations-error{color:#ef4444}.generations-error button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:16px;padding:8px 16px}.generations-empty{color:#6b7280}.generations-empty-subtitle{font-size:.9rem;margin-top:8px}.generations-list{display:flex;flex-direction:column;gap:16px}.generation-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s}.generation-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.generation-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:12px}.generation-header h3{color:#1f2937;flex:1 1;font-size:1.2rem;margin:0}.generation-date{color:#6b7280;font-size:.85rem;margin-left:12px;white-space:nowrap}.generation-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.generation-meta span{background:#fff;border-radius:6px;color:#6b7280;font-size:.85rem;padding:4px 10px}.generation-language{text-transform:capitalize}.generation-themes{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.theme-badge{background:#dbeafe;border-radius:6px;color:#1e40af;font-size:.8rem;padding:4px 10px;text-transform:capitalize}.generation-preview{color:#4b5563;font-size:.95rem;line-height:1.5;margin:12px 0}.play-generation-button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:12px;transition:background .2s;width:100%}.play-generation-button:hover{background:#2563eb}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:640px){.generations-history-panel{max-height:90vh;width:95%}.generations-history-header{padding:16px 20px}.generations-history-header h2{font-size:1.3rem}.generations-history-content{padding:16px 20px}.generation-item{padding:16px}.generation-header h3{font-size:1.1rem}}.app{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:900px;min-height:400px;padding:40px;width:100%}.header{margin-bottom:30px;text-align:center}.header h1{color:#333;font-size:2.5em;margin-bottom:10px}.header p{color:#666;font-size:1.1em}.primary-btn,.secondary-btn{border:none;border-radius:50px;cursor:pointer;font-size:1.1em;font-weight:600;padding:15px 40px;transition:all .3s ease}.primary-btn{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff}.primary-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.primary-btn:disabled{cursor:not-allowed;opacity:.6}.secondary-btn{background:#f0f0f0;color:#333;margin-top:20px}.secondary-btn:hover{background:#e0e0e0}.refresh-controls{align-items:center;background:#f9fafbcc;border:1px solid #e5e7eb;border-radius:12px;display:flex;justify-content:space-between;margin:0 0 24px;padding:12px 16px}.refresh-timer{align-items:center;color:#6b7280;display:flex;font-size:.9rem;gap:8px}.refresh-icon{animation:spin-slow 3s linear infinite;font-size:16px}.refresh-text{align-items:baseline;display:flex;gap:4px}.refresh-text strong{color:#3b82f6;font-size:1.1em;font-weight:700;min-width:28px;text-align:center}.refresh-button{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;box-shadow:0 2px 8px #3b82f64d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 16px;transition:all .2s ease}.refresh-button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.refresh-button:disabled{cursor:not-allowed;opacity:.6;transform:none}@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button-stack{bottom:20px;display:flex;flex-direction:column;gap:12px;position:fixed;right:20px;z-index:998}.history-toggle{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:3px solid #fff;border-radius:50%;box-shadow:0 4px 16px #3b82f666;color:#fff;cursor:pointer;display:flex;font-size:26px;height:56px;justify-content:center;transition:all .3s ease;width:56px}.history-toggle:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 8px 24px #3b82f680;transform:scale(1.15) translateY(-2px)}.history-toggle:active{transform:scale(1.05)}.settings-toggle{align-items:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:3px solid #fff;border-radius:50%;box-shadow:0 4px 16px #8b5cf666;color:#fff;cursor:pointer;display:flex;font-size:26px;height:56px;justify-content:center;transition:all .3s ease;width:56px}.settings-toggle:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 8px 24px #8b5cf680;transform:scale(1.15) translateY(-2px)}.settings-toggle:active{transform:scale(1.05)}@media (max-width:500px){.app{align-items:stretch;background:#fff;padding:0}.container{background:#fff;border-radius:0;box-shadow:none;min-height:100vh;padding:70px 10px 80px}.header{display:none}.refresh-controls{flex-direction:column;gap:10px;padding:10px 12px}.refresh-button{padding:10px;width:100%}.button-stack{bottom:15px;gap:10px;right:15px}.history-toggle,.settings-toggle{border-width:2.5px;font-size:24px;height:50px;width:50px}.container{padding:70px 10px 200px!important}}@media (max-width:768px){.container{border-radius:15px;padding:20px}.header h1{font-size:2em}.refresh-controls{margin-bottom:20px;padding:10px 14px}.refresh-button,.refresh-timer{font-size:.85rem}.refresh-button{padding:8px 14px}.button-stack{bottom:20px;gap:12px;right:15px}.history-toggle,.settings-toggle{font-size:24px;height:52px;width:52px}}
/*# sourceMappingURL=main.2be20540.css.map*/