: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)}.appNav{display:flex;gap:12px;align-items:center}.appNav a,.appNav button{height:36px;display:inline-flex;align-items:center}.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)}.entriesHeader{display:flex;align-items:center;justify-content:space-between;padding:1rem 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}.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}.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}.entryListMeta{color:var(--muted-2);font-size:12px}.entryListTitle{margin-top:4px;font-weight:600;letter-spacing:-.01em;color:var(--foreground)}.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}.entryTranscript{white-space:pre-wrap;line-height:1.65;color:var(--foreground);overflow:auto;min-height:0}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}@media (max-width: 860px){.entriesGrid{grid-template-columns:1fr}.recordButton{width:180px;height:180px}}
