.video-theater{--cinema-text:#f5f1f7;--cinema-muted:#b4aabc;color:var(--cinema-text);background:#211f27;border:1px solid #ffffff18;border-radius:24px;padding:28px}.cinema-channel{align-items:center;gap:13px;margin-bottom:25px;display:flex}.cinema-avatar{color:#24212a;background:#ddd0ea;border-radius:50%;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.cinema-avatar .profile-avatar{--background:#ddd0ea;width:34px;height:34px}.cinema-channel strong{font-family:var(--font-space-grotesk);letter-spacing:-.5px;align-items:center;gap:8px;font-size:18px;display:flex}.cinema-channel strong>span{color:#cbb5e7;font-size:13px}.cinema-channel p{color:var(--cinema-muted);margin-top:3px;font-size:11px}.cinema-channel-count{font:10px var(--font-space-grotesk);letter-spacing:1.3px;white-space:nowrap;border:1px solid #ffffff20;border-radius:5px;margin-left:auto;padding:5px 7px}.cinema-channel-link{color:#e9d9fa;white-space:nowrap;background:#36303f;border-radius:20px;padding:10px 15px;font-size:11px}.cinema-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:24px;display:grid}.cinema-main{min-width:0;scroll-margin-top:112px}.cinema-screen{aspect-ratio:16/9;isolation:isolate;background:#111015;border-radius:13px;animation:.5s both film-select;position:relative;overflow:hidden}.cinema-screen>iframe,.cinema-screen>video{object-fit:contain;border:0;width:100%;height:100%}.cinema-poster{text-align:left;width:100%;height:100%;position:absolute;inset:0}.cinema-poster>img{object-fit:cover;width:100%;height:100%;transition:transform 1s cubic-bezier(.2,.7,.2,1)}.cinema-poster:hover>img{transform:scale(1.035)}.cinema-screen-shade{background:linear-gradient(#0809124d,#0000 35%,#101016b3 100%);position:absolute;inset:0}.cinema-screen-label{font:9px var(--font-space-grotesk);letter-spacing:2.5px;position:absolute;top:22px;left:24px}.cinema-screen-label>span{opacity:.6}.cinema-play{color:#29232f;background:#f5eff9ed;border:1px solid #fff;border-radius:50%;place-items:center;width:66px;height:66px;transition:box-shadow .3s,scale .3s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 12px #ffffff13,0 10px 40px #0003}.cinema-play svg{width:28px;height:28px;margin-left:3px}.cinema-poster:hover .cinema-play{scale:1.07;box-shadow:0 0 0 18px #ffffff10,0 10px 40px #0003}.cinema-poster-caption{flex-direction:column;gap:7px;display:flex;position:absolute;bottom:22px;left:24px;right:24px}.cinema-poster-caption>span{font:8px var(--font-space-grotesk);letter-spacing:1.7px;opacity:.8}.cinema-poster-caption>strong{letter-spacing:.01em;font-size:clamp(15px,1.65vw,23px);line-height:1.5}.cinema-now-playing{border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.cinema-now-playing>div:first-child{font:9px var(--font-space-grotesk);letter-spacing:1.4px;color:#cfb5ed;align-items:center;gap:8px;display:flex}.cinema-now-dot{background:#cfb5ed;border-radius:50%;width:5px;height:5px;box-shadow:0 0 0 4px #cfb5ed13}.cinema-skip{align-items:center;gap:13px;display:flex}.cinema-skip>span{font:10px var(--font-space-grotesk);color:var(--cinema-muted)}.cinema-skip button{width:27px;height:27px;color:var(--cinema-text);border:1px solid #ffffff20;border-radius:50%;transition:background .2s}.cinema-skip button:hover:not(:disabled){background:#52405f}.cinema-skip button:disabled{opacity:.25;cursor:default}.cinema-info{padding-top:17px;animation:.35s both film-select}.cinema-info h3{letter-spacing:-.03em;font-size:20px;font-weight:700;line-height:1.65}.cinema-info>p{color:var(--cinema-muted);margin-top:7px;font-size:12px;line-height:1.95}.cinema-meta{color:#bca6d0;flex-wrap:wrap;align-items:center;gap:6px 10px;margin-top:13px;font-size:10px;display:flex}.cinema-meta time{color:var(--cinema-muted);margin-left:auto}.cinema-details{background:#ffffff05;border-radius:8px;margin-top:18px;padding:12px 15px}.cinema-details summary{color:#ddd1e6;justify-content:space-between;gap:8px;font-size:11px;list-style:none;display:flex}.cinema-details summary::-webkit-details-marker{display:none}.cinema-details[open] summary>span{transform:rotate(45deg)}.cinema-details>div{padding-top:15px;animation:.4s film-select}.cinema-details p{color:var(--cinema-muted);font-size:12px;line-height:2}.cinema-details dl{flex-wrap:wrap;gap:10px 20px;margin:15px 0;font-size:11px;display:flex}.cinema-details dl>div{gap:8px;display:flex}.cinema-details dt{color:var(--cinema-muted)}.cinema-error{background:#211f27;flex-direction:column;justify-content:center;align-items:center;gap:20px;font-size:13px;display:flex;position:absolute;inset:0}.cinema-error a{text-decoration:underline}.cinema-playlist{background:#2a2631;border:1px solid #ffffff0d;border-radius:13px;min-width:0;overflow:hidden}.cinema-playlist-heading{justify-content:space-between;align-items:center;padding:18px 16px 12px;display:flex}.cinema-playlist-heading>span:first-child{font:11px var(--font-space-grotesk);letter-spacing:1.5px}.cinema-playlist-heading>span:last-child{color:var(--cinema-muted);font-size:10px}.cinema-search{background:#1d1a22;border:1px solid #ffffff12;border-radius:7px;align-items:center;gap:7px;margin:0 12px;padding:9px 11px;display:flex}.cinema-search svg{width:15px;height:15px;color:var(--cinema-muted);flex-shrink:0}.cinema-search input{color:#f5f1f7;background:0 0;outline:none;width:100%;min-width:0;font-size:11px}.cinema-search:focus-within{border-color:#b094de}.cinema-search input::placeholder{color:#a297ab}.cinema-filters{gap:5px;padding:12px;display:flex;overflow-x:auto}.cinema-filters button{white-space:nowrap;color:#c4b9ce;border:1px solid #ffffff14;border-radius:6px;padding:7px 9px;font-size:9px;transition:background .2s}.cinema-filters button[aria-pressed=true]{color:#33273d;background:#e1d3ee;border-color:#e1d3ee}.cinema-queue{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#63536f transparent;max-height:400px;padding:0 7px 8px;overflow-y:auto}.cinema-queue-item{text-align:left;border:1px solid #0000;border-radius:9px;grid-template-columns:108px minmax(0,1fr);align-items:center;gap:11px;width:100%;margin-bottom:2px;padding:8px;transition:background .25s;display:grid}.cinema-queue-item:hover{background:#ffffff06}.cinema-queue-item[aria-pressed=true]{background:#d5b3f317;border-color:#c9a6e52d}.cinema-queue-item:disabled{opacity:.5;cursor:default}.cinema-queue-thumbnail{aspect-ratio:16/10;background:#19171d;border-radius:5px;display:block;position:relative;overflow:hidden}.cinema-queue-thumbnail>img{object-fit:cover;width:100%;height:100%}.cinema-queue-badge{color:#f0e4f9;background:#19171dd4;border-radius:3px;padding:2px 4px;font-size:8px;position:absolute;bottom:4px;right:4px}.cinema-queue-badge svg{width:13px;height:13px}.cinema-queue-copy{flex-direction:column;gap:4px;display:flex}.cinema-queue-copy strong{-webkit-line-clamp:2;color:#eee7f4;-webkit-box-orient:vertical;font-size:11px;font-weight:500;line-height:1.65;display:-webkit-box;overflow:hidden}.cinema-queue-copy>span{color:#b7aabe;font-size:9px}.cinema-queue-copy small{font:8px var(--font-space-grotesk);color:#b99ecf}.cinema-playlist-footer{text-align:center;color:#b1a4ba;border-top:1px solid #ffffff0d;padding:12px 10px;font-size:9px}.cinema-playlist-footer span{color:#d1b5e8;margin-right:5px}.cinema-no-results{text-align:center;color:#b7aabe;padding:28px 10px;font-size:11px}.cinema-no-results .profile-avatar{width:40px;height:40px;margin:0 auto 12px}.cinema-no-results button{color:#ddc7ef;margin-top:14px;text-decoration:underline}.cinema-thumbnail-fallback{background:#39313f;place-items:center;width:100%;height:100%;display:grid}.cinema-thumbnail-fallback .profile-avatar{aspect-ratio:1;width:35%;height:auto}.film-section .video-theater{background:#1c1a22;margin-top:30px;box-shadow:0 24px 70px #08060d33}.cinema-page{padding-top:55px;padding-bottom:70px}.cinema-page-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;display:flex}.cinema-page-heading h1{letter-spacing:-.065em;margin-top:12px;font-size:clamp(27px,3.5vw,46px);font-weight:700}.cinema-page-heading>p{color:var(--secondary);font-size:12px;line-height:2}.cinema-page-stats{color:var(--secondary);flex-wrap:wrap;align-items:center;gap:30px;padding:24px 0;font-size:11px;display:flex}.cinema-page-stats strong{font:22px var(--font-space-grotesk);color:var(--foreground);margin-right:6px;display:inline-block}.cinema-page-stats a{text-underline-offset:4px;margin-left:auto;text-decoration:underline}.cinema-browse{border-top:1px solid #ffffff1a;margin-top:46px;padding-top:28px}.cinema-browse-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:25px;display:flex}.cinema-browse-heading h2{font-size:20px;font-weight:500}.cinema-browse-heading>span{font:9px var(--font-space-grotesk);letter-spacing:1.3px;color:#b4a6be}.cinema-browse-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 20px;display:grid}.cinema-browse-grid>button{text-align:left;min-width:0}.cinema-browse-grid>button>strong{margin-top:10px;font-size:13px;font-weight:500;line-height:1.6;display:block}.cinema-browse-grid>button>span:last-child{font:10px var(--font-space-grotesk);color:#b4a6be;margin-top:6px;display:block}.cinema-browse-grid>button:disabled{opacity:.5;cursor:default}.cinema-browse-thumb{aspect-ratio:16/9;background:#17141d;border-radius:10px;display:block;position:relative;overflow:hidden}.cinema-browse-thumb>img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.cinema-browse-thumb>span{opacity:0;background:#0002;place-items:center;transition:opacity .2s;display:grid;position:absolute;inset:0}.cinema-browse-thumb svg{color:#302338;background:#f5eff9e6;border-radius:50%;width:42px;height:42px;padding:8px}.cinema-browse-grid button:hover img{transform:scale(1.05)}.cinema-browse-grid button:hover .cinema-browse-thumb>span{opacity:1}.cinema-browse-grid button[aria-pressed=true] .cinema-browse-thumb{outline-offset:4px;outline:2px solid #cbb5e7}.cinema-browse-thumb small{background:#201829;border-radius:4px;padding:5px;font-size:10px;position:absolute;bottom:10px;left:10px}@keyframes film-select{0%{opacity:.55;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.journal-scroll{height:230svh;margin-top:32px;position:relative}.journal-pin{flex-direction:column;justify-content:center;height:min(720px,100svh - 110px);min-height:540px;padding:10px 5px 16px;display:flex;position:sticky;top:90px}.journal-desk-heading{font:9px var(--font-space-grotesk);letter-spacing:1.8px;color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:19px;display:flex}.journal-desk-heading>span:first-child{align-items:center;gap:8px;display:flex}.journal-live-dot{background:var(--green);border-radius:50%;width:5px;height:5px}.journal-desk{isolation:isolate;background:#e5ded2;border:1px solid #d7cec0;border-radius:5px 17px 17px 5px;grid-template-columns:32% minmax(0,1fr);width:100%;height:calc(100% - 100px);min-height:435px;max-height:555px;display:grid;position:relative;box-shadow:0 2px #c9c1b5,0 5px #ece8e0,0 7px #c7bfb2,0 10px #eeeae2,0 30px 55px #37302b14}.journal-book-intro{color:#494039;background:linear-gradient(90deg,#eae4da,#ebe5db 92%,#c6bfb4);border-right:1px solid #c9bfb0;border-radius:4px 0 0 4px;flex-direction:column;padding:35px 35px 27px;display:flex;position:relative;overflow:hidden}.journal-edition{font:9px/1.8 var(--font-space-grotesk);letter-spacing:1.8px;color:#807264}.journal-book-intro h3{letter-spacing:-.07em;margin-top:30px;font-size:clamp(26px,3.4vw,42px);font-weight:500;line-height:1.65}.journal-book-intro>p{color:#877969;margin-top:18px;font-size:11px;line-height:2.1}.journal-desk-cat{color:#312b29;--background:#eae4da;width:64px;height:64px;margin-top:auto;margin-left:15px;transform:rotate(-8deg)}.journal-handwriting{color:#958777;margin-top:7px;font:italic 13px Georgia,serif;transform:rotate(-6deg)}.journal-spine-label{writing-mode:vertical-rl;font:7px var(--font-space-grotesk);letter-spacing:2px;color:#958777;position:absolute;bottom:27px;left:10px;transform:rotate(180deg)}.journal-pages{perspective:1800px;min-width:0;position:relative}.journal-paper{color:#39342f;transform-origin:0;backface-visibility:hidden;will-change:transform;background:#fffdf8;border-radius:0 15px 15px 0;flex-direction:column;padding:20px 29px 24px;display:flex;position:absolute;inset:0;box-shadow:inset 10px 0 18px -16px #4c3c2b,0 2px 4px #3022190a}.journal-paper-topline{font:8px var(--font-space-grotesk);letter-spacing:1.2px;color:#8c8071;justify-content:space-between;gap:10px;margin-bottom:15px;display:flex}.journal-paper-cover{background:#eee8e0;border-radius:3px;height:43%;min-height:100px;position:relative}.journal-paper-cover>img{border-radius:3px}.journal-paper-bookmark{color:#fff7ef;clip-path:polygon(0 0,100% 0,100% 100%,50% 85%,0 100%);font:11px var(--font-space-grotesk);background:#8d7768;padding:15px 9px 17px;position:absolute;top:-21px;right:16px}.journal-paper-copy{flex-direction:column;flex:1;min-height:0;padding-top:15px;display:flex}.journal-paper-copy time{color:#948677;font-size:9px}.journal-paper-copy h3{letter-spacing:-.03em;text-wrap:pretty;margin-top:8px;font-size:clamp(19px,2.2vw,28px);font-weight:700;line-height:1.65}.journal-paper-copy>p{color:#83786c;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:10px;font-size:11px;line-height:1.9;display:-webkit-box;overflow:hidden}.journal-paper-actions{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:13px;display:flex}.journal-paper-actions>button{color:#fff9f1;background:#35302d;border-radius:7px;align-items:center;gap:35px;padding:12px 17px;font-size:11px;transition:background .2s;display:flex}.journal-paper-actions>button:hover{background:#6c536d}.journal-paper-actions>span{font:8px var(--font-space-grotesk);color:#928273;letter-spacing:1.4px}.journal-page-fold{background:linear-gradient(135deg,#f1ede4 45%,#d8d0c3 49%,#e9e2d7 50%);border-top-left-radius:6px;width:25px;height:25px;position:absolute;bottom:0;right:0}.journal-pagination{color:var(--muted);justify-content:space-between;align-items:center;gap:15px;margin-top:25px;font-size:10px;display:flex}.journal-pagination>div{gap:7px;display:flex}.journal-pagination button{border:1px solid var(--line);width:35px;height:35px;font:11px var(--font-space-grotesk);border-radius:50%;transition:background .25s,color .25s}.journal-pagination button[aria-pressed=true]{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.journal-page-fraction{font:16px var(--font-space-grotesk);color:var(--foreground)}.journal-page-fraction>span{color:var(--muted);font-size:11px}.journal-library-link{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-top:25px;padding:28px 0 8px;display:flex}.journal-library-link>div{align-items:center;gap:16px;display:flex}.journal-library-link .profile-avatar{width:40px;height:40px}.journal-library-link p{font-size:13px;font-weight:500}.journal-library-link p>span{color:var(--muted);margin-top:7px;font-size:10px;font-weight:400;display:block}.journal-library-link>a{white-space:nowrap;border-bottom:1px solid var(--foreground);gap:24px;padding:10px 0;font-size:12px;display:flex}.journal-index{padding-top:55px;padding-bottom:80px}.journal-index-heading{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.journal-index-heading h1{letter-spacing:-.065em;margin-top:12px;font-size:clamp(27px,3.5vw,46px);font-weight:700}.journal-index-heading p{color:var(--secondary);margin-top:15px;font-size:12px;line-height:2}.journal-social-links{white-space:nowrap;gap:18px;display:flex}.journal-social-links a{font:12px var(--font-space-grotesk);border-bottom:1px solid var(--line);padding-bottom:5px}.journal-collection{padding-top:65px;scroll-margin-top:110px}.journal-collection-heading{justify-content:space-between;align-items:center;gap:25px;display:flex}.journal-collection-heading h2{letter-spacing:-.04em;margin-top:9px;font-size:23px;font-weight:500}.journal-search{background:var(--surface);border:1px solid var(--line);border-radius:30px;align-items:center;gap:10px;width:280px;padding:12px 16px;display:flex}.journal-search>span{color:var(--muted);font-size:24px;line-height:1}.journal-search input{width:100%;min-width:0;color:var(--foreground);background:0 0;outline:none;font-size:11px}.journal-search:focus-within{border-color:var(--accent)}.journal-source-filters{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:7px;margin:28px 0;padding-bottom:20px;display:flex}.journal-source-filters button{background:var(--soft);border-radius:7px;align-items:center;gap:10px;padding:9px 15px;font-size:11px;display:flex}.journal-source-filters button[aria-pressed=true]{background:var(--foreground);color:var(--background)}.journal-source-filters button>span{font:9px var(--font-space-grotesk);opacity:.6}.journal-source-filters>span{color:var(--muted);margin-left:auto;font-size:10px}.journal-bookshelf{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 22px;display:grid}.journal-shelf-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.journal-shelf-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #372d2110}.journal-shelf-open{text-align:left;flex-direction:column;flex:1;width:100%;display:flex}.journal-shelf-cover{aspect-ratio:40/21;background:var(--soft);width:100%;display:block;position:relative;overflow:hidden}.journal-shelf-cover>img{transition:transform .6s}.journal-shelf-card:hover .journal-shelf-cover>img{transform:scale(1.035)}.journal-shelf-cover>span{font:10px var(--font-space-grotesk);color:#4e3c32;background:#fffaf1ed;border-radius:4px;padding:4px 7px;position:absolute;top:11px;left:11px}.paper-placeholder{color:#5a4d41;background:#e8e2d8;flex-direction:column;justify-content:center;align-items:center;gap:9px;display:flex;position:absolute;inset:0}.paper-placeholder .profile-avatar{--background:#e8e2d8;width:50px;height:50px}.paper-placeholder>span{font:italic 13px Georgia,serif}.journal-shelf-copy{flex-direction:column;gap:10px;padding:20px 20px 10px;display:flex}.journal-shelf-copy time{color:var(--muted);font-size:9px}.journal-shelf-copy strong{font-size:15px;font-weight:700;line-height:1.8}.journal-shelf-copy>span{color:var(--secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.9;display:-webkit-box;overflow:hidden}.journal-shelf-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:10px;margin:10px 20px 0;padding:14px 0;font-size:10px;display:flex}.journal-shelf-footer a{color:var(--foreground)}.journal-empty{text-align:center;color:var(--muted);padding:50px 15px;font-size:13px}.journal-empty .profile-avatar{width:50px;height:50px;margin:0 auto 20px}.journal-empty button{text-underline-offset:4px;margin-top:20px;text-decoration:underline}.journal-preview{background:var(--surface);width:min(760px,100% - 36px);max-height:90svh;color:var(--foreground);border:1px solid var(--line);overscroll-behavior:contain;border-radius:16px;margin:auto;padding:0;position:fixed;inset:0;box-shadow:0 35px 120px #10091b66}.journal-preview::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#17121bd4}.journal-preview[open]{animation:.65s cubic-bezier(.18,.75,.2,1) both paper-open}.journal-preview-toolbar{z-index:2;background:var(--surface);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:13px 20px;display:flex;position:sticky;top:0}.journal-preview-toolbar>span{font:9px var(--font-space-grotesk);letter-spacing:1.4px;color:var(--muted)}.journal-preview-toolbar button{border:1px solid var(--line);border-radius:50%;place-items:center;width:34px;height:34px;font-size:24px;line-height:1;display:grid}.journal-preview-content{padding:35px 46px 45px}.journal-preview-content h2{letter-spacing:-.04em;margin:12px 0 14px;font-size:clamp(23px,3vw,31px);font-weight:700;line-height:1.65}.journal-preview-content>time{color:var(--muted);font-size:10px}.journal-preview-content figure{margin:25px 0}.journal-preview-cover{aspect-ratio:40/21;border-radius:7px;position:relative;overflow:hidden}.journal-preview-content figcaption{color:var(--muted);margin-top:7px;font-size:9px;line-height:1.8}.journal-preview-content figcaption a{text-decoration:underline}.journal-preview-description{color:var(--secondary);margin-top:25px;font-size:13px;line-height:2.1}.journal-preview-excerpt{border-top:1px solid var(--line);margin-top:28px;padding-top:23px}.journal-preview-excerpt>span,.journal-preview-contents>span{letter-spacing:.1em;color:var(--accent);font-size:10px}.journal-preview-excerpt>p{margin-top:18px;font-size:14px;line-height:2.3;animation:.7s .15s both paper-text}.journal-preview-contents{border:1px solid var(--line);border-radius:8px;margin-top:28px;padding:23px}.journal-preview-contents ol{color:var(--secondary);margin:14px 0 0 18px;font-size:12px;line-height:2.1;list-style:decimal}.journal-read-full{background:var(--foreground);color:var(--background);border-radius:8px;justify-content:space-between;align-items:center;gap:20px;margin-top:30px;padding:17px 22px;font-size:13px;display:flex}@keyframes paper-open{0%{opacity:0;transform-origin:bottom;transform:perspective(1200px)translateY(40px)rotateX(9deg)scale(.96)}to{opacity:1;transform:perspective(1200px)translateY(0)rotateX(0)scale(1)}}@keyframes paper-text{0%{opacity:0;clip-path:inset(0 0 100%);transform:translateY(12px)}to{opacity:1;clip-path:inset(0);transform:translateY(0)}}.article-reading-experience{max-width:880px;margin:0 auto;padding:22px 20px 60px}.reading-toolbar{z-index:25;background:var(--header-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--line);color:var(--muted);border-radius:10px 10px 0 0;align-items:center;gap:15px;padding:14px 20px;font-size:10px;display:flex;position:sticky;top:78px}.reading-toolbar>a{font:13px var(--font-space-grotesk);color:var(--foreground);align-items:center;gap:9px;display:flex}.reading-toolbar .profile-avatar{width:24px;height:24px}.reading-toolbar>span:nth-child(2){margin-left:auto}.reading-percentage{font:11px var(--font-space-grotesk);text-align:right;width:32px}.reading-progress-track{height:2px;position:absolute;bottom:-1px;left:0;right:0;overflow:hidden}.reading-progress-track>span{background:var(--accent);transform-origin:0;height:100%;transition:transform .1s linear;display:block}.reading-sheet{background:var(--surface);border:1px solid var(--line);border-top:0;border-radius:0 0 10px 10px;padding:35px 46px 45px;animation:.65s both paper-open;box-shadow:0 12px 40px #372d2105}.reading-sheet .prose-custom>h2{border-top:1px solid var(--line);padding-top:28px;scroll-margin-top:155px}.reading-sheet .prose-custom>h3{scroll-margin-top:155px}.reading-sheet .prose-custom>h2,.reading-sheet .prose-custom>h3,.reading-sheet .prose-custom>p,.reading-sheet .prose-custom>figure,.reading-sheet .prose-custom>ul,.reading-sheet .prose-custom>ol,.reading-sheet .prose-custom>blockquote{transition:opacity .65s,transform .65s cubic-bezier(.2,.7,.3,1)}.reading-sheet .prose-custom>.reading-await{opacity:0;transform:translateY(20px)}@media (min-width:1300px){.cinema-layout{grid-template-columns:minmax(0,1fr) 340px}.cinema-queue-item{grid-template-columns:120px minmax(0,1fr)}.cinema-queue{max-height:425px}}@media (max-width:1000px){.video-theater{padding:21px}.cinema-layout{grid-template-columns:minmax(0,1fr) 275px;gap:18px}.cinema-queue-item{grid-template-columns:90px minmax(0,1fr);gap:8px;padding:7px}.cinema-queue{max-height:330px}.cinema-queue-copy strong{font-size:10px}.cinema-channel-link{display:none}.journal-book-intro{padding:28px 27px}.journal-paper{padding:18px 23px 22px}.journal-paper-copy h3{font-size:21px}.journal-book-intro h3{font-size:32px}.journal-book-intro>p{font-size:10px}}@media (max-width:760px){.video-theater{border-radius:17px;padding:18px}.cinema-layout{grid-template-columns:1fr;gap:22px}.cinema-channel{gap:10px;margin-bottom:19px}.cinema-avatar{width:40px;height:40px}.cinema-avatar .profile-avatar{width:29px;height:29px}.cinema-channel strong{font-size:16px}.cinema-channel p{font-size:10px}.cinema-channel-count{padding:5px;font-size:8px}.cinema-screen{border-radius:9px}.cinema-poster-caption{gap:5px;bottom:15px;left:16px;right:16px}.cinema-poster-caption>strong{font-size:17px}.cinema-poster-caption>span{letter-spacing:1px;font-size:7px}.cinema-screen-label{font-size:8px;top:15px;left:16px}.cinema-info h3{font-size:19px}.cinema-info>p{font-size:12px}.cinema-playlist{border-radius:10px}.cinema-queue{scroll-snap-type:x proximity;overscroll-behavior-x:contain;gap:8px;max-height:none;padding:0 12px 12px;display:flex;overflow:auto hidden}.cinema-queue-item{scroll-snap-align:start;flex-direction:column;flex:0 0 158px;align-items:stretch;gap:8px;padding:7px;display:flex}.cinema-queue-thumbnail{aspect-ratio:16/9}.cinema-queue-copy strong{font-size:11px}.cinema-queue-copy small{display:none}.cinema-playlist-heading{padding-top:14px}.cinema-playlist-footer{font-size:9px}.cinema-filters,.cinema-search{padding:10px 12px}.cinema-search input{font-size:12px}.cinema-browse-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 13px}.cinema-browse-heading{flex-direction:column;align-items:flex-start;gap:9px}.cinema-browse-heading h2{font-size:18px}.cinema-browse-grid>button>strong{font-size:12px}.cinema-browse-thumb{border-radius:7px}.cinema-browse-grid>button>span:last-child{font-size:9px}.cinema-page-heading{flex-direction:column;align-items:flex-start;gap:12px}.cinema-page-heading h1{font-size:32px}.cinema-page-heading>p{font-size:11px}.cinema-page-stats{gap:16px;font-size:9px}.cinema-page-stats strong{font-size:18px}.cinema-page-stats a{margin-left:0}.cinema-page{padding-top:35px}.cinema-main{scroll-margin-top:120px}.journal-scroll{height:220svh;margin-top:23px}.journal-pin{height:calc(100svh - 125px);min-height:505px;padding:8px 0 12px;top:105px}.journal-desk-heading{letter-spacing:1px;margin-bottom:13px;font-size:8px}.journal-desk-heading>span:last-child{display:none}.journal-desk{border-radius:4px 13px 13px 4px;grid-template-columns:48px minmax(0,1fr);height:calc(100% - 85px);min-height:410px;max-height:610px}.journal-book-intro{background:linear-gradient(90deg,#e5ddd0,#e7dfd3 75%,#c6bcae);align-items:center;padding:20px 13px}.journal-edition{display:none}.journal-book-intro h3{writing-mode:vertical-rl;letter-spacing:.13em;margin-top:0;font-size:15px;line-height:1.4}.journal-book-intro h3 br,.journal-book-intro>p{display:none}.journal-desk-cat{width:28px;height:28px;margin-bottom:15px;margin-left:0}.journal-handwriting{display:none}.journal-spine-label{letter-spacing:1.8px;font-size:7px;bottom:95px;left:17px}.journal-paper{padding:15px 18px 21px}.journal-paper-topline{letter-spacing:.5px;gap:8px;margin-bottom:12px;font-size:7px}.journal-paper-topline>span:first-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.journal-paper-topline>span:last-child{white-space:nowrap}.journal-paper-cover{height:40%;min-height:100px}.journal-paper-bookmark{padding:10px 7px 12px;font-size:9px;top:-15px;right:11px}.journal-paper-copy{padding-top:12px}.journal-paper-copy time{font-size:8px}.journal-paper-copy h3{letter-spacing:-.04em;margin-top:9px;font-size:clamp(17px,4.7vw,24px);line-height:1.6}.journal-paper-copy>p{margin-top:8px;font-size:10px;line-height:1.9}.journal-paper-actions>button{gap:22px;padding:10px 12px;font-size:10px}.journal-paper-actions>span{letter-spacing:.5px;font-size:7px}.journal-pagination{gap:8px;margin-top:19px;font-size:9px}.journal-pagination button{width:30px;height:30px;font-size:10px}.journal-page-fraction{display:none}.journal-library-link{flex-direction:column;align-items:flex-start;gap:15px;margin-top:20px}.journal-library-link p{font-size:12px}.journal-library-link p>span{font-size:9px}.journal-library-link>a{align-self:flex-end;font-size:11px}.journal-index{padding-top:35px}.journal-index-heading{flex-direction:column;align-items:flex-start;gap:18px}.journal-index-heading h1{font-size:30px}.journal-index-heading p,.journal-social-links a{font-size:11px}.journal-collection{padding-top:50px}.journal-collection-heading{flex-direction:column;align-items:stretch;gap:20px}.journal-collection-heading h2{font-size:22px}.journal-search{width:100%}.journal-source-filters{gap:5px;margin:20px 0}.journal-source-filters button{gap:7px;padding:8px 11px;font-size:10px}.journal-source-filters>span{font-size:9px}.journal-bookshelf{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.journal-shelf-copy{gap:8px;padding:13px 12px 5px}.journal-shelf-copy strong{font-size:12px;line-height:1.8}.journal-shelf-copy time{font-size:8px}.journal-shelf-copy>span{display:none}.journal-shelf-cover>span{font-size:8px;top:7px;left:7px}.journal-shelf-footer{flex-wrap:wrap;margin:8px 12px 0;padding:11px 0;font-size:9px}.journal-preview{border-radius:12px;width:calc(100% - 22px);max-height:93svh}.journal-preview-content{padding:24px 22px 30px}.journal-preview-content h2{font-size:23px}.journal-preview-excerpt>p{font-size:13px}.journal-preview-toolbar{padding:10px 15px}.journal-preview-toolbar>span{letter-spacing:.8px;font-size:8px}.journal-preview-description{font-size:12px}.journal-preview-contents{padding:17px}.journal-preview-contents ol{font-size:11px}.article-reading-experience{padding:12px 12px 40px}.reading-toolbar{gap:9px;padding:12px 14px;top:103px}.reading-toolbar>span:nth-child(2){font-size:9px}.reading-sheet{padding:25px 20px 30px}.reading-sheet h1{font-size:26px}.reading-sheet .prose-custom>h2,.reading-sheet .prose-custom>h3{scroll-margin-top:174px}}@media (max-width:380px){.video-theater{padding:12px}.cinema-channel strong{font-size:14px}.cinema-channel p{font-size:9px}.cinema-channel-count{font-size:7px}.cinema-play{width:48px;height:48px}.cinema-play svg{width:24px;height:24px}.cinema-poster-caption>strong{font-size:13px}.cinema-poster-caption>span{display:none}.cinema-screen-label{letter-spacing:1px;font-size:7px}.cinema-info h3{font-size:17px}.cinema-channel{gap:8px}.cinema-avatar{width:34px;height:34px}.cinema-avatar .profile-avatar{width:25px;height:25px}.journal-desk{grid-template-columns:35px minmax(0,1fr)}.journal-book-intro{padding:17px 8px}.journal-book-intro h3{font-size:13px}.journal-spine-label{font-size:6px;left:12px}.journal-paper{padding:13px 14px 19px}.journal-paper-copy h3{font-size:16px}.journal-paper-actions>button{gap:12px;padding:11px;font-size:9px}.journal-paper-actions>span{font-size:6px}.journal-pagination>span:first-child{font-size:8px}.journal-paper-copy>p{-webkit-line-clamp:2}.journal-page-fold{width:19px;height:19px}.journal-preview-content{padding:20px 17px}.journal-preview-content h2{font-size:21px}.reading-sheet{padding:23px 16px}.reading-toolbar>span:nth-child(2){display:none}.reading-percentage{margin-left:auto}.journal-bookshelf{grid-template-columns:1fr}.journal-shelf-copy strong{font-size:14px}.journal-source-filters>span{width:100%;margin-top:5px}.cinema-browse-grid{grid-template-columns:1fr}}@media (max-height:740px) and (min-width:761px){.journal-pin{min-height:470px}.journal-desk{min-height:380px}.journal-book-intro h3{margin-top:17px;font-size:28px}.journal-book-intro>p{margin-top:10px;font-size:10px}.journal-desk-cat{width:40px;height:40px}.journal-handwriting{font-size:11px}.journal-paper-copy h3{font-size:20px;line-height:1.5}.journal-paper-copy>p{-webkit-line-clamp:2;margin-top:7px;font-size:10px}.journal-paper-cover{height:39%}}@media (max-height:700px) and (max-width:760px){.journal-pin{height:calc(100svh - 120px);min-height:0}.journal-desk{min-height:0;max-height:none}.journal-paper-cover{height:32%;min-height:75px}.journal-paper-copy h3{font-size:16px;line-height:1.6}.journal-paper-copy>p{font-size:9px;line-height:1.7}.journal-paper-actions{padding-top:8px}.journal-paper-actions>button{padding:9px 12px}.journal-desk-cat{width:24px;height:24px}.journal-spine-label{font-size:6px;bottom:73px}.journal-pagination{margin-top:15px}.journal-desk-heading{margin-bottom:11px}}@media (max-height:500px){.journal-scroll{height:auto;margin-bottom:35px}.journal-pin{height:570px;min-height:0;position:relative;top:auto}.journal-desk{min-height:430px}.journal-desk-heading>span:last-child{display:none}}@media (prefers-reduced-motion:reduce){.journal-scroll{height:auto}.journal-pin{margin-bottom:25px;position:relative;top:auto}.journal-paper{transform:none!important}.journal-paper[aria-hidden=true]{visibility:hidden!important;opacity:0!important}.journal-paper[aria-hidden=false]{visibility:visible!important;opacity:1!important}.journal-desk-heading>span:last-child,.journal-pagination>span:first-child{font-size:0}.journal-pagination>span:first-child:after{content:"番号からページを選べます。";font-size:10px}.reading-sheet .prose-custom>.reading-await{opacity:1;transform:none}.reading-sheet,.journal-preview[open],.journal-preview-excerpt>p,.cinema-screen,.cinema-info{animation:none}.cinema-poster:hover>img,.journal-shelf-card:hover{transform:none}}.journal-index{overflow-x:clip}.journal-pages{perspective-origin:0}.journal-paper-cover>img{object-fit:contain}.cinema-page-heading h1>span,.journal-index-heading h1>span{display:inline-block}@media (min-width:761px){.reading-toolbar{top:86px}}@media (max-height:500px){.journal-paper{transform:none!important}.journal-paper[aria-hidden=true]{visibility:hidden!important;opacity:0!important}.journal-paper[aria-hidden=false]{visibility:visible!important;opacity:1!important}.journal-pagination>span:first-child{font-size:0}.journal-pagination>span:first-child:after{content:"番号からページを選べます。";font-size:10px}}@media (max-width:380px){.cinema-page-heading h1,.journal-index-heading h1{font-size:26px}}
.app-collection-page{padding-top:55px;padding-bottom:75px;overflow-x:clip}.app-collection-page .collection-heading h1{letter-spacing:-.06em;font-size:clamp(30px,4vw,48px)}.collection-section-note{font:9px var(--font-space-grotesk);letter-spacing:1.4px;color:var(--muted);justify-content:space-between;align-items:center;gap:20px;margin:28px 0 16px;display:flex}.collection-section-note>a{font:11px var(--font-noto-sans-jp);letter-spacing:0;color:var(--foreground)}.app-spotlight{border:1px solid var(--line);background:var(--surface);border-radius:22px;grid-template-columns:1fr 1fr;min-width:0;display:grid;overflow:hidden}.app-spotlight-content{flex-direction:column;min-width:0;padding:36px 40px 30px;display:flex}.app-spotlight-kicker{font:9px var(--font-space-grotesk);letter-spacing:1.3px;color:var(--muted);justify-content:space-between;gap:20px;display:flex}.app-spotlight-copy{margin-top:36px;animation:.5s both film-select}.app-spotlight-identity{align-items:center;gap:13px;display:flex}.app-spotlight-identity strong{font-size:16px;font-weight:500}.app-spotlight-identity div>span{color:var(--muted);margin-top:5px;font-size:9px;display:block}.app-spotlight-copy h2{letter-spacing:-.05em;margin-top:25px;font-size:clamp(26px,3.5vw,43px);font-weight:700;line-height:1.55}.app-spotlight-copy>p{max-width:340px;color:var(--secondary);margin-top:16px;font-size:12px;line-height:2}.app-spotlight-platforms{color:var(--muted);flex-wrap:wrap;gap:6px;margin:15px 0 25px;font-size:9px;display:flex}.app-spotlight-platforms>span{border:1px solid var(--line);border-radius:5px;padding:5px 8px}.app-spotlight-copy .button{font-size:12px}.app-spotlight-tabs{gap:7px;margin-top:auto;padding-top:25px;display:flex}.app-spotlight-tabs>button{border-top:2px solid var(--line);white-space:nowrap;flex-direction:column;flex:1;align-items:flex-start;gap:7px;padding:12px 9px 0 0;font-size:10px;transition:border-color .25s;display:flex}.app-spotlight-tabs>button>span{font:8px var(--font-space-grotesk);color:var(--muted)}.app-spotlight-tabs>button[aria-pressed=true]{border-color:var(--accent);color:var(--accent)}.product-preview{background:var(--product-tint);color:#382e35;isolation:isolate;flex-direction:column;justify-content:center;align-items:center;min-height:630px;display:flex;position:relative;overflow:hidden}.product-preview-word{font:700 clamp(80px, 10vw, 130px) / 1 var(--font-space-grotesk);letter-spacing:-.085em;text-align:center;color:var(--product-accent);opacity:.22;z-index:-1;position:absolute;top:35px;left:0;right:0}.product-orbit{border:1px solid color-mix(in srgb, var(--product-accent) 25%, transparent);z-index:-1;border-radius:50%;height:42%;position:absolute;top:29%;left:5%;right:5%;transform:rotate(-20deg)}.product-orbit-two{height:34%;top:35%;transform:rotate(28deg)}.product-preview-device{width:240px;margin-top:10px;transition:transform .6s cubic-bezier(.2,.7,.2,1);transform:rotate(-5deg)}.product-preview:hover .product-preview-device{transform:rotate(-1deg)translateY(-3px)}.product-screen-image{animation:.4s both film-select}.product-preview-controls{align-items:center;gap:18px;margin-top:23px;display:flex;position:relative}.product-preview-controls>button{background:#ffffff2b;border:1px solid #45333935;border-radius:50%;place-items:center;width:29px;height:29px;font-size:13px;display:grid}.product-preview-controls>button:hover{background:#fff8}.product-preview-controls>div{gap:2px;display:flex}.product-preview-controls>div button{place-items:center;width:25px;height:30px;display:grid}.product-preview-controls>div button>span{background:#54413f3d;border-radius:50%;width:5px;height:5px;transition:width .3s,background .3s;display:block}.product-preview-controls>div button[aria-pressed=true]>span{background:#54413f;border-radius:4px;width:18px}.product-preview-note{font:7px var(--font-space-grotesk);letter-spacing:1.4px;writing-mode:vertical-rl;color:#65534f;position:absolute;bottom:20px;right:18px}.product-preview-caption{font:8px var(--font-space-grotesk);letter-spacing:1.5px;color:#695965;margin-top:26px}.product-app-overview{text-align:center;color:#3c3442;background:#faf7f1;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:45px 23px 28px;display:flex}.product-app-overview>span{font:7px var(--font-space-grotesk);letter-spacing:1.5px;color:#a393a7}.product-app-overview>img,.product-app-overview>span:nth-child(2){border-radius:25px;margin-top:25px}.product-app-overview>strong{letter-spacing:-.04em;margin-top:20px;font-size:19px;line-height:1.7}.product-app-overview>p{color:#84778b;margin-top:13px;font-size:10px;line-height:1.9}.product-app-overview>div{flex-wrap:wrap;justify-content:center;gap:5px;margin-top:18px;display:flex}.product-app-overview>div>span{color:#9989a2;border:1px solid #e2dbe7;border-radius:4px;padding:4px 6px;font-size:8px}.product-app-overview>.profile-avatar{--background:#faf7f1;width:30px;height:30px;margin-top:auto;margin-bottom:9px}.product-preview-web{min-height:630px}.product-browser{background:#faf7f1;border:1px solid #c6b6d3;border-radius:12px;width:86%;transition:transform .6s;overflow:hidden;transform:rotate(-3deg);box-shadow:0 22px 40px #3e294324}.product-preview:hover .product-browser{transform:rotate(0)}.product-browser-bar{color:#8b769e;height:34px;font:8px var(--font-space-grotesk);letter-spacing:.5px;background:#ece5f1;border-bottom:1px solid #d4c7dd;justify-content:space-between;align-items:center;gap:10px;padding:0 13px;display:flex}.product-browser-bar>span:first-child{letter-spacing:1px;font-size:7px}.product-browser .product-app-overview{height:350px;padding:20px 32px}.product-browser .product-app-overview>img{width:76px;height:76px;margin-top:16px}.product-browser .product-app-overview>strong{margin-top:15px;font-size:21px}.product-browser .product-app-overview>p{max-width:270px;font-size:11px}.product-browser .product-app-overview>.profile-avatar{width:22px;height:22px;margin-top:20px}.product-browser .product-app-overview>div{display:none}.app-library{padding-top:68px;scroll-margin-top:115px}.app-library-heading{justify-content:space-between;align-items:center;gap:25px;display:flex}.app-library-heading h2{letter-spacing:-.04em;margin-top:10px;font-size:23px;font-weight:500}.app-library .gallery-toolbar{margin-top:28px;margin-bottom:16px}.app-category-filters{flex-wrap:wrap;gap:7px;margin-bottom:25px;display:flex}.app-category-filters>button{border:1px solid var(--line);color:var(--muted);border-radius:5px;padding:7px 10px;font-size:10px}.app-category-filters>button[aria-pressed=true]{color:var(--accent);background:var(--lavender);border-color:var(--lavender)}.app-library-empty{text-align:center;border:1px dashed var(--line);color:var(--muted);border-radius:12px;padding:50px 20px;font-size:13px}.app-library-empty>.profile-avatar{width:50px;height:50px;margin:0 auto 20px}.app-library-empty>button{margin-top:20px;font-size:12px;text-decoration:underline}.app-product-page{padding:30px 0 80px;overflow-x:clip}.product-breadcrumb{color:var(--muted);justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;font-size:10px;display:flex}.product-breadcrumb>span{white-space:nowrap;text-overflow:ellipsis;max-width:50%;overflow:hidden}.app-product-hero{border:1px solid var(--line);background:var(--surface);border-radius:22px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.app-product-copy{flex-direction:column;align-items:flex-start;padding:40px;display:flex}.app-product-copy>.eyebrow{margin-bottom:26px;font-size:8px}.app-product-copy>h1{letter-spacing:-.04em;text-wrap:pretty;margin-top:20px;font-size:clamp(27px,3.2vw,40px);font-weight:700;line-height:1.5}.app-product-summary{color:var(--secondary);margin-top:15px;font-size:13px;line-height:2}.product-platform-badges{flex-wrap:wrap;gap:6px;margin-top:18px;display:flex}.product-platform-badges>span{border:1px solid var(--line);color:var(--muted);border-radius:5px;padding:5px 7px;font-size:9px}.product-store-links{flex-wrap:wrap;gap:8px;width:100%;margin-top:27px;display:flex}.product-store-links>a,.product-store-links>span{border-radius:8px;align-items:center;gap:9px;min-height:43px;padding:12px 15px;font-size:11px;display:flex}.product-store-links>a{background:var(--foreground);color:var(--background);transition:background .25s}.product-store-links>a:hover{background:var(--accent-strong);color:var(--background)}.product-store-links>span{background:var(--soft);color:var(--muted);font-size:10px}.product-store-links>a>span:last-child{margin-left:10px}.product-store-links svg{width:17px;height:17px}.product-maker{color:var(--muted);align-items:center;gap:12px;margin-top:auto;padding-top:28px;display:flex}.product-maker .profile-avatar{width:30px;height:30px;color:var(--foreground)}.product-maker span{font-size:9px}.product-maker strong{font:9px var(--font-space-grotesk);margin-top:5px;display:block}.product-about{border-bottom:1px solid var(--line);grid-template-columns:1fr 1.75fr;gap:50px;padding:65px 25px;display:grid}.product-about h2{letter-spacing:-.05em;margin-top:17px;font-size:29px;font-weight:500;line-height:1.7}.product-tags{color:var(--accent);flex-wrap:wrap;gap:8px;margin-top:22px;font-size:10px;display:flex}.product-description p{color:var(--secondary);font-size:14px;line-height:2.3}.product-description p+p{margin-top:17px}.app-product-page .app-screens-section{padding:50px 25px 0}.product-information{border-top:1px solid var(--line);grid-template-columns:1fr 1.75fr;gap:25px 50px;margin:55px 25px 0;padding-top:35px;display:grid}.product-information h2{margin-top:13px;font-size:22px;font-weight:500}.product-information>dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.product-information dt{color:var(--muted);font-size:10px}.product-information dd{margin-top:12px;font-size:12px;line-height:1.8}.product-legal-links{flex-wrap:wrap;grid-column:2;gap:12px;font-size:10px;display:flex}.product-legal-links>a,.product-legal-links>span{color:var(--secondary);align-items:center;gap:7px;padding:11px 0;display:flex}.product-legal-links>span{color:var(--muted)}.product-legal-links svg{width:14px;height:14px}.product-related{border-top:1px solid var(--line);margin-top:70px;padding-top:35px}.product-related>div:first-child{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.product-related h2{letter-spacing:-.04em;margin-top:10px;font-size:24px;font-weight:500}.product-related>div>a{color:var(--secondary);white-space:nowrap;font-size:11px}.legal-sheet{background:var(--surface);border:1px solid var(--line);border-radius:15px;width:calc(100% - 40px);margin-top:35px;margin-bottom:55px;padding:35px 40px}.legal-app-identity{color:var(--secondary);align-items:center;gap:15px;margin-top:22px;font-size:14px;display:flex}.legal-app-identity img{border-radius:12px;width:44px;height:44px}@media (max-width:1000px){.app-spotlight-content{padding:28px}.app-spotlight-copy h2{font-size:32px}.product-preview-device{width:225px}.product-preview{min-height:590px}.app-product-copy{padding:30px}.product-store-links{gap:7px}.product-store-links>a{font-size:10px}.product-about{gap:30px;padding-inline:10px}.product-information{gap:25px 30px;margin-inline:10px}.app-library-heading{align-items:flex-start}.app-library-heading h2{font-size:20px}}@media (max-width:760px){.app-collection-page{padding-top:35px}.app-collection-page .collection-heading h1{font-size:32px}.collection-section-note{letter-spacing:.7px;margin-top:25px;font-size:7px}.collection-section-note>a{font-size:10px}.app-spotlight{border-radius:17px;grid-template-columns:1fr}.app-spotlight-content{padding:23px;display:contents}.app-spotlight-kicker{grid-row:1;padding:23px 23px 0}.app-spotlight-copy{grid-row:2;margin:0;padding:22px 23px 25px}.app-spotlight-copy h2{margin-top:19px;font-size:30px}.app-spotlight-identity img{border-radius:13px;width:44px;height:44px}.app-spotlight-identity strong{font-size:15px}.app-spotlight-copy>p{max-width:none;font-size:12px}.app-spotlight-platforms{margin-bottom:20px}.app-spotlight-tabs{grid-row:4;gap:15px;margin:0;padding:0 20px 20px}.app-spotlight-tabs>button{margin-top:20px;padding-top:10px;font-size:10px}.app-spotlight>.product-preview{grid-row:3;min-height:540px}.product-preview{min-height:550px}.product-preview-word{font-size:95px;top:26px}.product-preview-device{width:214px;margin-top:10px}.product-preview-controls{margin-top:22px}.product-preview-note{font-size:6px;right:14px}.app-library{padding-top:48px}.app-library-heading{flex-direction:column;align-items:stretch;gap:20px}.app-library-heading h2{font-size:20px;line-height:1.7}.app-category-filters{gap:5px}.app-category-filters>button{padding:7px 9px;font-size:9px}.app-product-page{padding-top:23px}.product-breadcrumb{margin-bottom:20px;font-size:9px}.app-product-hero{border-radius:17px;grid-template-columns:1fr}.app-product-copy{padding:25px}.app-product-copy>.eyebrow{margin-bottom:20px}.app-product-copy>img{border-radius:21px;width:76px;height:76px}.app-product-copy>h1{margin-top:16px;font-size:29px;line-height:1.6}.app-product-summary{margin-top:12px;font-size:12px}.product-platform-badges>span{font-size:8px}.product-store-links{margin-top:22px}.product-store-links>a{padding:13px 16px;font-size:11px}.product-maker{padding-top:25px}.product-maker .profile-avatar{width:26px;height:26px}.product-maker span{font-size:8px}.product-about{grid-template-columns:1fr;gap:25px;padding:40px 5px}.product-about h2{margin-top:12px;font-size:25px}.product-about h2 br{display:none}.product-tags{margin-top:14px}.product-description p{font-size:13px;line-height:2.2}.app-product-page .app-screens-section{padding:35px 5px 0}.product-information{grid-template-columns:1fr;gap:23px;margin:40px 5px 0;padding-top:30px}.product-information h2{margin-top:9px;font-size:21px}.product-information>dl{gap:12px}.product-information dd{margin-top:8px;font-size:10px;line-height:1.8}.product-information dt{font-size:9px}.product-legal-links{grid-column:auto;gap:16px;font-size:9px}.product-related{margin-top:45px;padding-top:28px}.product-related>div:first-child{flex-direction:column;align-items:flex-start;gap:16px}.product-related h2{font-size:22px}.product-related>div>a{align-self:flex-end;font-size:10px}.product-preview-web{min-height:500px}.product-browser{width:88%}.product-browser .product-app-overview{height:340px;padding:23px}.product-browser .product-app-overview>strong{font-size:19px}.product-browser .product-app-overview>p{font-size:10px}.legal-sheet{width:calc(100% - 30px);margin-top:22px;padding:27px 23px}.legal-sheet h1{font-size:26px}.legal-app-identity{font-size:12px}}@media (max-width:380px){.app-collection-page .collection-heading h1{font-size:28px}.app-spotlight-copy{padding:20px}.app-spotlight-copy h2{font-size:26px}.app-spotlight-tabs{gap:8px;padding:0 15px 17px}.app-spotlight-tabs>button{font-size:9px}.app-spotlight>.product-preview{min-height:505px}.product-preview{min-height:510px}.product-preview-device{width:198px}.product-preview-word{font-size:77px}.app-product-copy{padding:23px 20px}.app-product-copy>h1{font-size:25px}.product-store-links>a{justify-content:space-between;width:100%;font-size:11px}.product-store-links>a>span:nth-child(2){margin-right:auto}.product-browser .product-app-overview{padding:20px 18px}.product-browser-bar{font-size:7px}.product-browser .product-app-overview>strong{font-size:17px}.product-about h2{font-size:22px}}@media (prefers-reduced-motion:reduce){.app-spotlight-copy,.product-screen-image{animation:none}.product-preview:hover .product-preview-device,.product-preview:hover .product-browser{transform:none}}.pet-page{padding-top:60px;padding-bottom:70px;overflow-x:clip}.pet-hero{grid-template-columns:1fr 1.1fr;align-items:center;gap:70px;display:grid}.pet-introduction{padding:25px 0}.pet-introduction>h1{letter-spacing:-.06em;margin-top:22px;font-size:clamp(30px,3.8vw,46px);font-weight:700;line-height:1.65}.pet-introduction>h1>span{white-space:nowrap;display:block}.pet-introduction>p{color:var(--secondary);margin-top:22px;font-size:13px;line-height:2.1}.pet-nameplate{margin-top:39px}.pet-nameplate>span{font:9px var(--font-space-grotesk);letter-spacing:2px;color:var(--muted)}.pet-nameplate>div{align-items:center;gap:18px;margin-top:5px;display:flex}.pet-nameplate strong{letter-spacing:.1em;font-size:42px;font-weight:500}.pet-nameplate>div>span{font:12px var(--font-space-grotesk);letter-spacing:2px;color:var(--muted)}.pet-nameplate .profile-avatar{width:27px;height:27px;color:var(--accent);margin-left:auto;margin-right:25px;transform:rotate(-18deg)}.pet-nameplate>p{color:var(--secondary);max-width:380px;margin-top:9px;font-size:12px;line-height:2.1}.pet-facts{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr .65fr 1.15fr;gap:20px;margin-top:27px;padding:21px 0;display:grid}.pet-facts dt{font:8px var(--font-space-grotesk);letter-spacing:.5px;color:var(--muted)}.pet-facts dd{margin-top:9px;font-size:14px;line-height:1.4}.pet-facts dd>span{font:23px var(--font-space-grotesk);margin-right:4px}.pet-facts dd>time{font:15px var(--font-space-grotesk)}.pet-intro-footnote{font:8px var(--font-space-grotesk);letter-spacing:1px;color:var(--muted);align-items:center;gap:9px;margin-top:23px;display:flex}.pet-intro-footnote>span{background:var(--green);border-radius:50%;width:6px;height:6px}.pet-portrait{min-width:0;padding:15px 15px 0;position:relative}.pet-photo-card{background:#fffcf4;padding:14px 14px 0;transition:transform .5s;position:relative;transform:rotate(3deg);box-shadow:0 20px 50px #38271718,0 0 0 1px #ac967827}.pet-photo-card:hover{transform:rotate(0)}.pet-photo{aspect-ratio:4/4.5;background:#c1b9ad;width:100%;display:block;position:relative;overflow:hidden}.pet-photo>img{object-fit:cover;object-position:53% center;transition:transform .8s}.pet-photo:hover>img{transform:scale(1.035)}.pet-photo-zoom{color:#42392e;opacity:0;background:#f7f3e8d9;border-radius:20px;padding:8px 12px;font-size:9px;transition:opacity .3s,transform .3s;position:absolute;bottom:13px;right:12px;transform:translateY(6px)}.pet-photo:hover .pet-photo-zoom,.pet-photo:focus-visible .pet-photo-zoom{opacity:1;transform:translateY(0)}.pet-photo-caption{color:#6e5e4b;justify-content:space-between;align-items:center;gap:10px;padding:19px 4px;display:flex}.pet-photo-caption>span:first-child{font:italic 17px Georgia,serif}.pet-photo-caption>span:last-child{font:8px var(--font-space-grotesk);letter-spacing:1px;color:#9b8a75}.pet-photo-tape{z-index:2;clip-path:polygon(1% 0,98% 2%,100% 94%,2% 100%,0 75%,2% 50%);opacity:.8;background:#dbceacf0;width:120px;height:32px;position:absolute;top:-15px;left:50%;transform:translate(-50%)rotate(-7deg)}.pet-photo-sticker{color:#57436c;text-align:center;pointer-events:none;background:#dccdf0;border:1px solid #b9a6d1;border-radius:50%;align-content:center;width:95px;height:95px;font:italic 22px/1 Georgia,serif;display:grid;position:absolute;bottom:106px;left:-12px;transform:rotate(-13deg);box-shadow:2px 4px #45315915}.pet-pat-station{justify-content:flex-end;align-items:center;gap:20px;margin-top:32px;display:flex;position:relative}.pet-reaction{color:var(--muted);font-size:11px}.pet-pat-station>button{border:1px solid var(--line);background:var(--surface);border-radius:30px;align-items:center;gap:10px;padding:13px 17px;font-size:11px;transition:background .2s;display:flex}.pet-pat-station>button:hover{background:var(--lavender)}.pet-pat-station>button>.profile-avatar{width:15px;height:15px;color:var(--accent)}.pet-pat-station>button>span{color:var(--accent);font:12px var(--font-space-grotesk);min-width:12px;margin-left:7px}.pet-pat-sparkles{pointer-events:none;position:absolute;bottom:30px;right:70px}.pet-pat-sparkles>span{color:var(--accent);animation:1.25s cubic-bezier(.15,.5,.4,1) both pet-love;animation-delay:calc(var(--paw-i) * 55ms);font-size:20px;position:absolute}@keyframes pet-love{0%{opacity:0;transform:translate(0)scale(.3)}20%{opacity:1}to{opacity:0;transform:translate(calc((var(--paw-i) - 2) * 33px), calc(-75px - var(--paw-i) * 7px)) rotate(calc((var(--paw-i) - 2) * 17deg)) scale(1.1)}}.pet-photo-dialog{background:0 0;border:0;width:min(1000px,94vw);max-height:92svh;margin:auto;padding:0;overflow:visible}.pet-photo-dialog::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#171219e6}.pet-photo-dialog[open]{animation:.4s both paper-open}.pet-photo-dialog>div{position:relative}.pet-photo-dialog img{object-fit:contain;border-radius:10px;width:100%;height:auto;max-height:82svh}.pet-photo-dialog button{color:#382d28;z-index:2;background:#fffdf1e8;border-radius:50%;width:35px;height:35px;font-size:25px;line-height:1;position:absolute;top:10px;right:10px}.pet-photo-dialog p{color:#fffaf0;text-align:center;margin-top:15px;font:italic 17px Georgia,serif}.pet-mascot-story{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1.65fr;align-items:center;gap:50px;margin-top:75px;padding:60px 20px;display:grid}.pet-mascot-copy h2{letter-spacing:-.05em;margin-top:18px;font-size:33px;font-weight:500;line-height:1.65}.pet-mascot-copy p{color:var(--secondary);margin-top:17px;font-size:12px;line-height:2.15}.pet-transformation{justify-content:center;align-items:center;gap:17px;min-width:0;display:flex}.pet-origin-photo{width:37%;transform:rotate(-5deg)}.pet-origin-photo img{aspect-ratio:1;object-fit:cover;object-position:52% center;border:7px solid #fffdf5;box-shadow:0 7px 20px #3020200d}.pet-origin-photo>span,.pet-mascot-photo>span{font:8px var(--font-space-grotesk);color:var(--muted);text-align:center;letter-spacing:1px;margin-top:18px;display:block}.pet-transformation-arrow{white-space:nowrap;color:var(--accent);align-items:center;gap:6px;font-size:15px;display:flex}.pet-transformation-arrow .profile-avatar{width:20px;height:20px}.pet-mascot-photo{width:45%}.pet-mascot-photo>img{background:var(--lavender);border-radius:50%;width:100%;height:auto}.pet-closing{flex-direction:column;align-items:center;padding-top:55px;display:flex}.pet-closing>.profile-avatar{width:50px;height:50px;margin-bottom:15px}.pet-closing>p{letter-spacing:.06em;font-size:19px;font-weight:500}.pet-closing>span{font:11px var(--font-space-grotesk);color:var(--muted);margin-top:10px}.pet-closing>a{border-bottom:1px solid var(--line);align-items:center;gap:30px;margin-top:15px;padding:12px 0;font-size:11px;display:flex}@media (max-width:1000px){.pet-hero{gap:35px}.pet-introduction>h1{font-size:34px}.pet-facts{gap:12px}.pet-portrait{padding:15px 10px 0}.pet-photo-sticker{width:75px;height:75px;font-size:19px;left:-6px}.pet-pat-station{gap:12px}.pet-reaction{font-size:10px}.pet-pat-station>button{padding:12px 14px;font-size:10px}.pet-photo-caption>span:first-child{font-size:14px}.pet-photo-caption>span:last-child{font-size:7px}.pet-mascot-story{gap:25px}}@media (max-width:760px){.pet-page{padding-top:32px;padding-bottom:50px}.pet-hero{grid-template-columns:1fr;gap:35px}.pet-introduction{padding:0}.pet-introduction>h1{margin-top:17px;font-size:34px;line-height:1.65}.pet-introduction>p{margin-top:15px;font-size:12px}.pet-nameplate{margin-top:27px}.pet-nameplate strong{font-size:35px}.pet-nameplate>p{font-size:12px}.pet-nameplate .profile-avatar{width:24px;height:24px}.pet-facts{gap:12px;margin-top:22px;padding:18px 0}.pet-facts dt{font-size:7px}.pet-facts dd{font-size:13px}.pet-facts dd>time{font-size:14px}.pet-intro-footnote{margin-top:19px;font-size:7px}.pet-portrait{width:100%;max-width:520px;margin:auto;padding:14px 9px 0}.pet-photo-card{padding:10px 10px 0;transform:rotate(2deg)}.pet-photo{aspect-ratio:4/4.4}.pet-photo-zoom{opacity:1;padding:7px 10px;font-size:8px;bottom:11px;right:10px;transform:none}.pet-photo-caption{padding:17px 3px}.pet-photo-sticker{width:76px;height:76px;font-size:20px;bottom:112px;left:-5px}.pet-pat-station{gap:14px;margin-top:28px}.pet-pat-station>button{padding:13px 15px;font-size:11px}.pet-reaction{font-size:10px}.pet-mascot-story{grid-template-columns:1fr;gap:35px;margin-top:45px;padding:35px 0 40px}.pet-mascot-copy h2{margin-top:13px;font-size:28px}.pet-mascot-copy h2 br{display:none}.pet-mascot-copy p{font-size:12px}.pet-transformation{gap:10px}.pet-transformation-arrow{gap:3px;font-size:12px}.pet-transformation-arrow .profile-avatar{width:17px;height:17px}.pet-origin-photo>span,.pet-mascot-photo>span{letter-spacing:.3px;font-size:7px}.pet-closing{padding-top:37px}.pet-closing>p{font-size:17px}.pet-closing>span{font-size:9px}.pet-closing>a{gap:20px;font-size:10px}.pet-photo-dialog p{font-size:15px}}@media (max-width:380px){.pet-introduction>h1{font-size:29px}.pet-facts dt{font-size:6px}.pet-facts dd,.pet-facts dd>time{font-size:12px}.pet-photo-caption>span:first-child{font-size:13px}.pet-photo-caption>span:last-child{font-size:6px}.pet-pat-station{gap:9px}.pet-pat-station>button{padding:12px;font-size:10px}.pet-reaction{font-size:9px}.pet-photo-sticker{width:65px;height:65px;font-size:17px;bottom:105px}.pet-mascot-copy h2{font-size:24px}}@media (prefers-reduced-motion:reduce){.pet-photo-card,.pet-photo-card:hover{transform:none}.pet-pat-sparkles{display:none}.pet-photo:hover>img{transform:none}.pet-photo-dialog[open]{animation:none}}@media (max-width:760px){.pet-hero{row-gap:22px}.pet-introduction{display:contents}.pet-introduction>.eyebrow{grid-row:1}.pet-introduction>h1{grid-row:2;margin-top:0}.pet-introduction>p{grid-row:3;margin-top:0}.pet-portrait{grid-row:4;margin-top:10px}.pet-nameplate{grid-row:5;margin-top:15px}.pet-facts{grid-row:6;margin-top:0}.pet-intro-footnote{grid-row:7;margin-top:0}}
