@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;700&family=Space+Grotesk:wght@400;500;700&display=swap";:root{color-scheme:light;font-family:Space Grotesk,Segoe UI,sans-serif;line-height:1.5;font-weight:400;--bg: #f4ede2;--bg-deep: #efe1cf;--line: rgba(64, 52, 37, .14);--ink: #213129;--muted: #6e7269;--accent: #d26040;--accent-strong: #aa4125;--teal: #0f6a60;--shadow: 0 24px 60px rgba(79, 54, 36, .14);--radius-xl: 28px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;overflow:hidden;color:var(--ink);background:radial-gradient(circle at top left,rgba(210,96,64,.18),transparent 30%),radial-gradient(circle at bottom right,rgba(15,106,96,.18),transparent 32%),linear-gradient(180deg,#f7f1e8 0%,var(--bg) 50%,var(--bg-deep) 100%)}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.35;background-image:linear-gradient(to bottom,rgba(72,52,36,.035) 0,rgba(72,52,36,.035) 1px,transparent 1px,transparent 28px)}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{position:relative;height:100%;overflow:hidden}.app-shell__glow{position:absolute;width:34rem;height:34rem;border-radius:999px;filter:blur(48px);opacity:.48;animation:drift 16s ease-in-out infinite}.app-shell__glow--one{top:-8rem;right:-10rem;background:#d2604038}.app-shell__glow--two{left:-10rem;bottom:-12rem;background:#0f6a6033;animation-delay:-6s}.workspace{position:relative;z-index:1;height:100%;max-width:1520px;margin:0 auto;padding:1.5rem;overflow:hidden}.workspace--single{display:block}.workspace--editing{background:#f4ede2}.eyebrow{margin:0;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--teal)}.panel-note{margin:0;color:var(--muted);font-size:.92rem}.primary-button,.ghost-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;padding:.75rem 1.1rem;border-radius:999px;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.primary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.primary-button{color:#fff9f4;background:linear-gradient(135deg,var(--accent),var(--accent-strong));box-shadow:0 14px 28px #d2604038}.ghost-button{color:var(--ink);background:#ffffff85;border-color:#44372a1a}.primary-button:disabled,.ghost-button:disabled,.cursor-toolbar__button:disabled{cursor:not-allowed;opacity:.45;transform:none;box-shadow:none}.field{display:flex;flex-direction:column;gap:.45rem;color:var(--muted);font-size:.88rem}.field input{width:100%;border:1px solid rgba(68,55,42,.12);border-radius:16px;background:#ffffffd1;color:var(--ink);padding:.9rem 1rem;outline:none;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.field input:focus{border-color:#d2604066;box-shadow:0 0 0 4px #d260401f;transform:translateY(-1px)}.documents-card{display:flex;flex-direction:column;gap:1.2rem;height:100%}.documents-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.documents-card__header h1{margin:.2rem 0 .45rem;font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,4vw,3.3rem);line-height:.98}.documents-table-wrap{flex:1;min-height:0;overflow:auto;scrollbar-gutter:stable both-edges;scrollbar-width:thin;scrollbar-color:rgba(78,63,46,.34) transparent;border-radius:24px;border:1px solid rgba(68,55,42,.08);background:#fffcf7c7}.documents-table{width:100%;min-width:760px;border-collapse:collapse}.documents-table th,.documents-table td{padding:1rem 1.1rem;text-align:left;border-bottom:1px solid rgba(68,55,42,.08)}.documents-table tbody tr:hover{background:#ffffffb8}.documents-table tbody tr:last-child td{border-bottom:0}.sort-button,.document-link{border:0;background:transparent;color:inherit;padding:0}.sort-button{font-weight:700}.document-link{font-weight:700;text-align:left}.sort-button:hover,.document-link:hover{color:var(--accent-strong)}.documents-table__empty{color:var(--muted)}.document-view{height:100%;background:#f4ede2}.editor-card{display:flex;flex-direction:column;height:100%;min-height:0}.status-banner{margin:0 0 .75rem;padding:.85rem .95rem;border-radius:16px;font-size:.94rem}.status-banner--error{color:#7c2512;background:#d2604021;border:1px solid rgba(210,96,64,.18)}.editor-shell{display:grid;grid-template-columns:88px minmax(0,1fr);gap:1rem;height:100%;min-height:0}.editor-gutter{position:relative;min-height:0;overflow:hidden}.cursor-toolbar{position:sticky;top:0;display:grid;gap:.7rem;width:88px;max-height:100%;overflow-x:hidden;overflow-y:auto;padding-right:.65rem;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(78,63,46,.34) transparent}.cursor-toolbar__button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.28rem;width:78px;min-height:60px;padding:.35rem .22rem;border-radius:20px;border:1px solid rgba(68,55,42,.1);background:#fffdf8;color:var(--ink);font-size:.74rem;font-weight:700;text-align:center;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.cursor-toolbar__button:hover{transform:translateY(-1px)}.cursor-toolbar__button span{line-height:1.1}.cursor-toolbar__icon{display:inline-flex;align-items:center;justify-content:center}.cursor-toolbar__icon svg{width:1.15rem;height:1.15rem}.cursor-toolbar__button.is-live{background:linear-gradient(135deg,#d260402e,#ffffffeb);border-color:#d2604047;box-shadow:0 16px 28px #d2604024}.cursor-toolbar__button--secondary{background:#0f6a601a;border-color:#0f6a6029;color:var(--teal)}.cursor-toolbar__button--danger{background:#d2604014;border-color:#d260402e;color:var(--accent-strong)}.upload-button{overflow:hidden}.upload-button input{position:absolute;inset:0;opacity:0;cursor:pointer}.editor-surface{height:100%;min-height:0;overflow:hidden}.editor-page{display:flex;flex-direction:column;height:100%;min-height:0;padding:1.2rem 1.4rem 1.6rem;border-radius:28px;background:#fffdf8;border:1px solid rgba(68,55,42,.08);box-shadow:inset 0 1px #ffffffe6}.editor-page__rule{height:1px;margin:1.2rem 0 1.35rem;background:#44372a14}.editor-body-scroll{flex:1;min-height:0;overflow:auto;padding-right:.2rem;scrollbar-gutter:stable both-edges;scrollbar-width:thin;scrollbar-color:rgba(78,63,46,.34) transparent}.documents-table-wrap::-webkit-scrollbar,.cursor-toolbar::-webkit-scrollbar,.editor-body-scroll::-webkit-scrollbar,.editor-gutter::-webkit-scrollbar{width:8px;height:8px}.documents-table-wrap::-webkit-scrollbar-track,.cursor-toolbar::-webkit-scrollbar-track,.editor-body-scroll::-webkit-scrollbar-track,.editor-gutter::-webkit-scrollbar-track{background:transparent}.documents-table-wrap::-webkit-scrollbar-thumb,.cursor-toolbar::-webkit-scrollbar-thumb,.editor-body-scroll::-webkit-scrollbar-thumb,.editor-gutter::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:linear-gradient(180deg,#6b553e75,#4e3f2ead);background-clip:padding-box}.documents-table-wrap::-webkit-scrollbar-thumb:hover,.cursor-toolbar::-webkit-scrollbar-thumb:hover,.editor-body-scroll::-webkit-scrollbar-thumb:hover,.editor-gutter::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#6b553e94,#4e3f2ecc)}.rich-editor{min-height:32rem;outline:none;font-size:1.04rem;line-height:1.72}.rich-editor p{margin:0 0 1rem;min-height:1.72em}.rich-editor>:first-child{margin-top:0}.doc-image{position:relative;margin:1.2rem 0;padding:.8rem;border-radius:20px;background:#f7f1e8e6;border:1px solid rgba(68,55,42,.08);max-width:90%}.doc-image img{display:block;width:100%;border-radius:16px}.doc-image__delete{position:absolute;top:.8rem;right:.8rem;z-index:1}.doc-image.is-selected{box-shadow:0 0 0 3px #d260402e}.doc-image__handle{position:absolute;right:-.55rem;bottom:-.55rem;width:1.35rem;height:1.35rem;border-radius:.3rem;background:var(--accent);border:3px solid #fff;box-shadow:0 4px 14px #2c22192e;cursor:nwse-resize;touch-action:none}.doc-audio{display:grid;gap:.75rem;margin:1.1rem 0;padding:1rem;border-radius:20px;background:#fff7f0e6;border:1px solid rgba(210,96,64,.16)}.doc-audio[data-audio-status=completed]{background:#f1faf8eb;border-color:#0f6a602e}.doc-audio[data-audio-status=needs-key]{background:#faf5e4f0;border-color:#f4bf4840}.doc-audio[data-audio-status=cancelled]{background:#faf5e4f0;border-color:#e29a4e47}.doc-audio[data-audio-status=error]{background:#fff0eceb;border-color:#d2604033}.doc-audio__top-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem}.doc-audio__player{min-width:0}.doc-audio__action-row{display:flex;justify-content:flex-start}.doc-audio__retranscribe,.doc-audio__delete{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;border:1px solid rgba(68,55,42,.1);background:#ffffffc7;color:var(--muted)}.doc-audio__retranscribe{padding:.35rem .8rem;border-radius:999px;font-size:.78rem;font-weight:700}.doc-audio__delete{width:2rem;height:2rem;border-radius:999px}.doc-audio__retranscribe:hover,.doc-audio__delete:hover{color:var(--accent-strong)}.doc-audio__player audio{display:block;width:100%}.doc-audio__status-line{color:var(--muted);font-size:.92rem}.modal-backdrop{position:fixed;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#19181657;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.settings-modal{width:min(100%,520px);padding:1.2rem;border-radius:24px;background:#fffbf5f5;border:1px solid rgba(68,55,42,.1);box-shadow:0 24px 60px #2c221933}.settings-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.settings-modal__header h2{margin:.2rem 0 0}.confirm-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.2rem}.danger-button{background:linear-gradient(135deg,#c54c33,#992f1a);box-shadow:0 14px 28px #c54c3338}@keyframes drift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(1rem,-1.25rem,0) scale(1.04)}}@media(max-width:900px){.workspace{padding:1rem}.documents-card__header{flex-direction:column;align-items:flex-start}.editor-shell{grid-template-columns:1fr}.editor-gutter{overflow-x:auto;overflow-y:hidden;padding-bottom:.2rem;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(78,63,46,.34) transparent}.cursor-toolbar{position:static;display:flex;width:max-content;min-width:100%;max-height:none;overflow:visible;padding-right:0}.cursor-toolbar__button{flex:0 0 78px;width:78px;min-height:3rem;border-radius:18px}.documents-table{min-width:640px}}
