@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');
:root{--yellow:#ffff42;--ink:#191a16;--muted:#7b7d76;--paper:#f6f6f1;--line:#e6e7df}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#fff;font-family:'DM Sans',system-ui,sans-serif;font-size:15px}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;background:none;border:0}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #91910b;outline-offset:4px}img{max-width:100%;display:block}.header{height:96px;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:#ffffffed;backdrop-filter:blur(20px);border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center}.brand>img{height:44px;width:35px}.brand>span{font-family:Georgia,serif;font-weight:700;font-size:18px;letter-spacing:-.5px}.brand small{display:block;font:8px system-ui;letter-spacing:3px;margin-top:7px}#page-title{font-weight:600;font-size:15px;position:absolute;left:50%;transform:translateX(-50%)}.profile-trigger{width:42px;height:42px;background:var(--yellow);border-radius:50%;display:grid;place-items:center}.icon{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}main{max-width:1250px;padding:36px 44px 130px;margin:auto;min-height:calc(100dvh - 96px)}h1,h2,h3,p{margin-top:0}h1,h2,.serif{font-family:'Libre Caslon Display',Georgia,serif;font-weight:400}h1{font-size:clamp(44px,6vw,74px);line-height:1.02;letter-spacing:-1.5px;margin-bottom:18px}h2{font-size:38px;line-height:1.1;letter-spacing:-.7px}h3{font-size:19px;line-height:1.3}.muted{color:var(--muted)}.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:2px;font-weight:600}.section-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:38px 0 20px}.section-head h2,.section-head h3{margin:0}.link{font-size:12px;border-bottom:1px solid var(--ink);padding:5px 0}.date-line{display:flex;justify-content:space-between;gap:12px;font-size:11px;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:32px}.masthead{width:min(630px,90%);height:70px;object-fit:contain;margin:10px auto 30px}.hero{display:grid;grid-template-columns:1.06fr 1fr;min-height:450px;border-radius:6px;overflow:hidden;background:var(--paper)}.hero-image{height:100%;width:100%;object-fit:cover;max-height:550px}.hero-copy{padding:45px;display:flex;flex-direction:column;justify-content:center}.hero-copy h1{font-size:clamp(43px,4vw,59px);margin:18px 0}.hero-copy p{color:var(--muted);line-height:1.7;max-width:35ch}.pill{font-size:9px;letter-spacing:1px;text-transform:uppercase;padding:7px 10px;border:1px solid #c9cbbd;border-radius:20px;display:inline-block;align-self:flex-start}.action{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 20px;border-radius:25px;background:var(--yellow);font-weight:600;font-size:13px;width:fit-content}.action.dark{background:var(--ink);color:white}.action.light{background:var(--paper)}.row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.between{justify-content:space-between}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.story{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:white;text-align:left;padding:0;width:100%}.story>img{height:235px;width:100%;object-fit:cover}.story-body{padding:22px}.story h3{font:29px/1.12 'Libre Caslon Display',Georgia,serif;margin:10px 0 18px}.story .eyebrow{font-size:9px}.meta{font-size:11px;color:var(--muted);line-height:1.6}.quill-banner{margin-top:30px;background:var(--yellow);padding:28px 35px;border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;width:100%}.quill-banner h2{max-width:450px;margin:0 0 12px}.quill-banner img{height:145px;width:145px;object-fit:contain}.footer{position:fixed;bottom:max(22px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);z-index:12;display:flex;padding:7px;gap:5px;background:#f7f7f3e8;backdrop-filter:blur(24px);border:1px solid #ffffffb5;box-shadow:0 8px 45px #2222;border-radius:50px}.footer button{width:95px;height:55px;border-radius:40px;display:flex;gap:6px;flex-direction:column;align-items:center;justify-content:center;font-size:9px;color:#74756e;transition:background .23s,color .23s,transform .23s}.footer button.active{background:var(--ink);color:var(--yellow)}.footer button:active{transform:scale(.92)}.footer .icon{width:23px;height:23px}.preview-note{font-size:11px;line-height:1.6;color:var(--muted);margin:24px 0}.search{width:100%;border:1px solid var(--line);border-radius:18px;padding:18px 22px;background:var(--paper);font-size:18px;margin:14px 0 24px}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:25px}.chip{border:1px solid var(--line);border-radius:30px;padding:10px 16px;font-size:12px}.chip.active{background:var(--ink);color:white}.empty{padding:50px 20px;background:var(--paper);border-radius:18px;text-align:center}.empty h2{margin-bottom:12px}.entry{padding:23px;border:1px solid var(--line);border-radius:18px;text-align:left;display:block;width:100%}.entry h3{margin:10px 0}.entry p{line-height:1.6;color:var(--muted)}.journal-cover{background:#22251e;color:#fff;padding:46px;border-radius:20px;position:relative}.journal-cover h1{max-width:600px}.journal-cover .eyebrow{color:var(--yellow);margin-bottom:25px}.magazine-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.magazine{padding:0;border:0;text-align:left}.magazine img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:16px}.magazine h2{margin:16px 0 10px}.shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:30px 0}.shortcuts button{display:flex;flex-direction:column;align-items:center;gap:13px;padding:18px;font-size:12px}.shortcuts .icon{height:29px;width:29px}.app-row{display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--line);padding:22px 0;text-align:left;width:100%}.app-tile{height:60px;width:60px;background:var(--paper);border-radius:15px;display:grid;place-items:center;padding:12px;flex-shrink:0}.app-row h3{margin:0 0 5px}.app-row .arrow{margin-left:auto}.badge{background:var(--yellow);border-radius:50%;width:19px;height:19px;display:inline-grid;place-items:center;font-size:12px;vertical-align:middle;margin-left:5px}.avatar{width:65px;height:65px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;font:25px Georgia}.people{display:flex;gap:38px;margin:25px 0}.people button{max-width:100px;text-align:center;font-size:11px}.people .avatar{margin:0 auto 12px}.field{display:block;margin:20px 0}.field>span{display:block;font-size:12px;font-weight:600;margin-bottom:10px}input,textarea{max-width:100%}.field input,.field textarea{width:100%;padding:14px;border:1px solid var(--line);border-radius:10px;background:#fafaf7}.field textarea{min-height:250px;line-height:1.7;resize:vertical}.field textarea:focus,.field input:focus{outline:2px solid #b8b820}.note{padding:18px;background:var(--paper);border-radius:12px;line-height:1.7;font-size:12px}.balance{border-radius:22px;background:var(--yellow);padding:32px;margin:22px 0}.balance strong{display:block;font:70px 'Libre Caslon Display',Georgia,serif;margin:15px 0}.coin-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.coin-grid img{height:140px;object-fit:contain;margin:auto}.coin-grid>div{background:var(--paper);padding:22px;border-radius:18px}.coin-grid h3{margin:15px 0 6px}dialog{width:min(820px,calc(100% - 28px));max-height:90dvh;border:1px solid #e5e5dc;border-radius:25px;padding:0;color:var(--ink);box-shadow:0 25px 100px #0003}dialog::backdrop{background:#17190c66;backdrop-filter:blur(5px)}body:has(dialog[open]){overflow:hidden}#app{transition:transform .22s}body:has(dialog[open]) #app{transform:scale(.975)}.sheet-bar{display:flex;justify-content:space-between;align-items:center;padding:18px 25px;position:sticky;top:0;background:#fffefaf5;z-index:1;border-bottom:1px solid var(--line);font-size:12px;font-weight:600}.sheet-bar button{width:32px;height:32px;border-radius:50%;background:var(--paper)}#sheet-content{padding:30px}.reader-cover{width:100%;height:320px;object-fit:cover;border-radius:14px;margin-bottom:28px}.reader{max-width:620px;margin:auto}.reader p{font:19px/1.8 Georgia,serif}.reader h1{font-size:51px}.reader .meta{margin:20px 0 30px}.reader .note{font:12px/1.6 'DM Sans',sans-serif}.reader-tools{border-top:1px solid var(--line);padding-top:24px;margin-top:30px}.profile-heading{display:flex;align-items:center;gap:20px;margin:10px 0 30px}.profile-heading h2{margin:0 0 8px}.menu-item{display:flex;align-items:center;gap:16px;width:100%;padding:20px 0;border-bottom:1px solid var(--line);text-align:left}.menu-item span{flex:1}.menu-item>small{color:var(--muted)}#toast{position:fixed;bottom:110px;left:50%;transform:translateX(-50%);padding:12px 20px;background:var(--ink);color:white;border-radius:25px;opacity:0;pointer-events:none;z-index:100;font-size:12px;transition:opacity .2s;max-width:90%;text-align:center}#toast.visible{opacity:1}.page-enter{animation:enter .28s ease both}@keyframes enter{from{opacity:.3;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}.footer .pulse{animation:pulse .25s ease}@keyframes pulse{50%{transform:scale(1.15)}}@media(min-width:1450px){main{padding-top:45px}}@media(max-width:850px){.brand>span{display:none}.hero{grid-template-columns:1fr 1fr}.hero-copy{padding:25px}.hero-copy h1{font-size:43px}.hero-image{min-height:420px}.grid{grid-template-columns:repeat(2,1fr)}.grid>.story:last-child{display:none}.header{height:78px}.masthead{height:52px}main{padding:28px 28px 125px}}@media(max-width:560px){.header{padding:0 22px;height:76px}.header .brand img{height:35px;width:28px}#page-title{font-size:15px}.profile-trigger{width:35px;height:35px}main{padding:24px 20px 125px}.masthead{height:41px;margin:4px auto 23px}.date-line{font-size:9px;margin-bottom:23px}.date-line span:last-child{letter-spacing:0}.hero{display:flex;flex-direction:column}.hero-image{height:315px;min-height:0;order:0}.hero-copy{padding:25px;order:1}.hero-copy h1{font-size:46px}.hero-copy p{font-size:13px}.hero-copy .action{margin-top:3px}.grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px}.grid>.story,.grid>.story:last-child{display:block;flex:0 0 85%;scroll-snap-align:start}.story>img{height:255px}.section-head h2{font-size:31px}.section-head h3{font-size:19px}.quill-banner{padding:24px;gap:8px;border-radius:23px}.quill-banner h2{font-size:28px}.quill-banner img{height:95px;width:95px}.quill-banner .meta{font-size:10px}.footer{bottom:max(16px,env(safe-area-inset-bottom));width:calc(100% - 30px);max-width:440px;padding:6px;gap:2px}.footer button{width:auto;flex:1;height:51px}.footer button span{font-size:8px}.footer .icon{width:22px;height:22px}.shortcuts{gap:5px;margin:20px 0}.shortcuts button{padding:16px 5px}.magazine-grid{grid-template-columns:1fr}.magazine h2{font-size:34px}.journal-cover{padding:29px}.journal-cover h1{font-size:43px}.people{gap:20px}.people button{font-size:10px}.coin-grid{gap:10px}.coin-grid>div{padding:15px}.coin-grid img{height:100px}dialog{max-height:92dvh;border-radius:22px}#sheet-content{padding:23px}.reader h1{font-size:40px}.reader p{font-size:17px}.reader-cover{height:240px}.profile-heading{gap:13px}.profile-heading h2{font-size:31px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.diary-list{display:grid;gap:12px}#sheet-content>.story{margin-bottom:18px}#sheet-content .story>img{height:230px}#sheet-content .story h3{font-size:29px}input[type=search]::-webkit-search-cancel-button{cursor:pointer}
@media(min-width:561px) and (max-width:850px){.grid>.story:last-child{display:block}}
