:root{--bg-top: #fff3e0;--bg-bottom: #e3f2fd;--ink: #4a3b3b;--accent: #ff8a65;--accent-dark: #e64a19;--card: #ffffff;--shadow: 0 10px 30px rgba(0, 0, 0, .12)}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:Comic Sans MS,Segoe UI,system-ui,-apple-system,sans-serif;color:var(--ink);background:linear-gradient(180deg,var(--bg-top),var(--bg-bottom));background-attachment:fixed;-webkit-tap-highlight-color:transparent}.app{max-width:640px;margin:0 auto;padding:24px 20px calc(40px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center}.library-toggle{position:fixed;top:calc(16px + env(safe-area-inset-top));right:16px;z-index:50;box-shadow:var(--shadow)}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:60;display:flex;justify-content:flex-end}.drawer{width:min(320px,85vw);height:100%;background:var(--card);box-shadow:-8px 0 30px #0003;padding:20px 18px calc(20px + env(safe-area-inset-bottom));overflow-y:auto;animation:drawer-in .2s ease}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}.drawer-head-actions{display:flex;align-items:center;gap:10px}.drawer-close{border:none;background:#fdf6ec;border-radius:50%;width:32px;height:32px;font-size:1rem;line-height:1;cursor:pointer;color:var(--ink)}.library-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.library-list li{display:flex;align-items:center;gap:8px}.library-item{flex:1;display:flex;align-items:center;gap:10px;border:none;background:#fdf6ec;border-radius:12px;padding:10px 12px;font-family:inherit;color:var(--ink);cursor:pointer;text-align:left;transition:transform .05s ease}.library-item:active{transform:scale(.98)}.library-emoji{font-size:1.3rem}.library-title{flex:1;font-weight:700;font-size:1rem;line-height:1.2}.library-date{font-size:.8rem;opacity:.55;white-space:nowrap}.library-delete{border:none;background:none;color:var(--ink);opacity:.4;font-size:1.05rem;cursor:pointer;padding:8px;line-height:1}.generator{width:100%;display:flex;flex-direction:column;gap:20px;background:var(--card);border-radius:24px;padding:28px 22px;box-shadow:var(--shadow)}.hero{text-align:center}.hero h1{margin:0;font-size:2.6rem;letter-spacing:.02em}.tagline{margin:8px 0 0;font-size:1.05rem;opacity:.85}.picker h2{margin:0 0 12px;font-size:1.25rem}.chip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.chip{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 4px;border:2px solid #ece0d8;border-radius:16px;background:#fff;cursor:pointer;transition:transform .1s ease,border-color .1s ease,background .1s ease;font-family:inherit}.chip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.chip:active{transform:scale(.95)}.chip--selected{border-color:var(--accent);background:#fff1ea}.chip-remove{position:absolute;top:-7px;right:-7px;width:22px;height:22px;border-radius:50%;background:var(--accent-dark);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.7;transition:opacity .15s ease,transform .1s ease;box-shadow:0 2px 6px #0003}.chip-remove:hover{opacity:1}.chip-remove:active{transform:scale(.9)}.chip-emoji{font-size:2rem}.chip-name{font-size:.85rem;font-weight:600}.custom-row{display:flex;gap:8px;align-items:center}.custom-row input[type=text]{flex:1;padding:10px 12px;border:2px solid #ece0d8;border-radius:12px;font-family:inherit;font-size:1rem}.emoji-input{width:64px;padding:10px 8px;border:2px solid #ece0d8;border-radius:12px;font-family:inherit;font-size:1.2rem;text-align:center}.selected-list{display:flex;flex-direction:column;gap:8px}.selected-item{display:flex;gap:8px;align-items:center}.selected-item .emoji-input{width:56px}.name-input{flex:1;padding:8px 10px;border:2px solid #ece0d8;border-radius:10px;font-family:inherit;font-size:.95rem}.selected-remove{border:none;background:#ffe0cc;color:var(--accent-dark);border-radius:999px;width:32px;height:32px;font-size:1rem;cursor:pointer;font-family:inherit}.label{font-size:.95rem;opacity:.8;font-weight:600}.selected-tag{border:none;background:#ffe0cc;color:var(--accent-dark);border-radius:999px;padding:6px 12px;font-family:inherit;font-size:.9rem;cursor:pointer}.nudge{display:flex;flex-direction:column;gap:6px}.nudge input{padding:12px 14px;border:2px solid #ece0d8;border-radius:12px;font-family:inherit;font-size:1rem}.nudge textarea{padding:12px 14px;border:2px solid #ece0d8;border-radius:12px;font-family:inherit;font-size:1rem;resize:vertical}.hint{font-size:.85rem;opacity:.6}.check-row{display:flex;align-items:center;gap:10px;font-weight:600;cursor:pointer}.check-row input[type=checkbox]{width:20px;height:20px;accent-color:var(--accent);cursor:pointer}.btn{border:none;border-radius:14px;padding:12px 20px;font-family:inherit;font-size:1rem;font-weight:700;background:var(--accent);color:#fff;cursor:pointer;transition:transform .1s ease,background .1s ease}.btn:active{transform:scale(.96)}.btn:disabled{opacity:.6;cursor:default}.btn--big{font-size:1.35rem;padding:18px 24px;border-radius:999px;background:linear-gradient(90deg,var(--accent),#ffab40);box-shadow:0 8px 20px #e64a1959}.btn--ghost{background:#f1e7e0;color:var(--ink)}.streaming{width:100%;display:flex;flex-direction:column;gap:16px;align-items:center}.streaming-box{width:100%;max-height:60vh;overflow-y:auto;background:var(--card);border-radius:20px;padding:20px;box-shadow:var(--shadow);font-size:1.15rem;line-height:1.6}.streaming-placeholder{opacity:.6}.book-wrap{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.book-scene{width:100%;max-width:420px;height:460px;perspective:1600px;cursor:pointer;-webkit-user-select:none;user-select:none}.book-page{position:relative;width:100%;height:100%;border-radius:8px 18px 18px 8px;background:linear-gradient(90deg,#fff8ee,#fff 12%,#fff);box-shadow:var(--shadow);animation:flip-in .55s cubic-bezier(.2,.7,.3,1);overflow:hidden}.book-page:after{content:"";position:absolute;left:0;top:0;bottom:0;width:10px;background:linear-gradient(90deg,rgba(0,0,0,.08),transparent);border-radius:8px 0 0 8px}.book-page--cover{background:linear-gradient(135deg,#ffd54f,#ff8a65);color:#fff}@keyframes flip-in{0%{transform:rotateY(90deg);opacity:.4}to{transform:rotateY(0);opacity:1}}.page-inner{position:relative;height:100%;padding:28px 24px 20px 32px;overflow-y:auto}.page-emoji{font-size:2.6rem;margin-bottom:10px}.page-text{font-size:1.15rem;line-height:1.65;margin:0 0 12px}.book-page--cover .page-text{font-size:1.6rem;font-weight:700;text-align:center;margin-top:40px}.book-controls{display:flex;align-items:center;gap:12px}.page-counter{font-weight:700;min-width:56px;text-align:center}.tap-hint{font-size:.85rem;opacity:.6}.book-actions{margin-top:4px}.clear-cache{border:none;background:none;color:var(--ink);opacity:.45;font-family:inherit;font-size:.85rem;text-decoration:underline;cursor:pointer;padding:4px}.error{margin-top:16px;background:#ffebee;color:#b71c1c;padding:12px 16px;border-radius:12px;font-weight:600;text-align:center}
