:root{--color-bg: #ffffff;--color-page: #f7f7f8;--color-surface: #ffffff;--color-surface-soft: #f1f1f2;--color-border: #e5e7eb;--color-text: #171717;--color-muted: #6b7280;--color-action: #111111;--color-action-muted: #f1f1f2;--shadow-composer: 0 18px 50px rgba(0, 0, 0, .08);--analyzer-width: min(900px, calc(100vw - 32px) );color:var(--color-text);background:var(--color-page);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--color-page)}button,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.shell{min-height:100vh;overflow-x:clip;color:var(--color-text);background:var(--color-page)}.topbar{background:#ffffffeb;border-bottom:1px solid #ecebe7}.topbarInner{display:flex;align-items:center;justify-content:space-between;gap:32px;width:min(1180px,calc(100vw - 48px));min-height:64px;margin:0 auto}.topbarLeft{display:flex;align-items:center;gap:28px;min-width:0}.brand{color:#1a1a1a;font-size:17px;font-weight:800;letter-spacing:0;text-decoration:none;white-space:nowrap}.brandNameExact{text-transform:none}.booksAnchor{min-height:34px;padding:0;border:0;color:#1a1a1a;background:transparent;font-size:13px;font-weight:700}.booksAnchor:hover,.booksAnchor:focus-visible{color:#5d5d58;outline:none}.languageNav{display:flex;align-items:center;gap:6px;padding:3px;border:1px solid #e6e6e6;border-radius:999px;background:#fff}.languageLink{min-height:30px;padding:0 11px;border:0;border-radius:999px;color:#707070;background:transparent;font-size:12px;font-weight:700}.languageLink:hover,.languageLink:focus-visible{color:#1a1a1a;outline:none}.languageLink.active{color:#fff;background:#111}.workspace{width:var(--analyzer-width);margin:0 auto;padding:clamp(54px,10vh,104px) 0 clamp(70px,9vh,96px);text-align:center}h1{max-width:680px;margin:0 auto 30px;color:var(--color-text);font-size:clamp(36px,4.2vw,44px);font-weight:500;letter-spacing:0;line-height:1.1;text-wrap:balance}.composer{position:relative;width:100%;margin:0 auto;padding:20px;border:1px solid var(--color-border);border-radius:24px;background:var(--color-surface);box-shadow:var(--shadow-composer);text-align:left}textarea{display:block;width:100%;min-height:126px;max-height:320px;padding:2px 2px 0;resize:none;overflow-y:hidden;border:0;border-radius:0;outline:0;color:#1a1a1a;background:transparent;box-shadow:none;font-size:17px;line-height:1.55;transition:border-color .14s ease,box-shadow .14s ease}textarea:focus{box-shadow:none}textarea::-webkit-resizer{display:none}textarea::placeholder{color:#8f939b}.composerFooter{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:16px}.composerLeft{min-width:0}.helper,.count{margin:0;color:#6f6f6f;font-size:13px;line-height:1.4}.helper{min-width:0}.count{white-space:nowrap}.warning{color:#9f2a20}.composerActions{position:relative;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:8px;min-width:0}.voiceButton,.voiceStopButton{position:relative;display:grid;flex:0 0 auto;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;place-items:center;border-radius:50%;border:1px solid #d9d9d9;color:var(--color-text);background:var(--color-action-muted);box-shadow:none;transition:border-color .14s ease,background .14s ease,color .14s ease}.voiceButton:hover,.voiceButton:focus-visible,.voiceStopButton:hover,.voiceStopButton:focus-visible{border-color:var(--color-action);background:#fff;outline:none}.voiceButton.listening{color:#fff;background:var(--color-action);border-color:var(--color-action);box-shadow:0 0 0 5px #11111114}.voiceButton.listening:after{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border:1px solid rgba(17,17,17,.16);border-radius:50%;content:"";animation:listeningPulse 1.8s ease-in-out infinite}.voiceListeningDots{position:absolute;right:7px;bottom:7px;width:14px;height:6px;background-image:radial-gradient(circle,rgba(255,255,255,.78) 1.15px,transparent 1.25px);background-size:5px 6px;background-position:0 50%;animation:audioCaptureDots .9s linear infinite}.voiceStopButton{color:var(--color-text);background:#fff}.voiceStopButton span{width:11px;height:11px;border-radius:2px;background:currentColor}.voiceButton:disabled{color:#9a9a9a;background:#f5f5f5;border-color:#e2e2e2}.voiceIcon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.sendButton{display:grid;flex:0 0 auto;width:44px;height:44px;min-width:0;min-height:0;padding:0;place-items:center;border:0;border-radius:50%;color:#fff;background:var(--color-action);box-shadow:0 8px 18px #0f172a1f;font-size:23px;font-weight:700;line-height:1;transition:background .14s ease,color .14s ease}.sendButton:not(:disabled):hover,.sendButton:not(:disabled):focus-visible{background:#000;outline:none}.voiceButton:before,.voiceStopButton:before{position:absolute;right:50%;bottom:calc(100% + 8px);z-index:20;width:max-content;max-width:180px;padding:6px 8px;border-radius:7px;color:#fff;background:#111111f0;content:attr(data-tooltip);font-size:12px;font-weight:700;line-height:1.2;opacity:0;pointer-events:none;transform:translate(50%,3px);transition:opacity .12s ease,transform .12s ease;white-space:nowrap}.voiceButton:hover:before,.voiceButton:focus-visible:before,.voiceStopButton:hover:before,.voiceStopButton:focus-visible:before{opacity:1;transform:translate(50%)}.sendButton:disabled{color:#8a8a8a;background:#f2f2f2}.stopButton,.stopButton:not(:disabled):hover{background:#4a4a4a}.stopIcon{width:12px;height:12px;border-radius:2px;background:#fff}.examplesSection{width:100%;margin:22px 0 0;text-align:left}.examplesHeader{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.examplesHeader h2{margin:0;color:var(--color-text);font-size:14px;font-weight:550;letter-spacing:0;line-height:1.25}.examplesHeader p{margin:4px 0 0;color:var(--color-muted);font-size:12px;line-height:1.4}.examplesControls{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.exampleSegmented{display:inline-flex;align-items:center;gap:2px;padding:2px;border:1px solid var(--color-border);border-radius:999px;background:#ffffffb8}.exampleFilter{min-height:28px;padding:0 9px;border:0;border-radius:999px;color:var(--color-muted);background:transparent;font-size:12px;font-weight:500;line-height:1}.exampleFilter:hover,.exampleFilter:focus-visible{color:var(--color-text);outline:none}.exampleFilter.active{color:#fff;background:var(--color-action)}.exampleSelect{min-height:34px;max-width:210px;padding:0 32px 0 12px;border:1px solid var(--color-border);border-radius:12px;color:var(--color-text);background:#fff;font-size:12px;font-weight:500}.exampleSelect:focus-visible{border-color:#c8cbd1;outline:2px solid rgba(17,17,17,.12);outline-offset:2px}.limitSelect{max-width:70px}.examplesGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.exampleCard{position:relative;display:block;width:100%;height:122px;padding:16px 16px 28px;border:1px solid var(--color-border);border-radius:16px;color:#374151;background:#ffffffd1;box-shadow:none;text-align:left;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease,transform .14s ease}.exampleCard:hover,.exampleCard:focus-visible{border-color:#d2d5dc;background:#fff;box-shadow:0 12px 28px #0f172a0f;outline:none;transform:translateY(-1px)}.exampleCardText{display:-webkit-box;overflow:hidden;color:#3f4650;font-size:14px;font-weight:400;line-height:1.45;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.exampleCardArrow{position:absolute;right:15px;bottom:13px;color:#b3b8c0;font-size:18px;line-height:1}.examplesEmpty{margin:0;padding:18px;border:1px solid var(--color-border);border-radius:16px;color:var(--color-muted);background:#ffffffbd;font-size:14px;line-height:1.45;text-align:center}.analysisCard{width:min(760px,100%);margin:24px auto 0;padding:20px;border:1px solid #e6e6e6;border-radius:10px;background:#fff;box-shadow:none;text-align:left}.analysisMeta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;color:#666;font-size:12px}.analysisBrand{display:inline-flex;align-items:center;gap:7px;min-width:0;color:#1a1a1a;font-weight:800;letter-spacing:0;white-space:nowrap}.betaPill{display:none}.analysisStatus{min-width:0;color:#666;font-size:12px;font-weight:700;line-height:1.35;text-align:right;animation:quietPulse 1.8s ease-in-out infinite}.analysisStatus:empty{display:none}.analysisText{margin:0;color:#1a1a1a;font-size:16px;line-height:1.65;white-space:pre-line}.responseActions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;margin-top:16px;padding-top:12px;border-top:1px solid #ededed}.responseActionButton{position:relative;display:grid;width:34px;height:34px;place-items:center;border:1px solid #d9d9d9;border-radius:7px;color:#1a1a1a;background:#fff;box-shadow:none}.responseActionButton:hover,.responseActionButton:focus-visible{color:#111;background:#fff;border-color:#111}.responseActionButton:focus-visible{outline:2px solid rgba(17,17,17,.18);outline-offset:2px}.responseActionButton:disabled{color:#9a9a9a;background:#f5f5f5;box-shadow:none;cursor:not-allowed}.responseActionButton:after{position:absolute;right:0;bottom:calc(100% + 8px);z-index:10;width:max-content;max-width:180px;padding:6px 8px;border-radius:6px;color:#fff;background:#1a1a1a;content:attr(data-tooltip);font-size:12px;font-weight:700;line-height:1.25;opacity:0;pointer-events:none;transform:translateY(3px);transition:opacity .12s ease,transform .12s ease;white-space:nowrap}.responseActionButton:before{position:absolute;right:12px;bottom:calc(100% + 3px);z-index:11;width:8px;height:8px;background:#1a1a1a;content:"";opacity:0;pointer-events:none;transform:rotate(45deg);transition:opacity .12s ease}.responseActionButton:hover:after,.responseActionButton:hover:before,.responseActionButton:focus-visible:after,.responseActionButton:focus-visible:before{opacity:1;transform:translateY(0)}.responseActionButton:hover:before,.responseActionButton:focus-visible:before{transform:rotate(45deg)}.actionIcon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.error,.notice{width:min(760px,100%);margin:22px auto 0;line-height:1.5}.error{color:#9f2a20}.notice{color:#555}.bookShowcase{padding:0 0 clamp(82px,10vh,116px);background:#f7f7f4;border-top:1px solid #ecebe7;contain:layout paint style;scroll-margin-top:80px}.bookShowcaseInner{width:min(1040px,calc(100vw - 36px));margin:0 auto;padding-top:clamp(54px,8vh,86px)}.bookModuleHeader{display:grid;justify-items:center;gap:18px;margin-bottom:36px}.bookIntro{min-width:0;margin:0;text-align:center}.bookIntro h2{margin:0;color:#202020;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2.2vw,30px);font-weight:400;letter-spacing:0;line-height:1.1}.bookCategorySelectorWrap{display:flex;justify-content:center;width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin}.bookCategorySelector{display:inline-flex;align-items:center;justify-content:center;gap:2px;max-width:100%;padding:3px;border:1px solid #deddd8;border-radius:999px;background:#ffffffb8}.bookCategoryTab{flex:0 0 auto;min-height:32px;padding:0 13px;border:0;border-radius:999px;color:#62625f;background:transparent;font-size:12px;font-weight:500;letter-spacing:0;line-height:1;white-space:nowrap}.bookCategoryTab:hover,.bookCategoryTab:focus-visible{color:#1f1f1f;outline:none}.bookCategoryTab:focus-visible{box-shadow:0 0 0 2px #1111111f}.bookCategoryTab.active{color:#fff;background:#2b2b2b}.bookCategorySection{display:grid;justify-items:center;gap:20px}.bookCategoryHeader{display:grid;justify-items:center;gap:8px;width:100%;max-width:760px;text-align:center}.bookCategoryHeader h3{margin:0;color:#161616;font-size:clamp(20px,1.8vw,26px);font-weight:600;letter-spacing:0;line-height:1.18}.bookGallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(136px,160px));align-items:start;justify-content:center;gap:clamp(18px,3vw,32px);width:100%;max-width:736px;margin:0 auto;min-height:260px;animation:galleryFade .16s ease}.bookTile{position:relative;display:flex;align-items:center;min-width:0;min-height:100%;flex-direction:column;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.bookTile:hover{border-color:transparent;box-shadow:none;transform:none}.bookCoverFrame{display:grid;width:min(138px,100%);aspect-ratio:2 / 3;place-items:center;align-self:center;overflow:hidden;border:1px solid #e5e4df;border-radius:7px;background:#fff;box-shadow:0 10px 28px #1212121a}.bookTile:hover .bookCoverFrame{box-shadow:0 12px 30px #12121221}.bookCoverFrame img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}.marketplaceBlock{width:100%;margin-top:14px;padding-top:0;border-top:0;text-align:center}.marketplaceBlock>span{display:block;margin-bottom:8px;color:#707070;font-size:12px;font-weight:600;line-height:1.2}.marketplacePills{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.marketplacePills a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:28px;padding:0 8px;border:1px solid #d8d7d1;border-radius:6px;color:#3d3d3d;background:#fff;font-size:12px;font-weight:650;line-height:1;text-decoration:none;transition:border-color .12s ease,color .12s ease}.marketplacePills a:hover,.marketplacePills a:focus-visible{border-color:#333;color:#fff;background:#333;outline:none}.marketplacePills a:focus-visible{box-shadow:0 0 0 2px #11111124}.siteFooter{color:#181816;background:#f3f2ee;border-top:1px solid #dedbd3;overflow:hidden}.siteFooterInner{width:min(1180px,calc(100vw - 48px));margin:0 auto;padding:clamp(54px,7vw,78px) 0 28px}.footerPrimary{display:grid;grid-template-columns:.82fr 1.14fr 1fr;align-items:start;border-top:1px solid #d8d5cd;border-bottom:1px solid #d8d5cd}.footerIdentity,.footerEditorial,.footerSocial{min-width:0;min-height:252px;padding:clamp(28px,4vw,42px) clamp(24px,3.6vw,38px)}.footerIdentity{padding-left:0}.footerEditorial,.footerSocial{border-left:1px solid #d8d5cd}.footerIdentity h2{margin:0;color:#161616;font-size:clamp(25px,2.7vw,34px);font-weight:560;letter-spacing:0;line-height:1.04}.footerTagline{margin:18px 0 0;max-width:300px;color:#4f504a;font-size:clamp(15px,1.4vw,18px);font-weight:500;line-height:1.42}.footerDescription{margin:0;max-width:46ch;color:#4c4d48;font-size:14px;font-weight:400;line-height:1.74}.footerSocial{display:grid;align-content:start;gap:18px;min-width:0}.footerSocialHeading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}.footerSocialIconBox{display:grid;width:34px;height:34px;place-items:center;border:1px solid #cbc8c0;border-radius:7px;color:#32332f;background:#ffffff7a}.footerSocial h3{margin:0;color:#1d1e1b;font-size:15px;font-weight:620;letter-spacing:0;line-height:1.25}.footerSocial p{margin:0;max-width:38ch;color:#55564f;font-size:14px;font-weight:400;line-height:1.64}.footerSocialLink{display:inline-flex;align-items:center;justify-content:center;justify-self:start;gap:10px;min-height:44px;margin-top:2px;padding:0 15px;border:1px solid #a9a69e;border-radius:7px;color:#1f201d;background:transparent;font-size:13px;font-weight:650;line-height:1;text-decoration:none;transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.footerSocialLink:hover,.footerSocialLink:focus-visible{border-color:#262722;color:#fff;background:#262722;outline:none;transform:translateY(-1px)}.footerSocialIcon{width:17px;height:17px;fill:currentColor}.footerSocialLink:focus-visible,.footerLanguageTrigger:focus-visible,.footerLanguageOption:focus-visible,.backToTopButton:focus-visible{outline:2px solid rgba(35,36,32,.2);outline-offset:3px}.footerBottom{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:0;padding-top:24px}.footerBottom p{margin:0;color:#66675f;font-size:12px;line-height:1.45}.footerLanguageSelector{position:relative;flex:0 0 auto}.footerLanguageTrigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:32px;max-width:100%;padding:0 11px;border:1px solid #d2d0c8;border-radius:7px;color:#33342f;background:#ffffff8a;font-size:12px;font-weight:700;line-height:1;box-shadow:none;transition:background .12s ease,border-color .12s ease,color .12s ease}.footerLanguageTrigger:hover,.footerLanguageTrigger[aria-expanded=true]{border-color:#343530;color:#161616;background:#fff}.footerLanguageIcon{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.footerChevron{width:7px;height:7px;margin-top:3px;border-top:1.5px solid currentColor;border-left:1.5px solid currentColor;transform:rotate(45deg)}.footerLanguageMenu{position:absolute;right:0;bottom:calc(100% + 10px);z-index:50;display:none;width:220px;padding:6px;border:1px solid #d8dee8;border-radius:8px;background:#fff;box-shadow:0 18px 42px #0f172a29}.footerLanguageMenu.open{display:grid;gap:2px}.footerLanguageOption{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-height:38px;padding:0 10px;border:0;border-radius:6px;color:#161616;background:transparent;font-size:14px;font-weight:600;text-align:left}.footerLanguageOption:hover,.footerLanguageOption:focus-visible{background:#f2f2f2}.footerLanguageOption.active{background:#eee}.footerSelectedMark{color:#1f1f1f;font-size:13px;opacity:0}.footerLanguageOption.active .footerSelectedMark{opacity:1}.backToTopButton{position:fixed;right:28px;bottom:28px;z-index:60;display:grid;width:48px;height:48px;min-width:44px;min-height:44px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#f5f5f5;background:#1f1f1f;box-shadow:0 14px 34px #0f172a33;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .18s ease,transform .18s ease,background .14s ease,box-shadow .14s ease}.backToTopButton.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.backToTopButton:hover,.backToTopButton:focus-visible{background:#111;box-shadow:0 18px 38px #0f172a42}.backToTopIcon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}@keyframes quietPulse{0%,to{opacity:.72}50%{opacity:1}}@keyframes listeningPulse{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.9;transform:scale(1.06)}}@keyframes audioCaptureDots{0%{background-position:0 50%}to{background-position:10px 50%}}@keyframes galleryFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.bookGallery,.bookTile,.marketplacePills a,.backToTopButton,.footerSocialLink,.voiceButton.listening:after,.voiceListeningDots,.sendButton{animation:none;transition:none}}@media(max-width:960px){.workspace{gap:34px;width:min(860px,calc(100vw - 40px));padding-top:64px}h1{max-width:720px}.composer{width:100%}.examplesHeader{align-items:flex-start;flex-direction:column;gap:12px}.examplesControls{justify-content:flex-start;width:100%}.examplesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.bookModuleHeader{grid-template-columns:1fr;align-items:center;gap:20px}.bookCategorySelectorWrap{justify-content:flex-start;padding-bottom:2px}.bookCategorySelector{max-width:none}.bookGallery{grid-template-columns:repeat(2,minmax(132px,168px));max-width:420px}.footerPrimary{gap:24px}}@media(max-width:720px){.topbarInner{align-items:stretch;flex-direction:column;gap:10px;width:calc(100vw - 24px);max-width:1180px;padding:14px 0}.topbarLeft{justify-content:space-between;gap:12px}.booksAnchor{flex:0 0 auto}.languageNav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;min-width:0;overflow-x:visible}.languageLink{min-width:0;padding:0 7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace{width:calc(100vw - 24px);padding:44px 0 74px}h1{max-width:min(100%,360px);font-size:clamp(28px,7vw,32px);line-height:1.12;overflow-wrap:break-word;text-wrap:balance}.composer{padding:16px;border-radius:20px}textarea{min-height:136px;max-height:260px;font-size:16px}.composerFooter{grid-template-columns:minmax(0,1fr);align-items:end;gap:12px}.count{justify-self:end}.composerActions{justify-content:flex-end;width:100%}.voiceButton,.voiceStopButton,.sendButton{width:44px;height:44px}.examplesSection{margin-top:18px}.examplesHeader{gap:12px}.examplesControls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;width:100%}.exampleSegmented{grid-column:1 / -1;width:100%}.exampleSegmented .exampleFilter{width:33.333%}.exampleFilter{min-width:0;padding:0 6px}.exampleSelect{width:100%;max-width:none}.limitSelect{width:76px}.examplesGrid{grid-template-columns:minmax(0,1fr);gap:10px}.exampleCard{height:116px;padding:16px 16px 26px}.analysisMeta{align-items:flex-start;flex-wrap:wrap;gap:6px 12px}.analysisStatus{margin-left:auto}.responseActions{gap:6px;margin-top:16px}.responseActionButton{width:38px;height:38px}.bookShowcase{padding-bottom:78px;scroll-margin-top:112px}.bookShowcaseInner{width:calc(100vw - 24px);max-width:1180px;padding-top:56px}.bookModuleHeader{gap:18px;margin-bottom:34px}.bookIntro h2{font-size:clamp(24px,7vw,30px)}.bookCategorySection{gap:18px}.bookCategorySelectorWrap{width:calc(100vw - 24px);margin:0 auto}.bookCategoryTab{min-height:34px;padding:0 12px}.bookCategoryHeader h3{font-size:clamp(20px,5.6vw,24px)}.bookGallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px;min-height:0}.bookTile{display:flex;align-items:center;padding:0}.bookCoverFrame{width:min(132px,100%)}.marketplaceBlock{margin-top:10px;padding-top:0}.marketplacePills a{min-width:44px;min-height:36px}.siteFooterInner{width:calc(100vw - 24px);max-width:1180px;padding:46px 0 22px}.footerPrimary{align-items:flex-start;grid-template-columns:1fr}.footerIdentity,.footerEditorial,.footerSocial{width:100%;min-height:0;padding:26px 0}.footerEditorial,.footerSocial{border-left:0;border-top:1px solid #d8d5cd}.footerIdentity h2{font-size:clamp(28px,8vw,34px)}.footerTagline{max-width:100%;font-size:17px}.footerDescription{max-width:100%;font-size:14px;line-height:1.7}.footerSocial{justify-items:stretch;min-width:0;width:100%}.footerSocial p{max-width:100%}.footerSocialLink{width:100%;min-height:46px}.footerBottom{align-items:flex-start;flex-direction:column;gap:16px;margin-top:0}.footerLanguageSelector,.footerLanguageTrigger{width:100%}.footerLanguageTrigger{justify-content:space-between}.footerLanguageMenu{right:auto;left:0;width:min(100%,280px)}.backToTopButton{right:16px;bottom:16px;width:44px;height:44px;border-radius:10px}}@media(max-width:360px){.bookGallery{grid-template-columns:minmax(0,1fr);max-width:176px}}
