:root{color-scheme:dark;--background: #0a0a0a;--foreground: #f3f4f6;--surface-0: #111111;--surface-1: #161616;--surface-2: #1b1b1b;--surface-3: #222222;--muted: #a1a1aa;--muted-2: #71717a;--border: #27272a;--border-strong: #3f3f46;--brand: #3ecf8e;--brand-strong: #2fbf79;--brand-soft: rgba(62, 207, 142, .14);--brand-ring: rgba(62, 207, 142, .28);--danger: #7f1d1d;--danger-strong: #b91c1c;--danger-soft: rgba(185, 28, 28, .16);--link: var(--brand);--radius-sm: 8px;--radius: 10px;--radius-lg: 12px;--shadow-1: 0 1px 2px rgba(0, 0, 0, .28);--shadow-2: 0 8px 24px rgba(0, 0, 0, .28);--focus-ring: 0 0 0 3px var(--brand-ring)}*{box-sizing:border-box}html,body,#root{height:100%}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Ubuntu,Helvetica Neue,Arial,sans-serif;background:var(--background);color:var(--foreground);line-height:1.5}a{color:var(--link);text-decoration:none}a:hover{color:#69d9a3;text-decoration:none}button,input,textarea,select{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;box-shadow:var(--focus-ring)}.container{max-width:960px;margin:0 auto;padding:2rem 1rem}h1{margin:0 0 1rem;font-size:1.75rem;line-height:1.2;letter-spacing:-.02em;font-weight:600}p{color:var(--muted);margin:0}nav{margin-top:1rem}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface-2);color:var(--foreground);padding:.625rem .95rem;border-radius:var(--radius-sm);cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,transform .12s ease,box-shadow .14s ease;box-shadow:var(--shadow-1)}button:hover:not(:disabled){background:var(--surface-3);border-color:var(--border-strong)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.muted{color:var(--muted)}.appTopBar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid var(--border);background:#0a0a0aeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.appTopBarBrand{font-size:1rem;font-weight:700;letter-spacing:-.02em;color:var(--foreground)!important}.appTopBarBrand:hover{color:var(--foreground)!important}.appTopBarNav{display:flex;gap:16px;align-items:center;margin-top:0}.appTopBarLink{font-size:.875rem;color:var(--muted);transition:color .14s ease}.appTopBarLink:hover{color:var(--foreground)}.appTopBarLink[aria-current=page]{color:var(--brand)}.landingPage{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.landingHero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;max-width:480px}.landingLogo{width:72px;height:72px;border-radius:var(--radius-lg);margin-bottom:.5rem}.landingTitle{font-size:2.25rem;letter-spacing:-.03em;margin:0}.landingSubtitle{font-size:1.05rem;line-height:1.6;color:var(--muted);margin:0}.landingActions{margin-top:.75rem}.landingCta{display:inline-block;padding:.7rem 1.75rem;border-radius:var(--radius-sm);background:var(--brand);color:#04110a;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .14s ease,transform .12s ease,box-shadow .14s ease;box-shadow:0 0 0 1px #3ecf8e40,0 4px 16px #0000004d}.landingCta:hover{background:var(--brand-strong);transform:translateY(-1px);color:#04110a}.landingCta:active{transform:translateY(1px)}.landingPrivacy{margin-top:1.25rem;font-size:.8rem;line-height:1.6;color:var(--muted-2);text-align:center}.minimalFooter{position:fixed;bottom:0;left:0;right:0;padding:1rem;text-align:center;background:linear-gradient(transparent,var(--background) 40%);pointer-events:none}.minimalFooterLinks{display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap;margin-top:0;pointer-events:auto}.minimalFooterLinks a{font-size:.75rem;color:var(--muted-2);transition:color .14s ease}.minimalFooterLinks a:hover{color:var(--muted)}.contactForm{display:flex;flex-direction:column;gap:1.25rem;max-width:480px}.contactField{display:flex;flex-direction:column;gap:.35rem}.contactField label{font-size:.85rem;font-weight:600;color:var(--foreground)}.contactSubmit{align-self:flex-start;background:var(--brand);color:#04110a;font-weight:600;border:none;padding:.65rem 1.5rem}.recorderPage{max-width:960px;margin:0 auto;padding:2rem 1rem}.stackCenter{margin-top:32px;display:flex;flex-direction:column;align-items:center;gap:14px}.timer{font-variant-numeric:tabular-nums;color:var(--muted);font-size:13px;letter-spacing:.01em}.recordButton{width:220px;height:220px;border-radius:999px;border:1px solid var(--border-strong);background:radial-gradient(circle at 30% 30%,#202020,#171717 55%,#111);color:var(--foreground);cursor:pointer;font-size:18px;font-weight:600;letter-spacing:-.01em;transition:transform .1s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease;box-shadow:inset 0 1px #ffffff08,0 0 0 1px #ffffff04,0 18px 48px #00000059}.recordButton:hover:not(:disabled){transform:translateY(-1px);border-color:#3ecf8e59}.recordButton:active:not(:disabled){transform:scale(.99)}.recordButton[data-state=idle]{background:radial-gradient(circle at 30% 30%,#252525,#1b1b1b 52%,#141414);color:var(--foreground)}.recordButton[data-state=recording]{background:radial-gradient(circle at 30% 30%,#4ade80 0%,var(--brand) 35%,var(--brand-strong) 100%);border-color:#3ecf8eb3;color:#04110a;box-shadow:0 0 0 6px #3ecf8e1a,0 18px 48px #14532d59}.recordButton[data-state=saving]{background:radial-gradient(circle at 30% 30%,#1e1e1e,#171717 52%,#131313);border-color:var(--border);color:var(--muted)}.notice,.noticeError,.transcriptView,.entryListItem,.entryEditor{box-shadow:var(--shadow-1)}.notice{border:1px solid var(--border);background:var(--surface-1);border-radius:var(--radius-lg);padding:12px 14px;color:var(--foreground);font-size:14px;max-width:560px;text-align:center}.noticeError{border:1px solid rgba(185,28,28,.45);background:linear-gradient(180deg,#7f1d1d38,#7f1d1d1f);border-radius:var(--radius-lg);padding:12px 14px;color:var(--foreground)}.transcriptView{width:100%;min-height:140px;border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px;background:var(--surface-1);color:var(--foreground);line-height:1.6;white-space:pre-wrap}.transcriptPlaceholder{color:var(--muted-2)}.entriesPage{min-height:100%;display:flex;flex-direction:column;background:radial-gradient(circle at top,rgba(62,207,142,.035),transparent 28%),var(--background)}.entriesGrid{flex:1;display:grid;grid-template-columns:340px minmax(0,1fr);gap:16px;padding:16px;max-width:1180px;width:100%;margin:0 auto;min-height:0}.entriesListPane{overflow:auto;min-height:0;padding-right:2px}.entriesEditorPane{min-height:0}.entriesList{display:flex;flex-direction:column;gap:8px}.entryListItem{text-align:left;padding:13px 14px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-1);transition:background .14s ease,border-color .14s ease,transform .12s ease,box-shadow .14s ease}.entryListItem:hover{background:var(--surface-2);border-color:var(--border-strong)}.entryListItem[aria-current=true]{background:linear-gradient(180deg,#3ecf8e14,#3ecf8e08),var(--surface-2);border-color:#3ecf8e59;box-shadow:inset 0 0 0 1px #3ecf8e26,0 0 0 3px #3ecf8e14}.entryDateGroup{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-2);padding:12px 2px 6px;border-bottom:1px solid var(--border);margin-bottom:8px}.entryDateGroup:first-child{padding-top:0}.loadMoreButton{width:100%;margin-top:8px;padding:10px;font-size:13px;color:var(--muted);background:transparent;border:1px dashed var(--border);box-shadow:none}.loadMoreButton:hover:not(:disabled){color:var(--foreground);border-color:var(--border-strong);background:transparent}.entryListMeta{color:var(--muted-2);font-size:12px}.entryListTitle{margin-top:4px;font-weight:600;letter-spacing:-.01em;color:var(--foreground)}.entryListSnippet{margin-top:4px;color:var(--muted-2);font-size:12px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entryEditor{height:100%;min-height:0;border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;background:var(--surface-1);display:flex;flex-direction:column;gap:12px}.entryBackButton{display:none;padding:.4rem .75rem;font-size:13px;align-self:flex-start}.entryEditorHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.entryEditorActions{display:flex;gap:8px;flex-shrink:0}.entryEditorActions button{padding:.35rem .7rem;font-size:13px}.entryTranscript{white-space:pre-wrap;line-height:1.65;color:var(--foreground);overflow:auto;min-height:0}.entryTranscriptTextarea{flex:1;min-height:120px;white-space:pre-wrap;line-height:1.65;font-family:inherit;font-size:inherit;resize:vertical}.inlineConfirm{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--foreground)}.dangerButton{background:var(--danger);border-color:var(--danger);color:#fff}.dangerButton:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}input,textarea,select{width:100%;border:1px solid var(--border);background:var(--surface-0);color:var(--foreground);border-radius:var(--radius-sm);padding:.625rem .8rem;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}input:hover,textarea:hover,select:hover{border-color:var(--border-strong)}input::placeholder,textarea::placeholder{color:var(--muted-2)}input:focus-visible,textarea:focus-visible,select:focus-visible{border-color:#3ecf8e73;background:#121212}*{scrollbar-width:thin;scrollbar-color:#303030 transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:#303030;border-radius:999px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-track{background:transparent}.settingsSection{margin-bottom:2rem}.settingsSectionTitle{font-size:1.1rem;font-weight:600;margin:0 0 .75rem;letter-spacing:-.01em}.settingsCard{padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-1)}.settingsRow{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px}.settingsRow+.settingsRow{border-top:1px solid var(--border)}.tokenGenerateForm{display:flex;flex-direction:column;gap:10px;max-width:420px}.tokenGenerateResult{display:flex;flex-direction:column;gap:10px;max-width:560px}.tokenSecret{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:13px;line-height:1.6;word-break:break-all;background:var(--surface-0);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 14px;color:var(--foreground)}.tokenWarning{color:var(--muted);font-size:13px;margin:0}.tokenActions{display:flex;gap:8px}.tokenList{display:flex;flex-direction:column;gap:8px;max-width:560px}.tokenCard{padding:13px 14px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-1);box-shadow:var(--shadow-1);display:flex;flex-direction:column;gap:8px}.tokenCard.tokenRevoked{opacity:.55}.tokenCardHeader{display:flex;align-items:center;gap:8px}.tokenCardName{font-weight:600;letter-spacing:-.01em}.tokenBadgeRevoked{font-size:11px;padding:2px 7px;border-radius:4px;background:var(--danger-soft);color:var(--danger-strong);font-weight:500}.tokenCardMeta{display:flex;flex-direction:column;gap:2px;color:var(--muted-2);font-size:12px}.tokenCardActions{margin-top:4px}.publicLayout{min-height:100dvh;display:flex;flex-direction:column}.publicNav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid var(--border);background:#0a0a0aeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10;margin-top:0}.publicNavLogo{font-size:1rem;font-weight:700;letter-spacing:-.02em;color:var(--foreground)!important}.publicNavLogo:hover{color:var(--foreground)!important}.publicNavLinks{display:flex;gap:20px;align-items:center}.publicNavLinks a{font-size:.875rem;color:var(--muted);transition:color .14s ease}.publicNavLinks a:hover{color:var(--foreground)}.publicNavCta{display:inline-block;padding:.4rem 1rem;border-radius:var(--radius-sm);background:var(--brand);color:#04110a!important;font-weight:600;font-size:.825rem;transition:background .14s ease}.publicNavCta:hover{background:var(--brand-strong);color:#04110a!important}.publicMain{flex:1}.publicFooter{border-top:1px solid var(--border);padding:3rem 1.5rem 2rem;margin-top:4rem}.publicFooterColumns{max-width:780px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.publicFooterColumn{display:flex;flex-direction:column;gap:8px}.publicFooterColumn h4{margin:0 0 4px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--foreground)}.publicFooterColumn a{font-size:.85rem;color:var(--muted);transition:color .14s ease}.publicFooterColumn a:hover{color:var(--foreground)}.publicFooterBottom{max-width:780px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center}.publicFooterBottom p{font-size:.8rem;color:var(--muted-2)}.contentPage{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.contentPage h1{font-size:2rem;margin-bottom:1.25rem}.contentLead{font-size:1.1rem;line-height:1.7;color:var(--muted);margin-bottom:2.5rem}.contentPage section{margin-bottom:2.5rem}.contentPage h2{font-size:1.3rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .75rem;color:var(--foreground)}.contentPage h3{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:var(--foreground)}.contentPage p{color:var(--muted);line-height:1.7;margin-bottom:1rem}.contentPage ul,.contentPage ol{color:var(--muted);line-height:1.7;margin:0 0 1rem;padding-left:1.5rem}.contentPage li{margin-bottom:.4rem}.contentCta{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.howToSteps{display:flex;flex-direction:column;gap:2rem}.howToStep{display:flex;gap:1.25rem;align-items:flex-start}.howToStepNumber{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-weight:700;font-size:1.1rem}.pricingCard{max-width:380px;margin:2rem auto;padding:2rem;border:1px solid rgba(62,207,142,.35);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(62,207,142,.06),transparent);text-align:center}.pricingCard h2{margin:0;color:var(--brand)}.pricingAmount{font-size:3rem;font-weight:700;color:var(--foreground)!important;margin:.5rem 0 0;letter-spacing:-.03em}.pricingPeriod{font-size:.9rem;color:var(--muted-2)!important;margin:0 0 1.5rem}.pricingFeatures{text-align:left;list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.5rem}.pricingFeatures li{color:var(--muted);font-size:.9rem;padding-left:1.5rem;position:relative}.pricingFeatures li:before{content:"✓";position:absolute;left:0;color:var(--brand);font-weight:700}.comparisonTableWrap{overflow-x:auto;margin-bottom:1rem}.comparisonTable{width:100%;border-collapse:collapse;font-size:.9rem}.comparisonTable th,.comparisonTable td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.comparisonTable th{font-weight:600;color:var(--foreground);background:var(--surface-1)}.comparisonTable td{color:var(--muted)}.comparisonTable td:first-child{font-weight:600;color:var(--foreground)}.faqSection{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.faqItem{margin-bottom:1.5rem}.faqItem h3{color:var(--foreground);margin-bottom:.4rem}.faqItem p{color:var(--muted);line-height:1.7}.guidesList{display:flex;flex-direction:column;gap:1rem}.guideCard{display:block;padding:1.25rem 1.5rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-1);transition:border-color .14s ease,background .14s ease}.guideCard:hover{border-color:var(--border-strong);background:var(--surface-2)}.guideCard h2{font-size:1.1rem;margin:0 0 .5rem;color:var(--foreground)}.guideCard p{font-size:.9rem;color:var(--muted);margin:0;line-height:1.6}.blogList{display:flex;flex-direction:column;gap:1rem}.blogCard{padding:1.25rem 1.5rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-1)}.blogCard h2{font-size:1.1rem;margin:0 0 .25rem;color:var(--foreground)}.blogCardDate{font-size:.8rem;color:var(--muted-2)!important;margin-bottom:.5rem!important}.blogCardComingSoon{font-size:.8rem;color:var(--muted-2)!important;font-style:italic;margin:.5rem 0 0!important}@media (max-width: 860px){.entriesGrid{grid-template-columns:1fr}.entriesListPane--mobileHidden,.entriesEditorPane{display:none}.entriesEditorPane--mobileVisible{display:block}.entryBackButton{display:inline-flex}.recordButton{width:180px;height:180px}.publicNavLinks{gap:12px}.publicNavLinks a:not(.publicNavCta){display:none}.publicFooterColumns{grid-template-columns:1fr;gap:1.5rem}.contentPage{padding:2rem 1rem}.howToStep{flex-direction:column;gap:.75rem}}
