@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Space+Grotesk:wght@500;700&display=swap";:root{--bg:#07131a;--bg-deep:#03090d;--surface:#081219c7;--surface-strong:#0a161feb;--surface-soft:#ffffff0d;--border:#fff4e61f;--border-strong:#fff4e633;--text:#f8f2e8;--muted:#f8f2e8b8;--accent:#ff8a5b;--accent-2:#ffd166;--accent-3:#8fd3b6;--danger:#ff7a7a;--shadow:0 24px 80px #00000061;color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:radial-gradient(circle at 0 0,#ff8a5b38,#0000 28%),radial-gradient(circle at 85% 10%,#8fd3b629,#0000 24%),linear-gradient(#102733 0%,#08141b 45%,#04090d 100%);font-family:Outfit,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background:0 0;min-width:320px;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#11212a;cursor:pointer;border:0;border-radius:999px;padding:.9rem 1.25rem;font-weight:700;transition:transform .18s,box-shadow .18s,filter .18s;box-shadow:0 10px 30px #ff8a5b40}button:hover{transform:translateY(-1px);box-shadow:0 18px 34px #ff8a5b52}button:disabled{opacity:.65;cursor:wait;box-shadow:none;transform:none}input,textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#030b1099;border-radius:18px;padding:.9rem 1rem;transition:border-color .18s,box-shadow .18s,background .18s}input::placeholder,textarea::placeholder{color:#f8f2e861}input:focus,textarea:focus{background:#050e14c7;border-color:#ffd166a6;outline:none;box-shadow:0 0 0 4px #ffd16614}textarea{resize:vertical;min-height:120px}#root{min-height:100vh}.app-shell{min-height:100vh;position:relative;overflow:hidden}.app-shell__glow,.app-shell__mesh{pointer-events:none;z-index:-1;position:fixed;inset:auto}.app-shell__glow{filter:blur(40px);opacity:.45;border-radius:50%;width:28rem;height:28rem}.app-shell__glow--left{background:#ff8a5b2e;top:3rem;left:-8rem}.app-shell__glow--right{background:#8fd3b624;top:10rem;right:-7rem}.app-shell__mesh{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:44px 44px;inset:0;-webkit-mask-image:linear-gradient(#0009,#0000 85%);mask-image:linear-gradient(#0009,#0000 85%)}.topbar{z-index:20;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#040a0eb8;border-bottom:1px solid #fff4e614;grid-template-columns:minmax(190px,240px) minmax(220px,1fr) auto;align-items:center;gap:1.25rem;padding:1rem clamp(1rem,3vw,2rem);display:grid;position:sticky;top:0}.brand,h1,h2{font-family:Space Grotesk,sans-serif}.brand{align-items:center;gap:.85rem;font-weight:700;display:inline-flex}.brand-mark{color:#101820;background:linear-gradient(145deg,#ff8a5bf2,#ffd166eb);border-radius:18px;place-items:center;width:2.7rem;height:2.7rem;display:grid;box-shadow:0 16px 32px #ff8a5b3d}.brand-name,.brand-tag{display:block}.brand-name{font-size:1.3rem}.brand-tag{letter-spacing:.14em;text-transform:uppercase;color:#f8f2e885;font-size:.77rem}.searchbar input{min-width:240px;padding-left:1.2rem}.topnav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.45rem;display:flex}.topnav a,.text-button,.danger-button{border-radius:999px;padding:.65rem 1rem;font-weight:600;transition:background .18s,color .18s,transform .18s}.topnav a:hover,.text-button:hover,.danger-button:hover{transform:translateY(-1px)}.text-button,.danger-button{color:var(--text);box-shadow:none;background:#ffffff0a}.danger-button{color:var(--danger)}.auth-layout{grid-template-columns:1.15fr .85fr;align-items:stretch;min-height:100vh;display:grid}.hero-panel,.hero-panel.alt{flex-direction:column;justify-content:center;gap:1.1rem;padding:clamp(2rem,6vw,5rem);display:flex;position:relative}.hero-panel.alt{background:linear-gradient(135deg,#ffd16614,#0000)}.hero-panel:after{content:"";aspect-ratio:1;filter:blur(2px);opacity:.9;background:radial-gradient(circle at 35% 30%,#ffd16638,#0000 34%),linear-gradient(145deg,#ff8a5b2e,#8fd3b614);border-radius:34% 66% 56% 44%/44% 42% 58% 56%;width:min(34rem,72vw);position:absolute;bottom:clamp(1rem,4vw,3rem);right:clamp(1rem,6vw,5rem)}.hero-panel>*{z-index:1;position:relative}.hero-panel h1,.page-hero h1,.feed-intro h1,.profile-hero h1{max-width:10ch;margin:0;font-size:clamp(2.1rem,5vw,4.25rem);line-height:.98}.hero-panel p,.page-hero p,.feed-intro p,.profile-hero p,.shell-card p,.user-card p,.auth-switch{color:var(--muted);margin:0}.hero-badges{flex-wrap:wrap;gap:.75rem;margin-top:.4rem;display:flex}.hero-badges span,.user-card__pill{background:#ffffff0d;border:1px solid #fff4e61f;border-radius:999px;padding:.55rem .9rem;font-size:.88rem}.auth-card,.shell-card,.note-card,.user-card,.profile-hero{border:1px solid var(--border);background:linear-gradient(180deg, #ffffff08, transparent 35%), var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-card{z-index:1;border-radius:28px;flex-direction:column;gap:1rem;width:min(440px,100% - 2rem);margin:auto;padding:2rem;display:flex;position:relative}.page-grid{grid-template-columns:minmax(0,1fr) 330px;gap:1.5rem;max-width:1300px;margin:0 auto;padding:clamp(1rem,3vw,2rem);display:grid}.page-column{flex-direction:column;gap:1rem;max-width:920px;margin:0 auto;padding:clamp(1rem,3vw,2rem);display:flex}.shell-card,.note-card,.profile-hero,.user-card{border-radius:24px;padding:1.25rem}.feed-intro,.page-hero{justify-content:space-between;align-items:flex-end;gap:1.25rem;display:flex}.feed-intro__stats{flex-wrap:wrap;gap:.85rem;display:flex}.feed-intro__stats div{background:var(--surface-soft);border:1px solid #fff4e614;border-radius:20px;min-width:120px;padding:.9rem 1rem}.feed-intro__stats strong{font-family:Space Grotesk,sans-serif;font-size:1.4rem;display:block}.feed-intro__stats span{color:var(--muted);font-size:.88rem}.recorder-card,.side-panel{animation:.42s float-in}.recorder-actions,.stats-row,.note-footer,.note-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.note-author{align-items:center;gap:.9rem;display:flex}.note-author strong,.user-card strong{font-size:1rem;display:block}.note-header span,.note-footer span{color:var(--muted);font-size:.9rem}.note-footer{margin-top:.4rem}.timer,.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--accent-2);font-size:.8rem}.recorder-copy{flex-direction:column;gap:.35rem;display:flex}.recorder-copy h2,.side-panel h2,.auth-card h2,.form-card h1{margin:0}.recorder-meter{background:#ffffff0f;border-radius:999px;height:8px;overflow:hidden}.recorder-meter span{border-radius:inherit;background:linear-gradient(90deg, var(--accent), var(--accent-3));height:100%;transition:width .2s linear;display:block}.user-card,.profile-hero{align-items:center;gap:1rem;display:flex}.avatar{background:linear-gradient(135deg, var(--accent-3), #234a57);color:#07131a;border-radius:50%;flex-shrink:0;place-items:center;width:48px;height:48px;font-weight:700;display:grid}.avatar.jumbo{width:84px;height:84px;font-size:2rem;box-shadow:0 16px 36px #8fd3b62e}.note-avatar{width:52px;height:52px}.user-card{justify-content:space-between}.user-card__body{flex:1}.profile-hero{align-items:flex-start;padding:1.5rem}.profile-hero__body{flex-direction:column;flex:1;gap:.55rem;display:flex}.profile-hero__body h1{max-width:none;font-size:clamp(2rem,5vw,3rem)}.note-card audio{filter:sepia(.15)saturate(1.05)brightness(.95);border-radius:16px;width:100%;margin:1rem 0 .85rem}.form-card{width:100%;max-width:720px}.form-card label,.auth-card label{flex-direction:column;gap:.5rem;font-weight:600;display:flex}.error-text{color:var(--danger)}.feature-list{gap:.85rem;margin-top:1rem;display:grid}.feature-item{background:#ffffff0a;border:1px solid #fff4e614;border-radius:18px;padding:1rem}.feature-item strong,.feature-item span{display:block}.feature-item span,.stats-row span,.form-card p,.side-panel p{color:var(--muted)}.stats-row{flex-wrap:wrap}.stats-row span{background:#ffffff0a;border:1px solid #fff4e614;border-radius:999px;padding:.55rem .8rem}ul{padding-left:1.2rem}@keyframes float-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.auth-layout,.page-grid,.topbar{grid-template-columns:1fr}.topbar{padding:1rem}.searchbar{order:3}.hero-panel{min-height:auto;padding:2rem 1.5rem 0}.page-column,.page-grid{padding:1rem}.feed-intro,.page-hero,.profile-hero,.user-card,.recorder-actions{flex-direction:column;align-items:flex-start}.brand{width:fit-content}.hero-panel:after{width:18rem;right:0}}@media (width<=640px){.auth-card,.shell-card,.note-card,.profile-hero,.user-card{border-radius:20px}.topnav{justify-content:flex-start}.topnav a,.text-button,.danger-button{padding-inline:.9rem}}
