@import "https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,600;0,6..72,700;1,6..72,400;1,6..72,600&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-main:#fafafa;--bg-surface:#fff;--bg-subtle:#f4f4f5;--bg-glass:#ffffffd9;--text-primary:#09090b;--text-secondary:#52525b;--text-tertiary:#a1a1aa;--accent-primary:#0f172a;--accent-hover:#1e293b;--accent-highlight:#ec4899;--accent-highlight-subtle:#ec489914;--border-color:#e4e4e7;--border-focus:#0f172a;--border-subtle:#f4f4f5;--fondo:var(--bg-main);--fondo-secundario:var(--bg-surface);--texto:var(--text-primary);--texto-suave:var(--text-secondary);--acento:var(--accent-primary);--acento-hover:var(--accent-hover);--borde:var(--border-color);--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif:"Newsreader", Georgia, serif;--font-mono:"Fira Code", monospace;--fuente-titulos:var(--font-sans);--fuente-texto:var(--font-sans);--h1:clamp(2.25rem, 4vw, 3.5rem);--h2:clamp(1.5rem, 2.5vw, 2.25rem);--h3:clamp(1.2rem, 1.8vw, 1.5rem);--texto-base:1rem;--texto-pequeno:.875rem;--linea-altura:1.6;--ancho-lectura:72ch;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 12px -2px #00000014, 0 2px 4px -2px #0000000a;--shadow-lg:0 12px 24px -4px #0000001f, 0 4px 8px -4px #0000000a;--shadow-glow:0 0 20px #ec489926;--transition-fast:.15s cubic-bezier(.16, 1, .3, 1);--transition-smooth:.25s cubic-bezier(.16, 1, .3, 1);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;color:var(--text-primary);background:var(--bg-main);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}::selection{background:var(--accent-highlight);color:#fff}html{scroll-behavior:smooth}body{background:var(--bg-main);min-width:320px;min-height:100vh;color:var(--text-primary);font-family:var(--font-sans);font-size:var(--texto-base);line-height:var(--linea-altura);margin:0}button,input,textarea,select{font-family:inherit;font-size:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:3px;border-radius:var(--radius-sm)}img{max-width:100%;height:auto;display:block}a{color:var(--text-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent-highlight)}h1,h2,h3,h4{color:var(--text-primary);font-family:var(--font-sans);letter-spacing:-.025em;margin-top:0;font-weight:700;line-height:1.15}h1{font-size:var(--h1);font-weight:800}h2{font-size:var(--h2)}h3{font-size:var(--h3)}p{margin:0 0 1.25em}.primary-button{border:1px solid var(--accent-primary);border-radius:var(--radius-md);background:var(--accent-primary);color:#fff;letter-spacing:-.01em;min-height:44px;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);justify-content:center;align-items:center;gap:.6em;padding:.75em 1.5em;font-weight:600;display:inline-flex}.primary-button:hover{background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.primary-button:active{transform:translateY(0)}.primary-button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;transform:none}.primary-button svg,.outline-button svg,.icon-button svg{width:18px;height:18px}.outline-button,.icon-button{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-surface);min-height:44px;color:var(--text-primary);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);justify-content:center;align-items:center;gap:.55em;padding:.7em 1.2em;font-weight:600;display:inline-flex}.outline-button:hover,.icon-button:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--bg-subtle);transform:translateY(-1px)}.icon-button{width:44px;padding:0}.back-link,.read-story,.text-link{color:var(--accent-primary);letter-spacing:-.01em;transition:color var(--transition-fast), transform var(--transition-fast);background:0 0;border:0;align-items:center;gap:.6em;padding:.4em 0;font-weight:700;display:inline-flex}.back-link:hover,.read-story:hover,.text-link:hover{color:var(--accent-highlight);transform:translate(2px)}.back-link:hover{transform:translate(-2px)}.language-toggle{border:1px solid var(--border-color);border-radius:var(--radius-full);background:var(--bg-surface);min-height:38px;color:var(--text-secondary);letter-spacing:.05em;transition:all var(--transition-fast);align-items:center;gap:.45rem;padding:.4rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.language-toggle:hover{border-color:var(--accent-primary);color:var(--text-primary)}.language-toggle svg{width:15px;height:15px;color:var(--text-tertiary)}.language-toggle i{background:var(--border-color);width:1px;height:12px}.language-toggle span{transition:color var(--transition-fast)}.language-toggle span.active{color:var(--accent-highlight);font-weight:800}.language-toggle.compact{min-height:34px;padding-inline:.6rem}.app-shell{background:var(--bg-main);min-height:100vh;display:flex}.sidebar{z-index:10;border-right:1px solid var(--border-color);background:var(--bg-surface);width:270px;min-height:100vh;color:var(--text-primary);box-shadow:1px 0 0 0 var(--border-color);flex-direction:column;padding:1.75rem 1.25rem;display:flex;position:fixed;inset:0 auto 0 0}.studio-brand{border-bottom:1px solid var(--border-subtle);align-items:center;gap:.85rem;padding-bottom:1.5rem;display:flex}.studio-brand-logo{object-fit:contain;filter:drop-shadow(0 2px 6px #f0b7264d);flex:none;width:44px;height:44px}.studio-brand>div{line-height:1.2;display:grid}.studio-brand b{letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.studio-brand small{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.75rem;font-weight:600}.sidebar nav{gap:.4rem;margin-top:1.5rem;display:grid}.sidebar nav button{border-radius:var(--radius-md);width:100%;color:var(--text-secondary);text-align:left;transition:all var(--transition-fast);background:0 0;border:1px solid #0000;align-items:center;gap:.8rem;padding:.75rem .9rem;font-size:.9rem;font-weight:600;display:flex;position:relative}.sidebar nav button svg{width:19px;height:19px;transition:color var(--transition-fast)}.sidebar nav button:hover{background:var(--bg-subtle);color:var(--text-primary)}.sidebar nav button.active{background:var(--accent-highlight-subtle);color:var(--accent-highlight);border-color:#ec489933;font-weight:700}.sidebar nav button.active:before{content:"";background:var(--accent-highlight);border-radius:0 4px 4px 0;width:4px;height:24px;position:absolute;left:-1.25rem}.nav-plus{opacity:.6;margin-left:auto;width:16px!important}.sidebar nav button:hover .nav-plus{opacity:1}.sidebar-foot{border-top:1px solid var(--border-subtle);gap:.75rem;margin-top:auto;padding-top:1.25rem;display:grid}.sidebar-foot>.language-toggle{justify-content:center;width:100%}.storage-line{color:var(--text-tertiary);justify-content:space-between;font-size:.75rem;font-weight:600;display:flex}.storage-line b{color:var(--accent-primary)}.sidebar-foot>button:not(.language-toggle){border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border:0;align-items:center;gap:.65rem;padding:.6rem .5rem;font-size:.85rem;font-weight:600;display:flex}.sidebar-foot>button:hover{color:var(--accent-highlight);background:var(--bg-subtle)}.sidebar-foot>button svg{width:18px;height:18px}.sidebar-foot>button svg:last-child{margin-left:auto}.dashboard-main{background:var(--bg-main);flex:1;min-width:0;margin-left:270px}.dashboard-top{border-bottom:1px solid var(--border-color);background:var(--bg-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;gap:1.5rem;min-height:90px;padding:1.5rem 3rem;display:flex}.dashboard-top>div:first-child>span,.editor-kicker,.welcome-row>div>span{color:var(--text-tertiary);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:700}.dashboard-top h1{margin:.2rem 0 0;font-size:1.75rem}.top-actions,.editor-top>div,.preview-top>div{align-items:center;gap:.75rem;display:flex}.dashboard-content{width:min(1320px,100%);margin:0 auto;padding:3rem}.dashboard-content.narrow{max-width:900px}.welcome-row{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem;display:flex}.welcome-row h2{margin:.4rem 0 0;font-size:clamp(2rem,3vw,2.75rem)}.welcome-row h2 em,.deployment-summary h2 em,.directory-head h2 em,.manifesto em{color:var(--accent-highlight);font-style:normal}.metric-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:3rem;display:grid}.metric-card,.recent-panel,.article-table,.settings-card,.blog-deploy-card,.add-blog-card,.local-data-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:var(--shadow-sm);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);overflow:hidden}.metric-card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-md)}.metric-card{flex-direction:column;min-height:160px;padding:1.5rem;display:flex}.metric-card>span{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.metric-card>b{color:var(--text-primary);letter-spacing:-.03em;margin:.75rem 0 auto;font-size:2.75rem;font-weight:800;line-height:1}.metric-card small{color:var(--text-tertiary);align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:flex}.metric-card small svg{width:16px;height:16px;color:var(--accent-highlight)}.metric-card.accent{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.metric-card.accent>span{color:#ffffffb3}.metric-card.accent>b{color:#fff}.metric-card.accent small{color:#ffffffd9}.metric-card.accent small svg{color:var(--accent-highlight)}.panel-title{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.panel-title span{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.panel-title h3{margin:.15rem 0 0;font-size:1.25rem}.panel-title>button{color:var(--accent-highlight);background:0 0;border:0;align-items:center;gap:.4rem;font-weight:700;display:flex}.panel-title svg{width:16px;height:16px}.recent-row{border:0;border-bottom:1px solid var(--border-subtle);width:100%;color:var(--text-primary);text-align:left;transition:background var(--transition-fast);background:0 0;grid-template-columns:64px 1fr auto 28px;align-items:center;gap:1.25rem;padding:1.1rem 1.75rem;display:grid}.recent-row:last-child{border-bottom:0}.recent-row:hover{background:var(--bg-subtle)}.recent-thumb{border-radius:var(--radius-md);background:var(--bg-subtle);border:1px solid var(--border-subtle);place-items:center;width:64px;height:48px;display:grid;overflow:hidden}.recent-thumb img{object-fit:cover;width:100%;height:100%}.recent-thumb svg,.recent-row>svg{width:18px;color:var(--text-tertiary)}.recent-name{min-width:0;display:grid}.recent-name b{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em;font-size:1rem;font-weight:700;overflow:hidden}.recent-name span,.table-date{color:var(--text-secondary);font-size:.85rem}.status-pill{border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-secondary);background:var(--bg-subtle);letter-spacing:.02em;justify-self:start;padding:.35rem .75rem;font-size:.75rem;font-weight:700}.status-pill.published{color:#10b981;background:#10b98114;border-color:#10b98133}.content-toolbar{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.filter-buttons{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-surface);gap:.25rem;padding:.25rem;display:flex}.filter-buttons button{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border:0;padding:.5rem .9rem;font-size:.85rem;font-weight:600}.filter-buttons button.active{background:var(--accent-primary);color:#fff}.search-field{width:min(320px,35vw);margin-left:auto;position:relative}.search-field svg{width:18px;height:18px;color:var(--text-tertiary);position:absolute;top:.85rem;left:.9rem}.search-field input{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-surface);width:100%;height:44px;color:var(--text-primary);transition:border-color var(--transition-fast);padding:0 .9rem 0 2.6rem;font-size:.9rem}.search-field input:focus{border-color:var(--accent-primary)}.table-head,.table-row{grid-template-columns:minmax(280px,1fr) 130px 140px 90px;align-items:center;gap:1rem;padding:1rem 1.75rem;display:grid}.table-head{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.table-row{border-top:1px solid var(--border-subtle);min-height:86px;transition:background var(--transition-fast)}.table-row:hover{background:var(--bg-subtle)}.table-article{min-width:0;color:var(--text-primary);text-align:left;background:0 0;border:0;align-items:center;gap:1rem;padding:0;display:flex}.table-article>div{border-radius:var(--radius-md);background:var(--bg-subtle);border:1px solid var(--border-subtle);flex:none;place-items:center;width:68px;height:50px;display:grid;overflow:hidden}.table-article img{object-fit:cover;width:100%;height:100%}.table-article>span{min-width:0;display:grid}.table-article b{text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:700;overflow:hidden}.table-article small{color:var(--text-secondary);font-size:.85rem}.row-actions{justify-content:flex-end;gap:.25rem;display:flex}.row-actions button{border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border:1px solid #0000;place-items:center;display:grid}.row-actions button:hover{border-color:var(--border-color);background:var(--bg-surface);color:var(--accent-highlight)}.row-actions svg{width:16px;height:16px}.empty-table,.no-results{text-align:center;color:var(--text-secondary);padding:5rem 1.5rem}.editor-shell{background:var(--bg-main);min-height:100vh}.editor-top,.preview-top{z-index:20;border-bottom:1px solid var(--border-color);background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;gap:1rem;min-height:72px;padding:.8rem 2.5rem;display:flex;position:sticky;top:0}.saving{color:var(--text-tertiary);margin-left:auto;font-size:.85rem;font-weight:600}.saving>span{background:var(--accent-highlight);border-radius:50%;width:8px;height:8px;margin-right:.4rem;display:inline-block}.editor-workspace{grid-template-columns:minmax(0,1fr) 360px;min-height:calc(100vh - 72px);display:grid}.editor-main{border-right:1px solid var(--border-color);background:var(--bg-surface);padding:4rem clamp(2rem,7vw,7rem)}.title-input,.excerpt-input,.content-input{resize:vertical;width:100%;color:var(--text-primary)}.title-input{font-family:var(--font-sans);letter-spacing:-.03em;background:0 0;border:0;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15}.excerpt-input{border:0;border-bottom:1px solid var(--border-subtle);color:var(--text-secondary);background:0 0;margin:1.5rem 0 2rem;padding-bottom:1.5rem;font-size:1.2rem;line-height:1.5}.title-input::placeholder,.excerpt-input::placeholder,input::placeholder,textarea::placeholder{color:var(--text-tertiary);opacity:.6}.format-hint{color:var(--text-tertiary);gap:.5rem;margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:flex}.format-hint svg{width:16px;height:16px;color:var(--accent-highlight)}.content-input{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-main);min-height:460px;font-family:var(--font-mono);transition:border-color var(--transition-fast);padding:1.5rem;font-size:.95rem;line-height:1.65}.content-input:focus{border-color:var(--accent-primary);outline:none}.editor-stats{color:var(--text-tertiary);gap:1.25rem;margin-top:.75rem;font-size:.8rem;font-weight:600;display:flex}.editor-aside{background:var(--bg-main);padding:2.5rem 1.75rem}.editor-aside h3{margin-bottom:1.75rem;font-size:1.25rem}.editor-aside>label:not(.check-field),.form-field,.deployment-fields label{gap:.45rem;margin-bottom:1.25rem;display:grid}.editor-aside label>span,.form-field>span,.deployment-fields label>span{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.editor-aside input,.editor-aside select,.form-field input,.form-field textarea,.deployment-fields input,.add-blog-card input{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-surface);width:100%;min-height:44px;color:var(--text-primary);transition:border-color var(--transition-fast);padding:.65rem .85rem;font-size:.9rem}.editor-aside input:focus,.editor-aside select:focus,.form-field input:focus,.deployment-fields input:focus{border-color:var(--accent-primary);outline:none}.image-field{gap:.55rem;margin-bottom:1.25rem;display:grid}.image-field>span{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.image-choice{grid-template-columns:auto 1fr;align-items:center;gap:.65rem;display:grid}.image-choice>i{color:var(--text-tertiary);font-size:.8rem;font-style:normal}.upload-button{border:1px dashed var(--accent-primary);border-radius:var(--radius-md);background:var(--accent-highlight-subtle);min-height:44px;color:var(--accent-highlight);cursor:pointer;transition:all var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;padding:.65rem .85rem;font-size:.85rem;font-weight:700;display:flex}.upload-button:hover{background:#ec489926;border-style:solid}.upload-button.busy{opacity:.65;cursor:wait}.upload-button svg{width:17px;height:17px}.upload-button input{opacity:0;pointer-events:none;width:1px;height:1px;min-height:0;padding:0;position:absolute}.image-field>small{color:var(--text-tertiary);font-size:.75rem}.upload-error{color:#ef4444;margin:0;font-size:.8rem;font-weight:600}.image-preview{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;height:160px;margin-bottom:1rem}.check-field{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);align-items:flex-start;gap:.75rem;padding:1rem 0;display:flex}.check-field input{width:auto;min-height:auto;accent-color:var(--accent-highlight);cursor:pointer}.check-field span{font-size:.9rem;font-weight:600;display:grid}.check-field small{color:var(--text-tertiary);font-size:.8rem;font-weight:400}.editor-note,.security-note,.pipeline-note,.local-data-card{border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border-color);align-items:flex-start;gap:.85rem;margin-top:1.5rem;padding:1.1rem;display:flex}.editor-note svg,.security-note svg,.pipeline-note svg,.local-data-card svg{width:20px;height:20px;color:var(--accent-highlight);flex:none}.editor-note p,.security-note p,.pipeline-note p,.local-data-card p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.45}.editor-note b,.security-note b,.pipeline-note b,.local-data-card b{color:var(--text-primary);margin-bottom:2px;font-size:.9rem;display:block}.device-toggle{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-surface);gap:.25rem;padding:.25rem;display:flex}.device-toggle button{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border:0;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.85rem;font-weight:600;display:flex}.device-toggle button.active{background:var(--accent-primary);color:#fff}.device-toggle svg{width:16px;height:16px}.preview-stage{background:var(--bg-main);justify-content:center;min-height:calc(100vh - 72px);padding:3rem;display:flex;overflow:auto}.preview-browser{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-surface);width:1100px;max-width:100%;box-shadow:var(--shadow-lg);margin:0 auto;overflow:hidden}.preview-browser.mobile{max-width:390px}.browser-bar{border-bottom:1px solid var(--border-color);background:var(--bg-subtle);min-height:38px;color:var(--text-tertiary);align-items:center;gap:.4rem;padding:0 1rem;font-size:.75rem;font-weight:600;display:flex}.browser-bar i{background:var(--text-tertiary);opacity:.5;border-radius:50%;width:8px;height:8px}.browser-bar span{font-family:var(--font-mono);margin:auto}.preview-document{background:var(--bg-surface);min-height:700px}.mini-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;min-height:64px;padding:0 5%;display:flex}.mini-header b{font-weight:800}.mini-header span{color:var(--text-tertiary);font-size:.75rem;font-weight:600}.preview-document article{width:min(var(--ancho-lectura), 88%);margin:0 auto;padding:4rem 0}.preview-browser.mobile .mini-header span{display:none}.preview-browser.mobile .article-actions{flex-direction:column;align-items:stretch}.preview-browser.mobile .reaction-group{border-top:1px solid var(--border-color);border-left:0;justify-content:space-between;width:100%;margin-left:0;padding:.75rem 0 0}.preview-browser.mobile .reaction-group button{flex:1;justify-content:center}.preview-browser.mobile .reaction-group button span:not(.reaction-emoji){display:none}.settings-intro{align-items:center;gap:1.25rem;margin-bottom:3rem;display:flex}.settings-intro>span{border-radius:var(--radius-md);background:var(--accent-primary);color:#fff;width:54px;height:54px;box-shadow:var(--shadow-sm);place-items:center;display:grid}.settings-intro h2,.settings-intro p{margin:0}.settings-intro p{color:var(--text-secondary);margin-top:2px;font-size:.95rem}.switch{margin-left:auto}.switch input{opacity:0;position:absolute}.switch i{border:1px solid var(--border-color);border-radius:var(--radius-full);background:var(--bg-subtle);cursor:pointer;width:48px;height:28px;transition:all var(--transition-fast);padding:3px;display:block}.switch i:after{content:"";background:var(--text-tertiary);width:20px;height:20px;transition:transform var(--transition-fast), background var(--transition-fast);border-radius:50%;display:block}.switch input:checked+i{background:var(--accent-highlight-subtle);border-color:var(--accent-highlight)}.switch input:checked+i:after{background:var(--accent-highlight);transform:translate(20px)}.settings-card{margin-bottom:2.5rem;padding:2rem}.card-heading{border-bottom:1px solid var(--border-subtle);justify-content:space-between;gap:2rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.card-heading>div{align-items:baseline;gap:.6rem;display:flex}.card-heading>div>span{color:var(--accent-highlight);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.card-heading h3,.card-heading p{margin:0}.card-heading p{color:var(--text-secondary);font-size:.85rem}.mode-tabs{gap:.5rem;margin-bottom:1.5rem;display:flex}.mode-tabs button{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-surface);color:var(--text-secondary);transition:all var(--transition-fast);padding:.55rem 1rem;font-size:.85rem;font-weight:600}.mode-tabs button.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.form-field textarea{resize:vertical;font-family:var(--font-sans)}.ad-demo{margin-top:3rem}.ad-demo>span,.ad-unit>span{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem;font-size:.8rem;font-weight:700;display:block}.ad-demo>div:not(.ad-unit),.ad-unit iframe{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-subtle);min-height:130px}.ad-demo>div:not(.ad-unit){text-align:center;color:var(--text-tertiary);align-content:center;place-items:center;padding:1rem;font-size:.9rem;display:grid}.ad-unit{text-align:center;width:100%;max-width:970px;margin:3rem auto}.ad-unit iframe{border:1px solid var(--border-color);width:100%}.color-field{align-items:center;gap:.75rem;padding-top:1rem;display:flex}.color-field>span{align-items:center;gap:.5rem;font-weight:600;display:flex}.color-field svg{width:18px;height:18px}.color-field b{color:var(--text-secondary);font-family:var(--font-mono);margin-left:auto}.accent-swatch{border-radius:var(--radius-md);background:var(--accent-primary);border:1px solid var(--border-color);width:36px;height:36px;margin-left:auto}.domain-example,.domain-map{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-surface);grid-template-columns:28px 1fr 28px 1fr;align-items:center;gap:1rem;padding:1.25rem;display:grid}.domain-example>svg,.domain-map>svg{width:18px;height:18px;color:var(--accent-highlight)}.domain-example>div,.domain-map>div{min-width:0;display:grid}.domain-example span,.domain-map span{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.domain-example b,.domain-map b{text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.deployment-content{max-width:1180px}.deployment-summary{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem;display:flex}.deployment-summary>div:first-child>span{color:var(--text-tertiary);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:700}.deployment-summary h2{margin:.4rem 0 0}.token-status{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-surface);color:var(--text-secondary);align-items:center;gap:.75rem;padding:.8rem 1.1rem;display:flex}.token-status.ready{color:#10b981;background:#10b9810d;border-color:#10b98133}.token-status svg{width:18px;height:18px}.token-status span{font-size:.85rem;font-weight:600;display:grid}.domain-map{background:var(--bg-surface);margin-bottom:3rem}.blog-deploy-list{gap:1.5rem;display:grid}.blog-deploy-card>header{border-bottom:1px solid var(--border-subtle);align-items:center;gap:1rem;min-height:86px;padding:1.25rem 1.75rem;display:flex}.blog-deploy-card>header>span{color:var(--accent-highlight)}.blog-deploy-card>header>div{flex:1;display:grid}.blog-name-static{letter-spacing:-.02em;font-size:1.35rem;font-weight:800}.blog-deploy-card header small{color:var(--text-tertiary);font-weight:600}.deployment-fields{grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:1.75rem;display:grid}.server-field{grid-column:1/-1}.joined-input,.icon-input{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-surface);transition:border-color var(--transition-fast);align-items:center;display:flex;overflow:hidden}.joined-input:focus-within,.icon-input:focus-within{border-color:var(--accent-primary)}.joined-input input,.icon-input input{border:0;min-width:0}.joined-input b{color:var(--text-tertiary);font-family:var(--font-mono);white-space:nowrap;padding-right:.9rem;font-size:.85rem;font-weight:600}.icon-input>svg{width:18px;height:18px;color:var(--accent-highlight);margin-left:.9rem}.deploy-footer{border-top:1px solid var(--border-subtle);background:var(--bg-subtle);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.75rem;display:flex}.deploy-footer>div{align-items:center;gap:.75rem;display:flex}.deploy-footer>div>svg{width:18px;height:18px;color:var(--accent-highlight)}.deploy-footer>div>span{color:var(--text-secondary);font-size:.85rem;font-weight:600;display:grid}.deploy-footer a{color:var(--accent-primary);align-items:center;gap:.3rem;font-weight:700;display:inline-flex}.deploy-footer a svg{width:14px;height:14px}.danger-link{color:var(--text-tertiary);transition:color var(--transition-fast);background:0 0;border:0;align-items:center;gap:.4rem;padding:.65rem;font-weight:600;display:flex}.danger-link:hover{color:#ef4444}.danger-link svg{width:16px;height:16px}.deploy-message{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-surface);color:var(--accent-primary);margin:0 1.75rem 1.75rem;padding:.85rem 1.1rem;font-size:.9rem;font-weight:600}.deploy-message.error,.login-error{color:#ef4444;background:#ef44440d;border-color:#ef444433}.add-blog-card{justify-content:space-between;align-items:center;gap:2rem;margin-top:3rem;padding:1.75rem;display:flex}.add-blog-card>div{align-items:center;gap:.85rem;display:flex}.add-blog-card>div>svg{width:22px;height:22px;color:var(--accent-highlight)}.add-blog-card>div>span{color:var(--text-secondary);font-size:.85rem;display:grid}.add-blog-card>div:last-child{flex:1;justify-content:flex-end}.add-blog-card input{max-width:320px}.auth-loading{background:var(--bg-main);min-height:100vh;color:var(--text-secondary);align-content:center;place-items:center;gap:1.2rem;font-weight:600;display:grid}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-page{background:var(--bg-main);grid-template-columns:120px minmax(400px,620px) 1fr;min-height:100vh;display:grid}.login-mark{border-radius:var(--radius-md);background:var(--accent-primary);color:#fff;width:56px;height:56px;box-shadow:var(--shadow-md);place-items:center;font-size:1.5rem;font-weight:800;display:grid;position:relative}.login-mark i{background:var(--accent-highlight);border-radius:50%;width:10px;height:10px;position:absolute;bottom:8px;right:-3px}.login-page>.login-mark{margin:2.5rem auto}.login-language{z-index:2;position:absolute;top:2rem;right:2rem}.login-card{border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);background:var(--bg-surface);flex-direction:column;justify-content:center;align-items:flex-start;padding:5rem clamp(2.5rem,7vw,6rem);display:flex}.login-card>svg{width:32px;height:32px;color:var(--accent-highlight);margin:3rem 0 1rem}.login-kicker{color:var(--text-tertiary);letter-spacing:.1em;text-transform:uppercase;font-size:.8rem;font-weight:700}.login-card h1{margin-bottom:1rem}.login-card>p{max-width:44ch;color:var(--text-secondary);font-size:1.05rem}.login-card form{gap:1.25rem;width:100%;margin-top:1rem;display:grid}.login-card form label{gap:.45rem;display:grid}.login-card form label span{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.login-card input{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-main);width:100%;min-height:50px;color:var(--text-primary);transition:border-color var(--transition-fast);padding:.85rem;font-size:1rem}.login-card input:focus{border-color:var(--accent-primary);outline:none}.login-card form .primary-button{min-height:50px;margin-top:.75rem;font-size:1rem}.login-card>small{color:var(--text-tertiary);margin-top:1.5rem;font-size:.85rem}.login-error{border-radius:var(--radius-md);color:#ef4444;background:#ef44440d;border:1px solid #ef444433;padding:.9rem;font-weight:600}.login-page>aside{background:var(--bg-main);flex-direction:column;justify-content:space-between;padding:4rem clamp(2.5rem,6vw,6rem);display:flex}.login-page>aside>span{color:var(--accent-highlight);text-transform:uppercase;letter-spacing:.08em;font-size:.9rem;font-weight:700}.login-page>aside>p{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15}.login-page>aside em{color:var(--accent-highlight);font-style:normal}.toast{z-index:100;border-radius:var(--radius-md);background:var(--accent-primary);color:#fff;box-shadow:var(--shadow-lg);align-items:center;gap:.75rem;padding:.9rem 1.25rem;font-weight:600;display:flex;position:fixed;bottom:2rem;right:2rem}.toast svg{width:18px;height:18px;color:var(--accent-highlight)}.public-site{background:var(--bg-main);min-height:100vh;color:var(--text-primary)}.public-header{z-index:50;color:#fff;background:#2b2c2d;border-bottom:1px solid #1e1f20;justify-content:space-between;align-items:center;gap:2rem;min-height:56px;padding:0 clamp(1rem,4vw,4rem);display:flex;position:sticky;top:0;box-shadow:0 4px 12px #00000040}.brand-logo-btn{color:#fff;letter-spacing:-.02em;cursor:pointer;clip-path:polygon(0 0,100% 0,88% 100%,0 100%);height:56px;transition:filter var(--transition-fast);background:linear-gradient(135deg,#c00 0%,#e60000 100%);border:0;align-items:center;gap:.75rem;margin-left:-1rem;padding:0 1.25rem;font-size:1.5rem;font-weight:900;display:inline-flex;position:relative}.brand-logo-btn:hover{filter:brightness(1.1)}.brand-logo-img{object-fit:contain;filter:drop-shadow(0 2px 4px #0006);width:30px;height:30px}.public-header nav{align-items:center;gap:.5rem;height:56px;display:flex}.public-header nav>button{color:#d5d6d7;letter-spacing:.01em;height:56px;transition:all var(--transition-fast);background:0 0;border:0;align-items:center;padding:0 1rem;font-size:.95rem;font-weight:700;display:inline-flex;position:relative}.public-header nav>button:hover{color:#fff;background:#ffffff0f}.public-header nav>button.active{color:#fff;font-weight:800}.public-header nav>button.active:after{content:"";border-bottom:7px solid #fafafa;border-left:7px solid #0000;border-right:7px solid #0000;width:0;height:0;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.studio-link{color:#f0b726!important;font-weight:800!important}.header-tools{align-items:center;gap:1rem;margin-left:auto;display:flex}.header-tools p{color:#a1a2a3;text-align:right;max-width:180px;margin:0;font-size:.8rem;font-weight:600;line-height:1.3}.menu-button{color:var(--text-primary);background:0 0;border:0;display:none}.hero-story{grid-template-columns:1fr 1.15fr;gap:3.5rem;width:min(1400px,100%);min-height:620px;margin:0 auto;padding:4.5rem clamp(1.5rem,5vw,5rem);display:grid}.hero-copy{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.eyebrow,.category-kicker{color:var(--accent-highlight);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.6rem;font-size:.85rem;font-weight:800;display:flex}.eyebrow>span{background:var(--accent-highlight);width:28px;height:2px}.hero-copy h1{letter-spacing:-.03em;max-width:16ch;margin:1.25rem 0 1rem;font-size:clamp(2.25rem,3.8vw,3.5rem);font-weight:800;line-height:1.1}.hero-copy>p{max-width:48ch;color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.hero-image-wrap,.category-lead-image{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-subtle);min-height:480px;box-shadow:var(--shadow-md);cursor:pointer;padding:0;position:relative;overflow:hidden}.hero-image-wrap img,.category-lead-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1)}.hero-image-wrap:hover img,.category-lead-image:hover img{transform:scale(1.03)}.issue-mark,.category-lead-image>span{border-radius:var(--radius-md);background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-primary);letter-spacing:.05em;box-shadow:var(--shadow-sm);padding:.55rem .85rem;font-size:.8rem;font-weight:700;position:absolute;bottom:1.25rem;left:1.25rem}.image-placeholder{background:var(--bg-subtle);width:100%;height:100%;min-height:280px;color:var(--text-tertiary);place-items:center;display:grid}.latest-section,.category-archive{width:min(1400px,100%);margin:0 auto;padding:4rem clamp(1.5rem,5vw,5rem)}.section-heading,.archive-head{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-end;gap:2rem;padding-bottom:1.25rem;display:flex}.section-heading>div>span,.directory-head>span,.archive-head>span{color:var(--accent-highlight);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:800}.section-heading h2,.archive-head h2{margin:.3rem 0 0}.section-note{color:var(--text-secondary);font-size:.95rem}.story-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.story-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:var(--shadow-sm);cursor:pointer;transition:all var(--transition-smooth);padding:1.25rem}.story-card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-md);transform:translateY(-3px)}.story-image{border-radius:var(--radius-md);background:var(--bg-subtle);height:240px;position:relative;overflow:hidden}.story-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1)}.story-card:hover .story-image img{transform:scale(1.04)}.story-image>span{border-radius:var(--radius-sm);background:var(--bg-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;padding:.4rem .65rem;font-size:.75rem;font-weight:700;position:absolute;top:.85rem;left:.85rem}.story-body{padding:1.25rem .25rem .25rem}.story-meta,.article-meta{color:var(--text-secondary);font-size:.85rem;font-weight:600}.story-body h3{margin:.6rem 0 .75rem;font-size:1.35rem;font-weight:700;line-height:1.25}.story-body p{color:var(--text-secondary);font-size:.95rem;line-height:1.55}.blog-directory{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:var(--bg-surface);grid-template-columns:.8fr 1.2fr;gap:5rem;padding:5rem clamp(1.5rem,6vw,6rem);display:grid}.directory-head h2{margin:.7rem 0 0}.directory-list{border-top:1px solid var(--border-color)}.directory-list button{border:0;border-bottom:1px solid var(--border-color);width:100%;min-height:92px;color:var(--text-primary);text-align:left;transition:background var(--transition-fast);background:0 0;grid-template-columns:42px 1fr auto 28px;align-items:center;gap:1rem;padding:1.25rem 1rem;display:grid}.directory-list button:hover{background:var(--bg-subtle)}.directory-list button>span{color:var(--accent-highlight);font-size:.85rem;font-weight:700}.directory-list button>b{font-size:1.35rem;font-weight:700}.directory-list button>small{color:var(--text-secondary);font-size:.85rem}.manifesto{background:var(--bg-main);grid-template-columns:.5fr 2fr 1fr;align-items:end;gap:3rem;padding:5rem clamp(1.5rem,6vw,6rem);display:grid}.manifesto-number,.manifesto>div>span{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:700}.manifesto>p{letter-spacing:-.02em;margin:0;font-size:clamp(1.75rem,2.8vw,2.5rem);font-weight:800;line-height:1.25}.manifesto>div button{border-radius:var(--radius-md);background:var(--accent-primary);color:#fff;width:100%;transition:background var(--transition-fast);border:0;justify-content:space-between;padding:.85em 1.5em;font-weight:700;display:flex}.manifesto>div button:hover{background:var(--accent-hover)}.public-footer{border-top:1px solid var(--border-color);background:var(--bg-surface);grid-template-columns:1fr 1fr;gap:2rem;padding:3.5rem clamp(1.5rem,6vw,6rem);display:grid}.public-footer>p{max-width:44ch;color:var(--text-secondary);justify-self:end;font-size:.95rem}.public-footer>div:last-child{border-top:1px solid var(--border-subtle);color:var(--text-tertiary);grid-column:1/-1;gap:1.75rem;padding-top:1.75rem;font-size:.85rem;font-weight:600;display:flex}.public-footer button{color:var(--accent-primary);background:0 0;border:0;padding:0;font-weight:700}.public-footer button:last-child{margin-left:auto}.empty-public,.category-empty{text-align:center;align-content:center;place-items:center;min-height:540px;padding:5rem 1.5rem;display:grid}.empty-public svg,.category-empty svg{color:var(--accent-highlight);width:44px;height:44px}.empty-public p,.category-empty p{max-width:48ch;color:var(--text-secondary);font-size:1.1rem}.article-page{width:min(1300px,100%);margin:0 auto;padding:3rem clamp(1.5rem,5vw,5rem) 6rem}.article-reading-shell{width:min(var(--ancho-lectura), 100%);margin:0 auto}.article-head{text-align:left;width:100%;margin:3rem 0 1.5rem}.article-head .category-kicker{justify-content:flex-start}.article-head h1{letter-spacing:-.03em;margin:1rem 0 1.5rem;font-size:clamp(2.25rem,3.8vw,3.25rem);font-weight:800;line-height:1.15}.article-deck{border-bottom:1px solid var(--border-color);color:var(--text-secondary);font-family:var(--font-serif);margin:2rem 0;padding-bottom:2rem;font-size:1.35rem;font-style:italic;line-height:1.5}.article-meta{color:var(--text-secondary);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.article-meta b{color:var(--text-primary);font-weight:700}.article-meta i{background:var(--accent-highlight);border-radius:50%;width:4px;height:4px}.article-hero{object-fit:cover;border-radius:var(--radius-lg);width:100%;max-height:650px;box-shadow:var(--shadow-md)}.article-actions{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);align-items:center;gap:.75rem;padding:1rem 0;display:flex}.article-actions button{border-radius:var(--radius-md);color:var(--accent-primary);transition:all var(--transition-fast);background:0 0;border:0;align-items:center;gap:.55rem;padding:.55rem .85rem;font-weight:700;display:inline-flex}.article-actions button:hover{background:var(--bg-subtle);color:var(--accent-highlight)}.article-actions svg{width:18px;height:18px}.reaction-group-pill{border:1px solid var(--border-color);background:var(--bg-surface);border-radius:9999px;align-items:center;gap:.35rem;margin-left:auto;padding:.35rem .6rem;display:inline-flex;box-shadow:0 4px 16px -2px #00000014,0 2px 6px -1px #0000000a}.reaction-group-pill button{min-height:38px;color:var(--text-primary);transition:transform var(--transition-fast), background var(--transition-fast);background:0 0;border:0;border-radius:9999px;justify-content:center;align-items:center;gap:.25rem;padding:.25rem .5rem;display:inline-flex;position:relative}.reaction-group-pill button:hover:not(:disabled){background:var(--bg-subtle);transform:translateY(-2px)scale(1.15)}.reaction-group-pill button.selected{background:var(--accent-highlight-subtle)}.reaction-group-pill button:disabled{cursor:default}.reaction-emoji{transform-origin:50%;transition:transform var(--transition-fast);place-items:center;font-size:1.45rem;line-height:1;display:inline-grid}.reaction-group-pill b{color:var(--accent-highlight);margin-left:2px;font-size:.75rem;font-weight:700}.reaction-message{color:#10b981;text-align:right;margin:.75rem 0 0;font-size:.85rem;font-weight:700}.article-media{margin:2rem 0 3rem}.article-media img{object-fit:cover;border-radius:var(--radius-lg);width:100%;max-height:650px;box-shadow:var(--shadow-md);display:block}.prose{width:100%;max-width:var(--ancho-lectura);color:var(--text-primary);font-family:var(--font-serif);margin:0 auto;font-size:1.2rem;line-height:1.75}.prose p{margin:0 0 1.6em}.prose h1,.prose h2,.prose h3{font-family:var(--font-sans);letter-spacing:-.02em}.prose h1{font-size:2.25rem}.prose h2{color:var(--text-primary);border-bottom:1px solid var(--border-subtle);margin:3rem 0 1rem;padding-bottom:.4rem;font-size:1.75rem}.prose h3{margin:2.5rem 0 1rem;font-size:1.35rem}.prose blockquote{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-subtle);color:var(--text-primary);font-family:var(--font-serif);margin:2.5rem 0;padding:1.75rem 2rem;font-size:1.35rem;font-style:italic;line-height:1.55;box-shadow:inset 0 0 0 1px #ec48991a}.prose a{color:var(--accent-highlight);text-underline-offset:3px;font-family:var(--font-sans);font-weight:600;text-decoration:underline}.prose a:hover{color:var(--accent-primary)}.prose code{font-family:var(--font-mono);border-radius:var(--radius-sm);background:var(--bg-subtle);border:1px solid var(--border-color);padding:.2em .4em;font-size:.88em}.prose pre{border-radius:var(--radius-md);background:var(--accent-primary);color:#fff;font-family:var(--font-mono);padding:1.25rem;font-size:.9em;overflow-x:auto}.prose pre code{color:inherit;background:0 0;border:0;padding:0}.category-banner{border-bottom:1px solid var(--border-color);background:var(--bg-surface);padding:4rem clamp(1.5rem,6vw,6rem)}.category-breadcrumb{color:var(--text-tertiary);align-items:center;gap:.6rem;font-size:.85rem;font-weight:600;display:flex}.category-breadcrumb button{color:var(--accent-primary);background:0 0;border:0;padding:0;font-weight:700}.category-title-row{grid-template-columns:50px 1fr auto;align-items:end;gap:1.5rem;margin-top:2.5rem;display:grid}.category-title-row>span{color:var(--accent-highlight)}.category-title-row h1{margin:0}.category-title-row p{color:var(--text-secondary);text-align:right;margin:0;font-size:.95rem}.category-lead{grid-template-columns:1fr 1fr;gap:3.5rem;width:min(1400px,100%);margin:0 auto;padding:4.5rem clamp(1.5rem,5vw,5rem);display:grid}.category-lead-copy{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.category-lead-copy h2{margin:1.2rem 0 1rem}.category-lead-copy>p{color:var(--text-secondary);font-size:1.1rem}.category-lead-copy .article-meta{justify-content:flex-start;margin-bottom:1.5rem}.archive-head{grid-template-columns:1fr auto;display:grid}.archive-head>span,.archive-head h2{grid-column:1}.archive-head>b{color:var(--accent-highlight);grid-area:1/2/3;font-size:clamp(2rem,3.5vw,3rem);font-weight:800}.archive-placeholder{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-surface);text-align:center;color:var(--text-secondary);margin-top:3rem;padding:4rem 2rem;font-size:1.05rem}@media (width<=1050px){.metric-grid,.story-grid{grid-template-columns:repeat(2,1fr)}.login-page{grid-template-columns:90px minmax(400px,1fr)}.login-page>aside{display:none}.hero-story,.category-lead{grid-template-columns:1fr 1fr}}@media (width<=800px){.sidebar{width:78px;padding:1.25rem .5rem}.studio-brand{justify-content:center}.studio-brand>div,.sidebar nav button span,.sidebar-foot .storage-line,.sidebar-foot>button span{display:none}.sidebar nav button{justify-content:center;padding:.75rem}.nav-plus{display:none}.sidebar-foot>.language-toggle{padding:.4rem .2rem}.sidebar-foot>.language-toggle svg{display:none}.dashboard-main{margin-left:78px}.dashboard-content{padding:2rem 1.25rem}.editor-workspace{grid-template-columns:1fr}.editor-main{border-right:0;padding:2.5rem 1.25rem}.editor-aside{border-top:1px solid var(--border-color)}.saving,.table-head{display:none}.table-row{grid-template-columns:minmax(0,1fr) auto}.table-row>.status-pill,.table-date{display:none}.public-header{grid-template-columns:1fr auto}.public-header nav{border-bottom:1px solid var(--border-color);background:var(--bg-surface);height:auto;max-height:calc(100vh - 83px);box-shadow:var(--shadow-md);flex-direction:column;align-items:stretch;gap:.25rem;padding:1.25rem 1.5rem;display:none;position:absolute;inset:83px 0 auto;overflow-y:auto}.public-header nav.open{display:flex}.public-header nav>button{height:auto;color:var(--text-primary);padding:.85rem .25rem}.public-header nav>button.active:after{display:none}.public-header nav>button.active{color:var(--accent-highlight)}.header-tools p{display:none}.menu-button{place-items:center;display:grid}.hero-story,.category-lead{grid-template-columns:1fr;gap:2rem}.hero-image-wrap,.category-lead-image{min-height:380px}.story-grid{grid-template-columns:1fr}.blog-directory{grid-template-columns:1fr;gap:3rem}.manifesto,.public-footer{grid-template-columns:1fr}.public-footer>p{justify-self:start}.deployment-summary,.add-blog-card,.deploy-footer{flex-direction:column;align-items:flex-start}.deployment-fields{grid-template-columns:1fr}.server-field{grid-column:auto}.add-blog-card>div:last-child,.add-blog-card input{width:100%;max-width:none}.domain-map,.domain-example{grid-template-columns:28px 1fr}.domain-map>svg:nth-of-type(2),.domain-map>div:last-child,.domain-example>svg:nth-of-type(2),.domain-example>div:last-child{display:none}}@media (width<=540px){:root{--h1:2rem}.dashboard-top{min-height:76px;padding:1rem}.dashboard-top .icon-button{display:none}.welcome-row,.content-toolbar,.section-heading{flex-direction:column;align-items:flex-start}.metric-grid{grid-template-columns:1fr}.search-field{width:100%;margin-left:0}.content-toolbar .primary-button,.filter-buttons{width:100%}.filter-buttons button{flex:1}.recent-row{grid-template-columns:52px 1fr;padding:.8rem}.recent-row .status-pill,.recent-row>svg{display:none}.editor-top,.preview-top{padding:.7rem 1rem}.editor-top .outline-button,.preview-top>div:last-child{display:none}.editor-top .back-link,.preview-top .back-link{font-size:0}.editor-top .back-link svg,.preview-top .back-link svg{width:22px;height:22px}.preview-stage{padding:1rem}.login-page{grid-template-columns:1fr}.login-page>.login-mark{margin:0;position:absolute;top:1rem;left:1.5rem}.login-language{top:1rem;right:1.5rem}.login-card{border:0;padding:7rem 1.5rem 3rem}.public-header{min-height:72px;padding:.8rem 1rem}.public-header nav{max-height:calc(100vh - 71px);inset:71px 0 auto}.header-tools .language-toggle{display:none}.hero-story,.latest-section,.category-archive,.category-lead{padding:2.5rem 1rem}.hero-image-wrap,.category-lead-image{min-height:280px}.story-image{height:200px}.category-title-row{grid-template-columns:28px 1fr}.category-title-row p{display:none}.directory-list button{grid-template-columns:32px 1fr 20px}.directory-list button>small{display:none}.public-footer>div:last-child{flex-wrap:wrap}.article-page{padding:2rem 1rem 4rem}.article-head{margin:2rem 0 1.25rem}.article-deck{font-size:1.15rem;line-height:1.5}.article-actions{flex-direction:column;align-items:stretch}.article-actions .share-action{align-self:flex-start}.reaction-group{border-top:1px solid var(--border-color);border-left:0;justify-content:space-between;width:100%;margin-left:0;padding:.75rem 0 0}.reaction-group button{flex:1;justify-content:center;padding-inline:.45rem}.reaction-group button span:not(.reaction-emoji){display:none}.reaction-message{text-align:left}.prose{font-size:1.1rem;line-height:1.65}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
