body{font-family:var(--font-amatic-sc),var(--font-caveat),cursive;background:#fff8ef url(/cloudy-bg.svg) 50%/cover no-repeat;margin:0;padding:0;overflow-x:hidden}.lang-switcher{background:#fef5ca;border-radius:999px;align-items:center;gap:4px;width:fit-content;height:auto;padding:6px;display:inline-flex}.top-bar{box-sizing:border-box;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 16px;display:flex}.top-bar>.lang-switcher,.top-bar>.menu-wrapper{flex:none}.top-bar>.lang-switcher{order:1}.top-bar>.menu-wrapper{order:2}[dir=rtl] .top-bar{direction:ltr}[dir=rtl] .top-bar *{direction:rtl}.lang-switcher button{font-family:var(--font-amatic-sc),var(--font-caveat),cursive;cursor:pointer;color:#333;background:0 0;border:none;border-radius:16px;padding:4px 10px;font-size:25px;transition:background .2s,transform .1s,box-shadow .1s}.lang-switcher button:hover{background:#fff2b3;transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.lang-switcher button.active{background:#ffca97;box-shadow:inset 0 0 0 2px #b9a6da}.menu-wrapper{align-items:center;display:inline-flex;position:relative}.menu-preview{top:calc(100% + 10px);z-index:20;transform-origin:100% 0;background:linear-gradient(#fffdf6 0%,#fff3d6 100%);border:2px solid #c7b7e2;border-radius:16px;min-width:240px;padding:10px;animation:.15s ease-out menuPop,2.4s ease-in-out .2s infinite menuFloat;position:absolute;inset-inline-end:0;box-shadow:0 14px 28px #00000024}@keyframes menuPop{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.footer-stack{box-sizing:border-box;justify-content:flex-end;width:100%;margin-top:40px;padding:0 24px 24px;display:flex}.unified-footer{font-family:var(--font-amatic-sc),cursive;color:#333;background:linear-gradient(135deg,#fde7f3,#fff4c2,#e9ddff,#d6f5ff) 0 0/200% 200%;border-radius:20px;grid-template-columns:auto auto;gap:20px;padding:16px 22px;font-size:22px;animation:10s infinite footerGradient;display:grid;box-shadow:0 12px 30px #00000026}.footer-left{flex-direction:column;gap:8px;display:flex}.footer-links{gap:18px;display:flex}.footer-links a{cursor:pointer;text-decoration:none;transition:transform .15s,opacity .15s}.footer-links a:first-child{color:#ff7aa2}.footer-links a:nth-child(2){color:#7c9cff}.footer-links a:nth-child(3){color:#9b8cff}.footer-links a:hover{opacity:.8;transform:translateY(-2px)}.footer-copy{opacity:.8;font-size:18px}.footer-right{text-align:right;flex-direction:column;align-items:flex-end;gap:6px;display:flex}.giphy-logo{width:auto;height:22px}.footer-right a{color:#ff8a65;text-decoration:none}.footer-right a:hover{opacity:.7}@keyframes footerGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes menuFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(1px)scale(1)}}.menu-preview:before{content:"";top:-8px;background:linear-gradient(#fffdf6 0%,#fff3d6 100%);border-top:2px solid #c7b7e2;border-left:2px solid #c7b7e2;border-top-left-radius:4px;width:16px;height:16px;position:absolute;inset-inline-end:18px;transform:rotate(45deg)}[dir=rtl] .menu-preview{transform-origin:0 0}.menu-item{font-family:var(--font-amatic-sc),var(--font-caveat),cursive;color:#2a2a2a;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:26px;line-height:1;transition:transform .12s,background .12s,box-shadow .12s;display:flex}.menu-item:hover{background:#ffb3a773;transform:translateY(-1px);box-shadow:0 6px 14px #00000014}.menu-item:active{transform:translateY(0)}.menu-item:after{content:"›";opacity:.5;font-size:28px}[dir=rtl] .menu-item{text-align:left;direction:ltr}[dir=rtl] .menu-item:after{content:"›"}.home-wrapper{max-width:1024px;margin:0 auto;padding:20px}.menu-button{width:40px;height:40px;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#9333ea,#eab308,#f97316) 0 0/200% 200%;-webkit-text-fill-color:transparent;text-shadow:0 2px 6px #00000040;letter-spacing:.06em;z-index:10;-webkit-background-clip:text;background-clip:text;justify-content:center;align-items:center;font-size:2.5rem;font-weight:900;line-height:1.2;animation:6s infinite gradient-flow;display:flex;inset-inline-end:20px}@keyframes gradient-flow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.title{text-align:center;margin-top:20px;margin-bottom:0;font-size:64px}.subtitle{text-align:center;margin-top:10px;margin-bottom:30px;font-size:1.95rem}.grid{grid-template-columns:repeat(3,1fr);justify-items:center;gap:20px;display:grid}.card{text-align:center;cursor:pointer;aspect-ratio:1;border-radius:24px;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;max-width:200px;padding:20px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:visible;box-shadow:0 4px 10px #0000001a}.card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.card img{pointer-events:none;width:auto;max-width:280px;height:auto;max-height:280px;transition:transform .3s;position:absolute;top:-50px;left:50%;transform:translate(-50%)}.card:hover img{transform:translate(-50%)translateY(-10px)}.label{color:#333;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:3;background-color:#fff9;border-radius:16px;margin-top:10px;padding:8px 12px;font-size:28px;display:inline-block;position:relative}.mystery-card{position:relative;overflow:hidden}.mystery-container{justify-content:center;align-items:center;width:100%;height:100%;padding-top:40px;padding-bottom:40px;display:flex;position:relative}.mystery-container .curtain{z-index:3;width:100%;position:absolute;top:0}.mystery-container .paw{z-index:2;pointer-events:none;transition:transform .4s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.mystery-card:hover .paw{animation:.8s ease-in-out paw-wave;bottom:-30px}.card:first-child{background-color:#ffe7d6}.card:nth-child(2){background-color:#f3f8dc}.card:nth-child(3){background-color:#fffacc}.card:nth-child(4){background-color:#ffe6ec}.card:nth-child(5){background-color:#ede5f9}.card:nth-child(6){background-color:#f8e9ef}@keyframes paw-wave{0%{transform:translate(-50%)rotate(0)}25%{transform:translate(-50%)rotate(-4deg)}50%{transform:translate(-50%)rotate(4deg)}75%{transform:translate(-50%)rotate(-2deg)}to{transform:translate(-50%)rotate(0)}}.story-container{background-color:var(--bg-color,#f3f4f6);border-radius:1.5rem;width:100%;min-height:550px;padding:1.5rem;box-shadow:0 25px 50px -12px #00000040}.story-error{text-align:center;color:#334155}.story-wrapper{border-radius:1.5rem;width:100%;min-height:600px;max-height:700px;padding:0;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.story-inner{z-index:10;background-color:#ffffffb3;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex;position:relative}@media (min-width:640px){.story-inner{padding:2rem}}.story-content{flex-direction:column;flex-grow:1;justify-content:flex-end;align-items:center;width:100%;margin-bottom:.5rem;display:flex;overflow:hidden}.story-image-wrapper{width:100%;max-width:28rem;margin-bottom:.75rem;position:relative}@media (min-width:640px){.story-image-wrapper{max-width:32rem}}.story-image-background{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1rem;position:absolute;inset:0}.story-image{z-index:10;object-fit:contain;border:4px solid #fff;border-radius:1rem;width:100%;height:auto;max-height:280px;transition:opacity .3s;position:relative;box-shadow:0 10px 15px #0000001a}@media (min-width:640px){.story-image{max-height:320px}}.story-nav{flex-direction:column;align-items:center;width:100%;margin-top:auto;display:flex}.story-nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:20rem;margin-bottom:.75rem;display:flex}@media (min-width:640px){.story-nav-inner{max-width:24rem}}.site-header{text-align:center;margin-top:20px}.mobile-desktop-notice{box-sizing:border-box;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:24px 16px 48px;display:flex}.mobile-desktop-notice__card{text-align:center;background:radial-gradient(circle at top,#fffffff2,#fff7d6eb),linear-gradient(#fff0f5eb,#ebf5ffe6);border:1px solid #fffffff2;border-radius:28px;width:min(100%,420px);padding:24px 20px;box-shadow:0 18px 36px #0000001f}.mobile-desktop-notice__badge{color:#7c3d12;font-size:1.05rem;font-family:var(--font-varela-round),system-ui,sans-serif;background:#fff7c7;border-radius:999px;justify-content:center;align-items:center;margin-bottom:16px;padding:8px 14px;display:inline-flex}.mobile-desktop-notice__title{color:#5b406e;margin:0 0 12px;font-size:clamp(2rem,9vw,3rem);line-height:.98}.mobile-desktop-notice__text{color:#4b5563;font-size:1rem;line-height:1.6;font-family:var(--font-varela-round),system-ui,sans-serif;margin:0}.site-logo{height:80px;margin-bottom:10px}.site-title{font-family:var(--font-amatic-sc),cursive;margin:0;font-size:48px}.site-subtitle{color:#555;margin-top:5px;font-size:18px}.home-button{font-family:"Quicksand",var(--font-caveat),cursive;color:#ab81ff;cursor:pointer;z-index:50;background:linear-gradient(135deg,#fde68a,#fbcfe8,#ddd6fe) 0 0/200% 200%;border:2px solid #c7b7e2;border-radius:999px;padding:10px 18px;font-size:32px;line-height:1;transition:transform .15s,box-shadow .15s,background-position .4s;animation:6s infinite back-gradient-flow;position:fixed;top:16px;right:16px;box-shadow:0 8px 20px #0000002e}.home-button:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 14px 28px #00000038}.home-button:active{transform:translateY(0)scale(.98);box-shadow:0 6px 14px #0003}@keyframes back-gradient-flow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.back-button{cursor:pointer;z-index:50;background:#ffffffe6;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;transition:transform .15s,box-shadow .15s,background .15s;display:flex;position:absolute;top:70px;left:16px;box-shadow:0 4px 12px #00000026}.home-mobile-snap-shell{display:contents}.home-mobile-screen{min-height:auto}@media (max-width:899px){.top-bar{gap:8px;padding:10px 12px}.menu-preview{min-width:min(280px,100vw - 24px);inset-inline-end:-4px}.home-wrapper{padding:12px}.page-title,.title{letter-spacing:.03em;font-size:clamp(2.4rem,12vw,3.6rem);line-height:.95}.page-subtitle,.subtitle{letter-spacing:.03em;font-size:clamp(1.2rem,5vw,1.6rem);line-height:1.25}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.card{max-width:none;min-height:156px;padding:12px 10px}.card img{max-width:290px;max-height:290px;top:-8%}.label{padding:7px 10px;font-size:1.35rem;line-height:1}.footer-stack{padding:0 12px 16px}.unified-footer{grid-template-columns:1fr;gap:12px;width:100%;padding:14px 16px;font-size:1.3rem}.footer-links{flex-wrap:wrap;gap:10px 14px}.footer-right{text-align:left;align-items:flex-start}}@media (max-width:768px){.home-wrapper-mobile{max-width:none;padding:0}.home-wrapper-mobile .home-mobile-snap-shell{scroll-snap-type:y mandatory;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;height:100dvh;display:block;overflow-y:auto}.home-wrapper-mobile .home-mobile-screen{scroll-snap-align:start;box-sizing:border-box;height:100dvh;min-height:100dvh}.home-wrapper-mobile .home-mobile-screen-menu{background:0 0;flex-direction:column;padding:12px 10px;display:flex}.home-wrapper-mobile .site-header{flex-shrink:0;margin-top:0;margin-bottom:8px}.home-wrapper-mobile .page-title{margin:0;font-size:clamp(2.55rem,12vw,3.5rem);line-height:.94}.home-wrapper-mobile .page-subtitle{margin:6px auto 0;font-size:1.2rem;line-height:1.1}.home-wrapper-mobile .grid-mobile-menu{flex:none;grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:4px;display:grid}.home-wrapper-mobile .card{aspect-ratio:1;border-radius:18px;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;padding:6px;display:flex;overflow:hidden}.home-wrapper-mobile .card img{object-fit:contain;pointer-events:none;width:auto;max-width:80%;height:auto;max-height:70%;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.home-wrapper-mobile .card:hover img{transform:translate(50%)translateY(10px)}.home-wrapper-mobile .label{box-sizing:border-box;text-align:center;border-radius:14px;width:100%;padding:8px 6px;font-size:1.2rem;font-weight:700;line-height:1.05}.home-wrapper-mobile .mystery-container{padding-top:14px;padding-bottom:14px}.home-wrapper-mobile .mystery-container .curtain,.home-wrapper-mobile .mystery-container .paw{max-width:82%}.home-wrapper-mobile .home-mobile-screen-video{padding:14px 14px 0}}@media (max-width:560px){.lang-switcher button{padding:4px 8px;font-size:1.15rem}.grid{grid-template-columns:1fr}.home-wrapper-mobile .grid-mobile-menu{grid-template-columns:repeat(2,2fr)}.card{justify-self:center;width:100%;max-width:280px;min-height:164px}.home-wrapper-mobile .card{aspect-ratio:1;justify-self:center;width:calc(100% - 12px);max-width:none;height:auto;min-height:0}.card img{max-width:290px;max-height:290px;top:-8%}.home-wrapper-mobile .card img{max-width:min(55vw,200px);max-height:min(55vh,200px);overflow:visible}.label{font-size:1.25rem}.home-wrapper-mobile .label{font-size:1.4rem;font-weight:700}.menu-item{font-size:1.6rem}}
.capybara-page-container{min-height:100vh;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;background:linear-gradient(to bottom right,#fbcfe8,#f3e8ff,#bae6fd);flex-direction:column;justify-content:flex-start;align-items:center;padding:1rem;display:flex;overflow-y:auto}.capybara-page-header{text-align:center;width:100%;max-width:64rem;margin-top:1.5rem}.capybara-page-header-copy{display:block}.page-title{background:linear-gradient(135deg,#7c3aed,#9333ea,#eab308,#f97316) 0 0/200% 200%;-webkit-text-fill-color:transparent;text-shadow:0 2px 6px #00000040;letter-spacing:.06em;z-index:10;-webkit-background-clip:text;background-clip:text;font-size:3.75rem;font-weight:900;line-height:1.2;animation:6s infinite gradient-flow}@keyframes gradient-flow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.page-subtitle{color:#475569;letter-spacing:.08em;text-align:center;max-width:48rem;margin-top:.75rem;margin-left:auto;margin-right:auto;font-size:1.95rem;font-weight:700}.breadcrumbs{width:100%;max-width:64rem;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;color:#64748b;-webkit-backdrop-filter:blur(14px);background:linear-gradient(135deg,#fff5fbeb,#eef8ffe0);border:1px solid #ffffffe6;border-radius:9999px;flex-wrap:wrap;align-items:center;gap:.45rem;margin:.75rem auto 0;padding:.7rem .9rem;font-size:1.12rem;font-weight:700;display:flex;box-shadow:0 14px 30px #94a3b824,inset 0 1px #ffffffd9}.breadcrumbs a{color:#0f766e;background:linear-gradient(135deg,#fffffff5,#f3e8ffeb);border-radius:9999px;padding:.32rem .78rem;text-decoration:none;transition:background .22s,transform .22s,box-shadow .22s;box-shadow:0 8px 18px #94a3b829,inset 0 -1px #ffffffe6}.breadcrumbs a:hover{background:linear-gradient(135deg,#fff,#e0f2fef2);animation:.35s softBounce;transform:translateY(-2px)scale(1.02);box-shadow:0 12px 24px #7dd3fc2e,0 0 0 4px #ffffff47}.breadcrumbs-separator{opacity:.5;padding:0 .2rem}.breadcrumbs-current{color:#7c3aed;background:linear-gradient(135deg,#fdf2f8fa,#e9d5ffeb);border-radius:9999px;padding:.32rem .78rem;font-weight:800;box-shadow:0 10px 22px #c084fc2e,inset 0 -1px #ffffffeb}.search-form{width:100%;max-width:48rem;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;margin:1.5rem auto .5rem}.search-toggle-button{z-index:200;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;line-height:1;display:none;position:fixed;top:12px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.search-overlay{-webkit-backdrop-filter:blur(8px);z-index:199;background:#0000004d;justify-content:center;align-items:flex-start;width:100%;height:100%;padding-top:60px;display:flex;position:fixed;inset:0}.search-overlay-panel{box-sizing:border-box;justify-content:center;width:100%;padding:0 1rem;display:flex}.search-form-expanded{background:#fffffffa;border-radius:9999px;gap:.5rem;width:90%;max-width:500px;padding:.5rem;display:flex;box-shadow:0 18px 38px #0f172a3d}.search-input-expanded{min-width:0}.search-input-wrapper{background-color:#ffffff80;border-radius:9999px;align-items:center;gap:.5rem;width:100%;padding:.25rem;display:flex;box-shadow:0 2px 4px #0000001a}.search-input{color:#334155;font-size:1rem;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;letter-spacing:.08em;background:0 0;border:none;outline:none;flex:1;padding:.75rem 1rem;font-size:1.25rem}.search-input::placeholder{letter-spacing:.08em;font-size:1.25rem;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;color:#94a3b8}.search-clear-button{color:#64748b;cursor:pointer;background:#ffffffc7;border:none;border-radius:9999px;flex:none;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1.5rem;font-weight:800;transition:background-color .2s,transform .2s;display:inline-flex}.search-clear-button:hover,.search-clear-button:focus-visible{background:#fffffff2;transform:scale(1.04)}.search-button{color:#fff;cursor:pointer;font-size:1.25rem;font-weight:800;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;letter-spacing:.08em;background:linear-gradient(90deg,#f472b6,#fb923c);border:none;border-radius:9999px;flex:none;padding:.75rem 2rem;box-shadow:0 2px 6px #0003}.story-generator-page{background:radial-gradient(circle at top,#fff8dce6,#0000 38%),linear-gradient(#fff4d8 0%,#ffd8c2 42%,#c8f0ef 100%)}.story-generator-header{max-width:960px}.story-generator-back{font:inherit;color:#7c2d12;cursor:pointer;background:#ffffffb8;border:none;border-radius:999px;padding:.75rem 1.1rem;font-size:1.3rem;box-shadow:0 12px 24px #94a3b829}.story-generator-main{width:100%;max-width:1100px}.story-generator-mobile-topbar-spacer{flex:auto}.mobile-story-composer{gap:.95rem;width:100%;max-width:100%;display:grid}.mobile-story-intro-card,.mobile-story-builder-card{-webkit-backdrop-filter:blur(14px);background:#fffaf0e0;border:1px solid #ffffffeb;border-radius:1.55rem;box-shadow:0 20px 40px #94a3b829}.mobile-story-intro-card{grid-template-columns:5.75rem minmax(0,1fr);align-items:center;gap:.85rem;padding:.9rem;display:grid}.mobile-story-intro-visual{background:linear-gradient(#fde68a 0%,#fca5a5 100%);border-radius:1.15rem;width:5.75rem;height:5.75rem;position:relative;overflow:hidden}.mobile-story-intro-visual .story-capybara-animation,.mobile-story-intro-visual .story-capybara-layer,.mobile-story-intro-visual .story-capybara-backdrop,.mobile-story-intro-visual .story-capybara-image,.mobile-story-intro-visual .story-capybara-video{width:100%;height:100%;position:absolute;inset:0}.mobile-story-intro-visual .story-capybara-animation{display:block}.mobile-story-intro-visual img,.mobile-story-intro-visual video{object-fit:cover;width:100%;height:100%}.mobile-story-intro-copy{min-width:0}.mobile-story-intro-title{font-family:var(--font-amatic-sc),var(--font-caveat),cursive;color:#7c2d12;margin:0 0 .35rem;font-size:1.65rem;font-weight:700;line-height:.95}.mobile-story-intro-subtitle{color:#475569;margin:0;font-size:1rem;line-height:1.4}.mobile-story-builder-card{gap:.95rem;padding:.95rem;display:grid}.mobile-story-field-group{gap:.35rem;display:grid}.mobile-story-field-button{min-height:4rem}.mobile-story-submit{width:100%}.mobile-story-progress{justify-self:start}.mobile-story-question-title{margin:0}.mobile-story-choice-list{gap:.7rem;display:grid}.mobile-story-preview-card{margin-bottom:0}.mobile-story-textarea{min-height:9.5rem}.mobile-generated-story-screen{height:100dvh;min-height:100dvh}.mobile-generated-story-stage{padding-top:.75rem}.mobile-generated-story-actions{z-index:3;position:relative}.story-generator-stage{gap:1.5rem;width:100%;max-width:960px;margin:1.75rem auto 3rem;display:grid}.story-capybara-card,.story-entry-card,.story-question-card,.story-result-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffaf0d6;border:1px solid #ffffffe6;border-radius:30px;padding:1.25rem;box-shadow:0 22px 48px #94a3b829}.story-capybara-card{grid-template-columns:minmax(180px,230px) 1fr;align-items:center;gap:1rem;display:grid}.story-capybara-portrait{background:linear-gradient(#fde68a 0%,#fca5a5 100%);border-radius:24px;min-height:220px;position:relative;overflow:hidden}.story-capybara-portrait img,.story-capybara-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.story-capybara-bubble{color:#7c2d12;font-size:2rem;line-height:1.25}.story-field-label,.story-preview-title,.story-question-title,.story-progress-chip,.story-inline-hint,.story-generator-error,.story-generator-success{font-family:var(--font-amatic-sc),var(--font-caveat),cursive}.story-field-label{color:#7c2d12;margin-bottom:.4rem;font-size:1.65rem;font-weight:700;display:block}.story-field{width:100%;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;color:#334155;box-sizing:border-box;background:#ffffffeb;border:2px solid #fb923c33;border-radius:22px;padding:.95rem 1rem;font-size:1.55rem}.story-select,.story-textarea{margin-bottom:1rem}.story-hero-picker-trigger{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.story-hero-picker-trigger-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.story-hero-picker-trigger-action{color:#9a3412;background:linear-gradient(135deg,#ffedd5,#fde68a);border-radius:999px;flex:none;padding:.45rem .85rem;font-size:1.2rem}.story-textarea{resize:vertical;min-height:140px}.story-inline-hint{color:#64748b;margin:0 0 1rem;font-size:1.3rem}.story-primary-button{min-width:220px}.story-progress-chip{color:#92400e;background:#fff1bf;border-radius:999px;align-items:center;margin-bottom:.75rem;padding:.35rem .8rem;font-size:1.2rem;display:inline-flex}.story-question-title{color:#7c2d12;margin:0 0 1rem;font-size:2.1rem}.story-choice-list{gap:.9rem;display:grid}.story-choice-button{text-align:left;font-family:var(--font-nunito),"Comic Sans MS",cursive,sans-serif;color:#475569;cursor:pointer;background:linear-gradient(135deg,#fffffffa,#f0f9ffeb);border:1px solid #ffffffeb;border-radius:1.35rem;padding:1rem 1.1rem 1rem 3.3rem;font-size:.98rem;font-weight:700;line-height:1.35;transition:transform .18s,box-shadow .18s,filter .18s;position:relative;box-shadow:0 10px 22px #94a3b81f,inset 0 1px #ffffffd9}.story-choice-button:before{content:"";background:#fffffff5;border:2px solid #94a3b8ad;border-radius:999px;width:1rem;height:1rem;position:absolute;top:50%;left:1.1rem;transform:translateY(-50%);box-shadow:inset 0 1px #ffffffd1}.story-choice-button:hover{filter:saturate(1.05);color:#475569;transform:translateY(-2px);box-shadow:0 14px 28px #94a3b829}.story-choice-button-selected{color:#7c2d12;background:linear-gradient(135deg,#ffe5d6,#ffedd5);box-shadow:0 14px 28px #fb923c29,inset 0 1px #ffffffb8}.story-choice-button-selected:before{background:#fb923c;border-color:#ea580c8c}.story-preview-card{background:#ffffffb8;border-radius:24px;margin-bottom:1rem;padding:1rem}.story-preview-title{color:#0f766e;margin-bottom:.25rem;font-size:1.35rem}.story-preview-text{white-space:pre-wrap;color:#334155;font-size:1.2rem;line-height:1.55;font-family:var(--font-varela-round),sans-serif;margin:0}.story-result-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.story-generator-error,.story-generator-success{text-align:center;margin:0;font-size:1.4rem}.story-generator-error{color:#b91c1c}.story-generator-success{color:#166534}.story-hero-picker-overlay{z-index:250;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a6b;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.story-hero-picker-modal{background:radial-gradient(circle at 100% 0,#fef08a80,#0000 25%),linear-gradient(#fffbebfa,#ffedd5f2);border:1px solid #ffffffd1;border-radius:32px;grid-template-rows:auto auto 1fr;gap:1rem;width:min(980px,100%);max-height:min(82vh,820px);padding:1.25rem;display:grid;box-shadow:0 30px 70px #0f172a52}.story-hero-picker-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.story-hero-picker-title{color:#7c2d12;font-size:2.2rem;font-family:var(--font-amatic-sc),var(--font-caveat),cursive}.story-hero-picker-hint{color:#7c2d12;font-size:1.15rem;line-height:1.5;font-family:var(--font-varela-round),sans-serif;margin:.2rem 0 0}.story-hero-picker-close{font:inherit;color:#7c2d12;cursor:pointer;background:#ffffffe6;border:none;border-radius:999px;padding:.7rem 1rem;font-size:1.2rem;box-shadow:0 10px 18px #94a3b82e}.story-hero-picker-search{margin-bottom:0}.story-hero-picker-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.9rem;padding-right:.2rem;display:grid;overflow:auto}.story-hero-card{text-align:left;cursor:pointer;background:#ffffffe0;border:1px solid #fb923c2e;border-radius:24px;grid-template-columns:96px 1fr;align-items:center;gap:.9rem;width:100%;padding:.8rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 14px 26px #fb923c1f}.story-hero-card:hover,.story-hero-card.is-selected{border-color:#f973166b;transform:translateY(-2px);box-shadow:0 20px 34px #f973162e}.story-hero-card-media{background:linear-gradient(135deg,#fde68a,#fdba74);border-radius:20px;width:96px;height:96px;overflow:hidden}.story-hero-card-media img,.story-hero-card-fallback{width:100%;height:100%}.story-hero-card-media img{object-fit:cover;display:block}.story-hero-card-fallback{color:#7c2d12;font-size:2.4rem;font-weight:700;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;justify-content:center;align-items:center;display:flex}.story-hero-card-copy{min-width:0}.story-hero-card-name{color:#7c2d12;font-size:1.8rem;line-height:1.05;font-family:var(--font-amatic-sc),var(--font-caveat),cursive}.story-hero-card-meta{color:#475569;font-size:.95rem;line-height:1.4;font-family:var(--font-varela-round),sans-serif;margin-top:.3rem}@media (max-width:760px){.story-capybara-card{grid-template-columns:1fr}.story-capybara-portrait{min-height:180px}.story-hero-picker-overlay{padding:.8rem}.story-hero-picker-modal{max-height:88vh;padding:1rem}.story-hero-picker-header{flex-direction:column}.story-hero-picker-close{align-self:flex-start}.story-hero-picker-grid{grid-template-columns:1fr}.story-hero-card{grid-template-columns:76px 1fr}.story-hero-card-media{width:76px;height:76px}}.search-button:disabled{opacity:.65;cursor:default}.search-results-panel{flex-direction:column;gap:1rem;width:100%;display:flex}.search-exit-button{color:#fff;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;letter-spacing:.06em;cursor:pointer;background:linear-gradient(135deg,#14b8a6,#0891b2);border:none;border-radius:9999px;align-self:center;padding:.7rem 1.4rem;font-size:1.3rem;font-weight:800}.search-results-list{flex-direction:column;gap:1rem;width:100%;display:flex}.search-result-card{text-align:center;cursor:pointer;width:100%;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;background:#fff9;border:1px solid #ffffffbf;border-radius:1.5rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;box-shadow:0 16px 32px #0f172a1f}.search-result-card:hover,.search-result-card:focus-visible{transform:translateY(-2px);box-shadow:0 20px 38px #0f172a29}.search-results-status{color:#334155;text-align:center;font-size:1.5rem;font-weight:800}.mode-navigation{-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#fef2f8b8,#e0f2fe9e);border:1px solid #ffffffc7;border-radius:1.5rem;flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%;max-width:64rem;margin:1.25rem auto 0;padding:.75rem 1rem;display:flex;box-shadow:0 18px 36px #94a3b824,inset 0 1px #ffffffbf}.mode-navigation a{color:#334155;letter-spacing:.04em;background:linear-gradient(135deg,#fffffffa,#f0f9ffeb);border-radius:9999px;justify-content:center;align-items:center;min-height:2.75rem;padding:.65rem 1rem;font-size:1.15rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s,filter .2s;display:inline-flex;box-shadow:0 10px 22px #94a3b829,inset 0 -1px #ffffffe6}.mode-navigation a:hover,.mode-navigation a:focus-visible{filter:saturate(1.05);background:linear-gradient(135deg,#fff,#f3e8fff2);transform:translateY(-2px)scale(1.02);box-shadow:0 14px 28px #c084fc29}@media (max-width:768px){.mode-navigation{border-radius:1.25rem;gap:.5rem;margin-top:1rem;padding:.65rem .75rem}.mode-navigation a{min-height:2.4rem;padding:.55rem .8rem;font-size:1rem}.breadcrumbs{margin-top:.5rem;padding:.4rem .5rem;font-size:.95rem}}.invent-story-button-wrapper{justify-content:center;margin-top:.75rem;display:flex}.invent-story-button{color:#fff;cursor:pointer;font-size:1.5rem;font-weight:700;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;letter-spacing:.08em;background:linear-gradient(90deg,#2dd4bf,#06b6d4);border:none;border-radius:9999px;padding:.75rem 1.5rem;box-shadow:0 2px 6px #0003}.capybara-page-main{box-sizing:border-box;flex-direction:column;flex-grow:1;align-items:center;width:100%;max-width:40rem;height:auto;padding:1rem;display:flex}.capybara-feed-main{max-width:100%}@media (max-width:768px){.capybara-page-main{max-width:100%;padding:1rem .5rem}.search-toggle-button{display:inline-flex}.search-form{display:none}.search-input-wrapper{border-radius:1.5rem;flex-wrap:wrap}.search-button{width:100%}.search-form-expanded .search-button{width:auto;min-width:fit-content}.search-form-expanded .search-input-wrapper{flex-wrap:nowrap}}.loading-spinner-container{z-index:20;background-color:#ffffffb3;border-radius:1.5rem;justify-content:center;align-items:center;width:100%;height:400px;display:flex}.error-message-container{background-color:#ffffffe6;border-radius:1.5rem;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:400px;padding:1rem;display:flex;box-shadow:0 2px 8px #00000026}.try-random-book-button{color:#78350f;cursor:pointer;background-color:#facc15;border-radius:.5rem;margin-top:1.5rem;padding:.75rem 1.5rem;font-weight:600;box-shadow:0 2px 6px #0003}.story-carousel-text{z-index:20;color:#1e293b;text-align:center;letter-spacing:.03em;text-wrap:balance;justify-content:center;align-items:center;height:100%;max-height:100%;margin:0;padding:.65rem .85rem;font-size:clamp(.85rem,1.9vw,1.9rem);font-weight:800;line-height:1.02;display:flex;overflow:hidden}.story-carousel-text-compact{padding:.55rem .75rem;font-size:clamp(.8rem,1.5vw,1.4rem);line-height:.98}.story-carousel-text-dense{padding:.45rem .65rem;font-size:clamp(.72rem,1.25vw,1.08rem);line-height:.94}.no-stories-message{background-color:#fed7aa;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:2rem;display:flex;box-shadow:0 2px 6px #00000026}.no-stories-emoji{margin-bottom:1rem;font-size:3rem}.no-stories-title{color:#b45309;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.no-stories-text{color:#c2410c;text-align:center}.random-book-button-wrapper{justify-content:center;width:100%;max-width:48rem;margin-top:2rem;margin-bottom:1.5rem;display:flex}.random-book-button{color:#fff;letter-spacing:.08em;cursor:pointer;font-size:1.5rem;font-weight:800;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;background:linear-gradient(90deg,#4ade80,#3b82f6);border:none;border-radius:9999px;padding:1rem 2.5rem;transition:transform .2s;box-shadow:0 4px 10px #0003}.random-book-button:hover{transform:scale(1.05)}.capybara-page-footer{text-align:center;color:#64748b;margin-top:auto;padding-top:2rem;padding-bottom:1rem;font-size:.875rem}.footer-license-note{margin-top:.25rem}.search-button:hover{filter:brightness(1.1);background:linear-gradient(90deg,#f472b6,#fb923c);transition:all .2s;transform:scale(1.03)}.invent-story-button:hover{filter:brightness(1.1);background:linear-gradient(90deg,#2dd4bf,#06b6d4);transition:all .2s;transform:scale(1.03)}.try-random-book-button:hover{background-color:#fde047;transition:all .2s;transform:scale(1.05)}.story-title{text-align:center;color:#1e293b;max-width:40rem;margin:1rem auto .5rem;padding:0 1.5rem;font-size:2.5rem;font-weight:800}.slide-text{color:#1e293b;text-align:center;letter-spacing:.05em;width:100%;max-height:16vh;padding:.5rem 1rem 0;font-size:clamp(1.25rem,2vw,2.25rem);font-weight:700;overflow:hidden}@media (min-width:640px){.slide-text{font-size:clamp(1.25rem,2vw,2.25rem)}}.slide-counter{color:#475569;text-align:center;font-size:.875rem;font-weight:500}.slide-button{color:#1e293b;background-color:#ffffff80;border-radius:9999px;padding:.75rem;font-size:1.5rem;font-weight:700;transition:background-color .3s;box-shadow:0 1px 3px #0000001a}.slide-button:hover{background-color:#fffc}.slide-button:disabled{opacity:.5;cursor:not-allowed}.story-wrapper{border-radius:1rem;justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:100vw;min-height:auto;max-height:84vh;padding:.5rem 0;display:flex;position:relative;overflow:visible;box-shadow:0 25px 50px -12px #00000040}.book-feed{flex-direction:column;align-items:center;gap:1rem;width:100%;min-height:calc(100vh - 14rem);display:flex}.book-feed-layout{justify-content:center;align-items:center;gap:1rem;width:45rem;display:flex}.book-feed-layout .book-card{flex:auto}.book-feed-content{flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.book-feed-nav{color:#fff;min-width:11rem;height:4.5rem;font-size:1.55rem;font-weight:800;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;cursor:pointer;background:linear-gradient(135deg,#0f766e,#0284c7);border:none;border-radius:9999px;flex:none;justify-content:center;align-items:center;padding:0 1rem;transition:transform .2s,opacity .2s,filter .2s;display:none;box-shadow:0 18px 36px #0e749047}.book-feed-nav:hover:not(:disabled),.book-feed-nav:focus-visible:not(:disabled){filter:brightness(1.05);transform:translateY(-2px)scale(1.03)}.book-feed-nav:disabled{opacity:.4;cursor:default;box-shadow:none}.book-feed-nav-content{white-space:nowrap;align-items:center;gap:.45rem;line-height:1;display:inline-flex}.book-feed-nav-label{direction:inherit}.book-feed-nav-arrow{direction:ltr;unicode-bidi:isolate;flex:none;justify-content:center;align-items:center;width:1.2em;height:1.2em;display:inline-flex}.book-feed-nav-arrow svg{width:100%;height:100%}@media (min-width:900px){.book-feed-nav{display:inline-flex}}@media (max-width:899px){.standalone-book-mobile-shell{--capybara-mobile-topbar-space:calc(max(70px,env(safe-area-inset-top)) + .15rem);width:100%;height:100dvh;min-height:100dvh;padding-top:var(--capybara-mobile-topbar-space);box-sizing:border-box}.standalone-book-mobile-feed-back{justify-content:center;width:100%;margin:0 0 .75rem;display:flex}.standalone-book-mobile-feed-back-button{text-align:center;width:min(100%,22rem);min-height:3.25rem;padding:.8rem 1.35rem;font-size:1.2rem;line-height:1}.capybara-page-header-copy-mobile-hidden{display:none}.capybara-feed-main{width:100%;max-width:100%;padding:0}.standalone-book-mobile-topbar{top:max(12px,env(safe-area-inset-top));z-index:120;position:fixed;left:.9rem;right:.9rem}.standalone-book-search-overlay{z-index:119}.standalone-book-search-panel{width:100%}.standalone-book-search-results{margin-top:.85rem}.book-feed.book-feed-mobile{scroll-snap-type:y mandatory;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;gap:0;height:100dvh;display:block;overflow-y:auto}.book-feed.book-feed-mobile .book-feed-nav{display:none}.book-panel{box-sizing:border-box;scroll-snap-align:start;scroll-snap-stop:always;flex-shrink:0;justify-content:center;align-items:stretch;width:100%;height:100dvh;min-height:100dvh;padding:.75rem .5rem;display:flex;overflow:hidden}.book-panel>*{flex-direction:column;height:100%;display:flex}.book-feed-layout{width:100%;display:block}.book-feed.book-feed-mobile .book-card{flex-direction:column;justify-content:space-between;gap:.75rem;width:100%;height:100%;min-height:0;padding:.9rem .8rem;display:flex;overflow:hidden}.book-feed.book-feed-mobile .book-card-head{gap:.55rem}.book-feed.book-feed-mobile .book-card-body{justify-content:center;min-height:0}.book-feed.book-feed-mobile .story-wrapper,.book-feed.book-feed-mobile .story-inner{min-height:0;max-height:none}.book-feed.book-feed-mobile .story-wrapper{max-height:none;box-shadow:none;align-items:stretch;padding:0;display:flex}.book-feed.book-feed-mobile .story-inner{justify-content:space-between;gap:.6rem;width:100%;height:100%;min-height:0;max-height:none;padding:.9rem .8rem;box-shadow:0 12px 28px #0f172a1a}.book-feed.book-feed-mobile .story-content{flex:auto;gap:.45rem;margin:0}.book-feed.book-feed-mobile .story-media{min-height:22vh;max-height:36vh}.book-feed.book-feed-mobile .story-text{max-height:30vh}.book-feed.book-feed-mobile .story-carousel-text{height:100%;min-height:0;max-height:100%;padding:.3rem .42rem;font-size:clamp(.74rem,1.8vw,1.12rem);line-height:.94}.book-feed.book-feed-mobile .book-card-title{font-size:1.8rem;line-height:.95}.book-feed.book-feed-mobile .book-card-author{margin-top:.15rem;font-size:1.05rem}.book-feed.book-feed-mobile .book-card-meta{margin-top:.15rem;font-size:.9rem}.book-feed.book-feed-mobile .mode-buttons,.book-feed.book-feed-mobile .book-card-actions{gap:.5rem;margin-top:0}.book-feed.book-feed-mobile .mode-button,.book-feed.book-feed-mobile .feed-action-button{min-height:2.9rem;padding:.55rem .85rem;font-size:1rem}.book-feed.book-feed-mobile .book-tests-panel{margin-top:0;padding:.75rem;overflow:hidden}.book-feed.book-feed-mobile .book-tests-title{margin-bottom:.5rem;font-size:1.25rem}.book-feed.book-feed-mobile .quiz-container{gap:.6rem}.book-feed.book-feed-mobile .quiz-question{font-size:1.2rem;line-height:1.05}.book-feed.book-feed-mobile .quiz-option{border-radius:.85rem;padding:.65rem .8rem;font-size:1rem}.book-feed.book-feed-mobile .quiz-next-button{padding:.7rem 1.1rem;font-size:1rem}.book-feed.book-feed-mobile .story-nav{margin-top:0}.book-feed.book-feed-mobile .story-nav-inner{max-width:18rem;padding:.15rem .75rem}.book-feed.book-feed-mobile .arrow-button{width:2.7rem;height:2.7rem}.book-feed.book-feed-mobile .slide-counter{font-size:.82rem}.search-form{z-index:100;position:sticky;top:0}.search-input-wrapper{transition:all .3s;overflow:hidden}.search-input{opacity:0;width:0;padding:0;transition:all .3s}.search-input-wrapper:focus-within .search-input{opacity:1;width:100%;padding:.75rem 1rem}.search-button{border-radius:9999px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;padding:0;font-size:1.5rem;display:flex}}.book-card{-webkit-backdrop-filter:blur(16px);background:linear-gradient(#fffbfddb,#f0f9ffc2);border:1px solid #ffffffe0;border-radius:2rem;flex-direction:column;gap:1rem;width:100%;height:100%;min-height:0;padding:1.25rem;display:flex;box-shadow:0 22px 52px #94a3b82e,0 8px 18px #ffffff59,inset 0 1px #ffffffeb}.standalone-book-mobile-feed-back{display:none}.book-card-head{text-align:center;flex-direction:column;flex:none;gap:.75rem;display:flex}.book-card-heading{flex-direction:column;gap:.35rem;display:flex}.book-card-title{color:#6d28d9;text-shadow:0 2px #ffffffb3;margin:0;font-size:2.4rem}.book-card-author{color:#64748b;margin:.35rem 0 0;font-size:1.3rem;font-weight:700}.book-card-meta{color:#64748b;margin:.35rem 0 0;font-size:1rem;font-weight:600}.mode-buttons,.book-card-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.mode-buttons{margin-top:0}.book-card-body{flex-direction:column;flex:auto;justify-content:center;min-height:0;display:flex}.book-card-actions{flex:none}.mode-button,.feed-action-button{font-family:var(--font-amatic-sc),var(--font-caveat),cursive;letter-spacing:.05em;cursor:pointer;border:1px solid #ffffffeb;border-radius:9999px;padding:.8rem 1.2rem;font-size:1.35rem;font-weight:800;transition:transform .18s,filter .18s,box-shadow .18s;box-shadow:inset 0 10px #fff6,0 10px 20px #94a3b829,0 4px #ffffff8c}.mode-button{color:#475569;background:linear-gradient(135deg,#fdf2f8,#e0f2fe)}.mode-button-active{color:#fff;background:linear-gradient(135deg,#a78bfa,#38bdf8);box-shadow:0 12px 24px #818cf83d,inset 0 1px #ffffff47}.feed-action-button{color:#fff;background:linear-gradient(135deg,#fb7185,#f59e0b)}.mode-button:hover,.feed-action-button:hover{filter:brightness(1.04)saturate(1.03);transform:translateY(-2px)scale(1.02);box-shadow:0 14px 28px #94a3b82e,inset 0 10px #ffffff52}.mode-button:active,.feed-action-button:active,.quiz-next-button:active,.quiz-option:active,.book-feed-nav:active,.arrow-button:active{transform:translateY(1px)scale(.97);box-shadow:0 6px 14px #94a3b81f,inset 0 8px 16px #ffffff2e}.mode-button:disabled,.feed-action-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.book-tests-panel{background:linear-gradient(#fffafdeb,#eff6ffd1);border:1px solid #ffffffeb;border-radius:1.6rem;margin-top:1rem;padding:1.15rem;position:relative;box-shadow:0 18px 32px #94a3b824,inset 0 1px #ffffffd9}.book-tests-title{color:#7c3aed;text-align:center;margin:0 0 .75rem;font-size:1.75rem}.book-tests-empty,.book-tests-list{color:#334155;margin:0}.book-tests-list{padding-left:1.2rem}.book-test-item{margin-bottom:.75rem}.quiz-container{flex-direction:column;gap:.95rem;display:flex}.quiz-description,.quiz-progress,.quiz-feedback,.quiz-result-score,.quiz-result-message{text-align:center;color:#334155;margin:0}.quiz-description{background:#fff9;border-radius:1.25rem;padding:.7rem .9rem;font-size:1.1rem;box-shadow:inset 0 1px #ffffffd9}.quiz-progress{color:#14b8a6;letter-spacing:.05em;font-size:1rem;font-weight:700}.quiz-question{text-align:center;color:#475569;background:linear-gradient(135deg,#fffffffa,#fdf2f8eb);border-radius:1.6rem;margin:0;padding:1rem 1.1rem;font-size:1.8rem;box-shadow:0 14px 28px #94a3b81f,inset 0 -2px #fffc}.quiz-options{flex-direction:column;gap:.8rem;display:flex}.quiz-option{color:#475569;text-align:left;cursor:pointer;width:100%;font-size:1.2rem;font-weight:700;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;background:linear-gradient(135deg,#fffffffa,#f0f9ffeb);border:1px solid #ffffffe6;border-radius:1.35rem;padding:1rem 1.05rem;transition:transform .18s,box-shadow .18s,background-color .18s,filter .18s;box-shadow:0 10px 22px #94a3b81f,inset 0 1px #ffffffd9}.quiz-option:hover:not(:disabled){filter:saturate(1.05);transform:translateY(-2px)scale(1.01);box-shadow:0 14px 28px #94a3b829}.quiz-option:disabled{cursor:default}.quiz-option-correct{color:#166534;background:linear-gradient(135deg,#bbf7d0f2,#a7f3d0e6);animation:.8s pulse;box-shadow:0 0 0 3px #86efac52,0 14px 28px #4ade8033}.quiz-option-wrong{color:#be123c;background:linear-gradient(135deg,#fee2e2fa,#fce7f3f5);animation:.38s shake;box-shadow:0 0 0 3px #fb71852e,0 10px 20px #fb718524}.quiz-feedback{background:linear-gradient(135deg,#fef9c3c7,#e0f2feb8);border-radius:1.2rem;padding:.75rem .95rem;font-size:1.14rem;font-weight:800;box-shadow:inset 0 1px #ffffffd9,0 8px 16px #94a3b81a}.quiz-next-button{color:#fff;cursor:pointer;font-size:1.2rem;font-weight:800;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;background:linear-gradient(135deg,#34d399,#60a5fa);border:1px solid #ffffffeb;border-radius:9999px;align-self:center;padding:.9rem 1.55rem;transition:transform .18s,filter .18s,box-shadow .18s;box-shadow:0 14px 26px #60a5fa38,inset 0 1px #ffffff47}.quiz-next-button:hover{filter:brightness(1.05);transform:translateY(-2px)scale(1.02)}.quiz-result-modal{background:radial-gradient(circle at 0 0,#ffffffe6,#0000 42%),linear-gradient(135deg,#fef9c3e6,#fdf2f8eb,#e0f2fee0);border-radius:1.8rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1.35rem 1.2rem;animation:.35s resultPop;display:flex;box-shadow:0 18px 34px #94a3b829,inset 0 0 0 1px #ffffffb3}.quiz-result-score{color:#7c3aed;font-size:1.28rem;font-weight:800}.quiz-result-message{color:#475569;font-size:1.2rem;font-weight:700}@media (max-width:768px){.breadcrumbs{border-radius:1.2rem;gap:.35rem;padding:.55rem .65rem}.breadcrumbs a,.breadcrumbs-current{padding:.28rem .62rem}.book-card{border-radius:1.75rem;padding:1rem}.quiz-question{padding:.9rem .85rem;font-size:1.45rem}.quiz-option{padding:.9rem;font-size:1.05rem}.mode-button,.feed-action-button,.quiz-next-button{min-height:2.9rem}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-3px)}50%{transform:translate(3px)}75%{transform:translate(-2px)}to{transform:translate(0)}}@keyframes softBounce{0%{transform:translateY(0)scale(1)}50%{transform:translateY(-2px)scale(1.02)}to{transform:translateY(-1px)scale(1.01)}}@keyframes resultPop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.story-content{z-index:2;flex-direction:column;align-items:stretch;gap:.45rem;width:100%;max-width:40rem;height:100%;min-height:0;margin:0;display:flex;position:relative;overflow:hidden}.story-media,.story-text,.story-navigation{width:100%;min-width:0}.story-text{-webkit-backdrop-filter:blur(6px);z-index:20;background-color:#ffffffe6;border-radius:10px;flex:0 auto;justify-content:center;align-items:center;min-height:0;max-height:clamp(120px,24vh,280px);padding:.45rem;display:flex;overflow:hidden}.story-text-compact{max-height:clamp(150px,30vh,340px)}.story-text-dense{max-height:clamp(180px,36vh,420px)}.story-media{background:#ffffff2e;border-radius:1rem;flex:auto;justify-content:center;align-items:center;width:100%;height:auto;min-height:min(24vh,220px);max-height:min(48vh,620px);padding:.35rem;display:flex;overflow:hidden}.story-image-background{filter:blur(2px)brightness(.9);z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.story-image{object-fit:contain;z-index:2;width:auto;max-width:100%;height:auto;max-height:100%;box-shadow:none;border:none;border-radius:1rem;margin:0;position:relative}.story-image-portrait,.story-video-portrait{object-fit:contain;object-position:center center;width:auto;max-width:100%;height:100%;max-height:100%;margin:0}.story-inner-portrait{overflow:hidden}.story-inner-portrait .story-content{z-index:2;position:relative}.story-media-backdrop{z-index:0;justify-content:center;align-items:center;padding:.85rem;display:flex;position:absolute;inset:0;overflow:hidden}.story-backdrop-media{object-fit:contain;object-position:center center;border-radius:1rem;width:auto;max-width:100%;height:100%;max-height:100%}.story-video{z-index:4;object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.story-media-placeholder{background:#ffffff6b;border:1px dashed #0f172a1f;border-radius:1rem;justify-content:center;align-items:center;width:100%;height:100%;min-height:min(18vh,180px);max-height:min(44vh,500px);display:flex}.story-navigation{flex-direction:column;flex:none;justify-content:center;align-items:center;gap:.65rem;min-height:0;display:flex}.story-inner-portrait .story-text,.story-inner-portrait .story-nav-inner,.story-inner-portrait .slideshow-refresh-button-row{z-index:2;position:relative}.story-inner-portrait .story-text{-webkit-backdrop-filter:blur(8px)}.story-inner-portrait .story-nav-inner{background-color:#ffffffeb}.story-nav-inner{background-color:#fff}.story-nav{z-index:10;justify-content:center;width:100%;margin-top:0;display:flex}.story-nav-inner{-webkit-backdrop-filter:blur(12px);direction:ltr;unicode-bidi:isolate;background-color:#fff6;border-radius:9999px;justify-content:space-between;align-items:center;width:100%;max-width:20rem;padding:.25rem 1rem;display:flex;box-shadow:0 2px 6px #0003}.arrow-button{cursor:pointer;direction:ltr;unicode-bidi:isolate;background-color:#ffffff80;border:none;border-radius:9999px;justify-content:center;align-items:center;width:3rem;height:3rem;transition:background-color .3s,transform .2s;display:flex;box-shadow:0 2px 6px #0003}.arrow-button:hover{background-color:#fffc;transform:scale(1.1)}.arrow-icon{fill:#1e293b;direction:ltr;unicode-bidi:isolate;width:1.5rem;height:1.5rem}.story-inner{-webkit-backdrop-filter:blur(16px);background-color:#ffffff4d;border-radius:1rem;flex-direction:column;justify-content:stretch;width:100%;min-width:0;max-width:40rem;min-height:min(72vh,780px);max-height:min(82vh,920px);margin-left:auto;margin-right:auto;padding:1rem;display:flex;position:relative;overflow:visible;box-shadow:0 4px 16px #0000001a}.story-background-blur{background:linear-gradient(#ffffff14,#fff0)}.capybara-spinner{object-fit:contain;transform-origin:50%;width:120px;height:120px;animation:1.6s linear infinite capybara-spin}@keyframes capybara-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:899px){.app-layout.app-layout-capybara>.top-bar{display:none}.capybara-page-container{background:radial-gradient(circle at top,#fffbebf2,#0000 30%),linear-gradient(#fff8ef 0%,#f6efff 38%,#eef7ff 72%,#ffe9df 100%);padding:0}.capybara-page-header{z-index:220;pointer-events:none;margin-top:0;position:fixed;top:0;left:0;right:0}.capybara-page-header-copy{display:none}.capybara-mobile-topbar{pointer-events:auto;padding:max(12px,env(safe-area-inset-top))14px 0;grid-template-columns:52px 52px 52px;justify-content:space-between;align-items:center;display:grid}.capybara-mobile-topbar-button{color:#8b5cf6;background:linear-gradient(135deg,#fffffffa,#f4ecfff5);border:1px solid #fffffff5;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.65rem;display:inline-flex;box-shadow:0 18px 34px #7d92bc38,inset 0 1px #fffffff2}.capybara-mobile-topbar-settings{letter-spacing:.08em;font-size:1.1rem}.capybara-mobile-settings{position:relative}.capybara-mobile-settings-menu{background:#fffffffa;border-radius:1rem;gap:.35rem;min-width:88px;padding:.45rem;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 34px #0f172a24}.capybara-mobile-settings-item{color:#6b7280;min-height:2.4rem;font-family:var(--font-varela-round),sans-serif;background:linear-gradient(135deg,#fffefe,#f6f0ff);border:none;border-radius:.8rem;font-size:.86rem;font-weight:700}.capybara-mobile-settings-item-active{color:#fff;background:linear-gradient(135deg,#8b5cf6,#38bdf8)}.search-toggle-button-icon{font-size:1.7rem;line-height:1;transform:translateY(-1px)}.search-overlay{padding:calc(max(18px,env(safe-area-inset-top)) + 52px)0 0;background:#fff5fb6b;align-items:flex-start}.search-overlay-panel{padding:0 .9rem}.search-form-expanded{background:#fffffff5;border-radius:1.45rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.65rem;width:100%;max-width:none;padding:.7rem;display:grid;box-shadow:0 22px 44px #0f172a29,inset 0 1px #ffffffeb}.search-input-expanded{opacity:1;color:#4338ca;letter-spacing:.02em;background:linear-gradient(135deg,#fffdfd,#f8f5ff);border-radius:1.1rem;width:100%;min-width:0;padding:.95rem 1rem;font-size:1.02rem}.search-form-expanded .search-button{border-radius:1rem;width:3.25rem;min-width:3.25rem;height:3.25rem;padding:0;font-size:0;position:relative;box-shadow:0 16px 28px #f9731638}.search-form-expanded .search-button:before{content:"⌕";font-size:1.55rem;line-height:1}.search-results-panel{padding-top:calc(max(78px,env(safe-area-inset-top)) + 1rem)}.book-feed.book-feed-mobile{--capybara-mobile-topbar-space:calc(max(70px,env(safe-area-inset-top)) + .15rem);height:100dvh;min-height:100dvh;padding-top:var(--capybara-mobile-topbar-space);scroll-padding-top:var(--capybara-mobile-topbar-space);background:0 0;position:relative}.book-panel{height:calc(100dvh - var(--capybara-mobile-topbar-space));min-height:calc(100dvh - var(--capybara-mobile-topbar-space));padding:.6rem .65rem calc(max(.9rem,env(safe-area-inset-bottom))).65rem;perspective:1300px;box-sizing:border-box;transition:transform .35s,opacity .35s,filter .35s}.book-panel-active{opacity:1;filter:none;transform:translateY(0)scale(1)rotateX(0)}.book-panel-inactive{opacity:.76;filter:saturate(.92);transform:translateY(14px)scale(.96)rotateX(7deg)}.book-feed.book-feed-mobile .book-card{box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:none;padding:0}.mobile-book-screen{background:radial-gradient(circle at 100% 0,#a78bfa2e,#0000 30%),radial-gradient(circle at 0 0,#7dd3fc1f,#0000 26%),linear-gradient(#2b2e36fa,#22252cfa 44%,#181b21fc);border:1px solid #94a3b82e;border-radius:1.9rem;grid-template-rows:auto minmax(0,1fr) auto;width:100%;height:100%;min-height:0;padding:0;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 50px #0f172a57,inset 0 1px #ffffff0d}.mobile-book-header{background:linear-gradient(#272a31fa,#272a31e6);border-bottom:1px solid #94a3b824;gap:.65rem;padding:.95rem .9rem .65rem;display:grid}.mobile-book-title{color:#f8fafc;text-wrap:balance;margin:0;font-size:clamp(1.55rem,6vw,2.15rem);line-height:.96}.mobile-book-subline{flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.45rem;display:flex}.mobile-book-author{font-family:var(--font-varela-round),sans-serif;color:#cbd5e1;font-size:.92rem}.mobile-book-chip{color:#e9d5ff;min-height:1.9rem;font-family:var(--font-varela-round),sans-serif;background:linear-gradient(135deg,#f8edff29,#edf7ff24);border-radius:999px;align-items:center;padding:.3rem .7rem;font-size:.78rem;font-weight:700;display:inline-flex}.mobile-mode-tabs{scrollbar-width:none;-ms-overflow-style:none;gap:.55rem;padding:0 .05rem .2rem;display:flex;overflow-x:auto}.mobile-mode-tabs::-webkit-scrollbar{display:none}.mobile-mode-tab{color:#6b7280;min-height:2.7rem;font-family:var(--font-varela-round),sans-serif;background:linear-gradient(135deg,#fffefe,#f8f2ff);border:1px solid #ede9fef2;border-radius:1rem;flex:none;padding:.68rem .95rem;font-size:.84rem;font-weight:700;line-height:1.15;transition:transform .2s,box-shadow .2s,background .2s,color .2s;box-shadow:0 10px 22px #94a3b81f}.mobile-mode-tab-active{color:#fff;background:linear-gradient(135deg,#8b5cf6,#38bdf8);box-shadow:0 16px 32px #818cf847}.mobile-mode-tab-label{text-wrap:balance;max-width:11rem;display:block}.mobile-book-stage{min-height:0;padding:.75rem .85rem;display:flex}.mobile-story-carousel{grid-template-rows:1fr auto;gap:.7rem;width:100%;height:100%;min-height:0;display:grid}.mobile-story-swipe-surface{touch-action:pan-y;-webkit-user-select:none;user-select:none;background:linear-gradient(#fff,#fbf9ff);border:1px solid #ece9fee6;border-radius:1.45rem;height:100%;min-height:0;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffffff2,0 18px 36px #94a3b81f}.mobile-story-slide-shell{width:100%;height:100%;min-height:0}.mobile-story-slide-shell-forward .mobile-story-slide{animation:.34s mobile-horizontal-flip-next}.mobile-story-slide-shell-backward .mobile-story-slide{animation:.34s mobile-horizontal-flip-prev}.mobile-story-slide{box-sizing:border-box;min-width:100%;height:100%;min-height:100%;padding:.75rem;display:block}.mobile-story-track{width:100%;height:100%;display:flex}.mobile-story-media{background:radial-gradient(circle at top,#fff5fbf2,#0000 55%),linear-gradient(#fff,#f8fbff);border-radius:1.2rem;justify-content:center;align-items:center;height:100%;min-height:100%;display:flex;position:relative;overflow:hidden}.mobile-story-media-asset{object-fit:contain;width:100%;height:100%}.mobile-story-media-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.mobile-story-text{z-index:2;background:linear-gradient(#fff0,#ffffffd1 34%,#fffffff5 100%);padding:2.8rem .9rem .95rem;position:absolute;bottom:0;left:0;right:0}.mobile-story-text-copy{color:#334155;text-align:center;text-wrap:balance;text-shadow:0 1px #fffc;margin:0;font-family:Amatic;font-size:clamp(1.5rem,4.45vw,3rem);font-weight:700;line-height:1.36}.mobile-story-footer{gap:.2rem;display:grid}.mobile-story-nav{background:#ffffffb8;border-radius:999px;grid-template-columns:1.7rem 1fr 1.7rem;align-items:center;gap:.2rem;padding:.05rem .2rem;display:grid;box-shadow:0 6px 14px #94a3b814}.mobile-story-nav-button{color:#4c1d95;background:#f3e8ffe6;border:none;border-radius:999px;width:1.7rem;height:1.7rem;font-size:.82rem;font-weight:800}.mobile-story-counter{text-align:center;font-family:var(--font-varela-round),sans-serif;color:#131518;margin:0;font-size:.65rem;line-height:1.1}.mobile-book-actions{padding:.65rem .85rem calc(max(.85rem,env(safe-area-inset-bottom)));background:linear-gradient(#1a1d23e6,#14171dfa);border-top:1px solid #94a3b824;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;display:grid}.mobile-action-pill{min-height:3.2rem;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;letter-spacing:.02em;text-align:center;border:none;border-radius:1.1rem;padding:.68rem .6rem;font-size:1.12rem;font-weight:700;line-height:1.05;box-shadow:0 16px 28px #94a3b824}.mobile-action-pill-primary{color:#9a3412;background:linear-gradient(135deg,#ffd8c7,#ffe8ef)}.mobile-action-pill-secondary{color:#5b21b6;background:linear-gradient(135deg,#e9dcff,#dfe9ff)}.mobile-action-pill-accent{color:#0f766e;background:linear-gradient(135deg,#d9f2ff,#f0e8ff)}.mobile-action-pill:disabled,.mobile-story-nav-button:disabled{opacity:.45;box-shadow:none}.mobile-quiz-sheet{z-index:6;padding:calc(max(.95rem,env(safe-area-inset-top))).9rem calc(max(.95rem,env(safe-area-inset-bottom)));background:radial-gradient(circle at top,#fff9c459,#0000 34%),linear-gradient(#fffffffc,#fcf4fffc);grid-template-rows:auto minmax(0,1fr);gap:.9rem;display:grid;position:absolute;inset:0;overflow:hidden;box-shadow:0 -18px 38px #0f172a29}.mobile-quiz-sheet-header{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.mobile-quiz-sheet-caption{font-family:var(--font-varela-round),sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#14b8a6;margin:0 0 .2rem;font-size:.74rem;font-weight:700}.mobile-quiz-sheet-title{color:#6d28d9;margin:0;font-size:1.45rem;font-weight:700;line-height:1.1}.mobile-quiz-sheet-close{color:#6d28d9;background:linear-gradient(135deg,#f8edff,#eff6ff);border:none;border-radius:999px;width:2.5rem;height:2.5rem;font-size:1.4rem}.mobile-quiz-sheet .quiz-container{gap:.75rem;padding-bottom:.25rem;overflow-y:auto}.mobile-quiz-sheet .quiz-question{padding:1rem;font-size:1.8rem;font-weight:700;line-height:1.08}.mobile-quiz-sheet .quiz-option{border-radius:1rem;min-height:4rem;padding:1rem 1.05rem;font-size:1.34rem;font-weight:700}.mobile-quiz-sheet .quiz-next-button{width:100%;min-height:3.8rem;font-size:1.35rem;font-weight:700}.quiz-container-mobile-fullscreen .quiz-description,.quiz-container-mobile-fullscreen .quiz-progress,.quiz-container-mobile-fullscreen .quiz-feedback,.quiz-container-mobile-fullscreen .quiz-result-score,.quiz-container-mobile-fullscreen .quiz-result-message{font-size:1.24rem;font-weight:700}.quiz-result-media{aspect-ratio:1;background:linear-gradient(#fff5fbeb,#f0f9ffeb);border-radius:1.35rem;width:100%;margin-bottom:.9rem;overflow:hidden;box-shadow:0 16px 34px #94a3b829}.quiz-result-media-asset{object-fit:cover;width:100%;height:100%;display:block}.quiz-result-media-loading{position:relative}.quiz-result-media-loading:after{content:"";background:linear-gradient(90deg,#fff3,#ffffff8c,#fff3);animation:1.2s linear infinite quiz-result-shimmer;position:absolute;inset:0}@keyframes quiz-result-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.story-generator-page{padding:calc(max(1rem,env(safe-area-inset-top))).85rem calc(max(1rem,env(safe-area-inset-bottom)))}.story-generator-mobile-topbar{top:max(12px,env(safe-area-inset-top));z-index:130;position:fixed;left:.85rem;right:.85rem}.story-generator-back{border-radius:1rem;width:100%;min-height:3.1rem;font-size:1rem}.story-generator-stage{gap:.95rem;margin:1rem auto 1.5rem}.story-generator-header{display:none}.story-generator-main{padding-top:calc(max(70px,env(safe-area-inset-top)) + .3rem)}.story-capybara-card,.story-entry-card,.story-question-card,.story-result-card{border-radius:1.45rem;padding:.95rem}.story-capybara-card{grid-template-columns:1fr}.story-capybara-portrait{min-height:190px}.story-capybara-bubble{text-align:center;font-size:1.35rem;line-height:1.28}.mobile-story-intro-title{color:#7c2d12;text-shadow:0 1px #ffffffeb,0 8px 18px #fb923c29;letter-spacing:.03em;font-size:1.8rem;font-weight:700}.mobile-story-intro-subtitle{font-size:1.08rem;font-weight:600;line-height:1.32;font-family:var(--font-nunito),"Comic Sans MS",cursive,sans-serif;color:#64748b}.story-field-label{margin-bottom:.35rem;font-size:1.8rem;font-weight:700}.mobile-story-field-group:nth-of-type(2) .story-field-label{font-family:var(--font-nunito),"Comic Sans MS",cursive,sans-serif;letter-spacing:.01em;color:#64748b;font-size:1rem;font-weight:700}.story-field{border-radius:1rem;padding:.85rem .9rem;font-size:1.8rem;font-weight:700}.story-hero-picker-trigger{grid-template-columns:minmax(0,1fr);justify-items:start;display:grid}.story-hero-picker-trigger-action{text-align:center;justify-content:center;justify-self:center;width:100%;font-size:1.8rem;font-weight:700;display:inline-flex}.story-hero-picker-trigger-label,.story-inline-hint,.story-preview-title,.story-generator-error,.story-generator-success{font-size:1.8rem;font-weight:700}.story-hero-picker-trigger-label{font-family:var(--font-nunito),"Comic Sans MS",cursive,sans-serif;color:#64748b;font-size:1rem;font-weight:700}.story-inline-hint{font-family:var(--font-nunito),"Comic Sans MS",cursive,sans-serif;color:#64748b;background:#ffffffa8;border-radius:.9rem;padding:.72rem .8rem;font-size:.98rem;font-weight:700;line-height:1.45;box-shadow:inset 0 1px #ffffffd9}.story-choice-button{border-radius:1rem;padding:.85rem .9rem .85rem 3rem;font-size:.98rem;font-weight:700}.story-preview-card{border-radius:1rem}.story-preview-text{font-size:1.8rem;font-weight:700;line-height:1.3}.mobile-story-preview-typed{min-height:6.5em;font-family:var(--font-varela-round),system-ui,sans-serif;color:#475569;white-space:pre-wrap;text-transform:uppercase;letter-spacing:.12em;font-size:1rem;font-weight:700;line-height:1.55}.mobile-story-preview-typed:after{content:"|";color:#7c2d12;margin-left:.16em;animation:.9s step-end infinite mobile-story-type-caret;display:inline-block}@keyframes mobile-story-type-caret{0%,49%{opacity:1}50%,to{opacity:0}}.story-progress-chip,.story-question-title,.story-hero-picker-title,.story-hero-picker-hint,.story-hero-card-name,.story-hero-picker-search,.mobile-action-pill.mobile-story-submit{font-size:1.8rem;font-weight:700}.story-hero-card-meta{color:#64748bb8;font-size:.82rem;font-weight:600;line-height:1.3;font-family:var(--font-nunito),"Comic Sans MS",cursive,sans-serif}.story-result-actions{grid-template-columns:1fr;display:grid}.story-primary-button,.story-result-actions .feed-action-button,.story-result-actions .quiz-next-button{width:100%;min-width:0}.story-hero-picker-overlay{padding:.8rem}.story-hero-picker-modal{border-radius:1.35rem;padding:.95rem;position:relative}.story-hero-picker-header{align-items:flex-start;gap:.75rem;padding-top:2.2rem}.story-hero-picker-title{font-size:1.8rem}.story-hero-picker-hint{font-size:1rem;line-height:1.45}.story-hero-picker-close{justify-content:center;align-items:center;width:2.4rem;height:2.4rem;padding:0;font-size:1.6rem;line-height:1;display:inline-flex;position:absolute;top:.6rem;right:.6rem}.story-hero-picker-grid{grid-template-columns:1fr;max-height:56dvh}}@keyframes mobile-horizontal-flip-next{0%{opacity:.3;transform-origin:100%;transform:translate(12%)rotateY(-26deg)scale(.94)}to{opacity:1;transform-origin:50%;transform:translate(0)rotateY(0)scale(1)}}@keyframes mobile-horizontal-flip-prev{0%{opacity:.3;transform-origin:0;transform:translate(-12%)rotateY(26deg)scale(.94)}to{opacity:1;transform-origin:50%;transform:translate(0)rotateY(0)scale(1)}}
html,body{height:100%;margin:0;padding:0}.cat-page-container{flex-direction:column;max-width:48rem;min-height:100%;margin-left:auto;margin-right:auto;padding:1rem;display:flex}.studio-layout-wrapper{flex-direction:column;max-width:70rem;min-height:100%;margin-left:auto;margin-right:auto;padding:1rem;display:flex}.cat-page-title{text-align:center;margin-bottom:1rem;font-weight:700}.cat-page-textarea{border:1px solid #ccc;border-radius:.25rem;width:100%;margin-bottom:1rem;padding:.5rem;font-size:1.125rem}.cat-page-button{color:#fff;background-color:#f472b6;border-radius:.25rem;padding:.5rem 1rem;font-weight:700;transition:background-color .3s}.cat-page-button:hover{background-color:#ec4899}.cat-page-error{color:#ef4444;margin-top:.5rem}.cat-page-slides{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.cat-page-slide{background-color:#fef9c3;border:1px solid #fde68a;border-radius:.25rem;padding:1rem;font-size:1.125rem}.cat-page-subtitle{text-align:center;margin-bottom:2rem}.example-title{letter-spacing:.05em;margin-top:1rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.example-buttons{cursor:pointer;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.example-button{font-family:var(--font-amatic-sc),var(--font-caveat),cursive;letter-spacing:.05em;cursor:pointer;background-color:#ddd6fe;border:none;border-radius:50px/40px;padding:.5rem 1.25rem;font-size:1.5rem;transition:background-color .3s,transform .2s;box-shadow:inset -2px -2px 4px #fff9,inset 2px 2px 4px #0000000d,2px 4px 8px #0000001a}.example-button:hover{background-color:#c4b5fd;transform:translateY(-2px)}.input-wrapper{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.question-input{font-family:var(--font-amatic-sc),var(--font-caveat),cursive;background:linear-gradient(135deg,#f3e8ff,#ffe4e1);border-radius:9999px;flex:1;padding:.75rem 1rem;font-size:1.5rem;transition:box-shadow .3s,border-color .3s;box-shadow:inset -2px -2px 4px #fff9,inset 2px 2px 4px #0000000d,2px 4px 8px #0000001a}.question-input:focus{border-color:#ec4899;outline:none;box-shadow:0 0 0 4px #ec489933,inset -2px -2px 4px #fff9,inset 2px 2px 4px #0000000d}.ask-button{font-family:var(--font-amatic-sc),var(--font-caveat),cursive;cursor:pointer;border:none;padding:.5rem 1rem;transition:background-color .3s}.ask-button:hover{background-color:#4ade80}.error-message{color:#ef4444;font-family:var(--font-varela-round),system-ui,sans-serif;margin-top:.5rem}.slide-container{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.cat-slide{font-size:1.125rem;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;background-color:#fff;border:1px solid #dde1e4;border-radius:.25rem;padding:1rem}.random-question-button{cursor:pointer;text-align:center;margin:2rem auto;display:block}.random-question-button:hover{background-color:#bae6fd}.edit-slides-button{cursor:pointer;text-align:center;color:#fff;letter-spacing:.08em;cursor:pointer;font-size:1.5rem;font-weight:800;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;background:linear-gradient(90deg,#db7cd5,#f9f586);border:none;border-radius:9999px;margin:2rem auto;padding:1rem 2.5rem;transition:transform .2s;display:block;box-shadow:0 4px 10px #0003}.edit-slides-button:hover{background-color:#bae6fd;transform:scale(1.05)}.slide-loading{background-color:#fff;border:1px solid #ddd;border-radius:.25rem;justify-content:center;align-items:center;min-height:300px;display:flex}.spinner{border:4px solid #f3f3f3;border-top-color:#6366f1;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slide-scroll-wrapper{scroll-snap-type:x mandatory;gap:1rem;padding:1rem 0;display:flex;overflow-x:auto}.cat-slide{scroll-snap-align:start;text-align:center;flex:none;width:500px;max-width:70%;font-size:2rem}.cat-slide img{aspect-ratio:3/4;object-fit:contain;width:auto;height:auto;max-height:450px;margin:0 auto;display:block}.cat-spinner-wrapper{flex-direction:column;align-items:center;margin:2em 0;display:flex}.cat-spinner-text{font-family:var(--font-amatic-sc),cursive;color:#555;margin-top:.5em;font-size:1.5em}.hanging-mouse{transform-origin:top;z-index:10;pointer-events:none;opacity:.9;width:170px;animation:3s ease-in-out infinite mouse-swing;position:absolute;top:0;right:15%}.cat-paw-video{width:400px;position:absolute;top:0;right:10%}@keyframes mouse-swing{0%{transform:rotate(5deg)}50%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}.rolling-ball{z-index:50;pointer-events:auto;width:120px;transition:transform .2s;position:fixed;bottom:0;left:20px}@keyframes roll-bounce{0%{transform:translate(0)rotate(0)}25%{transform:translate(11vw)rotate(60deg)}50%{transform:translate(22vw)rotate(120deg)}75%{transform:translate(11vw)rotate(60deg)}to{transform:translate(0)rotate(0)}}.rolling-ball:hover{animation:.6s ease-in-out bounce-up}@keyframes roll-away{0%{transform:translate(0)rotate(0)}25%{transform:translate(11vw)rotate(60deg)}50%{transform:translate(22vw)rotate(120deg)}75%{transform:translate(11vw)rotate(60deg)}to{transform:translate(0)rotate(0)}}@keyframes bounce-up{0%{transform:translateY(0)}30%{transform:translateY(-20px)}50%{transform:translateY(-25px)}70%{transform:translateY(-10px)}to{transform:translateY(0)}}.giphy-logo{max-width:50px;height:auto;display:inline-block}.giphy-footer{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%;margin-top:auto;padding:0;display:flex;position:relative}.giphy-attribution-text,.pexels-credit{margin:0;display:inline-block}.giphy-inline{align-items:center;gap:.5rem;display:flex}.cat-slide video{aspect-ratio:3/4;object-fit:contain;width:auto;height:auto;max-height:450px;margin:0 auto;display:block}html[dir=rtl] .cat-slide{font-family:var(--font-varela-round),system-ui,sans-serif}.mode-tabs{background:linear-gradient(135deg,#f6a5ff,#8fd3f4);border-radius:999px;justify-content:center;align-items:center;gap:12px;margin:24px auto 32px;padding:12px;display:inline-flex;box-shadow:0 8px 20px #00000026}.mode-tab-button{color:#fff;cursor:pointer;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;letter-spacing:.05em;background:linear-gradient(135deg,#f6cffa,#ccebfa);border:none;border-radius:999px;padding:10px 24px;font-size:1.8rem;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:inset -2px -2px 4px #fff9,inset 2px 2px 4px #0000000d,2px 4px 8px #0000001a}.mode-tab-button:hover{opacity:.95;color:#676666;transform:translateY(-2px);box-shadow:0 8px 18px #0003}.mode-tab-button.active{color:#000;background:linear-gradient(135deg,#ff9bd6,#ffd86f);padding:12px 26px;transform:scale(1.05);box-shadow:0 10px 22px #00000040}.back-to-cats-button{color:#fff;font-size:1.6rem;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;cursor:pointer;background:linear-gradient(135deg,#fbc2eb,#a6c1ee);border:none;border-radius:999px;max-width:fit-content;padding:10px 22px;transition:transform .2s,box-shadow .2s;box-shadow:0 5px 12px #0000002e}.back-to-cats-button:hover{color:#000;transform:translateY(-2px);box-shadow:0 8px 16px #00000040}.cats-mobile-entry{flex-direction:column;justify-content:center;gap:16px;min-height:calc(100dvh - 170px);display:flex}.cats-mobile-random-button-wrapper{justify-content:center;display:flex}.cats-mobile-trigger-list{gap:12px;display:grid}.cats-mobile-trigger{text-align:left;width:100%;padding:.95rem 1.15rem;font-size:1.25rem}.cats-mobile-trigger:nth-child(3n+1){background:linear-gradient(135deg,#ffe3f1,#f7e7ff)}.cats-mobile-trigger:nth-child(3n+2){background:linear-gradient(135deg,#fff6cc,#ffe7f0)}.cats-mobile-trigger:nth-child(3n+3){background:linear-gradient(135deg,#dff4ff,#eef7ff)}.cats-mobile-random-button{color:#fff;letter-spacing:.04em;width:100%;font-size:1.2rem;font-weight:800;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;background:linear-gradient(90deg,#4ade80,#3b82f6);border:none;border-radius:9999px;margin:0;padding:.95rem 1.2rem;box-shadow:0 8px 18px #3b82f638}.cats-mobile-trigger-label{color:#3d2a4f;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;letter-spacing:.03em;font-size:1.55rem;line-height:1.4;display:block}.cats-mobile-slideshow-intro{text-align:center;color:#6f6380;flex-direction:column;align-items:center;gap:2px;display:flex}.cats-mobile-slideshow-intro-title{font-family:var(--font-amatic-sc),var(--font-caveat),cursive;letter-spacing:.06em;font-size:1.3rem;font-weight:700}.cats-mobile-slideshow-intro-text{font-family:var(--font-varela-round),system-ui,sans-serif;opacity:.9;font-size:.84rem;line-height:1.35}.mobile-slideshow-viewer{z-index:300;background:#fff;flex-direction:column;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.mobile-slideshow-topbar{padding:env(safe-area-inset-top,0)12px 8px;flex-shrink:0;justify-content:flex-end;display:flex}.mobile-slideshow-close{color:#111111b8;background:0 0;border:none;width:44px;height:44px;font-size:2rem;line-height:1}.mobile-slideshow-body{flex-direction:column;flex:1;min-height:0;display:flex}.mobile-slideshow-loading{text-align:center;color:#5f5170;background-color:#0000;background-image:radial-gradient(circle at 0 0,#ffffffeb,#0000 34%),linear-gradient(135deg,#ffe8f4f2,#f3e8ffeb,#e0f2fef0);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:180% 180%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:24px;animation:8s infinite cats-mobile-soft-gradient;display:flex}.mobile-slideshow-loading p{font-family:var(--font-amatic-sc),var(--font-caveat),cursive;margin:0;font-size:1.7rem}.mobile-slideshow-stage{flex:1;min-height:0;padding-bottom:8px;position:relative}.mobile-slideshow-page{box-sizing:border-box;flex-direction:column;flex:0 0 100%;gap:14px;width:100%;min-width:100%;height:100%;padding:0 16px;display:flex}.mobile-slideshow-media-shell{flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.mobile-slideshow-media-frame{aspect-ratio:9/16;border-radius:24px;width:auto;max-width:100%;height:100%;max-height:100%;position:relative;overflow:hidden}.mobile-slideshow-caption{color:#111;-webkit-line-clamp:3;text-align:center;-webkit-box-orient:vertical;flex-shrink:0;min-height:4.5em;font-size:.98rem;line-height:1.5;display:-webkit-box;overflow:hidden}.mobile-slideshow-caption-latin{font-family:var(--font-amatic-sc),var(--font-caveat),cursive;font-size:1.75rem;font-weight:700;line-height:1.2}.mobile-slideshow-caption-he{font-family:"Nunito",var(--font-varela-round),system-ui,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.5}.mobile-slideshow-caption p{margin:0}.mobile-slideshow-controls{padding:10px 16px calc(12px + env(safe-area-inset-bottom,0));flex-direction:column;flex-shrink:0;gap:10px;display:flex}.mobile-slideshow-actions{justify-content:space-between;gap:10px;display:flex}.mobile-slideshow-action,.mobile-slideshow-random{min-height:40px;font-family:var(--font-amatic-sc),var(--font-caveat),cursive;letter-spacing:.04em;border:none;border-radius:999px;padding:10px 16px;font-size:1.15rem;line-height:1.1;box-shadow:inset -2px -2px 4px #ffffffad,inset 2px 2px 4px #0000000f,0 8px 18px #11111114}.mobile-slideshow-action{color:#312b3bb3;opacity:.78;background:linear-gradient(135deg,#f6cffab8,#ccebfab3);flex:1 1 0}.mobile-slideshow-action-primary{color:#39203bdb;opacity:.92;background:linear-gradient(135deg,#ffd6ecf5,#ffe9b3f0)}.mobile-slideshow-random{color:#fff;opacity:.94;background:linear-gradient(90deg,#4ade80f5,#3b82f6f0);width:100%;min-height:42px}@keyframes cats-mobile-soft-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.mobile-slideshow-hint{pointer-events:none;background:#ffffffe0;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;display:flex;position:absolute;bottom:14px;right:18px;box-shadow:0 8px 20px #11111114}.mobile-slideshow-hint-text{color:#3d2a4fd1;font-family:var(--font-varela-round),system-ui,sans-serif;font-size:.72rem;line-height:1.2}.mobile-slideshow-hint-arrow{color:#11111159;font-size:1.25rem;animation:1.4s ease-in-out infinite mobile-swipe-hint-pulse;display:inline-block}@keyframes mobile-swipe-hint-pulse{0%{opacity:.2;transform:translate(0)}50%{opacity:.7;transform:translate(6px)}to{opacity:.2;transform:translate(0)}}@media (max-width:899px){.cat-page-container,.studio-layout-wrapper{padding:.75rem}.cat-page-container .mode-tabs{display:none}.cat-page-title{margin-top:12px;margin-bottom:.5rem}.cat-page-subtitle{margin-bottom:1.25rem}.cats-mobile-trigger-list .example-button{max-width:none}.mobile-slideshow-hint-text{max-width:150px}.example-title{text-align:center;font-size:1.9rem}.input-wrapper{flex-direction:column;align-items:stretch}.question-input,.ask-button,.random-question-button,.edit-slides-button,.back-to-cats-button{box-sizing:border-box;width:100%}.question-input{font-size:1.3rem}.slide-scroll-wrapper{gap:.75rem;padding:.5rem 0 1rem}.cat-slide{width:min(100%,320px);max-width:calc(100vw - 48px);font-size:1.5rem}.cat-slide img,.cat-slide video{width:100%;max-height:300px}.hanging-mouse,.cat-paw-video{display:none}.mode-tabs{box-sizing:border-box;width:100%;margin:18px auto 24px;padding:8px}.mode-tab-button{flex:auto;min-width:0;padding:10px 14px;font-size:1.35rem}}
body{min-height:100vh;font-family:var(--font-amatic-sc),cursive;background:linear-gradient(135deg,#ffe0f0 0%,#e0f7ff 100%);margin:0;padding:0}.dog-page{box-sizing:border-box;min-height:100vh;padding:24px 16px 40px}.dog-header-container{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:48rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:flex}.dog-header-wrapper{text-align:center;flex-grow:1}.dog-header-image{width:200px;height:auto}.dog-page-title{color:#333;margin-top:0;margin-bottom:3rem;font-size:3.5rem}.dog-page-subtitle{font-size:2rem}.dog-category-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;width:100%;max-width:48rem;margin-left:auto;margin-right:auto;display:grid}.dog-category-button{cursor:pointer;font-size:1.25rem;font-family:var(--font-amatic-sc),cursive;aspect-ratio:1;background-color:#0000;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 8px #0000001a}.dog-category-button span{font-size:1.25rem;font-family:var(--font-amatic-sc),cursive;z-index:4;text-align:center;background-color:#ffffffb3;border-radius:0;width:100%;padding:.25rem .5rem;position:absolute;bottom:0;left:0}.dog-category-color-1{background-color:#ffe0f0}.dog-category-color-2{background-color:#e0f7ff}.dog-category-color-3{background-color:#fff5cc}.dog-category-color-4{background-color:#e6ffe6}.dog-category-color-5{background-color:#fceaff}.dog-category-color-6{background-color:#f0fff0}.dog-category-color-7{background-color:#ffe5d9}.dog-category-color-8{background-color:#f0f8ff}.dog-category-button:hover{background-color:#e090b0}@media (max-width:768px){.dog-category-grid{grid-template-columns:repeat(2,1fr)}.dog-category-button{padding:.5rem .75rem;font-size:1.1rem}}@media (max-width:480px){.dog-category-grid{grid-template-columns:1fr}.dog-category-button{padding:.5rem;font-size:1rem}}.dog-category-icon{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.lessons-button{color:#000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:var(--font-amatic-sc),cursive;cursor:pointer;text-shadow:0 1px 2px #0000001a;background:#ffffff59;border:none;border-radius:14px;justify-content:center;align-items:center;margin-top:8px;padding:8px 16px;font-size:20px;font-weight:700;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex}.lesson-card:nth-child(6n+1) .lessons-button{background:#ff7fa359}.lesson-card:nth-child(6n+2) .lessons-button{background:#7cc8ff59}.lesson-card:nth-child(6n+3) .lessons-button{background:#9be38a59}.lesson-card:nth-child(6n+4) .lessons-button{background:#ffd86b59}.lesson-card:nth-child(6n+5) .lessons-button{background:#c79bff59}.lesson-card:nth-child(6n+6) .lessons-button{background:#ffb36b59}.lessons-button:hover{background:#fff9;transform:translateY(-3px)scale(1.05);box-shadow:0 6px 14px #00000026}.lessons-button:active{transform:translateY(1px)scale(.97)}@media (max-width:899px){.dog-page{padding:14px 12px 28px}.dog-header-container{background:radial-gradient(circle at 0 0,#ffffffd1,#0000 48%),linear-gradient(160deg,#fff5d7e0,#ffe0f0e6 46%,#e0f7fff0);border-radius:28px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:.5rem;margin-bottom:1.25rem;padding:20px 16px 18px;display:grid;position:relative;box-shadow:0 20px 34px #8c688a24,inset 0 1px #ffffffb8}.dog-header-image{justify-self:center;width:min(28vw,110px)}.dog-page-title{margin-bottom:.35rem;font-size:clamp(2.4rem,11vw,3.1rem);line-height:.94}.dog-page-subtitle{color:#5a4d57;margin:0;font-size:1.2rem;line-height:1.05}.dog-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:none;padding:0}.dog-category-button{aspect-ratio:.88;border-radius:24px;box-shadow:0 16px 24px #745b8024,inset 0 1px #ffffff8c}.dog-category-button:after{content:"";z-index:1;background:linear-gradient(#ffffff0a,#140a161f);position:absolute;inset:0}.dog-category-button span{z-index:2;background:linear-gradient(#fff0,#ffffffeb 34%,#fffffffa);padding:.7rem .8rem .9rem;font-size:1.2rem;line-height:1}.dog-category-icon{transform:scale(1.02)}}@media (max-width:480px){.dog-page{padding-inline:10px}.dog-header-container{padding-inline:12px}.dog-page-subtitle{font-size:1.08rem}.dog-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dog-category-button{aspect-ratio:.8}}
