:root{--bg:#f7f6f3;--panel:#ffffff;--surface:#fbfbfa;--ink:#2d2d2a;--muted:#6a6a63;--line:#e7e6e3;--line-strong:#d9d8d4;--accent:#3a2a1f;--accent-ink:#ffffff;--font-ui:"Avenir Next","Segoe UI","Helvetica Neue",Arial,sans-serif;--font-writing:"Iowan Old Style","Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif}*{box-sizing:border-box}body{margin:0;font-family:var(--theme-font-ui,var(--font-ui)),"Segoe UI",sans-serif;color:var(--theme-text,var(--ink));background:var(--theme-page-bg,linear-gradient(140deg,#f8f7f4 0,#f3f2ef 100%))}a{color:inherit}.container{max-width:980px;margin:0 auto;padding:2rem 1rem}.card{border:1px solid var(--line);border-radius:14px;background:var(--panel);padding:1rem}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.auth-card{width:min(100%,460px);background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:1.2rem;display:grid;grid-gap:.75rem;gap:.75rem;box-shadow:0 12px 32px rgba(20,20,19,.06)}.auth-eyebrow{margin:0;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}h1,h2,h3,p{margin-top:0}label{display:grid;grid-gap:.3rem;gap:.3rem;font-size:.86rem;color:var(--muted)}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;border:1px solid var(--line-strong);border-radius:10px;padding:.56rem .7rem;background:#fff;color:var(--ink)}input:focus,select:focus,textarea:focus{outline:2px solid #bdd2ff;outline-offset:0;border-color:#9ebdff}button{border:1px solid var(--line-strong);border-radius:8px;padding:.3rem .62rem;background:transparent;color:var(--ink);font-size:.82rem;font-weight:500;letter-spacing:.01em;cursor:pointer;transition:background .12s ease,border-color .12s ease}button:hover{background:rgba(0,0,0,.02)}button:disabled{opacity:.5;cursor:not-allowed}.primary-btn{background:transparent;border-color:#b8a998;color:#3a2a1f}.primary-btn:hover{background:rgba(58,42,31,.06);border-color:#9e8b78}.theme-link-btn{border:1px solid var(--line-strong);border-radius:8px;padding:.3rem .62rem;font-size:.82rem;text-decoration:none}.db-mode-pill{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:.2rem .55rem;font-size:.72rem;color:var(--muted);background:var(--surface)}.status-line,.status-text{color:var(--muted);font-size:.9rem}.workspace{min-height:100vh;padding:1.1rem}.workspace-docked-sidebar{--workspace-sidebar-width:290px;--workspace-sidebar-collapsed-width:64px;--workspace-shellbar-offset:64px;max-width:none;padding-left:0;padding-right:1.1rem}.workspace-shell{min-height:100vh}.workspace-shellbar{position:-webkit-sticky;position:sticky;top:0;z-index:35;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.1rem;border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(247,245,241,.96),rgba(247,245,241,.9)),var(--theme-page-bg,#f7f5f1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.workspace-shellbar-left,.workspace-shellbar-right{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.workspace-shell-home{font-size:.98rem;font-weight:700;letter-spacing:-.01em;text-decoration:none;color:var(--fg)}.workspace-shell-divider{width:1px;height:1rem;background:var(--line)}.workspace-shell-section{color:var(--muted);font-size:.85rem;letter-spacing:.01em;text-transform:uppercase}.workspace-shell-gear.active,.workspace-shell-link.active,.workspace-shell-popover-link.active{background:rgba(58,42,31,.08);border-color:var(--line-strong);color:var(--fg)}.workspace-shell-gear{display:inline-flex;align-items:center;gap:.4rem}.workspace-shell-gear svg{width:.95rem;height:.95rem}.workspace-shell-popover{width:min(280px,calc(100vw - 2rem))}.workspace-shell-popover-heading{margin:0;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.workspace-shell-popover-links{display:grid;grid-gap:.35rem;gap:.35rem}.workspace-shell-popover-link{display:block;border:1px solid transparent;border-radius:10px;padding:.5rem .6rem;text-decoration:none;color:var(--fg)}.workspace-shell-popover-link:hover{background:rgba(58,42,31,.05);border-color:var(--line)}.workspace-shell-body{padding-top:.2rem}.workspace-topbar{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:flex-start;gap:1rem}.workspace-topbar-left{display:flex;align-items:center;gap:.55rem}.workspace-topbar h1{margin-bottom:0;font-size:1.35rem}.workspace-subbar{max-width:1300px;margin:0 auto .8rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.workspace-subbar-left{display:flex;align-items:center;gap:.55rem}.workspace-subbar h1{margin:0;font-size:1.1rem}.workspace-subbar .status-text{font-size:.8rem}.status-line{max-width:1300px;margin:.2rem auto .8rem}.workspace-layout{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:290px 1fr;grid-gap:1rem;gap:1rem;align-items:start}.workspace-layout.sidebar-collapsed{grid-template-columns:64px 1fr}.workspace-sidebar{position:-webkit-sticky;position:sticky;top:1rem;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(247,245,240,.94)),var(--surface);padding:.55rem;max-height:calc(100vh - 2rem);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(20,18,12,.06)}.workspace-sidebar.collapsed{padding:.45rem}.sidebar-scroll{flex:1 1;overflow:hidden;display:flex;flex-direction:column}.workspace-docked-sidebar .status-line,.workspace-docked-sidebar .workspace-subbar{max-width:none;margin-left:calc(var(--workspace-sidebar-width) + 1.1rem);margin-right:0}.workspace-docked-sidebar .workspace-layout{max-width:none;margin:0;display:block}.workspace-docked-sidebar .workspace-sidebar{position:fixed;top:calc(var(--workspace-shellbar-offset) + .35rem);left:0;width:var(--workspace-sidebar-width);max-height:calc(100vh - var(--workspace-shellbar-offset) - .7rem);height:calc(100vh - var(--workspace-shellbar-offset) - .7rem);border-top-left-radius:0;border-bottom-left-radius:0;border-left:0;z-index:24}.workspace-docked-sidebar .workspace-layout.sidebar-collapsed .workspace-sidebar{width:var(--workspace-sidebar-collapsed-width)}.workspace-docked-sidebar .workspace-main{margin-left:calc(var(--workspace-sidebar-width) + 1.1rem)}.workspace-docked-sidebar .workspace-layout.sidebar-collapsed .workspace-main{margin-left:calc(var(--workspace-sidebar-collapsed-width) + 1.1rem)}.workspace-docked-sidebar .workspace-right-rail{margin-left:0}.sidebar-icon-rail{display:grid;justify-items:center;grid-gap:.4rem;gap:.4rem;padding-top:.25rem}.sidebar-header-copy{min-width:0}.sidebar-main{min-height:0;flex:1 1;display:flex;flex-direction:column;overflow:hidden}.sidebar-media{margin-top:auto;border-top:1px solid var(--line);padding-top:.45rem;flex-shrink:0;background:linear-gradient(180deg,rgba(247,245,240,0),rgba(247,245,240,.94) 18%)}.sidebar-helper-text{margin:.2rem 0 0;font-size:.68rem;line-height:1.35;color:color-mix(in srgb,var(--muted) 92%,#7f7a70 8%)}.sidebar-helper-text-docs{margin-top:auto;padding-top:.55rem}.sidebar-helper-text-media{margin:.15rem 0 0}.sidebar-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.45rem;gap:.45rem;max-height:290px;overflow:auto}.sidebar-media-card{border:1px solid var(--line);border-radius:10px;background:#fff;padding:.35rem;cursor:-webkit-grab;cursor:grab;min-width:0}.sidebar-media-card:active{cursor:-webkit-grabbing;cursor:grabbing}.sidebar-media-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;border:1px solid var(--line)}.sidebar-media-card p{margin:.35rem 0;font-size:.72rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem;padding-bottom:.6rem;border-bottom:1px solid color-mix(in srgb,var(--line) 68%,transparent)}.sidebar-header-actions{gap:.35rem;flex-shrink:0}.doc-list-section{min-height:0;overflow:auto;padding-right:.1rem}.sidebar-footer{border-top:1px solid var(--line);margin-top:.55rem;padding-top:.45rem}.profile-menu{position:relative}.profile-trigger{width:100%;display:flex;align-items:center;gap:.45rem;justify-content:flex-start;padding:.24rem .38rem}.profile-avatar{width:20px;height:20px;border-radius:50%;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;font-size:.66rem}.profile-name{font-size:.78rem;color:var(--ink)}.profile-caret{margin-left:auto;color:var(--muted);font-size:.7rem}.profile-popover{position:absolute;left:0;bottom:calc(100% + .45rem);border:1px solid var(--line-strong);border-radius:10px;background:#f6f6f5;box-shadow:0 10px 22px rgba(12,12,11,.15);padding:.3rem;min-width:150px;z-index:35}.workspace-sidebar.collapsed .profile-popover{left:100%;margin-left:.35rem;bottom:0}.sidebar-header h2{margin:0;font-size:.95rem}.create-menu{position:relative}.create-menu-popover{position:absolute;top:calc(100% + .35rem);right:0;z-index:30;min-width:170px;padding:.28rem;border:1px solid var(--line-strong);border-radius:10px;background:#f8f8f7;box-shadow:0 8px 18px rgba(14,14,12,.15);display:grid;grid-gap:.12rem;gap:.12rem}.create-menu-popover button{width:100%;text-align:left;border:0;background:transparent;border-radius:7px;padding:.35rem .45rem;font-size:.78rem}.create-menu-popover button:hover{background:#ecebe8}.doc-filters{margin-bottom:.45rem}.doc-filter-row,.doc-filters{display:grid;grid-gap:.3rem;gap:.3rem}.doc-filter-row{grid-template-columns:1fr 1fr}.doc-filters input,.doc-filters select{font-size:.74rem;padding:.34rem .42rem;border-radius:8px}.doc-list{display:grid;grid-gap:.55rem;gap:.55rem}.doc-group{display:grid;grid-gap:.28rem;gap:.28rem}.doc-group-title{margin:0;padding:0 .45rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#7a7a73}.doc-item{position:relative}.doc-item-child{margin-left:.95rem}.doc-item-child:before{content:"";position:absolute;left:-.45rem;top:.3rem;bottom:.3rem;width:1px;background:#dde3ef}.doc-chip{width:100%;text-align:left;border:1px solid transparent;background:transparent;padding:.5rem 4.4rem .5rem 1.2rem;border-radius:8px;display:grid;grid-gap:.1rem;gap:.1rem;position:relative}.doc-chip.link-draggable{cursor:-webkit-grab;cursor:grab}.doc-chip.link-draggable:active{cursor:-webkit-grabbing;cursor:grabbing}.doc-chip-top{display:flex;align-items:center;justify-content:space-between;gap:.35rem}.doc-toggle-btn{border:1px solid #d3dae7;background:#fff;color:#556074;border-radius:999px;padding:.08rem .42rem;font-size:.68rem;line-height:1.2}.doc-toggle-btn:hover{background:#f3f6fb}.doc-item[data-status=draft] .doc-chip:focus-visible,.doc-item[data-status=draft] .doc-chip:hover{background:#efefec}.doc-item[data-status=scheduled] .doc-chip:focus-visible,.doc-item[data-status=scheduled] .doc-chip:hover{background:#f7f2e7}.doc-item[data-status=published] .doc-chip:focus-visible,.doc-item[data-status=published] .doc-chip:hover{background:#ecf7ef}.doc-chip.active{background:#e8eefc;border-color:#cfdbf9}.doc-chip-title{font-size:.9rem;line-height:1.2}.doc-chip-meta{font-size:.72rem;color:var(--muted);text-transform:capitalize}.doc-chip-meta,.doc-chip-meta-piece{display:inline-flex;align-items:center;gap:.28rem}.doc-chip-meta-sep{color:#9aa3b2}.doc-chip-status-cue{position:absolute;left:.45rem;top:.78rem;width:.44rem;height:.44rem;border-radius:999px;border:1px solid transparent}.doc-status-cue-draft{background:#e7e7e3;border-color:#d3d3cd}.doc-status-cue-scheduled{background:#f5ebd8;border-color:#e7d5af}.doc-status-cue-published{background:#dff1e4;border-color:#b9dfc5}.doc-edition-cue{position:absolute;left:.32rem;top:.7rem;width:.68rem;height:.68rem;color:#8a93a3;opacity:.9}.doc-edition-cue svg{width:100%;height:100%;display:block}.doc-edition-cue.email.sent{color:#3f7f52}.doc-edition-cue.email.draft{color:#98a1b2}.doc-chip-date{display:inline-block;max-width:0;opacity:0;overflow:hidden;white-space:nowrap;margin-left:0;transition:opacity .12s ease,max-width .14s ease,margin-left .14s ease;vertical-align:bottom}.doc-item-force-meta .doc-chip-date,.doc-item:focus-within .doc-chip-date,.doc-item:hover .doc-chip-date{opacity:1;max-width:160px;margin-left:0}.doc-chip-actions{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);display:inline-flex;opacity:0;pointer-events:none;transition:opacity .12s ease}.doc-item:focus-within .doc-chip-actions,.doc-item:hover .doc-chip-actions{opacity:1;pointer-events:auto}.doc-action-btn{border-color:var(--line);background:#fff;color:#5b5b56;font-size:.7rem;padding:.18rem .42rem;border-radius:6px}.doc-empty{margin:0;padding:.2rem .45rem;font-size:.72rem;color:var(--muted)}.workspace-main{border:1px solid var(--line);border-radius:14px;background:var(--theme-panel-bg,var(--panel));padding:.8rem;min-height:calc(100vh - 8.2rem)}.workspace-main-with-preview{display:grid;grid-template-columns:minmax(0,1fr) 430px;grid-gap:.8rem;gap:.8rem;align-items:start}.workspace-main-homepage-builder{display:grid;grid-template-rows:minmax(0,1fr) minmax(210px,48vh);grid-gap:.8rem;gap:.8rem;align-items:stretch}.workspace-main-homepage-builder.homepage-preview-collapsed{grid-template-rows:minmax(0,1fr) auto}.homepage-editor-pane{min-width:0}.home-builder{display:grid;grid-gap:.9rem;gap:.9rem}.home-builder-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.home-builder-head h3{margin-bottom:.2rem}.home-builder-head p{margin:0;color:var(--muted)}.home-builder-section{border:1px solid var(--line);border-radius:12px;background:#fbfbfa;padding:.65rem;display:grid;grid-gap:.6rem;gap:.6rem}.home-builder-section.collapsed{gap:.35rem}.home-builder-section-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.home-builder-section-head h4{margin:0;font-size:.9rem}.home-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.6rem;gap:.6rem}.home-edit-card{border:1px solid var(--line);border-radius:10px;background:#fff;padding:.55rem;display:grid;grid-gap:.5rem;gap:.5rem;transition:border-color .12s ease,box-shadow .12s ease,opacity .12s ease}.home-edit-card.dragging{opacity:.5}.home-edit-card.drop-target{border-color:#8d5a3f;box-shadow:0 0 0 1px rgba(141,90,63,.18)}.home-edit-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.home-card-handle{width:1.2rem;height:1.2rem;border:1px solid var(--line);border-radius:6px;color:#7b7a74;display:inline-flex;align-items:center;justify-content:center;cursor:-webkit-grab;cursor:grab;margin-left:auto}.home-card-handle svg{width:.8rem;height:.8rem;fill:currentColor}.rich-text-input{display:grid;grid-gap:.28rem;gap:.28rem}.rich-text-editor{border:1px solid var(--line-strong);border-radius:8px;background:#fff;padding:.4rem .5rem;position:relative}.notion-canvas .ProseMirror,.public-rich-fragment,.rich-text-editor .ProseMirror{font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif;font-size:var(--theme-post-body-size,20px);line-height:var(--theme-post-line-height,1.72);font-weight:400;color:var(--theme-text,var(--ink))}.rich-text-editor .ProseMirror{min-height:52px;outline:none}.notion-canvas .ProseMirror p,.public-rich-fragment p,.rich-text-editor .ProseMirror p{margin:.7rem 0}.notion-canvas .ProseMirror ol,.notion-canvas .ProseMirror ul,.public-rich-fragment ol,.public-rich-fragment ul,.rich-text-editor .ProseMirror ol,.rich-text-editor .ProseMirror ul{padding-left:1.35rem}.notion-canvas .ProseMirror h1,.notion-canvas .ProseMirror h2,.notion-canvas .ProseMirror h3,.public-rich-fragment h1,.public-rich-fragment h2,.public-rich-fragment h3,.rich-text-editor .ProseMirror h1,.rich-text-editor .ProseMirror h2,.rich-text-editor .ProseMirror h3{font-weight:600;margin:1.15rem 0 .55rem}.notion-canvas .ProseMirror h1,.public-rich-fragment h1,.rich-text-editor .ProseMirror h1{font-size:32px;line-height:1.2}.notion-canvas .ProseMirror h2,.public-rich-fragment h2,.rich-text-editor .ProseMirror h2{font-size:24px;line-height:1.25}.notion-canvas .ProseMirror h3,.public-rich-fragment h3,.rich-text-editor .ProseMirror h3{font-size:20px;line-height:1.3}.notion-canvas .ProseMirror blockquote,.public-rich-fragment blockquote,.rich-text-editor .ProseMirror blockquote{border-left:3px solid #d9d8d4;margin:.8rem 0;padding-left:.75rem;color:#565650}.notion-canvas .ProseMirror a,.public-rich-fragment a,.rich-text-editor .ProseMirror a{color:#5a3a24;text-underline-offset:2px}.notion-canvas .ProseMirror a.internal-link-draft,.notion-canvas .ProseMirror a.internal-link-scheduled,.public-post-content a.internal-link-draft,.public-post-content a.internal-link-scheduled,.public-rich-fragment a.internal-link-draft,.public-rich-fragment a.internal-link-scheduled{color:#b42318;-webkit-text-decoration-color:rgba(180,35,24,.65);text-decoration-color:rgba(180,35,24,.65)}.notion-canvas .ProseMirror [style],.public-hero-sub [style],.public-kicker [style],.public-post-content [style],.public-rich-fragment [style],.rich-text-editor .ProseMirror [style]{font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;letter-spacing:inherit!important;color:inherit!important;background-color:transparent!important}.rich-input-bubble{display:flex;gap:.22rem;background:#18181a;color:#fff;border-radius:8px;border:1px solid #2e2e33;padding:.24rem}.rich-input-bubble button{border:0;background:transparent;color:inherit;min-width:28px;padding:.14rem .32rem}.rich-input-bubble button:hover{background:#2a2a30}.rich-input-float{width:min(220px,calc(100vw - 2rem));display:grid;background:#fff;border:1px solid var(--line-strong);border-radius:10px;padding:.24rem;box-shadow:0 12px 24px rgba(16,18,24,.14)}.rich-input-float button{border:0;text-align:left;background:transparent;border-radius:6px;padding:.34rem .42rem;font-size:.76rem}.rich-input-float button:hover{background:#f2f5fd}.rich-input-empty{font-size:.72rem;color:var(--muted);padding:.36rem}.public-rich-fragment ol,.public-rich-fragment ul{margin:.5rem 0}.home-edit-head h4{margin:0;font-size:.84rem}.home-edit-head p{margin:.2rem 0 0;font-size:.72rem;color:var(--muted)}.feature-active-cue{margin:.22rem 0 0;font-size:.68rem;color:#807e76}.feature-active-cue.active{color:#3f7a52}.homepage-preview-pane{border:1px solid var(--line);border-radius:12px;background:#faf9f7;overflow:hidden;min-height:0}.homepage-preview-pane.collapsed{min-height:auto}.homepage-preview-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .55rem;border-bottom:1px solid var(--line)}.homepage-preview-head h3{margin:0;font-size:.82rem;font-weight:600;color:var(--muted)}.homepage-preview-body{width:100%;height:100%;overflow:auto;background:#fff}.home-image-preview{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.home-image-preview img{display:block;width:100%;max-height:180px;object-fit:cover}.home-hero-dropzone{border:1px dashed #c8c3b7;border-radius:8px;padding:.5rem .6rem;font-size:.75rem;color:#757167;background:#faf9f6}.home-hero-dropzone:hover{border-color:#8b6a4f;background:#f7f2ea}.toolbar{display:flex;flex-wrap:wrap;gap:.45rem}.icon-btn{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:.9rem;line-height:1}.icon-btn.modern{border-color:transparent;background:transparent;color:#4e4b43}.icon-btn.modern:hover{border-color:var(--line);background:#f6f5f2;color:#282620}.icon-btn svg{width:14px;height:14px;display:block}.icon-btn.subtle{border-color:transparent;background:transparent;color:#7b786f}.icon-btn.subtle:hover{border-color:var(--line);background:#f6f5f2;color:#46443d}.editor-shell{--editor-status-bar-height:34px;--editor-status-gap:8px;width:100%;max-width:none;margin:0}.ig-workflow-panel{border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,rgba(10,58,136,.07),rgba(248,246,241,.88));padding:.85rem;display:grid;grid-gap:.8rem;gap:.8rem}.ig-workflow-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ig-workflow-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}.ig-workflow-step{border:1px solid rgba(10,58,136,.14);border-radius:14px;background:rgba(255,255,255,.62);padding:.7rem;display:grid;grid-template-columns:auto 1fr;grid-gap:.55rem;gap:.55rem;align-items:start}.ig-workflow-step span{width:26px;height:26px;border-radius:999px;background:rgba(10,58,136,.12);color:#0a3a88;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700}.ig-slide-preview-copy strong,.ig-workflow-step strong{display:block;margin-bottom:.18rem}.ig-slide-preview-copy p,.ig-workflow-step p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.4}.ig-workflow-step.active{border-color:rgba(10,58,136,.3);background:rgba(235,242,255,.88)}.ig-workflow-step.done{border-color:rgba(38,112,66,.28);background:rgba(236,248,239,.88)}.ig-workflow-step.done span{background:rgba(38,112,66,.14);color:#267042}.ig-slide-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.8rem;gap:.8rem;align-items:start}.ig-slide-preview-card{border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.86);overflow:hidden;display:flex;flex-direction:column;align-self:start}.ig-slide-preview-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .7rem 0;font-size:.72rem;color:var(--muted)}.ig-slide-preview-image{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;background:#eef2f9;flex:0 0 auto}.ig-slide-preview-copy{padding:.65rem .7rem .75rem;display:grid;grid-gap:.55rem;gap:.55rem;align-content:start}.ig-slide-preview-copy label{display:grid;grid-gap:.22rem;gap:.22rem}.ig-slide-preview-copy label span{font-size:.7rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.ig-slide-preview-copy input,.ig-slide-preview-copy textarea{width:100%;border:1px solid rgba(17,24,39,.12);border-radius:10px;padding:.55rem .65rem;font:inherit;color:var(--ink);background:rgba(248,250,252,.96)}.ig-slide-preview-copy textarea{min-height:5.6rem;resize:vertical}.ig-slide-rich-wrap{position:relative}.ig-slide-rich-editor{border:1px solid rgba(17,24,39,.12);border-radius:10px;padding:.55rem .65rem;min-height:5.6rem;background:rgba(248,250,252,.96);color:var(--ink);line-height:1.45;outline:none}.ig-slide-rich-editor p{margin:0 0 .6rem}.ig-slide-rich-editor p:last-child{margin-bottom:0}.editor-control-row{display:flex;align-items:flex-start;justify-content:flex-end;gap:.6rem;margin-bottom:.35rem;padding-right:.3rem}.editor-command-bar{display:flex;align-items:center;justify-content:space-between;gap:.9rem;margin:0 0 .65rem;padding:.1rem 0 .55rem;border-bottom:1px solid color-mix(in srgb,var(--line) 55%,transparent)}.editor-command-context{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:.4rem .65rem}.editor-command-status{display:inline-flex;align-items:center;min-height:26px;padding:.08rem .5rem;border-radius:999px;background:rgba(255,255,255,.76);border:1px solid color-mix(in srgb,var(--line) 82%,transparent);color:#5f5a50;font-size:.71rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.editor-command-docname{font-size:.92rem;font-weight:600;color:var(--fg);max-width:min(32ch,36vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-command-tip{font-size:.74rem;color:#6f6a60}.editor-command-tip+.editor-command-tip:before{content:"•";margin-right:.65rem;color:#a29b8f}.editor-command-chip{display:inline-flex;align-items:center;min-height:28px;padding:.16rem .55rem;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid color-mix(in srgb,var(--line) 75%,transparent);font-size:.72rem;color:#5f5a50;white-space:nowrap}.editor-command-chip.notice{max-width:min(42ch,38vw);white-space:normal;text-align:right}.editor-command-chip.warning{color:#8e4e2b;border-color:rgba(142,78,43,.22);background:rgba(255,246,239,.92)}.editor-topline-actions{align-items:center;justify-content:flex-end;flex-shrink:0;margin-left:auto}.editor-layout{width:100%}.editor-layout.has-sidepanel{display:grid;grid-template-columns:minmax(0,84ch) minmax(280px,340px);grid-gap:1.25rem;gap:1.25rem;align-items:start}.editor-body{width:min(100%,84ch);max-width:100%;margin:0 auto;padding-bottom:1rem;padding-top:.2rem}.editor-layout.has-sidepanel .editor-body{width:100%;margin:0}.editor-sidepanel{position:-webkit-sticky;position:sticky;top:.75rem;display:grid;grid-gap:.9rem;gap:.9rem}.edition-panel{display:grid;grid-gap:.85rem;gap:.85rem}.edition-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.edition-panel-head h3{margin:0;font-size:.96rem}.edition-panel-head p{margin:.22rem 0 0}.edition-panel-body{display:grid;grid-gap:.72rem;gap:.72rem}.editor-headline-wrap{margin:0 0 .8rem}.editor-headline-input{padding:.08rem 0;font-size:clamp(2.15rem,4.2vw,3rem)}.settings-menu{position:relative}.settings-popover{position:absolute;top:calc(100% + .45rem);right:0;width:min(360px,calc(100vw - 2rem));border:1px solid var(--line-strong);border-radius:12px;background:#f6f6f5;box-shadow:0 16px 32px rgba(12,12,11,.16);padding:.55rem;z-index:40}.public-homepage{max-width:var(--theme-home-max-width,980px);margin:0 auto;padding:2.4rem 1rem 3rem;display:grid;grid-gap:1.2rem;gap:1.2rem}.public-hero{border:1px solid var(--theme-home-hero-border,var(--line));border-radius:var(--theme-home-hero-radius,22px);background:radial-gradient(circle at 95% 12%,rgba(147,127,91,.16),transparent 34%),radial-gradient(circle at 20% 80%,rgba(147,127,91,.08),transparent 45%),var(--theme-home-hero-bg,var(--theme-panel-bg,var(--panel)));padding:var(--theme-home-hero-padding,24px)}.public-hero-media{margin:-.2rem -.2rem 1rem;border-radius:var(--theme-home-image-radius,10px);overflow:hidden}.public-hero-media img{width:100%;max-height:340px;object-fit:cover;display:block}.public-kicker{margin-bottom:.55rem;font-size:var(--theme-home-kicker-size,12px);text-transform:uppercase;letter-spacing:.09em;color:var(--theme-home-kicker-color,var(--theme-muted,var(--muted)))}.public-hero-sub p,.public-kicker p{margin:0}.public-hero h1{font-size:clamp(2rem,5vw,var(--theme-home-title-size,44px));line-height:1.05;letter-spacing:-.02em;margin-bottom:.62rem;color:var(--theme-home-title-color,var(--theme-text,var(--ink)))}.public-hero h1,.public-hero-sub{font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif}.public-hero-sub{color:var(--theme-home-subhead-color,var(--theme-muted,var(--muted)));font-size:var(--theme-home-subhead-size,22px);font-weight:var(--theme-home-subhead-weight,300);font-style:var(--theme-home-subhead-style,italic);line-height:1.45;max-width:62ch;margin-bottom:1rem}.public-module{border:1px solid var(--line);border-radius:14px;background:var(--theme-panel-bg,var(--panel));padding:.85rem}.public-module h2{margin-bottom:.55rem;font-size:.93rem}.public-module ul{margin:0;padding-left:1rem;color:var(--theme-muted,var(--muted));font-size:.84rem;line-height:1.5}.public-chip-row{display:flex;flex-wrap:wrap;gap:.38rem}.public-chip-row span{border:1px solid var(--line);border-radius:999px;padding:.2rem .56rem;font-size:.75rem;color:var(--theme-muted,var(--muted))}.public-content-columns{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(0,2.25fr);grid-gap:var(--theme-home-card-gap,16px);gap:var(--theme-home-card-gap,16px);align-items:start}.public-content-columns.no-stream{grid-template-columns:1fr}.public-stream-column{position:-webkit-sticky;position:sticky;top:1rem}.public-main-column{grid-gap:var(--theme-home-card-gap,16px)}.public-feature-grid,.public-main-column{display:grid;gap:var(--theme-home-card-gap,16px)}.public-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--theme-home-card-gap,16px)}.public-feature-grid>:only-child{grid-column:1/-1}.public-feature{border:1px solid var(--theme-home-feature-border,var(--line));border-radius:var(--theme-home-card-radius,14px);padding:.95rem;background:linear-gradient(180deg,var(--theme-home-feature-bg,var(--theme-panel-bg,var(--panel))) 0,color-mix(in srgb,var(--theme-home-feature-bg,var(--theme-panel-bg,var(--panel))) 82%,#fbfaf8 18%) 100%)}.public-feature h3{margin-bottom:.45rem;font-size:var(--theme-home-feature-title-size,20px);font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif;font-weight:500;color:var(--theme-home-feature-title-color,var(--theme-text,var(--ink)))}.public-feature>p{margin-bottom:0;color:var(--theme-muted,var(--muted));font-size:var(--theme-home-feature-body-size,16px)}.public-feature .public-rich-fragment{font-family:var(--theme-font-ui,var(--font-ui)),"Segoe UI",sans-serif;font-size:var(--theme-home-feature-body-size,16px);line-height:1.6;color:var(--theme-home-feature-body-color,var(--theme-muted,var(--muted)))}.public-feature .public-rich-fragment blockquote,.public-feature .public-rich-fragment li,.public-feature .public-rich-fragment p{font-size:inherit}.public-feature .public-rich-fragment h1,.public-feature .public-rich-fragment h2,.public-feature .public-rich-fragment h3{font-size:1.15em;line-height:1.3}.public-thought-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.55rem;gap:.55rem}.public-thought-list li{display:grid;grid-gap:.22rem;gap:.22rem;padding-bottom:.5rem;border-bottom:1px dashed var(--line)}.public-thought-list li:last-child{border-bottom:0;padding-bottom:0}.public-thought-meta{display:flex;align-items:center;justify-content:flex-end;gap:.4rem}.public-thought-meta strong{font-size:.74rem;letter-spacing:.01em}.public-thought-meta time{font-size:.7rem;color:var(--theme-muted,var(--muted))}.public-thought-list p,.public-thought-list span{color:var(--theme-muted,var(--muted));font-size:.8rem;margin:0}.public-thought-tags{display:flex;flex-wrap:wrap;gap:.35rem}.public-thought-tags span{font-size:.72rem;color:#6f6f68}.public-thought-reactions{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.15rem;align-items:center;opacity:0;transition:opacity .12s ease}.public-thought-list li:focus-within .public-thought-reactions,.public-thought-list li:hover .public-thought-reactions{opacity:1}.public-thought-reactions button{border:1px solid transparent;border-radius:999px;background:transparent;padding:.06rem .32rem;font-size:.72rem;color:#6f6d65;display:inline-flex;align-items:center;gap:.2rem}.public-thought-reactions button:hover{border-color:var(--line);background:#f3f3f0;color:#4f4d46}.public-thought-reactions .reaction-count{max-width:0;opacity:0;overflow:hidden;white-space:nowrap;transition:max-width .12s ease,opacity .12s ease}.public-thought-reactions button:focus-visible .reaction-count,.public-thought-reactions button:hover .reaction-count{max-width:26px;opacity:1}.reaction-more{font-size:.68rem;color:#7a786f}.thought-reaction-picker-wrap{position:relative}.thought-reaction-add-btn{width:20px;height:20px;border:1px solid transparent;border-radius:999px;background:transparent;color:#7d7b73;display:inline-flex;align-items:center;justify-content:center;padding:0}.thought-reaction-add-btn:hover{border-color:var(--line);background:#f3f3f0;color:#5f5d55}.thought-reaction-add-btn svg{width:14px;height:14px;display:block}.thought-reaction-add-btn.minimal{width:auto;height:auto;border-radius:6px;padding:.05rem .25rem;font-size:.82rem;line-height:1}.thought-reaction-picker{position:absolute;left:0;top:calc(100% + .25rem);z-index:10;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 10px 18px rgba(0,0,0,.1);padding:.25rem;display:flex;gap:.15rem}.thought-reaction-picker button{border:0;background:transparent;min-width:28px;height:28px;border-radius:7px;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;padding:0}.thought-reaction-picker button:hover{background:#f3f3f0}.thought-reaction-picker-more{color:#6e6b63;font-size:.9rem;border-left:1px solid var(--line)!important;border-radius:0 7px 7px 0!important;padding-left:.28rem!important;margin-left:.12rem}.public-writing{display:grid;grid-gap:.72rem;gap:.72rem;margin-left:0}.public-section-head h2{font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif;font-size:clamp(1.3rem,4vw,var(--theme-home-section-title-size,28px));margin-bottom:.2rem}.public-section-head p{margin:0 auto}.public-section-head p,.public-stream-panel h3{color:var(--theme-home-section-label-color,var(--theme-muted,var(--muted)));text-align:center;font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif;font-size:clamp(.9rem,1.4vw,1.06rem);line-height:1.35;letter-spacing:.08em;text-transform:uppercase;font-weight:400}.public-stream-panel h3{margin:0 auto .45rem}.public-featured-post{border:0;border-radius:var(--theme-home-card-radius,14px);background:transparent;padding:.25rem 0}.public-post-thumb{display:block;width:100%;max-height:230px;object-fit:cover;border-radius:var(--theme-home-image-radius,10px);border:1px solid var(--line);margin-bottom:.75rem}.public-featured-post h3{margin:.25rem 0 .5rem;font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif;font-size:clamp(1.3rem,2.8vw,var(--theme-home-post-card-title-size,32px));letter-spacing:-.045em;line-height:1.1;text-wrap:pretty;color:var(--theme-home-post-card-title-color,var(--theme-text,var(--ink)))}.public-meta{color:var(--theme-home-meta-color,var(--theme-muted,var(--muted)));margin-bottom:0;font-size:var(--theme-home-meta-size,12px);letter-spacing:.01em;opacity:0;transform:translateY(-2px);transition:opacity .14s ease,transform .14s ease;pointer-events:none}.public-featured-post.is-inview .public-meta,.public-featured-post:focus-within .public-meta,.public-featured-post:hover .public-meta,.public-homepage-card.is-inview .public-meta,.public-homepage-card:focus-within .public-meta,.public-homepage-card:hover .public-meta{opacity:1;transform:translateY(0)}.public-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--theme-home-card-gap,16px);gap:var(--theme-home-card-gap,16px)}.public-post-grid>:only-child{grid-column:1/-1}.public-homepage-list{display:grid;grid-gap:var(--theme-home-card-gap,16px);gap:var(--theme-home-card-gap,16px)}.public-homepage-card{border:0;border-radius:var(--theme-home-card-radius,14px);background:transparent;padding:.25rem 0}.public-homepage-card h2{margin-bottom:.45rem}.public-homepage-card h3{margin:.25rem 0 .5rem;font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif;font-size:clamp(1.3rem,2.8vw,var(--theme-home-post-card-title-size,32px));letter-spacing:-.045em;line-height:1.1;text-wrap:pretty;color:var(--theme-home-post-card-title-color,var(--theme-text,var(--ink)))}.public-featured-post>p:not(.public-meta),.public-homepage-card>p:not(.public-meta){color:var(--theme-home-post-card-body-color,color-mix(in srgb,var(--theme-text,var(--ink)) 86%,var(--theme-muted,var(--muted)) 14%));font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.58;letter-spacing:.002em;text-wrap:pretty;margin:.05rem 0 0;max-width:none;text-align:left;opacity:0;transform:translateY(-2px);transition:opacity .14s ease,transform .14s ease;pointer-events:none}.public-homepage-card>p:not(.public-meta){font-size:clamp(.95rem,1.05vw,1.05rem);line-height:1.52}.public-featured-post.is-inview>p:not(.public-meta),.public-featured-post:focus-within>p:not(.public-meta),.public-featured-post:hover>p:not(.public-meta),.public-homepage-card.is-inview>p:not(.public-meta),.public-homepage-card:focus-within>p:not(.public-meta),.public-homepage-card:hover>p:not(.public-meta){opacity:1;transform:translateY(0)}.public-featured-post h3 a,.public-homepage-card h3 a{text-decoration:none}.public-homepage-admin{margin-bottom:var(--theme-home-card-gap,16px)}.public-stream-panel{background:var(--theme-home-stream-bg,var(--theme-panel-bg,var(--panel)));border-color:var(--theme-home-stream-border,var(--line))}@media (max-width:960px){.public-content-columns{grid-template-columns:1fr}.public-stream-column{position:static}.public-feature-grid,.public-post-grid{grid-template-columns:1fr}.public-writing{margin-left:0}.public-featured-post,.public-featured-post .public-meta,.public-featured-post h3,.public-featured-post>p:not(.public-meta),.public-homepage-card,.public-homepage-card .public-meta,.public-homepage-card h3,.public-homepage-card>p:not(.public-meta){text-align:center}.public-thought-list p,.public-thought-list span{font-size:.92rem}.public-thought-meta strong{font-size:.82rem}.public-thought-meta time,.public-thought-tags span{font-size:.8rem}}.public-post-page{max-width:100%;margin:0;padding:2rem 1rem 3rem;background:var(--theme-page-bg,#f7f6f3)}.public-post-shell{max-width:min(var(--theme-post-shell-max-width,1440px),100%);margin:0 auto;padding-inline:clamp(8px,1.25vw,18px)}.public-post-context{display:flex;align-items:center;gap:.35rem;font-size:var(--theme-post-context-size,13px);letter-spacing:.02em;color:var(--theme-muted,var(--muted));margin:0 0 .8rem clamp(14px,2.8vw,42px)}.public-post-context a{color:inherit;text-decoration:none}.public-post-layout{display:grid;grid-template-columns:minmax(0,calc(75ch + 2.7rem)) minmax(200px,1fr);grid-gap:clamp(16px,3vw,44px);gap:clamp(16px,3vw,44px);align-items:start}.public-post-article{max-width:min(var(--theme-post-article-max-width,900px),100%);margin:0 0 0 clamp(14px,2.8vw,42px);background:var(--theme-post-article-bg,color-mix(in srgb,var(--theme-page-bg,#f7f6f3) 74%,#ffffff 26%));border:0;border-radius:var(--theme-post-article-radius,0);padding:var(--theme-post-article-padding-y,22px) var(--theme-post-article-padding-x,28px)}.public-post-title{font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif;font-size:clamp(2rem,6vw,var(--theme-post-title-size,52px));line-height:1.08;letter-spacing:var(--theme-post-title-letter-spacing,-.05em);color:var(--theme-post-title-color,var(--theme-text,var(--ink)));margin-bottom:.45rem}.public-kicker{font-size:var(--theme-post-kicker-size,var(--theme-home-kicker-size,12px));color:var(--theme-post-kicker-color,var(--theme-muted,var(--muted)))}.template-post-excerpt .public-hero-sub{font-size:var(--theme-post-excerpt-size,var(--theme-home-subhead-size,22px));color:var(--theme-post-excerpt-color,var(--theme-muted,var(--muted)))}.public-post-meta{color:var(--theme-post-meta-color,var(--theme-muted,var(--muted)));margin-bottom:1rem;padding-bottom:.55rem;border-bottom:1px solid color-mix(in srgb,var(--theme-line,var(--line)) 72%,transparent);font-size:var(--theme-post-meta-size,13px);letter-spacing:.01em}.public-post-content{font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif;font-size:clamp(16px,calc(var(--theme-post-body-size, 20px) - 2px),24px);line-height:var(--theme-post-line-height,1.72);letter-spacing:-.006em;color:var(--theme-text,var(--ink));padding-inline:.1rem}.public-post-content>:first-child{margin-top:0}.public-post-content h1,.public-post-content h2,.public-post-content h3{line-height:1.2;margin:1.2rem 0 .55rem}.public-post-content h2{font-size:1.4em}.public-post-content h3{font-size:1.18em}.public-post-content p{margin:.72rem 0}.public-post-content ol,.public-post-content ul{padding-left:1.25rem}.public-post-content blockquote{margin:.95rem 0;padding-left:.8rem;border-left:3px solid var(--theme-post-blockquote-border,var(--line-strong));color:var(--theme-muted,var(--muted))}.public-post-content img{width:100%;max-width:100%;border-radius:var(--theme-post-image-radius,12px);border:1px solid var(--theme-line,var(--line));margin:1rem 0}.public-post-content a{color:var(--theme-post-link-color,#5a3a24)}.public-post-content iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:12px}.public-post-toc{position:-webkit-sticky;position:sticky;top:1rem;align-self:start;padding:.2rem .5rem;color:var(--theme-post-toc-color,color-mix(in srgb,var(--theme-text,var(--ink)) 58%,var(--theme-muted,var(--muted)) 42%))}.public-post-toc p{margin:0 0 .45rem;font-size:var(--theme-post-toc-title-size,12px);text-transform:uppercase;letter-spacing:.08em}.public-post-toc ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:.35rem;gap:.35rem}.public-post-toc li{margin:0;line-height:1.25}.public-post-toc li.is-subsection{padding-left:.7rem}.public-post-toc a{color:var(--theme-post-toc-color,color-mix(in srgb,var(--theme-text,var(--ink)) 58%,var(--theme-muted,var(--muted)) 42%));text-decoration:none;font-size:var(--theme-post-toc-link-size,14px)}.public-post-toc a.is-active,.public-post-toc a:hover{color:var(--theme-post-toc-active,var(--theme-text,var(--ink)))}.public-post-toc a.is-active{font-weight:600}.template-post-tags .public-thought-tags span{color:var(--theme-post-tag-color,var(--theme-muted,var(--muted)));border:1px solid var(--theme-post-tag-border,var(--theme-line,var(--line)));border-radius:999px;padding:.18rem .52rem}.template-divider{border-top-color:var(--theme-post-divider-color,var(--theme-line,var(--line)))}@media (max-width:1120px){.public-post-layout{grid-template-columns:minmax(0,1fr)}.public-post-toc{display:none}}@media (max-width:700px){.public-post-context{margin-left:.2rem}.public-post-article{margin-left:0;padding:1.1rem 1rem;max-width:100%}}.theme-editor-page{max-width:1200px;margin:0 auto;padding:1.4rem 1rem 2rem}.theme-workspace-page{max-width:1540px}.theme-workspace-head{align-items:center}.theme-workspace-grid{display:grid;grid-template-columns:390px minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:start}.theme-workspace-controls{position:-webkit-sticky;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow:auto}.theme-workspace-section{display:grid;grid-gap:.7rem;gap:.7rem}.theme-workspace-section+.theme-workspace-section{border-top:1px solid var(--line);padding-top:.85rem}.theme-workspace-section-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.theme-workspace-preview-head h2,.theme-workspace-section-head h2{margin:0;font-size:1rem}.theme-workspace-fields{display:grid;grid-gap:.65rem;gap:.65rem}.theme-workspace-field{display:grid;grid-gap:.28rem;gap:.28rem}.theme-workspace-field span{font-size:.78rem;color:var(--muted)}.theme-workspace-field input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:32px;padding:0;border:0;background:transparent}.theme-workspace-field input[type=range]::-webkit-slider-runnable-track{height:6px;border-radius:999px;background:linear-gradient(90deg,rgba(90,58,36,.24),rgba(90,58,36,.18) 55%,rgba(90,58,36,.1));border:1px solid rgba(90,58,36,.12)}.theme-workspace-field input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;margin-top:-7px;border-radius:50%;border:1px solid rgba(58,42,31,.28);background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.95),rgba(255,255,255,.68) 38%,transparent 40%),linear-gradient(180deg,#6d513f,#4f392c);box-shadow:0 2px 8px rgba(58,42,31,.22)}.theme-workspace-field input[type=range]::-moz-range-track{height:6px;border-radius:999px;background:linear-gradient(90deg,rgba(90,58,36,.24),rgba(90,58,36,.18) 55%,rgba(90,58,36,.1));border:1px solid rgba(90,58,36,.12)}.theme-workspace-field input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;border:1px solid rgba(58,42,31,.28);background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.95),rgba(255,255,255,.68) 38%,transparent 40%),linear-gradient(180deg,#6d513f,#4f392c);box-shadow:0 2px 8px rgba(58,42,31,.22)}.theme-workspace-field input[type=range]:focus{outline:none}.theme-workspace-field input[type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 0 4px rgba(90,58,36,.12),0 2px 8px rgba(58,42,31,.22)}.theme-workspace-field input[type=range]:focus::-moz-range-thumb{box-shadow:0 0 0 4px rgba(90,58,36,.12),0 2px 8px rgba(58,42,31,.22)}.theme-workspace-color-inputs{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:.55rem;gap:.55rem;align-items:center}.theme-workspace-font-import{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.5rem;gap:.5rem}.theme-workspace-font-import button{white-space:nowrap}.theme-workspace-color-inputs input[type=color]{padding:.14rem;height:40px}.theme-workspace-preview{gap:.9rem}.theme-workspace-preview-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.theme-preview-stage{border:1px solid var(--line);border-radius:18px;background:radial-gradient(circle at top left,rgba(90,58,36,.08),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.55),rgba(247,246,243,.92));padding:1rem}.theme-preview-rendered{border:1px solid rgba(17,24,39,.08);border-radius:18px;overflow:hidden}.theme-preview-empty{min-height:280px;display:grid;place-items:center;padding:1.5rem;border:1px dashed rgba(17,24,39,.12);border-radius:18px;color:var(--theme-muted,#6a6a63);background:rgba(255,255,255,.64);text-align:center}.theme-preview-canvas{border:1px solid rgba(17,24,39,.08);border-radius:18px;overflow:hidden}.theme-preview-row{grid-template-columns:minmax(0,1fr) 240px}.template-cta{background:var(--theme-post-cta-bg,#f3ede6);color:var(--theme-post-cta-text,var(--theme-text,var(--ink)));border-radius:var(--theme-post-cta-radius,20px);padding:var(--theme-post-cta-padding-y,28px) var(--theme-post-cta-padding-x,28px);border:var(--theme-post-cta-border-width,1px) solid var(--theme-post-cta-border-color,var(--theme-line,var(--line)))}.template-cta.is-tone-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.template-cta.is-tone-muted{color:var(--theme-muted,var(--muted))}.template-cta.is-tone-accent{box-shadow:inset 0 0 0 999px color-mix(in srgb,var(--theme-accent,#5a3a24) 10%,transparent)}.template-cta h3{margin:0 0 .35rem;font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif;font-size:1.35rem}.template-cta p{margin:0 0 .9rem;color:inherit}.theme-preview-cta-actions{display:flex;flex-wrap:wrap;gap:.55rem}.theme-preview-cta-actions.is-centered{justify-content:center}.theme-preview-cta-actions.is-right{justify-content:flex-end}.template-cta.template-cta-buttons-stack .theme-preview-cta-actions{flex-direction:column;align-items:flex-start}.template-cta.template-cta-buttons-stack .theme-preview-cta-actions.is-centered{align-items:center}.template-cta.template-cta-buttons-stack .theme-preview-cta-actions.is-right{align-items:flex-end}.public-primary-btn,.public-secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:999px;padding:.55rem .95rem;font-size:.85rem;text-decoration:none;border:1px solid transparent}.public-primary-btn{background:var(--theme-post-cta-button-bg,var(--theme-accent,#5a3a24));color:var(--theme-post-cta-button-text,var(--theme-accent-ink,#fff))}.public-secondary-btn{border-color:color-mix(in srgb,var(--theme-post-cta-button-bg,var(--theme-accent,#5a3a24)) 22%,transparent);color:var(--theme-post-cta-text,var(--theme-text,var(--ink)));background:transparent}.template-footer-note p,.theme-preview-footer-note p{margin:0;color:var(--theme-post-footer-note,var(--theme-muted,var(--muted)))}@media (max-width:1180px){.workspace-shellbar{align-items:flex-start;flex-direction:column}.workspace-docked-sidebar{padding-left:1.1rem}.workspace-docked-sidebar .status-line,.workspace-docked-sidebar .workspace-layout.sidebar-collapsed .workspace-main,.workspace-docked-sidebar .workspace-main{margin-left:0}.workspace-docked-sidebar .workspace-layout{display:grid}.workspace-docked-sidebar .workspace-layout.sidebar-collapsed .workspace-sidebar,.workspace-docked-sidebar .workspace-sidebar{position:-webkit-sticky;position:sticky;top:1rem;left:auto;width:auto;height:auto;max-height:calc(100vh - 2rem);border-left:1px solid var(--line);border-radius:14px}.theme-workspace-grid{grid-template-columns:1fr}.theme-workspace-controls{position:static;max-height:none}}@media (max-width:760px){.workspace-subbar{align-items:flex-start;flex-direction:column}.theme-workspace-preview-head{align-items:stretch;flex-direction:column}.theme-preview-row{grid-template-columns:1fr}}.theme-editor-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.theme-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.theme-panel{border:1px solid var(--line);border-radius:14px;background:var(--theme-panel-bg,var(--panel));padding:.9rem;display:grid;grid-gap:.6rem;gap:.6rem}.template-builder-page{max-width:1500px}.template-builder-head{align-items:center;margin-bottom:1.1rem}.template-builder-head-copy{display:grid;grid-gap:.4rem;gap:.4rem}.template-builder-headline{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem}.template-builder-headline h1{margin:0}.template-builder-summary{display:flex;flex-wrap:wrap;gap:.45rem;font-size:.76rem;color:var(--muted)}.template-builder-summary span{border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72);padding:.18rem .5rem}.template-builder-toolbar{flex-wrap:wrap;justify-content:flex-end}.template-builder-grid{grid-template-columns:320px minmax(0,1fr) minmax(360px,.95fr);gap:1rem;align-items:start}.template-builder-preview,.template-builder-sidebar{position:-webkit-sticky;position:sticky;top:1rem;align-self:start;max-height:calc(100vh - 2rem);overflow:auto}.template-builder-main{min-height:calc(100vh - 10rem)}.template-builder-section{display:grid;grid-gap:.65rem;gap:.65rem}.template-builder-section+.template-builder-section{border-top:1px solid var(--line);padding-top:.85rem}.template-builder-section-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.template-builder-main-head h2,.template-builder-section-head h2{margin:0;font-size:1rem}.template-builder-kicker{margin:0 0 .16rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.template-builder-ai-grid{display:grid;grid-gap:.7rem;gap:.7rem}.template-builder-library,.template-builder-outline-wrap,.template-builder-saved{display:grid;grid-gap:.55rem;gap:.55rem}.template-builder-library{max-height:520px;overflow:auto;padding-right:.15rem}.template-builder-library-card{border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.74);padding:.72rem;display:grid;grid-gap:.55rem;gap:.55rem}.template-builder-library-card button{justify-self:start}.template-builder-library-top{display:flex;align-items:center;justify-content:space-between;gap:.45rem}.template-builder-library-id{margin:.18rem 0 0;font-size:.72rem;color:var(--muted);font-family:ui-monospace,SFMono-Regular,monospace}.template-builder-library-copy{margin:.42rem 0 0;line-height:1.45}.template-builder-badge{border:1px solid rgba(58,42,31,.18);border-radius:999px;background:rgba(58,42,31,.06);color:#5d4636;padding:.12rem .46rem;font-size:.68rem;font-weight:600}.template-builder-inline-toolbar{margin-top:.45rem}.template-builder-main-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,320px);grid-gap:.8rem;gap:.8rem;align-items:end}.template-builder-name{justify-self:end;width:100%}.template-builder-outline-wrap{padding:.2rem;border:1px solid rgba(17,24,39,.08);border-radius:14px;background:rgba(248,248,246,.72)}.template-builder-outline-node{margin-left:.2rem}.template-builder-outline-chip{margin-bottom:.5rem;padding-right:1rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem}.template-builder-outline-chip-copy{display:grid;grid-gap:.16rem;gap:.16rem}.template-builder-outline-children{margin-left:1rem;padding-left:.85rem;border-left:1px solid rgba(15,23,42,.08)}.template-builder-warning-pill{flex-shrink:0;padding:.15rem .45rem;border-radius:999px;background:rgba(180,35,24,.12);color:#b42318;font-size:.7rem;font-weight:700}.template-builder-json{border-top:1px solid var(--line);padding-top:.8rem}.template-builder-json summary{cursor:pointer;font-weight:600;margin-bottom:.65rem}.template-builder-json-editor{font-family:ui-monospace,SFMono-Regular,monospace;min-height:520px}.template-builder-inspector{display:grid;grid-gap:.6rem;gap:.6rem}.template-builder-node-label{margin:0}.template-builder-warning-box{padding:.65rem .75rem;border-radius:12px;background:rgba(180,35,24,.08);color:#b42318;display:grid;grid-gap:.35rem;gap:.35rem}.template-builder-preview-frame-wrap{min-height:0}.template-builder-preview-frame{width:100%;min-height:900px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff}@media (max-width:1180px){.template-builder-grid{grid-template-columns:300px minmax(0,1fr)}.template-builder-preview{grid-column:1/-1;position:static;max-height:none;overflow:visible}}@media (max-width:920px){.template-builder-head{align-items:stretch;flex-direction:column}.template-builder-grid{grid-template-columns:1fr}.template-builder-preview,.template-builder-sidebar{position:static;max-height:none;overflow:visible}.template-builder-main-head{grid-template-columns:1fr}}.ig-template-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.75rem;gap:.75rem}.ig-template-preview-card{display:grid;grid-gap:.4rem;gap:.4rem}.ig-template-preview-label{margin:0;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.ig-template-preview-frame{position:relative;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 28px rgba(13,18,34,.16)}.ig-template-preview-text{position:absolute;white-space:pre-wrap;overflow:hidden}.ig-template-preview-image{position:absolute;display:block}@media (max-width:920px){.ig-workflow-steps{grid-template-columns:1fr}}.theme-checkbox{display:flex;align-items:center;justify-content:space-between}.theme-checkbox input[type=checkbox]{width:auto}.settings-popover-section{display:grid;grid-gap:.52rem;gap:.52rem;padding:.28rem}.settings-popover-section+.settings-popover-section{border-top:1px solid var(--line);margin-top:.45rem;padding-top:.65rem}.settings-popover label span{display:block;font-size:.74rem;color:var(--muted);margin-bottom:.2rem}.title-input{width:100%;border:0;outline:0;background:transparent;font-family:var(--font-writing),Georgia,serif;font-size:clamp(2.5rem,5vw,3.25rem);font-weight:600;line-height:1.08;letter-spacing:-.02em;padding:.25rem 0;border-radius:0}.title-input::placeholder{color:#a5a49f}.thought-limit-warning{color:#8e4e2b}.ai-panel{border:1px solid var(--line);border-radius:10px;background:#f7f6f3;padding:.6rem;margin:.3rem 0 .75rem;display:grid;grid-gap:.45rem;gap:.45rem}.ai-panel header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ai-panel header strong{font-size:.84rem}.ai-panel header button{border:1px solid transparent;background:transparent;color:var(--muted);font-size:.76rem;padding:.2rem .35rem}.ai-panel p{margin:0;font-size:.78rem;color:var(--muted)}.ai-panel blockquote{margin:0;border-left:2px solid var(--line-strong);background:#fff;border-radius:6px;padding:.45rem .55rem;font-size:.85rem;color:#3d3d39}.ai-panel label span{display:block;font-size:.72rem;color:var(--muted);margin-bottom:.18rem}.ai-panel textarea{width:100%;border:1px solid var(--line-strong);border-radius:8px;background:#fff;padding:.45rem .5rem;font-size:.84rem;line-height:1.4;resize:vertical}.ai-panel-actions{display:flex;justify-content:flex-end}.ai-panel-actions button{min-width:120px}.ai-replace-check{display:flex;align-items:center;gap:.42rem}.ai-replace-check input[type=checkbox]{width:auto}.schedule-toggle{align-self:end}.schedule-toggle input[type=checkbox]{width:auto;margin-top:.35rem}.schedule-toggle-inline{display:inline-flex;align-items:center;justify-content:space-between;gap:.45rem;padding:.2rem 0}.schedule-toggle-inline span{margin-bottom:0;font-size:.74rem}.schedule-toggle-inline input[type=checkbox]{width:auto;margin:0}.text-toggle{display:inline-flex;align-items:center;gap:.2rem;border:1px solid var(--line);border-radius:999px;padding:.1rem;background:#f7f6f2}.text-toggle button{border:0;border-radius:999px;padding:.12rem .5rem;font-size:.72rem;color:var(--muted);background:transparent}.text-toggle button.active{background:#fff;color:#3f3a31;box-shadow:0 1px 2px rgba(0,0,0,.08)}.meta-panel{border:1px dashed var(--line-strong);border-radius:12px;padding:.65rem;margin-bottom:.8rem;background:#fcfcfb}.meta-panel summary{cursor:pointer;font-weight:600;color:#555650}.meta-stack{margin-top:.7rem;display:grid;grid-gap:.65rem;gap:.65rem}.notion-canvas{border:0;border-radius:0;padding:.35rem 0 0;background:transparent;min-height:470px;position:relative}.notion-canvas.drag-over{outline:2px dashed #6f4f3a;outline-offset:5px}.post-link-drop-preview{position:absolute;pointer-events:none;border-radius:3px;background:rgba(65,110,210,.12);border-bottom:1px solid rgba(65,110,210,.45);box-shadow:inset 0 -1px 0 rgba(65,110,210,.35);z-index:4}.notion-canvas .ProseMirror{outline:none;min-height:430px;font-weight:400;max-width:80ch;line-height:1.6;padding:0 .55rem}.notion-canvas .ProseMirror p{margin:.55rem 0}.notion-canvas .ProseMirror ol,.notion-canvas .ProseMirror ul{margin:.45rem 0}.tiptap-drag-handle{width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;color:#9b9589;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab;background:#faf8f3;border:1px solid #e1d8cb;box-shadow:0 3px 10px rgba(0,0,0,.08)}.tiptap-drag-handle svg{width:.72rem;height:.72rem;fill:currentColor}.tiptap-handle-group{display:inline-flex;align-items:center;gap:.2rem}.tiptap-add-block{width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #e1d8cb;background:#faf8f3;color:#8d8679;font-size:.8rem;line-height:1;padding:0}.tiptap-add-block:hover{background:#f2eee7;color:#645b4e}.add-block-menu{position:fixed;z-index:80;display:grid;min-width:170px;background:#fff;border:1px solid var(--line-strong);border-radius:10px;padding:.24rem;box-shadow:0 12px 28px rgba(10,10,10,.16)}.add-block-menu button{border:0;background:transparent;text-align:left;border-radius:7px;padding:.38rem .45rem;font-size:.76rem;color:#2e2d29}.add-block-menu button:hover{background:#f2f5fd}.tiptap-drag-handle:hover{background:#f2eee7;color:#6f6558}.tiptap-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.tiptap-drag-target-line{position:absolute;left:.55rem;right:.55rem;height:1px;background:color-mix(in srgb,var(--theme-text,var(--ink)) 12%,transparent);opacity:.45;pointer-events:none;z-index:3}.notion-canvas .ProseMirror img{display:block;width:100%;max-width:100%;height:auto;border-radius:10px;margin:1rem 0;border:1px solid var(--line)}.notion-canvas .ProseMirror div[data-youtube-video]{margin:1rem 0}.notion-canvas .ProseMirror iframe{width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:10px}.editor-ai-bar{position:-webkit-sticky;position:sticky;bottom:calc(var(--editor-status-bar-height) + var(--editor-status-gap));z-index:16;margin:.85rem 0 0;display:flex;align-items:center;gap:.45rem;border:1px solid var(--line-strong);border-radius:999px;background:color-mix(in srgb,#ffffff 92%,#f0ece6 8%);box-shadow:0 10px 24px rgba(20,22,30,.08);padding:.34rem .38rem .34rem .62rem}.editor-ai-bar input{flex:1 1;min-width:0;border:0;outline:0;background:transparent;font-size:.82rem;color:var(--theme-text,var(--ink))}.editor-ai-bar input::placeholder{color:var(--muted)}.editor-ai-bar button{border-radius:999px;padding:.3rem .7rem;font-size:.76rem}.editor-inspector{border-top:1px solid color-mix(in srgb,var(--line) 82%,transparent);background:color-mix(in srgb,var(--theme-panel-bg,var(--panel)) 72%,#f1ede7 28%);backdrop-filter:blur(10px) saturate(1.08);-webkit-backdrop-filter:blur(10px) saturate(1.08)}.editor-inspector-wrap{position:-webkit-sticky;position:sticky;left:auto;transform:none;bottom:0;z-index:18;width:100%;margin:.35rem 0 0;box-shadow:none;border-radius:10px;overflow:visible}.editor-inspector-toggle{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.34rem .62rem;text-align:left;min-height:30px;height:var(--editor-status-bar-height)}.editor-inspector-bar{display:flex;align-items:center;gap:.35rem;padding-right:.35rem}.editor-inspector-toggle code{font-size:.68rem;color:#6e695f;background:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-inspector.collapsed .editor-inspector-toggle{opacity:.78}.editor-inspector-meta{gap:.42rem}.editor-inspector-meta,.inspector-ai-toggle{display:inline-flex;align-items:center;flex-shrink:0}.inspector-ai-toggle{border:1px solid transparent;background:transparent;color:#7a7367;width:24px;height:24px;border-radius:6px;justify-content:center;line-height:1}.inspector-ai-toggle:hover{border-color:var(--line);background:rgba(255,255,255,.45);color:#5f584d}.inspector-ai-toggle.minimized{border-color:#8a7b68;color:#5d4a33;background:rgba(255,255,255,.5)}.inspector-meta-item{font-size:.67rem;color:#6f6a60;white-space:nowrap}.inspector-meta-item+.inspector-meta-item:before{content:"·";margin-right:.38rem;color:#9b958a}.inspector-meta-item.save.saving{color:#5f4b33}.inspector-meta-item.save.error{color:#7a3e34}.inspector-meta-item.save.clickable{cursor:pointer;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px}.inspector-meta-item.publish.published{color:#3f6a49}.inspector-meta-item.publish.scheduled{color:#6e5a37}.inspector-meta-item.ai-minimized-state{color:#6b5a44}.editor-inspector-body{position:absolute;left:0;right:0;bottom:calc(100% + 2px);border:1px solid var(--line);border-bottom:0;border-radius:12px 12px 0 0;background:color-mix(in srgb,#fcfbf8 84%,#efe9e1 16%);backdrop-filter:blur(12px) saturate(1.06);-webkit-backdrop-filter:blur(12px) saturate(1.06);padding:.5rem;display:grid;grid-gap:.5rem;gap:.5rem;box-shadow:0 -16px 30px rgba(14,12,8,.12)}.editor-inspector-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.editor-inspector-head span{font-size:.74rem;color:var(--muted)}.editor-inspector-head button{font-size:.72rem;padding:.22rem .45rem;border-radius:999px}.editor-inspector-body ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:.34rem;gap:.34rem;max-height:min(38vh,320px);overflow:auto}.editor-inspector-body li{border:1px solid var(--line);border-radius:8px;background:#fff;padding:.34rem;display:grid;grid-gap:.3rem;gap:.3rem}.editor-inspector-body li.selected{border-color:#8d7c66;box-shadow:0 0 0 1px rgba(141,124,102,.16)}.editor-inspector-body li.drag-over{border-color:#6f5d47;box-shadow:0 0 0 1px rgba(111,93,71,.2)}.inspector-select{width:100%;border:0;background:transparent;text-align:left;padding:0;display:grid;grid-gap:.1rem;gap:.1rem}.inspector-select strong{font-size:.76rem;color:#353229}.inspector-select span{font-size:.72rem;color:var(--muted)}.inspector-actions{display:flex;align-items:center;gap:.24rem}.inspector-actions button,.inspector-actions select{font-size:.72rem;padding:.2rem .38rem;border-radius:6px}.inspector-drag-handle{cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1;display:inline-flex;align-items:center;justify-content:center;min-width:24px}.inspector-drag-handle svg{width:.72rem;height:.72rem;fill:currentColor;opacity:.78}.inspector-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}@media (max-width:760px){.editor-command-bar{flex-direction:column;align-items:stretch}.editor-topline-actions{width:100%;justify-content:space-between;margin-left:0}.editor-command-context{width:100%;flex-wrap:wrap}.editor-command-docname{max-width:100%}.editor-command-chip.notice{max-width:100%;text-align:left}.editor-layout.has-sidepanel{grid-template-columns:1fr}.editor-sidepanel{position:static}.editor-ai-bar{border-radius:12px;flex-direction:column;align-items:stretch;padding:.5rem}.editor-ai-bar button{width:100%}.editor-inspector-toggle{flex-direction:column;align-items:flex-start;height:auto;min-height:28px}.editor-inspector-meta{width:100%;justify-content:flex-start;flex-wrap:wrap}.editor-inspector-bar{align-items:flex-start}.editor-inspector-wrap{width:100%;bottom:0}.editor-body{padding-bottom:1rem}}.media-library{border:1px solid var(--line);background:#fcfcfb;border-radius:12px;padding:.75rem;margin-bottom:.75rem}.media-library-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.6rem}.media-library-head .toolbar{align-items:center}.media-library-head input{width:210px}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.6rem;gap:.6rem}.media-card{border:1px solid var(--line);border-radius:10px;padding:.4rem;background:#fff}.media-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;border:1px solid var(--line)}.media-card p{margin:.35rem 0;font-size:.72rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-layout.focus-mode .workspace-main{border:0;background:transparent;padding:.2rem 0}@media (max-width:960px){.workspace-main-homepage-builder{grid-template-rows:minmax(0,1fr) minmax(180px,42vh)}.home-edit-grid,.workspace-main-with-preview{grid-template-columns:1fr}.homepage-preview-pane{position:static}.homepage-preview-body{height:56vh}.editor-control-row{flex-direction:column;align-items:stretch}.editor-topline-actions{justify-content:flex-start}}.tiptap-bubble-menu{display:flex;gap:.25rem;background:#18181a;color:#fff;border-radius:10px;border:1px solid #2e2e33;padding:.3rem;box-shadow:0 10px 24px rgba(0,0,0,.26)}.menu-btn{border:0;background:transparent;color:inherit;padding:.2rem .45rem;border-radius:6px;min-width:30px}.menu-btn:hover{background:#2a2a30}.menu-btn:disabled{opacity:.55;cursor:not-allowed}.menu-btn.active{background:#4a3527}.menu-link-wrap{position:relative}.link-picker-popover{position:absolute;top:calc(100% + .4rem);left:0;z-index:50;width:min(420px,calc(100vw - 2rem));display:grid;grid-gap:.45rem;gap:.45rem;background:#ffffff;color:#17171a;border:1px solid #dcdfe7;border-radius:12px;padding:.5rem;box-shadow:0 16px 36px rgba(12,16,30,.18)}.link-picker-input{width:100%;border:1px solid #d1d5de;border-radius:8px;padding:.45rem .55rem;font-size:.84rem}.link-picker-input:focus{outline:2px solid #97b4ff;outline-offset:1px;border-color:#a8baf0}.link-picker-current{margin:0;font-size:.72rem;color:#666d7f}.link-picker-error{margin:0;font-size:.74rem;color:#b42318}.link-picker-list{max-height:260px;overflow:auto;display:grid;grid-gap:.2rem;gap:.2rem}.link-picker-section{margin:.2rem 0 0;padding:.2rem .3rem;font-size:.68rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#6f7789}.link-picker-item{width:100%;border:0;background:transparent;border-radius:8px;padding:.45rem .52rem;text-align:left;display:grid;grid-gap:.08rem;gap:.08rem}.link-picker-item:hover{background:#eef3ff}.link-picker-item.active{background:#e2ebff}.link-picker-item strong{font-size:.81rem;color:#1e2435;font-weight:600}.link-picker-item span{font-size:.72rem;color:#6f7789}.link-picker-item em{font-size:.69rem;color:#8a91a2;font-style:normal}.link-picker-empty{margin:0;padding:.5rem;font-size:.77rem;color:#747a89}.link-picker-actions{display:flex;justify-content:flex-end;gap:.35rem}.link-picker-actions button{border:1px solid #d1d5de;border-radius:7px;background:#f9fafb;padding:.24rem .45rem;font-size:.74rem}.link-picker-actions button:hover{background:#eff2f7}.tiptap-float-menu{width:min(320px,calc(100vw - 2rem));display:grid;background:#fff;border:1px solid var(--line-strong);border-radius:12px;padding:.35rem;box-shadow:0 14px 28px rgba(16,18,24,.14)}.menu-query{font-size:.75rem;color:var(--muted);padding:.2rem .45rem .4rem;border-bottom:1px solid var(--line);margin-bottom:.2rem}.menu-item{width:100%;border:0;background:transparent;border-radius:8px;padding:.45rem .55rem;text-align:left;display:grid;grid-gap:.08rem;gap:.08rem}.menu-item:hover{background:#f2f5fd}.menu-item.active{background:#e8eefc}.menu-item strong{font-size:.84rem}.menu-item span{color:var(--muted);font-size:.74rem}.menu-empty{color:var(--muted);font-size:.78rem;padding:.5rem}.empty-state{border:1px dashed var(--line-strong);border-radius:12px;color:var(--muted);background:#fafaf9;padding:1.2rem}.newsletter-signup{border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-left:0;border-right:0;border-radius:0;padding:.82rem 0;margin:0 0 1rem;text-align:center}.newsletter-signup h3{margin:0;color:var(--theme-muted,var(--muted));font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif;font-size:clamp(.9rem,1.4vw,1.06rem);line-height:1.35;letter-spacing:.08em;text-transform:uppercase;font-weight:400}.newsletter-signup p{margin:.24rem 0 0}.newsletter-signup-subtext{opacity:0;transform:translateY(-2px);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.newsletter-signup:focus-within .newsletter-signup-subtext,.newsletter-signup:hover .newsletter-signup-subtext{opacity:1;transform:translateY(0)}.newsletter-signup-form{margin-top:.52rem;display:flex;gap:.45rem;justify-content:center;align-items:center}.newsletter-signup-form input{width:min(420px,100%);min-width:220px;padding:.55rem .75rem;font-size:.95rem}.newsletter-signup-form button,.newsletter-signup-form input{min-height:42px;font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif}.newsletter-signup-form button{padding:.55rem .9rem;font-size:.92rem}.newsletter-signup-form input::placeholder{font-family:var(--theme-font-writing,var(--font-writing)),Georgia,serif;opacity:.62}.newsletter-signup-notice{color:#1f5f2d;min-height:1.12rem;opacity:0;transform:translateY(2px);transition:opacity .18s ease,transform .18s ease}.newsletter-signup-notice.visible{opacity:1;transform:translateY(0)}.newsletter-signup-error{color:#9f1239;min-height:1.12rem;opacity:0;transform:translateY(2px);transition:opacity .18s ease,transform .18s ease}.newsletter-signup-error.visible{opacity:1;transform:translateY(0)}.newsletter-state-page{min-height:60vh;display:grid;place-items:center;padding:1.2rem}.newsletter-state-card{width:min(560px,100%);border:1px solid var(--line);border-radius:12px;background:#fff;padding:1.1rem}.newsletter-state-card h1{margin:0 0 .6rem}@media (max-width:980px){.workspace-layout{grid-template-columns:1fr}.workspace-sidebar{position:static;max-height:unset}.workspace-main{min-height:unset}.editor-command-row{flex-direction:column;align-items:flex-start}.editor-meta-grid{grid-template-columns:1fr}.newsletter-signup-form{flex-direction:column}.newsletter-signup-subtext{opacity:1;transform:translateY(0)}}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0d7163{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0d7163{--font-dm-sans:"DM Sans","DM Sans Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_1fdbab{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}.__variable_1fdbab{--font-source-sans-3:"Source Sans 3","Source Sans 3 Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_0a80b4{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_0a80b4{--font-playfair-display:"Playfair Display","Playfair Display Fallback"}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_f58324{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_f58324{--font-cormorant-garamond:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/03b436aa846269de-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/0086f8992871c45b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/ab00a911ac2adf48-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/36008747766f78c6-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/6d38f9d4e0f4772b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/08aedeceaf1dcd57-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lora Fallback;src:local("Times New Roman");ascent-override:87.33%;descent-override:23.78%;line-gap-override:0.00%;size-adjust:115.20%}.__className_c1a059{font-family:Lora,Lora Fallback;font-style:normal}.__variable_c1a059{--font-lora:"Lora","Lora Fallback"}