:root{--bg: #f4efe6;--bg-strong: #e8dfd1;--surface: rgba(255, 252, 247, .88);--surface-strong: #fff9ef;--border: rgba(65, 46, 30, .16);--text: #1f1610;--text-soft: #5f4e40;--accent: #9a4624;--accent-soft: rgba(154, 70, 36, .12);--shadow: 0 18px 48px rgba(53, 35, 22, .08);--radius: 22px;--radius-sm: 14px;--max-width: 1180px}*{box-sizing:border-box}html{font-family:Avenir Next,IBM Plex Sans,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(211,135,91,.18),transparent 28rem),radial-gradient(circle at bottom right,rgba(110,142,117,.12),transparent 24rem),var(--bg)}body{margin:0;min-height:100vh}a{color:inherit;text-decoration-color:#9a462459;text-underline-offset:.2em}code{font-family:IBM Plex Mono,SFMono-Regular,ui-monospace,monospace;font-size:.92em;background:#281d140f;padding:.15rem .4rem;border-radius:999px}.page-shell{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto;padding:1.25rem 0 3rem}.site-header,.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header{margin-bottom:2rem;padding:.35rem 0}.site-footer{margin-top:3rem;border-top:1px solid var(--border);padding-top:1.25rem;color:var(--text-soft)}.brand{display:inline-flex;flex-direction:column;gap:.15rem;text-decoration:none}.brand-kicker,.eyebrow{color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.brand-name,h1,h2,h3,summary{font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif}.brand-name{font-size:1.45rem}.site-nav{display:flex;gap:1rem}.site-nav a{text-decoration:none;color:var(--text-soft)}.content-shell{display:grid;gap:1.5rem}.panel{background:var(--surface);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.35rem}.hero{display:grid;gap:1rem;background:linear-gradient(135deg,#fff9effa,#ece3d5eb),var(--surface)}.hero h1{margin:0;font-size:clamp(2rem,5vw,4rem);line-height:.94}.hero-copy,.muted,.plain-list p,.post-card p{color:var(--text-soft)}.split-grid,.course-grid,.three-column{display:grid;gap:1rem}.split-grid,.course-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.three-column{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:start}.metric-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin:1rem 0 0}.metric-list.spacious{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.metric-list div{background:var(--accent-soft);border-radius:var(--radius-sm);padding:.8rem}.metric-list dt{font-size:.82rem;color:var(--text-soft)}.metric-list dd{margin:.4rem 0 0;font-size:1.4rem;font-weight:700}.plain-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.stack-list{display:grid;gap:1rem}.inline-form{display:grid;gap:.8rem}.inline-form label{display:grid;gap:.35rem;font-size:.95rem}.inline-form input,.inline-form textarea,.inline-form button{font:inherit}.inline-form input,.inline-form textarea{width:100%;border:1px solid rgba(59,41,26,.16);border-radius:14px;padding:.85rem .95rem;background:#ffffffb8;color:var(--text)}.inline-form button,summary{cursor:pointer}.inline-form button{justify-self:start;border:none;border-radius:999px;padding:.8rem 1.2rem;background:var(--accent);color:#fff;font-weight:700}.form-feedback{min-height:1.25rem;margin:0;color:var(--accent)}.warning-panel{border-color:#9a462447}.action-row,.editor-action-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.primary-link,.primary-button,.ghost-link,.ghost-button,.mode-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.72rem 1.05rem;font:inherit;text-decoration:none;transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.primary-link,.primary-button{border:none;background:var(--accent);color:#fff;font-weight:700}.ghost-link,.ghost-button,.mode-pill{border:1px solid var(--border);background:#ffffff94;color:var(--text)}.ghost-button,.primary-button,.mode-pill{cursor:pointer}.mode-switch{display:flex;gap:.5rem;flex-wrap:wrap}.mode-pill.is-active{background:var(--accent-soft);border-color:#9a46244d;color:var(--accent);font-weight:700}.editor-shell{display:grid;gap:1rem;padding:1rem}.editor-page-grid{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:1rem;align-items:start}.vault-shell{display:grid;gap:1rem;position:sticky;top:1rem}.vault-header{display:flex;justify-content:space-between;gap:1rem;align-items:start;flex-wrap:wrap}.vault-header h2{margin:.2rem 0 .35rem}.vault-create-form{display:grid;gap:.8rem}.vault-create-form label{display:grid;gap:.35rem;font-size:.95rem}.vault-create-form input{width:100%;border:1px solid rgba(59,41,26,.16);border-radius:14px;padding:.85rem .95rem;background:#ffffffb8;color:var(--text);font:inherit}.vault-sections{display:grid;gap:1rem}.vault-section{display:grid;gap:.65rem}.vault-section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.vault-list{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}.vault-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;align-items:center;border:1px solid rgba(65,46,30,.1);border-radius:16px;background:#ffffff8a;padding:.7rem .8rem}.vault-item.is-active{border-color:#9a462452;background:#9a462414}.vault-item-link{min-width:0;display:grid;gap:.15rem;text-decoration:none}.vault-item-title{font-weight:700}.vault-item-path{color:var(--text-soft);font-size:.84rem;word-break:break-word}.vault-item-actions{display:flex;gap:.45rem;align-items:center}.compact-link{padding:.45rem .72rem;font-size:.84rem}.editor-toolbar{display:flex;justify-content:space-between;gap:1rem;align-items:start;flex-wrap:wrap}.editor-toolbar-block h1{margin:.2rem 0 .3rem;font-size:clamp(1.8rem,4vw,3rem)}.editor-toolbar-actions{display:grid;gap:.85rem;justify-items:end}.editor-toolbar-block{display:grid;gap:.25rem}.editor-status-row{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.editor-document{min-height:42rem;border:1px solid rgba(59,41,26,.1);background:linear-gradient(180deg,#fffcf8fa,#fcf8f3eb),var(--surface);border-radius:24px;overflow:hidden}.visual-editor,.expert-editor{min-height:42rem}.visual-editor{display:grid;gap:1rem;align-content:start;padding:2rem clamp(1.1rem,4vw,3rem) 2.5rem;max-width:860px;margin:0 auto}.expert-editor{padding:.8rem 1rem 1.35rem}[data-editor-layout=visual] .expert-editor,[data-editor-layout=expert] .visual-editor{display:none}.editor-title-input{width:100%;border:none;background:transparent;color:var(--text);font:inherit;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;letter-spacing:-.03em;padding:0;outline:none}.editor-title-input::placeholder{color:#48382c75}.editor-divider{height:1px;background:linear-gradient(90deg,#3b291a29,#3b291a0a)}.editor-body-surface{min-height:28rem;outline:none;font-size:1.04rem;line-height:1.82;color:var(--text)}.editor-body-surface:empty:before{content:"Escribe aqui. El documento se guarda solo.";color:#48382c73}.editor-body-surface>:first-child{margin-top:0}.editor-body-surface>:last-child{margin-bottom:0}.expert-editor .cm-editor{min-height:39rem;border-radius:18px;background:#ffffffb8}.expert-editor .cm-gutters{background:#ffffff4d}.expert-editor .cm-content{padding-left:1.25rem}.editor-status{margin:0}.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}.section-heading{display:flex;justify-content:space-between;align-items:end}.prose-panel,.markdown-body{display:grid;gap:1rem}.markdown-body h1,.markdown-body h2,.markdown-body h3{margin-bottom:0}.markdown-body p,.markdown-body li{line-height:1.72}.markdown-body pre{overflow-x:auto;background:#251a13eb;color:#f9f1e8;border-radius:16px;padding:1rem}.meta-grid{display:flex;flex-wrap:wrap;gap:.75rem}.meta-chip{border:1px solid var(--border);background:var(--surface-strong);border-radius:999px;padding:.55rem .85rem;display:inline-flex;align-items:center;gap:.45rem}.post-card header{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.submission-panel summary{font-size:1.05rem;font-weight:700}@media(max-width:720px){.page-shell{width:min(calc(100% - 1rem),var(--max-width))}.site-header,.site-footer{flex-direction:column;align-items:flex-start}.metric-list{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{padding:1.1rem}.editor-toolbar-actions{justify-items:start}.editor-page-grid{grid-template-columns:1fr}.editor-status-row{align-items:flex-start}.visual-editor{padding:1.25rem 1rem 1.5rem}.editor-title-input{font-size:2rem}.vault-shell{position:static}}
