@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root { color-scheme: dark; --bg: #101211; --surface: #181b19; --line: #303632; --ink: #f0f2ed; --muted: #98a29b; --acid: #d7f36c; --cyan: #80d8d1; --red: #ff8e80; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--ink); font-family: Manrope, sans-serif; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .07; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); }
.shell { max-width: 1180px; margin: 0 auto; padding: 56px 36px 32px; }
.masthead { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; padding-bottom: 52px; border-bottom: 1px solid var(--line); }
.kicker { margin: 0 0 14px; color: var(--acid); font: 500 11px/1 DM Mono, monospace; letter-spacing: .08em; }
h1, h2, p { margin: 0; } h1 { max-width: 700px; font-size: clamp(42px, 7vw, 92px); line-height: .98; letter-spacing: -.055em; } h2 { font-size: 20px; letter-spacing: -.03em; } .subtitle { margin-top: 20px; color: var(--muted); font-size: 16px; }
.mode-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid #475047; border-radius: 999px; color: var(--muted); font-size: 12px; white-space: nowrap; } .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 14px var(--acid); }
.workspace { display: grid; grid-template-columns: .92fr 1.08fr; gap: 1px; margin-top: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.panel { min-height: 420px; padding: 34px 32px; background: var(--surface); } .panel-heading, .result-copy { display: flex; align-items: flex-start; gap: 16px; } .panel-heading p, .result-copy p { margin-top: 7px; color: var(--muted); font-size: 13px; } .step { color: var(--acid); font: 500 12px DM Mono, monospace; }
.record-visual { display: grid; justify-items: center; gap: 28px; margin: 46px 0 34px; } .record-ring { display: grid; place-items: center; width: 178px; height: 178px; border: 1px solid #58615a; border-radius: 50%; position: relative; } .record-ring::before { content: ''; position: absolute; inset: 13px; border: 1px dashed #4b554d; border-radius: 50%; } .record-ring span { position: relative; font: 500 24px DM Mono, monospace; } .wave { display: flex; align-items: center; gap: 5px; height: 26px; } .wave i { display: block; width: 3px; height: 7px; background: var(--cyan); animation: pulse 1.2s ease-in-out infinite; animation-play-state: paused; } .recording .wave i { animation-play-state: running; } .wave i:nth-child(2n) { animation-delay: -.35s; } .wave i:nth-child(3n) { animation-delay: -.7s; } @keyframes pulse { 50% { height: 25px; } }
.record-actions { display: flex; gap: 10px; } .button { border: 0; border-radius: 4px; min-height: 44px; padding: 0 17px; font: 600 13px Manrope, sans-serif; cursor: pointer; transition: transform .2s, background .2s, color .2s; } .button:hover:not(:disabled) { transform: translateY(-2px); } .button:disabled { cursor: not-allowed; opacity: .4; } .button-primary { background: var(--acid); color: #141711; } .button-ghost { border: 1px solid #505951; background: transparent; color: var(--ink); } .button-accent { background: var(--cyan); color: #13201f; min-width: 150px; } .button-icon { margin-right: 8px; font-size: 12px; } .text-button { border: 0; padding: 0; background: none; color: var(--muted); font: 500 12px Manrope, sans-serif; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; } .text-button:hover { color: var(--ink); }
.audio-control { width: 100%; margin-top: 24px; filter: invert(.9) hue-rotate(150deg); } .microcopy { margin-top: 24px; color: #68726a; font-size: 12px; } .article-panel { display: flex; flex-direction: column; } textarea { min-height: 240px; flex: 1; width: 100%; margin-top: 34px; resize: vertical; border: 1px solid #3a433c; border-radius: 3px; padding: 17px; background: #111412; color: var(--ink); outline: none; font: 16px/1.8 Manrope, sans-serif; } textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px #80d8d11a; } textarea::placeholder { color: #626c65; } .article-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; color: var(--muted); font: 11px DM Mono, monospace; } .tips { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: #707a72; font: 11px DM Mono, monospace; } .tips strong { color: var(--ink); font-weight: 500; } .divider { width: 1px; height: 14px; margin: 0 7px; background: var(--line); }
.result-section { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 30px 32px; border-bottom: 1px solid var(--line); } .result-player { display: grid; grid-template-columns: 1fr minmax(260px, 420px) auto; align-items: center; gap: 30px; padding: 25px 32px; background: #131715; border-bottom: 1px solid var(--line); } .result-player h2 { margin-top: 4px; } footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; color: #69736b; font: 11px DM Mono, monospace; } footer a { color: var(--acid); text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 760px) { .shell { padding: 28px 18px 22px; } .masthead { display: block; padding-bottom: 34px; } .mode-badge { margin-top: 24px; } h1 { font-size: 52px; } .workspace { display: block; } .panel { min-height: auto; padding: 28px 22px; } .record-visual { margin: 36px 0 28px; } .result-section { align-items: flex-start; flex-direction: column; padding: 26px 22px; } .button-accent { width: 100%; } .result-player { grid-template-columns: 1fr; gap: 15px; padding: 24px 22px; } footer { display: block; line-height: 2; } footer a { display: block; } }
