@import"https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Mono:wght@400;500&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600;700&family=Literata:ital,opsz,wght@0,7..72,400;0,7..72,500;0,7..72,600;1,7..72,400;1,7..72,500&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400;1,6..72,500&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,500;0,8..60,600;1,8..60,400;1,8..60,500&display=swap";:root{--frame: 1040px;--reading: 728px;--sans: "DM Mono", ui-monospace, monospace;--writer: "Newsreader", Georgia, serif;--bg: #18213e;--panel: #212c50;--panel-raised: #2b3760;--ink: #f5f0e7;--muted: #aeb8d5;--line: #465271;--accent: #ff5c39;--accent-ink: #18213e;--accent-wash: #283969;--selection: #ff5c39;color-scheme:dark}[data-font=literata]{--writer: "Literata", Georgia, serif}[data-font=cormorant]{--writer: "Cormorant Garamond", Georgia, serif}[data-font=ibm-plex-mono]{--writer: "IBM Plex Mono", "DM Mono", ui-monospace, monospace}[data-font=helvetica]{--writer: Helvetica, Arial, sans-serif}[data-font=source-serif]{--writer: "Source Serif 4", Georgia, serif}[data-font=alegreya]{--writer: "Alegreya", Georgia, serif}[data-theme=catppuccin]{--bg:#302138;--panel:#432c4b;--panel-raised:#57375d;--ink:#fff5e9;--muted:#d1aec9;--line:#6f4c72;--accent:#ff795c;--accent-ink:#302138;--accent-wash:#59394e;--selection:#ff795c}[data-theme=everforest]{--bg:#24362e;--panel:#30483b;--panel-raised:#3c5a49;--ink:#f7f1da;--muted:#bfcbab;--line:#597362;--accent:#ebbd55;--accent-ink:#24362e;--accent-wash:#405442;--selection:#ebbd55}[data-theme=kanagawa]{--bg:#20222c;--panel:#2d2e3a;--panel-raised:#3b3b4a;--ink:#eee6cf;--muted:#c2b8a4;--line:#585765;--accent:#e86b50;--accent-ink:#20222c;--accent-wash:#46343b;--selection:#e86b50}[data-theme=gruvbox]{--bg:#322b25;--panel:#45392f;--panel-raised:#58493b;--ink:#f5e7c6;--muted:#d1bfa1;--line:#715d49;--accent:#f05b39;--accent-ink:#322b25;--accent-wash:#593d31;--selection:#f05b39}[data-theme=rose-pine]{--bg:#2b2134;--panel:#3a2b43;--panel-raised:#4e3757;--ink:#fff5ea;--muted:#d9b7c6;--line:#6c506d;--accent:#e7eb60;--accent-ink:#2b2134;--accent-wash:#4e4943;--selection:#e7eb60}[data-theme=nord]{--bg:#223340;--panel:#2d4350;--panel-raised:#395765;--ink:#f2f5ed;--muted:#bad0d1;--line:#557581;--accent:#fa6550;--accent-ink:#223340;--accent-wash:#3c535b;--selection:#fa6550}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:13px;transition:background .28s ease,color .28s ease}button{font:inherit;color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}::selection{background:color-mix(in srgb,var(--selection) 38%,#000);color:#fff;text-shadow:none}.home-shell,.editor-shell{width:min(var(--frame),calc(100% - 64px));margin:auto}.home-shell{padding:27px 0 74px}.editor-shell{min-height:100vh;padding:25px 0 20px;background-color:var(--accent-wash)}.home-header,.editor-header{height:38px;display:flex;align-items:center;justify-content:space-between}.wordmark{font-family:var(--writer);font-size:29px;font-weight:500;letter-spacing:-.065em;line-height:1}.wordmark span{color:var(--accent);font-family:var(--sans);font-size:20px;margin-left:1px}.preferences{position:relative}.icon-button,.new-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:0;background:transparent;font-size:17px;transition:.16s ease}.icon-button:hover,.new-icon:hover{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);transform:translateY(-1px)}.preferences-popover{position:absolute;z-index:8;top:44px;right:0;width:302px;padding:17px;background:var(--panel);border:1px solid var(--line);box-shadow:9px 9px 0 var(--accent-wash),0 18px 50px #0004}.menu-label{margin:0 0 10px;color:var(--muted);font-size:9px;letter-spacing:.15em;text-transform:uppercase}.eyebrow{margin:0 0 35px;color:var(--muted);font-size:9px;letter-spacing:.15em;text-transform:uppercase}.theme-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px}.theme-option{display:flex;align-items:center;gap:7px;min-height:38px;border:1px solid transparent;background:transparent;padding:5px;color:var(--ink);text-align:left;font-size:10px}.theme-option:hover,.theme-option.selected{background:var(--panel-raised);border-color:var(--line)}.theme-option.selected{border-left:3px solid var(--accent);padding-left:3px}.theme-option span{display:flex;flex-direction:column;gap:2px}.theme-option small{color:var(--muted);font-size:8px}.swatch{display:block;flex:0 0 auto;width:13px;height:24px;background:#ff5c39}.swatch.catppuccin{background:#ff795c}.swatch.everforest{background:#ebbd55}.swatch.kanagawa{background:#e86b50}.swatch.gruvbox{background:#f05b39}.swatch.rose-pine{background:#e7eb60}.swatch.nord{background:#fa6550}.font-label{margin-top:19px}.font-options{display:flex;gap:3px}.font-options button{flex:1;padding:8px 4px;border:1px solid var(--line);background:transparent;font-family:var(--writer);font-size:14px}.font-options button:hover,.font-options button.selected{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.welcome{position:relative;width:69%;padding:clamp(82px,13vw,148px) 0 112px}.welcome:before{content:"";position:absolute;top:clamp(76px,12.3vw,140px);left:-26px;width:8px;height:8px;background:var(--accent)}.welcome h1{margin:13px 0 21px;font-family:var(--writer);font-size:clamp(40px,5.85vw,69px);line-height:.83;letter-spacing:-.07em;font-weight:500}.welcome h1 em{font-weight:400;font-style:normal}.lede{max-width:412px;margin:0;color:var(--muted);font-family:var(--writer);font-size:20px;line-height:1.38}.new-draft{margin-top:31px;display:inline-flex;align-items:center;gap:13px;border:0;border-radius:0;background:var(--accent);color:var(--accent-ink);padding:14px 18px;font-size:10px;letter-spacing:.05em;text-transform:uppercase;transition:transform .16s ease,box-shadow .16s ease}.new-draft:hover{transform:translate(-3px,-3px);box-shadow:3px 3px 0 var(--ink)}.new-draft span{font-size:18px;line-height:9px}.recent-section{width:78%}.section-heading{display:flex;align-items:baseline;justify-content:space-between;padding:0 0 11px;border-bottom:2px solid var(--accent)}.section-heading h2{margin:0;font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.section-heading span{color:var(--muted);font-size:10px}.draft-card{display:flex;justify-content:space-between;gap:40px;position:relative;padding:24px 24px 22px 0;border-bottom:1px solid var(--line);transition:background .16s ease,padding .16s ease}.draft-card:after{content:"↗";position:absolute;right:6px;top:50%;color:var(--accent);opacity:0;font-size:16px;transform:translateY(-50%);transition:opacity .16s ease}.draft-card:hover{padding-left:12px;background:var(--panel)}.draft-card:hover:after{opacity:1}.draft-card h3{margin:0 0 8px;font-family:var(--writer);font-size:26px;line-height:1;letter-spacing:-.035em;font-weight:500}.draft-card p{max-width:555px;margin:0;overflow:hidden;color:var(--muted);font-family:var(--writer);font-size:16px;white-space:nowrap;text-overflow:ellipsis}.draft-card footer{align-self:center;color:var(--muted);font-size:9px;white-space:nowrap}.draft-card footer i{display:inline-block;width:3px;height:3px;margin:0 7px 2px;background:var(--accent)}.draft-card footer span{display:none}.empty-state{padding:51px 0;color:var(--muted);font-family:var(--writer);font-size:22px;font-style:italic}.editor-actions{display:flex;align-items:center;gap:12px}.save-status,.read-time{color:var(--muted);font-size:9px;letter-spacing:.02em}.save-status{min-width:57px;text-align:right}.read-time{padding-left:12px;border-left:1px solid var(--line)}.writing-surface{width:var(--reading);max-width:100%;margin:clamp(72px,13vh,142px) auto 0;padding-bottom:30vh;background-color:var(--accent-wash)}.editor-hint{position:fixed;right:max(32px,calc((100vw - var(--frame))/2));bottom:19px;margin:0;color:var(--line);font-size:9px}.editor-hint kbd{padding:1px 4px;border:1px solid var(--line);font:inherit}#editorjs .codex-editor{padding:0}#editorjs .codex-editor__redactor{padding-bottom:0!important}#editorjs .ce-block__content,#editorjs .ce-toolbar__content{max-width:var(--reading)}#editorjs .ce-block,#editorjs .ce-block__content{margin:0}#editorjs .ce-paragraph,#editorjs .ce-header,#editorjs .cdx-quote__text,#editorjs .cdx-quote__caption,#editorjs .cdx-list{color:var(--ink);font-family:var(--writer)}#editorjs .ce-paragraph{padding:0 0 14px;font-size:23px;line-height:1.55;letter-spacing:-.016em}#editorjs .ce-header{padding:31px 0 10px;line-height:.98;letter-spacing:-.052em;font-weight:500}#editorjs h1.ce-header{font-size:58px}#editorjs h2.ce-header{font-size:42px}#editorjs h3.ce-header{font-size:30px}#editorjs .cdx-list{margin:4px 0 18px;padding-left:23px;font-size:22px;line-height:1.55}#editorjs .cdx-list__item{padding-left:8px}#editorjs .cdx-quote{margin:17px 0 26px;padding:6px 0 6px 23px;border-left:4px solid var(--accent)}#editorjs .cdx-quote__text{min-height:0;font-size:27px;line-height:1.33;font-style:italic}#editorjs .cdx-quote__caption{margin-top:11px;color:var(--muted);font-family:var(--sans);font-size:9px;letter-spacing:.04em}#editorjs .ce-paragraph[data-placeholder-active]:empty:before{color:var(--muted)}#editorjs .ce-toolbar__plus,#editorjs .ce-toolbar__settings-btn{border-radius:0;color:var(--muted)}#editorjs .ce-toolbar__plus:hover,#editorjs .ce-toolbar__settings-btn:hover{background:var(--accent);color:var(--accent-ink)}#editorjs .ce-popover{border:1px solid var(--line);border-radius:0;background:var(--panel);color:var(--ink);box-shadow:7px 7px 0 var(--accent-wash),0 15px 40px #0005}#editorjs .ce-popover-item:hover,#editorjs .ce-popover-item--focused{background:var(--panel-raised)}#editorjs .ce-popover-item__title,#editorjs .ce-popover-item__secondary-title{color:var(--ink);font-family:var(--sans);font-size:10px}#editorjs .ce-popover-item__icon{background:transparent}#editorjs .ce-inline-toolbar{border:1px solid var(--line);border-radius:0;background:var(--panel)}#editorjs .ce-inline-tool{border-radius:0;color:var(--muted)}#editorjs .ce-inline-tool:hover,#editorjs .ce-inline-tool--active{background:var(--accent);color:var(--accent-ink)}#editorjs .ce-conversion-toolbar{border:1px solid var(--line);border-radius:0;background:var(--panel)}#editorjs .tc-wrap{--color-background:var(--panel);--color-border:var(--line)}@media(max-width:700px){.home-shell,.editor-shell{width:calc(100% - 40px)}.welcome{width:100%;padding:90px 0 94px}.welcome:before{top:83px;left:-12px}.welcome h1{font-size:42px}.recent-section{width:100%}.draft-card{gap:10px}.draft-card footer{display:none}.writing-surface{margin-top:81px}.editor-hint{display:none}#editorjs .ce-paragraph{font-size:21px}#editorjs h1.ce-header{font-size:45px}#editorjs h2.ce-header{font-size:35px}#editorjs h3.ce-header{font-size:28px}}.home-shell{width:100%;min-height:100vh;margin:0;padding:27px 0 0}.home-header{width:min(var(--frame),calc(100% - 64px));margin:auto}.home-workspace{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);min-height:calc(100vh - 87px);margin-top:22px}.home-workspace .welcome{width:auto;margin:0;padding:clamp(88px,11vw,145px) max(32px,calc((100vw - var(--frame))/2)) 90px;border-right:1px solid var(--line)}.home-workspace .welcome:before{left:auto;right:-4px}.home-workspace .recent-section{width:auto;margin:0;padding:clamp(56px,7vw,92px) max(32px,calc((100vw - var(--frame))/2)) 50px 48px;background:var(--panel)}.home-workspace .section-heading{border-bottom-color:var(--line)}.home-workspace .draft-list{margin-top:1px}.draft-card{display:block;padding:0}.draft-card:after{display:none}.draft-card:hover{padding:0;background:transparent}.draft-open{display:flex;justify-content:space-between;gap:24px;padding:22px 34px 20px 0;border-bottom:1px solid var(--line);transition:background .16s ease,padding .16s ease}.draft-open:hover{padding-left:11px;background:var(--panel-raised)}.delete-draft{position:absolute;z-index:1;top:50%;right:4px;width:25px;height:25px;border:0;border-radius:50%;background:transparent;color:var(--muted);font-size:17px;line-height:1;opacity:0;transform:translateY(-50%);transition:opacity .16s ease,background .16s ease,color .16s ease}.draft-card:hover .delete-draft,.delete-draft:focus-visible{opacity:1}.delete-draft:hover{background:var(--accent);color:var(--accent-ink)}.empty-state{padding:46px 0}.preferences-popover{width:456px;max-height:min(720px,calc(100vh - 90px));overflow:auto;padding:18px}.preferences-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;color:var(--ink);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.preferences-heading button{width:24px;height:24px;border:1px solid var(--line);background:transparent;color:var(--muted);font-size:18px;line-height:1}.preferences-heading button:hover{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.preference-tabs{display:flex;gap:1px;margin-bottom:12px}.preference-tabs button{flex:1;padding:8px;border:1px solid var(--line);background:transparent;color:var(--muted);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.preference-tabs button.active{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.theme-grid{grid-template-columns:repeat(2,1fr);gap:6px}.theme-option{position:relative;min-height:82px;padding:8px;border-color:var(--line)}.theme-option:hover,.theme-option.selected{background:var(--panel-raised)}.theme-option.selected{border-left:1px solid var(--line);padding-left:8px;box-shadow:inset 0 -3px var(--accent)}.theme-option em{position:absolute;right:8px;top:8px;color:var(--accent);font-size:12px;font-style:normal}.theme-preview{position:relative;display:grid;place-items:center;flex:0 0 auto;width:52px;height:61px;overflow:hidden;color:#f7f3ea;background:#18213e}.theme-preview b{position:relative;z-index:1;font-family:var(--writer);font-size:24px;font-weight:500}.theme-preview i{position:absolute;right:-9px;bottom:-9px;width:32px;height:32px;border-radius:50%;background:#ff5c39}.theme-preview.catppuccin{background:#302138}.theme-preview.catppuccin i{background:#ff795c}.theme-preview.everforest{background:#24362e}.theme-preview.everforest i{background:#ebbd55}.theme-preview.kanagawa{background:#20222c}.theme-preview.kanagawa i{background:#e86b50}.theme-preview.gruvbox{background:#322b25}.theme-preview.gruvbox i{background:#f05b39}.theme-preview.rose-pine{background:#2b2134}.theme-preview.rose-pine i{background:#e7eb60}.theme-preview.nord{background:#223340}.theme-preview.nord i{background:#fa6550}.font-options{display:grid;grid-template-columns:1fr;gap:6px}.font-option{display:block;min-height:76px;padding:10px 12px;border:1px solid var(--line);background:transparent;color:var(--ink);text-align:left}.font-option:hover,.font-option.selected{background:var(--panel-raised)}.font-option.newsreader{font-family:Newsreader,Georgia,serif}.font-option.literata{font-family:Literata,Georgia,serif}.font-option.cormorant{font-family:Cormorant Garamond,Georgia,serif}.font-option.ibm-plex-mono{font-family:IBM Plex Mono,DM Mono,ui-monospace,monospace}.font-option.helvetica{font-family:Helvetica,Arial,sans-serif}.font-option.source-serif{font-family:"Source Serif 4",Georgia,serif}.font-option.alegreya{font-family:Alegreya,Georgia,serif}.font-name{display:flex;justify-content:space-between;color:var(--muted);font-family:var(--sans);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.font-name i{color:var(--accent);font-style:normal}.font-option strong{display:block;margin-top:8px;font-size:22px;font-weight:400;line-height:1}.font-option.selected{box-shadow:inset 3px 0 var(--accent)}.advanced-settings section+section{margin-top:19px}.core-settings label{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid var(--line);cursor:pointer}.core-settings label>span{display:flex;flex-direction:column;gap:3px}.core-settings b,.tool-settings b{font-size:10px;font-weight:500}.core-settings small,.tool-settings small{color:var(--muted);font-size:8px;line-height:1.3}.core-settings input{position:absolute;opacity:0;pointer-events:none}.core-settings label>i{position:relative;flex:0 0 auto;width:30px;height:16px;border:1px solid var(--line);background:var(--bg)}.core-settings label>i:after{content:"";position:absolute;left:2px;top:2px;width:10px;height:10px;background:var(--muted);transition:transform .16s ease,background .16s ease}.core-settings input:checked+i{border-color:var(--accent)}.core-settings input:checked+i:after{background:var(--accent);transform:translate(14px)}.tool-settings{display:grid;grid-template-columns:1fr 1fr;gap:5px}.tool-settings button{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:8px;min-height:51px;padding:7px;border:1px solid var(--line);background:transparent;color:var(--ink);text-align:left}.tool-settings button:hover{background:var(--panel-raised)}.tool-settings button.selected{box-shadow:inset 3px 0 var(--accent)}.tool-settings button>em{display:grid;place-items:center;width:30px;height:30px;background:var(--panel-raised);color:var(--muted);font-size:10px;font-style:normal}.tool-settings button.selected>em{background:var(--accent);color:var(--accent-ink)}.tool-settings button>span{display:flex;min-width:0;flex-direction:column;gap:3px}.tool-settings button>i{color:var(--muted);font-size:7px;font-style:normal;text-transform:uppercase}.tool-settings button.selected>i{color:var(--accent)}.advanced-note{margin:16px 0 0;padding:10px;background:var(--bg);color:var(--muted);font-size:8px;line-height:1.5}.editor-brand{display:flex;align-items:center;gap:11px}.back-link{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--line);color:var(--muted);font-size:16px;transition:background .16s ease,color .16s ease,border-color .16s ease}.back-link:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.delete-overlay{position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#0007}.delete-dialog{width:min(420px,100%);padding:26px;border:1px solid var(--line);background:var(--panel);color:var(--ink);box-shadow:10px 10px 0 var(--accent)}.delete-dialog h2{margin:4px 0 12px;font-family:var(--writer);font-size:34px;font-weight:500;letter-spacing:-.04em;line-height:1}.delete-dialog>p:not(.eyebrow){margin:0 0 24px;color:var(--muted);font-family:var(--writer);font-size:17px}.delete-dialog>div{display:flex;gap:7px}.delete-dialog button{padding:10px 13px;border:1px solid var(--line);background:transparent;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.delete-dialog .confirm-delete{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.delete-dialog button:hover{transform:translateY(-1px)}.import-dialog{width:min(760px,100%)}.import-dialog .import-choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:0 0 14px}.import-dialog .import-choice{display:grid;min-height:142px;align-content:space-between;gap:14px;padding:14px 12px;color:var(--ink);font-family:var(--sans);text-align:left;text-transform:none;letter-spacing:0}.import-choice strong{font:500 17px/1.02 var(--writer);letter-spacing:-.025em}.import-choice small{color:var(--muted);font:9px/1.38 var(--sans);text-transform:none;letter-spacing:0}.import-dialog .import-choice--fresh{color:var(--muted)}.import-dialog .import-choice--reset{border-color:var(--accent);background:var(--accent-wash)}.import-dialog .import-choice--replace{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.import-choice--replace small{color:var(--accent-ink);opacity:.78}html.js .seo-home{visibility:hidden}@media(max-width:700px){.home-shell{padding-top:20px}.home-header{width:calc(100% - 40px)}.home-workspace{display:block;margin-top:18px}.home-workspace .welcome{padding:82px 20px 76px;border-right:0;border-bottom:1px solid var(--line)}.home-workspace .welcome:before{right:auto;left:8px}.home-workspace .recent-section{padding:42px 20px 62px}.draft-open{padding-right:26px}.delete-draft{opacity:1}.preferences-popover{width:min(456px,calc(100vw - 40px))}.theme-option{min-height:73px}.theme-preview{width:43px;height:53px}.theme-preview b{font-size:21px}}.home-shell{--home-gutter:clamp(24px, 3.2vw, 54px);width:100vw;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;gap:22px;padding:var(--home-gutter)}.home-header{width:100%;margin:0;flex:0 0 auto}.home-workspace{flex:1;min-height:calc(100vh - 130px);min-height:calc(100dvh - 130px);margin:0;padding:49px;background-color:var(--panel)}.home-workspace .welcome{padding:clamp(46px,6vw,92px)}.home-workspace .recent-section{min-height:100%;padding:clamp(38px,5vw,72px)}.home-workspace .recent-section{padding:clamp(46px,6vw,92px) 0 0 clamp(46px,6vw,92px);border:0}.tool-note{max-width:380px;margin:26px 0 0;padding-top:17px;border-top:1px solid var(--line);color:var(--muted);font-family:var(--writer);font-size:16px;line-height:1.42}.draft-open{align-items:center;min-width:0}.draft-open>div{min-width:0}.draft-card h3{max-width:100%;margin:0;overflow:hidden;font-size:27px;line-height:1.05;white-space:nowrap;text-overflow:ellipsis}.draft-open:hover{padding:22px 18px 20px 16px}.empty-state{padding:47px 0 0}.empty-state p{margin:0;color:var(--muted);font-family:var(--writer);font-size:22px;font-style:italic}.empty-state .new-draft{margin-top:23px}.capabilities{max-width:680px;margin:34px 0 0;padding-top:17px;border-top:1px solid var(--line)}.capabilities>.eyebrow{margin-bottom:12px}.capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.capability{display:grid;grid-template-columns:25px minmax(0,1fr);gap:8px;min-height:104px;margin:0;padding:13px 15px 14px 0;border-bottom:1px solid var(--line)}.capability:nth-child(odd){border-right:1px solid var(--line);padding-right:15px}.capability:nth-child(2n){padding-left:15px}.capability>span{color:var(--accent);font-size:8px;letter-spacing:.06em}.capability h2{margin:0 0 5px;font-family:var(--writer);font-size:17px;font-weight:500;letter-spacing:-.025em;line-height:1.05}.capability p{margin:0;color:var(--muted);font-family:var(--writer);font-size:13px;line-height:1.28}.home-workspace .section-heading{align-items:center;padding:0;border-bottom:0}.section-heading .eyebrow{margin:0}.timeline-list{--timeline-axis:20%;position:relative;margin-top:20px}.timeline-list:before{content:"";position:fixed;z-index:0;top:0;bottom:0;left:var(--timeline-fixed-axis, 50vw);width:1px;background:var(--line);pointer-events:none}.timeline-period{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:16px 0 9px calc(var(--timeline-axis) + 28px);color:var(--muted);font-size:8px;font-weight:400;letter-spacing:.09em;line-height:1;text-transform:uppercase}.timeline-period strong{padding-right:2px;color:var(--ink);font-size:9px;font-weight:500;letter-spacing:.08em}.timeline-period.timeline-year{color:var(--accent)}.timeline-entry{position:relative;z-index:1;display:grid;grid-template-columns:calc(var(--timeline-axis) - 12px) 24px minmax(0,1fr);align-items:center;min-height:58px;gap:0;border-bottom:0}.timeline-day{grid-column:1;justify-self:stretch;padding-right:18px;color:var(--muted);font-size:9px;letter-spacing:.06em;line-height:1;text-align:right;text-transform:uppercase}.timeline-node{z-index:2;grid-column:2;justify-self:center;width:11px;height:11px;border:2px solid var(--accent);border-radius:50%;background:var(--panel)}.timeline-entry .timeline-open,.timeline-entry .timeline-open:hover{display:grid;grid-column:3;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:20px;min-width:0;padding:15px 0 15px 18px;border-bottom:0;background:transparent}.timeline-open h3{margin:0;overflow:hidden;font-size:24px;text-overflow:ellipsis;white-space:nowrap}.timeline-open>time{color:var(--muted);font-size:8px;letter-spacing:.035em;white-space:nowrap}.timeline-open:hover h3{color:var(--accent)}.timeline-new-draft{display:grid;grid-column:1 / -1;grid-template-columns:calc(var(--timeline-axis) - 12px) 24px minmax(0,1fr);align-items:center;width:100%;min-height:58px;padding:0;border:0;background:transparent;color:var(--accent-ink);text-align:left}.timeline-new-node{z-index:2;grid-column:2;display:grid;place-items:center;justify-self:center;width:15px;height:15px;border-radius:50%;background:var(--accent);color:var(--accent-ink);font-size:14px;line-height:1}.timeline-new-label{grid-column:3;margin-left:18px;padding:14px 16px;background:var(--accent);color:var(--accent-ink);font-size:9px;letter-spacing:.08em;text-transform:uppercase;transition:transform .16s ease,box-shadow .16s ease}.timeline-new-draft:hover .timeline-new-label{transform:translate(4px);box-shadow:4px 0 0 var(--accent-wash)}.library-actions{display:flex;align-items:center;gap:13px}.add-draft{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:transparent;color:var(--ink);padding:6px 8px;font-size:8px;letter-spacing:.06em;text-transform:uppercase;transition:background .16s ease,border-color .16s ease,color .16s ease}.add-draft b{color:var(--accent);font-size:14px;font-weight:400;line-height:8px}.add-draft:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.add-draft:hover b{color:var(--accent-ink)}.home-actions{display:flex;align-items:center;gap:6px}.library-transfer{border:1px solid var(--line);background:transparent;color:var(--ink);padding:7px 9px;font-size:9px;letter-spacing:.065em;text-transform:uppercase;transition:transform .3s var(--flow),background .3s ease,color .3s ease,border-color .3s ease}.library-transfer:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-ink);transform:translateY(-2px)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.library-feedback{position:fixed;right:max(32px,calc((100vw - var(--frame))/2));bottom:42px;z-index:12;margin:0;padding:7px 9px;border:1px solid var(--line);background:var(--panel);color:var(--ink);font-size:9px;letter-spacing:.05em;text-transform:uppercase;box-shadow:4px 4px 0 var(--accent-wash)}#editorjs .cdx-list{margin:4px 0 18px -9px;padding-left:0}#editorjs .cdx-list-checklist{margin-left:-26px}#editorjs .cdx-list__item{padding-left:0}#editorjs .cdx-list__item-content{padding-left:12px}#editorjs .cdx-quote{margin-left:-27px}#editorjs .cdx-list__item-children{margin-left:0;padding-left:26px}#editorjs .ce-popover__items:has(>.ce-popover-item[data-item-name=header]){display:flex;flex-wrap:wrap;gap:3px}#editorjs .ce-popover__items:has(>.ce-popover-item[data-item-name=header])>.ce-popover-item{flex:0 0 100%}#editorjs .ce-popover__items:has(>.ce-popover-item[data-item-name=header])>.ce-popover-item[data-item-name=header]{flex:1 1 0;justify-content:center;gap:3px;padding:7px 3px}#editorjs .ce-popover-item[data-item-name=header] .ce-popover-item__secondary-title{display:none}#editorjs .ce-popover-item[data-item-name=header] .ce-popover-item__icon{width:24px;height:24px}#editorjs .ce-popover-item[data-item-name=header] .ce-popover-item__title{font-size:9px}@media(max-width:700px){.home-shell{--home-gutter:20px;gap:18px}.home-header{width:100%}.home-workspace{margin:0}.home-workspace .welcome{padding:68px 28px}.home-workspace .recent-section{padding:68px 0 0 28px;border:0}.capabilities{margin-top:30px}.capability-grid{grid-template-columns:1fr}.capability,.capability:nth-child(odd),.capability:nth-child(2n){min-height:auto;padding:13px 0;border-right:0}.timeline-list{--timeline-axis:74px}.timeline-period{padding-left:102px}.timeline-entry{grid-template-columns:62px 24px minmax(0,1fr)}.timeline-day{padding-right:12px;font-size:8px}.timeline-entry .timeline-open,.timeline-entry .timeline-open:hover{grid-template-columns:1fr;gap:4px;padding-left:12px}.timeline-new-draft{grid-template-columns:62px 24px minmax(0,1fr)}.timeline-new-label{margin-left:12px}.timeline-open>time{justify-self:start}.home-actions{gap:2px}.library-transfer{padding:7px 4px}.library-feedback{right:20px;bottom:20px}}.home-header,.editor-header{position:fixed;z-index:20;top:0;left:0;width:100vw;height:70px;min-height:70px;margin:0;padding:0 max(24px,calc((100vw - var(--frame))/2));background:var(--bg);border-bottom:1px solid var(--line)}.home-shell{padding-top:calc(var(--home-gutter) + 92px)}.editor-shell{min-height:100dvh;padding-top:92px}.home-workspace .welcome{border:0}.home-workspace .welcome:before{display:none}@media(max-width:700px){.home-header,.editor-header{height:auto;min-height:64px;padding:8px 20px;align-items:flex-start;gap:12px}.home-shell{padding-top:102px}.editor-shell{padding-top:120px}}.article-delete{border:1px solid var(--line);background:transparent;color:var(--ink);padding:7px 9px;font-size:9px;letter-spacing:.065em;text-transform:uppercase;transition:transform .3s var(--flow),background .3s ease,color .3s ease,border-color .3s ease}.article-delete:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-ink);transform:translateY(-2px)}.copy-action,.markdown-trigger{border:1px solid var(--line);background:transparent;color:var(--ink);padding:7px 9px;font-size:9px;letter-spacing:.065em;text-transform:uppercase;transition:transform .3s var(--flow),background .3s ease,color .3s ease,border-color .3s ease}.copy-action:hover,.markdown-trigger:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-ink);transform:translateY(-2px)}.copy-feedback{position:fixed;right:max(32px,calc((100vw - var(--frame))/2));bottom:42px;margin:0;padding:7px 9px;border:1px solid var(--line);background:var(--panel);color:var(--ink);font-size:9px;letter-spacing:.05em;text-transform:uppercase;box-shadow:4px 4px 0 var(--accent-wash)}.markdown-dialog{width:min(580px,100%);padding:26px;border:1px solid var(--line);background:var(--panel);color:var(--ink);box-shadow:10px 10px 0 var(--accent)}.markdown-dialog h2{margin:4px 0 12px;font-family:var(--writer);font-size:34px;font-weight:500;letter-spacing:-.04em;line-height:1}.markdown-dialog>p:not(.eyebrow){margin:0 0 17px;color:var(--muted);font-family:var(--writer);font-size:17px;line-height:1.35}.markdown-dialog textarea{display:block;width:100%;min-height:190px;margin:0 0 18px;resize:vertical;border:1px solid var(--line);border-radius:0;outline:0;background:var(--bg);color:var(--ink);padding:12px;font:13px/1.6 var(--sans)}.markdown-dialog textarea:focus{border-color:var(--accent);box-shadow:inset 0 -2px var(--accent)}.markdown-dialog>div{display:flex;gap:7px}.markdown-dialog button{padding:10px 13px;border:1px solid var(--line);background:transparent;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.markdown-dialog .confirm-delete{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}#editorjs .ce-popover{--color-background:var(--panel);--color-background-item-hover:var(--panel-raised);--color-background-item-focus:var(--panel-raised);--color-background-item-confirm:var(--accent-wash);--color-background-item-confirm-hover:var(--accent);--color-text-primary:var(--ink);--color-text-secondary:var(--muted);--color-border:var(--line);--color-border-icon:var(--line);--color-shadow:transparent;color:var(--ink)!important}#editorjs .ce-popover__container{border:1px solid var(--line)!important;border-radius:0!important;background:var(--panel)!important;box-shadow:7px 7px 0 var(--accent-wash),0 15px 40px #0005!important}#editorjs .ce-popover-item{color:var(--ink)!important}#editorjs .ce-popover-item__title,#editorjs .ce-popover-item__secondary-title{color:inherit!important;opacity:1!important}#editorjs .ce-popover-item__icon{border:1px solid var(--line)!important;background:var(--panel-raised)!important;color:var(--ink)!important}#editorjs .ce-popover-item:hover,#editorjs .ce-popover-item--focused{background:var(--panel-raised)!important;color:var(--ink)!important}#editorjs .ce-popover-item:hover .ce-popover-item__icon,#editorjs .ce-popover-item--focused .ce-popover-item__icon{border-color:var(--accent)!important;background:var(--accent)!important;color:var(--accent-ink)!important}#editorjs .ce-popover__search,#editorjs .cdx-search-field{border:1px solid var(--line)!important;background:var(--panel-raised)!important;color:var(--ink)!important}#editorjs .cdx-search-field__input{color:var(--ink)!important;caret-color:var(--accent)}#editorjs .cdx-search-field__input::placeholder{color:var(--muted)!important;opacity:1}#editorjs .cdx-search-field__icon{color:var(--muted)!important}#editorjs .cdx-marker{padding:0 .12em;background:var(--accent);color:var(--accent-ink)}#editorjs .inline-code{padding:.08em .28em;border:1px solid var(--line);background:var(--panel);color:var(--ink);font:.72em/1.3 var(--sans)}#editorjs .ce-code__textarea{min-height:120px;border:1px solid #353535;border-radius:7px;background:#111;color:#f5f5f5;padding:15px;font:13px/1.65 var(--sans);box-shadow:none}#editorjs .ce-delimiter{padding:28px 0;color:var(--accent);line-height:1;letter-spacing:.6em}#editorjs .ce-delimiter:before{content:"•••"}#editorjs .image-tool__image{overflow:hidden;border-radius:0;background:var(--panel)}#editorjs .image-tool__image-picture{display:block;max-width:100%;margin:auto}#editorjs .image-tool--withBorder .image-tool__image{border:1px solid var(--line)}#editorjs .image-tool--withBackground .image-tool__image{padding:22px;background:var(--panel)}#editorjs .image-tool__caption,#editorjs .embed-tool__caption{border:0;box-shadow:none;background:transparent;color:var(--muted);font:12px/1.45 var(--sans);text-align:center}#editorjs .cdx-button{border:1px solid var(--line);border-radius:0;background:var(--panel);color:var(--ink);font:10px var(--sans);text-transform:uppercase}#editorjs .cdx-button:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}#editorjs .embed-tool{margin:18px 0}#editorjs .embed-tool__content{overflow:hidden;border:1px solid var(--line);background:var(--panel)}#editorjs .embed-tool iframe{display:block;width:100%}#editorjs .tc-wrap{margin:18px 0 24px}#editorjs .tc-table{border:1px solid var(--line)}#editorjs .tc-row{border-bottom:1px solid var(--line)}#editorjs .tc-row:last-child{border-bottom:0}#editorjs .tc-cell{border-right:1px solid var(--line);color:var(--ink);font:16px/1.4 var(--writer)}#editorjs .tc-cell:last-child{border-right:0}#editorjs .tc-table--heading .tc-row:first-child .tc-cell{background:var(--panel);color:var(--ink);font-family:var(--sans);font-size:10px;font-weight:500;text-transform:uppercase}#editorjs .tc-cell--selected{background:var(--accent-wash)}#editorjs .tc-add-row,#editorjs .tc-add-column,#editorjs .tc-toolbox__toggler{color:var(--muted)}#editorjs .cdx-list-checklist .cdx-list__item{padding-left:0}#editorjs .cdx-list__checkbox{border-color:var(--line);border-radius:0;background:transparent}#editorjs .cdx-list__checkbox--checked{border-color:var(--accent);background:var(--accent)}#editorjs .tc-popover{border:1px solid var(--line);border-radius:0;background:var(--panel);box-shadow:6px 6px 0 var(--accent-wash)}#editorjs .tc-popover__item{color:var(--ink)}#editorjs .tc-popover__item:hover{background:var(--panel-raised)}#editorjs .tc-popover__item--confirm{color:var(--accent)}.seo-page{min-height:100dvh;padding:27px max(24px,calc((100vw - 1040px)/2)) 72px;background:var(--bg);color:var(--ink)}.seo-header{display:flex;align-items:center;justify-content:space-between;max-width:1040px;margin:0 auto;padding-bottom:24px;border-bottom:1px solid var(--line)}.seo-header nav,.seo-related{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:10px;letter-spacing:.06em;text-transform:uppercase}.seo-header nav a:hover,.seo-related a:hover,.seo-home a:hover{color:var(--accent)}.seo-home-copy{max-width:720px;margin:clamp(72px,12vw,150px) auto 0}.seo-home-copy h1,.seo-article h1{max-width:760px;margin:13px 0 24px;font-family:var(--writer);font-size:clamp(45px,7vw,78px);font-weight:500;line-height:.92;letter-spacing:-.065em}.seo-lede{max-width:650px;margin:0 0 48px;color:var(--muted);font-family:var(--writer);font-size:clamp(20px,2.2vw,27px);line-height:1.38}.seo-home-copy section{margin-top:78px}.seo-home-copy section h2{margin:0 0 12px;font-family:var(--writer);font-size:32px;font-weight:500;letter-spacing:-.04em;line-height:1}.seo-home-copy section p:not(.eyebrow){max-width:620px;color:var(--muted);font-family:var(--writer);font-size:19px;line-height:1.45}.seo-primary-link{display:inline-block;padding:12px 15px;background:var(--accent);color:var(--accent-ink);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.seo-guide-links,.seo-changelog-links,.seo-changelog-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.language-switcher{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:28px;color:var(--muted);font-size:13px}.language-switcher span{margin-right:4px}.language-switcher a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}.language-switcher a:hover,.language-switcher a[aria-current=true]{color:var(--ink);border-bottom-color:currentColor}.seo-guide-links li a,.seo-changelog-list li a{display:flex;flex-direction:column;gap:5px;padding:15px 17px;border:1px solid var(--line);background:var(--panel)}.seo-guide-links strong,.seo-changelog-list strong{font-family:var(--writer);font-size:24px;font-weight:500;letter-spacing:-.025em}.seo-guide-links span,.seo-changelog-list span{color:var(--muted);font-family:var(--writer);font-size:16px;line-height:1.35}.seo-changelog-links li a{color:var(--muted);font-family:var(--writer);font-size:19px}.seo-footer{max-width:720px;margin:120px auto 0;padding-top:17px;border-top:1px solid var(--line);color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.seo-article-page{padding-bottom:100px}.seo-article{max-width:760px;margin:clamp(68px,10vw,128px) auto 0}.seo-article .seo-lede{margin-bottom:60px}.seo-rich-content{color:var(--ink);font-family:var(--writer);font-size:21px;line-height:1.58}.seo-rich-content h2{margin:56px 0 14px;font-size:39px;line-height:1;letter-spacing:-.045em;font-weight:500}.seo-rich-content h3{margin:42px 0 12px;font-size:29px;line-height:1.05;letter-spacing:-.035em;font-weight:500}.seo-rich-content p{margin:0 0 20px}.seo-rich-content ul,.seo-rich-content ol{margin:8px 0 27px;padding-left:28px}.seo-rich-content li{padding-left:7px;margin:7px 0}.seo-rich-content li ul{margin:6px 0 5px}.seo-rich-content blockquote{margin:28px 0;padding:8px 0 8px 22px;border-left:4px solid var(--accent);font-size:27px;line-height:1.33;font-style:italic}.seo-rich-content blockquote p{margin:0}.seo-rich-content cite{display:block;margin-top:10px;color:var(--muted);font-family:var(--sans);font-size:10px;font-style:normal;letter-spacing:.04em}.seo-rich-content hr{margin:37px 0;border:0;border-top:1px solid var(--line)}.seo-rich-content figure{margin:28px 0;text-align:center}.seo-rich-content figure img{display:block;max-width:100%;margin:auto}.seo-rich-content figcaption{margin-top:9px;color:var(--muted);font-family:var(--sans);font-size:10px;line-height:1.4}.seo-rich-content pre{overflow:auto;margin:24px 0;padding:17px;border:1px solid #353535;border-radius:7px;background:#111;color:#f5f5f5;box-shadow:none;font:14px/1.6 var(--sans)}.seo-rich-content code{font-family:var(--sans);font-size:.8em}.seo-rich-content table{width:100%;border-collapse:collapse;font-size:17px}.seo-rich-content th,.seo-rich-content td{padding:9px 11px;border:1px solid var(--line);text-align:left}.seo-rich-content th{font-family:var(--sans);font-size:10px;letter-spacing:.06em;text-transform:uppercase}.seo-check-marker{display:inline-grid;place-items:center;width:18px;height:18px;margin:0 7px 0 -25px;border:1px solid var(--line);color:var(--accent);font-family:var(--sans);font-size:12px}.seo-date{margin-top:43px;color:var(--muted);font-size:10px;letter-spacing:.06em;text-transform:uppercase}.seo-related{max-width:760px;margin:82px auto 0;padding-top:19px;border-top:1px solid var(--line)}.seo-error{display:grid;place-content:center;min-height:100dvh;text-align:center}.seo-error h1{font-family:var(--writer);font-size:52px;font-weight:500;letter-spacing:-.05em}.app-shell-fallback{min-height:100dvh;display:grid;place-items:center;color:var(--muted);font-family:var(--writer);font-size:21px}@media(max-width:700px){.seo-page{padding:20px 20px 54px}.seo-header{align-items:flex-start;gap:18px}.seo-header nav{gap:9px;font-size:8px}.seo-home-copy{margin-top:73px}.seo-home-copy h1,.seo-article h1{font-size:clamp(43px,13vw,58px)}.seo-rich-content{font-size:19px}.seo-rich-content blockquote{font-size:24px}.seo-related{align-items:flex-start;flex-direction:column;gap:11px}}@media(max-width:700px){.editor-header{height:auto;min-height:38px;align-items:flex-start;gap:14px}.editor-actions{flex-wrap:wrap;justify-content:flex-end;gap:5px}.article-delete{padding:7px 5px}.read-time{display:none}.copy-action,.markdown-trigger{padding:7px 6px;font-size:8px}.copy-feedback{right:20px;bottom:20px}.markdown-dialog{padding:21px}.markdown-dialog h2{font-size:30px}}@media(max-width:480px){.tool-settings{grid-template-columns:1fr}.preferences-popover{max-height:calc(100vh - 76px)}}@media(min-width:901px){.home-shell{width:min(var(--frame),calc(100% - 64px));margin:0 auto;padding:92px 0 0;overflow:visible}.home-workspace{position:relative;display:block;min-height:calc(100vh - 130px);min-height:calc(100dvh - 130px);padding:0;overflow:visible}.home-workspace .welcome{width:70%;min-height:calc(100vh - 130px);min-height:calc(100dvh - 130px);padding:clamp(46px,6vw,92px)}.home-workspace .recent-section{position:absolute;z-index:2;top:0;left:70%;width:clamp(420px,42vw,560px);min-height:calc(100vh - 130px);min-height:calc(100dvh - 130px);margin:0;padding:clamp(46px,6vw,92px) 0 0 clamp(46px,6vw,92px);background:var(--panel)}}@media(max-width:900px){.home-workspace .welcome{width:100%}.home-workspace .recent-section{position:static;width:auto;min-height:0}}.home-workspace .welcome{background:var(--bg)}.home-workspace .welcome .capability>span{color:var(--muted)}.theme-toggle.labeled{width:auto;min-width:0;height:auto;padding:7px 9px;gap:7px;font-size:9px;letter-spacing:.065em;text-transform:uppercase;border:1px solid var(--line);background:transparent;color:var(--ink);transition:transform .3s var(--flow),background .3s ease,color .3s ease,border-color .3s ease}.theme-toggle.labeled:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-ink);transform:translateY(-2px)}.theme-toggle.labeled span:first-child{font-size:15px}.timeline-heading-actions{display:flex;align-items:center;gap:14px}.timeline-heading-actions .preferences{position:relative}@media(min-width:901px){:root{--page-gutter:clamp(32px, 4vw, 64px);--home-copy-width:clamp(500px, 54vw, 720px);--home-eyebrow-top-space:72px}.home-shell,.editor-shell{width:100%;margin:0}.home-shell{padding:var(--page-gutter) 0 0 var(--page-gutter)}.editor-shell{padding:var(--page-gutter) var(--page-gutter) 20px}.home-header,.editor-header{top:var(--page-gutter);left:var(--page-gutter);width:calc(100vw - (var(--page-gutter) * 2));justify-content:flex-start;padding-right:0;padding-left:0;background:transparent;padding-bottom:21px!important;margin-top:49px!important}.home-actions,.editor-actions{margin-left:clamp(26px,3vw,52px)}.home-workspace{width:100%}.home-workspace .welcome{width:var(--home-copy-width);padding-left:0}.home-workspace .recent-section{--timeline-axis:20%;left:var(--home-copy-width);right:0;width:auto;z-index:25;padding-right:var(--page-gutter)}.home-workspace .section-heading{padding-left:calc(var(--timeline-axis) + 30px);margin-top:var(--home-eyebrow-top-space);margin-bottom:28px}.home-workspace .welcome>.eyebrow{margin-top:var(--home-eyebrow-top-space)}.writing-surface{margin-right:0;margin-left:0}}.home-header,.editor-header{background:transparent}.timeline-readonly-entry .timeline-open{cursor:pointer}.timeline-entry .timeline-open,.timeline-entry .timeline-open:hover,.timeline-entry .timeline-open h3,.timeline-entry:hover .timeline-open h3{transform:none!important;transition:none!important}.article-stats{margin:clamp(64px,9vw,108px) 0 0}.article-stats dl{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:35px;margin:0}.article-stats dl+dl{margin-top:35px}.article-stats dl{padding-top:18px;border-top:1px solid var(--line)}.article-stats div{min-width:0}.article-stats dl>div{position:relative}.article-stats dl>div:not(:nth-child(5n+1)):before{position:absolute;top:0;bottom:0;left:-18px;width:1px;background:var(--line);content:""}.article-stats dt{margin:0 0 5px;color:var(--muted);font-size:8px;letter-spacing:.07em;text-transform:uppercase}.article-stats dd{margin:0;color:var(--ink);font:500 18px/1 var(--writer);letter-spacing:-.03em}@media(max-width:700px){.article-stats{margin-top:68px}.article-stats dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 14px}.article-stats dl{padding-top:16px}.article-stats dl+dl{margin-top:21px}.article-stats dl>div:not(:nth-child(odd)):before{left:-7px}.article-stats dd{font-size:17px}}.home-header,.editor-header{position:static;top:auto;left:auto;width:100%}@media(max-width:900px){.home-shell{padding-top:var(--home-gutter)}.editor-shell{padding-top:25px}}@media(max-width:700px){.editor-shell{padding-top:20px}}.theme-toggle.labeled span:first-child{font-size:inherit}.quick-themes{max-width:680px;margin:38px 0 0;padding-top:18px;border-top:1px solid var(--line)}.quick-themes>.eyebrow{margin-bottom:12px}.quick-themes h2{max-width:440px;margin:0 0 8px;font-family:var(--writer);font-size:25px;font-weight:500;letter-spacing:-.035em;line-height:1}.quick-themes>p:not(.eyebrow){max-width:540px;margin:0 0 17px;color:var(--muted);font-family:var(--writer);font-size:15px;line-height:1.35}.quick-theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.quick-theme-option{position:relative;display:flex;align-items:center;min-width:0;min-height:76px;gap:8px;border:1px solid var(--line);background:transparent;color:var(--ink);padding:8px;text-align:left}.quick-theme-option:hover{background:var(--panel-raised)}.quick-theme-option.selected{box-shadow:inset 0 -3px var(--accent)}.quick-theme-option>span:last-of-type{display:flex;min-width:0;flex-direction:column;gap:3px;font-size:10px}.quick-theme-option b{font-weight:500}.quick-theme-option small{color:var(--muted);font-size:8px}.quick-theme-option em{position:absolute;top:8px;right:8px;color:var(--accent);font-size:11px;font-style:normal}.capability{grid-template-columns:1fr;gap:0}@media(max-width:700px){.quick-theme-grid{grid-template-columns:1fr}}:root{--paper-grain:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.42'/%3E%3C/svg%3E")}body,.home-workspace .welcome,.home-workspace .recent-section,.editor-shell,.writing-surface{background-image:linear-gradient(145deg,color-mix(in srgb,var(--accent) 5%,transparent),transparent 42%,color-mix(in srgb,var(--ink) 3%,transparent)),var(--paper-grain);background-size:180px 180px;background-blend-mode:soft-light}:root{--flow:cubic-bezier(.22,1,.36,1);--left-pane-width:35vw}.home-workspace .welcome,.home-workspace .recent-section,.home-header{transition:transform .85s var(--flow),left .85s var(--flow),width .85s var(--flow),padding .85s var(--flow),opacity .55s ease}.fullscreen-action,.install-action,.offer-action,.new-text{border:1px solid var(--line);background:transparent;color:var(--ink);padding:7px 9px;font-size:9px;letter-spacing:.065em;text-transform:uppercase;transition:transform .3s var(--flow),background .3s ease,color .3s ease,border-color .3s ease}.fullscreen-action:hover,.install-action:hover,.offer-action:hover,.new-text:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-ink);transform:translateY(-2px)}.site-credit{margin:70px var(--page-gutter,32px) 18px auto;padding-top:11px;width:max-content;border-top:1px solid color-mix(in srgb,var(--line) 62%,transparent);color:var(--muted);font-size:8px;letter-spacing:.08em;text-transform:uppercase}.site-credit a{color:var(--ink)}.site-credit a:hover{color:var(--accent)}.home-fonts,.local-price,.cloud-offer{max-width:680px;margin-top:34px;padding-top:18px;border-top:1px solid var(--line)}.section-reveal{display:flex;align-items:flex-end;justify-content:space-between;width:100%;padding:0 0 13px;border:0;background:transparent;text-align:left}.section-reveal>span{display:flex;flex-direction:column;gap:8px}.section-reveal .eyebrow{margin:0}.section-reveal strong{font:500 25px/1 var(--writer);letter-spacing:-.035em}.section-reveal>i{color:var(--accent);font-size:8px;font-style:normal;letter-spacing:.07em;text-transform:uppercase}.home-font-options{display:grid;grid-template-columns:1fr;gap:6px;padding-top:6px}.local-price h2,.cloud-offer h2{margin:0 0 10px;font:500 31px/1.03 var(--writer);letter-spacing:-.045em}.local-price>p:not(.eyebrow),.cloud-note{max-width:560px;margin:0 0 17px;color:var(--muted);font:16px/1.45 var(--writer)}.local-price .eyebrow,.cloud-offer .eyebrow{margin-bottom:13px}.cloud-offer{margin-top:70px;padding:28px 24px 24px;border:1px solid var(--line);background:color-mix(in srgb,var(--panel) 58%,transparent)}.cloud-offer-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.cloud-offer-heading>p{flex:0 0 auto;margin:2px 0 0;color:var(--muted);font-size:9px;line-height:1.7;text-align:right;text-transform:uppercase}.cloud-offer-heading strong{color:var(--ink);font-size:16px;font-weight:500}.cloud-offer ul{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;margin:23px 0 28px;padding:0;list-style:none;border-top:1px solid var(--line)}.cloud-offer li{padding:11px 0;border-bottom:1px solid var(--line);color:var(--muted);font:13px/1.35 var(--writer)}.cloud-offer li:before{content:"·";margin-right:8px;color:var(--accent)}.offer-meter{height:4px;overflow:hidden;background:var(--bg)}.offer-meter>span{display:block;min-width:3px;height:100%;background:var(--accent);transition:width .8s var(--flow)}.offer-meter[data-phase=ended]>span{width:100%!important;background:var(--muted)}.offer-status{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:9px 0 19px;color:var(--muted);font-size:8px;letter-spacing:.055em;text-transform:uppercase}.offer-status strong{color:var(--ink);font-size:10px;font-weight:500}.offer-action{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.offer-action:disabled{cursor:not-allowed;border-color:var(--line);background:transparent;color:var(--muted);transform:none}.offer-reserved{display:flex;flex-direction:column;gap:5px;padding:13px;border-left:3px solid var(--accent);background:var(--bg)}.offer-reserved b{font:500 17px var(--writer)}.offer-reserved span{color:var(--accent);font-size:10px;letter-spacing:.08em}.offer-reserved small{color:var(--muted);font-size:8px;line-height:1.45}.cloud-note{margin:17px 0 0;font-size:12px}@media(min-width:901px){.home-workspace .welcome{width:calc(var(--left-pane-width) - var(--page-gutter));padding-right:clamp(24px,3vw,52px)}.home-workspace .recent-section{--timeline-axis:20%;left:calc(var(--left-pane-width) - var(--page-gutter));padding-left:clamp(30px,3.9vw,60px)}}.timeline-new-node{width:auto;min-width:34px;height:18px;padding:0 6px;border-radius:999px;font-size:7px;letter-spacing:.06em;text-transform:uppercase}.timeline-open{transition:transform .48s var(--flow),opacity .3s ease}.timeline-entry:hover .timeline-open{transform:translate(7px) scale(1.012)}.timeline-open h3{transform-origin:left center;transition:color .25s ease,transform .55s var(--flow),letter-spacing .55s var(--flow)}.timeline-entry:hover .timeline-open h3{transform:scale(1.035);letter-spacing:-.045em}.editor-shell{width:100%;margin:0;padding:clamp(28px,4vw,64px) clamp(20px,4vw,64px) 20px 14vw}.editor-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.editor-meta,.editor-actions{display:flex;align-items:center;gap:13px}.editor-meta .save-status{min-width:0;text-align:left}.writing-surface{position:relative;width:min(var(--reading),80vw);max-width:100%;margin:clamp(70px,11vh,126px) 0 0}.new-text{min-width:44px}.article-home-link{display:inline-flex;align-items:center;gap:10px;color:var(--ink)}.article-home-link:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.article-home-link .wordmark{flex:0 0 auto}.wordmark-back{display:inline-flex;align-items:center;gap:4px;min-width:51px;color:var(--muted);font-size:9px;letter-spacing:.08em;text-transform:uppercase;opacity:0;transform:translate3d(-5px,0,0);transition:opacity .2s ease,transform .42s var(--flow),color .2s ease}.wordmark-back-arrow{color:var(--accent);font-family:var(--sans);font-size:15px;line-height:1}.article-home-link:hover .wordmark-back,.article-home-link:focus-visible .wordmark-back{opacity:1;transform:translateZ(0);color:var(--ink)}.article-home-link:hover .wordmark-back-arrow,.article-home-link:focus-visible .wordmark-back-arrow{color:var(--accent)}.article-transition-title{margin:0;padding:31px 0 10px;color:var(--ink);font:500 58px/.98 var(--writer);letter-spacing:-.052em;transition:opacity .18s ease}#editorjs{transition:opacity .18s ease}#editorjs:empty{opacity:0}.home-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:transparent;pointer-events:none;opacity:0;transition:opacity .28s ease}.home-shell.drawer-open .home-backdrop{pointer-events:auto;opacity:1}.home-shell>*:not(.home-backdrop):not(.article-drawer){transition:transform .32s cubic-bezier(.25,1,.5,1),filter .32s cubic-bezier(.25,1,.5,1);transform-origin:center center}.home-shell.drawer-open>*:not(.home-backdrop):not(.article-drawer){transform:scale(.86);filter:blur(4px)}.home-shell.drawer-open .timeline-list:before{opacity:0}.article-drawer{position:fixed;z-index:80;top:7vh;top:7dvh;right:7vw;width:86vw;height:93vh;height:93dvh;overflow:auto;background:var(--accent-wash);border-left:1px solid var(--line);border-radius:18px 18px 0 0;box-shadow:-12px 0 40px #0004,0 20px 60px #0005;transform:translateY(calc(100% + 7vh));transition:transform .32s cubic-bezier(.25,1,.5,1);will-change:transform}.article-drawer.drawer-open{transform:translateY(0)}.editor-shell-drawer{padding-left:100px;padding-right:7vw}.editor-shell-drawer .editor-hint{display:none}.editor-shell-drawer .editor-header{padding-right:7vw}html.article-drawer-open,html.article-drawer-open body{overflow:hidden}@media(max-width:1100px){.editor-header{align-items:flex-start}.editor-actions{max-width:620px;flex-wrap:wrap;justify-content:flex-end}}@media(max-width:900px){.home-shell{--home-gutter:clamp(16px,3.5vw,28px);padding:var(--home-gutter) 0 0}.home-header{width:auto;margin:0 var(--home-gutter) 14px}.home-workspace{display:flex;flex-direction:column;margin:0;padding:0}.home-workspace .recent-section{order:1;width:100%;padding:clamp(28px,6vw,58px) var(--home-gutter) clamp(42px,8vw,78px)}.home-workspace .welcome{order:2;width:100%;padding:clamp(46px,8vw,84px) var(--home-gutter)}.home-workspace .section-heading{margin-top:0;padding-left:calc(var(--timeline-axis) + 22px)}.fullscreen-action{display:none}.site-credit{margin-right:var(--home-gutter)}.editor-shell{padding:clamp(18px,4vw,32px)}.writing-surface{width:100%;margin-top:clamp(55px,9vh,88px)}.article-drawer{top:0;right:0;width:100vw;height:100vh;height:100dvh;border-radius:0;border-left:0;transform:translateY(100%)}.home-shell.drawer-open>*:not(.home-backdrop):not(.article-drawer){transform:scale(.9);filter:blur(3px)}}@media(max-width:700px){.home-header{min-height:44px;padding:0;align-items:center}.home-workspace .recent-section{padding:28px 14px 44px}.home-workspace .welcome{padding:44px 16px 54px}.home-workspace .section-heading{display:block;padding-left:0}.timeline-heading-actions{flex-wrap:wrap;gap:4px 9px}.timeline-heading-actions>span{margin-right:auto}.preferences-popover{position:fixed;top:12px;right:12px;left:12px;width:auto;max-height:calc(100dvh - 24px)}.welcome h1{font-size:clamp(38px,12vw,54px);line-height:.9}.lede{font-size:19px}.quick-theme-grid,.capability-grid,.cloud-offer ul{grid-template-columns:1fr}.quick-theme-option{min-height:66px}.capability,.capability:nth-child(odd),.capability:nth-child(2n){padding:13px 0;border-right:0}.cloud-offer{margin-top:48px;padding:20px 16px}.cloud-offer-heading{display:block}.cloud-offer-heading>p{margin:14px 0 0;text-align:left}.offer-status{align-items:flex-start;flex-direction:column;gap:6px}.timeline-list{--timeline-axis:66px}.timeline-period{padding-left:92px}.timeline-entry,.timeline-new-draft{grid-template-columns:54px 24px minmax(0,1fr)}.timeline-entry .timeline-open,.timeline-entry .timeline-open:hover{padding:13px 0 13px 9px}.timeline-open h3{font-size:21px}.timeline-new-label{margin-left:9px;padding:12px}.timeline-new-node{min-width:30px;transform:scale(.85)}.editor-shell{padding:16px 14px calc(18px + env(safe-area-inset-bottom))}.editor-header{align-items:flex-start;gap:15px}.editor-meta{flex-wrap:wrap;gap:7px 10px}.editor-meta .article-home-link{flex-basis:100%}.editor-meta .read-time{display:inline}.editor-actions{gap:4px}.copy-action,.markdown-trigger,.article-delete,.new-text,.theme-toggle.labeled{min-height:32px;padding:6px;font-size:7px}.writing-surface{margin-top:48px}.article-transition-title,#editorjs h1.ce-header{font-size:clamp(38px,12vw,48px)}#editorjs .ce-paragraph{font-size:20px;line-height:1.48}}:root,[data-font=newsreader]{--display-size:clamp(37px,5.44vw,64px);--display-leading:.9;--display-tracking:-.061em;--display-weight:500;--marketing-body-size:18.6px;--marketing-body-leading:1.52;--section-heading-tracking:-.032em;--prose-size:21.4px;--prose-leading:1.64;--prose-tracking:-.008em;--prose-measure:64ch;--article-h1-size:54px;--article-h1-leading:.98;--article-h1-tracking:-.045em;--article-h2-size:39px;--article-h2-leading:1.04;--article-h2-tracking:-.035em;--article-h3-size:28px;--article-h3-leading:1.1;--article-h3-tracking:-.022em;--list-size:20.5px;--list-leading:1.62;--quote-size:24.8px;--quote-leading:1.42}[data-font=literata]{--display-size:clamp(35px,5.08vw,60px);--display-leading:.94;--display-tracking:-.044em;--marketing-body-size:17.8px;--marketing-body-leading:1.58;--section-heading-tracking:-.026em;--prose-size:20.2px;--prose-leading:1.7;--prose-tracking:-.004em;--prose-measure:63ch;--article-h1-size:51px;--article-h1-leading:1.02;--article-h1-tracking:-.037em;--article-h2-size:37px;--article-h2-leading:1.08;--article-h2-tracking:-.028em;--article-h3-size:26.5px;--article-h3-leading:1.15;--article-h3-tracking:-.017em;--list-size:19.6px;--list-leading:1.68;--quote-size:23.5px;--quote-leading:1.48}[data-font=cormorant]{--display-size:clamp(39px,5.6vw,66px);--display-leading:.86;--display-tracking:-.052em;--display-weight:600;--marketing-body-size:19.2px;--marketing-body-leading:1.45;--section-heading-tracking:-.038em;--prose-size:21.8px;--prose-leading:1.54;--prose-tracking:-.012em;--prose-measure:61ch;--article-h1-size:56px;--article-h1-leading:.94;--article-h1-tracking:-.048em;--article-h2-size:40px;--article-h2-leading:.98;--article-h2-tracking:-.038em;--article-h3-size:28.5px;--article-h3-leading:1.04;--article-h3-tracking:-.026em;--list-size:21px;--list-leading:1.55;--quote-size:25.5px;--quote-leading:1.34}[data-font=ibm-plex-mono]{--display-size:clamp(30px,4.42vw,50px);--display-leading:1.04;--display-tracking:-.03em;--display-weight:500;--marketing-body-size:15.8px;--marketing-body-leading:1.72;--section-heading-tracking:-.018em;--prose-size:16.2px;--prose-leading:1.82;--prose-tracking:.002em;--prose-measure:70ch;--article-h1-size:40px;--article-h1-leading:1.08;--article-h1-tracking:-.025em;--article-h2-size:29px;--article-h2-leading:1.16;--article-h2-tracking:-.018em;--article-h3-size:22px;--article-h3-leading:1.22;--article-h3-tracking:-.01em;--list-size:16.2px;--list-leading:1.8;--quote-size:17px;--quote-leading:1.72}[data-font=helvetica]{--display-size:clamp(35px,5vw,58px);--display-leading:.92;--display-tracking:-.047em;--display-weight:700;--marketing-body-size:17px;--marketing-body-leading:1.56;--section-heading-tracking:-.035em;--prose-size:19.2px;--prose-leading:1.64;--prose-tracking:.001em;--prose-measure:61ch;--article-h1-size:48px;--article-h1-leading:1;--article-h1-tracking:-.038em;--article-h2-size:35px;--article-h2-leading:1.07;--article-h2-tracking:-.03em;--article-h3-size:25.5px;--article-h3-leading:1.13;--article-h3-tracking:-.02em;--list-size:18.5px;--list-leading:1.62;--quote-size:22px;--quote-leading:1.46}[data-font=source-serif]{--display-size:clamp(36px,5.25vw,62px);--display-leading:.91;--display-tracking:-.05em;--marketing-body-size:18.2px;--marketing-body-leading:1.54;--section-heading-tracking:-.03em;--prose-size:20.8px;--prose-leading:1.66;--prose-tracking:-.006em;--prose-measure:64ch;--article-h1-size:52px;--article-h1-leading:1;--article-h1-tracking:-.04em;--article-h2-size:37.5px;--article-h2-leading:1.06;--article-h2-tracking:-.031em;--article-h3-size:27px;--article-h3-leading:1.12;--article-h3-tracking:-.02em;--list-size:20px;--list-leading:1.65;--quote-size:24px;--quote-leading:1.44}[data-font=alegreya]{--display-size:clamp(37px,5.34vw,63px);--display-leading:.9;--display-tracking:-.045em;--marketing-body-size:18.5px;--marketing-body-leading:1.5;--section-heading-tracking:-.026em;--prose-size:21px;--prose-leading:1.62;--prose-tracking:-.007em;--prose-measure:63ch;--article-h1-size:53px;--article-h1-leading:.98;--article-h1-tracking:-.038em;--article-h2-size:38px;--article-h2-leading:1.04;--article-h2-tracking:-.03em;--article-h3-size:27.5px;--article-h3-leading:1.1;--article-h3-tracking:-.02em;--list-size:20.2px;--list-leading:1.61;--quote-size:24.5px;--quote-leading:1.4}html{font-optical-sizing:auto}body{text-rendering:optimizeLegibility}.wordmark{font-size:27px;line-height:1;letter-spacing:-.052em}.welcome h1{max-width:11ch;font-size:var(--display-size);font-weight:var(--display-weight);line-height:var(--display-leading);letter-spacing:var(--display-tracking);text-wrap:balance}.lede{max-width:34ch;font-size:var(--marketing-body-size);line-height:var(--marketing-body-leading);text-wrap:pretty}.tool-note{max-width:52ch;font-size:calc(var(--marketing-body-size) * .8);line-height:1.58;text-wrap:pretty}.quick-themes h2{font-size:23px;line-height:1.1;letter-spacing:var(--section-heading-tracking);text-wrap:balance}.quick-themes>p:not(.eyebrow){font-size:calc(var(--marketing-body-size) * .76);line-height:1.56;text-wrap:pretty}.capability h2{font-size:15.8px;line-height:1.14;letter-spacing:var(--section-heading-tracking)}.capability p{font-size:12.1px;line-height:1.52;text-wrap:pretty}.section-reveal strong{font-size:23px;line-height:1.04;letter-spacing:var(--section-heading-tracking)}.local-price h2,.cloud-offer h2{font-size:29px;line-height:1.1;letter-spacing:var(--section-heading-tracking);text-wrap:balance}.local-price>p:not(.eyebrow),.cloud-note{line-height:1.52;text-wrap:pretty}.cloud-offer li{line-height:1.48}.draft-card h3,.timeline-open h3{letter-spacing:var(--section-heading-tracking)}.markdown-dialog h2{font-size:32px;line-height:1.06;letter-spacing:var(--section-heading-tracking)}.markdown-dialog>p:not(.eyebrow){font-size:15.8px;line-height:1.5}.article-transition-title{font-size:var(--article-h1-size);font-weight:var(--display-weight);line-height:var(--article-h1-leading);letter-spacing:var(--article-h1-tracking);text-wrap:balance}#editorjs .ce-paragraph{max-width:var(--prose-measure);font-size:var(--prose-size);font-weight:400;line-height:var(--prose-leading);letter-spacing:var(--prose-tracking);text-wrap:pretty}#editorjs .ce-header{font-weight:var(--display-weight);font-optical-sizing:auto;text-wrap:balance}#editorjs h1.ce-header{font-size:var(--article-h1-size);line-height:var(--article-h1-leading);letter-spacing:var(--article-h1-tracking)}#editorjs h2.ce-header{font-size:var(--article-h2-size);line-height:var(--article-h2-leading);letter-spacing:var(--article-h2-tracking)}#editorjs h3.ce-header{font-size:var(--article-h3-size);line-height:var(--article-h3-leading);letter-spacing:var(--article-h3-tracking)}#editorjs .cdx-list{max-width:var(--prose-measure);font-size:var(--list-size);line-height:var(--list-leading);letter-spacing:var(--prose-tracking)}#editorjs .cdx-quote__text{font-size:var(--quote-size);line-height:var(--quote-leading);letter-spacing:var(--prose-tracking)}#editorjs .cdx-quote__caption{font-size:8.4px;line-height:1.5}#editorjs .tc-cell{font-size:calc(var(--prose-size) * .75);line-height:1.5}#editorjs .ce-paragraph,#editorjs .ce-header,#editorjs .cdx-list,#editorjs .cdx-quote__text{hanging-punctuation:first last}[data-font=newsreader] .welcome h1,[data-font=newsreader] #editorjs .ce-header,[data-font=newsreader] .article-transition-title{font-variation-settings:"opsz" 60}[data-font=newsreader] #editorjs .ce-paragraph,[data-font=newsreader] #editorjs .cdx-list,[data-font=newsreader] #editorjs .cdx-quote__text{font-variation-settings:"opsz" 20}[data-font=literata] .welcome h1,[data-font=literata] #editorjs .ce-header,[data-font=literata] .article-transition-title{font-variation-settings:"opsz" 60}[data-font=literata] #editorjs .ce-paragraph,[data-font=literata] #editorjs .cdx-list,[data-font=literata] #editorjs .cdx-quote__text{font-variation-settings:"opsz" 18}[data-font=source-serif] .welcome h1,[data-font=source-serif] #editorjs .ce-header,[data-font=source-serif] .article-transition-title{font-variation-settings:"opsz" 52}[data-font=source-serif] #editorjs .ce-paragraph,[data-font=source-serif] #editorjs .cdx-list,[data-font=source-serif] #editorjs .cdx-quote__text{font-variation-settings:"opsz" 20}[data-font=cormorant] #editorjs .ce-paragraph,[data-font=cormorant] #editorjs .cdx-list{font-weight:500}[data-font=ibm-plex-mono] #editorjs .ce-paragraph,[data-font=ibm-plex-mono] #editorjs .cdx-list,[data-font=ibm-plex-mono] #editorjs .cdx-quote__text{font-variant-numeric:tabular-nums slashed-zero}@media(max-width:700px){.welcome h1{max-width:12ch;font-size:clamp(34px,10.8vw,46px);line-height:calc(var(--display-leading) + .03)}.lede{font-size:calc(var(--marketing-body-size) * .94)}#editorjs .ce-paragraph{font-size:clamp(18px,var(--prose-size),19.5px);line-height:max(1.58,var(--prose-leading))}#editorjs h1.ce-header,.article-transition-title{font-size:clamp(36px,var(--article-h1-size),42px)}#editorjs h2.ce-header{font-size:clamp(29px,var(--article-h2-size),32px)}#editorjs h3.ce-header{font-size:clamp(23px,var(--article-h3-size),26px)}#editorjs .cdx-list{font-size:clamp(17.5px,var(--list-size),18.8px)}#editorjs .cdx-quote__text{font-size:clamp(20px,var(--quote-size),22px)}[data-font=ibm-plex-mono] #editorjs .ce-paragraph,[data-font=ibm-plex-mono] #editorjs .cdx-list{font-size:15.2px;line-height:1.78}[data-font=ibm-plex-mono] #editorjs .cdx-quote__text{font-size:16px;line-height:1.7}[data-font=ibm-plex-mono] #editorjs h1.ce-header,[data-font=ibm-plex-mono] .article-transition-title{font-size:34px}[data-font=ibm-plex-mono] #editorjs h2.ce-header{font-size:26px}[data-font=ibm-plex-mono] #editorjs h3.ce-header{font-size:20px}[data-font=ibm-plex-mono] .welcome h1{font-size:32px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.home-shell.drawer-open>*:not(.home-backdrop):not(.article-drawer){transform:none;filter:none}.article-drawer{transform:none}}:root{--headline:var(--writer);--scene-image:url(/backgrounds/ethan-dow-zmA2gYoK844-unsplash.webp);--custom-background-image:none;--atmosphere-tint-opacity:.7;--atmosphere-blur:16px;--atmosphere-entry-blur:70px;--atmosphere-noise-opacity:.42;--atmosphere-noise-size:180px}[data-theme=paper]{--bg:#f7f5ef;--panel:#eeece4;--panel-raised:#e4e1d6;--ink:#191816;--muted:#65615b;--line:#c8c3b8;--accent:#38568d;--accent-ink:#fff;--accent-wash:#e5e8eb;--selection:#b7c6dd;color-scheme:light}[data-theme=ink]{--bg:#121313;--panel:#1b1c1c;--panel-raised:#292b2b;--ink:#f5f5f1;--muted:#aaa9a3;--line:#434444;--accent:#f5f5f1;--accent-ink:#151515;--accent-wash:#242525;--selection:#707373;color-scheme:dark}[data-theme=cinder]{--bg:#272326;--panel:#372d31;--panel-raised:#493b40;--ink:#f8eee8;--muted:#c9b4ad;--line:#635157;--accent:#e78370;--accent-ink:#272326;--accent-wash:#4d3a3e;--selection:#e78370;color-scheme:dark}.theme-preview.paper{background:#f7f5ef;color:#191816}.theme-preview.paper i{background:#38568d}.theme-preview.ink{background:#121313;color:#f5f5f1}.theme-preview.ink i{background:#f5f5f1}.theme-preview.cinder,.theme-preview.palette-cinder{background:#272326;color:#f8eee8}.theme-preview.cinder i,.theme-preview.palette-cinder i{background:#e78370}.theme-preview.palette-tokyo-night{background:#18213e}.theme-preview.palette-catppuccin{background:#302138}.theme-preview.palette-catppuccin i{background:#ff795c}.theme-preview.palette-everforest{background:#24362e}.theme-preview.palette-everforest i{background:#ebbd55}.theme-preview.palette-kanagawa{background:#20222c}.theme-preview.palette-kanagawa i{background:#e86b50}.theme-preview.palette-gruvbox{background:#322b25}.theme-preview.palette-gruvbox i{background:#f05b39}.theme-preview.palette-rose-pine{background:#2b2134}.theme-preview.palette-rose-pine i{background:#e7eb60}.theme-preview.palette-nord{background:#223340}.theme-preview.palette-nord i{background:#fa6550}.theme-preview.palette-paper{background:#f7f5ef;color:#191816}.theme-preview.palette-paper i{background:#38568d}.theme-preview.palette-ink{background:#121313;color:#f5f5f1}.theme-preview.palette-ink i{background:#f5f5f1}[data-background=none]{--scene-image:none}[data-background=custom]{--scene-image:var(--custom-background-image)}body{background-color:var(--bg)}.app-root{position:relative;z-index:0;min-height:100vh;min-height:100dvh;isolation:isolate}.app-atmosphere{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;overflow:hidden}.app-atmosphere>i{position:absolute;display:block}.app-atmosphere__scene{top:-4vmax;right:-4vmax;bottom:-4vmax;left:-4vmax;background:center / cover no-repeat;opacity:0;filter:blur(var(--atmosphere-blur));will-change:opacity,transform}.app-atmosphere__scene--current{animation:scene-arrive 2s cubic-bezier(.16,1,.3,1) both}.app-atmosphere__scene--leaving{animation:scene-leave 1.6s cubic-bezier(.4,0,1,1) both}@keyframes scene-arrive{0%{opacity:0;transform:scale(.77);filter:blur(var(--atmosphere-entry-blur))}to{opacity:var(--atmosphere-scene-opacity,1);transform:scale(1);filter:blur(var(--atmosphere-blur))}}@keyframes scene-leave{0%{opacity:var(--atmosphere-scene-opacity,1);transform:scale(1);filter:blur(var(--atmosphere-blur))}to{opacity:0;transform:scale(1.18);filter:blur(var(--atmosphere-entry-blur))}}@media(prefers-reduced-motion:reduce){.app-atmosphere__scene--current{animation-duration:1ms}.app-atmosphere__scene--leaving{display:none}}.app-atmosphere__tint{top:0;right:0;bottom:0;left:0;background:var(--bg);mix-blend-mode:color;opacity:var(--atmosphere-tint-opacity)}.app-atmosphere__noise{top:0;right:0;bottom:0;left:0;background:var(--paper-grain) center / var(--atmosphere-noise-size) var(--atmosphere-noise-size);mix-blend-mode:soft-light;opacity:var(--atmosphere-noise-opacity)}.home-workspace{background-color:transparent}.home-workspace .welcome,.home-workspace .recent-section,.editor-shell,.writing-surface{background-image:none;background-blend-mode:normal}.home-workspace .welcome{background-color:transparent}.home-workspace .recent-section{background-color:color-mix(in srgb,var(--accent-wash) 82%,transparent)}.editor-shell,.writing-surface{background-color:color-mix(in srgb,var(--accent-wash) 88%,transparent)}@media(min-width:901px){:root{--home-pane-gap:35px}.home-workspace .recent-section{position:fixed;top:calc(var(--page-gutter) + 60px);left:calc(var(--left-pane-width) + var(--home-pane-gap));right:0;bottom:0;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;transition:top .72s var(--flow),right .72s var(--flow),bottom .72s var(--flow),left .72s var(--flow),padding .72s var(--flow)}.timeline-fullscreen .home-workspace .recent-section{top:0;right:0;bottom:0;left:0;width:auto;min-height:0;padding:calc(var(--page-gutter) + 28px) var(--page-gutter) var(--page-gutter) clamp(46px,7vw,108px);z-index:40;background-color:var(--bg)}.timeline-fullscreen .recent-section .section-heading{padding-left:calc(var(--timeline-axis) + 30px)}}.site-credit{margin:70px 0 18px;text-align:left}.quick-theme-option{--theme-button-bg:#18213e;--theme-button-ink:#f5f0e7;background:var(--theme-button-bg);border-color:color-mix(in srgb,var(--theme-button-ink) 28%,transparent);color:var(--theme-button-ink)}.quick-theme-option:hover{background:color-mix(in srgb,var(--theme-button-bg) 82%,var(--theme-button-ink))}.quick-theme-option small{color:color-mix(in srgb,var(--theme-button-ink) 70%,transparent)}.quick-theme-option.tokyo-night{--theme-button-bg:#18213e;--theme-button-ink:#f5f0e7}.quick-theme-option.catppuccin{--theme-button-bg:#302138;--theme-button-ink:#fff5e9}.quick-theme-option.everforest{--theme-button-bg:#24362e;--theme-button-ink:#f7f1da}.quick-theme-option.kanagawa{--theme-button-bg:#20222c;--theme-button-ink:#eee6cf}.quick-theme-option.gruvbox{--theme-button-bg:#322b25;--theme-button-ink:#f5e7c6}.quick-theme-option.rose-pine{--theme-button-bg:#2b2134;--theme-button-ink:#fff5ea}.quick-theme-option.nord{--theme-button-bg:#223340;--theme-button-ink:#f2f5ed}.quick-theme-option.paper{--theme-button-bg:#f7f5ef;--theme-button-ink:#191816}.quick-theme-option.ink{--theme-button-bg:#121313;--theme-button-ink:#f5f5f1}.quick-theme-option.cinder,.quick-theme-option.palette-cinder{--theme-button-bg:#272326;--theme-button-ink:#f8eee8}.quick-theme-option.palette-tokyo-night{--theme-button-bg:#18213e;--theme-button-ink:#f5f0e7}.quick-theme-option.palette-catppuccin{--theme-button-bg:#302138;--theme-button-ink:#fff5e9}.quick-theme-option.palette-everforest{--theme-button-bg:#24362e;--theme-button-ink:#f7f1da}.quick-theme-option.palette-kanagawa{--theme-button-bg:#20222c;--theme-button-ink:#eee6cf}.quick-theme-option.palette-gruvbox{--theme-button-bg:#322b25;--theme-button-ink:#f5e7c6}.quick-theme-option.palette-rose-pine{--theme-button-bg:#2b2134;--theme-button-ink:#fff5ea}.quick-theme-option.palette-nord{--theme-button-bg:#223340;--theme-button-ink:#f2f5ed}.quick-theme-option.palette-paper{--theme-button-bg:#f7f5ef;--theme-button-ink:#191816}.quick-theme-option.palette-ink{--theme-button-bg:#121313;--theme-button-ink:#f5f5f1}[data-font=ibm-plex-mono]{--headline:"IBM Plex Sans",Arial,sans-serif}.wordmark,.welcome h1,.quick-themes h2,.capability h2,.section-reveal strong,.local-price h2,.cloud-offer h2,.markdown-dialog h2,.article-transition-title,#editorjs .ce-header,.draft-card h3,.timeline-open h3{font-family:var(--headline)}#editorjs a{color:var(--accent-ink);background:var(--accent);font-weight:700;text-decoration-line:underline;text-decoration-thickness:.09em;text-underline-offset:.14em;text-decoration-color:color-mix(in srgb,var(--accent-ink) 82%,transparent);box-decoration-break:clone;-webkit-box-decoration-break:clone;padding:0 .12em}.timeline-list:before{position:absolute;top:-100vh;bottom:-100vh;left:calc(var(--timeline-axis) - .5px);width:1px;background:var(--line)}.timeline-node,.timeline-new-node{transform:translateZ(0)}.timeline-new-node,.timeline-new-label,.timeline-new-draft:hover .timeline-new-label{background:#fff;color:#171717;box-shadow:none}.timeline-new-label{font-weight:600}.cloud-offer{max-width:610px;margin-top:64px;padding:32px;border:0;border-radius:16px;background:#fff;color:#17191e;box-shadow:0 20px 55px #0003,0 1px #fff inset}.cloud-offer .eyebrow,.cloud-offer-heading>p,.cloud-offer li,.cloud-note,.offer-status{color:#626975}.cloud-offer h2,.cloud-offer-heading strong,.offer-status strong{color:#17191e}.cloud-offer ul{display:grid;grid-template-columns:1fr;gap:0;border-color:#e3e4e8}.cloud-offer li{padding:12px 0;border-color:#e3e4e8;font-size:14px}.cloud-offer li:before{color:#38568d}.offer-meter{background:#eceef2}.offer-meter>span{background:#38568d}.cloud-account{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.cloud-sign-in,.cloud-sign-out,.background-upload button{border:0;border-radius:8px;background:#17191e;color:#fff;padding:11px 14px;font:600 10px/1 var(--sans);letter-spacing:.05em;text-transform:uppercase}.cloud-sign-out{background:#eef0f4;color:#17191e}.cloud-user{display:inline-flex;align-items:center;gap:7px;color:#17191e;font-size:11px}.cloud-user img{width:22px;height:22px;border-radius:50%}.cloud-error{flex-basis:100%;color:#a23931;font-size:9px;line-height:1.4}.background-options{display:grid;gap:6px}.background-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 6px}.background-choice{min-width:0;margin:0}.background-choice .background-swatch{display:block;width:100%}.background-swatch{aspect-ratio:1;min-width:0;padding:0;border:1px solid var(--line);background:transparent;overflow:hidden}.background-swatch.selected{border-color:var(--accent);box-shadow:inset 0 0 0 3px var(--accent)}.background-swatch .background-thumb{display:block;width:100%;height:100%}.background-choice figcaption{margin-top:4px;overflow:hidden;color:var(--muted);font-size:7px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.background-choice figcaption a,.theme-studio__backdrop-choice a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:2px}.background-option{position:relative;display:flex;align-items:center;gap:9px;min-height:58px;padding:7px;border:1px solid var(--line);background:transparent;color:var(--ink);text-align:left}.background-option.selected{box-shadow:inset 3px 0 var(--accent)}.background-option>span:last-of-type{display:flex;flex-direction:column;gap:3px;font-size:10px}.background-option small,.background-upload small{color:var(--muted);font-size:8px;line-height:1.35}.background-option em{position:absolute;top:8px;right:8px;color:var(--accent);font-style:normal}.background-thumb{width:48px;height:42px;background-position:center;background-size:cover}.background-thumb[data-background=none]{background:var(--bg);border:1px solid var(--line)}.atmosphere-controls{display:grid;gap:11px;margin-top:8px;padding:13px 0 4px;border-top:1px solid var(--line)}.atmosphere-controls .menu-label{margin:0 0 1px}.atmosphere-controls label{display:grid;gap:6px;color:var(--ink);font-size:9px;letter-spacing:.04em}.atmosphere-controls label>span{display:flex;align-items:center;justify-content:space-between}.atmosphere-controls b{font-weight:500}.atmosphere-controls output{color:var(--muted);font-size:8px}.atmosphere-controls input{width:100%;height:14px;margin:0;accent-color:var(--accent);cursor:ew-resize}.background-upload{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-top:8px;padding:11px;background:var(--bg)}.background-upload button:disabled{cursor:not-allowed;opacity:.5}.custom-theme-builder{margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}.custom-theme-trigger{width:100%;padding:10px;border:1px solid var(--line);background:transparent;color:var(--ink);text-align:left;font-size:10px}.custom-theme-note{margin:0;color:var(--muted);font-size:9px;line-height:1.4}.custom-theme-form{display:grid;gap:8px}.custom-theme-form label{display:grid;gap:5px;color:var(--muted);font-size:9px}.custom-theme-form label>span{display:flex;justify-content:space-between}.custom-theme-form input:not([type=range]),.custom-theme-form select{width:100%;min-height:30px;border:1px solid var(--line);background:var(--bg);color:var(--ink);padding:6px 8px;font:10px var(--sans)}.custom-theme-form input[type=range]{width:100%;accent-color:var(--accent)}.custom-theme-form output{color:var(--ink)}.custom-theme-actions{display:flex;gap:6px;margin-top:4px}.custom-theme-actions button{flex:1;padding:9px;border:1px solid var(--line);background:transparent;color:var(--ink);font-size:9px;text-transform:uppercase}.lifetime-overlay{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#09101bb8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.lifetime-dialog{width:min(460px,100%);padding:36px;border-radius:18px;background:#fff;color:#17191e;box-shadow:0 24px 80px #0007}.lifetime-dialog .eyebrow{margin-bottom:14px;color:#38568d}.lifetime-dialog h2{margin:0 0 12px;font:700 48px/.94 var(--headline);letter-spacing:-.055em}.lifetime-dialog p:not(.eyebrow){margin:0 0 24px;color:#565d68;font:18px/1.48 var(--writer)}.lifetime-dialog .offer-action{border:0;border-radius:8px;background:#17191e;color:#fff}.home-shell.drawer-open>*:not(.home-backdrop):not(.article-drawer):not(.lifetime-overlay){transform:scale(.5);filter:blur(8px)}@media(max-width:900px){.home-shell.drawer-open>*:not(.home-backdrop):not(.article-drawer):not(.lifetime-overlay){transform:scale(.5);filter:blur(6px)}}@media(max-width:700px){.cloud-offer{padding:24px 18px;border-radius:12px}.lifetime-dialog{padding:28px 22px}}.timeline-new-draft{position:relative}.timeline-new-label{grid-row:1;grid-column:1 / -1;width:100%;margin-left:0;padding:14px 16px}.timeline-new-node{grid-row:1}.timeline-open,.timeline-open h3,.timeline-entry:hover .timeline-open,.timeline-entry:hover .timeline-open h3{transform:none;letter-spacing:inherit}.timeline-open,.timeline-open h3{transition:color .18s ease}.timeline-entry .timeline-open:hover{padding:15px 0 15px 18px;background:transparent}.timeline-entry:hover .timeline-open h3{color:var(--accent)}button{transform:none!important;transition:background-color .18s ease,color .18s ease,border-color .18s ease!important}button:hover:not(:disabled){transform:none!important;border-color:var(--accent)!important;background-color:var(--accent)!important;color:var(--accent-ink)!important;box-shadow:none!important}button:hover:not(:disabled) small,button:hover:not(:disabled) output,button:hover:not(:disabled) i{color:inherit!important}.faq-question:hover:not(:disabled),.faq-question:focus-visible{border-color:transparent!important;background-color:transparent!important;color:var(--accent)!important}.faq-question:hover:not(:disabled) h2,.faq-question:focus-visible h2{color:var(--accent)!important}.faq-question:hover:not(:disabled) .faq-toggle,.faq-question:focus-visible .faq-toggle{border-color:var(--accent)!important;background-color:var(--accent)!important;color:var(--accent-ink)!important}.quick-theme-option.selected:hover{box-shadow:inset 0 -3px var(--accent)!important}a[href]{cursor:pointer}@media(min-width:901px){.home-workspace .recent-section{top:28px;padding-top:140px;--timeline-pane-left:clamp(30px,3.9vw,60px);--timeline-pane-right:var(--page-gutter)}.home-workspace .section-heading{margin-top:0}.timeline-new-label{width:calc(100% + var(--timeline-pane-left) + var(--timeline-pane-right));margin-left:calc(-1 * var(--timeline-pane-left));padding-left:calc(var(--timeline-axis) + 84px)}.timeline-fullscreen .home-workspace .recent-section{--timeline-pane-left:clamp(46px,7vw,108px)}}.timeline-new-label,.timeline-new-draft:hover .timeline-new-label{transform:none!important;box-shadow:none!important;transition:background-color .18s ease,color .18s ease!important}.timeline-new-draft:hover{background:transparent!important;border-color:transparent!important;color:inherit!important}.timeline-new-draft:hover .timeline-new-label{background:var(--accent)!important;color:var(--accent-ink)!important;border-color:transparent!important}.library-bottom-actions{display:flex;align-items:center;gap:8px;margin:140px 0 0 calc(var(--timeline-axis) + 18px);padding:16px 0 0;border-top:1px solid var(--line)}.library-bottom-actions .library-transfer{margin:0}.danger-action{color:var(--accent)!important}.preferences-heading>div{display:flex;align-items:center;gap:5px}.preferences-heading>div button:not([aria-label]){width:auto;min-height:24px;padding:5px 7px;font-size:8px;letter-spacing:.06em;text-transform:uppercase}.theme-studio{position:fixed;z-index:180;top:0;right:0;width:35vw;min-width:460px;height:100dvh;overflow:auto;border-left:1px solid var(--line);background:var(--panel);color:var(--ink);box-shadow:-18px 0 50px #0003;animation:theme-studio-in .22s ease both}@keyframes theme-studio-in{0%{transform:translate(100%)}to{transform:translate(0)}}.theme-studio__header{position:sticky;z-index:2;top:0;display:flex;align-items:center;gap:6px;padding:18px 20px;border-bottom:1px solid var(--line);background:var(--panel);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.theme-studio__header>span{margin-right:auto}.theme-studio__header button{min-height:28px;padding:6px 8px;border:1px solid var(--line);background:transparent;font-size:8px;letter-spacing:.07em;text-transform:uppercase}.theme-studio__header button:last-child{width:28px;padding:0;font-size:17px}.theme-studio__body{display:grid;grid-template-columns:minmax(150px,.75fr) minmax(0,1.25fr);gap:18px;padding:20px}.theme-studio__themes{display:grid;align-content:start;gap:5px}.theme-studio__themes .menu-label{grid-column:1 / -1}.theme-studio__themes button{display:flex;align-items:center;min-width:0;gap:7px;padding:6px;border:1px solid var(--line);background:transparent;color:var(--ink);text-align:left}.theme-studio__themes button.selected{box-shadow:inset 0 -3px var(--accent)}.theme-studio__themes .theme-preview{width:38px;height:44px}.theme-studio__themes .theme-preview b{font-size:18px}.theme-studio__themes button>span:last-child{display:grid;min-width:0;gap:2px;font-size:9px}.theme-studio__themes small{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.theme-studio__form{display:grid;align-content:start;gap:10px}.theme-studio__form>label,.theme-studio__form fieldset>label{display:grid;gap:5px;color:var(--muted);font-size:9px}.theme-studio__form label>span{display:flex;justify-content:space-between}.theme-studio__form input:not([type=range]):not([type=color]),.theme-studio__form select{width:100%;min-height:31px;border:1px solid var(--line);background:var(--bg);color:var(--ink);padding:6px 8px;font:10px var(--sans)}.theme-studio__form input[type=range]{width:100%;accent-color:var(--accent)}.theme-studio__form fieldset{display:grid;grid-template-columns:1fr 1fr;gap:7px;min-width:0;margin:4px 0 0;padding:11px;border:1px solid var(--line)}.theme-studio__form legend{padding:0 4px;color:var(--muted);font-size:8px;letter-spacing:.1em;text-transform:uppercase}.theme-studio__color{grid-template-columns:1fr 28px;align-items:center}.theme-studio__color input[type=color]{width:28px;height:24px;padding:0;border:1px solid var(--line);background:transparent}.theme-studio__actions{display:flex;gap:7px;margin-top:4px}.theme-studio__actions button{flex:1;padding:8px;border:1px solid var(--line);background:transparent;font-size:8px;letter-spacing:.07em;text-transform:uppercase}.theme-studio__actions .danger{color:var(--accent)}.theme-studio__save-message{margin:0;padding:9px 11px;border:1px solid #d8d8d5;background:#f7f7f5;color:#171717;font-size:9px}@media(max-width:900px){.theme-studio{width:100vw;min-width:0}.theme-studio__body{grid-template-columns:1fr}.theme-studio__themes{grid-template-columns:1fr 1fr}.library-bottom-actions{margin-left:0}}.background-swatch{aspect-ratio:16 / 9}:root{--line:rgb(0 0 0 / 21%);--timeline-line:var(--accent);--timeline-line-opacity:1}.timeline-list:before{background:var(--timeline-line);opacity:var(--timeline-line-opacity)}.welcome h1,.welcome h1 em{font-weight:400;font-style:normal}.font-option,.font-option:hover,.font-option.selected,.font-option.selected:hover{border:0!important;border-left:0!important;background:var(--bg)!important;box-shadow:none!important;transform:none!important}.font-option:hover,.font-option.selected,.font-option.selected:hover{background:var(--accent)!important;color:var(--accent-ink)!important}.font-option strong{display:block;margin-top:0;color:inherit}.font-option{padding-left:20px}button{font-weight:700!important;transform:none!important;box-shadow:none!important}.fullscreen-action,.install-action,.offer-action,.new-text,.library-transfer,.article-delete,.copy-action,.markdown-trigger,.theme-toggle.labeled,.preference-tabs button,.timeline-new-label,.music-trigger,.radio-play{font-size:8px!important}.timeline-new-draft,.timeline-new-draft:hover,.timeline-new-draft:focus-visible{transform:none!important}.home-backdrop-picker,.home-feature-section{max-width:680px;margin-top:34px;padding-top:18px;border-top:1px solid var(--line)}.home-feature-section h2{margin:0 0 10px;font:500 29px/1.1 var(--headline);letter-spacing:var(--section-heading-tracking);text-wrap:balance}.home-feature-section>p:not(.eyebrow){max-width:560px;margin:0 0 17px;color:var(--muted);font:16px/1.52 var(--writer);text-wrap:pretty}.home-feature-section .eyebrow{margin-bottom:13px}.faq-list{max-width:620px;margin:0;border-top:1px solid var(--line)}.faq-item{--faq-toggle-size:28px;--faq-question-gap:12px;border-bottom:1px solid var(--line)}.faq-question{display:grid;grid-template-columns:var(--faq-toggle-size) minmax(0,1fr);align-items:center;gap:var(--faq-question-gap);width:100%;padding:14px 0;border:0;background:transparent;color:var(--ink);text-align:left}.faq-question h2.export-handoff-title{margin:0;color:inherit;font:500 10px/1.35 var(--sans);letter-spacing:.14em;text-transform:uppercase}.faq-toggle{display:grid;grid-column:1;grid-row:1;place-items:center;width:var(--faq-toggle-size);height:var(--faq-toggle-size);border:1px solid var(--accent);border-radius:50%;background:var(--accent);color:var(--accent-ink);font:500 17px/1 var(--sans)}.faq-answer{max-width:560px;margin:0 0 17px calc(var(--faq-toggle-size) + var(--faq-question-gap));color:var(--muted);font:16px/1.52 var(--writer);text-wrap:pretty}@media(max-width:700px){.faq-question{padding:12px 0}}.home-backdrop-opacity{display:grid;gap:7px;margin:0 0 16px;color:var(--ink);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.home-backdrop-opacity>span{display:flex;align-items:center;justify-content:space-between;gap:16px}.home-backdrop-opacity output{color:var(--muted)}.home-backdrop-opacity input{width:100%;accent-color:var(--accent)}.home-background-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.home-background-choice{min-width:0;margin:0}.home-background-swatch{display:block;overflow:hidden;width:100%;aspect-ratio:16 / 10;padding:0;border:0;border-radius:0;background:var(--panel)}.home-background-swatch .background-thumb{display:block;width:100%;height:100%;background:center / cover no-repeat;transition:transform .45s var(--flow),filter .45s ease}.home-background-swatch:hover .background-thumb{transform:scale(1.04)}.home-background-swatch.selected{outline:2px solid var(--accent);outline-offset:-2px}.home-background-swatch.selected .background-thumb{filter:saturate(1.08)}.home-background-choice figcaption{min-height:30px;padding:6px 7px;color:var(--muted);font-size:7px;line-height:1.35}.home-background-choice a{color:inherit;text-decoration:underline;text-underline-offset:2px}.home-background-choice a:hover{color:var(--accent)}.home-feature-action{display:block;width:100%;min-height:76px;border:1px solid var(--accent);background:var(--accent);color:var(--accent-ink);padding:10px 20px;font-family:var(--writer)!important;font-size:22px!important;font-weight:400!important;letter-spacing:-.035em;text-align:left;text-transform:none}.home-feature-action:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.cloud-launchpad{margin-bottom:44px}.cloud-feature-tabs{display:flex;flex-wrap:wrap;gap:5px;margin:22px 0 0}.cloud-feature-tabs button{min-height:32px;padding:7px 9px;border:1px solid var(--line);border-radius:0;background:transparent;color:var(--muted);font:600 8px/1 var(--sans);letter-spacing:.07em;text-transform:uppercase}.cloud-feature-tabs button:hover,.cloud-feature-tabs button.active{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.cloud-feature-preview{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(190px,.82fr);gap:0;margin-top:8px;border:1px solid var(--line);background:color-mix(in srgb,var(--panel) 84%,transparent)}.cloud-feature-preview-copy{padding:20px}.cloud-feature-preview-copy .eyebrow{margin:0 0 10px}.cloud-feature-preview-copy h3{margin:0 0 9px;font:500 27px/1.02 var(--headline);letter-spacing:var(--section-heading-tracking)}.cloud-feature-preview-copy>p:not(.eyebrow){margin:0;color:var(--theme-copy-84);font:15px/1.45 var(--writer)}.cloud-feature-preview-copy small{display:block;margin-top:14px;color:var(--muted);font:10px/1.35 var(--sans)}.cloud-feature-demo{display:flex;min-height:222px;flex-direction:column;justify-content:space-between;padding:18px;border-left:1px solid var(--line);background:var(--accent-wash);color:var(--ink)}.cloud-demo-label{color:var(--muted);font:600 8px/1 var(--sans);letter-spacing:.1em}.cloud-feature-demo>strong{display:block;margin:12px 0 auto;font:500 26px/.98 var(--headline);letter-spacing:-.045em}.cloud-demo-devices,.cloud-demo-versions,.cloud-demo-public{display:grid;gap:5px;margin-top:17px}.cloud-demo-devices i,.cloud-demo-versions i,.cloud-demo-public i{display:flex;align-items:center;justify-content:space-between;padding:7px 8px;border:1px solid color-mix(in srgb,var(--line) 70%,transparent);background:color-mix(in srgb,var(--panel) 78%,transparent);color:var(--muted);font:10px/1.2 var(--sans);font-style:normal}.cloud-demo-devices i:first-letter{color:var(--accent)}.cloud-demo-public b{color:var(--accent);font:600 7px/1 var(--sans);letter-spacing:.06em;text-transform:uppercase}.cloud-demo-link{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-top:17px;padding:10px;border:1px solid color-mix(in srgb,var(--line) 70%,transparent);background:color-mix(in srgb,var(--panel) 78%,transparent);color:var(--muted);font:10px/1.2 var(--sans);overflow-wrap:anywhere}.cloud-demo-link b{color:var(--accent);font-size:16px}.cloud-launchpad-action{display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px 16px;margin-top:13px}.cloud-launchpad-action .cloud-account{flex:none}.cloud-launchpad-action>small{max-width:290px;padding-top:2px;color:var(--muted);font:10px/1.38 var(--sans)}.member-toolbox{max-width:600px;margin-top:38px;padding-top:18px;border-top:1px solid var(--line)}.member-toolbox .eyebrow{margin-bottom:10px}.member-toolbox h2{margin:0 0 14px;font:500 27px/1 var(--headline);letter-spacing:var(--section-heading-tracking)}.member-toolbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}.member-toolbox-grid>*{min-height:45px;padding:12px 10px;border:0;background:var(--panel);color:var(--ink);font:600 9px/1.2 var(--sans);letter-spacing:.05em;text-align:left;text-transform:uppercase}.member-toolbox-grid button{background:var(--accent);color:var(--accent-ink);cursor:pointer}.member-toolbox>p:last-child{max-width:500px;margin:14px 0 0;color:var(--muted);font:14px/1.45 var(--writer)}.member-toolbox>p:last-child b{color:var(--ink);font-weight:600}.cloud-tease{margin-top:58px}.cloud-access-dialog{position:relative}.cloud-access-close{position:absolute;top:18px;right:18px;border:0;background:transparent;color:#626975;font-size:8px;letter-spacing:.06em;text-transform:uppercase}.cloud-access-dialog ul{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;margin:0 0 22px;padding:0;list-style:none;border-top:1px solid #e3e4e8}.cloud-access-dialog li{padding:9px 0;border-bottom:1px solid #e3e4e8;color:#626975;font:13px/1.35 var(--writer)}.cloud-access-dialog li:before{content:"·";margin-right:7px;color:#38568d}.cloud-version-list{display:grid;gap:7px;max-height:260px;overflow:auto}.cloud-version-list .cloud-sign-out{width:100%;text-align:left}.cloud-recovery-message{margin-top:16px!important;font-size:14px!important}.shared-article-page{min-height:100dvh;padding:32px max(24px,calc((100vw - 760px)/2));background:var(--bg);color:var(--ink)}.shared-article-page .wordmark{display:block;margin-bottom:12vh;color:var(--ink)}.shared-article{max-width:680px}.shared-article h1{margin:0 0 28px;font:500 clamp(42px,7vw,76px)/.96 var(--headline);letter-spacing:-.055em}.shared-article>p{color:var(--muted);font:18px/1.5 var(--writer)}.shared-article pre{margin:0;white-space:pre-wrap;color:var(--ink);font:21px/1.7 var(--writer)}.wordmark{display:inline-flex;align-items:center;gap:.28em}.brand-mark{display:block;width:auto;max-width:none;height:1em;aspect-ratio:1;flex:0 0 auto;object-fit:contain;border-radius:0;margin-bottom:3px}.timeline-new-draft:hover .timeline-new-label{transform:none!important;box-shadow:none!important;background:var(--accent)!important;color:var(--accent-ink)!important}.fullscreen-action{position:fixed;z-index:110;top:28px;right:var(--page-gutter,28px);min-width:61px}.radio-player{position:fixed;z-index:111;top:28px;right:calc(var(--page-gutter, 28px) + var(--app-control-width))}.timeline-heading-actions .preferences{position:fixed;z-index:111;top:28px;right:calc(var(--page-gutter, 28px) + var(--app-control-width) + var(--app-control-width))}.music-trigger,.radio-play{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);background:var(--bg);color:var(--ink);padding:7px 9px;font-size:9px;letter-spacing:.065em;text-transform:uppercase;transition:background .2s ease,color .2s ease,border-color .2s ease}.music-trigger:hover,.music-trigger.playing,.radio-play:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.music-trigger svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.75}.radio-popover{position:absolute;top:calc(100% + 9px);right:0;width:300px;padding:15px;border:1px solid var(--line);background:var(--panel);color:var(--ink);box-shadow:8px 8px 0 var(--accent-wash),0 18px 40px #0005}.radio-popover header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:13px;border-bottom:1px solid var(--line)}.radio-popover .menu-label{margin-bottom:5px}.radio-popover strong{display:block;font-family:var(--writer);font-size:21px;font-weight:500;letter-spacing:-.035em;line-height:1}.radio-current-playing{color:var(--accent)}.radio-play{flex:0 0 auto;min-width:58px;padding:7px}.radio-play span{font-size:12px;line-height:1}.station-list{display:grid;margin-top:7px}.station-option{display:grid;grid-template-columns:11px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:46px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);padding:6px 0;text-align:left}.station-option:hover,.station-option.playing{color:var(--accent)}.station-option b{display:block;overflow:hidden;font-size:10px;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap}.station-option .station-mark{width:8px;height:8px;border:1px solid var(--line);border-radius:50%}.station-option.selected .station-mark{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 2px var(--panel)}.station-option em{color:var(--accent);font-size:8px;font-style:normal;letter-spacing:.04em;text-transform:uppercase}.radio-volume{display:grid;gap:7px;margin-top:13px;color:var(--muted);font-size:8px;letter-spacing:.07em;text-transform:uppercase}.radio-volume>span{display:flex;justify-content:space-between}.radio-volume output{color:var(--ink)}.radio-volume input{width:100%;margin:0;accent-color:var(--accent)}.radio-error{margin:12px 0 0;color:var(--muted);font:12px/1.35 var(--writer)}.radio-error{color:var(--accent)}@media(max-width:900px){.radio-player{top:var(--home-gutter, 20px);right:calc(var(--home-gutter, 20px) + var(--app-control-width))}.timeline-heading-actions .preferences{top:var(--home-gutter, 20px);right:calc(var(--home-gutter, 20px) + var(--app-control-width) + var(--app-control-width))}}@media(max-width:700px){.radio-player{top:16px;right:calc(16px + var(--app-control-width))}.timeline-heading-actions .preferences{top:16px;right:calc(16px + var(--app-control-width) + var(--app-control-width))}.radio-popover{position:fixed;top:57px;right:14px;left:14px;width:auto}}.editor-header{border-bottom:1px solid var(--line)}.editor-actions{margin-left:auto!important;justify-content:flex-end}.timeline-line-settings{display:grid;gap:9px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.timeline-line-settings label{display:grid;gap:5px;color:var(--muted);font-size:9px}.timeline-line-settings label>span{display:flex;justify-content:space-between}.timeline-line-settings input[type=color]{width:100%;height:27px;padding:1px;border:1px solid var(--line);background:var(--bg)}.timeline-line-settings input[type=range]{width:100%;accent-color:var(--accent)}.timeline-line-settings output{color:var(--ink)}@media(max-width:700px){.fullscreen-action{top:16px;right:16px}}.home-copy-stage{min-width:0}.home-copy-stage .welcome{width:100%!important}@media(min-width:901px){.home-workspace{display:block}.home-copy-stage{width:calc(var(--left-pane-width) - var(--page-gutter));min-height:calc(100vh - 87px);min-height:calc(100dvh - 87px)}}@media(max-width:900px){.home-copy-stage{order:2;width:100%}}.home-shell>.home-header,.home-shell>.home-workspace>.home-copy-stage,.home-shell>.site-credit{transform-origin:center center;transition:transform .48s var(--flow),opacity .28s ease;will-change:transform}.home-shell.drawer-open>.home-workspace{transform:none!important;filter:none!important}.home-shell.drawer-open>.home-header,.home-shell.drawer-open>.home-workspace>.home-copy-stage,.home-shell.drawer-open>.site-credit{transform:scale(.93);filter:none}.home-shell.drawer-open>.home-header{transform:scale(.97)}.home-shell.drawer-open>.home-workspace .recent-section{transform:scale(.97);transform-origin:center center;filter:none}.home-workspace .recent-section{transition:transform .48s var(--flow),top .72s var(--flow),right .72s var(--flow),bottom .72s var(--flow),left .72s var(--flow),padding .72s var(--flow);will-change:transform}.home-backdrop{background:color-mix(in srgb,var(--bg) 16%,transparent);transition:opacity .36s ease;will-change:opacity}.home-shell.drawer-open .home-backdrop{opacity:1;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.home-shell.drawer-open .timeline-list:before{opacity:var(--timeline-line-opacity, 1)}.article-drawer{visibility:hidden;pointer-events:none;transform:translate3d(0,calc(100% + 7dvh),0);transition:transform .48s var(--flow),visibility 0s linear .48s;box-shadow:-24px 0 90px #00000047,0 32px 120px #00000061,0 0 180px #0000002e;will-change:transform}.article-drawer.drawer-open{visibility:visible;pointer-events:auto;transform:translateZ(0);transition:transform .48s var(--flow),visibility 0s}@media(max-width:900px){.article-drawer{transform:translate3d(0,100%,0)}}.theme-studio{animation:none;transform:translateZ(0);transition:transform .46s var(--flow),box-shadow .46s var(--flow);will-change:transform}.theme-studio-enter-active{transition:transform .76s cubic-bezier(.16,1,.3,1),opacity .62s cubic-bezier(.12,.82,.2,1)}.theme-studio-leave-active{transition:transform .57s cubic-bezier(.7,0,.84,0),opacity .38s cubic-bezier(.7,0,.9,.18)}.theme-studio-enter-from{transform:translate3d(var(--studio-enter-x,120vw),var(--studio-enter-y,0),0);opacity:0}.theme-studio-leave-to{transform:translate3d(var(--studio-exit-x,120vw),var(--studio-exit-y,0),0);opacity:0}.preferences{display:flex;align-items:center;gap:5px}.theme-utility-action{min-width:auto!important}.theme-utility-action--edit{min-width:82px!important}.theme-studio__backdrops{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:11px!important}.theme-studio__backdrop-choice{display:grid;min-width:0;gap:4px}.theme-studio__backdrops .theme-studio__backdrop-choice>button{position:relative;display:block;width:100%;aspect-ratio:16 / 10;min-width:0;overflow:hidden;border:1px solid var(--line);background:var(--bg);color:#fff;padding:0;text-align:left}.theme-studio__backdrops .theme-studio__backdrop-choice>button .background-thumb{display:block;width:100%;height:100%;background-position:center;background-size:cover}.theme-studio__backdrops .theme-studio__backdrop-choice>button b{position:absolute;right:0;bottom:0;left:0;padding:6px 7px;background:linear-gradient(transparent,#000000c7);color:#fff;font-size:8px;letter-spacing:.03em}.theme-studio__backdrops .theme-studio__backdrop-choice>button.selected{border-color:var(--accent);box-shadow:inset 0 0 0 2px var(--accent)}.theme-studio__backdrops .theme-studio__backdrop-choice>button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-studio__backdrop-choice small{overflow:hidden;color:var(--muted);font-size:7px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.theme-studio__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.theme-studio__actions button:disabled{cursor:not-allowed;color:var(--muted);opacity:.55}.theme-contest{grid-column:1 / -1;margin:22px 14px 30px;padding:18px;border:1px solid var(--line);background:var(--panel);color:var(--ink)}.theme-contest header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.theme-contest header .eyebrow{margin:0 0 8px}.theme-contest h2{margin:0 0 7px;font:500 27px/.98 var(--headline);letter-spacing:-.04em}.theme-contest header p:not(.eyebrow){max-width:440px;margin:0;color:var(--muted);font:14px/1.4 var(--writer)}.theme-contest header>strong{flex:0 0 auto;padding:7px 8px;background:var(--accent);color:var(--accent-ink);font:700 8px/1 var(--sans);letter-spacing:.06em;text-transform:uppercase}.theme-contest__composer{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(0,1.4fr) auto;align-items:end;gap:9px;margin-top:17px}.theme-contest__composer label,.theme-contest__composer>div{display:grid;gap:6px;color:var(--muted);font:700 7px/1 var(--sans);letter-spacing:.07em;text-transform:uppercase}.theme-contest__composer select{border:1px solid var(--line);background:var(--panel-raised);color:var(--ink);padding:7px;font:12px var(--writer)}.theme-contest__composer>div{display:flex;flex-wrap:wrap;align-items:center}.theme-contest__composer>div>span{flex-basis:100%}.theme-contest__composer>div button{min-width:38px;border:1px solid var(--line);background:transparent;color:var(--ink);font:700 7px/1 var(--sans)}.theme-contest__composer>div button.selected,.theme-contest__composer>div button:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.theme-contest__nominate{border:1px solid var(--accent);background:var(--accent);color:var(--accent-ink);padding:8px 10px;font:700 8px/1 var(--sans);letter-spacing:.06em;text-transform:uppercase}.theme-contest__nominate:disabled{cursor:not-allowed;opacity:.45}.theme-contest__status{margin:11px 0 0;color:var(--accent);font:11px/1.4 var(--writer)}.theme-contest__winners{margin-top:17px;padding:12px;background:var(--panel-raised)}.theme-contest__winners .eyebrow{margin:0 0 9px}.theme-contest__winners>div{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:6px}.theme-contest__winners button{display:grid;position:relative;gap:6px;min-height:82px;overflow:hidden;border:0;background:var(--contest-bg);color:var(--contest-ink);padding:9px;text-align:left}.theme-contest__winners button span{position:absolute;top:7px;right:7px;font:700 7px/1 var(--sans);opacity:.65}.theme-contest__winners button i{display:block;width:22px;height:4px;background:var(--contest-accent)}.theme-contest__winners button strong{font:500 16px/1 var(--writer);letter-spacing:-.025em}.theme-contest__winners button small{font:700 6px/1 var(--sans);letter-spacing:.06em;opacity:.7;text-transform:uppercase}.theme-contest__board{display:grid;grid-template-columns:repeat(7,minmax(122px,1fr));gap:6px;overflow-x:auto;margin-top:17px;padding-bottom:6px}.theme-contest__board section{min-height:150px;padding:7px;border:1px solid var(--line);background:color-mix(in srgb,var(--panel-raised) 52%,transparent)}.theme-contest__board h3{margin:0 0 7px;color:var(--muted);font:700 7px/1 var(--sans);letter-spacing:.07em;text-transform:uppercase}.theme-contest__board section>p{margin:18px 0;color:var(--muted);font:italic 13px var(--writer);text-align:center}.theme-contest__entry{display:grid;width:100%;gap:5px;margin:0 0 6px;overflow:hidden;border:1px solid color-mix(in srgb,var(--contest-ink) 24%,transparent);background:var(--contest-bg);color:var(--contest-ink);padding:8px;text-align:left}.theme-contest__entry i{display:block;height:4px;background:var(--contest-accent)}.theme-contest__entry span{overflow:hidden;font:500 15px/1 var(--writer);text-overflow:ellipsis;white-space:nowrap}.theme-contest__entry small{font:700 6px/1 var(--sans);letter-spacing:.06em;text-transform:uppercase;opacity:.72}.theme-contest__entry:hover{outline:2px solid var(--accent);outline-offset:1px}.theme-contest__undo{margin-top:12px;border:0;border-bottom:1px solid var(--accent);background:transparent;color:var(--ink);padding:4px 0;font:700 8px/1 var(--sans);letter-spacing:.06em;text-transform:uppercase}@media(max-width:700px){.theme-contest{margin:16px 0 24px;padding:15px}.theme-contest header{display:block}.theme-contest header>strong{display:inline-block;margin-top:12px}.theme-contest__composer{grid-template-columns:1fr}.theme-contest__nominate{width:100%}.theme-contest__board{grid-template-columns:repeat(7,78vw);scroll-snap-type:x mandatory}.theme-contest__winners>div{grid-template-columns:1fr}.theme-contest__board section{scroll-snap-align:start;min-height:190px}}.timeline-new-label{grid-row:1;grid-column:1 / -1;width:100%;margin:0;min-height:58px;box-sizing:border-box;display:flex;align-items:center;padding:15px 16px 15px calc(var(--timeline-axis) + 30px);line-height:1;white-space:nowrap}.timeline-new-draft:hover,.timeline-new-draft:focus-visible{background:transparent!important;border-color:transparent!important;box-shadow:none!important}button.timeline-new-draft:hover:not(:disabled),button.timeline-new-draft:focus-visible:not(:disabled){background-color:transparent!important;border-color:currentColor!important}.timeline-new-draft:hover .timeline-new-label,.timeline-new-draft:focus-visible .timeline-new-label{background:var(--accent)!important;color:var(--accent-ink)!important}.quick-theme-option{border:0!important}button.quick-theme-option:hover:not(:disabled),button.quick-theme-option:focus-visible:not(:disabled){border:0!important}.app-control{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;min-width:var(--app-control-width);padding:7px 9px;border:1px solid var(--line)!important;border-radius:0;background:transparent!important;color:var(--ink)!important;font:700 8px/1 var(--sans)!important;letter-spacing:.065em;text-transform:uppercase;transition:background-color .18s ease,color .18s ease,border-color .18s ease!important}.app-control,.app-control>span{color:var(--ink)!important;font-family:var(--sans)!important;font-size:8px!important;font-style:normal!important;font-variant:normal!important;font-weight:700!important;letter-spacing:.065em!important;line-height:1!important;text-transform:uppercase!important}.app-control:hover:not(:disabled),.app-control:focus-visible:not(:disabled){border-color:var(--accent)!important;background:var(--accent)!important;color:var(--accent-ink)!important;outline:none}.app-control:hover:not(:disabled)>span,.app-control:focus-visible:not(:disabled)>span{color:var(--accent-ink)!important}.app-control:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.app-control.playing{border-color:var(--accent)!important}:root{--app-control-width:61px}.article-back-action{flex:0 0 max-content;width:max-content;min-width:max-content!important;white-space:nowrap;gap:6px}#editorjs .cdx-quote{margin:36px 0 44px!important;padding:0!important;border:0!important;border-left:0!important;background:transparent!important;box-shadow:none!important}#editorjs .cdx-quote__text{min-height:0!important;padding:0!important;border:0!important;background:transparent!important;color:var(--ink)!important;font-size:54px!important;line-height:1.08!important;letter-spacing:-.045em;font-style:italic}#editorjs .cdx-quote__caption{margin-top:2px!important;padding:0!important;border:0!important;background:transparent!important;color:var(--muted)!important;font-size:10px!important;line-height:1.25!important;letter-spacing:.04em}@media(max-width:700px){#editorjs .cdx-quote{margin:28px 0 36px!important}#editorjs .cdx-quote__text{font-size:36px!important;line-height:1.12!important}#editorjs .cdx-quote__caption{font-size:9px!important}}.editor-shell-drawer .editor-header{padding-right:0}.editor-actions,.preferences,.preferences-heading>div,.preference-tabs,.theme-studio__header,.theme-studio__actions,.delete-dialog>div,.markdown-dialog>div,.home-actions,.theme-grid,.font-options,.background-grid,.quick-theme-grid,.tool-settings,.theme-studio__themes,.theme-studio__backdrops{gap:0!important}.theme-studio{--bg:#fff;--panel:#fff;--panel-raised:#f3f3f1;--ink:#171717;--muted:#686868;--line:#d8d8d5;--accent:#171717;--accent-ink:#fff;--accent-wash:#ececea;background:#fff!important;color:#171717!important;border-left-color:#d8d8d5!important}.theme-studio__header{display:grid;grid-template-columns:1fr auto;gap:0!important;padding:12px 14px!important;background:#fff!important;color:#171717!important}.theme-studio__header>span{align-self:center;margin:0!important}.theme-studio__header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:0!important}.theme-studio .theme-studio__control{min-width:61px!important;border-color:#d8d8d5!important;background:#fff!important;color:#171717!important}.theme-studio .theme-studio__control:hover:not(:disabled),.theme-studio .theme-studio__control:focus-visible:not(:disabled){border-color:#171717!important;background:#171717!important;color:#fff!important}.theme-studio .theme-studio__control.danger{color:#9f3025!important}.theme-studio .theme-studio__control.danger:hover:not(:disabled),.theme-studio .theme-studio__control.danger:focus-visible:not(:disabled){color:#fff!important}.theme-studio__body{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;padding:16px!important}.theme-studio__themes,.theme-studio__form>.theme-studio__section,.theme-studio__form>.theme-studio__backdrops{min-width:0;margin:0!important;border-color:#d8d8d5!important;background:#fff!important}.theme-studio__themes{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-content:start;gap:0!important;padding:11px!important}.theme-studio__themes legend,.theme-studio__section legend,.theme-studio__backdrops legend{display:flex;align-items:center;justify-content:space-between;gap:8px;width:calc(100% - 8px);color:#686868!important}.theme-studio__create,.theme-studio__theme-group-label{grid-column:1 / -1}.theme-studio__create{justify-self:start;margin-bottom:9px}.theme-studio__theme-group-label{margin:10px 0 5px;color:#686868;font-size:8px;letter-spacing:.09em;text-transform:uppercase}.theme-studio__theme-card{display:flex!important;align-items:center;min-width:0;gap:7px!important;padding:7px!important;border-color:#d8d8d5!important;background:#fff!important;color:#171717!important;text-align:left}.theme-studio__theme-card:hover,.theme-studio__theme-card.selected{background:#f3f3f1!important}.theme-studio__theme-card.selected{box-shadow:inset 0 -3px #171717!important}.theme-studio__themes .theme-preview{width:38px!important;height:44px!important}.theme-studio__theme-card>span:last-child{display:grid;min-width:0;gap:2px;font-size:9px}.theme-studio__theme-card small{overflow:hidden;color:#686868!important;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.theme-studio__form{display:grid!important;align-content:start;gap:16px!important}.theme-studio__form>.theme-studio__section{display:grid!important;padding:11px!important}.theme-studio__section>label{color:#686868!important}.theme-studio__random{min-height:23px;padding:5px 7px;border:1px solid #d8d8d5;background:#fff;color:#171717;font:700 7px/1 var(--sans);letter-spacing:.065em;text-transform:uppercase}.theme-studio__random:hover,.theme-studio__random:focus-visible{border-color:#171717!important;background:#171717!important;color:#fff!important}.theme-studio__typefaces,.theme-studio__appearance{grid-template-columns:1fr!important}.theme-studio__font-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0!important}.theme-studio__font-list .font-option{min-height:44px;padding:8px 10px!important;border-color:#d8d8d5!important;background:#fff!important;color:#171717!important}.theme-studio__font-list .font-option:hover,.theme-studio__font-list .font-option.selected{background:#f3f3f1!important}.theme-studio__font-list .font-option.selected{box-shadow:inset 0 -3px #171717!important}.theme-studio__font-list .font-option strong{margin:0!important;color:inherit!important;font-size:16px!important}.theme-studio__appearance label{display:grid!important;gap:5px}.theme-studio__appearance input[type=range]{accent-color:#171717!important}.theme-studio__colors{grid-template-columns:1fr 1fr!important}.theme-studio__timeline-control>div{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:7px}.theme-studio__timeline-control input[type=color]{width:28px;height:24px;padding:0;border:1px solid #d8d8d5;background:#fff}.theme-studio__timeline-control input[type=range]{width:100%;accent-color:#171717!important}@media(max-width:700px){.theme-studio__header{grid-template-columns:1fr!important}.theme-studio__header-actions{justify-content:flex-start}.theme-studio__themes,.theme-studio__font-list{grid-template-columns:1fr!important}}html{overflow-x:hidden}body{min-width:0;overflow-x:hidden}button,a,summary,input,textarea{-webkit-tap-highlight-color:transparent}summary{list-style:none}summary::-webkit-details-marker{display:none}.mobile-fold-toggle,.cloud-feature-details>summary{display:none}@media(min-width:701px){.mobile-fold:not([open])>.mobile-fold-content{display:block}.cloud-feature-details:not([open])>ul{display:grid}}.editor-tools{margin-left:auto}.editor-tools>summary{display:none}.editor-tools:not([open])>.editor-actions{display:flex}#editorjs .ce-paragraph,#editorjs .ce-header,#editorjs .cdx-list,#editorjs .cdx-quote__text,#editorjs .cdx-quote__caption,.article-transition-title,.timeline-open h3,.copy-feedback,.library-feedback{overflow-wrap:anywhere;word-break:normal}#editorjs .tc-wrap,#editorjs .ce-code,#editorjs .embed-tool,#editorjs .image-tool{max-width:100%}#editorjs .tc-wrap{overflow-x:auto;overscroll-behavior-inline:contain}#editorjs .embed-tool iframe{max-width:100%}#editorjs .tc-wrap{width:100%;max-width:100%;grid-template-columns:minmax(680px,calc(100% - var(--cell-size))) var(--cell-size);overflow-x:auto;overflow-y:hidden;padding-bottom:6px;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}#editorjs .tc-table{width:100%;min-width:680px}#editorjs .tc-cell{min-width:110px;overflow-wrap:break-word;word-break:normal}.home-header-actions{display:flex;align-items:center;margin-left:auto}.home-header-actions .preferences{position:static!important}@media(max-width:700px){:root{--mobile-gutter:14px;--mobile-control-height:42px}.home-shell{width:100%;padding-top:max(14px,env(safe-area-inset-top))}.home-header{width:auto;min-height:46px;margin:0 var(--mobile-gutter) 14px;padding:0;border-bottom:1px solid color-mix(in srgb,var(--line) 72%,transparent)}.wordmark{font-size:25px}.brand-mark{border-radius:0}.home-workspace .recent-section{padding:24px var(--mobile-gutter) 38px;overflow:hidden}.home-workspace .welcome{padding:46px var(--mobile-gutter) 54px}.home-workspace .section-heading{display:block;padding:0 0 12px}.home-workspace .section-heading>.eyebrow{margin-bottom:8px}.timeline-heading-actions{position:static;display:flex;width:100%;flex-wrap:wrap;align-items:stretch;gap:0!important}.timeline-heading-actions>span{flex:1 0 100%;margin:0 0 9px}.timeline-heading-actions .radio-player,.timeline-heading-actions>.preferences{position:static;top:auto;right:auto}.timeline-heading-actions .radio-player{flex:0 0 auto}.timeline-heading-actions>.preferences{display:flex;flex:1 1 0;min-width:0}.timeline-heading-actions>.preferences>.theme-utility-action{flex:1 1 0;min-width:0!important;white-space:normal}.timeline-heading-actions .app-control{min-height:var(--mobile-control-height);padding:7px 8px;font-size:7px!important;line-height:1.15!important}.fullscreen-action{display:none!important}.radio-popover,.preferences-popover{top:calc(max(14px,env(safe-area-inset-top)) + 92px);right:var(--mobile-gutter);left:var(--mobile-gutter);width:auto;max-width:none;max-height:calc(100dvh - 120px);overflow:auto;overscroll-behavior:contain}.radio-popover{position:fixed}.timeline-list{--timeline-axis:62px}.timeline-list:before{top:0;bottom:0}.timeline-period{padding-left:88px}.timeline-entry,.timeline-new-draft{grid-template-columns:50px 24px minmax(0,1fr)}.timeline-day{min-width:0;padding-right:8px;font-size:7px;white-space:normal;overflow-wrap:anywhere}.timeline-entry .timeline-open,.timeline-entry .timeline-open:hover{min-width:0;padding:14px 0 14px 10px}.timeline-open h3{max-width:100%;font-size:clamp(19px,6.4vw,23px);line-height:1.04}.timeline-new-label{min-height:58px;padding:14px 10px 14px calc(var(--timeline-axis) + 24px);white-space:normal}.library-bottom-actions{display:grid;grid-template-columns:1fr;gap:0;margin:58px 0 0;padding-top:12px}.library-bottom-actions .library-transfer{width:100%;min-height:var(--mobile-control-height);padding:10px 12px;text-align:left}.site-credit{width:auto;max-width:calc(100% - (var(--mobile-gutter) * 2));margin:34px var(--mobile-gutter) calc(18px + env(safe-area-inset-bottom));line-height:1.6}.welcome h1{max-width:10ch;margin-top:11px;font-size:clamp(40px,13vw,52px);line-height:.89}.lede{max-width:29ch;font-size:18px;line-height:1.48}.mobile-fold{max-width:none;margin:26px 0 0;padding:0;border-top:1px solid var(--line)}.mobile-fold-toggle{position:relative;display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:18px;padding:12px 34px 12px 0;cursor:pointer}.mobile-fold-toggle:after{content:"+";position:absolute;top:50%;right:2px;color:var(--accent);font-size:20px;font-weight:400;transform:translateY(-50%)}.mobile-fold[open]>.mobile-fold-toggle:after{content:"−"}.mobile-fold-toggle>span{font:500 19px/1.1 var(--headline);letter-spacing:var(--section-heading-tracking)}.mobile-fold-toggle>small{color:var(--muted);font-size:7px;letter-spacing:.08em;text-align:right;text-transform:uppercase}.mobile-fold-content{padding:14px 0 10px}.mobile-fold-content>.eyebrow,.mobile-fold-content>.section-reveal{display:none}.quick-themes h2{margin-bottom:15px}.quick-theme-grid{grid-template-columns:1fr}.quick-theme-option{min-height:72px}.capabilities{margin-top:26px}.capability-grid{grid-template-columns:1fr}.capability,.capability:nth-child(odd),.capability:nth-child(2n){min-height:0;padding:16px 0;border-right:0}.home-font-options{gap:1px;padding-top:0}.font-option{min-height:54px;padding:13px 16px}.home-background-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.home-background-choice figcaption{min-height:0;padding:6px 3px 10px;overflow-wrap:anywhere}.home-backdrop-opacity{margin-bottom:13px}.cloud-feature-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.cloud-feature-tabs button{min-height:39px;font-size:7px}.cloud-feature-preview{grid-template-columns:1fr}.cloud-feature-demo{min-height:174px;border-top:1px solid var(--line);border-left:0}.cloud-feature-demo>strong{font-size:24px}.cloud-launchpad-action{display:grid}.cloud-launchpad-action>small{max-width:340px}.member-toolbox-grid{grid-template-columns:1fr}.cloud-feature-details{margin:18px 0 22px;border-top:1px solid #e3e4e8;border-bottom:1px solid #e3e4e8}.cloud-feature-details>summary{position:relative;display:block;min-height:50px;padding:17px 32px 14px 0;color:#17191e;cursor:pointer;font:700 9px/1.2 var(--sans);letter-spacing:.055em;text-transform:uppercase}.cloud-feature-details>summary:after{content:"+";position:absolute;top:14px;right:0;color:#38568d;font-size:18px}.cloud-feature-details[open]>summary:after{content:"−"}.cloud-offer .cloud-feature-details ul{margin:0 0 8px;border-top:0}.editor-shell,.editor-shell-drawer{width:100%;min-height:100dvh;padding:max(14px,env(safe-area-inset-top)) var(--mobile-gutter) calc(22px + env(safe-area-inset-bottom))}.editor-header{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:48px;align-items:start;gap:10px;padding:0 0 10px}.editor-meta{display:flex;min-width:0;flex-wrap:wrap;gap:5px 10px}.editor-meta .article-home-link{flex-basis:100%;min-width:0}.editor-shell-drawer .editor-meta .article-home-link{flex-basis:auto;width:max-content}.editor-meta .save-status,.editor-meta .read-time{font-size:8px}.editor-tools{position:relative;margin:0}.editor-tools>summary{display:flex;min-width:78px;min-height:var(--mobile-control-height);align-items:center;justify-content:center;border:1px solid var(--line);background:color-mix(in srgb,var(--bg) 72%,transparent);cursor:pointer;font:700 8px/1 var(--sans);letter-spacing:.065em;text-transform:uppercase}.editor-tools>summary:after{content:"+";margin-left:6px;color:var(--accent);font-size:13px}.editor-tools[open]>summary{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.editor-tools[open]>summary:after{content:"−";color:inherit}.editor-tools:not([open])>.editor-actions{display:none}.editor-tools[open]>.editor-actions{position:absolute;z-index:35;top:calc(100% + 7px);right:0;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));width:min(340px,calc(100vw - (var(--mobile-gutter) * 2)));margin:0!important;padding:14px;background:var(--panel);box-shadow:8px 8px 0 var(--accent-wash),0 18px 45px #00000047}.editor-actions>button,.editor-actions .theme-utility-action{min-width:0!important;min-height:var(--mobile-control-height);padding:8px!important;white-space:normal}.editor-actions>.preferences{display:flex;grid-column:1 / -1;min-width:0}.editor-actions>.preferences>button{flex:1 1 0}.writing-surface{width:100%;margin-top:clamp(38px,7vh,62px);padding-bottom:22vh}#editorjs .ce-block__content,#editorjs .ce-toolbar__content{max-width:100%}#editorjs .ce-paragraph{font-size:clamp(18px,var(--prose-size),19.5px)}#editorjs .cdx-list{margin-left:0;padding-left:18px}#editorjs .cdx-list-checklist{margin-left:0}#editorjs .cdx-quote{margin-left:0!important}#editorjs .image-tool--withBackground .image-tool__image{padding:10px}.copy-feedback,.library-feedback{right:var(--mobile-gutter);bottom:calc(var(--mobile-gutter) + env(safe-area-inset-bottom));left:var(--mobile-gutter);width:auto;max-width:none;line-height:1.45}.delete-overlay,.lifetime-overlay{align-items:end;padding:var(--mobile-gutter) var(--mobile-gutter) calc(var(--mobile-gutter) + env(safe-area-inset-bottom))}.delete-dialog,.markdown-dialog,.lifetime-dialog{width:100%;max-height:calc(100dvh - 28px - env(safe-area-inset-bottom));overflow:auto;padding:24px 18px;border-radius:12px 12px 4px 4px}.delete-dialog h2,.lifetime-dialog h2{font-size:clamp(31px,10vw,42px)}.markdown-dialog>div,.delete-dialog>div{display:grid;grid-template-columns:1fr 1fr}.import-dialog .import-choices{grid-template-columns:1fr}.import-dialog .import-choice{min-height:0;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);align-items:baseline;gap:12px}.markdown-dialog button,.delete-dialog button{min-height:var(--mobile-control-height)}.theme-studio{width:100%;min-width:0}.theme-studio__header{grid-template-columns:1fr!important;padding:max(12px,env(safe-area-inset-top)) 10px 10px!important}.theme-studio__header-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.theme-studio .theme-studio__control{min-width:0!important;min-height:38px;white-space:normal}.theme-studio__body{gap:10px!important;padding:10px!important}.theme-studio__themes,.theme-studio__font-list{grid-template-columns:1fr!important}.theme-studio__form{gap:10px!important}.theme-studio__colors{grid-template-columns:1fr!important}.theme-studio__timeline-control{grid-column:1}}@media(max-width:360px){:root{--mobile-gutter:12px}.timeline-list{--timeline-axis:58px}.timeline-period{padding-left:82px}.timeline-entry,.timeline-new-draft{grid-template-columns:46px 24px minmax(0,1fr)}.timeline-new-label{padding-left:calc(var(--timeline-axis) + 22px)}.timeline-heading-actions .app-control{padding-inline:6px}.home-background-grid{grid-template-columns:1fr}}@media(min-width:901px){.home-workspace .section-heading{position:relative}.timeline-heading-actions .preferences{position:absolute;top:-112px;left:calc(var(--timeline-axis) + 18px);right:auto}.timeline-fullscreen .timeline-heading-actions .preferences{top:calc(-1 * var(--page-gutter))}}button.background-swatch,button.home-background-swatch,button.background-option,.theme-studio__backdrops .theme-studio__backdrop-choice>button{transform-origin:center;transition:transform .12s ease,background-color .18s ease,color .18s ease,border-color .18s ease!important}button.background-swatch:active:not(:disabled),button.home-background-swatch:active:not(:disabled),button.background-option:active:not(:disabled),.theme-studio__backdrops .theme-studio__backdrop-choice>button:active:not(:disabled){transform:scale(.98)!important}@media(max-width:900px){#editorjs .ce-paragraph{font-size:clamp(17.5px,2.5vw,19px)!important;line-height:1.62!important}#editorjs h1.ce-header,.article-transition-title{font-size:clamp(38px,5.2vw,44px)!important}#editorjs h2.ce-header{font-size:clamp(30px,4.15vw,35px)!important}#editorjs h3.ce-header{font-size:clamp(23px,3.2vw,28px)!important}#editorjs .cdx-list{font-size:clamp(17px,2.35vw,18.5px)!important;line-height:1.6!important}#editorjs .cdx-quote__text{font-size:clamp(20px,3vw,25px)!important;line-height:1.35!important}#editorjs .tc-cell{font-size:clamp(14px,2vw,16px)!important}}@media(max-width:700px){:root{--mobile-gutter:14px;--mobile-control-height:29px}.home-header{min-height:0;margin:0 var(--mobile-gutter) 8px;padding:0}.home-header .wordmark{font-size:24px}.home-header-actions{display:flex;align-items:center;margin-left:auto}.home-header-actions .preferences{position:static!important}.home-header-actions .theme-utility-action{padding:7px 9px;white-space:nowrap}.home-workspace .section-heading:has(.timeline-heading-actions:empty){display:none}.home-workspace .recent-section{padding-top:16px}.home-workspace .section-heading>.eyebrow,.timeline-heading-actions>span{display:none}.home-workspace .section-heading{padding:0 0 10px}.timeline-heading-actions{justify-content:flex-start;gap:0!important}.timeline-heading-actions>.preferences{flex:0 1 auto;width:auto}.timeline-heading-actions>.preferences>.theme-utility-action{flex:0 0 auto;padding:7px 9px;white-space:nowrap}.timeline-new-node{visibility:hidden}.timeline-new-label{width:100vw;min-height:58px;margin-left:calc(-1 * var(--mobile-gutter));justify-content:center;padding:14px var(--mobile-gutter)}.timeline-new-label:before{content:var(--timeline-new-label,"New");margin-right:18px}.editor-tools>summary{min-width:auto;padding:7px 9px;background:transparent!important}.editor-tools>summary:after{content:none!important}.editor-tools[open]{grid-column:1 / -1;width:100%}.editor-tools[open]>.editor-actions{position:static;display:flex!important;width:100%;flex-wrap:wrap;gap:0!important;margin:10px 0 0!important;padding:10px 0 0;border:0;background:transparent;box-shadow:none}.editor-actions>button,.editor-actions .theme-utility-action{flex:0 0 auto;min-width:0!important;padding:7px 9px!important;font-size:8px!important;line-height:1!important;white-space:nowrap}.editor-actions>.preferences{display:flex;flex:0 0 auto;width:auto}.editor-actions>.preferences>button{flex:0 0 auto}.writing-surface{margin-top:34px}.editor-tools{display:contents}.editor-tools>summary{grid-column:2;grid-row:1;width:max-content;margin-left:auto}.editor-tools[open]{grid-column:auto;width:auto}.editor-tools[open]>summary{margin-left:auto}.editor-tools[open]>.editor-actions{grid-column:1 / -1;grid-row:2;justify-content:flex-start!important;margin-left:0!important}.editor-tools-close-label,.editor-tools[open] .editor-tools-open-label{display:none}.editor-tools[open] .editor-tools-close-label{display:inline}#editorjs .ce-paragraph{font-size:clamp(17px,4.55vw,18px)!important;line-height:1.62!important}#editorjs h1.ce-header,.article-transition-title{font-size:clamp(34px,9.2vw,38px)!important}#editorjs h2.ce-header{font-size:clamp(27px,7.4vw,30px)!important}#editorjs h3.ce-header{font-size:clamp(21px,5.8vw,24px)!important}#editorjs .cdx-list{font-size:clamp(16.5px,4.4vw,17.5px)!important;line-height:1.62!important}#editorjs .cdx-quote__text{font-size:clamp(19px,5.2vw,21px)!important;line-height:1.4!important}#editorjs .cdx-quote__caption,#editorjs .tc-cell{font-size:13px!important}.library-bottom-actions{display:flex;flex-wrap:wrap;align-items:stretch;gap:5px;margin-top:58px}.library-bottom-actions .library-transfer{flex:0 0 auto;width:auto;min-width:0;padding:7px 9px;text-align:left;white-space:nowrap}}.timeline-entry .timeline-open{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;gap:4px}.timeline-entry .timeline-date{grid-column:1;display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:2px;color:var(--muted);font-size:8px;letter-spacing:.035em;line-height:1.15;white-space:nowrap}.timeline-entry .timeline-date .timeline-day{grid-column:auto;padding-right:0;color:var(--muted);font-size:7px;letter-spacing:.08em;line-height:1;text-align:left}@media(min-width:901px){.timeline-list{--timeline-axis:14%}.timeline-period{padding-left:calc(var(--timeline-axis) + 28px)}.timeline-new-label{padding-left:calc(var(--timeline-axis) + 30px)}}@media(max-width:700px){.timeline-list{--timeline-axis:42px}.timeline-period{padding-left:calc(var(--timeline-axis) + 22px)}.timeline-entry,.timeline-new-draft{grid-template-columns:calc(var(--timeline-axis) - 12px) 24px minmax(0,1fr)}.timeline-entry .timeline-open,.timeline-entry .timeline-open:hover{padding:14px 0 14px 10px}.timeline-entry .timeline-date{font-size:7px}.timeline-new-label{width:100vw;margin-left:calc(-1 * var(--mobile-gutter));justify-content:flex-start;padding:14px var(--mobile-gutter) 14px calc(var(--mobile-gutter) + var(--timeline-axis) - 10px)}.timeline-new-label:before{margin-right:12px}}@media(min-width:901px){.home-header{position:relative;z-index:100}.home-header-actions{position:fixed;z-index:111;top:28px;right:calc(var(--page-gutter, 28px) + var(--app-control-width) + 8px);margin-left:0}.home-shell:has(.radio-player) .home-header-actions{right:calc(var(--page-gutter, 28px) + (var(--app-control-width) * 2) + 8px)}}@media(min-width:901px){.home-header{position:static;z-index:auto}.timeline-list{--timeline-axis:20%}.timeline-period{padding-left:calc(var(--timeline-axis) + 28px)}.timeline-new-label{padding-left:16px}.timeline-entry .timeline-open{grid-template-columns:minmax(0,1fr) max-content;grid-template-rows:auto;gap:20px}.timeline-entry .timeline-date{grid-column:2;display:block;align-self:center;font-size:8px;white-space:nowrap}.timeline-entry .timeline-date .timeline-day{display:none}.timeline-entry .timeline-day-desktop{display:block}#editorjs .tc-wrap{width:auto;max-width:none;grid-template-columns:calc(100% - var(--cell-size)) var(--cell-size);overflow-x:visible;overflow-y:visible;overscroll-behavior-inline:auto;padding-bottom:0;-webkit-overflow-scrolling:auto}#editorjs .tc-table{min-width:0}#editorjs .tc-cell{min-width:0;overflow-wrap:normal}}@media(max-width:700px){.home-workspace .section-heading{height:0;min-height:0;padding:0;border-bottom:0}.timeline-heading-actions>.preferences{position:fixed!important;z-index:111;top:max(14px,env(safe-area-inset-top));right:var(--mobile-gutter);display:flex;width:auto;margin:0}.home-shell:has(.radio-player) .timeline-heading-actions>.preferences{right:calc(var(--mobile-gutter) + var(--app-control-width))}.timeline-entry .timeline-day-desktop{display:none}.timeline-entry .timeline-date{display:flex}}.theme-label-short,.timeline-entry .timeline-date-only{display:none}.timeline-entry .timeline-time{display:inline}@media(max-width:1100px){.home-header-actions{display:flex!important;align-items:center;gap:8px;margin-left:auto;flex-wrap:nowrap}.home-header-actions .preferences,.home-header-actions .fullscreen-action{position:static!important;top:auto!important;right:auto!important;margin:0!important}.home-header-actions .preferences{display:flex;flex:0 0 auto}.home-header-actions .fullscreen-action{display:inline-flex!important;flex:0 0 auto}.timeline-entry .timeline-open{grid-template-columns:minmax(0,1fr) max-content;grid-template-rows:auto;gap:20px}.timeline-entry .timeline-date{grid-column:2;display:block;align-self:center;font-size:8px;white-space:nowrap}.timeline-entry .timeline-date .timeline-day{display:none}.timeline-entry .timeline-date-only{display:inline}.timeline-entry .timeline-time{display:none}.timeline-list:before{position:absolute;left:var(--timeline-axis);top:0;bottom:0}.timeline-list:has(.timeline-new-entry):before{top:58px}.library-bottom-actions{position:relative;z-index:2}.timeline-fullscreen .home-workspace .recent-section{position:fixed;z-index:40;top:0;right:0;bottom:0;left:0;width:auto;min-height:0;overflow-y:auto;padding:calc(max(var(--home-gutter, 20px),env(safe-area-inset-top)) + 64px) var(--home-gutter, 20px) calc(var(--home-gutter, 20px) + env(safe-area-inset-bottom));background:var(--bg)}.timeline-fullscreen .home-workspace .section-heading{padding-left:0}}@media(max-width:700px){.theme-label-full{display:none}.theme-label-short{display:inline}.timeline-heading-actions{top:max(14px,env(safe-area-inset-top));right:var(--mobile-gutter, 14px)}.timeline-entry .timeline-open{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;gap:4px}.timeline-entry .timeline-date{grid-column:1;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.timeline-entry .timeline-date .timeline-day{display:block}.timeline-entry .timeline-date-only{display:none}.timeline-entry .timeline-time{display:inline}}@media(min-width:901px){.home-header-actions{right:var(--page-gutter, 28px)}}.timeline-fullscreen .home-header{position:fixed!important;z-index:100!important}.timeline-fullscreen .home-header-actions{position:fixed!important;z-index:111!important}@media(max-width:1100px){.timeline-fullscreen .home-header-actions{top:max(var(--home-gutter, 20px),env(safe-area-inset-top))!important;right:var(--home-gutter, 20px)!important}}@media(max-width:700px){.timeline-fullscreen .home-header-actions{top:max(14px,env(safe-area-inset-top))!important;right:var(--mobile-gutter, 14px)!important}}@media(min-width:481px)and (max-width:700px){.editor-tools{display:block!important;grid-column:1 / -1;width:100%}.editor-tools>summary{display:none!important}.editor-tools>.editor-actions{position:static!important;display:flex!important;width:100%;flex-wrap:wrap;justify-content:flex-start;gap:5px;margin:0!important;padding:14px 0 0;border:0;background:transparent;box-shadow:none}}@media(max-width:480px){.editor-tools:not([open]) .editor-tools-open-label{display:inline!important}.editor-tools:not([open]) .editor-tools-close-label,.editor-tools[open] .editor-tools-open-label{display:none!important}.editor-tools[open] .editor-tools-close-label{display:inline!important}}.home-header{z-index:1000!important}.home-header-actions{position:fixed!important;z-index:1001!important;top:var(--page-gutter, 28px)!important;right:var(--page-gutter, 28px)!important;display:flex!important;align-items:center;gap:8px;margin:0!important;pointer-events:auto!important}.home-header-actions .app-control{background:color-mix(in srgb,var(--bg) 88%,transparent)!important;color:var(--ink)!important;opacity:1!important}@media(max-width:1100px){.home-header-actions{top:max(var(--home-gutter, 20px),env(safe-area-inset-top))!important;right:var(--home-gutter, 20px)!important}}@media(max-width:700px){.home-header-actions{top:max(14px,env(safe-area-inset-top))!important;right:var(--mobile-gutter, 14px)!important}}.home-header-actions{align-items:center!important;flex-wrap:nowrap!important}.home-header-actions .fullscreen-action,.home-header-actions .preferences{position:static!important;inset:auto!important;flex:0 0 auto}.home-header-actions .app-control{white-space:nowrap}@media(min-width:901px){.timeline-new-label{padding-left:calc(var(--timeline-axis) + 84px)}}@media(max-width:900px){.library-bottom-actions{margin-top:110px!important}}@media(max-width:688px){.home-header{align-items:center!important}.home-header-actions,.timeline-fullscreen .home-header-actions{position:static!important;top:auto!important;right:auto!important;transform:none!important;margin-left:auto!important}}@media(min-width:901px){.editor-tools>summary{display:none!important}.editor-tools>.editor-actions{display:flex!important}}@media(max-width:900px){.editor-header{display:grid!important;grid-template-columns:minmax(0,1fr) max-content;grid-template-rows:auto auto;align-items:start!important}.editor-meta{grid-column:1;grid-row:1}.editor-tools{display:contents!important}.editor-tools>summary{grid-column:2;grid-row:1;display:flex!important;width:max-content;min-width:auto;align-items:center;justify-content:center;margin-left:auto!important;padding:7px 9px;border:1px solid var(--line);background:transparent!important;font-size:8px!important;line-height:1!important;white-space:nowrap}.editor-tools>summary:after{content:none!important}.editor-tools:not([open])>.editor-actions{display:none!important}.editor-tools[open]>.editor-actions{position:static!important;grid-column:1 / -1;grid-row:2;display:flex!important;width:100%;flex-wrap:wrap;justify-content:flex-start!important;gap:5px!important;margin:10px 0 0!important;padding:10px 0 0;border:0;background:transparent;box-shadow:none}.editor-tools-close-label,.editor-tools[open] .editor-tools-open-label{display:none}.editor-tools[open] .editor-tools-close-label{display:inline}}.home-header-actions,.timeline-fullscreen .home-header-actions{position:fixed!important;z-index:1001!important;top:var(--page-gutter, 28px)!important;right:var(--page-gutter, 28px)!important;display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap!important;margin:0!important;transform:none!important}.home-header-actions .preferences,.home-header-actions .fullscreen-action{position:static!important;inset:auto!important;flex:0 0 auto;margin:0!important}.home-header-actions .app-control{white-space:nowrap!important}@media(max-width:900px){.home-header-actions,.timeline-fullscreen .home-header-actions{top:max(var(--home-gutter, 20px),env(safe-area-inset-top))!important;right:var(--home-gutter, 20px)!important}}@media(max-width:700px){.home-header-actions,.timeline-fullscreen .home-header-actions{top:max(14px,env(safe-area-inset-top))!important;right:var(--mobile-gutter, 14px)!important}}@media(min-width:701px){.timeline-fullscreen .home-workspace .section-heading{padding-top:70px!important}}.timeline-open h3{line-height:1.18!important;padding-block:.05em .12em}.timeline-period{padding:49px 0 9px calc(var(--timeline-axis) + 28px)}.timeline-new-draft{display:grid;grid-template-columns:calc(var(--timeline-axis) - 12px) 24px minmax(0,1fr);align-items:stretch;width:100%;min-height:58px;padding:0}.timeline-new-node{grid-row:1;grid-column:2;align-self:center}.timeline-new-label{grid-row:1;grid-column:3;display:flex;align-items:center;width:auto;min-width:0;min-height:58px;margin:0;padding:15px 0 15px 18px;text-align:left}@media(max-width:700px){.timeline-new-label{padding:14px 0 14px 10px}}.timeline-new-draft:before{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:var(--accent);pointer-events:none}.timeline-new-node,.timeline-new-label{position:relative;z-index:1}.timeline-new-label{background:transparent}.article-drawer{z-index:1200!important}@media(max-width:900px){.timeline-entry .timeline-day,.timeline-entry .timeline-date{display:none!important}.timeline-entry .timeline-open{grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto!important}}.home-shell.timeline-fullscreen .home-backdrop{opacity:0}.home-header{transition:border-color .3s ease!important}.home-header .wordmark{transition:opacity .3s ease}.timeline-fullscreen .home-header{border-bottom-color:transparent!important}.timeline-fullscreen .home-header .wordmark{opacity:0;pointer-events:none}@media(max-width:899px){.home-workspace .section-heading{display:none!important}}@media(min-width:901px){.editor-actions>button,.editor-actions .theme-utility-action{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:29px;line-height:1!important}}#editorjs .codex-editor ::selection{background-color:color-mix(in srgb,var(--selection) 38%,#000)!important;color:#fff!important;text-shadow:none!important}#editorjs .ce-block--selected .ce-block__content{background:color-mix(in srgb,var(--selection) 38%,#000)!important;color:#fff!important}#editorjs .ce-block--selected .ce-block__content :is([contenteditable],.ce-paragraph,.ce-header,.cdx-quote__text,.cdx-quote__caption,.cdx-list,.cdx-list__item,.tc-cell){color:#fff!important;text-shadow:none!important}.llms-resource{margin-bottom:0}.llms-url-field{display:flex;align-items:stretch;gap:7px;max-width:680px}.llms-url-field input{min-width:0;flex:1;border:1px solid var(--line);border-radius:0;background:var(--panel-raised);color:var(--ink);padding:8px 10px;font:11px/1.2 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:-.02em}.llms-url-field input:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.llms-copy-button{flex:0 0 auto;margin:0!important;white-space:nowrap}.llms-copy-status{margin:9px 0 0!important;padding:8px 10px;border:1px solid #51a968;background:#dff5e4;color:#155b29!important;font:600 9px/1.35 var(--ui,system-ui,sans-serif)!important;letter-spacing:.045em;text-transform:uppercase}.export-handoff{padding-bottom:4px}.backup-schema,.llms-document{overflow:auto;margin:22px 0 0;border:1px solid #353535;border-radius:7px;background:#111;box-shadow:none;color:#f5f5f5}.backup-schema{padding:18px 20px;font:12px/1.65 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:-.025em;white-space:pre-wrap}.backup-schema code{color:inherit}.llms-page .seo-article{max-width:760px}.llms-document{padding:23px 24px;font:13px/1.65 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:-.02em;white-space:pre-wrap}.llms-document code{color:inherit}@media(max-width:700px){.llms-url-field{flex-direction:column;gap:5px}.llms-url-field input{min-height:39px;font-size:10px}.llms-copy-button{width:100%;min-height:var(--mobile-control-height);padding:10px 12px;text-align:left}.backup-schema{padding:15px 16px;font-size:10px}.llms-document{padding:17px;font-size:11px}}.profile-mode-switch{position:absolute;left:50%;display:inline-flex;align-items:center;margin:0;border:1px solid var(--line);background:var(--panel);transform:translate(-50%)}.profile-mode-switch button{min-width:78px;min-height:31px;padding:7px 11px;border:0;border-right:1px solid var(--line);border-radius:0;background:transparent;color:var(--muted);font:600 9px/1 var(--sans);letter-spacing:.08em;text-transform:uppercase}.profile-mode-switch button:last-child{border-right:0}.profile-mode-switch button:hover,.profile-mode-switch button.active{background:var(--accent);color:var(--accent-ink)}.private-welcome{max-width:720px}.private-welcome .lede{max-width:560px}.private-boundary-card{max-width:520px;margin-top:30px;padding:17px 18px;border:1px solid var(--line);background:var(--panel)}.private-boundary-card strong{display:block;margin-bottom:7px;color:var(--accent);font:600 10px/1 var(--sans);letter-spacing:.1em;text-transform:uppercase}.private-boundary-card p{margin:0;color:var(--muted);font:15px/1.45 var(--writer)}.private-profile-link{display:grid;gap:7px;width:max-content;max-width:100%;margin-top:30px;padding-top:15px;border-top:1px solid var(--line)}.private-profile-link .eyebrow{margin:0}.private-profile-link a{color:var(--ink);font:500 18px/1 var(--writer);text-decoration-color:var(--accent);text-underline-offset:4px}.timeline-visibility{position:absolute;z-index:2;top:50%;right:24px;min-width:48px;padding:4px 5px;border:1px solid var(--line);border-radius:0;background:var(--panel);color:var(--muted);font:600 8px/1 var(--sans);letter-spacing:.08em;text-transform:uppercase;transform:translateY(-50%)}.timeline-visibility:hover,.timeline-visibility.public{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.profile-welcome{width:100%!important;max-width:none;padding-top:clamp(28px,5vw,70px)!important}.profile-studio{max-width:820px;padding:clamp(18px,2vw,30px);background:var(--profile-preview-bg);color:var(--profile-preview-ink)}.profile-studio__intro{max-width:640px;padding-bottom:28px;border-bottom:1px solid var(--profile-preview-line)}.profile-studio__intro h1{margin:12px 0 17px;color:var(--profile-preview-ink);font-family:var(--headline);font-size:clamp(34px,5vw,58px);line-height:.9}.profile-studio__intro .lede{color:var(--profile-preview-muted)}.profile-handle-card,.profile-theme-card{margin-top:18px;padding:17px;border:1px solid var(--profile-preview-line);background:var(--profile-preview-panel)}.profile-handle-card label{display:flex;align-items:center;gap:0;margin:11px 0;color:var(--profile-preview-muted);font:11px/1.2 var(--sans)}.profile-handle-card>.profile-display-name{display:grid;align-items:initial;gap:5px;margin-top:18px}.profile-handle-card>.profile-display-name input{margin-left:0}.profile-handle-card label span{padding:10px 0;white-space:nowrap}.profile-handle-card input,.profile-block-editor input,.profile-block-editor textarea{width:100%;min-width:0;border:1px solid color-mix(in srgb,var(--profile-preview-ink) 25%,transparent);border-radius:0;background:color-mix(in srgb,var(--profile-preview-bg) 74%,transparent);color:var(--profile-preview-ink);padding:10px 11px;font:15px/1.35 var(--writer)}.profile-handle-card input{margin-left:4px}.profile-handle-card input:focus-visible,.profile-block-editor input:focus-visible,.profile-block-editor textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.profile-theme-card>div:first-child p:not(.eyebrow){max-width:560px;margin:0;color:var(--profile-preview-muted);font:14px/1.4 var(--writer)}.profile-theme-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:16px}.profile-theme-option{display:flex;align-items:center;min-width:0;gap:9px;padding:8px;border:1px solid var(--profile-preview-line);border-radius:0;background:transparent;color:var(--profile-preview-ink);text-align:left}.profile-theme-option:hover,.profile-theme-option.selected{border-color:var(--profile-preview-accent);background:color-mix(in srgb,var(--profile-preview-bg) 70%,transparent)}.profile-theme-option.selected{box-shadow:inset 0 -3px var(--profile-preview-accent)}.profile-theme-option .theme-preview{display:grid;flex:0 0 38px;place-items:center;width:38px;height:44px;color:var(--profile-preview-ink);border:1px solid color-mix(in srgb,var(--profile-preview-ink) 25%,transparent)}.profile-theme-option .theme-preview b{font:500 18px/1 var(--headline)}.profile-theme-option>span:last-child{display:grid;min-width:0;gap:3px}.profile-theme-option strong{overflow:hidden;font:500 12px/1.1 var(--writer);text-overflow:ellipsis;white-space:nowrap}.profile-theme-option small{overflow:hidden;color:var(--profile-preview-muted);font:10px/1.2 var(--writer);text-overflow:ellipsis;white-space:nowrap}.profile-block-list{display:grid;gap:12px;margin-top:18px}.profile-block-editor{padding:17px;border:1px solid var(--profile-preview-line);background:var(--profile-preview-panel)}.profile-block-editor>header{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid color-mix(in srgb,var(--profile-preview-ink) 15%,transparent)}.profile-block-editor>header .eyebrow{margin:0 0 4px;color:var(--profile-preview-accent)}.profile-drag-handle{color:var(--profile-preview-muted);cursor:grab;font:15px/1 var(--sans);letter-spacing:-.13em}.profile-block-help{color:var(--profile-preview-muted);font:10px/1.2 var(--sans)}.profile-block-order{display:flex;gap:4px;margin-left:auto}.profile-block-order button{width:28px;height:26px;border:1px solid var(--profile-preview-line);border-radius:0;background:transparent;color:var(--profile-preview-ink)}.profile-block-order button:hover:not(:disabled){border-color:var(--profile-preview-accent);background:var(--profile-preview-accent);color:var(--profile-preview-accent-ink)}.profile-block-editor>label,.profile-grid-fields label,.profile-media-fields label{display:grid;gap:5px;margin-top:11px;color:var(--profile-preview-muted);font:10px/1.2 var(--sans);letter-spacing:.05em;text-transform:uppercase}.profile-block-editor>label:first-of-type{margin-top:0}.profile-block-editor textarea{resize:vertical}.profile-media-note{margin:0 0 12px;color:var(--profile-preview-muted);font:11px/1.35 var(--sans)}.profile-grid-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.profile-grid-fields>div,.profile-media-fields>div{min-width:0;padding-top:0}.profile-media-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.profile-action{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;border:1px solid var(--profile-preview-accent);border-radius:0;background:var(--profile-preview-accent);color:var(--profile-preview-accent-ink);font:600 9px/1 var(--sans);letter-spacing:.07em;text-transform:uppercase}.profile-action:hover:not(:disabled){transform:translateY(-1px);box-shadow:2px 2px 0 var(--profile-preview-ink)}.profile-action:disabled{cursor:wait;opacity:.55}.profile-action--quiet{border-color:var(--profile-preview-line);background:transparent;color:var(--profile-preview-ink)}.profile-action--quiet:hover:not(:disabled){border-color:var(--profile-preview-accent);background:var(--profile-preview-accent);color:var(--profile-preview-accent-ink)}.profile-action--danger{border-color:#b65445;background:transparent;color:#b65445}.profile-status{margin:11px 0 0;color:var(--profile-preview-muted);font:12px/1.35 var(--writer)}.profile-studio__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px;padding:17px 0 3px;border-top:1px solid var(--profile-preview-line)}.profile-studio__actions .profile-status{flex-basis:100%}.profile-url{flex:1 1 100%;overflow:hidden;color:var(--profile-preview-muted);font:11px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;text-overflow:ellipsis;white-space:nowrap}.public-profile-page{min-height:100dvh;background:var(--profile-bg);color:var(--profile-ink)}.public-profile-header{display:flex;align-items:center;gap:20px;width:min(100% - 48px,1180px);margin:auto;padding:25px 0 19px;border-bottom:1px solid var(--profile-line)}.public-profile-brand{display:inline-flex;align-items:center;gap:8px;color:var(--profile-ink);font:500 23px/1 var(--headline);letter-spacing:-.05em;text-decoration:none}.public-profile-brand .brand-mark{width:22px;height:22px}.public-profile-name{margin-left:auto;overflow:hidden;color:var(--profile-muted);font:11px/1 var(--sans);letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.public-profile-handle{color:var(--profile-muted);font:10px/1 var(--sans);letter-spacing:.06em}.public-profile-home{color:var(--profile-ink);font:10px/1 var(--sans);letter-spacing:.06em;text-transform:uppercase;text-decoration-color:var(--profile-accent);text-underline-offset:4px}.public-profile-body{width:min(100% - 48px,920px);margin:auto;padding:clamp(64px,10vw,130px) 0 80px}.public-profile-block{padding:45px 0;border-top:1px solid var(--profile-line)}.public-profile-block:first-child{padding-top:0;border-top:0}.public-profile-block h1{max-width:800px;margin:11px 0 19px;color:var(--profile-ink);font-family:var(--headline);font-size:clamp(48px,8vw,104px);font-weight:500;line-height:.86;letter-spacing:-.075em}.public-profile-block h2{margin:0 0 10px;color:var(--profile-ink);font-family:var(--headline);font-size:clamp(26px,3vw,42px);font-weight:500;line-height:.95;letter-spacing:-.055em}.public-profile-description,.public-profile-block--text-grid p,.public-profile-media-card p{max-width:680px;margin:0;color:var(--profile-muted);font:clamp(17px,2vw,23px)/1.45 var(--writer)}.public-profile-text-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 36px}.public-profile-text-grid article{padding:24px 0;border-bottom:1px solid var(--profile-line)}.public-profile-text-grid article:nth-last-child(-n+2){border-bottom:0}.public-profile-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.public-profile-media-card{min-width:0;padding:12px;border:1px solid var(--profile-line);background:var(--profile-panel)}.public-profile-media-card img,.public-profile-media-card video{display:block;width:100%;max-height:420px;object-fit:cover;background:var(--profile-bg)}.public-profile-media-card p{padding:15px 3px 3px;font-size:16px}.public-profile-articles{padding-top:42px;border-top:1px solid var(--profile-line)}.public-profile-article-list{display:grid;gap:0;border-top:1px solid var(--profile-line)}.public-profile-article-list a{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:17px 0;border-bottom:1px solid var(--profile-line);color:var(--profile-ink);text-decoration:none}.public-profile-article-list a:hover strong{color:var(--profile-accent)}.public-profile-article-list strong{font:500 23px/1.1 var(--headline);letter-spacing:-.035em}.public-profile-article-list span{color:var(--profile-muted);font:10px/1 var(--sans);letter-spacing:.06em;text-transform:uppercase}.public-profile-theme-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.public-profile-theme-list article{display:grid;gap:8px;min-height:100px;background:var(--contest-theme-bg);color:var(--contest-theme-ink);padding:12px}.public-profile-theme-list i{display:block;height:4px;background:var(--contest-theme-accent)}.public-profile-theme-list strong{font:500 18px/1 var(--writer);letter-spacing:-.03em}.public-profile-theme-list small{font:700 7px/1.2 var(--sans);letter-spacing:.06em;opacity:.7;text-transform:uppercase}.public-profile-footer{display:flex;flex-wrap:wrap;align-items:center;gap:14px;width:min(100% - 48px,920px);margin:auto;padding:19px 0 30px;border-top:1px solid var(--profile-line);color:var(--profile-muted);font:10px/1.4 var(--sans);letter-spacing:.06em;text-transform:uppercase}.public-profile-footer a{color:inherit;text-decoration-color:var(--profile-accent);text-underline-offset:4px}.public-profile-report{padding:0;border:0;border-bottom:1px solid currentColor;border-radius:0;background:transparent;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit}.public-profile-report:hover:not(:disabled){color:var(--profile-accent)}.public-profile-report-status{flex-basis:100%;color:var(--profile-muted);text-transform:none;letter-spacing:0}.public-profile-missing,.public-article-page{min-height:100dvh;width:min(100% - 48px,920px);margin:auto;padding:clamp(90px,15vw,180px) 0}.public-profile-missing h1{max-width:680px;margin:11px 0 20px;color:var(--ink);font:500 clamp(48px,8vw,96px)/.88 var(--headline);letter-spacing:-.075em}.public-profile-missing p:not(.eyebrow){max-width:520px;color:var(--muted);font:20px/1.45 var(--writer)}.public-profile-missing a{display:inline-block;margin-top:22px;color:var(--ink);font:10px/1 var(--sans);letter-spacing:.07em;text-transform:uppercase;text-decoration-color:var(--accent);text-underline-offset:4px}.public-article-page{background:var(--profile-bg);color:var(--profile-ink)}.public-article-page .public-profile-header{width:100%;padding-top:0}.public-article-content{max-width:760px;margin:clamp(62px,10vw,130px) auto 0}.public-article-content h1{margin:12px 0 47px;color:var(--profile-ink);font:500 clamp(47px,7vw,84px)/.88 var(--headline);letter-spacing:-.07em}.public-article-content .seo-rich-content{color:var(--profile-ink)}.public-article-page .public-profile-footer{width:100%;max-width:760px;margin-top:80px}@media(max-width:700px){.profile-mode-switch{position:static;margin-left:auto;transform:none}.profile-mode-switch button{min-width:64px;padding-inline:8px}.profile-welcome{padding-inline:20px!important}.profile-theme-options,.profile-grid-fields,.profile-media-fields,.public-profile-text-grid,.public-profile-media-grid{grid-template-columns:1fr}.profile-handle-card label{align-items:stretch;flex-direction:column;gap:4px}.profile-handle-card label span{padding:0}.profile-handle-card input{margin-left:0}.profile-action{min-height:var(--mobile-control-height, 42px)}.timeline-visibility{right:8px}.public-profile-header{width:min(100% - 40px,920px);flex-wrap:wrap;gap:13px;padding:18px 0 15px}.public-profile-name{order:3;flex-basis:100%;margin-left:0}.public-profile-home{margin-left:auto}.public-profile-body,.public-profile-footer,.public-profile-missing,.public-article-page{width:calc(100% - 40px)}.public-profile-body{padding-top:68px}.public-profile-block h1{font-size:clamp(48px,15vw,70px)}.public-profile-text-grid article:nth-last-child(-n+2){border-bottom:1px solid var(--profile-line)}.public-profile-text-grid article:last-child{border-bottom:0}.public-profile-article-list a{align-items:flex-start;flex-direction:column;gap:8px}.public-profile-theme-list{grid-template-columns:1fr}.public-article-content{margin-top:70px}.public-article-content h1{font-size:clamp(47px,14vw,68px)}}:root{--theme-copy-84:color-mix(in srgb,var(--ink) 84%,transparent)}.home-copy-stage p:not(.eyebrow):not(.llms-copy-status),.home-copy-stage ul li,.home-copy-stage ol li,#editorjs .ce-paragraph,#editorjs .cdx-list,#editorjs .cdx-list__item,#editorjs .cdx-list__item-content,.seo-page p:not(.eyebrow):not(.copy-status),.seo-page li,.shared-article-page .shared-article>p:not(.eyebrow),.shared-article-page .shared-article pre,.public-profile-missing p:not(.eyebrow){color:var(--theme-copy-84)}.seo-home-copy p:not(.eyebrow):not(.copy-status),.seo-article p:not(.eyebrow):not(.copy-status),.seo-page .seo-guide-links li>a,.seo-page .seo-guide-links li>a span,.seo-page .seo-changelog-list li>a,.seo-page .seo-changelog-list li>a span,.seo-page .seo-changelog-links li>a{color:var(--theme-copy-84)}.public-profile-page,.public-article-page{--profile-copy-84:color-mix(in srgb,var(--profile-ink) 84%,transparent)}.public-profile-page p:not(.eyebrow),.public-profile-page li,.public-article-page p:not(.eyebrow),.public-article-page li{color:var(--profile-copy-84)}#editorjs .ce-paragraph{padding:0 0 10px!important}#editorjs .ce-block+.ce-block .ce-paragraph{padding-top:19px!important}#editorjs .ce-block:has(.ce-header)+.ce-block .ce-paragraph{padding-top:8px!important}#editorjs .ce-block:has(h1.ce-header) .ce-header{padding:0 0 22px!important}#editorjs .ce-block:has(h2.ce-header) .ce-header{padding:0 0 18px!important}#editorjs .ce-block:has(h3.ce-header) .ce-header{padding:0 0 15px!important}#editorjs .ce-block+.ce-block:has(h1.ce-header) .ce-header{padding-top:84px!important}#editorjs .ce-block+.ce-block:has(h2.ce-header) .ce-header{padding-top:65px!important}#editorjs .ce-block+.ce-block:has(h3.ce-header) .ce-header{padding-top:48px!important}#editorjs .cdx-list{margin:31px 0 13px!important}#editorjs .cdx-quote{margin:42px 0 20px!important}#editorjs .tc-wrap{margin-top:0!important;margin-bottom:20px!important}#editorjs .ce-code,#editorjs .embed-tool,#editorjs .image-tool{margin-top:38px!important;margin-bottom:20px!important}#editorjs .tc-table--heading .tc-row:first-child .tc-cell{background:var(--bg)!important;color:var(--ink)!important}.seo-rich-content>p{margin:0 0 .55em}.seo-rich-content>p+p{margin-top:1.12em}.seo-rich-content>h2{margin:78px 0 20px}.seo-rich-content>h3{margin:56px 0 16px}.seo-rich-content>:is(ul,ol){margin:30px 0 14px}.seo-rich-content>blockquote{margin:42px 0 20px}.seo-rich-content>:is(figure,pre,.seo-embed,hr){margin-top:40px;margin-bottom:20px}@media(max-width:700px){#editorjs .ce-block+.ce-block .ce-paragraph{padding-top:16px!important}#editorjs .ce-block+.ce-block:has(h1.ce-header) .ce-header{padding-top:60px!important}#editorjs .ce-block+.ce-block:has(h2.ce-header) .ce-header{padding-top:48px!important}#editorjs .ce-block+.ce-block:has(h3.ce-header) .ce-header{padding-top:38px!important}#editorjs .cdx-list{margin-top:25px!important}#editorjs .cdx-quote{margin-top:33px!important}.seo-rich-content>p+p{margin-top:1em}.seo-rich-content>h2{margin-top:58px}.seo-rich-content>h3{margin-top:44px}}#editorjs a[href^="/letters/"]{color:inherit;text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:3px;cursor:text}#editorjs a[href^="/letters/"].article-link-missing{color:var(--muted);text-decoration-style:dashed}.article-link-picker{position:fixed;z-index:2400;width:min(360px,calc(100vw - 24px));max-height:min(420px,calc(100vh - 24px));overflow:auto;border:1px solid var(--line);border-radius:0;background:var(--panel);color:var(--ink);box-shadow:7px 7px 0 var(--accent-wash),0 15px 40px #0005}.article-link-picker__heading{display:flex;align-items:center;justify-content:space-between;padding:10px 12px 8px;border-bottom:1px solid var(--line);color:var(--muted);font:10px var(--sans);letter-spacing:.06em;text-transform:uppercase}.article-link-picker__heading kbd{font:9px var(--sans)}.article-link-picker__option{display:flex;width:100%;align-items:baseline;justify-content:space-between;gap:14px;padding:11px 12px;border:0;border-bottom:1px solid color-mix(in srgb,var(--line) 55%,transparent);background:transparent;color:var(--ink);text-align:left;cursor:pointer}.article-link-picker__option:last-child{border-bottom:0}.article-link-picker__option:hover,.article-link-picker__option.selected{background:var(--accent-wash)}.article-link-picker__option strong{min-width:0;overflow:hidden;font:14px var(--writer);text-overflow:ellipsis;white-space:nowrap}.article-link-picker__option time{flex:none;color:var(--muted);font:9px var(--sans)}.article-link-picker__empty{margin:0;padding:18px 12px;color:var(--muted);font:11px var(--sans)}.article-link-action{position:fixed;z-index:2401;padding:4px;border:1px solid var(--line);background:var(--panel);box-shadow:4px 4px 0 var(--accent-wash)}.article-link-action button{padding:6px 9px;border:0;background:var(--accent);color:var(--accent-ink);font:10px var(--sans);cursor:pointer}.article-link-action button:disabled{background:var(--panel-raised);color:var(--muted);cursor:not-allowed}.welcome-title{cursor:pointer;-webkit-user-select:text;user-select:text}.welcome-title:focus-visible{outline:2px solid var(--accent);outline-offset:7px}@media(max-width:700px){.article-link-picker{width:calc(100vw - 24px)}.article-link-picker__option{padding:13px 12px}.article-link-action{left:12px!important;right:12px;top:auto!important;bottom:14px;text-align:center}}.theme-studio{--bg:#fbfbfa;--panel:#fbfbfa;--panel-raised:#f0f0ed;--ink:#181818;--muted:#72726d;--line:#deded9;--accent:#181818;--accent-ink:#fff;--accent-wash:#e9e9e5;position:fixed!important;top:var(--studio-top,28px)!important;right:var(--studio-right,28px)!important;bottom:auto!important;left:var(--studio-left,auto)!important;display:grid!important;grid-template-rows:35px auto minmax(0,1fr);width:min(540px,calc(100vw - 56px))!important;min-width:0!important;height:min(760px,calc(100dvh - 56px))!important;overflow:hidden!important;border:1px solid rgb(0 0 0 / 9%)!important;border-radius:28px!important;background:#fbfbfa!important;box-shadow:0 24px 70px #00000038!important}.theme-studio__header{position:static!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center;min-height:76px;padding:14px 18px 14px 22px!important;border:0!important;border-bottom:1px solid #deded9!important;background:#fbfbfa!important}.theme-studio__drag-bar{display:flex;align-items:center;justify-content:center;width:100%;height:35px;min-height:35px;border-bottom:1px solid #deded9;background:#f0f0ed;color:#72726d;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.theme-studio__drag-bar:active{cursor:grabbing}.theme-studio__drag-bar span{position:relative;padding:0 22px;font:700 7px/1 var(--sans);letter-spacing:.13em;text-transform:uppercase}.theme-studio__drag-bar span:before,.theme-studio__drag-bar span:after{content:"•••";position:absolute;top:50%;color:#a1a19c;font-size:8px;letter-spacing:2px;transform:translateY(-50%)}.theme-studio__drag-bar span:before{left:0}.theme-studio__drag-bar span:after{right:0}.theme-studio__heading{display:grid;gap:3px;min-width:0}@keyframes theme-studio-limit-bounce{0%,to{transform:translateZ(0) scale(1)}45%{transform:translate3d(var(--studio-bounce-x,0),var(--studio-bounce-y,0),0) scale(.992)}}.theme-studio--bouncing{animation:theme-studio-limit-bounce .42s cubic-bezier(.22,1.4,.36,1)!important}.theme-studio--bouncing[data-drag-limit~=left]{--studio-bounce-x:12px}.theme-studio--bouncing[data-drag-limit~=right]{--studio-bounce-x:-12px}.theme-studio--bouncing[data-drag-limit~=top]{--studio-bounce-y:12px}.theme-studio--bouncing[data-drag-limit~=bottom]{--studio-bounce-y:-12px}.theme-studio__heading>span{color:#72726d;font:700 8px/1 var(--sans);letter-spacing:.13em;text-transform:uppercase}.theme-studio__heading strong{overflow:hidden;color:#181818;font:500 20px/1.1 var(--writer);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.theme-studio__header-actions{display:flex!important;align-items:center;justify-content:flex-end;gap:8px!important}.theme-studio .theme-studio__control,.theme-studio .theme-studio__dismiss{min-width:0!important;min-height:36px!important;border:1px solid #deded9!important;border-radius:10px!important;background:#fbfbfa!important;color:#181818!important;padding:0 11px!important;font:700 8px/1 var(--sans)!important;letter-spacing:.07em!important;text-transform:uppercase}.theme-studio .theme-studio__control:hover:not(:disabled),.theme-studio .theme-studio__control:focus-visible:not(:disabled),.theme-studio .theme-studio__dismiss:hover,.theme-studio .theme-studio__dismiss:focus-visible{border-color:#181818!important;background:#f0f0ed!important;color:#181818!important}.theme-studio .theme-studio__save-default{border-color:#181818!important;background:#181818!important;color:#fff!important}.theme-studio .theme-studio__save-default:hover:not(:disabled),.theme-studio .theme-studio__save-default:focus-visible:not(:disabled){background:#393937!important;color:#fff!important}.theme-studio .theme-studio__dismiss{display:grid;width:36px;place-items:center;padding:0!important;font-size:20px!important;font-weight:400!important}.theme-studio__body{display:grid!important;grid-template-columns:174px minmax(0,1fr)!important;min-height:0;gap:0!important;padding:0!important}.theme-studio__navigator{min-height:0;overflow:auto;padding:11px;border-right:1px solid #deded9;background:#f4f4f1}.theme-studio details{min-width:0}.theme-studio__nav-group+.theme-studio__nav-group{margin-top:12px}.theme-studio__nav-group>summary,.theme-studio__group>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;color:#181818;font:700 8px/1 var(--sans);letter-spacing:.11em;text-transform:uppercase}.theme-studio__nav-group>summary:after,.theme-studio__group>summary:after{content:"+";order:3;color:#72726d;font-size:14px;font-weight:400}.theme-studio__nav-group[open]>summary:after,.theme-studio__group[open]>summary:after{content:"−"}.theme-studio__nav-group>summary small,.theme-studio__group>summary small{margin-left:auto;color:#72726d;font:700 8px/1 var(--sans);letter-spacing:.04em;text-transform:none}.theme-studio__theme-list{display:grid;gap:5px}.theme-studio__create{width:100%;margin:0 0 4px;border:1px dashed #bdbdb8!important;border-radius:10px!important;background:transparent!important;color:#181818!important;font:700 8px/1 var(--sans)!important;letter-spacing:.07em!important;text-transform:uppercase}.theme-studio__theme-card{display:grid!important;grid-template-columns:31px minmax(0,1fr);align-items:center;width:100%;min-height:47px;gap:8px!important;padding:6px!important;border:1px solid transparent!important;border-radius:11px!important;background:transparent!important;color:#181818!important;text-align:left}.theme-studio__theme-card:hover{background:#eaeae6!important}.theme-studio__theme-card.selected{border-color:#181818!important;background:#fff!important;box-shadow:none!important}.theme-studio__themes .theme-preview,.theme-studio__theme-card .theme-preview{width:31px!important;height:36px!important;border-radius:7px}.theme-studio__theme-card>span:last-child{display:grid;min-width:0;gap:3px}.theme-studio__theme-card b{overflow:hidden;font:700 10px/1 var(--sans);text-overflow:ellipsis;white-space:nowrap}.theme-studio__theme-card small{overflow:hidden;color:#72726d!important;font:8px/1.2 var(--sans)!important;text-overflow:ellipsis;white-space:nowrap}.theme-studio__font-list{display:grid!important;grid-template-columns:1fr!important;gap:4px!important}.theme-studio__font-list .font-option{display:grid!important;gap:2px;min-height:37px;padding:7px 9px!important;border:1px solid transparent!important;border-radius:10px!important;background:transparent!important;color:#181818!important;text-align:left}.theme-studio__font-list .font-option:hover{background:#eaeae6!important}.theme-studio__font-list .font-option.selected{border-color:#181818!important;background:#fff!important;box-shadow:none!important}.theme-studio__font-list .font-option strong{margin:0!important;color:inherit!important;font-size:13px!important;line-height:1!important}.theme-studio__font-list .font-option small{color:#72726d;font:8px/1.15 var(--sans)}.theme-studio__form{display:grid!important;align-content:start;min-height:0;overflow:auto;gap:0!important;background:#fbfbfa}.theme-studio__group{border-bottom:1px solid #deded9}.theme-studio__group>summary{min-height:58px;padding:0 20px}.theme-studio__group>summary>button{order:2;margin-left:auto;border:1px solid #deded9;border-radius:8px;background:#fff;color:#181818;padding:5px 7px;font:700 7px/1 var(--sans);letter-spacing:.06em;text-transform:uppercase}.theme-studio__group-content{padding:0 20px 20px}.theme-studio__group label{display:grid;gap:6px;color:#72726d;font:700 8px/1 var(--sans);letter-spacing:.07em;text-transform:uppercase}.theme-studio__group label>span{display:flex;align-items:center;justify-content:space-between;gap:8px}.theme-studio__group input:not([type=range]):not([type=color]),.theme-studio__group select{width:100%;min-height:38px;border:1px solid #deded9;border-radius:9px;background:#fff;color:#181818;padding:8px 10px;font:12px var(--sans)}.theme-studio__identity-grid{display:grid;grid-template-columns:1fr;gap:10px}.theme-studio__wide,.theme-studio__draft-actions{grid-column:1 / -1}.theme-studio__draft-actions{display:flex;flex-wrap:wrap;gap:7px;padding-top:2px}.theme-studio__draft-actions button{min-height:30px;border:1px solid #deded9;border-radius:8px;background:#fff;color:#181818;padding:6px 8px;font:700 7px/1 var(--sans);letter-spacing:.06em;text-transform:uppercase}.theme-studio__draft-actions button:disabled{opacity:.45}.theme-studio__draft-actions .danger{color:#9f3025}.theme-studio__background-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.theme-studio__backdrop-choice{min-width:0}.theme-studio__backdrop-choice>button{display:grid;width:100%;gap:7px;padding:0;overflow:hidden;border:1px solid #deded9;border-radius:12px;background:#fff;color:#181818;text-align:left}.theme-studio__backdrop-choice>button.selected{border-color:#181818;box-shadow:inset 0 0 0 2px #181818}.theme-studio__backdrop-choice .background-thumb{display:block;width:100%;height:auto;aspect-ratio:16 / 10;background-position:center;background-size:cover}.theme-studio__backdrop-choice b{padding:0 8px 9px;font:700 9px/1 var(--sans)}.theme-studio__backdrop-choice small{display:block;min-height:14px;overflow:hidden;padding-top:4px;color:#72726d;font:8px/1.2 var(--sans);text-overflow:ellipsis;white-space:nowrap}.theme-studio__backdrop-choice a{color:#181818}.theme-studio__appearance{display:grid;gap:15px}.theme-studio__appearance input[type=range],.theme-studio__timeline-control input[type=range]{width:100%;accent-color:#181818!important}.theme-studio__colors{display:grid;grid-template-columns:1fr;gap:10px}.theme-studio__color{grid-template-columns:1fr 34px;align-items:center}.theme-studio__color input[type=color]{width:34px;height:28px;padding:2px;border:1px solid #deded9;border-radius:7px;background:#fff}.theme-studio__timeline-control{grid-column:1 / -1}.theme-studio__timeline-control>div{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px}.theme-studio__timeline-control input[type=color]{width:34px;height:28px;padding:2px;border:1px solid #deded9;border-radius:7px;background:#fff}.theme-studio__save-message{position:absolute;right:24px;bottom:18px;z-index:2;margin:0;border:1px solid #deded9;border-radius:10px;background:#181818;color:#fff;padding:9px 11px;font:700 8px/1.2 var(--sans);letter-spacing:.04em}.theme-studio__contest{margin:14px 20px 20px;border:1px solid #deded9;border-radius:14px;overflow:hidden}.theme-studio__contest>summary{min-height:45px;padding:0 13px}.theme-studio__contest .theme-contest{margin:0!important;border:0!important}@media(max-width:900px){.theme-studio{top:14px!important;right:14px!important;bottom:14px!important;left:14px!important;width:calc(100vw - 28px)!important;height:calc(100dvh - 28px)!important;border-radius:22px!important}.theme-studio__body{grid-template-columns:1fr!important;overflow:auto}.theme-studio__navigator{min-height:auto;max-height:42dvh;overflow:visible;border-right:0;border-bottom:1px solid #deded9}.theme-studio__form{overflow:visible}}@media(max-width:560px){.theme-studio{top:8px!important;right:8px!important;bottom:8px!important;left:8px!important;width:calc(100vw - 16px)!important;height:calc(100dvh - 16px)!important;border-radius:18px!important}.theme-studio__header{grid-template-columns:1fr!important;gap:12px!important;align-items:start}.theme-studio__header-actions{justify-content:flex-start;flex-wrap:wrap}.theme-studio__header-actions .theme-studio__copy{flex:1 1 150px}.theme-studio__header-actions .theme-studio__save-default{flex:1 1 115px}.theme-studio__navigator{max-height:none}.theme-studio__identity-grid,.theme-studio__colors{grid-template-columns:1fr}.theme-studio__wide,.theme-studio__draft-actions,.theme-studio__timeline-control{grid-column:1}.theme-studio__background-grid{gap:9px}.theme-studio__group-content{padding:0 14px 16px}.theme-studio__group>summary{padding:0 14px}}.popup-scrim,.delete-overlay,.lifetime-overlay{position:fixed;z-index:2300;top:0;right:0;bottom:0;left:0;background:#000000b8;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.popup-scrim{pointer-events:auto}.popup-scrim--studio{z-index:2490}.delete-overlay,.lifetime-overlay{display:grid;place-items:center;padding:32px}.delete-dialog,.markdown-dialog,.lifetime-dialog,.preferences-popover,.radio-popover{box-sizing:border-box;width:min(760px,calc(100vw - 64px));max-height:calc(100dvh - 64px);overflow:auto;padding:clamp(32px,5vw,72px);border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#f5f1eb!important;font-family:var(--writer)!important}.delete-dialog h2,.markdown-dialog h2,.lifetime-dialog h2,.preferences-popover h2,.radio-popover h2,.radio-popover strong{color:#f5f1eb!important;font-family:var(--headline)!important}.delete-dialog .eyebrow,.markdown-dialog .eyebrow,.lifetime-dialog .eyebrow,.preferences-popover .menu-label,.radio-popover .menu-label{color:#c9bcb4!important}.delete-dialog>p:not(.eyebrow),.markdown-dialog>p:not(.eyebrow),.lifetime-dialog>p:not(.eyebrow),.cloud-access-dialog li,.radio-error{color:#cfc4bc!important;font-family:var(--writer)!important}.delete-dialog>div,.markdown-dialog>div{gap:14px!important}.delete-dialog button,.markdown-dialog button,.lifetime-dialog button,.preferences-popover button,.radio-popover button{font-family:var(--writer)!important}.delete-dialog button,.markdown-dialog button{border:0!important;border-bottom:1px solid rgb(245 241 235 / 38%)!important;background:transparent!important;color:#f5f1eb!important}.delete-dialog .confirm-delete,.markdown-dialog .confirm-delete,.lifetime-dialog .offer-action{border:0!important;border-bottom:2px solid var(--accent)!important;background:var(--accent)!important;color:var(--accent-ink)!important}.delete-dialog button:hover,.markdown-dialog button:hover,.lifetime-dialog button:hover{transform:translateY(-2px)}.markdown-dialog textarea{border:0!important;border-radius:0!important;outline:0;background:#ffffff14!important;color:#f5f1eb!important;font-family:var(--writer)!important}.markdown-dialog textarea:focus{box-shadow:inset 0 -2px var(--accent)!important}.import-dialog .import-choices{gap:0!important}.import-dialog .import-choice{min-height:160px;padding:18px 18px 18px 0;border:0!important;border-bottom:1px solid rgb(245 241 235 / 18%)!important;border-radius:0!important;background:transparent!important;color:#f5f1eb!important}.import-dialog .import-choice+.import-choice{padding-left:18px}.import-dialog .import-choice:last-child{border-bottom:0!important}.import-dialog .import-choice strong{color:#f5f1eb!important;font-family:var(--headline)!important}.import-dialog .import-choice small{color:#c9bcb4!important;font-family:var(--writer)!important}.import-dialog .import-choice--reset,.import-dialog .import-choice--replace{background:transparent!important}.import-dialog .import-choice--reset strong,.import-dialog .import-choice--replace strong{color:var(--accent)!important}.cloud-access-close{top:24px;right:24px;color:#c9bcb4!important;font-family:var(--writer)!important}.cloud-access-dialog ul{border-top:1px solid rgb(245 241 235 / 18%)}.cloud-access-dialog li{border-bottom:1px solid rgb(245 241 235 / 18%)}.cloud-version-list .cloud-sign-out{border:0!important;border-bottom:1px solid rgb(245 241 235 / 18%)!important;border-radius:0!important;background:transparent!important;color:#f5f1eb!important;font-family:var(--writer)!important}.preferences:has(.preferences-popover),.radio-player:has(.radio-popover){z-index:2401}.preferences-popover,.radio-popover{position:fixed!important;z-index:2401!important;top:50%!important;right:auto!important;bottom:auto!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important}.preferences-heading,.radio-popover header{border:0!important;background:transparent!important}.preferences-heading button,.preference-tabs button,.theme-option,.font-option,.background-swatch,.radio-play,.station-option{border:0!important;border-radius:0!important;background:transparent!important;color:#f5f1eb!important;font-family:var(--writer)!important}.theme-option:hover,.theme-option.selected,.font-option:hover,.font-option.selected,.station-option:hover,.station-option.selected{background:#ffffff17!important}.theme-option.selected,.font-option.selected{box-shadow:inset 0 -2px var(--accent)!important}.timeline-line-settings,.atmosphere-controls,.background-upload,.radio-volume{color:#c9bcb4!important}.radio-popover header{padding-bottom:18px}.radio-popover .station-option{border-bottom:1px solid rgb(245 241 235 / 18%)!important}.radio-popover .station-option:last-child{border-bottom:0!important}.radio-popover .station-option b,.radio-popover output{color:#f5f1eb!important;font-family:var(--writer)!important}.theme-studio{--bg:transparent;--panel:transparent;position:fixed!important;z-index:2500!important;inset:50% auto auto 50%!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;width:min(760px,calc(100vw - 64px))!important;height:min(860px,calc(100dvh - 64px))!important;transform:translate(-50%,-50%)!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:#101010eb!important;box-shadow:none!important;color:#f5f1eb!important;font-family:var(--writer)!important}.theme-studio__drag-bar{display:none!important}.theme-studio__header,.theme-studio__body,.theme-studio__navigator,.theme-studio__form,.theme-studio__group,.theme-studio__contest,.theme-studio__save-message{border:0!important;background:transparent!important}.theme-studio__header{padding:24px 32px!important}.theme-studio__heading>span,.theme-studio__heading strong,.theme-studio__group>summary,.theme-studio__nav-group>summary{color:#f5f1eb!important;font-family:var(--writer)!important}.theme-studio__heading strong{font-family:var(--headline)!important}.theme-studio__body{gap:28px!important;padding:0 32px 32px!important}.theme-studio__themes,.theme-studio__theme-list,.theme-studio__font-list,.theme-studio__background-grid,.theme-studio__colors{gap:6px!important}.theme-studio__theme-card,.theme-studio__font-list .font-option,.theme-studio__backdrop-choice>button,.theme-studio__draft-actions button,.theme-studio__group>summary>button,.theme-studio__random,.theme-studio__control,.theme-studio__dismiss{border:0!important;border-radius:0!important;background:transparent!important;color:#f5f1eb!important;font-family:var(--writer)!important}.theme-studio__theme-card:hover,.theme-studio__theme-card.selected,.theme-studio__font-list .font-option:hover,.theme-studio__font-list .font-option.selected,.theme-studio__backdrop-choice>button:hover{background:#ffffff17!important}.theme-studio__theme-card.selected,.theme-studio__font-list .font-option.selected{box-shadow:inset 0 -2px var(--accent)!important}.theme-studio__group-content,.theme-studio__theme-list,.theme-studio__form label,.theme-studio__form input,.theme-studio__form select,.theme-studio__form output,.theme-studio__backdrop-choice small{color:#c9bcb4!important;font-family:var(--writer)!important}.theme-studio__form input:not([type=range]):not([type=color]),.theme-studio__form select{border:0!important;border-radius:0!important;border-bottom:1px solid rgb(245 241 235 / 24%)!important;background:#ffffff14!important;color:#f5f1eb!important;font-family:var(--writer)!important}.theme-studio__backdrop-choice>button.selected{border:0!important;box-shadow:inset 0 -2px var(--accent)!important}.theme-studio__backdrop-choice b,.theme-studio__save-message{color:#f5f1eb!important;font-family:var(--writer)!important}.article-link-picker,.article-link-action,#editorjs .ce-popover,#editorjs .ce-popover__container,#editorjs .tc-popover{border:0!important;border-radius:0!important;background:#101010f0!important;box-shadow:none!important;color:#f5f1eb!important;font-family:var(--writer)!important}.article-link-picker__heading,.article-link-picker__option,.article-link-picker__empty,#editorjs .ce-popover-item__title,#editorjs .ce-popover-item__secondary-title,#editorjs .tc-popover__item{color:#f5f1eb!important;font-family:var(--writer)!important}.article-link-picker__option,.station-option{border-bottom-color:#f5f1eb2e!important}.article-link-picker__option:hover,.article-link-picker__option.selected,#editorjs .ce-popover-item:hover,#editorjs .ce-popover-item--focused,#editorjs .tc-popover__item:hover{background:#ffffff17!important}.article-link-action{padding:0!important}.article-link-action button{border:0!important;background:var(--accent)!important;color:var(--accent-ink)!important;font-family:var(--writer)!important}.editor-tools[open]>.editor-actions{border:0!important;background:#101010f0!important;box-shadow:none!important;font-family:var(--writer)!important}@media(min-width:901px){.editor-tools>summary{display:none!important}.editor-tools>.editor-actions{position:static!important;display:flex!important;width:auto!important;margin-left:auto!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}}@media(max-width:900px){.editor-tools>summary:after{content:none!important;display:none!important}.editor-tools[open]>.editor-actions{gap:8px!important;margin:14px 0 0!important;padding:14px 0 2px!important;background:transparent!important;box-shadow:none!important}}.home-font-options .font-option:hover,.home-font-options .font-option:focus-visible{border-color:transparent!important;background:transparent!important;color:var(--accent)!important;box-shadow:none!important}.home-font-options .font-option:hover strong,.home-font-options .font-option:focus-visible strong{color:inherit!important}.quick-theme-option{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;padding:14px;background:var(--theme-card-bg)!important;color:var(--theme-card-ink)!important}.quick-theme-option:hover,.quick-theme-option:focus-visible{background:var(--theme-card-bg)!important;color:var(--theme-card-ink)!important}.quick-theme-option.selected{box-shadow:inset 0 -3px var(--theme-card-accent)!important}.quick-theme-option>.quick-theme-copy{display:grid;align-content:center;min-width:0;gap:4px}.quick-theme-option>.quick-theme-copy>b{overflow:hidden;font:600 11px/1 var(--sans);letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.quick-theme-option>.quick-theme-copy>small{overflow:hidden;color:var(--theme-card-muted);font:8px/1.25 var(--sans);text-overflow:ellipsis;white-space:nowrap}.quick-theme-option>.quick-theme-copy>.quick-theme-font{color:var(--theme-card-ink);font-weight:600;letter-spacing:.04em;text-transform:uppercase}.quick-theme-swatches{display:flex;flex-direction:row;align-items:flex-end;min-width:0;gap:0;padding:0 1px 2px 0;font-size:initial;margin-top:7px}.quick-theme-swatches i{display:block;width:20px;height:20px;border:1px solid color-mix(in srgb,var(--theme-card-ink) 30%,transparent);border-radius:50%;box-shadow:0 1px 3px #0004}.quick-theme-swatches i+i{margin-left:-5.6px}.quick-theme-option>em{top:9px;right:10px;color:var(--theme-card-accent)!important}.code-block,#editorjs .letters-code-block{overflow:hidden;border:1px solid rgb(255 255 255 / 16%);border-radius:10px;background:#000000ed!important;color:#f5f5f5;box-shadow:0 14px 34px #0000002e}.code-block-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:8px 12px;border-bottom:1px solid rgb(255 255 255 / 12%);background:#ffffff0a}.code-language-control{display:flex;align-items:center;min-width:0}.code-language-select{max-width:180px;padding:6px 28px 6px 9px;border:1px solid rgb(255 255 255 / 22%)!important;border-radius:4px;outline:0;background:#080808!important;color:#f5f5f5!important;font:500 9px/1 var(--sans)!important;letter-spacing:.06em;text-transform:uppercase}.code-language-select:focus-visible{border-color:#f5f5f5c7!important;box-shadow:0 0 0 2px #f5f5f526}.code-language-select option{background:#080808;color:#f5f5f5}.code-copy-button{flex:0 0 auto;padding:7px 10px;border:1px solid color-mix(in srgb,var(--accent) 70%,#fff 12%)!important;border-radius:4px;background:transparent!important;color:var(--accent)!important;font:500 8px/1 var(--sans)!important;letter-spacing:.08em;text-transform:uppercase}.code-copy-button:hover,.code-copy-button:focus-visible{border-color:var(--accent)!important;background:var(--accent)!important;color:var(--accent-ink)!important}.code-block-highlight{overflow:auto;margin:0;padding:15px 16px;background:#000000ed!important;color:#f5f5f5;font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:-.02em;-moz-tab-size:2;tab-size:2;white-space:pre}.code-block-highlight code{display:block;min-width:max-content;color:inherit;font:inherit}.code-line{display:grid;grid-template-columns:3.4em minmax(0,1fr);min-height:1.7em}.code-line-number{padding-right:1.35em;color:color-mix(in srgb,var(--accent) 52%,#fff 25%);opacity:.72;text-align:right;-webkit-user-select:none;user-select:none}.code-line-content{color:#f5f5f5}.code-token-comment{color:#7f8997}.code-token-string{color:#b9f27c}.code-token-keyword{color:#ffb86c}.code-token-number{color:#c8a8ff}.code-token-function{color:#8be9fd}.code-token-property{color:#ff9f9f}.code-token-literal{color:#bd93f9}.code-token-builtin{color:#f1fa8c}.code-token-variable{color:#f8f8f2}#editorjs .letters-code-block .code-block-body{position:relative;height:min(52vh,520px);min-height:200px;overflow:hidden;background:#000000ed}#editorjs .letters-code-block .code-block-highlight{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;height:100%;max-height:none}#editorjs .letters-code-block .ce-code__textarea{position:absolute!important;top:0;right:0;bottom:0;left:0;z-index:1;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:15px 16px 15px calc(16px + 3.4em)!important;overflow:auto;resize:none;border:0!important;border-radius:0!important;outline:0;background:transparent!important;color:transparent!important;caret-color:#f5f5f5;font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;letter-spacing:-.02em;-moz-tab-size:2;tab-size:2;white-space:pre}#editorjs .letters-code-block .ce-code__textarea::placeholder{color:#929292;opacity:1}#editorjs .letters-code-block.code-block-readonly .ce-code__textarea{pointer-events:none}@media(max-width:700px){.code-block-toolbar{min-height:44px;padding:7px 9px}.code-block-highlight{padding:13px 12px;font-size:11px}#editorjs .letters-code-block .ce-code__textarea{padding:13px 12px 13px calc(12px + 3.4em)!important;font-size:11px!important}}@media(max-width:700px){.delete-overlay,.lifetime-overlay{align-items:center;padding:20px}.delete-dialog,.markdown-dialog,.lifetime-dialog,.preferences-popover,.radio-popover,.theme-studio{width:calc(100vw - 40px)!important;max-height:calc(100dvh - 40px);padding:28px 20px}.delete-dialog,.markdown-dialog,.lifetime-dialog,.preferences-popover,.radio-popover{padding:28px 20px}.import-dialog .import-choice,.import-dialog .import-choice+.import-choice{min-height:0;padding:16px 0}.theme-studio{height:calc(100dvh - 40px)!important;padding:0!important}.theme-studio__header{padding:20px!important}.theme-studio__body{padding:0 20px 20px!important}}.modal-overlay-enter-active,.modal-overlay-leave-active{transition:opacity .28s var(--flow)}.modal-overlay-enter-active>*,.modal-overlay-leave-active>*{transition:opacity .26s ease,transform .36s var(--flow)}.modal-overlay-enter-from,.modal-overlay-leave-to{opacity:0}.modal-overlay-enter-from>*,.modal-overlay-leave-to>*{opacity:0;transform:translate3d(0,16px,0) scale(.985)}.modal-scrim-enter-active,.modal-scrim-leave-active{transition:opacity .22s ease}.modal-scrim-enter-from,.modal-scrim-leave-to{opacity:0}.modal-panel-enter-active,.modal-panel-leave-active{transition:opacity .24s ease,transform .32s var(--flow)}.modal-panel-enter-from,.modal-panel-leave-to{opacity:0;transform:translate(-50%,calc(-50% + 16px))!important}.theme-studio-enter-active{transition:opacity .28s ease,transform .36s var(--flow)!important}.theme-studio-leave-active{transition:opacity .2s ease,transform .26s ease-in!important}.theme-studio-enter-from,.theme-studio-leave-to{opacity:0!important;transform:translate(-50%,-50%) scale(.985)!important}.theme-studio:not(.theme-studio--bouncing){animation:none!important}.delete-dialog>div>button,.markdown-dialog>div>button,.lifetime-dialog>button:not(.cloud-access-close),.cloud-access-dialog>button:not(.cloud-access-close),.cloud-version-list>button,.cloud-access-close{display:inline-flex!important;align-items:center;justify-content:center;min-width:var(--app-control-width);padding:7px 9px!important;border:1px solid var(--line)!important;border-radius:0!important;background:transparent!important;color:var(--ink)!important;font:700 8px/1 var(--sans)!important;letter-spacing:.065em!important;text-transform:uppercase;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .24s var(--flow)!important}.delete-dialog>div>button:hover:not(:disabled),.delete-dialog>div>button:focus-visible:not(:disabled),.markdown-dialog>div>button:hover:not(:disabled),.markdown-dialog>div>button:focus-visible:not(:disabled),.lifetime-dialog>button:not(.cloud-access-close):hover:not(:disabled),.lifetime-dialog>button:not(.cloud-access-close):focus-visible:not(:disabled),.cloud-access-dialog>button:not(.cloud-access-close):hover:not(:disabled),.cloud-access-dialog>button:not(.cloud-access-close):focus-visible:not(:disabled),.cloud-version-list>button:hover:not(:disabled),.cloud-version-list>button:focus-visible:not(:disabled),.cloud-access-close:hover:not(:disabled),.cloud-access-close:focus-visible:not(:disabled){border-color:var(--accent)!important;background:var(--accent)!important;color:var(--accent-ink)!important;transform:translateY(-1px)}.delete-dialog>div>.confirm-delete,.markdown-dialog>div>.confirm-delete,.lifetime-dialog>.offer-action,.cloud-access-dialog>.offer-action{border-color:var(--accent)!important;background:var(--accent)!important;color:var(--accent-ink)!important}.delete-dialog>div>button:focus-visible,.markdown-dialog>div>button:focus-visible,.lifetime-dialog>button:focus-visible,.cloud-access-dialog>button:focus-visible,.cloud-version-list>button:focus-visible,.cloud-access-close:focus-visible{outline:2px solid var(--accent)!important;outline-offset:3px}.cloud-access-close{top:24px!important;right:24px!important;min-width:0;border-color:transparent!important;color:var(--muted)!important}.cloud-version-list>button{width:100%;justify-content:flex-start;text-align:left}.theme-studio .theme-studio__control,.theme-studio .theme-studio__dismiss,.theme-studio__create,.theme-studio__draft-actions button,.theme-studio__group>summary>button{display:inline-flex!important;align-items:center;justify-content:center;min-width:var(--app-control-width)!important;min-height:29px!important;padding:7px 9px!important;border:1px solid var(--line)!important;border-radius:0!important;background:transparent!important;color:var(--ink)!important;font:700 8px/1 var(--sans)!important;letter-spacing:.065em!important;text-transform:uppercase;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .24s var(--flow)!important}.theme-studio .theme-studio__control:hover:not(:disabled),.theme-studio .theme-studio__control:focus-visible:not(:disabled),.theme-studio .theme-studio__dismiss:hover,.theme-studio .theme-studio__dismiss:focus-visible,.theme-studio__create:hover:not(:disabled),.theme-studio__create:focus-visible:not(:disabled),.theme-studio__draft-actions button:hover:not(:disabled),.theme-studio__draft-actions button:focus-visible:not(:disabled),.theme-studio__group>summary>button:hover:not(:disabled),.theme-studio__group>summary>button:focus-visible:not(:disabled){border-color:var(--accent)!important;background:var(--accent)!important;color:var(--accent-ink)!important;transform:translateY(-1px)}.theme-studio .theme-studio__save-default{border-color:var(--accent)!important;background:var(--accent)!important;color:var(--accent-ink)!important}.theme-studio .theme-studio__save-default:hover:not(:disabled),.theme-studio .theme-studio__save-default:focus-visible:not(:disabled){background:var(--accent)!important;color:var(--accent-ink)!important}.theme-studio .theme-studio__dismiss{width:var(--app-control-width)!important;font-size:18px!important;font-weight:400!important}.preferences-heading,.preferences-heading button,.preference-tabs button,.theme-option,.font-option,.background-swatch,.radio-play,.station-option,.background-upload button{color:var(--ink)!important;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .24s var(--flow)!important}.preferences-heading button:hover,.preferences-heading button:focus-visible,.preference-tabs button:hover,.preference-tabs button:focus-visible,.radio-play:hover,.radio-play:focus-visible,.background-upload button:hover:not(:disabled),.background-upload button:focus-visible:not(:disabled){border-color:var(--accent)!important;background:var(--accent)!important;color:var(--accent-ink)!important}.theme-option:hover,.font-option:hover,.station-option:hover,.theme-option:focus-visible,.font-option:focus-visible,.station-option:focus-visible{background:var(--panel-raised)!important;color:var(--ink)!important}.theme-option.selected,.font-option.selected,.station-option.selected{color:var(--ink)!important}.timeline-line-settings,.atmosphere-controls,.background-upload,.radio-volume,.theme-studio__group-content,.theme-studio__form label,.theme-studio__form output{color:var(--muted)!important}@media(prefers-reduced-motion:reduce){.modal-overlay-enter-active,.modal-overlay-leave-active,.modal-overlay-enter-active>*,.modal-overlay-leave-active>*,.modal-scrim-enter-active,.modal-scrim-leave-active,.modal-panel-enter-active,.modal-panel-leave-active,.theme-studio-enter-active,.theme-studio-leave-active{transition-duration:.01ms!important}}:root{--button-font:"DM Mono",ui-monospace,monospace;--button-font-size:8px;--button-font-weight:700;--button-letter-spacing:.065em}button:not(#letters-button-font):not(.font-option),button:not(#letters-button-font):not(.font-option) :where(strong,small,b,em,h1,h2,h3,p,span):not(.theme-preview):not(.background-thumb):not(.faq-toggle):not(.timeline-new-node){font-family:var(--button-font)!important;font-size:var(--button-font-size)!important;font-weight:var(--button-font-weight)!important;line-height:1!important;letter-spacing:var(--button-letter-spacing)!important;font-style:normal!important;font-variant:normal!important;text-transform:uppercase!important}button:not(#letters-button-font) .theme-preview,button:not(#letters-button-font) .theme-preview *,button:not(#letters-button-font) .background-thumb{font-family:inherit}button:not(#letters-button-font) .theme-preview b{font-family:var(--writer)!important;font-size:24px!important;font-weight:500!important;line-height:1!important;letter-spacing:normal!important;text-transform:none!important}button:not(#letters-button-font) :where(.faq-toggle,.timeline-new-node,.radio-play span,.theme-studio__dismiss){font-family:var(--button-font)!important}button:not(#letters-button-font):is(.icon-button,.new-icon,.delete-draft,.faq-toggle),.preferences-heading>div>button:not(#letters-button-font),button:not(#letters-button-font).theme-studio__dismiss,button:not(#letters-button-font) .radio-play span{font-size:17px!important;letter-spacing:normal!important;text-transform:none!important}.toast-enter-active,.toast-leave-active{transition:opacity .28s ease,transform .32s var(--flow)}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate3d(0,10px,0)}.library-feedback{position:fixed!important;right:max(32px,calc((100vw - var(--frame)) / 2))!important;bottom:32px!important;z-index:10000!important;display:flex;align-items:center;gap:4px;width:auto!important;max-width:min(420px,calc(100vw - 64px));margin:0!important;padding:0!important;border:1px solid var(--accent)!important;border-radius:0!important;background:var(--accent)!important;color:var(--accent-ink)!important;box-shadow:5px 5px color-mix(in srgb,var(--accent-ink) 28%,transparent)!important;font:700 8px/1 var(--button-font)!important;letter-spacing:var(--button-letter-spacing)!important;text-transform:uppercase}.library-feedback>span{min-width:0;padding:10px 7px 10px 11px;overflow-wrap:anywhere;color:inherit!important;font:inherit!important}.library-feedback-close{flex:0 0 27px;width:27px;height:27px;padding:0!important;border:0!important;border-left:1px solid color-mix(in srgb,var(--accent-ink) 28%,transparent)!important;border-radius:0!important;background:transparent!important;color:var(--accent-ink)!important;font:700 17px/1 var(--button-font)!important;letter-spacing:normal!important;text-transform:none!important;transition:background-color .18s ease,color .18s ease!important}.library-feedback-close:hover,.library-feedback-close:focus-visible{border-color:color-mix(in srgb,var(--accent-ink) 38%,transparent)!important;background:color-mix(in srgb,var(--accent-ink) 16%,transparent)!important;color:var(--accent-ink)!important;transform:none!important}@media(max-width:700px){.library-feedback{right:var(--mobile-gutter)!important;bottom:calc(var(--mobile-gutter) + env(safe-area-inset-bottom))!important;max-width:calc(100vw - (var(--mobile-gutter) * 2))}}@media(prefers-reduced-motion:reduce){.toast-enter-active,.toast-leave-active{transition-duration:.01ms!important}}.home-font-options{gap:0!important;padding-top:0!important;border-top:1px solid var(--line)}.home-font-options button:not(#letters-button-font).font-option{display:flex!important;min-height:78px!important;align-items:center;padding:18px 0!important;border:0!important;border-bottom:1px solid var(--line)!important;background:transparent!important;color:var(--ink)!important;text-align:left;transform:none!important;transition:background-color .18s ease,color .18s ease,border-color .18s ease!important}.home-font-options button:not(#letters-button-font).font-option strong{display:block!important;margin:0!important;color:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;letter-spacing:inherit!important;text-transform:inherit!important}.home-font-options button:not(#letters-button-font).font-option.newsreader,.home-font-options button:not(#letters-button-font).font-option.newsreader strong{font-family:Newsreader,Georgia,serif!important;font-size:clamp(18px,2.1vw,25px)!important;font-weight:500!important;line-height:.94!important;letter-spacing:-.055em!important;text-transform:none!important}.home-font-options button:not(#letters-button-font).font-option.literata,.home-font-options button:not(#letters-button-font).font-option.literata strong{font-family:Literata,Georgia,serif!important;font-size:clamp(17px,2vw,23px)!important;font-weight:500!important;line-height:.96!important;letter-spacing:-.05em!important;text-transform:none!important}.home-font-options button:not(#letters-button-font).font-option.cormorant,.home-font-options button:not(#letters-button-font).font-option.cormorant strong{font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(20px,2.3vw,28px)!important;font-weight:500!important;line-height:.88!important;letter-spacing:-.055em!important;text-transform:none!important}.home-font-options button:not(#letters-button-font).font-option.ibm-plex-mono,.home-font-options button:not(#letters-button-font).font-option.ibm-plex-mono strong{font-family:IBM Plex Mono,DM Mono,ui-monospace,monospace!important;font-size:clamp(11px,1.3vw,15px)!important;font-weight:500!important;line-height:1.12!important;letter-spacing:-.035em!important;text-transform:none!important}.home-font-options button:not(#letters-button-font).font-option.helvetica,.home-font-options button:not(#letters-button-font).font-option.helvetica strong{font-family:Helvetica,Arial,sans-serif!important;font-size:clamp(16px,1.95vw,23px)!important;font-weight:500!important;line-height:.98!important;letter-spacing:-.055em!important;text-transform:none!important}.home-font-options button:not(#letters-button-font).font-option.source-serif,.home-font-options button:not(#letters-button-font).font-option.source-serif strong{font-family:"Source Serif 4",Georgia,serif!important;font-size:clamp(18px,2.1vw,25px)!important;font-weight:500!important;line-height:.94!important;letter-spacing:-.055em!important;text-transform:none!important}.home-font-options button:not(#letters-button-font).font-option.alegreya,.home-font-options button:not(#letters-button-font).font-option.alegreya strong{font-family:Alegreya,Georgia,serif!important;font-size:clamp(19px,2.25vw,27px)!important;font-weight:500!important;line-height:.9!important;letter-spacing:-.055em!important;text-transform:none!important}.home-font-options button:not(#letters-button-font).font-option:hover,.home-font-options button:not(#letters-button-font).font-option:focus-visible{border-color:var(--line)!important;background:transparent!important;color:var(--accent)!important;box-shadow:none!important;transform:none!important}.home-font-options button:not(#letters-button-font).font-option.selected{color:var(--accent)!important;box-shadow:inset 0 -2px var(--accent)!important}.color-shuffle-action{position:relative!important;display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;min-height:88px!important;padding:16px 20px!important;overflow:hidden;border:1px solid var(--accent)!important;background:var(--accent)!important;color:var(--accent-ink)!important;font-family:var(--button-font)!important;font-size:9px!important;font-weight:var(--button-font-weight)!important;line-height:1!important;letter-spacing:var(--button-letter-spacing)!important;text-align:left;text-transform:uppercase!important;transition:transform .32s var(--flow),box-shadow .32s var(--flow)!important}.color-shuffle-action:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(108deg,var(--accent) 0%,var(--selection) 35%,var(--panel-raised) 72%,var(--accent-wash) 100%);background-size:170% 100%;opacity:.2;animation:color-shuffle-drift 20s ease-in-out infinite alternate}.color-shuffle-action>span{position:relative;z-index:1}.color-shuffle-palette{display:flex;align-items:center;min-width:76px;height:28px}.color-shuffle-palette i{display:block;width:28px;height:28px;flex:0 0 28px;border:1px solid color-mix(in srgb,var(--accent-ink) 38%,transparent);border-radius:50%;box-shadow:0 2px color-mix(in srgb,var(--accent-ink) 18%,transparent);transition:transform .22s var(--flow)}.color-shuffle-palette i+i{margin-left:-8px}.color-shuffle-palette i:nth-child(1){background:var(--ink)}.color-shuffle-palette i:nth-child(2){background:var(--selection)}.color-shuffle-palette i:nth-child(3){background:var(--panel-raised)}.color-shuffle-palette i:nth-child(4){background:var(--accent-wash)}.color-shuffle-label{min-width:0}button:not(#letters-button-font).color-shuffle-action,button:not(#letters-button-font).color-shuffle-action .color-shuffle-label{font-size:9px!important}.color-shuffle-action:hover,.color-shuffle-action:focus-visible{border-color:var(--accent)!important;background:var(--accent)!important;color:var(--accent-ink)!important;box-shadow:6px 6px color-mix(in srgb,var(--accent-ink) 24%,transparent)!important;transform:translate(-2px,-2px) scale(1.03)!important}.color-shuffle-action:active{box-shadow:2px 2px color-mix(in srgb,var(--accent-ink) 18%,transparent)!important;transform:translate(-1px,-1px) scale(.97)!important}.color-shuffle-action:hover .color-shuffle-palette i,.color-shuffle-action:focus-visible .color-shuffle-palette i{animation:color-shuffle-bounce .72s var(--flow) both}.color-shuffle-action:hover .color-shuffle-palette i:nth-child(2),.color-shuffle-action:focus-visible .color-shuffle-palette i:nth-child(2){animation-delay:60ms}.color-shuffle-action:hover .color-shuffle-palette i:nth-child(3),.color-shuffle-action:focus-visible .color-shuffle-palette i:nth-child(3){animation-delay:.12s}.color-shuffle-action:hover .color-shuffle-palette i:nth-child(4),.color-shuffle-action:focus-visible .color-shuffle-palette i:nth-child(4){animation-delay:.18s}@keyframes color-shuffle-drift{0%{background-position:0% 50%}to{background-position:100% 50%}}@keyframes color-shuffle-bounce{50%{transform:translateY(-7px) rotate(12deg)}}@media(max-width:700px){.home-font-options button:not(#letters-button-font).font-option{min-height:66px!important;padding:15px 0!important}.color-shuffle-action{grid-template-columns:auto minmax(0,1fr);gap:11px;min-height:78px!important;padding:14px!important}.color-shuffle-palette{min-width:67px}.color-shuffle-palette i{width:24px;height:24px;flex-basis:24px}.color-shuffle-palette i+i{margin-left:-7px}}@media(prefers-reduced-motion:reduce){.color-shuffle-action:before{animation:none}.color-shuffle-action,.color-shuffle-action:hover,.color-shuffle-action:focus-visible,.color-shuffle-action:active,.home-font-options button:not(#letters-button-font).font-option,.home-font-options button:not(#letters-button-font).font-option:hover,.home-font-options button:not(#letters-button-font).font-option:focus-visible{transform:none!important;transition:none!important}.color-shuffle-action:hover .color-shuffle-palette i,.color-shuffle-action:focus-visible .color-shuffle-palette i{animation:none}}.import-dialog .import-choices{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px!important;margin:0 0 18px!important;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--line)}.import-dialog .import-choice{display:flex!important;min-height:205px!important;flex-direction:column;align-items:flex-start;gap:12px!important;padding:20px 18px!important;border:0!important;border-radius:0!important;background:var(--panel)!important;color:var(--ink)!important;text-align:left}.import-dialog .import-choice h3{margin:0;color:var(--ink)!important;font:500 clamp(21px,2.5vw,30px)/.98 var(--headline)!important;letter-spacing:-.045em!important;text-transform:none!important}.import-dialog .import-choice p{max-width:26em;margin:0;color:var(--muted)!important;font:15px/1.38 var(--writer)!important;letter-spacing:normal!important;text-transform:none!important}.import-dialog .import-choice-action{margin-top:auto;min-width:0!important;gap:8px}.import-dialog .import-choice-action>span{font-size:17px!important;line-height:1!important;letter-spacing:normal!important;text-transform:none!important}.import-dialog .import-choice-action>em{font-style:normal!important}.import-dialog .import-choice--replace .import-choice-action{border-color:var(--accent)!important;background:var(--accent)!important;color:var(--accent-ink)!important}@media(max-width:700px){.import-dialog .import-choices{grid-template-columns:1fr}.import-dialog .import-choice{min-height:0!important}}.home-shell{--home-control-gutter:var(--page-gutter,28px);--home-header-top:var(--page-gutter,28px);--home-header-height:70px;--home-header-padding:0px}.home-header,.timeline-fullscreen .home-header{position:fixed!important;z-index:1000!important;inset:var(--home-header-top) auto auto var(--home-control-gutter)!important;box-sizing:border-box!important;width:calc(100vw - (var(--home-control-gutter) * 2))!important;height:var(--home-header-height)!important;min-height:var(--home-header-height)!important;margin:0!important;padding:0 var(--home-header-padding)!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;transform:none!important}.home-header>.home-header-actions,.timeline-fullscreen .home-header>.home-header-actions{position:absolute!important;z-index:1!important;inset:50% 0 auto auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;margin:0!important;transform:translateY(-50%)!important}.home-header>.home-header-actions .preferences,.home-header>.home-header-actions .fullscreen-action{position:static!important;inset:auto!important;flex:0 0 auto!important;margin:0!important}@media(min-width:901px){.timeline-fullscreen .home-workspace .recent-section{padding-right:var(--page-gutter)!important}}@media(min-width:701px)and (max-width:900px){.home-shell{--home-control-gutter:var(--home-gutter,28px);--home-header-top:var(--home-gutter,28px);--home-header-padding:24px}.timeline-fullscreen .home-workspace .recent-section{padding-right:var(--home-control-gutter)!important}}@media(max-width:700px){.home-shell{--home-control-gutter:var(--mobile-gutter,14px);--home-header-top:max(14px,env(safe-area-inset-top));--home-header-height:28px;--home-header-padding:0px}.timeline-fullscreen .home-workspace .recent-section{padding-right:var(--home-control-gutter)!important}}@media(max-width:900px){.timeline-new-entry{margin-top:100px!important}}@media(max-width:700px){.timeline-new-entry{margin-top:46px!important}.timeline-new-draft{grid-template-columns:1fr!important}.timeline-new-node,.timeline-new-label:before{display:none!important;content:none!important}.timeline-new-label{grid-column:1!important;width:100%!important;min-height:58px!important;padding:15px var(--mobile-gutter,14px)!important;justify-content:center!important;text-align:center!important;font-size:8px!important;letter-spacing:.06em!important;white-space:nowrap!important}}.home-header{transition:border-bottom-color .22s ease!important}.home-header .wordmark{transition:opacity .22s ease!important}.home-header.home-header-scrolled{border-bottom-color:color-mix(in srgb,var(--line) 18%,transparent)!important}.home-header.home-header-scrolled .wordmark{opacity:0}.timeline-fullscreen .home-header.home-header-scrolled,.timeline-fullscreen .home-header{border-bottom-color:transparent!important}.timeline-fullscreen .home-header.home-header-scrolled .wordmark,.timeline-fullscreen .home-header .wordmark{opacity:0}.home-shell.timeline-fullscreen.drawer-open,.home-shell.timeline-fullscreen.drawer-open .home-backdrop{background:color-mix(in srgb,var(--accent-wash) 92%,#000)!important}.home-shell.timeline-fullscreen.drawer-open .home-backdrop{opacity:1!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.home-shell.timeline-fullscreen.drawer-open .article-drawer,.home-shell.timeline-fullscreen.drawer-open .article-drawer .editor-shell,.home-shell.timeline-fullscreen.drawer-open .article-drawer .writing-surface{background-color:var(--accent-wash)!important}@media(min-width:901px){.home-shell.timeline-fullscreen.drawer-open .article-drawer{border:1px solid color-mix(in srgb,var(--line) 58%,var(--accent-wash))!important;box-shadow:0 26px 96px #0000004d,0 0 150px color-mix(in srgb,var(--accent) 18%,transparent)!important}}#editorjs .cdx-list-checklist .cdx-list__checkbox{position:relative;display:grid!important;flex:0 0 22px;width:22px!important;height:22px!important;margin-top:2px;place-items:center;border:2px solid var(--timeline-line)!important;border-radius:50%!important;background:transparent!important;color:transparent!important;cursor:pointer;font-size:0!important;box-sizing:border-box;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s var(--flow)!important}#editorjs .cdx-list-checklist .cdx-list__checkbox>*,#editorjs .cdx-list-checklist .cdx-list__checkbox input,#editorjs .cdx-list-checklist .cdx-list__checkbox svg{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}#editorjs .cdx-list-checklist .cdx-list__checkbox:after{content:"";width:8px;height:4px;margin-top:-2px;border-bottom:2px solid var(--accent-ink);border-left:2px solid var(--accent-ink);opacity:0;transform:rotate(-45deg) scale(.45);transition:opacity .16s ease,transform .18s var(--flow)}#editorjs .cdx-list-checklist .cdx-list__checkbox:hover{border-color:var(--timeline-line)!important;background:color-mix(in srgb,var(--timeline-line) 18%,transparent)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--timeline-line) 12%,transparent);transform:scale(1.06)}#editorjs .cdx-list-checklist .cdx-list__checkbox:focus-visible{outline:2px solid var(--timeline-line)!important;outline-offset:3px}#editorjs .cdx-list-checklist .cdx-list__checkbox--checked{border-color:var(--timeline-line)!important;background:var(--timeline-line)!important;box-shadow:none}#editorjs .cdx-list-checklist .cdx-list__checkbox--checked:after{opacity:1;transform:rotate(-45deg) scale(1)}#editorjs .cdx-list-checklist .cdx-list__checkbox--checked:hover{border-color:var(--timeline-line)!important;background:var(--timeline-line)!important}#editorjs .cdx-list-checklist .cdx-list__checkbox[aria-disabled=true],#editorjs .cdx-list-checklist .cdx-list__checkbox:disabled{cursor:not-allowed;opacity:.45;box-shadow:none;transform:none}#editorjs .cdx-list-checklist .cdx-list__checkbox{padding:0!important;border:0!important;background:transparent!important;box-sizing:border-box!important}#editorjs .cdx-list-checklist .cdx-list__checkbox-check{position:relative!important;display:block!important;width:22px!important;height:22px!important;margin:0 auto!important;padding:0!important;border:2px solid var(--timeline-line)!important;border-radius:50%!important;background:transparent!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-sizing:border-box!important}#editorjs .cdx-list-checklist .cdx-list__checkbox-check:before{content:none!important;display:none!important}#editorjs .cdx-list-checklist .cdx-list__checkbox-check svg,#editorjs .cdx-list-checklist .cdx-list__checkbox-check>svg{display:none!important;opacity:0!important;visibility:hidden!important}#editorjs .cdx-list-checklist .cdx-list__checkbox:after{content:none!important;display:none!important}#editorjs .cdx-list-checklist .cdx-list__checkbox--checked .cdx-list__checkbox-check{border-color:var(--timeline-line)!important;background:var(--timeline-line)!important}#editorjs .cdx-list-checklist .cdx-list__checkbox--checked .cdx-list__checkbox-check:after{content:"";position:absolute;top:50%;left:50%;display:block;width:8px;height:4px;margin:-3px 0 0 -4px;border-bottom:2px solid var(--accent-ink);border-left:2px solid var(--accent-ink);opacity:1;transform:rotate(-45deg)}#editorjs .cdx-list-checklist .cdx-list__checkbox:hover .cdx-list__checkbox-check{border-color:var(--timeline-line)!important;background:color-mix(in srgb,var(--timeline-line) 18%,transparent)!important}#editorjs .cdx-list-checklist .cdx-list__checkbox--checked:hover .cdx-list__checkbox-check{background:var(--timeline-line)!important}.article-drawer{--article-sheet-gap-y:clamp(18px,7dvh,88px);--article-sheet-gap-x:clamp(18px,7vw,112px);top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;padding:var(--article-sheet-gap-y) var(--article-sheet-gap-x)!important;overflow-x:hidden!important;overflow-y:auto!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;box-sizing:border-box;overscroll-behavior:contain;scrollbar-gutter:stable}.article-drawer .editor-shell-drawer{width:100%!important;min-height:calc(100dvh - (var(--article-sheet-gap-y) * 2))!important;height:auto!important;margin:0!important;overflow:visible!important;background:var(--accent-wash)!important;border:1px solid color-mix(in srgb,var(--line) 58%,var(--accent-wash))!important;border-radius:18px!important;box-shadow:0 26px 96px #0000004d,0 0 150px color-mix(in srgb,var(--accent) 18%,transparent)!important;box-sizing:border-box}.home-shell.timeline-fullscreen.drawer-open .article-drawer{background:transparent!important}@media(max-width:900px){.article-drawer{--article-sheet-gap-y:clamp(10px,3dvh,24px);--article-sheet-gap-x:clamp(8px,2.5vw,18px)}.article-drawer .editor-shell-drawer{border-radius:14px!important}}.article-drawer .editor-shell-drawer{height:auto!important;overflow:visible!important}.article-drawer .editor-shell-drawer .editor-header{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:38px!important;margin:0!important;background:transparent!important;z-index:auto!important}.article-drawer .editor-shell-drawer .writing-surface{--article-edge-space:clamp(70px,11vh,126px);margin-top:var(--article-edge-space)!important;padding-bottom:var(--article-edge-space)!important}#editorjs .cdx-list-checklist .cdx-list__checkbox-check{transition:background-color .22s ease,border-color .22s ease,transform .18s var(--flow)!important}#editorjs .cdx-list-checklist .cdx-list__checkbox-check:after{opacity:0;transform:rotate(-45deg) scale(.35);transition:opacity .14s ease,transform .26s var(--flow)}#editorjs .cdx-list-checklist .cdx-list__checkbox--checked .cdx-list__checkbox-check:after{opacity:1;transform:rotate(-45deg) scale(1);transition-duration:.18s,.42s}#editorjs .cdx-list-checklist .cdx-list__checkbox:active{transform:scale(.92)!important}#editorjs .cdx-list-checklist .cdx-list__checkbox:active .cdx-list__checkbox-check{transform:scale(.88)}#editorjs .cdx-list-checklist .cdx-list__checkbox--checked:active .cdx-list__checkbox-check{transform:scale(.88) rotate(-4deg)}@media(prefers-reduced-motion:reduce){#editorjs .cdx-list-checklist .cdx-list__checkbox-check,#editorjs .cdx-list-checklist .cdx-list__checkbox-check:after,#editorjs .cdx-list-checklist .cdx-list__checkbox:active,#editorjs .cdx-list-checklist .cdx-list__checkbox:active .cdx-list__checkbox-check{transition:none!important;transform:none!important}}.seo-check-marker{display:inline-grid!important;width:20px!important;height:20px!important;margin:0 9px 0 -29px!important;place-items:center;border:2px solid var(--timeline-line,var(--accent))!important;border-radius:50%!important;background:transparent!important;color:transparent!important;font-size:0!important;vertical-align:-.2em;box-sizing:border-box}.seo-checklist li.is-checked .seo-check-marker{background:var(--timeline-line,var(--accent))!important;color:var(--accent-ink)!important}.seo-checklist li.is-checked .seo-check-marker:after{content:"";width:7px;height:4px;margin-top:-2px;border-bottom:2px solid currentColor;border-left:2px solid currentColor;transform:rotate(-45deg)}@media(min-width:901px){.editor-header{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:28px!important}.editor-meta{grid-column:1;min-width:0}.editor-header-actions{grid-column:2;display:flex!important;align-items:center;justify-content:flex-end;gap:0;min-width:0;margin-left:auto}.editor-primary-actions{display:flex!important;align-items:center;gap:0}.editor-tools{margin-left:0!important}}@media(max-width:900px){.editor-header-actions{display:contents!important}}@media(max-width:480px){.editor-primary-actions{display:none!important}}@media(min-width:481px){.editor-header-actions{display:flex!important;grid-column:2;grid-row:1;align-items:center;justify-content:flex-end;gap:0;min-width:0;margin-left:auto}.editor-primary-actions{display:flex!important;align-items:center;gap:0}.editor-tools{position:relative;display:block!important;width:auto!important;margin:0!important}.editor-tools>summary{display:flex!important;width:max-content;min-width:auto;align-items:center;justify-content:center;margin:0!important;padding:7px 9px;border:1px solid var(--line);background:transparent!important;font-size:8px!important;line-height:1!important;white-space:nowrap}.editor-tools>summary:after{content:none!important}.editor-tools:not([open])>.editor-actions{display:none!important}.editor-header:has(.editor-tools[open]){grid-template-columns:minmax(0,1fr) auto auto!important;grid-template-rows:auto auto!important}.editor-header-actions:has(.editor-tools[open]){display:contents!important}.editor-header-actions:has(.editor-tools[open]) .editor-primary-actions{grid-column:2;grid-row:1;justify-self:end}.editor-tools[open]{display:contents!important}.editor-tools[open]>summary{grid-column:3;grid-row:1;justify-self:end}.editor-tools[open]>.editor-actions{position:static!important;grid-column:1 / -1;grid-row:2;display:flex!important;width:100%!important;flex-wrap:wrap;justify-content:flex-start!important;gap:0!important;margin:14px 0 0!important;padding:14px 0 0!important;border:0!important;background:transparent!important;box-shadow:none!important}.editor-tools>.editor-actions>.new-text,.editor-tools>.editor-actions>.preferences{display:none!important}.editor-tools-close-label,.editor-tools[open] .editor-tools-open-label{display:none!important}.editor-tools[open] .editor-tools-close-label{display:inline!important}}
