:root{--nav-h: 64px}*{box-sizing:border-box;margin:0;padding:0}html{background:linear-gradient(135deg,#0d0820,#160d38,#230f52);min-height:100%}body{font-family:Segoe UI,sans-serif;background:transparent;min-height:100vh;color:#fff}.app{max-width:680px;margin:0 auto;padding:2rem 1rem}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:.5rem;margin:-2rem -1rem 1.5rem;padding:0 1rem;height:48px;background:#0a061cf0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(155,111,214,.15)}.header-logo-btn{background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;display:flex;align-items:center}.header-logo{height:clamp(30px,8vw,38px);width:auto;display:block}.header-greeting{font-size:.95rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;flex:1;min-width:0;display:flex;align-items:center;gap:.3rem}.header-greeting strong{font-weight:700;color:#c4a0f5}.header-controls{display:flex;align-items:center;gap:.3rem;margin-left:auto}.page-logo-area{text-align:center;padding:.25rem 0 1.25rem}.page-logo-img{height:clamp(90px,22vw,150px);width:auto;display:block;margin:0 auto;filter:drop-shadow(0 0 18px rgba(155,111,214,.5))}.page-content{padding-bottom:calc(var(--nav-h) + 1.5rem)}.nav{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;flex-shrink:0}.muted{opacity:.55;font-size:.8rem;white-space:nowrap}.link-btn{background:none;border:none;color:#fff9;cursor:pointer;font-size:.85rem;padding:.35rem .5rem;text-decoration:none;border-radius:6px;transition:color .15s,background .15s;white-space:nowrap}.link-btn:hover{color:#fff;background:#ffffff12}.link-btn.danger{color:#ff6b6bbf}.link-btn.danger:hover{color:#ff6b6b;background:#ff6b6b14}.nav-btn{padding:.38rem .85rem;border-radius:8px;border:1px solid rgba(155,111,214,.4);background:#9b6fd624;color:#fff;cursor:pointer;font-size:.82rem;font-weight:500;transition:all .2s;white-space:nowrap}.nav-btn:hover{background:#9b6fd64d;border-color:#9b6fd6a6}.mode-tabs{display:flex;gap:0;margin-bottom:1.5rem;background:#ffffff0f;border-radius:12px;padding:4px;border:1px solid rgba(255,255,255,.08)}.mode-tab{flex:1;padding:.65rem 1rem;border:none;background:transparent;color:#fff9;cursor:pointer;border-radius:9px;font-size:.95rem;font-weight:500;transition:all .2s;position:relative;display:flex;align-items:center;justify-content:center;gap:.4rem}.mode-tab:hover{color:#ffffffe6}.mode-tab.active{background:#ffffff1f;color:#fff}.badge-new{font-size:.6rem;background:#9b6fd6;color:#fff;padding:2px 6px;border-radius:8px;font-weight:700;letter-spacing:.05em}.badge-lock{font-size:.7rem;background:#ffffff26;color:#ffffffb3;padding:2px 7px;border-radius:8px;font-weight:500}.paywall-card{background:#ffffff0f;border:1px solid rgba(155,111,214,.3);border-radius:16px;padding:2.5rem 2rem;text-align:center;margin-bottom:2rem}.paywall-icon{font-size:3rem;margin-bottom:1rem}.paywall-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#fff}.paywall-card>p{opacity:.75;line-height:1.7;font-size:.95rem;margin-bottom:1.75rem}.paywall-benefits{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:2rem;text-align:left}.paywall-benefit{background:#ffffff12;border-radius:8px;padding:.6rem .9rem;font-size:.85rem;opacity:.9}.paywall-login{margin-top:1rem;font-size:.85rem;opacity:.6}.hero-section{margin-bottom:1.75rem;text-align:center}.hero-section h1{font-size:clamp(1.35rem,5vw,1.85rem);font-weight:700;line-height:1.3;margin-bottom:.75rem;background:linear-gradient(135deg,#fff 40%,#c4a0f5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section p{font-size:.95rem;line-height:1.75;opacity:.72;max-width:520px;margin:0 auto}.how-it-works{margin-bottom:2rem}.how-it-works h2{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:.4rem;text-align:center}.how-it-works>p{font-size:.88rem;opacity:.62;text-align:center;margin-bottom:1.25rem;line-height:1.65}.how-it-works ol{list-style:none;counter-reset:steps;display:flex;flex-direction:column;gap:.65rem;padding:0;margin:0}.how-it-works li{counter-increment:steps;background:#ffffff0d;border:1px solid rgba(155,111,214,.18);border-radius:12px;padding:.9rem 1rem .9rem .85rem;display:flex;gap:.85rem;align-items:flex-start}.how-it-works li:before{content:counter(steps);min-width:26px;height:26px;background:#9b6fd640;border:1px solid rgba(155,111,214,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#c4a0f5;flex-shrink:0;margin-top:1px}.how-it-works-content h3{font-size:.88rem;font-weight:600;color:#fff;margin-bottom:.25rem;line-height:1.4}.how-it-works-content p{font-size:.82rem;opacity:.6;line-height:1.65;margin:0}.form-page-h1{font-size:1.1rem;font-weight:600;color:#ffffffbf;text-align:center;margin:0 0 1.5rem;letter-spacing:.01em}.form-section-heading{font-size:1rem;font-weight:600;color:#c4a0f5;margin:0 0 1rem;padding-bottom:.4rem;border-bottom:1px solid rgba(155,111,214,.25)}.form .form-section-heading:not(:first-child){margin-top:1.5rem}.form{background:#ffffff14;border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.1)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;opacity:.9}.label-optional{font-size:.8rem;opacity:.5;font-weight:400}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password]{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:1rem;outline:none;transition:border-color .2s}.form-group input:focus{border-color:#9b6fd6}.form-group input::placeholder{opacity:.4}.form-group input[type=range]{width:100%;accent-color:#9B6FD6;margin-top:.25rem}.form-group textarea{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:.95rem;resize:vertical;outline:none;transition:border-color .2s;font-family:inherit;line-height:1.6}.form-group textarea:focus{border-color:#9b6fd6}.form-group textarea::placeholder{opacity:.4}.field-hint{font-size:.8rem;opacity:.5;margin-top:.75rem}.char-count{font-size:.75rem;opacity:.4;text-align:right;margin-top:.4rem}.custom-tip{background:#9b6fd61a;border:1px solid rgba(155,111,214,.25);border-radius:8px;padding:.75rem 1rem;font-size:.85rem;opacity:.85;margin-bottom:1.5rem;line-height:1.5}.context-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.context-header label{margin-bottom:0}.context-mode-toggle{display:flex;gap:0;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.15);flex-shrink:0}.context-mode-btn{padding:.35rem .85rem;font-size:.8rem;font-weight:500;background:#ffffff0f;color:#fff9;border:none;cursor:pointer;transition:background .15s,color .15s;font-family:inherit;min-height:36px}.context-mode-btn:first-child{border-right:1px solid rgba(255,255,255,.15)}.context-mode-btn.active{background:#9b6fd640;color:#fff}.context-mode-btn:hover:not(.active){background:#ffffff1a;color:#ffffffd9}.guided-questions{display:flex;flex-direction:column;gap:.85rem}.guided-question-label{font-size:.85rem;opacity:.75;margin-bottom:.4rem;display:flex;align-items:center;gap:.5rem;line-height:1.4}.guided-question-num{background:#9b6fd64d;color:#fff;border-radius:50%;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.guided-question-row{display:flex;align-items:center;gap:.4rem}.guided-question-row input{flex:1;padding:.6rem .85rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;font-size:.9rem;outline:none;transition:border-color .2s;font-family:inherit}.guided-question-row input:focus{border-color:#9b6fd6}.guided-question-row input::placeholder{opacity:.35}.guided-clear-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#ffffff80;border-radius:6px;width:32px;height:36px;cursor:pointer;font-size:.75rem;flex-shrink:0;transition:background .15s;display:flex;align-items:center;justify-content:center}.guided-clear-btn:hover{background:#9b6fd633;color:#fff}.guided-preview{margin-top:.75rem;background:#64b4ff12;border:1px solid rgba(100,180,255,.2);border-radius:8px;padding:.65rem .85rem}.guided-preview-label{font-size:.7rem;font-weight:600;color:#64b4ff;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.3rem;opacity:.8}.guided-preview p{font-size:.82rem;opacity:.75;margin:0;line-height:1.55}.guided-extra{margin-top:.85rem}.guided-extra-label{display:block;font-size:.85rem;opacity:.75;margin-bottom:.4rem}.themes{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.theme-btn{padding:.4rem .9rem;border-radius:20px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;cursor:pointer;transition:all .2s;font-size:.85rem}.theme-btn:hover{background:#ffffff26}.theme-btn.active{background:#9b6fd6;border-color:#9b6fd6}.age-btns{display:grid;grid-template-columns:repeat(5,1fr);gap:.4rem;margin-top:.25rem}.age-btn{padding:.5rem .25rem;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;cursor:pointer;font-size:.82rem;font-weight:500;transition:all .2s;text-align:center}.age-btn:hover{background:#ffffff1f}.age-btn.active{background:#9b6fd6;border-color:#9b6fd6;font-weight:700}.para-group{margin-bottom:1.25rem}.para-group label{display:block;font-size:.78rem;opacity:.45;font-weight:400;margin-bottom:.4rem}.para-btns{display:flex;gap:.3rem;flex-wrap:wrap}.para-btn{padding:.2rem .6rem;border-radius:20px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#ffffff73;cursor:pointer;font-size:.75rem;transition:all .15s}.para-btn:hover{border-color:#ffffff47;color:#fffc}.para-btn.active{border-color:#9b6fd680;background:#9b6fd626;color:#9b6fd6}.save-hint{font-size:.85rem;opacity:.7;margin-bottom:1rem}.submit-btn{width:100%;padding:1rem;border-radius:12px;border:none;background:#9b6fd6;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s}.submit-btn:hover:not(:disabled){background:#7e56bd;transform:translateY(-1px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.error{background:#e9456033;border:1px solid #e94560;border-radius:8px;padding:1rem;margin-bottom:1rem}.story-card{background:#ffffff14;border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1);position:relative}.story-fav-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;opacity:.45;transition:opacity .2s,transform .15s;padding:.25rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;line-height:1}.story-fav-btn:hover{opacity:.9;transform:scale(1.2)}.story-fav-btn.active{opacity:1}.story-card-custom{border-color:#9b6fd666;background:#9b6fd60f}.story-custom-badge{display:inline-block;background:#9b6fd633;border:1px solid rgba(155,111,214,.4);color:#9b6fd6;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;margin-bottom:1rem}.story-title{font-size:1.4rem;font-weight:700;color:#9b6fd6;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);line-height:1.4}.story-body p{line-height:1.9;margin-bottom:1.2rem;font-size:1.05rem;opacity:.95}.story-illustration{margin-top:2rem}.story-illustration-img{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.15);display:block}.illustration-loading{display:flex;align-items:center;gap:.75rem;padding:1.25rem;background:#ffffff0d;border-radius:12px;border:1px dashed rgba(155,111,214,.3);color:#ffffffb3;font-size:.95rem}.illustration-spinner{width:20px;height:20px;border:2px solid rgba(155,111,214,.3);border-top-color:#9b6fd6;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.story-characters-section{margin-top:2rem}.story-characters-title{font-size:1rem;font-weight:600;color:#ffffffb3;margin:0 0 .75rem}.characters-name-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.character-name-tag{background:#9b6fd61f;border:1px solid rgba(155,111,214,.3);color:#9b6fd6;border-radius:20px;padding:.25rem .75rem;font-size:.82rem;font-weight:500}.story-body p:last-child{margin-bottom:0}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}.stream-cursor{display:inline-block;animation:blink .8s step-end infinite}.auth-card{background:#ffffff14;border-radius:16px;padding:2rem;max-width:420px;margin:0 auto;border:1px solid rgba(255,255,255,.1)}.auth-card h2{font-size:1.5rem;margin-bottom:.5rem;text-align:center}.auth-subtitle{text-align:center;opacity:.65;font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.auth-benefits{background:#ffffff0d;border-radius:10px;padding:1rem 1.25rem;margin-top:1.25rem;display:flex;flex-direction:column;gap:.5rem}.auth-benefits p{font-size:.85rem;opacity:.8}.auth-switch{text-align:center;margin-top:1rem;font-size:.9rem;opacity:.8}.section-title{font-size:1.3rem;margin-bottom:1.5rem}.history-header-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.history-search-wrap{position:relative;display:flex;align-items:center;flex:1;max-width:280px}.history-search-icon{position:absolute;left:.75rem;font-size:.85rem;pointer-events:none;opacity:.5}.history-search{width:100%;padding:.5rem 2rem .5rem 2.1rem;border-radius:20px;border:1px solid rgba(255,255,255,.15);background:#ffffff12;color:#fff;font-size:.88rem;outline:none;transition:border-color .2s}.history-search::placeholder{opacity:.4}.history-search:focus{border-color:#9b6fd680}.history-search-clear{position:absolute;right:.6rem;background:none;border:none;color:#ffffff80;cursor:pointer;font-size:1.1rem;line-height:1;padding:0}.history-search-clear:hover{color:#fff}.history-filters{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-bottom:1.25rem}.history-filter-select{padding:.45rem 1.75rem .45rem .75rem;border-radius:20px;border:1px solid rgba(255,255,255,.15);background:#ffffff12;color:#fff;font-size:.85rem;outline:none;cursor:pointer;transition:border-color .2s;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='rgba(255,255,255,0.4)'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center}.history-filter-select:hover,.history-filter-select:focus{border-color:#9b6fd680}.history-filter-select option{background:#160d2e;color:#fff}.history-filter-select-title{flex:1;min-width:160px;max-width:320px}.history-filter-clear{padding:.4rem .9rem;border-radius:20px;border:1px solid rgba(155,111,214,.4);background:#9b6fd61a;color:#9b6fd6;font-size:.82rem;cursor:pointer;transition:all .2s}.history-filter-clear:hover{background:#9b6fd633}.history-filter-fav{padding:.4rem .9rem;border-radius:20px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#fff9;font-size:.82rem;cursor:pointer;transition:all .2s}.history-filter-fav:hover{border-color:#ffc80066;color:#ffc800}.history-filter-fav.active{border-color:#ffc80099;background:#ffc8001f;color:#ffc800}.history-list{display:flex;flex-direction:column;gap:1rem}.history-card{background:#ffffff14;border-radius:12px;padding:1.25rem;border:1px solid rgba(255,255,255,.1)}.history-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.history-header h3{font-size:1rem;font-weight:600;color:#9b6fd6;margin-bottom:.25rem}.history-meta{font-size:.8rem;opacity:.6}.history-body{font-size:.9rem;opacity:.75;line-height:1.6}.history-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.fav-btn{background:none;border:none;cursor:pointer;font-size:1.1rem;opacity:.4;transition:opacity .2s,transform .15s;padding:.2rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.fav-btn:hover{opacity:.9;transform:scale(1.15)}.fav-btn.active{opacity:1}.delete-btn{background:none;border:none;cursor:pointer;font-size:1.1rem;opacity:.5;transition:opacity .2s;padding:.2rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.delete-btn:hover{opacity:1}.themes-random-hint{font-size:.75rem;opacity:.45;font-weight:400;margin-left:.25rem}.btn-shuffle-themes{padding:.25rem .7rem;border-radius:16px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#fff9;cursor:pointer;font-size:.75rem;transition:all .2s;white-space:nowrap}.btn-shuffle-themes:hover{background:#ffffff1f;color:#fff;border-color:#ffffff59}.story-cta{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.story-cta p{font-size:.95rem;opacity:.85;line-height:1.6;margin-bottom:1.25rem}.story-cta-hook{font-size:1rem;font-weight:600;opacity:1!important;margin-bottom:1.25rem!important}.story-features-list{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left;display:flex;flex-direction:column;gap:.5rem}.story-features-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.9rem;line-height:1.45;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:.55rem .8rem}.story-features-list li strong{color:#e6edf3}.story-features-list li span:not(.feat-icon){opacity:.82}.feat-icon{font-size:1.1rem;flex-shrink:0;margin-top:.05rem}.story-cta-buttons{display:flex;gap:.75rem;flex-direction:column}.shuffle-cta{margin-top:1rem;padding:1rem 1.25rem;background:#9b6fd614;border:1px solid rgba(155,111,214,.25);border-radius:10px;text-align:center}.shuffle-cta p{font-size:.88rem;opacity:.9;line-height:1.5;margin-bottom:.9rem}.shuffle-cta-buttons{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}.btn-shuffle-themes:disabled{opacity:.35;cursor:not-allowed}.btn-secondary{width:100%;padding:.85rem;border-radius:12px;border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;font-size:1rem;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#ffffff14}.story-actions{display:flex;gap:.75rem;margin-top:1.75rem}.story-action-btn{flex:1;padding:.7rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#ffffff12;color:#ffffffd9;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.story-action-btn:hover{background:#ffffff24;border-color:#ffffff59;color:#fff}.story-action-btn--active{background:#6366f140!important;border-color:#6366f199!important;color:#a5b4fc!important}.btn-new-story{width:100%;margin-top:.75rem;padding:.85rem;border-radius:12px;border:1px solid rgba(155,111,214,.4);background:#9b6fd614;color:#9b6fd6;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-new-story:hover{background:#9b6fd62e}.btn-continue-story{width:100%;margin-top:.75rem;padding:.85rem;border-radius:12px;border:1px solid rgba(100,180,255,.4);background:#64b4ff14;color:#64b4ff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-continue-story:hover{background:#64b4ff2e}.history-chapters-badge{display:inline-block;margin-top:.25rem;padding:.15rem .5rem;border-radius:20px;background:#64b4ff1f;color:#64b4ff;font-size:.75rem;font-weight:600}.chapter-divider{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0 1rem}.chapter-divider:before,.chapter-divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.chapter-divider span{font-size:.8rem;font-weight:600;color:#64b4ff;white-space:nowrap;opacity:.8}.chapter-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;margin:.75rem 0 0;background:#64b4ff12;border:1px solid rgba(100,180,255,.15);border-radius:10px;cursor:pointer;color:inherit;font-family:inherit;text-align:left;transition:background .15s}.chapter-toggle:hover{background:#64b4ff21}.chapter-toggle-open{background:#64b4ff1f;border-color:#64b4ff4d}.chapter-toggle-label{font-size:.85rem;font-weight:600;color:#64b4ff}.chapter-toggle-arrow{font-size:.7rem;color:#64b4ff;opacity:.7;margin-left:.5rem;flex-shrink:0}.continuation-toggle{cursor:pointer;display:flex;align-items:center;justify-content:space-between}.continuation-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#64b4ff}.toast-container{position:fixed;top:1.25rem;right:1.25rem;z-index:1000;display:flex;flex-direction:column;gap:.6rem;max-width:340px;pointer-events:none}.toast{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-radius:10px;font-size:.9rem;font-weight:500;pointer-events:all;animation:toastIn .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes toastIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.toast-error{background:#e94560eb;color:#fff;border:1px solid rgba(233,69,96,.5)}.toast-success{background:#22c55eeb;color:#fff;border:1px solid rgba(34,197,94,.5)}.toast-info{background:#3b82f6eb;color:#fff;border:1px solid rgba(59,130,246,.5)}.toast-close{background:none;border:none;color:inherit;cursor:pointer;font-size:1.1rem;opacity:.8;padding:0;line-height:1;flex-shrink:0}.toast-close:hover{opacity:1}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-card{background:#ffffff14;border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.skeleton-history{padding:1.25rem;border-radius:12px}.skeleton-line{height:14px;border-radius:6px;margin-bottom:.9rem;background:linear-gradient(90deg,#ffffff0f 25%,#ffffff24,#ffffff0f 75%);background-size:800px 100%;animation:shimmer 1.4s infinite linear}.skeleton-title{height:20px;width:60%;margin-bottom:1.25rem}.skeleton-short{width:45%}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:900;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#160d2e;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:2rem;width:100%;max-width:420px;animation:slideUp .2s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.modal h3{font-size:1.2rem;margin-bottom:.5rem}.modal>p{opacity:.7;font-size:.95rem;margin-bottom:1.5rem;line-height:1.5}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-danger{padding:.65rem 1.4rem;border-radius:10px;border:none;background:#e94560;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-danger:hover{background:#c73652}.modal-actions .btn-secondary,.modal-actions .submit-btn{width:auto;padding:.65rem 1.4rem}.onboarding-modal{text-align:center;max-width:360px}.onboarding-modal h3{font-size:1.25rem;margin:.5rem 0 .75rem}.onboarding-modal>p{opacity:.8;font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.onboarding-icon{font-size:3rem;margin-bottom:.5rem}.onboarding-dots{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.onboarding-dot{width:8px;height:8px;border-radius:50%;background:#fff3;transition:background .2s}.onboarding-dot.active{background:#9b6fd6}.onboarding-modal .modal-actions{justify-content:center}.custom-confirm-summary{background:#ffffff0a;border-radius:10px;padding:.75rem 1rem;margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}.custom-confirm-row{display:flex;gap:.75rem;font-size:.9rem;align-items:flex-start}.custom-confirm-label{color:#8b949e;min-width:90px;flex-shrink:0}.custom-confirm-context{color:#c9d1d9;font-style:italic}.custom-confirm-cost{text-align:center;font-size:1rem;color:#c9d1d9;margin-bottom:1.25rem}.custom-confirm-cost strong{color:#9b6fd6}.modal-story{max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;padding:0}.modal-story-scroll{flex:1;overflow-y:auto;padding:1.5rem}.modal-story--with-footer .modal-story-scroll{padding-bottom:.5rem}.modal-story .story-actions{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.08)}.modal-story-footer{padding:.75rem 1.5rem 1.25rem;border-top:1px solid rgba(100,180,255,.15);background:#64b4ff0a;flex-shrink:0}.btn-continue-story-floating{width:100%;padding:.9rem;border-radius:12px;border:1.5px solid rgba(100,180,255,.55);background:#64b4ff21;color:#64b4ff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;letter-spacing:.01em}.btn-continue-story-floating:hover{background:#64b4ff40;border-color:#64b4ffcc}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.modal-close{background:none;border:none;color:#ffffff80;cursor:pointer;font-size:1.6rem;line-height:1;padding:0;flex-shrink:0;transition:color .2s}.modal-close:hover{color:#fff}.modal-meta{font-size:.8rem;opacity:.5;margin-bottom:1.5rem}.history-card{cursor:pointer;transition:border-color .2s,background .2s}.history-card:hover{border-color:#9b6fd666;background:#ffffff1c}.history-expand-hint{display:block;font-size:.75rem;opacity:.35;margin-top:.5rem;text-align:right}.history-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.5rem 0}.history-page-btn{padding:.5rem 1.1rem;border-radius:20px;border:1px solid rgba(255,255,255,.2);background:#ffffff12;color:#e6edf3;font-size:.88rem;cursor:pointer;transition:all .2s;min-width:44px;min-height:44px}.history-page-btn:hover:not(:disabled){border-color:#9b6fd680;background:#9b6fd61f;color:#9b6fd6}.history-page-btn:disabled{opacity:.3;cursor:default}.history-page-info{font-size:.9rem;opacity:.7;min-width:60px;text-align:center}.danger-zone{margin-top:3rem;padding:1.25rem 1.5rem;background:#f851490f;border:1px solid rgba(248,81,73,.2);border-radius:12px}.danger-zone h3{font-size:.95rem;color:#f85149;margin-bottom:.4rem}.danger-zone p{font-size:.85rem;opacity:.65;margin-bottom:1rem;line-height:1.5}.btn-delete-account{padding:.5rem 1.25rem;background:transparent;border:1px solid #f85149;border-radius:8px;color:#f85149;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s}.btn-delete-account:hover{background:#f851491f}.verify-banner{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;background:#1f6feb1f;border:1px solid rgba(31,111,235,.3);border-radius:10px;padding:.75rem 1.25rem;margin:-1rem auto 1.5rem;max-width:680px;font-size:.9rem;color:#79c0ff}.verify-banner .link-btn{color:#58a6ff;font-weight:600}.verify-spam-hint{opacity:.65;font-size:.8rem}.spam-warning{display:flex;align-items:flex-start;gap:.5rem;background:#ffc10714;border:1px solid rgba(255,193,7,.25);border-radius:8px;padding:.65rem .9rem;font-size:.83rem;color:#e3c46a;line-height:1.45}.spam-warning strong{color:#ffd166}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:#ffffff59;font-size:.85rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-top:1px solid rgba(255,255,255,.12)}.google-btn-wrapper{display:flex;justify-content:center;margin-bottom:.5rem}.feedback-section{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}.feedback-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem}.feedback-title{font-size:1.1rem;margin-bottom:.3rem}.feedback-subtitle{opacity:.6;font-size:.9rem;margin-bottom:1.25rem}.feedback-form{display:flex;flex-direction:column;gap:.75rem}.feedback-type-group{display:flex;gap:.5rem}.feedback-type-btn{display:flex;align-items:center;gap:.4rem;padding:.45rem 1rem;border-radius:20px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#fff9;cursor:pointer;font-size:.9rem;transition:all .2s}.feedback-type-btn input[type=radio]{display:none}.feedback-type-btn.active{border-color:#9b6fd6;background:#9b6fd626;color:#fff}.feedback-textarea{background:#00000040;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;padding:.75rem 1rem;font-size:.95rem;resize:vertical;font-family:inherit;outline:none;transition:border-color .2s}.feedback-textarea:focus{border-color:#9b6fd680}.feedback-textarea::placeholder{opacity:.4}.feedback-footer{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.feedback-email{flex:1;min-width:180px;background:#00000040;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff;padding:.55rem .85rem;font-size:.875rem;outline:none}.feedback-email::placeholder{opacity:.4}.feedback-submit{padding:.55rem 1.5rem;background:#9b6fd6;border:none;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.feedback-submit:hover:not(:disabled){background:#7e56bd}.feedback-submit:disabled{opacity:.45;cursor:not-allowed}.feedback-success{text-align:center;padding:1rem 0}.feedback-success-icon{font-size:2.5rem;display:block;margin-bottom:.75rem}.feedback-success h3{margin-bottom:.4rem}.feedback-success p{opacity:.6;font-size:.9rem;margin-bottom:1rem}.balance-btn{display:flex;align-items:center;gap:.3rem;padding:.3rem .6rem;border-radius:8px;border:1px solid rgba(255,215,0,.28);background:#ffd70012;color:gold;cursor:pointer;font-size:.82rem;font-weight:700;transition:all .2s;white-space:nowrap;letter-spacing:.01em}.balance-btn:hover{background:#ffd70024;border-color:#ffd70080}.modal-store{max-width:520px}.store-balance-bar{display:flex;align-items:center;justify-content:space-between;background:#ffd70014;border:1px solid rgba(255,215,0,.2);border-radius:10px;padding:.65rem 1rem;margin-bottom:1.25rem;font-size:.9rem;opacity:.85}.store-balance-amount{font-size:1rem;color:gold}.store-how-it-works{font-size:.88rem;opacity:.65;line-height:1.5;margin-bottom:1.25rem}.store-packages-title{font-size:.8rem;opacity:.55;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem}.store-packages{display:flex;flex-direction:column;gap:.75rem}.store-package{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem 1.25rem;transition:border-color .2s}.store-package:hover{border-color:#ffd70059}.store-package-highlight{border-color:#9b6fd673;background:#9b6fd612}.store-package-highlight:hover{border-color:#9b6fd6b3}.store-package-badge{position:absolute;top:-10px;left:1rem;background:#9b6fd6;color:#fff;font-size:.7rem;font-weight:700;padding:2px 10px;border-radius:20px;letter-spacing:.04em}.store-package-info{display:flex;flex-direction:column;gap:.2rem}.store-package-name{font-weight:700;font-size:.95rem}.store-package-amount{font-size:.85rem;color:gold}.store-package-desc{font-size:.78rem;opacity:.5}.store-package-buy{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;flex-shrink:0}.store-package-price{font-weight:700;font-size:1rem;color:#9b6fd6}.btn-buy{padding:.45rem 1.1rem;border-radius:8px;border:none;background:#9b6fd6;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;transition:background .2s;white-space:nowrap}.btn-buy:hover:not(:disabled){background:#7e56bd}.btn-buy:disabled{opacity:.5;cursor:not-allowed}.nav-btn-history{border-color:#ffffff2e;background:#ffffff0f;color:#fffc}.nav-btn-history:hover{background:#ffffff21;border-color:#ffffff59;color:#fff}@media(max-width:600px){.link-btn{min-height:44px;min-width:44px;padding:.5rem;display:inline-flex;align-items:center}.nav-btn{min-height:44px;padding:.65rem 1rem}.mode-tab{padding:.75rem 1rem}.badge-new,.badge-lock{font-size:.75rem}.balance-btn{min-height:44px;padding:.5rem .9rem}.para-btn{min-height:44px;padding:.5rem .6rem;display:inline-flex;align-items:center}.themes{display:grid;grid-template-columns:1fr 1fr;gap:8px}.theme-btn{text-align:center;min-height:44px;display:flex;align-items:center;justify-content:center}.age-btns{grid-template-columns:repeat(5,1fr);gap:5px}.age-btn{padding:.7rem .1rem;font-size:.8rem;min-height:44px}.btn-shuffle-themes{min-height:44px;padding:.65rem .7rem;display:inline-flex;align-items:center}.feedback-submit{min-height:44px;padding:.65rem 1.5rem}.feedback-email{min-height:44px}.feedback-textarea{resize:none}.submit-btn{font-size:.95rem;padding:.85rem 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cost-label{display:none}.story-actions{flex-direction:column;gap:.5rem}.story-action-btn{width:100%;text-align:center;min-height:48px;font-size:1rem}.age-btn{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav{gap:.5rem}.nav .muted{display:none}.auth-card{padding:1.5rem 1.25rem}.modal{padding:1.25rem}.store-package{padding:.85rem 1rem;gap:.75rem}.store-package-info{flex:1;min-width:0}.store-package-name{font-size:.9rem}.store-package-amount{font-size:.8rem}.btn-buy{white-space:nowrap;flex-shrink:0;padding:.5rem .85rem;font-size:.85rem}.feedback-type-btn{min-height:44px;padding:.5rem .9rem}.feedback-section{padding-left:0;padding-right:0}}.site-footer{margin-top:3rem;padding:1.5rem 1rem;border-top:1px solid rgba(255,255,255,.08);text-align:center}.site-footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:.6rem}.site-footer-links a{color:#ffffff73;font-size:.8rem;text-decoration:none;transition:color .2s}.site-footer-links a:hover{color:#fffc}.site-footer-copy{font-size:.75rem;color:#ffffff40}.scroll-to-top{display:none}@media(max-width:600px){.scroll-to-top{display:flex;align-items:center;justify-content:center;position:fixed;bottom:max(1.5rem,calc(env(safe-area-inset-bottom,0px) + 1rem));right:max(1.25rem,calc(env(safe-area-inset-right,0px) + 1rem));width:44px;height:44px;border-radius:50%;background:#9b6fd6;color:#fff;border:none;font-size:1.2rem;cursor:pointer;box-shadow:0 4px 16px #9b6fd673;z-index:999;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.scroll-to-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}}.illustration-toggle{background:#ffd7000f;border:1px solid rgba(255,215,0,.2);border-radius:12px;padding:.9rem 1rem;margin-bottom:.5rem}.illustration-toggle-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.illustration-toggle-label input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:#ffd700;flex-shrink:0;cursor:pointer}.illustration-toggle-text{display:flex;align-items:flex-start;gap:.6rem;flex:1;flex-wrap:wrap}.illustration-toggle-icon{font-size:1.1rem}.illustration-toggle-desc{opacity:.6;font-size:.85rem}.illustration-ai-notice{margin:.75rem 0 0;padding:.55rem .75rem;background:#ffffff0a;border-left:3px solid rgba(255,215,0,.35);border-radius:0 6px 6px 0;font-size:.78rem;color:#e8e0ff8c;line-height:1.5}.image-style-selector{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,215,0,.15)}.image-style-btn{padding:.35rem .75rem;border-radius:20px;border:1px solid rgba(255,215,0,.3);background:transparent;color:inherit;font-size:.82rem;cursor:pointer;opacity:.7;transition:all .15s}.image-style-btn:hover{opacity:1;border-color:#ffd70099}.image-style-btn.active{background:#ffd7002e;border-color:gold;opacity:1;font-weight:600}.cost-hint{text-align:center;font-size:.8rem;color:#ffd700bf;margin-top:.4rem;margin-bottom:0}.cost-badge{margin-left:auto;background:#ffd70026;border:1px solid rgba(255,215,0,.3);border-radius:8px;padding:.15rem .55rem;font-size:.8rem;font-weight:600;color:gold;white-space:nowrap;flex-shrink:0}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:680px;height:var(--nav-h);display:flex;background:#0a061cf7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid rgba(155,111,214,.18);z-index:200}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:none;border:none;color:#ffffff59;cursor:pointer;font-family:inherit;transition:color .2s;padding:.4rem .2rem;position:relative}.nav-item:hover{color:#ffffffb8}.nav-item.active{color:#9b6fd6}.nav-item.active:before{content:"";position:absolute;top:0;left:20%;right:20%;height:2px;background:#9b6fd6;border-radius:0 0 3px 3px}.nav-item.store-tab.active{color:gold}.nav-item.store-tab.active:before{background:gold}.nav-item.store-tab:hover:not(.active){color:#ffd700a6}.nav-icon{font-size:1.2rem;line-height:1}.nav-label{font-size:.6rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.bookshelf{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-bottom:1.5rem;align-items:start}@media(max-width:420px){.bookshelf{grid-template-columns:repeat(2,1fr)}}.book-card{cursor:pointer;display:flex;flex-direction:column;transition:transform .22s;min-width:0}.book-card:hover{transform:translateY(-5px)}.book-cover{width:100%;height:0;padding-top:150%;border-radius:6px 13px 13px 6px;overflow:hidden;position:relative;box-shadow:-5px 7px 22px #0000008c,inset -4px 0 10px #00000047}.book-cover:before{content:"";position:absolute;left:0;top:0;bottom:0;width:9px;background:linear-gradient(90deg,#0006,#00000012);border-radius:6px 0 0 6px;z-index:2}.book-cover-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.book-cover-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;text-align:center}.book-cover-placeholder-icon{font-size:1.9rem;opacity:.78}.book-cover-placeholder-title{font-size:.62rem;font-weight:600;opacity:.72;line-height:1.3}.book-cover-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.2rem .65rem .6rem;background:linear-gradient(transparent,#000000e0);z-index:3}.book-cover-title{font-size:.66rem;font-weight:700;line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.8)}.book-cover-child{font-size:.58rem;opacity:.62;margin-top:.1rem}.book-fav{position:absolute;top:.4rem;right:.5rem;font-size:.82rem;z-index:4}.book-chapters-badge{position:absolute;top:.4rem;left:.6rem;z-index:4;background:#64b4ffe0;color:#fff;font-size:.52rem;font-weight:700;padding:.1rem .35rem;border-radius:7px}.book-meta{margin-top:.45rem}.book-meta-theme{font-size:.68rem;opacity:.42;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.book-meta-date{font-size:.62rem;opacity:.28;margin-top:.06rem}.library-stats{font-size:.88rem;opacity:.62;margin-bottom:1.1rem}.library-stats strong{color:#fff}.library-empty{text-align:center;padding:3rem 1rem}.library-empty-icon{font-size:3.2rem;display:block;margin-bottom:.8rem;opacity:.4}.library-empty h3{font-size:1.05rem;margin-bottom:.45rem}.library-empty p{font-size:.88rem;opacity:.5;line-height:1.6}.library-search-wrap{position:relative}.library-search-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);font-size:.82rem;pointer-events:none;opacity:.4}.library-search{width:100%;padding:.58rem 2.2rem;border-radius:24px;border:1px solid rgba(255,255,255,.14);background:#ffffff12;color:#fff;font-size:.88rem;outline:none;font-family:inherit;transition:border-color .2s}.library-search:focus{border-color:#9b6fd673}.library-search::placeholder{opacity:.38}.store-page-balance{display:flex;align-items:center;justify-content:space-between;background:#ffd70014;border:1px solid rgba(255,215,0,.22);border-radius:14px;padding:1rem 1.25rem;margin-bottom:1.4rem}.store-balance-label{font-size:.73rem;opacity:.48;margin-bottom:.18rem;text-transform:uppercase;letter-spacing:.05em}.store-balance-value{font-size:1.75rem;font-weight:800;color:gold;line-height:1}.store-balance-sub{font-size:.73rem;opacity:.38;margin-top:.18rem}.store-coupon-btn{padding:.38rem .9rem;border-radius:20px;border:1px solid rgba(255,215,0,.35);background:#ffd70014;color:gold;font-size:.78rem;cursor:pointer;font-family:inherit;transition:all .2s}.store-coupon-btn:hover{background:#ffd70029}.store-how{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.9rem 1rem;margin-bottom:1.4rem}.store-how-title{font-size:.75rem;font-weight:600;opacity:.52;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem}.store-how-items{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.store-how-item{display:flex;align-items:flex-start;gap:.45rem;font-size:.8rem;line-height:1.4;opacity:.7}.store-how-item span:first-child{font-size:.95rem;flex-shrink:0}.store-packages-section-title{font-size:.75rem;opacity:.48;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.72rem}.store-packages-list{display:flex;flex-direction:column;gap:.72rem;margin-bottom:1.4rem}.store-pkg{position:relative;display:flex;align-items:center;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.05rem 1.15rem;gap:.9rem;transition:all .2s}.store-pkg:hover{border-color:#9b6fd661;background:#9b6fd60e;transform:translateY(-1px)}.store-pkg.popular{border-color:#9b6fd67a;background:#9b6fd613}.store-pkg-badge{position:absolute;top:-9px;left:1rem;background:#9b6fd6;color:#fff;font-size:.63rem;font-weight:700;padding:2px 9px;border-radius:20px}.store-pkg-icon{font-size:1.65rem;flex-shrink:0}.store-pkg-info{flex:1;min-width:0}.store-pkg-name{font-weight:700;font-size:.95rem}.store-pkg-amount{font-size:.82rem;color:gold;margin-top:.08rem}.store-pkg-desc{font-size:.73rem;opacity:.42;margin-top:.08rem}.store-pkg-right{text-align:right;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.store-pkg-price{font-weight:800;font-size:1.02rem;color:#9b6fd6}.store-pkg-per{font-size:.66rem;opacity:.4}.store-secure{text-align:center;font-size:.73rem;opacity:.32;margin-top:.5rem;margin-bottom:1.5rem}.store-history-section{margin-top:1.5rem}.store-history-title{font-size:.8rem;font-weight:600;opacity:.48;margin-bottom:.72rem;text-transform:uppercase;letter-spacing:.05em}.store-history-item{display:flex;align-items:center;justify-content:space-between;padding:.68rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.82rem}.store-history-item:last-child{border-bottom:none}.store-history-desc{opacity:.68}.store-history-date{font-size:.7rem;opacity:.32;margin-top:.08rem}.store-history-pos{color:gold;font-weight:700}.store-history-neg{color:#ff6464e0;font-weight:700}.feedback-page-tip{margin-top:1.5rem;background:#9b6fd612;border:1px solid rgba(155,111,214,.18);border-radius:12px;padding:1.1rem 1.25rem}.feedback-page-tip p:first-child{font-size:.83rem;font-weight:600;margin-bottom:.35rem;color:#9b6fd6}.feedback-page-tip p:last-child{font-size:.83rem;opacity:.58;line-height:1.55}
