@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}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;overflow:hidden}.wave-container{align-items:center;display:flex;gap:6px;height:60px;justify-content:center;padding:10px}.wave-bar{animation:wave 1.2s ease-in-out infinite;background:linear-gradient(0deg,#fffc,#fff);border-radius:3px;box-shadow:0 2px 8px #0003;height:20px;width:6px}.wave-bar:first-child{animation-delay:0s}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.4s}@keyframes wave{0%,to{height:20px;opacity:.7}50%{height:50px;opacity:1}}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}body,html{margin:0;overflow:hidden;overscroll-behavior:none;padding:0;position:fixed}#root,body,html{height:100%;width:100%}.app{-webkit-tap-highlight-color:transparent;align-items:center;background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#1e3a8a);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100vh;height:-webkit-fill-available;justify-content:center;min-height:100vh;min-height:-webkit-fill-available;overflow:hidden;padding:max(20px,env(safe-area-inset-top)) max(20px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));position:relative;touch-action:manipulation}.app:before{animation:gradientShift 15s ease infinite;background:radial-gradient(circle at 20% 50%,#ef44441a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff0d 0,#0000 50%);content:"";height:200%;position:absolute;width:200%}@keyframes gradientShift{0%,to{transform:translate(0)}50%{transform:translate(-50px,-50px)}}.container{animation:fadeInUp .6s ease-out;max-width:550px;position:relative;text-align:center;width:100%;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.emergency-badge{animation:badgePulse 2s ease-in-out infinite;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:50px;box-shadow:0 4px 20px #dc262666;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem;padding:.5rem 1.5rem}@keyframes badgePulse{0%,to{box-shadow:0 4px 20px #dc262666}50%{box-shadow:0 4px 30px #dc2626b3}}.title{color:#fff;font-size:3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem;text-shadow:0 4px 20px #00000080}.subtitle{color:#ffffffe6;font-size:1.3rem;font-weight:500;margin-bottom:2.5rem;opacity:.95}.button-container{align-items:center;display:flex;justify-content:center;margin-bottom:2.5rem;position:relative}.wave-wrapper{animation:fadeIn .3s ease;margin-bottom:1.5rem}.record-button{-webkit-tap-highlight-color:transparent;background:linear-gradient(145deg,#dc2626,#991b1b);border:8px solid #ffffff4d;border-radius:50%;box-shadow:0 20px 60px #dc262699,0 8px 16px #0006,inset 0 -10px 20px #0000004d,inset 0 4px 12px #fff3;cursor:pointer;height:260px;outline:none;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:260px}.record-button:before{background:radial-gradient(circle,#ffffff4d 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.record-button:hover:before{opacity:1}.record-button:active{transform:scale(.93)}.record-button:hover{box-shadow:0 25px 70px #dc2626b3,0 10px 20px #00000073,inset 0 -10px 20px #0000004d,inset 0 4px 12px #fff3;transform:scale(1.05)}.record-button.recording{animation:emergencyPulse 1.5s cubic-bezier(.4,0,.6,1) infinite;background:linear-gradient(145deg,#ef4444,#dc2626);border-color:#ffffff80}.record-button.processing{animation:processingPulse 1.5s ease-in-out infinite;background:linear-gradient(145deg,#6366f1,#4f46e5);border-color:#fff6;cursor:not-allowed}.record-button.success{animation:successPop .5s cubic-bezier(.175,.885,.32,1.275);background:linear-gradient(145deg,#10b981,#059669);border-color:#fff9}.record-button.error{animation:errorShake .5s ease;background:linear-gradient(145deg,#f59e0b,#d97706);border-color:#ffffff80}.record-button.holding{animation:holdingPulse 2s ease-in-out infinite;background:linear-gradient(145deg,#8b5cf6,#7c3aed);border-color:#fff9}.hold-progress{background:conic-gradient(from 0deg,#8b5cf6cc 0,#8b5cf6cc var(--progress),#0000 var(--progress),#0000 100%);border-radius:50%;height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:background .1s linear;width:100%;z-index:0}.hold-progress:before{background:linear-gradient(145deg,#dc2626,#991b1b);border-radius:50%;bottom:10px;content:"";left:10px;position:absolute;right:10px;top:10px;z-index:1}@keyframes holdingPulse{0%,to{box-shadow:0 20px 60px #8b5cf6b3,0 8px 16px #0006,0 0 0 0 #8b5cf6cc,inset 0 -10px 20px #0000004d,inset 0 4px 12px #fff3}50%{box-shadow:0 20px 60px #8b5cf6b3,0 8px 16px #0006,0 0 0 30px #8b5cf600,inset 0 -10px 20px #0000004d,inset 0 4px 12px #fff3}}@keyframes emergencyPulse{0%,to{box-shadow:0 20px 60px #ef4444b3,0 8px 16px #0006,0 0 0 0 #ef4444cc,inset 0 -10px 20px #0000004d,inset 0 4px 12px #fff3}50%{box-shadow:0 20px 60px #ef4444b3,0 8px 16px #0006,0 0 0 40px #ef444400,inset 0 -10px 20px #0000004d,inset 0 4px 12px #fff3}}@keyframes processingPulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes successPop{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes errorShake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.button-inner{position:relative;z-index:1}.button-inner,.emergency-icon{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.sos-text{animation:sosPulse 2s ease-in-out infinite;color:#fff;font-size:5.5rem;font-weight:900;letter-spacing:.1em;text-shadow:0 6px 20px #00000080;-webkit-user-select:none;user-select:none}@keyframes sosPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.mic-icon{animation:floatIcon 3s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));font-size:5rem;-webkit-user-select:none;user-select:none}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.stop-icon{animation:stopPulse 1s ease-in-out infinite;background-color:#fff;border-radius:12px;box-shadow:0 6px 16px #0006;height:80px;width:80px}@keyframes stopPulse{0%,to{transform:scale(1)}50%{transform:scale(.95)}}.status-message{align-items:center;animation:fadeIn .3s ease;color:#fff;display:flex;font-size:1.5rem;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:.02em;margin-bottom:2rem;min-height:2.5rem;text-shadow:0 2px 10px #00000080}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.status-message.error{color:#fef3c7;font-size:1.4rem}.status-message.success{animation:fadeIn .3s ease,successGlow 1s ease-in-out;color:#d1fae5;font-size:1.6rem}@keyframes successGlow{0%,to{text-shadow:0 2px 10px #00000080}50%{text-shadow:0 0 20px #d1fae5cc,0 2px 10px #00000080}}.status-message.recording{animation:fadeIn .3s ease,breathe 2s ease-in-out infinite}@keyframes breathe{0%,to{opacity:1}50%{opacity:.7}}.instructions{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:50px;box-shadow:0 8px 32px #0003;color:#fff;display:inline-block;font-size:1.4rem;font-weight:700;letter-spacing:.05em;margin-bottom:2rem;padding:1.25rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.instructions:hover{background:#fff3;transform:translateY(-2px)}.hint-text{animation:fadeInUp .8s ease-out .3s both;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;color:#ffffffb3;font-size:.9rem;font-weight:500;line-height:1.6;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:400px;padding:.8rem 1.5rem;text-align:center}@media (max-width:768px){.emergency-badge{font-size:.8rem;padding:.4rem 1.2rem}.title{font-size:2.5rem;margin-bottom:.5rem}.subtitle{font-size:1.2rem;margin-bottom:2rem}.record-button{border-width:6px;height:240px;width:240px}.sos-text{font-size:5rem}.stop-icon{height:70px;width:70px}.status-message{font-size:1.3rem}.instructions{font-size:1.2rem;padding:1rem 2rem}}@media (max-width:480px){.emergency-badge{font-size:.75rem;padding:.35rem 1rem}.title{font-size:2rem;margin-bottom:.5rem}.subtitle{font-size:1.1rem;margin-bottom:1.8rem}.record-button{border-width:6px;height:220px;width:220px}.sos-text{font-size:4.5rem}.stop-icon{height:65px;width:65px}.status-message{font-size:1.2rem}.instructions{font-size:1.1rem;padding:.9rem 1.8rem}}@media (max-height:600px) and (orientation:landscape){.emergency-badge{font-size:.7rem;margin-bottom:.5rem;padding:.3rem .8rem}.title{font-size:1.8rem;margin-bottom:.3rem}.subtitle{font-size:.95rem;margin-bottom:1rem}.record-button{border-width:5px;height:160px;width:160px}.sos-text{font-size:3.5rem}.stop-icon{height:50px;width:50px}.status-message{font-size:1rem;margin-bottom:.8rem}.instructions{font-size:.9rem;margin-bottom:1rem;padding:.6rem 1.2rem}.hint-text{font-size:.8rem;font-size:.7rem;line-height:1.4;max-width:340px;max-width:280px;padding:.6rem 1.2rem;padding:.5rem 1rem}}.emergency-badge,.instructions,.record-button,.status-message,.subtitle,.title{-webkit-user-select:none;user-select:none}@media (hover:none) and (pointer:coarse){.record-button{height:240px;width:240px}.record-button:active{transform:scale(.92)}.record-button:hover{transform:none}.instructions:hover{background:#ffffff26;transform:none}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;width:50px}.fullscreen-toggle{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;padding:12px;position:fixed;right:max(20px,env(safe-area-inset-right,20px));top:max(20px,env(safe-area-inset-top,20px));transition:all .3s ease;width:48px;z-index:1000}.fullscreen-toggle:hover{background:#fff3;border-color:#fff6;box-shadow:0 4px 12px #0000004d;transform:scale(1.05)}.fullscreen-toggle:active{transform:scale(.95)}.fullscreen-toggle svg{stroke-width:2.5;height:24px;width:24px}.app:fullscreen{padding:40px}.app:-webkit-full-screen{padding:40px}.app:-moz-full-screen{padding:40px}.app:-ms-fullscreen{padding:40px}@media (max-width:768px){.fullscreen-toggle{height:44px;padding:10px;right:max(10px,env(safe-area-inset-right,10px));top:max(10px,env(safe-area-inset-top,10px));width:44px}.fullscreen-toggle svg{height:20px;width:20px}}
/*# sourceMappingURL=main.cc58d198.css.map*/