:root{--bg:#f8f9f6;--surface:#fff;--ink:#24372f;--muted:#7b857d;--green:#226552;--green-dark:#164c3d;--mint:#eaf2e9;--line:#e5e9e2;--danger:#b34444}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.65}a{color:inherit;text-decoration:none}button,input{font:inherit}a,button,input{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}a:focus-visible,button:focus-visible{outline:3px solid #87b9a3;outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:-.035em;line-height:1.35}h1{font-size:34px}h1,h2{font-weight:650}h2{font-size:22px}h3{font-size:16px;font-weight:600}svg{flex-shrink:0}.brand{display:inline-flex;align-items:center;gap:10px;font-size:29px;letter-spacing:-1px;font-weight:750;line-height:1}.brand-mark{display:flex;align-items:center;justify-content:center;background:var(--green);color:#fff;width:37px;height:40px;border-radius:11px;transform:rotate(-6deg)}.brand-dot{color:var(--green);margin-left:-8px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:650;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:44px;padding:11px 20px;border:1px solid transparent;border-radius:9px;background:var(--green);color:#fff;font-size:13px;font-weight:600;transition:background .18s,transform .18s}.button:hover:not(:disabled){background:var(--green-dark)}.button.secondary{background:#fff;border-color:var(--line);color:var(--ink)}.button.secondary:hover:not(:disabled){background:var(--bg)}.button.small{min-height:34px;padding:6px 12px;font-size:12px}.full-width{width:100%}.icon-button{padding:8px;display:inline-flex;border:0;background:transparent;color:var(--muted);border-radius:7px}.icon-button:hover{background:var(--mint);color:var(--green)}.inline-button{color:var(--green);background:none;border:0;padding:4px 6px;font-size:12px;font-weight:600}.inline-button:hover{text-decoration:underline}.danger{color:var(--danger)}.pill,.subtle-badge{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-size:11px;line-height:1.5;padding:6px 11px;border-radius:6px}.pill{color:var(--green);background:var(--mint)}.subtle-badge{background:#f1f3ef;color:var(--muted)}.notice{font-size:12px;padding:12px 14px;background:#f5f6f2;border:1px solid var(--line);border-radius:8px;color:#74806c;margin:14px 0;line-height:1.8;overflow-wrap:anywhere}.notice.error{background:#fff2f1;border-color:#f2d9d5;color:var(--danger)}.notice.success{border-color:#d7e7d6}.feature-icon,.notice.success{background:var(--mint);color:var(--green)}.feature-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.feature-icon.lavender{background:#eeeaf4;color:#827098}.feature-icon.peach{background:#f7eee3;color:#b48a58}.feature-icon.neutral{background:#f0f2ed;color:#82917c}label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:600;margin-bottom:20px}input{width:100%;height:45px;border-radius:8px;border:1px solid #dfe5dc;background:#fff;padding:11px 13px;outline:none;color:var(--ink);font-size:13px;transition:border-color .15s,box-shadow .15s}input:focus{border-color:#709e88;box-shadow:0 0 0 3px #2265520b}input:disabled{background:#f2f4f0;color:var(--muted)}input::placeholder{color:#a3aaa2;font-weight:400}label small{font-size:11px;line-height:1.6}.checkbox-label,label small{color:var(--muted);font-weight:400}.checkbox-label{flex-direction:row;align-items:center}.checkbox-label input{width:15px;height:15px;accent-color:var(--green)}.auth-layout{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr}.auth-story{position:relative;overflow:hidden;background:#eaf0e5;padding:42px 55px;display:flex;flex-direction:column;justify-content:space-between}.auth-story:after{position:absolute;content:"";width:450px;height:450px;bottom:-200px;left:-140px;border-radius:50%;border:1px solid #d9e2d2;pointer-events:none}.story-content{margin:auto 0;padding:70px 0 30px}.story-content>.eyebrow{font-size:9px;letter-spacing:2px;color:#819279}.story-content h1{font-size:clamp(30px,3.3vw,47px);font-weight:550;line-height:1.7;margin:21px 0 20px;letter-spacing:-1px}.story-content h1 span{color:#80a176}.story-content>p{color:#7d8b73;font-size:13px;line-height:2.1}.story-illustration{position:relative;width:320px;height:220px;margin:45px auto 0}.paper{position:absolute;width:242px;height:163px;background:#fffdf7;border-radius:8px;border:1px solid #e0e5d5}.paper-back{top:7px;left:28px;background:#d9e3d3;transform:rotate(-12deg)}.paper-front{top:22px;left:40px;padding:24px;transform:rotate(6deg);box-shadow:0 14px 30px #345a3510}.paper-label{display:flex;align-items:center;gap:7px;font-size:8px;letter-spacing:1px;color:#8b9a81}.paper-title{font-size:19px;letter-spacing:1px;margin:15px 0;color:#53664d}.paper-line{width:115px;height:5px;background:#e8ecdf;border-radius:5px;margin:8px 0}.paper-line.short{width:81px}.paper-stamp{position:absolute;bottom:13px;right:17px;color:#9ead94;transform:rotate(-12deg)}.floating-star{position:absolute;right:8px;top:0;font-size:53px;font-weight:300;color:#75936c}.story-footer{gap:9px;font-size:11px;color:#85937b}.auth-panel,.story-footer{display:flex;align-items:center}.auth-panel{position:relative;flex-direction:column;justify-content:center;background:#fcfdfa;padding:60px 48px 70px}.auth-form-wrap{width:100%;max-width:370px}.auth-form-wrap>h2{font-size:27px;font-weight:600;margin:16px 0 10px}.form-intro{color:var(--muted);font-size:13px;line-height:1.9;margin-bottom:30px}.form-note{display:flex;align-items:center;justify-content:center;gap:7px;color:#92998e;font-size:10px;margin-top:24px}.auth-footer{position:absolute;bottom:25px;left:0;right:0;text-align:center;font-size:10px;letter-spacing:1px;color:#a4ab9f}.mobile-brand{display:none}.switch-auth{display:block;margin:20px auto 0;background:transparent;border:0;font-size:12px;color:var(--green)}.setup-progress{display:flex;align-items:center;gap:13px;margin-bottom:27px;color:#a2aa9b;font-size:11px}.setup-progress .current{color:var(--green);font-weight:650}.setup-progress .done{color:#7c9b76}.progress-line{height:1px;background:#dde4d6;width:35px}.setup-actions{display:flex;justify-content:space-between;margin-top:17px;gap:12px}.setup-fields{border:0;padding:0;margin:0;min-width:0}.field-error{color:var(--danger)}input[aria-invalid=true]{border-color:var(--danger)}.setup-actions button{font-size:11px;border:0;background:none;color:var(--muted);padding:5px 0}.setup-actions button:last-child{color:var(--green)}.loading-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:25px}.loading-page p{color:var(--muted);font-size:13px}.workspace{min-height:100dvh;display:flex}.sidebar{width:225px;background:#fff;border-right:1px solid var(--line);position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;padding:32px 20px 18px;z-index:10}.sidebar>.brand,.sidebar>a{margin-left:10px}.sidebar-label{font-size:10px;color:#a1aa9c;margin:54px 14px 14px;letter-spacing:1px}.sidebar nav{display:flex;flex-direction:column;gap:7px}.nav-item{display:flex;gap:13px;align-items:center;padding:12px 15px;border-radius:8px;color:#889180;font-size:12px;transition:background .15s}.nav-item:hover{background:#f6f8f3}.nav-item.active{background:var(--mint);color:var(--green);font-weight:600}.sidebar-bottom{margin-top:auto;padding-top:30px}.private-note{display:flex;gap:9px;align-items:center;color:#809071;font-size:10px;padding:15px 12px;border-radius:9px;background:#f7f8f3}.private-note small{display:block;color:#a0aa96;font-size:9px;margin-top:2px}.account{border-top:1px solid var(--line);margin-top:19px;padding:19px 4px 0;gap:10px}.account,.avatar{display:flex;align-items:center}.avatar{flex-shrink:0;justify-content:center;width:34px;height:34px;background:#ede9de;color:#7f8068;font-size:13px;border-radius:50%;font-weight:650}.account-name{flex:1 1;min-width:0;font-size:11px;overflow-wrap:anywhere}.account-name small{display:block;font-size:9px;color:var(--muted);font-weight:400}.main-area{margin-left:225px;flex:1 1;min-width:0;display:flex;flex-direction:column}.topbar{height:75px;border-bottom:1px solid var(--line);padding:0 43px;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#87907e;background:#fbfcf9}.topbar>span:first-child{display:flex;align-items:center;gap:9px}.status-dot{width:6px;height:6px;border-radius:100%;background:#8baa76;box-shadow:0 0 0 3px #8baa7610}.version-badge{font-size:10px;letter-spacing:.2px;border:1px solid var(--line);padding:4px 8px;border-radius:5px;color:#8f9986}.topbar-actions{display:flex;align-items:center;gap:9px}.mobile-signout{display:none}.page-content{width:100%;max-width:1250px;margin:0 auto;padding:42px 43px 60px;flex:1 1}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:34px}.page-heading h1{margin:9px 0 11px;overflow-wrap:anywhere}.greeting-dot{color:#86a97c}.page-heading p{font-size:12px;color:var(--muted)}.page-heading>.pill{align-self:center}.welcome-card{background:#edf2e8;border:1px solid #e3e9dc;border-radius:13px;padding:33px 34px;display:flex;justify-content:space-between;overflow:hidden}.welcome-copy{position:relative;z-index:1}.welcome-copy .eyebrow{font-size:9px;color:#859679;letter-spacing:1.5px}.welcome-copy h2{font-size:25px;margin:14px 0 12px;letter-spacing:-.7px}.welcome-copy p{color:#87927d;font-size:12px;line-height:2}.welcome-copy .button{margin-top:23px;font-size:11px;min-height:39px;padding:9px 16px}.welcome-art{width:200px;flex-shrink:0;position:relative;margin-left:15px}.art-square{width:115px;height:130px;position:absolute;top:28px;left:30px;border-radius:12px;border:1px solid #cfdcc6;transform:rotate(13deg);background:#e3ebdc;display:flex;align-items:center;justify-content:center;color:#90a37c;box-shadow:-10px 9px 0 #dbe5d200}.art-spark{position:absolute;right:20px;top:-5px;font-size:48px;font-weight:300;color:#7f986b}.art-caption{position:absolute;bottom:5px;left:14px;font-size:8px;letter-spacing:2px;line-height:1.8;color:#97a28d;transform:rotate(-3deg)}.section-heading{display:flex;align-items:center;justify-content:space-between;margin:35px 0 17px;gap:12px}.section-heading h2{font-size:15px;font-weight:600}.section-heading>span{font-size:10px;color:#99a08f}.start-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:17px;gap:17px}.start-card{background:#fff;border:1px solid var(--line);border-radius:11px;padding:23px;transition:transform .2s,border-color .2s}.start-card:hover{transform:translateY(-3px);border-color:#b5c4ad}.start-card h3{font-size:14px;margin:18px 0 10px}.start-card p{font-size:11px;color:#909887;line-height:1.9;min-height:42px}.text-link{gap:7px;font-size:11px;color:#618363;margin-top:20px}.next-chapter,.text-link{display:flex;align-items:center}.next-chapter{gap:17px;padding:25px 23px;border:1px dashed #d9e0d2;border-radius:11px;margin-top:25px}.next-chapter .feature-icon{flex-shrink:0}.next-chapter h3{font-size:12px;font-weight:550;margin-bottom:6px}.next-chapter p{font-size:10px;color:#939c8b}.next-chapter .subtle-badge{margin-left:auto;font-size:9px}.workspace-footer{padding:18px 43px;display:flex;justify-content:space-between;border-top:1px solid var(--line);font-size:9px;color:#a3ab9a;letter-spacing:.3px}.settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 210px;grid-gap:24px;gap:24px;align-items:start}.settings-main{min-width:0;display:flex;flex-direction:column;gap:25px}.settings-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px}.card-heading{display:flex;align-items:center;gap:12px;margin-bottom:26px}.card-heading h2{font-size:16px;margin-bottom:3px}.card-heading p{color:var(--muted);font-size:10px}.card-heading>.pill,.card-heading>.subtle-badge{margin-left:auto;font-size:9px}.card-heading .feature-icon{width:37px;height:37px;border-radius:10px}.settings-card label{font-size:11px}.settings-card input{font-size:12px}.settings-card label small{font-size:10px}#backups{scroll-margin-top:90px}#backups>form,#backups>label,.backup-import{margin-top:24px}.backup-import{padding-top:24px;border-top:1px solid var(--line)}.backup-import h3{margin:0 0 12px;font-size:13px}.backup-file-picker{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:14px;border:1px solid var(--line);border-radius:10px;background:var(--surface,#fafbf9)}.backup-file-picker .button{flex-shrink:0}.backup-file-info{display:grid;grid-gap:4px;gap:4px;flex:1 1 140px;min-width:0;color:var(--muted);font-size:12px;overflow-wrap:anywhere}.backup-file-info small{font-size:11px}#backups select,#llm select{width:100%;min-height:44px;margin-top:8px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:inherit;font:inherit}#backups select:focus,#llm select:focus{outline:2px solid var(--green);outline-offset:2px}#llm select:disabled{background:#f2f4f0;color:var(--muted)}.model-discovery{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:20px}.model-discovery small{flex:1 1 200px;color:var(--muted);font-size:11px}.platform-fields{border:0;padding:0;margin:0;min-width:0}.platform-field{margin-bottom:24px}.cookie-status{font-size:10px;color:var(--muted);margin:6px 0 12px}.cookie-help{color:var(--muted);font-size:12px;line-height:1.8;overflow-wrap:anywhere}.cookie-help summary{color:var(--green);cursor:pointer}.cookie-help ol{margin:10px 0 0;padding-left:20px}.cookie-help a{color:var(--green);text-decoration:underline}.form-bottom{justify-content:space-between;margin-top:22px;gap:10px}.form-bottom,.form-bottom>span{display:flex;align-items:center}.form-bottom>span{gap:6px;font-size:10px;color:#98a08f}.form-bottom .button{font-size:11px;min-height:37px;padding:8px 16px}.profile-card{background:#fff;border:1px solid var(--line);border-radius:11px;padding:27px 15px;text-align:center}.avatar.large{width:48px;height:48px;font-size:18px;margin:0 auto 14px}.profile-card h3{font-size:13px;overflow-wrap:anywhere}.profile-card p{color:var(--muted);font-size:10px;margin:5px 0 17px;overflow-wrap:anywhere}.profile-card .subtle-badge{font-size:9px}.settings-tip{color:#91a183;padding:28px 13px}.settings-tip h3{font-size:12px;font-weight:550;margin:12px 0 7px}.settings-tip p{font-size:10px;line-height:1.9}.section-description{font-size:11px;color:var(--muted);margin:-5px 0 22px;line-height:1.9}.token-form{display:flex;gap:10px;align-items:flex-end}.token-form label{flex:1 1;min-width:0;margin:0}.token-form .button{font-size:11px;white-space:nowrap}.empty-tokens{text-align:center;border:1px dashed var(--line);border-radius:8px;padding:30px 15px;margin-top:25px;color:#a5af9b}.empty-tokens p{font-size:12px;margin:10px 0 5px;color:#849176}.empty-tokens span{font-size:10px}.token-list{padding:0;list-style:none;margin:25px 0 0}.token-list li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 0;border-top:1px solid var(--line)}.token-list strong{font-size:12px;font-weight:550;overflow-wrap:anywhere}.token-list small{display:block;color:var(--muted);font-size:9px;margin-top:4px}.token-actions{flex-shrink:0;display:flex;gap:5px}.token-reveal{padding:16px;background:var(--mint);border:1px solid #d6e4d0;border-radius:8px;margin-bottom:22px;overflow-wrap:anywhere}.token-reveal strong{font-size:12px}.token-reveal p{font-size:10px;color:#718563;margin:3px 0 12px}.token-reveal code{display:block;font-size:12px;-webkit-user-select:all;-moz-user-select:all;user-select:all;background:#ffffff8a;border-radius:5px;padding:11px;margin-bottom:12px;word-break:break-all}.token-reveal>div{display:flex;justify-content:space-between;gap:12px}@media (min-width:1500px){.auth-story{padding:50px 85px}.auth-form-wrap{max-width:410px}.story-content{max-width:500px;margin:auto}.story-illustration{margin-top:60px}}@media (max-width:1100px){.sidebar{width:195px;padding:28px 15px 18px}.main-area{margin-left:195px}.page-content{padding:32px 28px 45px}.topbar{padding:0 28px}.settings-layout{grid-template-columns:minmax(0,1fr)}.settings-aside{display:none}.welcome-card{padding:28px}.welcome-art{width:135px}.art-square{width:100px;height:120px;left:10px;top:30px}.art-spark{right:-5px}.start-card{padding:19px}.auth-story{padding:35px}.story-illustration{width:270px;transform:scale(.9);transform-origin:left center}.auth-panel{padding:50px 35px 70px}}@media (max-width:760px){.mobile-signout{display:inline-flex}.auth-layout{display:block}.auth-story{display:none}.auth-panel{min-height:100dvh;padding:85px 28px 75px}.mobile-brand{display:block;position:absolute;top:25px;left:28px}.mobile-brand .brand{font-size:23px}.mobile-brand .brand-mark{width:30px;height:33px;border-radius:9px}.auth-form-wrap{max-width:410px;padding-top:25px}.auth-form-wrap>h2{font-size:25px}.sidebar{width:100%;position:-webkit-sticky;position:sticky;top:0;flex-direction:row;align-items:center;justify-content:space-between;padding:15px 20px;border-right:0;border-bottom:1px solid var(--line);gap:15px;flex-wrap:wrap}.sidebar>a{margin:0}.sidebar .brand{font-size:23px;gap:7px}.sidebar .brand-mark{width:30px;height:33px;border-radius:8px}.sidebar .brand-dot{margin-left:-5px}.sidebar-bottom,.sidebar-label{display:none}.sidebar nav{flex-direction:row;gap:5px;flex-shrink:0}.nav-item{font-size:11px;padding:8px 6px;gap:4px;white-space:nowrap}.nav-item svg{width:16px;height:16px}.workspace{display:block}.main-area{margin:0;min-height:calc(100dvh - 64px)}.topbar{height:50px;padding:0 21px;font-size:10px}.version-badge{font-size:9px}.page-content{padding:29px 21px 40px}.page-heading{margin-bottom:24px;align-items:flex-start}.page-heading>.button{flex-shrink:0;white-space:nowrap}.page-heading h1{font-size:27px}.page-heading p{font-size:11px;line-height:1.8}.page-heading>.pill{display:none}.welcome-card{padding:25px}.welcome-copy h2{font-size:22px}.welcome-copy p{font-size:11px}.welcome-art{display:none}.section-heading{margin-top:28px}.section-heading>span{display:none}.start-grid{grid-template-columns:1fr;gap:12px}.start-card{padding:20px 20px 18px;position:relative}.start-card>.feature-icon{float:left;margin-right:15px;width:39px;height:39px}.start-card h3{margin:0 0 7px;font-size:13px;padding-top:1px}.start-card p{min-height:0;margin-left:54px}.start-card .text-link{margin-left:54px;margin-top:10px;font-size:10px}.next-chapter{padding:20px 17px;gap:12px}.next-chapter p{font-size:10px;line-height:1.8}.next-chapter>.subtle-badge{display:none}.workspace-footer{padding:18px 21px;font-size:8px}.settings-card{padding:22px 19px}.card-heading{gap:10px}.card-heading h2{font-size:15px}.settings-card input{font-size:16px}.token-form{gap:8px}.token-form .button{padding:11px 12px}.token-actions{flex-direction:column;gap:0}.form-bottom>span{font-size:9px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important}}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.muted{color:var(--muted);font-size:12px}.capture-card{display:flex;gap:18px;background:#edf2e8;border:1px solid #e3e9dc;padding:26px;border-radius:13px}.capture-copy{min-width:0;flex:1 1}.capture-copy h2{font-size:20px;margin-bottom:8px}.capture-copy p{color:var(--muted);font-size:12px}.capture-form{display:flex;gap:12px;margin-top:20px}.capture-form label{flex:1 1;min-width:0;margin:0}.capture-form button{flex-shrink:0}.empty-state{display:flex;flex-direction:column;align-items:center;gap:16px;padding:65px 24px;border:1px dashed var(--line);border-radius:12px;text-align:center;color:var(--muted)}.empty-state h2{color:var(--ink);font-size:20px}.empty-state p{font-size:13px}.empty-state .text-link{margin-top:8px}.notes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.note-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:25px;display:flex;flex-direction:column;transition:border-color .2s;overflow-wrap:anywhere}.note-card:hover{border-color:#90ae98}.note-card-footer,.note-card-meta{display:flex;justify-content:space-between;gap:14px;font-size:11px;color:var(--muted)}.note-card-meta span:last-child{color:var(--green);flex-shrink:0}.note-card h2{font-size:19px;margin:20px 0 12px}.note-card>p{color:var(--muted);font-size:13px;line-height:1.9;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:25px}.note-card-footer{border-top:1px solid var(--line);padding-top:15px;margin-top:auto}.list-status{color:var(--muted);padding:24px 0}.load-more{display:flex;margin:24px auto}.job-list{display:flex;flex-direction:column;gap:16px}.job-card{border:1px solid var(--line);border-radius:12px;background:#fff;padding:22px 25px;min-width:0}.job-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.job-top time{font-size:11px;color:var(--muted)}.job-status{border-radius:6px;background:#f1f3ef;color:var(--muted);font-size:12px;padding:5px 10px}.job-status.success{background:var(--mint);color:var(--green)}.job-status.retrying,.job-status.running{background:#fff5e0;color:#916920}.job-status.failed{background:#fff2f1;color:var(--danger)}.job-url{display:block;overflow-wrap:anywhere;margin:15px 0 10px}.job-detail{display:flex;flex-wrap:wrap;gap:16px;color:var(--muted);font-size:11px}.job-card>.button,.job-card>.muted{margin-top:16px}.reader-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px}.reader-toolbar .text-link{margin-top:0}.reader-toolbar>div{font-size:12px}.reader{background:#fff;border:1px solid var(--line);border-radius:14px;padding:40px;overflow-wrap:anywhere}.reader h1{font-size:clamp(25px,3vw,36px);margin:16px 0}.reader-meta{display:flex;flex-wrap:wrap;gap:16px;color:var(--muted);font-size:12px}.markdown a,.reader-meta a{color:var(--green);text-decoration:underline}.summary-section{background:#f6f9f2;border-radius:10px;padding:25px;margin:30px 0}.original-section h2,.summary-section h2{font-size:18px;margin-bottom:18px}.markdown{line-height:1.95;margin:20px 0}.markdown ol,.markdown p,.markdown ul{margin-bottom:16px}.markdown h1,.markdown h2,.markdown h3{font-size:20px;margin:20px 0 12px}.markdown pre{overflow-x:auto;padding:15px;background:#fff;border-radius:8px}.key-points{padding-left:22px}.key-points li{padding:5px 0 5px 6px}.suggested-tags{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:11px;color:var(--muted);margin-top:25px}.original-section{margin-top:32px;padding-top:25px;border-top:1px solid var(--line)}.original-text{white-space:pre-wrap;line-height:2;color:#4e5a53}.comment{padding:18px 0;border-bottom:1px solid var(--line)}.comment p{white-space:pre-wrap;margin:8px 0}.comment small{color:var(--muted)}.comment>.pill{margin-left:.75rem}.shared-url{overflow-wrap:anywhere;max-width:100%}@media (max-width:700px){.notes-grid{grid-template-columns:1fr}.capture-card{padding:20px}.capture-card>.feature-icon{display:none}.capture-form{flex-direction:column}.reader{padding:23px 18px}.summary-section{padding:18px}.reader-toolbar{align-items:flex-start;flex-wrap:wrap}.job-card{padding:20px}.job-top time{font-size:10px}}.note-filters,.note-organization,.tag-form,.tag-list{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.note-filters,.note-organization{margin:24px 0}.note-filters label{display:flex;align-items:center;gap:10px}.note-filters select,.tag-form input{min-width:0;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:inherit}.tag-list{gap:6px}.tag-list .subtle-badge{overflow-wrap:anywhere}.tag-form input{width:min(220px,50vw)}.checkbox-label input{width:auto}.search-form{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.search-form input{flex:1 1;min-width:120px;padding:12px;border:1px solid var(--line);border-radius:8px}.offline-status{color:var(--muted);font-size:12px;padding:0 0 16px;overflow-wrap:anywhere}.update-notice{position:fixed;z-index:50;top:12px;left:50%;transform:translateX(-50%);background:var(--mint);padding:12px 20px;border:1px solid var(--green);border-radius:12px;width:max-content;max-width:95vw}.shortcut-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.shortcut-server{font-size:12px;margin:20px 0 10px;overflow-wrap:anywhere}.shortcut-help{font-size:11px;color:var(--muted);margin:12px 0 20px;line-height:1.8}.shortcut-guide details,.shortcut-settings details{margin-top:18px}.shortcut-guide summary,.shortcut-settings summary{cursor:pointer;font-size:13px;font-weight:600}.shortcut-settings textarea{display:block;width:100%;max-width:100%;font-size:12px;padding:10px;margin-top:8px;resize:vertical;border:1px solid var(--line);border-radius:8px}.shortcut-guide{max-width:850px;font-size:14px;line-height:1.9;overflow-wrap:anywhere}.shortcut-guide h2{font-size:18px;margin:26px 0 12px}.shortcut-guide h2:first-child{margin-top:0}.shortcut-guide p{margin:14px 0}.shortcut-guide ol{padding-left:24px;margin-bottom:20px}.shortcut-guide li{margin-bottom:12px}.public-reader{max-width:880px;margin:0 auto;padding:32px 24px;overflow-wrap:anywhere}.share-controls summary{cursor:pointer;font-weight:600}.share-controls p{margin:14px 0}.share-controls input{display:block;width:100%;padding:10px;margin-top:8px}.share-controls select{padding:8px;margin:8px 0}.share-links{padding-left:20px;overflow-wrap:anywhere}.share-links li{margin-top:12px}.shortcut-guide pre{white-space:pre-wrap;padding:14px;background:var(--mint);border-radius:8px}.article-content{max-width:100%;line-height:1.95;color:#394d41}.article-content>*+*{margin-top:18px}.article-content .article-paragraph{white-space:pre-wrap;overflow-wrap:anywhere}.article-content h2{font-size:23px;margin:34px 0 18px}.article-content h3{font-size:19px;margin:28px 0 14px}.article-content h4,.article-content h5,.article-content h6{margin:22px 0 12px}.article-content a:not(.game-card-action){color:var(--green)}.article-paragraph a{text-decoration:underline;text-underline-offset:3px}.article-content figure{margin:24px 0}.article-image-link{display:block;width:-moz-fit-content;width:fit-content;max-width:100%;margin:0 auto}.article-content img{display:block;max-width:100%;height:auto;border-radius:9px}.article-content figcaption{margin:10px auto 0;font-size:13px;color:#68746c;text-align:center;white-space:pre-wrap}.article-image-fallback{display:inline-block;padding:14px;border:1px dashed var(--line);border-radius:8px;font-size:13px}.article-content blockquote{margin:22px 0;padding:12px 20px;border-left:3px solid #a6c4b0;background:#f6f8f4}.article-content blockquote>*+*,.article-content li>*+*{margin-top:10px}.article-content ol,.article-content ul{padding-left:24px}.article-content li{padding:3px 0}.article-content pre{padding:18px;background:#f4f6f3;border:1px solid var(--line);border-radius:9px;overflow-x:auto;white-space:pre}.article-content :not(pre)>code{background:#f0f3ef;border-radius:3px;padding:2px 5px}.article-table{overflow-x:auto;max-width:100%}.article-table table{border-collapse:collapse;min-width:100%;font-size:14px}.article-table td,.article-table th{border:1px solid var(--line);padding:10px 14px;text-align:left;min-width:100px}.article-table th{background:#f3f7f0}.article-content details{border:1px solid var(--line);padding:14px 18px;border-radius:9px}.article-content summary{cursor:pointer;font-weight:600}.article-content details[open] summary{margin-bottom:16px}.article-content hr{border:0;border-top:1px solid var(--line);margin:30px 0}.article-media-notice{border-radius:9px;background:#f3f7f0;padding:15px;font-size:13px}.article-media-notice button{margin-top:8px}.game-card{display:grid;grid-template-columns:minmax(120px,38%) minmax(0,1fr);grid-gap:22px;gap:22px;align-items:center;border:1px solid #dce5dd;border-radius:14px;padding:16px;background:linear-gradient(115deg,#f0f5ed,#fafcf8);margin:24px 0}.game-card-cover{display:block;min-width:0}.game-card-cover img{width:100%;aspect-ratio:460/215;object-fit:contain;border-radius:8px}.game-card-info{display:flex;align-items:flex-start;flex-direction:column;gap:8px;min-width:0}.game-card-store{color:#6b7f72;font-size:10px;font-weight:700;letter-spacing:.14em}.game-card-info>strong{font-size:18px;line-height:1.45}.game-card-info>.muted{font-size:12px}.game-card-action{display:inline-flex;gap:16px;align-items:center;margin-top:4px;background:var(--green);color:#fff;border-radius:7px;padding:7px 12px;font-size:12px;font-weight:600}.game-card-action:hover{background:var(--green-dark)}.game-card-placeholder{border-radius:8px;background:#e2ece1;min-height:80px;display:grid;place-items:center;color:#748675}@media (max-width:560px){.game-card{grid-template-columns:minmax(0,1fr);gap:14px;padding:14px}.game-card-cover img{max-height:170px;object-fit:cover}.game-card-info>strong{font-size:17px}.article-content h2{font-size:21px}}.comment-thread{border-left:3px solid var(--border,#d6dce5);padding-left:1rem;margin:1.25rem 0}.comment-thread .comment+.comment{margin-left:1rem}.comment-heading{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}.comment-heading small{margin-left:auto}.comment-insights{padding:1rem;border:1px solid var(--border,#d6dce5);border-radius:12px}.comment-source{display:inline-block;margin:0 .4rem}.unscored-comments{margin-top:1.5rem}.unscored-comments summary{cursor:pointer}.comment{scroll-margin-top:5rem;overflow-wrap:anywhere}.comment-text{white-space:pre-wrap}