:root{--paper:#faf9f6;--ink:#292438;--muted:#625d6d;--violet:#6744d5;--line:#e5e1e8;--peach:#ffad99;--mint:#b9ddca;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{outline-offset:4px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #6744d5}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:-100px;left:16px;z-index:10;background:#fff;padding:15px}.skip:focus{top:10px}.site-header{max-width:1240px;margin:auto;height:96px;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:9px;text-decoration:none;font-size:23px;font-weight:850;letter-spacing:-1px}.brand-mark{width:31px;height:31px;color:var(--violet)}nav{display:flex;gap:32px;align-items:center;font-size:14px;font-weight:600}nav a{text-decoration:none;padding:12px 0}nav a:hover{color:var(--violet)}.all-tools-link{border-bottom:1px solid var(--ink)}main{max-width:1120px;margin:auto;padding:26px 32px 0}.page-intro{text-align:center;margin:0 auto 28px}.eyebrow{font-size:11px;font-weight:750;letter-spacing:1.5px;margin:0 0 10px;color:var(--muted)}.intro-pill{display:inline-flex;align-items:center;gap:8px;background:#eeebf8;color:#514378;border-radius:30px;padding:7px 12px;font-size:11px;font-weight:650;letter-spacing:.4px;margin-bottom:15px}.intro-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--violet)}h1{font-size:clamp(32px,4.5vw,57px);letter-spacing:-2.1px;line-height:1.1;margin:0 0 13px;font-weight:780}h2{letter-spacing:-.8px}.page-intro .lead{color:var(--muted);font-size:17px;margin:0;line-height:1.55}.home-intro h1{font-size:clamp(39px,5.5vw,66px)}.home-intro .accent{color:var(--violet)}.tool-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 40px #29243805;overflow:hidden}.tool-workspace{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;min-height:458px}.tool-stage{padding:26px 38px 15px;display:flex;flex-direction:column;align-items:center;min-width:0;gap:14px}.wheel-wrap{position:relative;width:min(100%,326px);aspect-ratio:1;filter:drop-shadow(0 5px 0 #2924380b)}.wheel-disc{width:100%;height:100%;display:block;overflow:visible;transform-origin:50% 50%;color:var(--ink)}.wheel-disc text{fill:#292438;font-family:inherit}.wheel-pointer{position:absolute;z-index:2;left:calc(50% - 12px);top:-1px;width:24px;height:28px;background:var(--ink);clip-path:polygon(0 0,100% 0,50% 100%)}.tool-controls{border-left:1px solid var(--line);padding:12px 36px;min-width:0}.list-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:14px;font-weight:650}.list-heading span{font-size:12px;color:var(--muted);font-weight:400}textarea,input[type=number],#dice-type,select{width:100%;border:1px solid #cbc6d3;border-radius:10px;background:#fff;color:var(--ink);font-size:16px;line-height:1.5;padding:12px;min-height:48px}textarea{resize:vertical;min-height:130px;max-height:400px;line-height:1.7;display:block}input[aria-invalid=true]{border-color:#ab263a}.field{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600;margin-bottom:18px;min-width:0}.form-row{display:flex;gap:14px}.form-row>.field{flex:1}.field-hint{color:var(--muted);font-size:12px;line-height:1.5;margin:10px 0}.stage-hint{margin:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;border-radius:10px;padding:11px 16px;font-size:14px;font-weight:650;border:1px solid transparent;text-decoration:none;line-height:1.25}.primary{background:var(--violet);color:#fff;min-width:215px;border-radius:12px;padding:16px 24px;font-size:16px;box-shadow:0 4px #493095;transition:background .15s}.primary:hover:not(:disabled){background:#5534bd}.primary:active:not(:disabled){transform:translateY(2px);box-shadow:0 2px #493095}.primary span{margin-left:18px}.subtle{background:#fff;border-color:var(--line);color:var(--ink)}.subtle:hover:not(:disabled){background:#f4f1f9;border-color:#bdb1d5}.button-row{display:flex;gap:10px;margin-bottom:16px}.toggle{display:flex;align-items:center;gap:10px;font-size:13px;line-height:1.5;min-height:44px;cursor:pointer}.toggle input{width:19px;height:19px;accent-color:var(--violet);flex-shrink:0}.icon{width:23px;height:23px;flex-shrink:0}.button .icon{width:17px;height:17px}.result-panel{background:#f5f2fc;border-top:1px solid var(--line);padding:22px 30px;min-height:114px;overflow-wrap:anywhere}.result-top{display:flex;align-items:center;justify-content:space-between;gap:18px}.result-panel h2{font-size:21px;line-height:1.3;font-weight:550;margin:0}.result-panel.has-result h2{font-size:30px;color:#493095;font-weight:750}.result-panel .eyebrow{font-size:9px;margin-bottom:7px}.result-panel p:not(.eyebrow){font-size:12px;color:var(--muted);margin:8px 0 0}.result-actions{display:flex;gap:8px;flex-shrink:0}.result-actions .button{font-size:12px;padding:10px 12px}#result-groups{display:flex;gap:12px;flex-wrap:wrap;max-height:560px;overflow:auto}#result-groups:not(:empty){margin-top:20px}.result-group{flex:1 1 180px;min-width:0;background:#fff;border:1px solid #e0d8ee;border-radius:12px;padding:16px}.result-group h3{font-size:14px;margin:0 0 10px;color:#493095}.result-group ul{list-style:none;margin:0;padding:0}.result-group li{padding:5px 0;font-size:15px}.result-value{overflow-wrap:anywhere;min-width:44px;padding:12px;background:#fff;border:1px solid #ddd4ed;border-radius:8px;text-align:center;font-weight:700}.feedback{margin:0;padding:0 30px;color:#4a4060;font-size:13px}.feedback:not(:empty){padding-block:12px}.tool-bottom{display:flex;align-items:start;justify-content:space-between;gap:14px;padding:16px 28px}.history{max-width:70%;font-size:13px}.history summary{cursor:pointer;padding:12px;min-height:44px}.history summary span{background:#f0ecf7;padding:2px 7px;border-radius:10px;margin-left:4px}.history ol{max-height:260px;overflow:auto;white-space:pre-line;overflow-wrap:anywhere;padding-left:24px}.history li{padding:8px}.error{color:#ac2336;margin:0 28px;line-height:1.5;font-size:14px}.error:not(:empty){padding:10px 0 16px}.error:empty,#load-status:empty{display:none}#load-status{margin:0;padding:0 28px 10px}.simple-tool .tool-workspace{display:block;min-height:380px}.simple-tool .tool-stage{padding-top:30px;gap:19px}.coin{width:186px;height:186px;border-radius:50%;border:10px solid #d5ab50;outline-offset:7px;background:#f5d879;box-shadow:inset 0 0 0 3px #ffebac,0 9px #b48c36;display:grid;place-items:center;position:relative;color:#6c4c10}.coin span{font-size:86px;font-weight:800;font-family:Georgia,serif}.art-caption{font-size:10px;letter-spacing:1.6px;font-weight:650;color:var(--muted);margin:7px 0}.dice-art{display:grid;place-items:center;width:210px;height:210px;color:#64c}.dice-art .icon{width:180px;height:180px;stroke-width:1.25}.number-art{display:flex;align-items:center;justify-content:center;min-height:230px;font-size:70px;font-weight:750;letter-spacing:-5px;gap:5px}.number-art span{background:#ece6fb;color:#6543b9;border-radius:16px;transform:rotate(-8deg);padding:12px 16px}.number-art span:nth-child(2){background:#f8dbc1;color:#85523b;transform:rotate(6deg)}.number-art span:last-child{background:#d0e7da;color:#35664a;transform:rotate(-5deg)}.yes-art{display:grid;place-items:center;min-height:180px;width:min(100%,330px);background:#e8e0fa;border-radius:100px;color:#6041b3;font-size:48px;font-weight:750;letter-spacing:-2px;transform-origin:center}.list-art{width:180px;height:190px;display:grid;place-items:center;color:#5949a0;position:relative}.list-art:before{content:"";position:absolute;inset:15px 0;background:#eee8fa;border-radius:35px;transform:rotate(-8deg)}.list-art .icon{width:100px;height:100px;z-index:1;stroke-width:1.25}.trust-strip{display:flex;align-items:center;justify-content:center;gap:24px;font-size:12px;color:var(--muted);margin:20px 0 0}.trust-strip span:before{content:"\2713";color:#4e6d57;margin-right:6px}.tools-section{margin:54px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:22px}.section-heading h2{font-size:30px;line-height:1.2;margin:0}.section-heading p{font-size:13px;color:var(--muted);margin:8px 0 0}.tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.tool-link{display:flex;align-items:center;gap:15px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:14px;text-decoration:none;min-width:0;transition:border-color .15s,transform .15s}.tool-link:hover{border-color:#ab97d6;transform:translateY(-2px)}.tool-icon{display:grid;place-items:center;background:#eee7fc;border-radius:12px;width:48px;height:48px;flex-shrink:0;color:#6548a8}.tone-1 .tool-icon{background:#fde4d9;color:#a55233}.tone-2 .tool-icon{background:#e1ede7;color:#44725a}.tone-3 .tool-icon{background:#e3ecfa;color:#45618c}.tool-link strong{display:block;font-size:15px;font-weight:700;letter-spacing:-.2px}.tool-link small{display:block;color:var(--muted);font-size:12px;line-height:1.5;margin-top:5px}.link-arrow{margin-left:auto;color:#6f687c}.ad-slot{height:112px;display:flex;align-items:start;justify-content:center;padding-top:22px;margin:20px 0;color:#706b76;font-size:9px;letter-spacing:1.5px;border-block:1px solid #ebe7ed}.editorial{margin:42px auto;max-width:840px}.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.editorial h2{font-size:24px;margin:0 0 12px}.editorial h3{font-size:17px;margin:25px 0 8px}.editorial p{font-size:15px;color:var(--muted);line-height:1.8}.faq details{border-top:1px solid var(--line);padding:16px 0}.faq summary{cursor:pointer;font-size:15px;font-weight:600;min-height:28px}.faq p{margin:12px 0}.random-note{background:#eeebf4;border-radius:16px;padding:24px 28px;margin-top:32px}.random-note h2{font-size:19px}.random-note p{font-size:13px;margin-bottom:0}.site-footer{max-width:1184px;margin:64px auto 0;border-top:1px solid var(--line);padding:32px;display:flex;flex-wrap:wrap;align-items:start;gap:30px;justify-content:space-between}.site-footer .brand{font-size:18px}.site-footer .brand-mark{width:24px;height:24px}.site-footer p{font-size:12px;color:var(--muted)}.footer-links{display:flex;gap:24px;font-size:13px}.footer-links a{padding:12px 0;text-decoration:none}.preferences{max-width:270px}.text-button{font-size:12px;color:var(--muted);background:none;border:0;text-decoration:underline;padding:10px 0;min-height:44px}.footer-note{flex-basis:100%;margin:0}.legal{max-width:760px;padding-top:35px}.legal h1{font-size:42px}.legal h2{font-size:21px;margin-top:32px}.legal p{font-size:15px;line-height:1.8;overflow-wrap:anywhere}@media(min-width:1200px){.tool-card{max-width:980px;margin:auto}.trust-strip{margin-top:22px}}@media(max-width:760px){.site-header{height:78px;padding:0 22px}nav{gap:20px}.site-header nav>a:not(.all-tools-link){display:none}.brand{font-size:20px}.brand-mark{width:28px;height:28px}main{padding:19px 16px 0}.page-intro{margin-bottom:24px}h1{letter-spacing:-1.3px}.page-intro .lead{font-size:15px}.tool-workspace{grid-template-columns:1fr;min-height:0}.tool-stage{padding:22px 24px 18px;gap:16px}.wheel-wrap{width:min(100%,285px)}.tool-controls{border-left:0;border-top:1px solid var(--line);padding:22px}textarea{height:144px}.result-panel{padding:21px}.result-top{flex-direction:column;align-items:flex-start;gap:14px}.result-panel h2{font-size:18px}.result-panel.has-result h2{font-size:27px}.result-actions{width:100%}.tool-bottom{padding:14px 20px}.tool-card{border-radius:18px}.trust-strip{gap:12px;font-size:10px;flex-wrap:wrap}.tools-section{margin:38px 0}.section-heading h2{font-size:25px}.tools-grid{grid-template-columns:1fr}.tool-link{padding:17px}.editorial-grid{grid-template-columns:1fr;gap:14px}.editorial{margin:30px 4px}.editorial h2{font-size:22px}.site-footer{margin:42px 16px 0;padding:28px 6px;gap:24px}.site-footer>div{flex-basis:100%}.footer-links{gap:26px}.simple-tool .tool-workspace{min-height:370px}.number-art{min-height:180px;font-size:55px}.number-art span{padding:10px 14px}.dice-art{height:175px}.dice-art .icon{width:155px;height:155px}.list-art{height:120px;width:140px}.list-art .icon{height:70px;width:70px}.list-art:before{inset:0}.tool-stage:has(.list-art){padding-block:24px}.ad-slot{height:100px}.random-note{padding:20px}.form-row{gap:10px}}@media(max-width:350px){.site-header{padding:0 16px}nav{font-size:12px}.brand{font-size:18px}main{padding-inline:10px}.tool-controls{padding:18px}.tool-stage{padding-inline:20px}.wheel-wrap{max-width:255px}.tool-link small{font-size:11px}.result-actions .button{padding-inline:10px}.yes-art{font-size:40px}.form-row{flex-wrap:wrap}.form-row>.field{flex-basis:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.tool-link:hover{transform:none}}.tool-workspace{grid-template-areas:"stage controls" "result result"}.tool-stage{grid-area:stage}.tool-controls{grid-area:controls}.result-panel{grid-area:result}.simple-tool .tool-workspace{display:grid;grid-template-columns:1fr;grid-template-areas:"stage" "result"}@media(max-width:760px){.tool-workspace{grid-template-areas:"stage" "result" "controls"}.result-panel{border-bottom:1px solid var(--line)}.tool-controls{border-top:0}}[hidden]{display:none!important}.rotation-feature{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center;padding:36px;border:1px solid var(--line);border-radius:24px;background:#eee8ff;margin:40px 0}.rotation-feature h2{font-size:clamp(26px,4vw,38px);line-height:1.1;margin:12px 0}.rotation-feature p{line-height:1.6}.rotation-example{display:grid;gap:10px}.rotation-example p{display:grid;grid-template-columns:80px 1fr 1fr;gap:10px;background:#fffdf8;border:1px solid #d7cceb;padding:16px;border-radius:14px;margin:0;font-size:13px}.privacy-controls{max-width:320px}.privacy-controls .text-button{min-height:44px}.privacy-controls .field-hint{margin-top:4px}@media(max-width:760px){.rotation-feature{grid-template-columns:1fr;gap:24px;padding:22px}.rotation-example p{grid-template-columns:1fr 1fr}.rotation-example strong{grid-column:1/-1}}.result-actions{flex-wrap:wrap}.guide-jump{display:inline-block;margin-top:12px;font-weight:650;text-underline-offset:4px}.tool-guide{max-width:850px;margin-inline:auto}.tool-guide>p,.tool-guide section>p{line-height:1.75}.tool-guide h3{font-size:1.25rem;margin-top:30px;margin-bottom:12px}.worked-example{margin:28px 0;padding:24px;border:1px solid #d6cbea;background:#f1ecfb;border-radius:20px}.worked-example h3{margin-top:0}.worked-example .button{white-space:normal}.method-link{border-top:1px solid #ded9e5;padding-top:22px;margin-top:28px}.reading-page{max-width:850px;margin:48px auto 80px;padding:0 24px}.reading-page h1{font-size:clamp(2.2rem,5vw,3.7rem);line-height:1.08;letter-spacing:-.035em}.reading-page h2{font-size:1.65rem;line-height:1.25;margin:40px 0 16px}.reading-page h3{margin-top:28px}.reading-page p{line-height:1.8}.reading-page section{scroll-margin-top:24px}.contents{display:flex;flex-wrap:wrap;gap:12px 22px;padding:22px 0;border-block:1px solid #ded9e5;margin:28px 0}.contents a{font-weight:650;text-underline-offset:4px}.guide-table{width:100%;border-collapse:collapse;margin:28px 0;font-size:.95rem;table-layout:fixed}.guide-table caption{text-align:left;font-weight:700;margin-bottom:12px}.guide-table th,.guide-table td{text-align:left;padding:10px;border-bottom:1px solid #ded9e5;overflow-wrap:anywhere}.guide-table thead{background:#eee8fa}.guide-table tbody tr:nth-child(2n){background:#f5f2f8}.review-date{font-size:.85rem;color:#625d6d;border-top:1px solid #ded9e5;padding-top:22px;margin-top:40px}.learning-section{margin:70px 0}.learning-links{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.learning-links>a{display:block;padding:26px;border:1px solid #ded9e5;border-radius:20px;background:#fffdf9;text-decoration:none}.learning-links>a:hover{border-color:#6744d5}.learning-links h3{margin-top:0}.learning-links p{line-height:1.65;color:#625d6d}.learning-links span{color:#6744d5;font-weight:650}.footer-links{flex-wrap:wrap}@media(max-width:600px){.reading-page{padding:0 16px;margin-top:28px}.worked-example{padding:18px}.learning-links{grid-template-columns:1fr}.guide-table{font-size:.8rem}.guide-table th,.guide-table td{padding:8px 5px}.result-actions{gap:6px}}.cinema-hero{display:grid;grid-template-columns:1.6fr 1fr;gap:32px;align-items:center;padding:20px 0 35px}.cinema-hero h1{max-width:650px}.cinema-hero .lead{font-size:18px;line-height:1.6;color:var(--muted);max-width:560px}.cinema-region{font-size:13px;color:var(--muted)}.cinema-art{position:relative;min-height:220px;display:grid;place-items:center}.screen-shape{width:240px;max-width:100%;height:150px;background:#2b2440;border:9px solid #b9ddca;border-radius:18px;display:grid;place-items:center;color:#f6d56f;font-size:48px;box-shadow:0 12px #29243815;transform:rotate(-4deg)}.ticket-shape{position:absolute;right:0;bottom:0;background:#f6d56f;border:2px dashed #806013;border-radius:12px;padding:20px;font-weight:850;letter-spacing:3px;transform:rotate(9deg);font-size:17px}.cinema-panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;margin:20px 0}.cinema-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cinema-fields .field{margin-bottom:0}.cinema-services summary{cursor:pointer;padding:14px 0;font-weight:650}.cinema-service-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 16px}.cinema-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:20px}.cinema-actions .primary{min-width:0}.cinema-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:22px 0}.cinema-title{border:1px solid var(--line);background:#fff;border-radius:18px;padding:22px;min-width:0;overflow-wrap:anywhere;display:flex;flex-direction:column;align-items:stretch}.cinema-title-art{height:94px;border-radius:12px;background:#e9e2f8;color:#493095;display:grid;place-items:center;font-size:32px;margin-bottom:20px}.cinema-title:nth-child(2) .cinema-title-art{background:#dbece3;color:#315841}.cinema-title:nth-child(3) .cinema-title-art{background:#fae6d4;color:#825033}.cinema-title h3{font-size:22px;line-height:1.25;margin:0 0 10px}.cinema-genres{font-size:14px;line-height:1.6;color:var(--muted)}.cinema-offers{display:flex;flex-direction:column;gap:10px;margin:12px 0 24px;font-size:13px;line-height:1.5}.cinema-title>.button{margin-top:auto}.cinema-vote{border:1px solid var(--line);border-radius:12px;margin-top:auto;min-width:0}.cinema-vote legend{font-size:13px;font-weight:650}.cinema-vote .toggle{min-height:44px}.cinema-home{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:34px;border-radius:22px;background:#ece6f8;margin:42px 0}.cinema-home h2{font-size:32px;margin:0}.cinema-home p{line-height:1.6}.cinema-home>div:first-child{max-width:650px}#cinema-status,#cinema-summary,#room-status,#room-result{line-height:1.6}#cinema-expected{max-width:140px}#room-submit{margin-bottom:24px}@media(max-width:700px){.cinema-hero{grid-template-columns:1fr;padding-top:5px;gap:5px}.cinema-art{display:none}.cinema-fields,.cinema-grid{grid-template-columns:1fr}.cinema-panel{padding:20px}.cinema-service-list{grid-template-columns:1fr 1fr}.cinema-home{padding:24px}.cinema-home>.screen-shape{display:none}.cinema-hero h1{letter-spacing:-1px}.cinema-actions{align-items:stretch}.cinema-actions .button{width:100%}}.language-control{flex-shrink:0;margin-left:12px}.language-control select{font:inherit;font-size:.85rem;border:1px solid var(--line,#ddd6e5);border-radius:22px;background:#fffdf8;color:#292438;padding:9px 12px;max-width:115px}.site-header nav{margin-left:auto}.country-field{max-width:400px}.book-art{display:flex;flex-direction:column;justify-content:center;gap:5px;min-width:170px;min-height:200px;padding:28px;border-radius:6px 20px 20px 6px;background:#e9b995;color:#342735;font-weight:800;font-size:1.65rem;border-left:12px solid #bb795d;transform:rotate(7deg);box-shadow:6px 8px #f3dbc7}.book-cover{min-height:245px;display:flex;flex-direction:column;justify-content:space-between;gap:20px;background:#dfd3fc;border-left:12px solid #ab96d9;border-radius:4px 15px 15px 4px;padding:24px;margin-bottom:22px;color:#322844}.book-cover strong{font-family:Georgia,serif;font-size:1.7rem;line-height:1.15}.book-cover span{font-size:.75rem;letter-spacing:.07em}.book-title:nth-child(2) .book-cover{background:#e1ebdb;border-color:#acc5a0}.book-title:nth-child(3) .book-cover{background:#f6dac2;border-color:#d9ae89}.book-title>a{display:block;margin:18px 0}.book-library{columns:2;column-gap:35px}.book-library li{break-inside:avoid;margin:0 0 12px}.books-home{background:#f4ede3}.books-home .book-art{margin:15px 30px}.site-header{gap:12px}@media(max-width:650px){.site-header{flex-wrap:wrap}.site-header>.brand{margin-right:auto}.site-header nav{order:3;width:100%;display:flex;gap:20px;margin:0;justify-content:center}.site-header nav a:not(:last-child){display:inline}.language-control{margin-left:0}.book-library{columns:1}.book-art{min-width:130px;min-height:165px;font-size:1.3rem}.book-cover{min-height:225px}}.book-cover strong{hyphens:auto}@media(max-width:450px){.book-cover strong{font-size:1.4rem}}.feature-illustration{width:clamp(180px,26vw,300px);height:auto;object-fit:contain;flex:0 0 auto}.cinema-art img,.book-hero-illustration{width:100%;height:auto;max-width:360px}.rotation-visual>img{display:block;max-width:260px;width:70%;height:auto;margin:0 auto 18px}.list-art.illustrated{width:240px;height:180px}.list-art.illustrated:before{display:none}.list-art.illustrated img{width:100%;height:auto}.paper-icon{stroke-width:1.65;fill:#c9b9ec33}.tool-icon .paper-icon{width:27px;height:27px;transform:rotate(-5deg)}.book-heading{display:flex;align-items:flex-start;gap:16px;min-width:0}.book-cover{min-height:0;min-width:0;width:80px;flex:0 0 80px;height:96px;padding:5px;border:0;background:#f2eefb!important;border-radius:12px;display:grid;place-items:center;margin:0;box-shadow:none}.book-cover img{width:80px;max-width:100%;height:auto;display:block}.book-info{min-width:0;flex:1}.book-info h3{font-family:inherit;font-size:20px;font-weight:720;letter-spacing:-.35px;line-height:1.35;word-break:normal;overflow-wrap:break-word;hyphens:auto;text-align:left;margin:0 0 10px}.book-author{font-size:14px;line-height:1.5;margin:0;color:var(--muted)}.book-info .eyebrow{font-size:10px;letter-spacing:.8px;margin-bottom:8px}.book-title{overflow-wrap:normal;padding:22px}.book-title>a{font-size:13px;line-height:1.6;min-height:44px;display:flex;align-items:center;margin:14px 0}.book-title>.button{align-self:flex-start;margin-top:auto}.cinema-title h3{word-break:normal;overflow-wrap:break-word}.cinema-results{scroll-margin-top:20px}.catalogue-note{font-size:13px;line-height:1.6;color:var(--muted)}@media(min-width:701px)and (max-width:1050px){.cinema-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.book-heading{gap:12px}.book-cover{flex-basis:65px;width:65px;height:85px}}@media(max-width:760px){.site-header{height:auto;min-height:98px;padding:14px 18px 6px;row-gap:4px;flex-wrap:wrap}.site-header>.brand{margin-right:auto}.site-header nav{order:3;width:100%;display:flex;gap:22px;margin:0;justify-content:center}.site-header nav>a:not(.all-tools-link){display:inline}.site-header nav a{min-height:44px;padding:12px 0;font-size:13px}.language-control select{font-size:16px;min-height:44px;padding:7px 10px;width:112px}.language-control{margin-left:0}main{padding-top:20px}.cinema-hero{padding:8px 0 6px;gap:0}.cinema-hero h1{font-size:34px;line-height:1.12;letter-spacing:-1px}.cinema-hero .lead{font-size:16px;line-height:1.55;margin-bottom:12px}.cinema-region{margin:8px 0}.cinema-hero>.book-hero-illustration{display:none}.cinema-panel{padding:18px;border-radius:16px;margin:16px 0}.cinema-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cinema-fields>.field:last-child{grid-column:1/-1}.cinema-panel .field{gap:6px;margin-bottom:12px}.cinema-panel select{padding:11px 10px;min-height:48px}.cinema-panel .field-hint{font-size:12px;line-height:1.55}.cinema-actions{gap:10px;margin-top:16px}.cinema-actions .button{width:auto;flex:1 1 130px;min-height:48px;padding:12px;font-size:14px}.cinema-actions .text-button{flex-basis:100%;text-align:left;padding-block:6px}.cinema-service-list{grid-template-columns:1fr 1fr;gap:4px 10px}.cinema-services summary{min-height:48px;font-size:14px}.cinema-grid{grid-template-columns:1fr;gap:14px;margin:18px 0}.cinema-title{padding:18px;border-radius:16px}.cinema-title-art{width:42px;height:42px;font-size:21px;flex:none;margin-bottom:12px;border-radius:10px}.cinema-title h3{font-size:21px;line-height:1.35}.cinema-genres{margin:5px 0}.cinema-offers{gap:4px;margin:8px 0 14px}.cinema-offers a{min-height:44px;display:flex;align-items:center;padding:6px 0}.book-cover{width:72px;flex-basis:72px;height:88px}.book-heading{gap:14px}.book-info h3{font-size:20px;line-height:1.35}.book-title>.button{width:100%}.book-title>a{margin:10px 0}.cinema-home{display:block;padding:22px;margin:30px 0}.cinema-home .feature-illustration{display:none}.cinema-home h2{font-size:27px;line-height:1.2}.rotation-visual>img{max-width:180px;margin-bottom:14px}.footer-links{gap:4px 20px}.footer-links a{min-height:44px}.tool-stage:has(.list-art.illustrated){padding-block:12px}.list-art.illustrated{width:190px;height:135px}}@media(max-width:360px){.site-header{padding-inline:12px}.site-header nav{gap:17px}.cinema-panel{padding:14px}.book-cover{width:56px;flex-basis:56px;height:72px}.book-heading{gap:12px}.book-info h3{font-size:19px}.cinema-title{padding:15px}}.cinema-title-art img{width:110px;max-width:100%;height:auto;max-height:100%;object-fit:contain}@media(max-width:760px){.cinema-title-art{width:62px;height:48px}.cinema-title-art img{width:62px}}.cinema-fields{align-items:end}html{scrollbar-gutter:stable}*{scrollbar-width:auto;scrollbar-color:#a38dce #f2eef7}@supports selector(::-webkit-scrollbar){*{scrollbar-color:auto}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#f2eef7;border-radius:20px}::-webkit-scrollbar-thumb{background:#a38dce;border:3px solid #f2eef7;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#6744d5}::-webkit-scrollbar-corner{background:#f2eef7}}select,.language-control select{border-color:#d8d0e4;border-radius:13px;background-color:#fffdfb;box-shadow:0 2px 5px #29243804;transition:border-color .15s,box-shadow .15s,background-color .15s;cursor:pointer;font-weight:550}select:hover:not(:disabled){border-color:#a58bcf;background-color:#fcfaff}select:focus-visible{outline:3px solid #6744d5;outline-offset:3px;border-color:#6744d5}select:disabled{cursor:wait;color:#82778e}.language-control select{border-radius:24px;max-width:none;width:124px;min-height:44px}.cinema-services summary{border-radius:10px}.cinema-services summary:hover{color:#6744d5}.cinema-service-list .toggle{border:1px solid transparent;border-radius:10px;padding:6px 8px}.cinema-service-list .toggle:hover{background:#f6f2fc}.cinema-service-list .toggle:has(input:checked){border-color:#d4c7ed;background:#f0eafa;color:#493095}@supports (appearance:base-select){select,select::picker(select){appearance:base-select}select{display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;white-space:normal}select::picker-icon{color:#6744d5;flex:none;transition:rotate .15s;font-size:13px}select:open{border-color:#a58bcf;background:#f9f6ff;box-shadow:0 0 0 3px #6744d510}select:open::picker-icon{rotate:180deg}select::picker(select){font:inherit;color:#292438;background:#fffdfb;border:1px solid #d8cdeb;border-radius:16px;padding:6px;box-shadow:0 12px 32px #29243824;margin-block:7px;max-block-size:min(340px,55dvh);overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}select option{display:flex;align-items:center;gap:12px;min-height:44px;padding:10px 13px;border-radius:10px;white-space:normal;overflow-wrap:break-word;font-size:15px;font-weight:450;line-height:1.4;cursor:pointer}select option:hover,select option:focus{background:#f3eefb;color:#493095;outline:none}select option:checked{background:#ece4f9;color:#493095;font-weight:650}select option:disabled{opacity:.5;cursor:default}select option::checkmark{order:1;margin-left:auto;color:#6744d5;font-weight:750}}@media(prefers-reduced-motion:reduce){select,select::picker-icon{transition:none}}@media(forced-colors:active){*{scrollbar-color:auto}select,.language-control select{border:1px solid ButtonText;box-shadow:none}select option:checked{outline:1px solid Highlight}}.breadcrumbs{max-width:1120px;margin:20px auto 0;padding:0 32px;color:var(--muted);font-size:12px;line-height:1.6;display:flex;flex-wrap:wrap;gap:7px}.breadcrumbs a{color:#6744d5}.language-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px;padding:0 20px 30px;font-size:13px}.language-links a{min-height:44px;padding:12px 0;text-underline-offset:4px}.language-links a[aria-current]{font-weight:750;color:#6744d5}#book-form>.field{max-width:480px}@media(max-width:600px){.breadcrumbs{padding:0 16px;margin-top:16px;font-size:11px}.home-intro h1{font-size:clamp(32px,8vw,46px);line-height:1.13}.site-header nav{gap:16px}.site-header nav a{font-size:12px}.language-control select{width:126px}.cinema-panel .field{min-width:0}.cinema-panel select{overflow-wrap:anywhere}.cinema-service-list{grid-template-columns:repeat(2,minmax(0,1fr))}.cinema-service-list .toggle{overflow-wrap:anywhere}.book-title>a{overflow-wrap:anywhere}.result-actions{flex-wrap:wrap}}
