:root{--ink:#17233d;--muted:#6d778d;--soft:#f4f7fb;--line:#e3e8f0;--blue:#2f6db2;--blue-deep:#163f72;--blue-pale:#e7f1fb;--purple:#7652b6;--gold:#b98a31;--paper:#fffefa;--shadow:0 18px 45px rgba(28,49,82,.08)}*{box-sizing:border-box}body,html{background:#f8fafc}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Yu Gothic,Noto Sans JP,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1160px,calc(100% - 48px));margin-inline:auto}.site-header{background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);position:relative;z-index:2}.nav-inner{min-height:76px;display:flex;justify-content:space-between;gap:32px}.brand,.nav-inner{align-items:center}.brand{display:inline-flex;gap:12px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border:1px solid #c8d8ea;color:var(--blue-deep);font-family:Georgia,serif;font-size:20px;background:#f2f7fc}.brand strong{display:block;letter-spacing:.04em;font-size:16px}.brand small{display:block;margin-top:2px;color:var(--muted);font-size:10px;letter-spacing:.08em}.top-nav{display:flex;align-items:center;gap:26px;color:#758096;font-size:13px}.top-nav a{transition:color .2s ease}.top-nav a.active,.top-nav a:hover{color:var(--blue-deep)}.top-nav form{margin:0}.admin-logout{border:0;padding:0;color:#8d6f75;background:transparent;font-size:inherit}.admin-logout:focus-visible,.admin-logout:hover{color:#a24f5c;outline:none}.admin-login-page{min-height:100vh;display:grid;place-items:center;padding:32px 20px;background:#f4f7fb}.admin-login-card{width:min(420px,100%);border:1px solid var(--line);background:#fff;padding:38px 40px 34px;box-shadow:var(--shadow)}.admin-login-brand{margin-bottom:42px}.admin-login-card h1{margin:0;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:32px;font-weight:600}.admin-login-copy{margin:13px 0 24px;color:var(--muted);font-size:12px;line-height:1.8}.admin-login-error{margin-bottom:18px;border:1px solid #f0d6d6;background:#fff5f5;padding:11px 12px;color:#a45656;font-size:11px;line-height:1.65}.admin-login-form{display:flex;flex-direction:column;gap:8px}.admin-login-form label{margin-top:6px;color:#657186;font-size:11px}.admin-login-form input{width:100%;border:1px solid #dbe2eb;padding:11px 12px;color:var(--ink);background:#fff;outline:none}.admin-login-form input:focus{border-color:#8bb2d8;box-shadow:0 0 0 3px rgba(91,145,199,.11)}.admin-login-form .button{width:100%;margin-top:14px}.admin-login-back{display:block;margin-top:22px;color:#8190a3;font-size:11px;text-align:center}.admin-login-back:hover{color:var(--blue-deep)}.hero{min-height:440px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(400px,.88fr);grid-gap:76px;gap:76px;align-items:center;padding-block:74px 84px}.eyebrow{color:var(--blue);font-size:10px;font-weight:700;letter-spacing:.18em;margin:0 0 15px;text-transform:uppercase}.hero h1{font-family:Georgia,Hiragino Mincho ProN,Yu Mincho,serif;font-size:clamp(40px,4.35vw,52px);font-weight:500;line-height:1.3;letter-spacing:-.045em;margin:0}.hero-title-line{display:block;white-space:nowrap}.hero-copy{max-width:450px;color:var(--muted);line-height:1.9;margin:24px 0 29px;font-size:14px}.hero-actions{display:flex;align-items:center;gap:18px}.button{border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:44px;padding:0 19px;font-size:13px;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-primary{color:white;background:var(--blue-deep);box-shadow:0 8px 18px rgba(22,63,114,.17)}.button-primary:hover{background:#245b99;box-shadow:0 10px 24px rgba(22,63,114,.25)}.hero-note{color:#8690a3;font-size:11px}.hero-card{position:relative;min-height:232px;border:1px solid #d9e4f0;background:#eaf3fb;padding:33px;box-shadow:22px 22px 0 rgba(205,220,236,.47)}.hero-card:before{content:"";position:absolute;inset:15px;border:1px solid rgba(159,186,214,.55);pointer-events:none}.hero-card-label{position:relative;color:#66809b;font-size:10px;letter-spacing:.16em}.japanese-preview{position:relative;margin:41px 0 28px;color:#1b2f4a;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:clamp(20px,3vw,29px);letter-spacing:.08em}.japanese-preview:after{content:"";display:block;width:108px;margin-top:12px;border-bottom:2px solid #9dc0df}.mini-annotation{position:relative;display:flex;align-items:center;gap:8px;color:#536d89;font-size:12px}.mini-dot{width:7px;height:7px;border-radius:50%;background:#6d9bc9}.content-section{padding-bottom:110px}.section-heading{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:24px}.section-heading h2{font-family:Georgia,Hiragino Mincho ProN,serif;font-size:29px;font-weight:500;margin:0}.section-count{color:#8b95a8;font-size:11px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px}.article-card{display:block;min-height:218px;background:white;border:1px solid var(--line);padding:22px 21px 20px;transition:transform .2s,box-shadow .2s,border-color .2s}.article-card:hover{border-color:#c4d7eb;box-shadow:var(--shadow);transform:translateY(-3px)}.card-meta,.card-topline{color:#8b95a8;display:flex;align-items:center;gap:10px;font-size:10px}.card-topline{justify-content:space-between}.type-pill{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:5px 8px;font-size:10px;line-height:1;letter-spacing:.07em}.type-article{color:#4f6a8c;background:#edf3f9}.type-subtitle{color:#735ba3;background:#f1edfa}.article-card h3{font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-weight:600;font-size:19px;line-height:1.5;margin:28px 0 8px}.article-card p{color:var(--muted);font-size:12px;line-height:1.8;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{margin-top:24px;gap:12px;border-top:1px solid #edf0f4;padding-top:13px}.card-meta span:last-child{margin-left:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:115px}.empty-state{background:white;border:1px dashed #ccd7e3;padding:50px;text-align:center;color:var(--muted)}.empty-state .button{margin-top:10px}.site-footer{border-top:1px solid var(--line);color:#8b95a8;font-size:11px}.footer-inner{min-height:78px;display:flex;justify-content:space-between;align-items:center}.reader-page{background:#f6f8fb;min-height:100vh}.reader-header{background:rgba(246,248,251,.88)}.reader-intro{padding-block:39px 35px}.reader-breadcrumb{display:flex;align-items:center;gap:9px;color:#8c96a8;font-size:11px;margin-bottom:24px}.reader-breadcrumb a:hover{color:var(--blue)}.reader-title-row{display:block}.reader-title-row h1{font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-weight:600;font-size:clamp(29px,4vw,43px);line-height:1.35;margin:14px 0 9px;letter-spacing:-.025em}.reader-title-row p{color:var(--muted);font-size:13px;line-height:1.7;margin:0}.reader-meta{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px 16px;color:#8993a4;font-size:11px;margin-top:15px;padding:0}.reader-meta span+span:before{content:"·";margin-right:16px;color:#b1bac7}.reader-layout{display:grid;grid-template-columns:minmax(0,1fr) 324px;grid-gap:42px;gap:42px;align-items:start}.document-surface{background:var(--paper);border:1px solid #e6e9e8;box-shadow:0 12px 40px rgba(37,51,72,.06);min-height:600px}.document-toolbar{display:flex;justify-content:space-between;border-bottom:1px solid #ebecea;padding:15px 39px;color:#8590a0;font-size:11px;letter-spacing:.1em}.toolbar-hint{font-size:10px;letter-spacing:0;color:#a2a9b3}.document-body{padding:58px 67px 78px}.document-line{margin:0;color:#243249;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:clamp(18px,2.1vw,23px);font-weight:500;line-height:2.25;letter-spacing:.045em;min-height:1.5em}.document-spacer{height:39px}.text-highlight{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-bottom:2px solid #86afd7;border-radius:1px;padding:0 2px;background:linear-gradient(transparent 35%,rgba(210,231,249,.9) 0,rgba(210,231,249,.9) 94%,transparent 0);color:inherit;cursor:pointer;font:inherit}.text-highlight.is-active,.text-highlight:hover{background:linear-gradient(transparent 13%,rgba(184,216,244,.93) 0,rgba(184,216,244,.93) 94%,transparent 0)}.highlight-purple{border-bottom-color:#a990d2;background:linear-gradient(transparent 43%,rgba(235,227,250,.9) 0,rgba(235,227,250,.9) 91%,transparent 0)}.highlight-gold{border-bottom-color:#d2ac5c;background:linear-gradient(transparent 43%,rgba(248,239,210,.92) 0,rgba(248,239,210,.92) 91%,transparent 0)}.annotation-rail{position:-webkit-sticky;position:sticky;top:24px;max-height:calc(100vh - 48px);overflow-y:auto;overscroll-behavior:contain;padding-right:4px;scrollbar-width:thin}.annotation-heading{display:flex;justify-content:space-between;align-items:end;padding-bottom:13px;border-bottom:1px solid #dfe5ec;margin-bottom:13px}.annotation-heading .eyebrow{margin-bottom:7px}.annotation-heading h2{font-family:Georgia,Hiragino Mincho ProN,serif;font-weight:500;margin:0;font-size:24px}.annotation-heading>span{color:#8993a4;font-size:11px;padding-bottom:3px}.annotation-list{display:flex;flex-direction:column;gap:11px}.annotation-card{position:relative;display:block;width:100%;text-align:left;border:1px solid transparent;border-left:2px solid #dfe7ef;background:rgba(255,255,255,.56);padding:17px 17px 16px 19px;color:inherit;transition:background .2s,border-color .2s,transform .2s;scroll-margin:24px}.annotation-card.is-active,.annotation-card:hover{border-color:#cbdbea;border-left-color:var(--blue);background:white;box-shadow:0 8px 22px rgba(37,62,92,.07);transform:translateX(-3px)}.annotation-line{position:absolute;width:3px;height:20px;left:-3px;top:19px;background:var(--blue)}.line-purple{background:var(--purple)}.line-gold{background:var(--gold)}.annotation-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.annotation-number{color:#a9b1bf;font-size:10px}.annotation-quote{display:block;color:#4d5d74;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:13px;margin-bottom:7px}.annotation-body{display:block;color:#6e798d;font-size:11px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere}.annotation-empty{color:#9aa3b1;font-size:12px;border:1px dashed #d8dee7;padding:20px}.annotation-tip{display:flex;gap:11px;border-top:1px solid #e0e6ed;margin-top:23px;padding-top:17px;color:#8e98a9}.annotation-tip>span{display:grid;place-items:center;width:21px;height:21px;color:var(--blue);border:1px solid #bfd2e6;font-size:11px}.annotation-tip p{margin:0;font-size:11px;line-height:1.6}.admin-page{min-height:100vh;background:#f6f8fb}.admin-header{background:white}.admin-main{padding-block:52px 90px}.admin-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.admin-heading h1{font-family:Georgia,Hiragino Mincho ProN,serif;font-weight:500;font-size:38px;margin:0}.admin-heading p{color:var(--muted);font-size:13px;margin:11px 0 0}.admin-layout{display:grid;grid-template-columns:300px minmax(0,1fr);grid-gap:22px;gap:22px;align-items:start}.admin-panel,.editor-panel{background:white;border:1px solid var(--line)}.admin-panel{padding:20px}.admin-panel h2,.editor-panel h2{margin:0;font-family:Georgia,serif;font-size:19px;font-weight:500}.admin-panel h2{margin-bottom:16px}.admin-list{display:flex;flex-direction:column;gap:6px}.admin-list-item{padding:13px 12px;border:1px solid transparent}.admin-list-item.selected,.admin-list-item:hover{border-color:#cbdbea;background:#f5f9fd}.admin-list-item strong{display:block;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:14px;line-height:1.5;font-weight:600}.admin-list-item small{display:block;color:#8a94a5;font-size:10px;margin-top:5px}.new-article-link{display:flex;justify-content:space-between;align-items:center;width:100%;border:1px dashed #b9cde1;background:transparent;color:var(--blue);padding:11px 12px;font-size:12px;margin-bottom:16px}.new-article-link:hover{background:#f5f9fd}.editor-panel{padding:28px}.editor-top{display:flex;justify-content:space-between;align-items:center;gap:15px;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:25px}.editor-top h2{font-size:24px}.editor-actions{display:flex;gap:8px}.button-secondary{border-color:#d3dce8;background:white;color:#5f6b7d}.button-danger{border-color:#f1d6d6;background:#fffafa;color:#af5a5a}.button-small{min-height:34px;padding:0 12px;font-size:11px;gap:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:17px;gap:17px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{color:#657186;font-size:11px;letter-spacing:.05em}.field input,.field select,.field textarea{border:1px solid #dbe2eb;border-radius:0;color:var(--ink);outline:none;background:#fff;padding:11px 12px;font-size:13px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8bb2d8;box-shadow:0 0 0 3px rgba(91,145,199,.11)}.field textarea{min-height:100px;resize:vertical;line-height:1.7}.field textarea.content-input{min-height:560px;font-family:Hiragino Mincho ProN,Yu Mincho,serif;line-height:2;white-space:pre-wrap;-moz-tab-size:4;tab-size:4}.field-hint{color:#9aa3b1;font-size:10px;line-height:1.5}.content-editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:38px;border:1px solid #dbe2eb;border-bottom:0;background:#f8fafc;padding:6px 9px 6px 12px}.selection-status{min-width:0;overflow:hidden;color:#7b8799;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.selection-action{flex:0 0 auto;color:var(--blue)}.selection-action:disabled{cursor:not-allowed;color:#aeb8c5;background:#f3f5f8}.save-row{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding-top:20px;margin-top:23px}.status-message{font-size:12px;color:#63866f}.annotation-editor{border-top:1px solid var(--line);margin-top:27px;padding-top:24px}.annotation-editor-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.annotation-editor-heading h3{font-family:Georgia,serif;font-size:18px;font-weight:500;margin:0}.annotation-row{display:grid;grid-template-columns:1fr 1.4fr 34px;grid-gap:8px;gap:8px;align-items:start;margin-bottom:8px}.annotation-row input{width:100%;border:1px solid #dbe2eb;padding:9px 10px;outline:none;font-size:12px}.annotation-row input:focus{border-color:#8bb2d8;box-shadow:0 0 0 3px rgba(91,145,199,.11)}.annotation-quote-input{color:#486887;background:#f4f8fc;font-family:Hiragino Mincho ProN,Yu Mincho,serif}.annotation-row button{height:34px;border:1px solid #ead4d4;color:#ad6666;background:#fffafa}.annotation-add{border:0;background:transparent;color:var(--blue);font-size:11px;padding:0}.admin-error{color:#b25b5b;background:#fff3f3;border:1px solid #f1d8d8;padding:11px 13px;font-size:12px;margin-bottom:16px}.admin-mode{color:var(--blue);border-left:1px solid #d8e1eb;padding-left:18px;font-size:11px}.admin-list-page{padding-bottom:100px}.admin-entry-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px}.admin-entry-card{min-height:225px;border:1px solid var(--line);background:#fff;padding:21px 20px 17px;transition:transform .2s,border-color .2s,box-shadow .2s}.admin-entry-card:hover{border-color:#bfd2e6;box-shadow:var(--shadow);transform:translateY(-3px)}.admin-entry-top{display:flex;justify-content:space-between;align-items:center;color:#8d97a7;font-size:10px}.admin-entry-card h2{font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:20px;line-height:1.5;margin:29px 0 8px}.admin-entry-card p{color:var(--muted);font-size:12px;line-height:1.8;margin:0}.admin-entry-meta{display:flex;gap:12px;align-items:center;border-top:1px solid #edf0f4;margin-top:25px;padding-top:13px;color:#8b95a8;font-size:10px}.entry-arrow{margin-left:auto;color:var(--blue);font-size:14px}.editor-main{padding-bottom:100px}.editor-breadcrumb{display:flex;gap:9px;color:#8d97a7;font-size:11px;padding:31px 0 20px}.editor-breadcrumb a:hover{color:var(--blue)}.editor-titlebar{display:flex;align-items:end;justify-content:space-between;gap:22px;padding-bottom:27px}.editor-titlebar h1{font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-weight:600;font-size:clamp(27px,4vw,39px);line-height:1.35;margin:0}.editor-title-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px;flex:0 0 auto}.editor-save-state{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 9px;border:1px solid #dce5ee;background:rgba(255,255,255,.72);color:#748196;font-size:10px;white-space:nowrap}.editor-save-state:before{content:"";width:6px;height:6px;border-radius:50%;background:#82a88e}.editor-save-state.is-dirty{border-color:#eadbb8;background:#fffaf0;color:#8a7042}.editor-save-state.is-dirty:before{background:#c79845}.editor-three-column{display:grid;grid-template-columns:minmax(190px,.28fr) minmax(0,2fr) minmax(190px,.28fr);align-items:start;grid-gap:20px;gap:20px}.editor-center-column{min-width:0}.editor-info-card{border:1px solid var(--line);background:rgba(255,255,255,.82);padding:19px 21px 20px;margin-bottom:18px}.editor-info-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.editor-info-grid .field.full{grid-column:1/-1}.document-editor-surface{border:1px solid #e2e8e7;background:var(--paper);box-shadow:0 13px 40px rgba(37,51,72,.07)}.document-editor-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ebecea;color:#8390a0;font-size:11px;letter-spacing:.1em;padding:13px 18px}.document-toolbar-hint{letter-spacing:0;color:#a1a9b4;font-size:10px}.selection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #ebecea;background:rgba(244,248,252,.7);min-height:43px;padding:6px 9px 6px 15px}.selection-toolbar .selection-status{color:#718097;font-size:11px}.selection-toolbar .selection-action{flex:0 0 auto}.editor-document-stage{position:relative;min-height:min(68vh,920px);overflow:hidden}.editor-document-input{position:relative;z-index:2;display:block;width:100%;min-height:min(68vh,920px);border:0!important;outline:0;resize:vertical;background:transparent!important;padding:46px 52px 74px!important;color:#243249;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:19px!important;line-height:2.15!important;letter-spacing:.035em}.editor-document-input:focus{box-shadow:none!important}.editor-contenteditable{height:auto;overflow:hidden;caret-color:#243249;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;cursor:text}.editor-contenteditable.is-empty:before{content:attr(data-placeholder);position:absolute;color:#a8b1bd;pointer-events:none}.editor-text-highlight{color:inherit;border-bottom:2px solid #86afd7;border-radius:1px;padding:0}.editor-text-highlight.highlight-purple{border-bottom-color:#a990d2}.editor-text-highlight.highlight-gold{border-bottom-color:#d2ac5c}.editor-text-highlight.is-active{background:rgba(184,216,244,.65)}.editor-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:18px}.editor-footer .status-message{color:#7b8799;font-size:11px}.editor-images-panel{margin-top:18px;border:1px solid #dce4ed;background:rgba(255,255,255,.82);padding:18px 20px 20px}.editor-images-heading{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid #e3e8ef;padding-bottom:13px;margin-bottom:14px}.editor-images-heading .eyebrow{margin-bottom:5px}.editor-images-heading h2{margin:0;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:19px;font-weight:600}.editor-images-heading>span{color:#8b95a8;font-size:10px}.editor-images-list{display:flex;flex-direction:column;gap:13px}.editor-image-card{display:grid;grid-template-columns:minmax(260px,1.5fr) minmax(240px,1fr);grid-gap:18px;gap:18px;border:1px solid #e0e7ef;background:#f8fafc;padding:14px}.editor-image-preview{display:grid;place-items:center;min-height:190px;overflow:hidden;background-color:#eef2f6;background-image:linear-gradient(45deg,#e3e8ed 25%,transparent 0),linear-gradient(-45deg,#e3e8ed 25%,transparent 0),linear-gradient(45deg,transparent 75%,#e3e8ed 0),linear-gradient(-45deg,transparent 75%,#e3e8ed 0);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}.editor-image-preview img{display:block;max-width:100%;max-height:430px;height:auto;object-fit:contain}.editor-image-controls{display:flex;flex-direction:column;gap:10px}.editor-image-controls label{display:flex;flex-direction:column;gap:6px;color:#69778b;font-size:10px}.editor-image-controls label strong{color:var(--blue-deep);font-size:11px}.editor-image-controls input[type=text],.editor-image-controls label>input:not([type=range]),.editor-image-controls select{width:100%;border:1px solid #d7e0ea;background:#fff;padding:8px 9px;color:#526176;outline:none;font-size:11px}.editor-image-controls input:focus,.editor-image-controls select:focus{border-color:#8bb2d8}.editor-image-controls input[type=range]{width:100%;accent-color:var(--blue)}.editor-image-presets{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:5px;gap:5px}.editor-image-presets button{min-height:30px;border:1px solid #d3deea;background:#fff;color:#69788d;font-size:10px}.editor-image-presets button.is-active,.editor-image-presets button:hover{border-color:#7ea7cf;color:#245b99;background:#edf5fc}.editor-image-remove{align-self:flex-start;border:0;padding:3px 0;color:#a55e64;background:transparent;font-size:10px}.editor-image-remove:hover{color:#843e45}.annotation-side{position:-webkit-sticky;position:sticky;top:20px;min-width:0;max-height:calc(100vh - 40px);overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}.annotation-side-heading{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid #dfe5ec;margin-bottom:12px;padding-bottom:12px}.annotation-side-heading .eyebrow{margin-bottom:6px}.annotation-side-heading h2{font-family:Georgia,Hiragino Mincho ProN,serif;font-size:20px;font-weight:500;margin:0}.annotation-side-heading>span{color:#8b95a8;font-size:11px}.annotation-side-list{display:flex;flex-direction:column;gap:10px}.annotation-side-empty{border:1px dashed #cfd9e4;color:#98a2b1;font-size:11px;line-height:1.7;padding:16px 13px}.annotation-card-editor{position:relative;border:1px solid #dce4ed;border-left:3px solid var(--blue);background:rgba(255,255,255,.9);padding:13px 12px 12px;cursor:pointer}.annotation-card-editor.is-active,.annotation-card-editor:hover{box-shadow:0 7px 18px rgba(37,62,92,.11);border-color:#bfd2e6}.annotation-card-editor.note-color-purple{border-left-color:var(--purple)}.annotation-card-editor.note-color-gold{border-left-color:var(--gold)}.annotation-card-editor-top{display:flex;align-items:center;gap:7px;margin-bottom:10px}.annotation-card-index{color:#a3adba;font-size:10px}.annotation-card-editor-top button{margin-left:auto;border:0;background:transparent;color:#ac7070;font-size:17px;line-height:1;padding:0 2px}.annotation-card-quote{color:#4d5d74;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:12px;line-height:1.6;margin-bottom:9px}.annotation-card-editor textarea{width:100%;min-height:92px;border:1px solid #e0e6ed;background:#fcfdff;color:#67758a;line-height:1.7;outline:none;padding:8px 9px;resize:vertical;cursor:text}.annotation-card-editor textarea:focus{border-color:#9ebdd9;box-shadow:0 0 0 3px rgba(91,145,199,.1)}@media (max-width:850px){.container{width:min(100% - 32px,680px)}.hero{grid-template-columns:1fr;gap:35px;padding-block:55px 70px}.hero-card{max-width:530px;width:100%}.article-grid{grid-template-columns:repeat(2,1fr)}.reader-layout{grid-template-columns:1fr;gap:30px}.annotation-rail{position:static;max-height:none;overflow:visible;padding-right:0}.annotation-list{display:grid;grid-template-columns:repeat(2,1fr)}.annotation-tip{display:none}.admin-layout{grid-template-columns:1fr}.admin-panel{order:2}.editor-panel{order:1}}@media (max-width:580px){.container{width:calc(100% - 28px)}.nav-inner{min-height:66px}.top-nav{gap:12px;font-size:11px}.brand small{display:none}.brand-mark{width:30px;height:30px;font-size:17px}.hero{padding-top:45px}.hero h1{font-size:clamp(27px,8.4vw,32px);line-height:1.42;letter-spacing:-.045em}.hero-title-line{white-space:nowrap}.hero-copy{font-size:13px}.hero-actions{align-items:flex-start;flex-direction:column;gap:12px}.hero-card{min-height:200px;padding:25px}.japanese-preview{margin-top:32px;font-size:20px}.section-heading{align-items:start;flex-direction:column;gap:9px}.article-grid{grid-template-columns:1fr}.article-card{min-height:196px}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;gap:4px}.reader-intro{padding-block:28px 25px}.reader-title-row{align-items:start;flex-direction:column;gap:18px}.reader-title-row h1{font-size:30px}.reader-meta{align-items:start}.reader-layout{width:calc(100% - 20px)}.document-toolbar{padding:13px 18px}.document-body{padding:39px 21px 55px}.document-line{font-size:19px;line-height:2.2}.document-spacer{height:29px}.annotation-list{grid-template-columns:1fr}.admin-main{padding-top:35px}.admin-heading{align-items:start;flex-direction:column;gap:17px}.admin-heading h1{font-size:32px}.editor-panel{padding:19px 15px}.editor-top{align-items:start;flex-direction:column}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.content-editor-toolbar{align-items:stretch;flex-direction:column}.selection-action{width:100%}.annotation-row{grid-template-columns:1fr 34px}.annotation-row input:first-child{grid-column:1/-1}.save-row{align-items:start;flex-direction:column}.save-row .button{width:100%}}@media (max-width:720px){.editor-image-card{grid-template-columns:1fr}.editor-image-preview{min-height:150px}}@media (max-width:1050px){.editor-three-column{grid-template-columns:1fr;gap:27px}.editor-center-column{order:1}.annotation-side-left{order:2}.annotation-side-right{order:3}.annotation-side{position:static;max-height:none}.annotation-side-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.annotation-side-empty{min-height:65px}}@media (max-width:580px){.editor-titlebar{align-items:start;flex-direction:column}.editor-title-actions{width:100%}.editor-title-actions .button{flex:1 1}.editor-info-grid{grid-template-columns:1fr}.editor-info-grid .field.full{grid-column:auto}.selection-toolbar{align-items:stretch;flex-direction:column;padding:9px}.selection-toolbar .selection-action{width:100%}.editor-document-stage{min-height:65vh}.editor-document-input{min-height:65vh;padding:31px 21px 55px!important;font-size:18px!important}.editor-footer{align-items:stretch;flex-direction:column}.editor-footer .button{width:100%}.admin-entry-grid,.annotation-side-list{grid-template-columns:1fr}.admin-mode{display:none}}.reader-layout{display:block;padding-bottom:100px}.reader-document-track{min-width:0}.reader-document-track>.document-toolbar{border:1px solid #e6e9e8;background:var(--paper);box-shadow:0 12px 40px rgba(37,51,72,.06)}.reader-document-body{padding:0}.reader-document-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,324px);grid-gap:42px;gap:42px;align-items:stretch}.reader-document-column{min-width:0;padding:0 67px;border-inline:1px solid #e6e9e8;background:var(--paper)}.reader-document-row:first-child .reader-document-column{padding-top:58px;border-top:1px solid #e6e9e8}.reader-document-row:last-child .reader-document-column{padding-bottom:78px;border-bottom:1px solid #e6e9e8;box-shadow:0 12px 40px rgba(37,51,72,.06)}.reader-row-annotations{min-width:0}.reader-document-row:first-child .reader-row-annotations{padding-top:58px}.reader-document-row:last-child .reader-row-annotations{padding-bottom:78px}.reader-row-annotations:empty{display:none}.reader-row-annotations>div+div{margin-top:11px}.reader-row-annotations .annotation-card{margin:0}.reader-row-annotations .annotation-card:before{content:"";position:absolute;left:-42px;top:27px;width:38px;border-top:1px dashed #8eafd1;pointer-events:none}.reader-row-annotations .annotation-card:after{content:"";position:absolute;left:-46px;top:24px;width:5px;height:5px;border-radius:50%;background:#8eafd1;pointer-events:none}.reader-row-annotations .annotation-card.is-active:before{border-top-color:var(--blue)}.reader-row-annotations .annotation-card.is-active:after{background:var(--blue)}.annotation-empty{margin:20px 0 0}.editor-three-column{display:block}.editor-document-grid{display:grid;grid-template-columns:minmax(190px,.28fr) minmax(0,2fr) minmax(190px,.28fr);grid-gap:20px;gap:20px;align-items:stretch}.editor-annotation-margin{min-width:0;padding:46px 0 74px}.editor-annotation-margin-left{padding-left:16px}.editor-annotation-margin-right{padding-right:16px}.editor-annotation-margin-list{display:flex;flex-direction:column;min-height:100%}.editor-annotation-margin-row{position:relative;height:2.02em;min-height:2.02em;overflow:visible}.editor-annotation-margin-row+.editor-annotation-margin-row{margin-top:0}.editor-document-stage{min-height:560px;height:auto;overflow:visible}.editor-content-block{display:block;min-height:2.15em}.editor-document-input{min-height:560px;height:auto;overflow:hidden;resize:none}.annotation-card-editor{z-index:5}.editor-annotation-margin-left .annotation-card-editor:before,.editor-annotation-margin-right .annotation-card-editor:before{content:"";position:absolute;top:28px;width:20px;border-top:1px dashed #8eafd1;pointer-events:none}.editor-annotation-margin-left .annotation-card-editor:before{right:-21px}.editor-annotation-margin-right .annotation-card-editor:before{left:-21px}.editor-annotation-margin-left .annotation-card-editor:after,.editor-annotation-margin-right .annotation-card-editor:after{content:"";position:absolute;top:25px;width:5px;height:5px;border-radius:50%;background:#8eafd1;pointer-events:none}.editor-annotation-margin-left .annotation-card-editor:after{right:-25px}.editor-annotation-margin-right .annotation-card-editor:after{left:-25px}.editor-annotation-margin .annotation-card-editor.is-active:before{border-top-color:var(--blue)}.editor-annotation-margin .annotation-card-editor.is-active:after{background:var(--blue)}@media (max-width:1050px){.editor-document-grid{grid-template-columns:1fr;gap:0}.editor-document-stage{grid-row:1}.editor-annotation-margin{display:none}.editor-annotation-margin:has(.annotation-card-editor){position:fixed;left:50%;bottom:calc(12px + env(safe-area-inset-bottom, 0px));z-index:31;display:block;width:min(calc(100% - 24px),520px);padding:0;transform:translateX(-50%)}.editor-annotation-margin-list{display:block;min-height:0}.editor-annotation-margin-row{min-height:0!important;height:auto!important}.editor-annotation-margin-row:not(:has(.annotation-card-editor)){display:none}.editor-annotation-margin .annotation-card-editor:after,.editor-annotation-margin .annotation-card-editor:before,.editor-connector-layer{display:none}}@media (max-width:850px){.reader-document-row{grid-template-columns:1fr;gap:0}.reader-document-row:first-child .reader-row-annotations{padding-top:0}.reader-document-row:last-child .reader-row-annotations{padding-bottom:20px}.reader-document-column,.reader-row-annotations{padding-inline:32px}.reader-row-annotations .annotation-card:after,.reader-row-annotations .annotation-card:before{display:none}}@media (max-width:580px){.reader-document-column{padding-inline:21px}.reader-document-row:first-child .reader-document-column{padding-top:39px}.reader-document-row:last-child .reader-document-column{padding-bottom:55px}.reader-row-annotations{padding-inline:21px}.editor-annotation-margin-list{grid-template-columns:1fr}.editor-annotation-margin{padding-inline:15px}.editor-document-input,.editor-document-stage{min-height:65vh}}.editor-document-grid,.reader-document-row{position:relative}.editor-connector-layer,.reader-connector-layer{position:absolute;inset:0;z-index:4;width:100%;height:100%;overflow:visible;pointer-events:none}.editor-connector-layer line,.reader-connector-layer line{fill:none;stroke-width:1;stroke-dasharray:2 4;stroke-linecap:round;opacity:.95;vector-effect:non-scaling-stroke}.editor-connector-layer line.is-active,.reader-connector-layer line.is-active{stroke-width:1.6;opacity:1}.editor-annotation-margin .annotation-card-editor:after,.editor-annotation-margin .annotation-card-editor:before,.reader-row-annotations .annotation-card:after,.reader-row-annotations .annotation-card:before{display:none}.editor-floating-actions{position:fixed;right:28px;bottom:26px;z-index:20;display:flex;align-items:flex-end;flex-direction:column;gap:10px}.annotation-float-action,.editor-save-float{position:static;display:inline-flex;align-items:center;gap:10px;width:178px;min-height:50px;border:1px solid #b8cde1;border-radius:999px;padding:0 18px 0 10px;color:#5d7895;background:rgba(255,255,255,.97);box-shadow:0 12px 28px rgba(34,62,94,.16);font-size:12px;font-weight:700;transition:transform .2s,color .2s,background .2s,border-color .2s,box-shadow .2s}.editor-float-icon{display:grid;flex:0 0 auto;place-items:center;width:30px;height:30px;border-radius:50%;color:#55799c;background:#e2edf7;font-size:16px;line-height:1}.annotation-float-action.is-ready{border-color:var(--blue-deep);color:#fff;background:var(--blue-deep);box-shadow:0 12px 28px rgba(22,63,114,.28)}.annotation-float-action.is-ready .editor-float-icon,.editor-save-float.is-dirty .editor-float-icon{color:#fff;background:rgba(255,255,255,.16)}.annotation-float-action:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(34,62,94,.22)}.annotation-float-action:disabled{cursor:not-allowed;opacity:.82}.editor-save-float.is-dirty{border-color:var(--blue-deep);color:#fff;background:var(--blue-deep);box-shadow:0 12px 28px rgba(22,63,114,.28)}.editor-save-float:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(34,62,94,.22)}.editor-save-float.is-dirty:not(:disabled):hover{background:#245b99;box-shadow:0 16px 34px rgba(22,63,114,.36)}.editor-save-float.is-saved{border-color:#b8cde1;color:#5d7895;background:rgba(255,255,255,.97)}.editor-save-float.is-error{border-color:#b65f65;background:#a95159}.editor-save-float.is-error .editor-float-icon{color:#fff;background:rgba(255,255,255,.16)}.editor-save-float:disabled{cursor:wait;opacity:.86}@media (max-width:850px){.editor-connector-layer,.reader-connector-layer{display:none}.editor-floating-actions{right:17px;bottom:18px}}@media (max-width:580px){.editor-floating-actions{right:14px;bottom:14px;gap:8px}.annotation-float-action,.editor-save-float{width:164px;min-height:46px;padding-right:15px}.editor-float-icon{width:28px;height:28px}}.document-line{font-size:clamp(15px,1.5vw,18px);line-height:2.05}.editor-document-input{font-size:16px!important;line-height:2.02!important}.editor-content-block{min-height:2.02em}.annotation-card-editor{padding:9px 10px}.annotation-card-editor-top{gap:5px;margin-bottom:5px}.annotation-card-editor-top button{font-size:15px}.annotation-card-quote{font-size:11px;line-height:1.45;margin-bottom:5px}.annotation-card-editor textarea{min-height:58px;padding:6px 7px;font-size:11px;line-height:1.5}.editor-connector-layer path,.reader-connector-layer path{fill:none;stroke-width:.9;stroke-dasharray:1.5 4;stroke-linecap:round;stroke-linejoin:round;opacity:.68;vector-effect:non-scaling-stroke}.editor-connector-layer path.is-active,.reader-connector-layer path.is-active{stroke-width:1.5;opacity:.98}@media (max-width:580px){.document-line{font-size:15px;line-height:1.95}.editor-document-input{font-size:15px!important;line-height:1.95!important}.editor-content-block{min-height:1.95em}}.reader-row-annotations .annotation-card{border:0;background:transparent;box-shadow:none;padding:13px 12px 14px 18px;transform:none}.reader-row-annotations .annotation-card.is-active,.reader-row-annotations .annotation-card:hover{border:0;background:rgba(255,255,255,.72);box-shadow:none;transform:none}.reader-row-annotations .annotation-line{left:0;top:0;bottom:0;width:3px;height:auto}.reader-row-annotations .annotation-head{margin-bottom:6px}.reader-row-annotations .annotation-quote{margin-bottom:5px}.editor-annotation-margin .annotation-card-editor{border:0;border-radius:2px;background:#f3f6f9;box-shadow:inset 0 0 0 1px #e1e7ee;padding:8px 9px;transform:none}.editor-annotation-margin .annotation-card-editor.is-active,.editor-annotation-margin .annotation-card-editor:hover{border:0;background:#edf4fa;box-shadow:inset 0 0 0 1px #ccdae8;transform:none}.editor-annotation-margin-left .annotation-card-editor{border-right:3px solid var(--blue)}.editor-annotation-margin-right .annotation-card-editor{border-left:3px solid var(--blue)}.editor-annotation-margin-left .annotation-card-editor.note-color-purple{border-right-color:var(--purple)}.editor-annotation-margin-left .annotation-card-editor.note-color-gold{border-right-color:var(--gold)}.editor-annotation-margin-right .annotation-card-editor.note-color-purple{border-left-color:var(--purple)}.editor-annotation-margin-right .annotation-card-editor.note-color-gold{border-left-color:var(--gold)}.editor-text-highlight.is-active,.text-highlight.is-active{background:rgba(190,222,247,.82)!important;background-image:none!important;border-radius:0;border-bottom:2px solid #4b91ca;box-shadow:inset 0 0 0 1px #4b91ca;padding-inline:2px;margin-inline:0}.reader-row-annotations .annotation-card.is-active{border:1px solid #4b91ca;background:#f2f7fb;box-shadow:none}.reader-row-annotations .annotation-card.is-active .annotation-line{left:-1px;top:-1px;bottom:-1px;width:3px}.editor-annotation-margin .annotation-card-editor.is-active{border:1px solid #4b91ca;background:#eaf3fb;box-shadow:0 5px 14px rgba(37,62,92,.08)}.editor-annotation-margin-left .annotation-card-editor.is-active{border-right-width:3px}.editor-annotation-margin-right .annotation-card-editor.is-active{border-left-width:3px}.reader-row-annotations .annotation-card.is-active .annotation-line,.reader-row-annotations .annotation-card:focus-visible .annotation-line,.reader-row-annotations .annotation-card:hover .annotation-line{display:block!important;visibility:visible!important;opacity:1!important}.editor-annotation-margin-left .annotation-card-editor.is-active,.editor-annotation-margin-left .annotation-card-editor:focus-visible,.editor-annotation-margin-left .annotation-card-editor:hover{border-right:3px solid var(--blue)!important}.editor-annotation-margin-right .annotation-card-editor.is-active,.editor-annotation-margin-right .annotation-card-editor:focus-visible,.editor-annotation-margin-right .annotation-card-editor:hover{border-left:3px solid var(--blue)!important}.editor-annotation-margin-left .annotation-card-editor.note-color-purple.is-active,.editor-annotation-margin-left .annotation-card-editor.note-color-purple:focus-visible,.editor-annotation-margin-left .annotation-card-editor.note-color-purple:hover{border-right-color:var(--purple)!important}.editor-annotation-margin-left .annotation-card-editor.note-color-gold.is-active,.editor-annotation-margin-left .annotation-card-editor.note-color-gold:focus-visible,.editor-annotation-margin-left .annotation-card-editor.note-color-gold:hover{border-right-color:var(--gold)!important}.editor-annotation-margin-right .annotation-card-editor.note-color-purple.is-active,.editor-annotation-margin-right .annotation-card-editor.note-color-purple:focus-visible,.editor-annotation-margin-right .annotation-card-editor.note-color-purple:hover{border-left-color:var(--purple)!important}.editor-annotation-margin-right .annotation-card-editor.note-color-gold.is-active,.editor-annotation-margin-right .annotation-card-editor.note-color-gold:focus-visible,.editor-annotation-margin-right .annotation-card-editor.note-color-gold:hover{border-left-color:var(--gold)!important}.annotation-card-editor{padding:13px 11px 11px}.annotation-card-close{position:absolute;top:8px;right:9px;width:20px;height:20px;border:0;border-radius:2px;padding:0;color:#8290a1;background:transparent;font-size:17px;line-height:20px;cursor:pointer}.annotation-card-close:focus-visible,.annotation-card-close:hover{color:#52677d;background:rgba(82,103,125,.09);outline:none}.annotation-card-editor .annotation-card-quote{padding-right:24px}.annotation-card-actions{display:flex;justify-content:flex-end;margin-top:7px}.annotation-card-actions button{border:0;padding:3px 1px;color:#a76363;background:transparent;font-size:10px}.annotation-card-actions button:focus-visible,.annotation-card-actions button:hover{color:#884747;text-decoration:underline;outline:none}.editor-contenteditable .editor-text-highlight,.editor-contenteditable .editor-text-highlight.is-active{padding-inline:0!important;margin-inline:0!important}.editor-text-highlight,.text-highlight{-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:1.05!important;vertical-align:baseline}.reader-flow-canvas{--reader-canvas-height:0px;position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,324px);grid-gap:42px;gap:42px;min-height:var(--reader-canvas-height)}.reader-flow-document{position:relative;z-index:2;min-width:0;padding:58px 67px 78px;border:1px solid #e6e9e8;background:var(--paper);box-shadow:0 12px 40px rgba(37,51,72,.06)}.reader-article-image{display:block;margin:24px auto 31px}.reader-article-image img{display:block;width:100%;height:auto;border:1px solid #e3e7ea;background:#fff;box-shadow:0 8px 22px rgba(37,51,72,.07)}.reader-flow-annotations{position:relative;z-index:5;min-width:0;height:var(--reader-canvas-height)}.reader-flow-annotations:empty{pointer-events:none}.reader-mobile-note-backdrop{display:none}.reader-flow-note{position:absolute;left:0;right:0;transition:top .18s ease}.reader-flow-note .annotation-card{margin:0;border:0;background:transparent;box-shadow:none;padding:13px 12px 14px 18px;transform:none}.reader-flow-note .annotation-card:focus-visible,.reader-flow-note .annotation-card:hover{border:0;background:rgba(255,255,255,.72);box-shadow:none;transform:none}.reader-flow-note .annotation-card.is-active{border:1px solid #4b91ca;background:#f2f7fb;box-shadow:none;transform:none}.reader-flow-note .annotation-line{left:0;top:0;bottom:0;width:3px;height:auto}.reader-flow-note .annotation-card.is-active .annotation-line{left:-1px;top:-1px;bottom:-1px}.reader-note-close{position:absolute;top:7px;right:8px;z-index:2;width:22px;height:22px;border:0;border-radius:2px;padding:0;color:#8b98aa;background:transparent;font-size:17px;line-height:22px;cursor:pointer}.reader-note-close:focus-visible,.reader-note-close:hover{color:#53677e;background:rgba(75,145,202,.1);outline:none}.reader-flow-note .annotation-quote{padding-right:24px}.reader-flow-note .annotation-card.is-active .annotation-line,.reader-flow-note .annotation-card:focus-visible .annotation-line,.reader-flow-note .annotation-card:hover .annotation-line{display:block!important;visibility:visible!important;opacity:1!important}.reader-flow-connector-layer{position:absolute;inset:0;z-index:4;width:100%;height:var(--reader-canvas-height);overflow:visible;pointer-events:none}.reader-flow-connector-layer path{fill:none;stroke-width:.9;stroke-dasharray:1.5 4;stroke-linecap:round;stroke-linejoin:round;opacity:.68;vector-effect:non-scaling-stroke}.reader-flow-connector-layer path.is-active{stroke-width:1.5;opacity:.98}@media (max-width:850px){.reader-flow-canvas{display:block;min-height:0!important}.reader-flow-document{padding-inline:32px}.reader-mobile-note-backdrop{position:fixed;inset:0;z-index:30;display:block;width:100%;height:100%;border:0;padding:0;background:rgba(30,47,68,.08);cursor:default;animation:reader-note-backdrop-in .16s ease-out}.reader-flow-annotations{position:fixed;left:50%;right:auto;bottom:calc(12px + env(safe-area-inset-bottom, 0px));z-index:31;display:block;width:min(calc(100vw - 24px),520px);height:auto;padding:0;transform:translateX(-50%);pointer-events:none}.reader-flow-annotations:empty{display:none}.reader-flow-note{position:relative;top:auto!important;pointer-events:auto;animation:reader-note-sheet-in .2s ease-out}.reader-flow-note:before{content:"";position:absolute;z-index:3;top:9px;left:50%;width:38px;height:4px;border-radius:999px;background:#c8d4df;transform:translateX(-50%);pointer-events:none}.reader-flow-note .annotation-card,.reader-flow-note .annotation-card.is-active,.reader-flow-note .annotation-card:focus-visible,.reader-flow-note .annotation-card:hover{max-height:42vh;max-height:42dvh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border:1px solid #b9cee1;border-radius:12px;padding:27px 19px 18px 22px;background:rgba(248,251,254,.98);box-shadow:0 18px 48px rgba(25,47,72,.22)}.reader-flow-note .annotation-card.is-active .annotation-line,.reader-flow-note .annotation-line{left:0;top:18px;bottom:18px;border-radius:0 3px 3px 0}.reader-note-close{top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#e9f0f6;font-size:20px;line-height:32px}.reader-flow-note .annotation-quote{padding-right:34px;font-size:13px}.reader-flow-note .annotation-body{font-size:13px;line-height:1.75}.reader-flow-connector-layer{display:none}}@media (max-width:580px){.reader-flow-document{padding:39px 21px 55px}}@keyframes reader-note-sheet-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes reader-note-backdrop-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.reader-flow-note,.reader-mobile-note-backdrop{animation:none!important}}@media (max-width:1050px){.editor-annotation-margin:has(.annotation-card-editor){padding:0}.editor-annotation-margin .annotation-card-editor,.editor-annotation-margin .annotation-card-editor.is-active,.editor-annotation-margin .annotation-card-editor:hover{max-height:54vh;max-height:54dvh;overflow-y:auto;overscroll-behavior:contain;border-radius:10px;padding:19px 15px 13px;background:rgba(244,248,252,.98);box-shadow:0 18px 48px rgba(25,47,72,.22)}.annotation-card-close{top:10px;right:10px;width:28px;height:28px;border-radius:50%;background:#e7eef5;line-height:28px}}