@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,500&display=swap');
:root{--ink:#252827;--muted:#888b87;--paper:#faf9f7;--line:#e6e6e1;--accent:#ee6550}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 Manrope,Arial,sans-serif}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.symbols{position:absolute;width:0;height:0}.sidebar{position:fixed;inset:0 auto 0 0;width:247px;border-right:1px solid var(--line);padding:39px 27px;display:flex;flex-direction:column;background:#fff;z-index:5}.brand{display:flex;gap:11px;align-items:center;font-weight:800;font-size:22px;letter-spacing:-1px}.brandmark{width:40px;height:40px;background:var(--accent);color:white;border-radius:13px;display:grid;place-items:center;transform:rotate(-8deg)}.brandmark svg{width:29px}.brand-sub{display:block;font-size:8px;letter-spacing:1.7px;font-weight:700;margin-top:0}.sidebar nav{margin-top:62px;display:grid;gap:13px}.sidebar nav a{display:flex;align-items:center;gap:14px;padding:13px 14px;font-size:14px;font-weight:600;white-space:nowrap;border-radius:10px;transition:.25s}.sidebar nav a:hover{background:#f7f4f0}.sidebar nav .active{background:#fff0ea;color:#ce533f}.nav-dot{width:6px;height:6px;background:var(--accent);border-radius:50%;margin-left:auto}.sidebar-note{margin-top:auto;padding:65px 14px 28px}.little-label,.eyebrow{font-size:10px;letter-spacing:1.5px;font-weight:800}.sidebar-note p{font-size:20px;line-height:1.5;font-weight:600;letter-spacing:-.5px}.line-wave{color:var(--accent);font-size:27px;letter-spacing:7px}.official{border-top:1px solid var(--line);padding:24px 0 15px;font-size:13px;font-weight:700;display:flex;justify-content:space-between}.sidebar-bottom{font-size:11px;color:var(--muted);line-height:1.8}.page{margin-left:247px}.topbar{height:80px;border-bottom:1px solid var(--line);padding:0 48px;display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:700;letter-spacing:1.2px}.topbar a{font-size:13px;letter-spacing:0}.slash{margin:0 15px;color:#c3c5bf}.muted{color:var(--muted)}main{max-width:1390px;margin:auto;padding:42px 48px 0}.profile{display:flex;align-items:center;gap:30px}.avatar-ring{padding:5px;background:linear-gradient(30deg,#f8bf63,#e25772 55%,#9a5592);border-radius:50%;flex-shrink:0}.avatar{height:126px;width:126px;border:5px solid var(--paper);background:#e5e9df;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#3f5142}.avatar svg{width:66px;height:47px;stroke-width:1}.avatar span{font-size:13px;letter-spacing:5px;font-weight:800;margin-top:1px}.username{display:flex;gap:9px;align-items:center;font-size:18px;font-weight:700}.verified{color:var(--accent)}.journal-tag{margin-left:10px;font-size:11px;font-weight:500;color:#777c74;background:#ebece7;padding:3px 11px;border-radius:5px}.profile h1{font-size:28px;letter-spacing:-1px;margin:4px 0}.profile p{font-size:13px;line-height:1.8;margin:3px 0 8px;color:#6b7069}.profile-link{font-size:12px;font-weight:700;color:#b35945}.profile-link span{font-weight:400;color:var(--muted)}.profile-side{margin-left:auto;text-align:right;align-self:center}.issue{font-size:10px;letter-spacing:1.7px;color:#92968d}.profile-side p{font-size:12px;margin-top:13px}.stories{display:flex;gap:27px;align-items:center;margin:35px 0 36px;padding-bottom:31px;border-bottom:1px solid var(--line)}.story{background:none;border:0;padding:0;display:flex;align-items:center;flex-direction:column;gap:9px;font-size:11px;font-weight:600;white-space:nowrap}.story-ring{width:71px;height:71px;border-radius:50%;padding:3px;background:linear-gradient(35deg,#fbb364,#e7787d,#b28bb4);display:block;transition:transform .35s}.story:hover .story-ring{transform:translateY(-5px) rotate(7deg)}.story-ring img{width:100%;height:100%;object-fit:cover;border:3px solid var(--paper);border-radius:50%}.story-ring.simple{background:#dedfd8}.simple>span{background:#eeeae0;border:3px solid var(--paper);width:100%;height:100%;display:grid;place-items:center;border-radius:50%;color:#958361}.game>span{background:#e4e9e1;display:flex;justify-content:center;color:#53684e;font-size:18px;font-weight:800}.game>span>span{color:#ba7952;font-size:29px}.story-caption{margin-left:auto;text-align:right;color:#9a9c96;font-size:12px;line-height:1.9}.story-caption span{color:#616b5d}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}.eyebrow{color:#8c9186;font-size:9px}.section-heading h2{font-size:27px;letter-spacing:-1.1px;line-height:1.4;margin:6px 0 0;font-weight:700}.section-heading h2>span{color:var(--accent)}.feed-label{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:11px;color:#969b92;padding-bottom:6px}.feed-label svg{width:14px;height:14px}.feed{display:grid;grid-template-columns:1.4fr 1fr;gap:23px;align-items:start}.post{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden}.post-head{height:67px;padding:0 18px;display:flex;align-items:center;gap:10px}.mini-avatar{width:33px;height:33px;display:grid;place-items:center;border-radius:50%;background:#e8ecdf;font-size:12px;font-weight:800;color:#69775b}.post-head b{display:block;font-size:12px}.post-head small{display:block;font-size:10px;color:#979b91}.post-number{margin-left:auto;color:#b4b8ae;font-size:11px}.post-image{display:block;position:relative;padding:0;border:0;width:100%;overflow:hidden;text-align:left;color:white;background:#405b55}.post-main .post-image{height:390px}.post-image>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.post-image:hover>img{transform:scale(1.045)}.image-shade{position:absolute;inset:0;background:linear-gradient(180deg,#0003,transparent 30%,#061e22ad)}.image-badge{position:absolute;top:21px;left:23px;border:1px solid #ffffff65;border-radius:30px;padding:5px 11px;font-size:8px;letter-spacing:1.5px;background:#ffffff10;backdrop-filter:blur(8px)}.image-title{position:absolute;left:28px;right:15px;bottom:66px;font-size:clamp(27px,3vw,44px);letter-spacing:-1.7px;font-weight:600;line-height:1.25}.image-title span,.image-title em{display:block}.image-title em{font-family:'Playfair Display',Georgia,serif;font-weight:500;font-size:1.06em}.image-bottom{position:absolute;bottom:22px;left:28px;right:26px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:1px}.image-bottom>span{letter-spacing:0;font-size:10px}.post-actions{display:flex;align-items:center;gap:11px;padding:15px 18px 5px}.post-actions>span{color:#93998c;font-size:10px}.like,.read-icon{display:grid;place-items:center;border:0;background:none;padding:3px}.like[aria-pressed=true]{color:var(--accent);animation:heartpop .4s}.like[aria-pressed=true] svg{fill:var(--accent)}.read-icon{margin-left:auto}.read-icon svg{width:20px}.caption{margin:9px 20px 5px;font-size:12px;line-height:1.8;color:#6d7268}.caption b{color:#333a30;margin-right:7px}.hashtags{display:block;font-size:11px;color:#a58d78;margin:0 20px 20px}.right-feed{display:grid;gap:22px}.compact .post-image{height:206px}.small-image-title{position:absolute;bottom:19px;left:20px;right:20px;display:flex;justify-content:space-between;align-items:center;font-size:24px;letter-spacing:-.7px;font-weight:600}.small-image-title>span{font-size:20px;font-weight:400}.compact-caption{display:flex;align-items:center;justify-content:space-between;padding:12px 17px}.compact-caption p{font-size:11px;margin:3px 0 0}.compact-caption .eyebrow{font-size:8px;letter-spacing:1.2px}.compact .image-badge{top:17px;left:19px}.guides{margin:43px 0 0;padding:29px 0 36px;display:grid;grid-template-columns:1fr 1.1fr;gap:35px;border-top:1px solid var(--line)}.guide-intro h2{font-size:25px;letter-spacing:-.8px;margin:6px 0 10px}.guide-intro p{font-size:12px;color:#8b9186}.guide-links a{display:flex;align-items:center;gap:17px;padding:13px 0;border-bottom:1px solid var(--line);transition:padding .2s}.guide-links a:hover{padding-left:7px;color:var(--accent)}.guide-num{font-size:11px;color:#a5aa9f}.guide-links b{font-size:12px;display:block}.guide-links small{font-size:10px;color:#94998e;display:block}.guide-links a>span:last-child{margin-left:auto}.guide-links a:first-child{padding-top:0}footer{border-top:1px solid var(--line);padding:25px 0 30px;display:flex;gap:25px;align-items:center;color:#95998f}.footer-brand{font-size:14px;white-space:nowrap;color:#5a6353;font-weight:800}.footer-brand>span{display:block;font-size:9px;color:#a0a497;font-weight:400}footer p{font-size:9px;max-width:280px;line-height:1.8}footer>div{margin-left:auto;display:grid;gap:4px;font-size:10px;white-space:nowrap}dialog{border:0;padding:0;border-radius:18px;width:min(780px,92vw);max-height:90vh;overflow:auto;background:var(--paper);color:var(--ink);box-shadow:0 30px 100px #0005}dialog[open]{animation:modalin .35s ease-out}dialog::backdrop{background:#10201de0;backdrop-filter:blur(8px)}dialog>img{width:100%;height:310px;object-fit:cover;display:block}.close{position:absolute;right:16px;top:16px;border:1px solid #fff8;border-radius:50%;background:#14252285;color:white;width:38px;height:38px;font-size:25px;z-index:2}.dialog-content{padding:27px 33px}.dialog-content h2{margin:7px 0 13px;font-size:30px}.dialog-content p{font-size:16px;line-height:1.8;color:#6b7366}.dialog-content>a{font-size:14px;color:#bd5944}.dialog-nav{display:flex;align-items:center;gap:17px;justify-content:flex-end;margin-top:18px;font-size:13px}.dialog-nav button{background:white;border:1px solid var(--line);border-radius:50%;height:37px;width:37px}.reveal{animation:rise .7s both}.right-feed .post:nth-child(1){animation-delay:.13s}.right-feed .post:nth-child(2){animation-delay:.26s}.profile{animation:rise .6s both}.stories{animation:rise .6s .1s both}@keyframes rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes heartpop{50%{transform:scale(1.35)}}@keyframes modalin{from{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:none}}
@media(min-width:1500px){main{padding-top:50px}.post-main .post-image{height:455px}.compact .post-image{height:239px}}@media(max-width:1190px){.sidebar{width:205px;padding:32px 20px}.brand{font-size:20px}.brandmark{width:32px}.brand-sub{font-size:7px}.sidebar nav a{font-size:12px;padding:12px 8px;gap:10px}.page{margin-left:205px}main{padding:30px 30px 0}.topbar{padding:0 30px}.profile-side{display:none}.story-caption{display:none}.stories{gap:26px}.section-heading h2{font-size:24px}.feed-label{display:none}.post-main .post-image{height:380px}.compact .post-image{height:205px}.image-title{font-size:32px}.compact-caption p{font-size:10px}.image-bottom{font-size:7px}.image-bottom span{font-size:9px}}
@media(max-width:850px){.sidebar{position:relative;width:100%;height:70px;padding:0 24px;border-right:0;border-bottom:1px solid var(--line);flex-direction:row;align-items:center;justify-content:space-between}.brand-sub{font-size:7px}.sidebar nav{margin:0;display:flex;gap:4px}.sidebar nav a{font-size:0;padding:9px}.sidebar nav svg{width:20px}.nav-dot,.sidebar-note,.official,.sidebar-bottom{display:none}.page{margin:0}.topbar{height:52px;font-size:8px;padding:0 25px}.topbar a{font-size:11px}main{padding:27px 25px 0}.profile-side{display:block}.profile{gap:22px}.avatar{width:105px;height:105px}.stories{gap:29px}.feed{grid-template-columns:1.3fr 1fr;gap:16px}.post-main .post-image{height:358px}.compact .post-image{height:199px}.compact-caption .eyebrow{font-size:7px}.small-image-title{font-size:21px}.post-main .caption{font-size:11px}.image-title{font-size:30px}.post-actions>span{font-size:9px}.right-feed{gap:16px}}
@media(max-width:600px){.topbar .muted,.topbar .slash{display:none}.profile-side{display:none}main{padding:25px 18px 0}.profile{gap:17px}.avatar{width:80px;height:80px;border-width:3px}.avatar-ring{padding:3px}.avatar svg{width:47px;height:32px}.avatar span{font-size:10px}.username{font-size:14px;gap:6px}.journal-tag{font-size:9px;padding:2px 7px;margin-left:3px}.profile h1{font-size:24px}.profile p{font-size:11px}.profile-link{font-size:10px}.profile-link span{display:none}.stories{gap:18px;margin:26px -1px;padding:0 1px 23px;overflow:auto}.story{font-size:10px}.story-ring{width:58px;height:58px}.section-heading h2{font-size:24px;max-width:300px}.eyebrow{font-size:8px}.feed{grid-template-columns:1fr;gap:20px}.post-main .post-image{height:390px}.image-title{font-size:38px;left:24px}.right-feed{grid-template-columns:1fr;gap:20px}.compact .post-image{height:240px}.compact-caption{padding:17px}.compact-caption p{font-size:12px}.compact-caption .eyebrow{font-size:9px}.small-image-title{font-size:28px}.caption{font-size:13px!important}.post-head b{font-size:13px}.post-head small{font-size:11px}.post-actions>span{font-size:11px}.hashtags{font-size:11px}.guides{grid-template-columns:1fr;gap:15px;margin-top:30px}.guide-intro p{font-size:13px}.guide-links b{font-size:14px}.guide-links small{font-size:12px}.guide-links a{padding:17px 0}.guide-links a:first-child{padding-top:7px}footer{flex-wrap:wrap;gap:10px 20px}footer p{max-width:220px;font-size:10px}footer>div{margin:0;display:flex;gap:20px;width:100%;font-size:11px}dialog>img{height:230px}.dialog-content{padding:23px}.dialog-content h2{font-size:27px}.dialog-content p{font-size:15px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Readable text at every screen size. */
.profile p,.caption,.compact-caption p,.guide-intro p{font-size:14px!important}.profile-link,.story,.post-head b,.guide-links b,.sidebar nav a,.official{font-size:14px}.post-head small,.hashtags,.post-actions>span,.guide-links small,.sidebar-bottom,footer p,footer>div,.profile-link span{font-size:12px}.eyebrow,.little-label,.issue,.image-badge,.compact-caption .eyebrow,.feed-label,.image-bottom,.image-bottom>span{font-size:12px}.profile h1{line-height:1.3}.guides .guide-intro p{line-height:1.8}.image-title{bottom:76px}.image-bottom{gap:15px}.image-bottom>span{white-space:nowrap}.compact-caption{min-height:87px}.post-main .post-image{height:412px}.brand-sub{font-size:9px}.story-caption{font-size:14px}.post-actions{gap:9px}.topbar{font-size:12px}.compact-caption .eyebrow{letter-spacing:.6px}.sidebar nav a{white-space:normal}.section-heading{gap:16px}.guide-links a{min-height:68px}@media(max-width:1190px){.topbar{font-size:10px}.compact-caption .eyebrow{font-size:10px}.post-actions>span{font-size:11px}.image-bottom{font-size:10px;flex-wrap:wrap;gap:6px}.story{font-size:12px}.sidebar nav a{font-size:12px}}@media(max-width:850px){.sidebar nav a{font-size:0}.profile-side{display:none}.compact-caption{min-height:105px}.post-main .post-image{height:434px}.post-actions>span{font-size:10px}}@media(max-width:600px){.profile p{font-size:12px!important}.profile-link{font-size:12px}.story{font-size:11px}.post-main .post-image{height:390px}.compact-caption{min-height:88px}.compact-caption .eyebrow{font-size:11px}.caption{font-size:14px!important}.post-actions>span{font-size:12px}.guide-links b{font-size:14px}.image-bottom{font-size:10px}.image-title{font-size:36px}.story-ring{width:57px;height:57px}.stories{gap:16px}}
