.story-customizer{display:flex;flex-direction:column;align-items:center;gap:12px;padding:6px 12px}.story-color-thumbs{display:flex;gap:15px;justify-content:center;margin-bottom:6px;flex-wrap:wrap}.color-thumb{cursor:pointer;text-align:center;border:2px solid transparent;border-radius:8px;padding:5px;transition:all .18s ease}.color-thumb.active{border-color:#07f}.color-thumb img{width:60px;height:80px;object-fit:cover;border-radius:6px}.story-previews{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.story-preview-set{display:flex;justify-content:center;width:100%;overflow-x:auto;padding:6px}.story-image{min-width:40vw;max-width:400px;display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:12px;padding:12px;box-shadow:0 4px 12px #0000000d;transition:transform .18s}.story-image:hover{transform:translateY(-4px)}.story-image-wrapper{position:relative;width:100%;aspect-ratio:3/4;border-radius:8px;overflow:hidden}.story-image img.base-img{width:100%;height:100%;object-fit:cover}.story-image .overlayImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:8px;opacity:0;pointer-events:none}.story-live-text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;font-weight:600;color:#222;word-break:break-word;white-space:pre-wrap}.font-color-swatches{display:flex;flex-direction:column;align-items:center;gap:8px;margin:12px 0 18px;width:100%;max-width:720px}.swatches{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;padding:6px;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #eef6ff;box-shadow:0 6px 18px #0206170a}.color-swatch{width:30px;height:30px;border-radius:50%;border:2px solid rgba(0,0,0,.06);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative}.color-swatch .tick{display:none;color:#fff;font-weight:700}.color-swatch.selected{border-color:#062e9b;transform:scale(1.05)}.color-swatch.selected .tick{display:flex}#customFontColor{margin-left:8px;width:36px;height:36px;padding:0;border-radius:8px;border:1px solid #e6eef8;background:#fff}.story-color-picker{position:absolute;z-index:12000;display:flex;gap:8px;align-items:center;padding:10px;border-radius:12px;background:#fff;box-shadow:0 8px 30px #0206171f;border:1px solid #eef6ff;bottom:calc(100% + 8px);right:12px}.shortStory-Genre{display:flex;gap:18px;flex-wrap:wrap;align-items:flex-start;justify-content:center;margin:20px 0;width:100%;max-width:980px}.genre-search-wrapper{width:100%;display:flex;align-items:center;justify-content:center;position:relative}.genre-search-wrapper input{width:420px;max-width:95%;padding:10px 12px;border-radius:999px;border:1px solid #e6eef8;background:#fff;font-size:14px;box-shadow:0 2px 8px #0818300a}.story-search-results{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow:auto;padding:8px;border-radius:8px;background:#fff;border:1px solid #eef6ff;box-shadow:0 6px 18px #02061708}.story-result{display:flex;gap:12px;align-items:flex-start;padding:10px;border-radius:8px;cursor:pointer;transition:background .12s,transform .06s;border:1px solid transparent}.story-result:hover{background:#f8fbff;transform:translateY(-2px);border-color:#e6f0ff}.search-hit{background:linear-gradient(90deg,#fff7cc,#fff3b8);padding:0 2px;border-radius:3px}.search-result-tag{display:inline-block;margin:6px 6px 0 0;padding:4px 8px;background:#f1f5f9;border-radius:8px;font-size:12px;color:#334155}.subgenre-block{width:100%;max-width:320px;transition:transform .18s,box-shadow .18s}.genre-title{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #eef4ff;box-shadow:0 6px 18px #02061708;cursor:pointer;font-weight:700;font-size:.96rem;outline:none}.genre-title .icon{width:22px;height:22px;display:inline-grid;place-items:center;border-radius:6px;background:#f1f8ff;color:#0366d6;font-weight:700}.genre-title .badge{background:#eef2ff;color:#0b4dbb;font-weight:700;padding:4px 8px;border-radius:999px;font-size:12px}.subgenre-block.open>.genre-title:before{transform:rotate(90deg)}.genre-title:before{content:"\25b8";margin-right:8px;transition:transform .18s;opacity:.9}.subgenre-options{max-height:0;overflow:hidden;transition:max-height .28s cubic-bezier(.2,.9,.3,1),opacity .18s;padding:0;opacity:0;margin-top:10px}.subgenre-block.open>.subgenre-options{opacity:1;padding:10px 12px;max-height:480px;background:#fff;border-radius:10px;border:1px solid #f0f6ff;box-shadow:0 6px 18px #0206170a}.story-list{display:flex;flex-direction:column;gap:8px}.story-option{display:flex;gap:8px;align-items:center;padding:8px 10px;border-radius:8px;cursor:pointer;transition:background .12s,transform .09s}.story-option:hover{background:#f8fbff;border-color:#e6f0ff;transform:translateY(-2px)}.story-option strong{font-weight:700;font-size:.95rem}.story-option small{color:#475569;font-size:.82rem}.shortStory-Cards{width:100%;max-width:820px}.story-card{border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000d}.story-card h3{margin:0 0 8px}.story-images{display:flex;gap:10px;justify-content:center;margin-top:8px}.story-images img{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid #eee}.placement-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:14px}.placement{border:1px dashed #d1d5db;border-radius:10px;padding:10px}.placement h5{margin:0 0 8px;font-size:.95rem}.placement-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.placement-btn{padding:6px 10px;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb;cursor:pointer;font-size:.9rem}.placement-btn:hover{background:#f3f4f6}.placement-btn.active{background:#e0f2fe;border-color:#38bdf8}.placement-btn.disabled{opacity:.5;cursor:not-allowed}.story-toolbar-floating{position:absolute;z-index:13000;display:none;gap:8px;align-items:center;padding:8px;border-radius:10px;background:#fff;border:1px solid #eef6ff;box-shadow:0 8px 30px #0206171f;transform-origin:top left;min-width:120px}.story-toolbar-floating .toolbar-btn{padding:6px 8px;border-radius:8px;border:1px solid #e6eef8;background:#fff;cursor:pointer;font-weight:600}.floating-panel{position:absolute;display:none;z-index:13001;gap:8px;padding:10px;border-radius:8px;background:#fff;box-shadow:0 8px 30px #0206171f;border:1px solid #eef6ff;min-width:220px;max-width:420px}@media (max-width:768px){.shortStory-Genre{gap:12px;padding:0 12px;justify-content:flex-start}.genre-search-wrapper input{width:100%;max-width:100%}.story-preview-set{justify-content:flex-start}.story-live-text{font-size:14px}}.new-story-btn{margin-left:10px;padding:8px 16px;border-radius:999px;border:1px solid #eef6ff;background:linear-gradient(180deg,#fff,#f9fbff);font-size:14px;font-weight:600;cursor:pointer;transition:background .18s,transform .12s;box-shadow:0 2px 6px #0000000a}.new-story-btn:hover{background:#f0f6ff;transform:translateY(-1px)}.new-story-modal{position:fixed;top:0;left:0;right:0;bottom:0;display:none;align-items:center;justify-content:center;z-index:15000}.new-story-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.new-story-dialog{position:relative;z-index:1;width:100%;max-width:700px;background:#fff;border-radius:16px;border:1px solid #eef4ff;box-shadow:0 10px 30px #0000001f;padding:24px 28px;display:flex;flex-direction:column;gap:14px;animation:modalFadeIn .25s ease-out;height:80vh;overflow:auto}.new-story-dialog h3{margin:0 0 8px;font-size:1.3rem;font-weight:700;color:#0b4dbb;text-align:center}.modal-close{position:absolute;top:12px;right:16px;font-size:22px;border:none;background:transparent;cursor:pointer;color:#64748b}.new-story-dialog input,.new-story-dialog select,.new-story-dialog textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #e6eef8;background:#fff;font-size:14px;box-shadow:0 2px 8px #08183008;transition:border-color .18s,box-shadow .18s}.new-story-dialog input:focus,.new-story-dialog select:focus,.new-story-dialog textarea:focus{outline:none;border-color:#07f;box-shadow:0 0 0 3px #0077ff1f}.tags-input{display:flex;flex-wrap:wrap;gap:6px;padding:8px 10px;min-height:42px;border:1px solid #e6eef8;border-radius:10px;background:#fff;cursor:text;font-size:14px}.tag-chip{background:#f1f5f9;border-radius:999px;padding:4px 10px;font-size:13px;display:flex;align-items:center;gap:6px}.tag-chip .remove{font-size:14px;font-weight:700;color:#64748b;cursor:pointer}.new-story-actions{display:flex;gap:10px;margin-top:12px}.primary-btn,.secondary-btn{flex:1;padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .18s}.primary-btn{background:linear-gradient(180deg,#07f,#005ecb);border:none;color:#fff}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #07f3}.secondary-btn{background:#f9fafb;border:1px solid #e5e7eb;color:#374151}.secondary-btn:hover{background:#f3f4f6}@keyframes modalFadeIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/story-customizer.css.map */
