@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";:root{font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#0f172a;--primary: #BE0200;--primary-rgb: 190, 2, 0;--primary-hover: #990000;--bg-page: #f8fafc;--bg-card: rgba(255, 255, 255, .7);--bg-card-hover: rgba(255, 255, 255, .95);--border-color: rgba(0, 0, 0, .06);--text-main: #0f172a;--text-muted: #64748b;--glow-primary: 0 4px 14px rgba(var(--primary-rgb), .2);--glass-border: 1px solid rgba(255, 255, 255, .8);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .07)}*{box-sizing:border-box}body{margin:0;background-color:var(--bg-page);background-image:radial-gradient(circle at 50% 0%,rgba(var(--primary-rgb),.08) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(56,189,248,.08) 0%,transparent 40%);min-height:100vh;color:var(--text-main);-webkit-font-smoothing:antialiased;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:-1;pointer-events:none}.page{max-width:960px;margin:0 auto;padding:3rem 1.5rem 5rem;display:flex;flex-direction:column;gap:2rem;position:relative}.page.recording:after{content:"";position:fixed;inset:0;background:radial-gradient(circle at 50% 50%,rgba(var(--primary-rgb),.05) 0%,transparent 70%);animation:pulse-bg 2s infinite ease-in-out;z-index:-1;pointer-events:none}header{text-align:center;animation:fadeInDown .8s cubic-bezier(.2,.8,.2,1)}.logo{height:60px}.subtitle{color:var(--text-muted);font-size:1.1rem;font-weight:400;letter-spacing:.01em}.card{background:#ffffffa6;backdrop-filter:blur(15px) saturate(180%);-webkit-backdrop-filter:blur(15px) saturate(180%);border-radius:24px;padding:1.5rem;box-shadow:0 8px 32px #1f26871a;border:1px solid rgba(255,255,255,.5);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;animation:fadeInUp .6s ease-out backwards}.card:hover{border-color:#0000001a;box-shadow:0 12px 40px #00000014}.card h2,.card h3{margin-top:0;color:var(--text-main);font-weight:700;letter-spacing:-.02em;display:flex;align-items:center;gap:.75rem}ol{counter-reset:item;list-style:none;padding:0;margin:1rem 0 0}ol li{counter-increment:item;margin-bottom:.75rem;padding-left:2rem;position:relative;color:var(--text-muted);font-weight:500}ol li:before{content:counter(item);position:absolute;left:0;top:.1em;width:1.2em;height:1.2em;background:#0000000d;border-radius:50%;font-size:.8em;display:flex;align-items:center;justify-content:center;color:var(--primary);font-weight:700}.form-row{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.form-row input{border-radius:9999px}label{font-weight:600;color:var(--text-main);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}select,input,textarea{width:100%;border-radius:12px;border:1px solid #cbd5e1;padding:1rem 1.25rem;font-size:1rem;font-family:inherit;background:#fff9;color:var(--text-main);transition:all .2s ease}select:focus,input:focus,textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px rgba(var(--primary-rgb),.1)}textarea{resize:vertical;min-height:200px;line-height:1.8;font-family:Georgia,Times New Roman,serif;font-size:1.05rem;letter-spacing:.01em;color:#1e293b;background:linear-gradient(to bottom,#ffffffe6,#f8fafce6);transition:all .3s ease}textarea:focus{outline:none;border-color:var(--primary);background:linear-gradient(to bottom,#fff,#fefefe);box-shadow:0 0 0 4px rgba(var(--primary-rgb),.1)}.transcription-container{position:relative}.transcription-area{font-family:Crimson Text,Georgia,serif;font-size:1.1rem;line-height:1.5;letter-spacing:.02em;color:#0f172a;background:linear-gradient(135deg,#fffffff2,#f8fafcf2);border:1px solid rgba(190,2,0,.3);padding:1.5rem;border-radius:16px;min-height:250px;max-height:250px;overflow-y:auto;scroll-behavior:smooth;transition:all .3s ease;box-shadow:inset 0 2px 8px #00000008}.transcription-area:focus{border-color:var(--primary);background:linear-gradient(135deg,#fff,#fefefe);box-shadow:0 0 0 4px rgba(var(--primary-rgb),.08),inset 0 2px 8px #00000005}@keyframes fadeInText{0%{opacity:0;filter:blur(2px)}to{opacity:1;filter:blur(0)}}.transcript-word{animation:fadeInText .4s ease-out;display:inline}.page.recording .transcription-area{border-color:#be02004d;box-shadow:inset 0 2px 8px #00000008,0 0 0 1px #be02001a,0 0 20px #be02001a;animation:transcriptionPulse 2s ease-in-out infinite}@keyframes transcriptionPulse{0%,to{box-shadow:inset 0 2px 8px #00000008,0 0 0 1px #be02001a,0 0 20px #be02000d}50%{box-shadow:inset 0 2px 8px #00000008,0 0 0 1px #be020033,0 0 20px #be020026}}.transcription-placeholder{color:#94a3b8;font-style:italic;opacity:.7}.transcript-interim{color:#64748b;font-style:italic;opacity:.8}.transcription-area:after{content:"";display:none}.page.recording .transcription-area:after{content:"|";display:inline-block;color:var(--primary);font-weight:300;margin-left:2px;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes scaleUp{0%{width:0;height:0}to{width:48px;height:48px}}.toggle-button{transition:all .3s ease;border-radius:9999px;width:36px;height:36px;box-shadow:none!important}.toggle-button:hover{background:#be020014!important}.toggle-button:active{background:#be02001f!important}.controls{display:flex;justify-content:space-between;gap:2rem;align-items:center;padding:.5rem 0;margin-bottom:1rem}.controls-visualizer{flex:4;padding:0 1rem}.controls-buttons{display:flex;flex:1;gap:1.5rem;align-items:center}button{border:none;border-radius:9999px;padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;color:var(--text-main);border:1px solid #e2e8f0;box-shadow:0 2px 5px #0000000d}button:hover:not(:disabled){background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}button.primary{background:var(--primary);color:#fff;border:1px solid transparent;box-shadow:var(--glow-primary);position:relative;overflow:hidden}button.primary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}button.primary:hover:not(:disabled):after{left:100%}button.primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 4px 20px rgba(var(--primary-rgb),.4)}button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.timer{flex:1;font-variant-numeric:tabular-nums;text-align:right;color:var(--text-muted);font-family:Roboto Flex,sans-serif;font-weight:600;letter-spacing:.02em;font-size:1.8rem}.page.recording .timer{color:var(--text-main);text-shadow:0 0 10px rgba(var(--text-main),.2)}.hint{margin:1.5rem 0 0;color:var(--text-muted);font-size:.9rem;background:#f1f5f9;padding:1rem;border-radius:12px;border:1px solid #e2e8f0}.soap-text{background:#f8fafc;color:#334155;padding:1.5rem;border-radius:16px;white-space:pre-wrap;font-family:Crimson Text,Georgia,serif;font-size:.9rem;line-height:1.7;border:1px solid #e2e8f0;box-shadow:inset 0 2px 6px #00000008}.soap-sections{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.soap-sections>div{background:#f8fafc;padding:1.5rem;border-radius:16px;border:1px solid #e2e8f0;transition:transform .2s}.soap-sections>div:hover{transform:translateY(-2px);background:#fff;box-shadow:0 4px 12px #00000008}.soap-sections strong{color:var(--primary);font-size:1rem;letter-spacing:.1em;text-transform:uppercase;display:block}.soap-sections p{margin:0;color:var(--text-muted);line-height:1.6}.soap-sections .section-textarea{font-family:Crimson Text,Georgia,serif;font-size:1.1rem;line-height:1.5;letter-spacing:.02em;width:100%;margin-top:.5rem;min-height:80px;resize:vertical;transition:height .2s ease;padding:0;border:none;outline:none;background:transparent}.soap-sections .section-textarea:focus{box-shadow:none}.soap-section-header{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.alert{padding:1rem 1.5rem;border-radius:12px;font-weight:500;display:flex;align-items:center;gap:.75rem;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.alert.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert.info{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.success-view{display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .5s ease-out}.success-header{display:flex;justify-content:center;align-items:center;gap:1rem}.success-icon{width:32px;height:32px;background:#00c853;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 10px #00c8534d}.success-header p{margin:0;font-size:1.1rem;font-weight:400;color:var(--text-main)}.copy-button{position:absolute;top:1.5rem;right:1.5rem;background:transparent!important;border:none;color:var(--text-muted);width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;transition:all .2s;box-shadow:none!important}.copy-button:hover{background:transparent!important;color:var(--text-muted);transform:scale(1.05)}.section-copy-button{background:transparent!important;border:none;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:none!important}.section-copy-button:hover{background:transparent!important;color:var(--text-muted)}.disclaimer{text-align:center;margin-bottom:0;font-size:.85rem;color:var(--text-muted)}.divider{height:1px;background:#e2e8f0;margin:1rem 0;width:100%}.trial-section{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.trial-section p{font-size:1.1rem}.trial-section a{color:var(--primary)}.trial-section a:hover{color:var(--primary-hover);text-decoration:none}.join-button{background:#d50000;padding:.75rem 3rem;font-size:1rem;box-shadow:0 4px 14px #d500004d}.join-button:hover{background:#b71c1c;box-shadow:0 6px 20px #d5000066}.footer{text-align:center;padding:0 1rem;color:var(--text-muted);font-size:.8rem}.footer a{color:var(--primary)}.processing-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:1.5rem;gap:1rem;animation:fadeIn .3s ease-out}.processing-indicator p{margin:0;font-size:.9rem;color:var(--text-muted);font-weight:500;animation:pulse-text 1.5s infinite ease-in-out}.cool-loader{width:48px;height:48px;border-radius:50%;position:relative;border:3px solid transparent;border-top-color:var(--primary);animation:spin 1s linear infinite}.cool-loader:before{content:"";position:absolute;inset:5px;border-radius:50%;border:3px solid transparent;border-top-color:#be020099;animation:spin 2s linear infinite}.cool-loader:after{content:"";position:absolute;inset:12px;border-radius:50%;border:3px solid transparent;border-top-color:#be02004d;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-text{0%,to{opacity:.6}50%{opacity:1}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeInNoScale .3s ease-out}@keyframes fadeInNoScale{0%{opacity:0}to{opacity:1}}.modal-content{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem;border-radius:24px;box-shadow:0 20px 50px #0003;display:flex;flex-direction:column;align-items:center;gap:1.5rem;border:1px solid rgba(255,255,255,.5);animation:fadeInUp .4s cubic-bezier(.2,.8,.2,1)}.modal-content p{margin:0;font-size:1.1rem;color:var(--text-main);font-weight:500}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes pulse-bg{0%,to{opacity:.5}50%{opacity:1}}.card:nth-child(2){animation-delay:.1s}.card:nth-child(3){animation-delay:.2s}.card:nth-child(4){animation-delay:.3s}.card:nth-child(5){animation-delay:.4s}@media(max-width:640px){.card{padding:1.2rem}.page{gap:1.5rem}.logo{height:50px}.subtitle{margin:.5rem 0}.controls{flex-direction:column;align-items:stretch;gap:.8rem}.timer{text-align:center}.controls>div{flex-direction:column;width:100%}.controls .controls-buttons{flex-direction:row;justify-content:center}.success-header{flex-direction:column;align-items:center;gap:.5rem}.success-header p{font-size:1rem;text-align:center}.copy-button{top:1.2rem;right:1.2rem}.soap-sections>div{padding:1rem}.trial-section p{font-size:1rem}.disclaimer{font-size:.8rem}.soap-sections .section-textarea{font-size:1rem;line-height:1.35}}
