*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;overflow:hidden}.siri-container{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.siri-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);z-index:0}.siri-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;padding:40px 20px}.status-indicator{position:absolute;top:30px;right:80px;display:flex;align-items:center;gap:8px;background:#ffffff1a;padding:8px 16px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.settings-btn{position:absolute;top:30px;right:30px;width:50px;height:50px;border-radius:50%;border:2px solid rgba(255,255,255,.2);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:100}.settings-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.settings-btn:active{transform:scale(.95)}.settings-panel{position:fixed;right:0;top:0;width:100%;max-width:400px;height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);border-left:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;display:flex;flex-direction:column;animation:slideInRight .3s ease-out;box-shadow:-10px 0 40px #0000004d}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.settings-header{padding:24px 20px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.settings-header h2{color:#f3f4f6;font-size:24px;margin:0}.close-btn{width:40px;height:40px;border-radius:50%;border:none;background:#ffffff1a;color:#e5e7eb;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-btn:hover{background:#fff3}.settings-content{flex:1;overflow-y:auto;padding:24px 20px;display:flex;flex-direction:column;gap:30px}.setting-group{display:flex;flex-direction:column;gap:16px}.setting-label{color:#f3f4f6;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.setting-options{display:flex;flex-direction:column;gap:10px}.option-btn{padding:16px;border:2px solid rgba(255,255,255,.1);background:#ffffff0d;color:#e5e7eb;border-radius:12px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:8px;text-align:left}.option-btn:hover{background:#ffffff1a;border-color:#fff3}.option-btn.active{background:#667eea4d;border-color:#667eea99;color:#a5b4fc}.option-desc{font-size:12px;color:#9ca3af;font-weight:400}.toggle-container{display:flex;align-items:center;gap:16px}.toggle{width:60px;height:32px;border-radius:16px;border:none;background:#ffffff1a;cursor:pointer;position:relative;transition:all .2s ease;padding:2px;display:flex;align-items:center}.toggle.enabled{background:#4ade804d;border:2px solid rgba(74,222,128,.5)}.toggle-slider{width:26px;height:26px;background:#ffffff4d;border-radius:50%;transition:all .2s ease;display:block}.toggle.enabled .toggle-slider{background:#4ade80;transform:translate(28px)}.toggle-label{color:#e5e7eb;font-size:14px;font-weight:500}.setting-info{padding:16px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.setting-info p{color:#9ca3af;font-size:12px;line-height:1.6;margin:0 0 12px}.setting-info p:last-child{margin:0}.setting-info strong{color:#d1d5db}.provider-badge{position:absolute;top:30px;left:30px;padding:8px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:20px;color:#e5e7eb;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-dot{width:8px;height:8px;border-radius:50%;transition:all .3s ease}.status-dot.connected{background:#4ade80;box-shadow:0 0 10px #4ade8080}.status-dot.disconnected{background:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-text{color:#e5e7eb;font-size:12px;font-weight:500;letter-spacing:.5px}.mic-area{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.recording-container{display:flex;flex-direction:column;align-items:center;gap:40px}.waveform{display:flex;align-items:flex-end;gap:6px;height:120px}.wave{width:4px;background:linear-gradient(180deg,#e879f9,#6366f1);border-radius:2px;animation:waveAnimation .6s ease-in-out infinite}.wave:nth-child(1){animation-delay:0s}.wave:nth-child(2){animation-delay:.1s}.wave:nth-child(3){animation-delay:.2s}.wave:nth-child(4){animation-delay:.1s}.wave:nth-child(5){animation-delay:0s}@keyframes waveAnimation{0%,to{height:20px}50%{height:100px}}.processing-container{display:flex;flex-direction:column;align-items:center;gap:40px}.spinner{width:80px;height:80px;border:3px solid rgba(255,255,255,.2);border-top:3px solid #e879f9;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.idle-container{display:flex;flex-direction:column;align-items:center;gap:40px}.mic-btn{width:120px;height:120px;border-radius:50%;border:none;font-size:54px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-weight:600;position:relative}.mic-btn.idle{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 20px 60px #667eea66}.mic-btn.idle:hover:not(:disabled){transform:scale(1.1);box-shadow:0 30px 80px #667eea99}.mic-btn.idle:active:not(:disabled){transform:scale(.95)}.mic-btn.recording{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 20px 60px #ef444466;animation:recordingPulse 1.5s ease-out infinite}@keyframes recordingPulse{0%{box-shadow:0 20px 60px #ef444466}50%{box-shadow:0 20px 60px #ef4444cc}to{box-shadow:0 20px 60px #ef444466}}.mic-btn.recording:hover{transform:scale(1.05)}.mic-btn.disabled{background:linear-gradient(135deg,#6366f1,#7c3aed);box-shadow:0 20px 60px #6366f166;cursor:not-allowed}.mic-btn:disabled{opacity:.7;cursor:not-allowed}.status-label{color:#e5e7eb;font-size:14px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.speaking-container{display:flex;flex-direction:column;align-items:center;gap:40px}.sound-waves{display:flex;align-items:center;justify-content:center;gap:8px;height:80px}.sound-wave{width:3px;background:linear-gradient(180deg,#10b981,#059669);border-radius:2px;animation:soundWave .6s ease-in-out infinite}.sound-wave:nth-child(1){animation-delay:0s}.sound-wave:nth-child(2){animation-delay:.1s}.sound-wave:nth-child(3){animation-delay:0s}@keyframes soundWave{0%,to{height:20px}50%{height:60px}}.mic-btn.speaking{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 20px 60px #10b98166}.output-area{width:100%;max-width:600px;margin-bottom:30px;animation:slideUp .3s ease-out}.transcript-area{animation-delay:0ms}.response-area{animation-delay:.1s}.transcript-box,.response-box{padding:20px;border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}.transcript-box{background:#3b82f61a;border-color:#3b82f64d;text-align:left}.response-box{background:#22c55e1a;border-color:#22c55e4d;text-align:left}.output-area .label{font-size:12px;color:#9ca3af;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-weight:600}.transcript-box .label{color:#93c5fd}.response-box .label{color:#86efac}.output-area .text{font-size:18px;color:#f3f4f6;line-height:1.6;word-wrap:break-word}.hint-text{color:#9ca3af;font-size:12px;letter-spacing:.5px}.error-box{width:100%;max-width:600px;padding:16px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);margin-bottom:30px}.error-box p{color:#fca5a5;font-size:14px;margin:0;text-align:center}.history{position:absolute;bottom:40px;left:40px;max-width:300px}.history-label{color:#9ca3af;font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-weight:600}.history-items{display:flex;flex-direction:column;gap:10px}.history-item{padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:all .2s ease}.history-item:hover{background:#ffffff1a;border-color:#fff3}.history-q{color:#e5e7eb;font-size:12px;font-weight:600;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-a{color:#9ca3af;font-size:11px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.siri-content{padding:30px 20px}.mic-btn{width:100px;height:100px;font-size:44px}.waveform{gap:4px;height:100px}.wave{width:3px}.output-area{max-width:90%}.output-area .text{font-size:16px}.status-indicator{top:20px;right:70px}.settings-btn{top:20px;right:20px;width:45px;height:45px;font-size:20px}.provider-badge{top:20px;left:20px;font-size:11px}.settings-panel{max-width:100%}.history{bottom:20px;left:20px;max-width:200px}}@media(max-width:480px){.mic-btn{width:80px;height:80px;font-size:36px}.waveform{gap:3px;height:80px}.wave{width:2px}.output-area .text{font-size:14px}.settings-panel{max-width:100%}.status-indicator,.history{display:none}.provider-badge{font-size:10px;padding:6px 12px}}
