:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{font-family:Google Sans Display,Segoe UI,Arial,sans-serif}h1{font-weight:600}button{background:#009688;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;margin-top:16px;font-weight:600}button:disabled{opacity:.6;cursor:default}.generate-btn{background:#96000e}.stop-btn{background:#b00020;color:#fff;width:100%;margin-top:12px}.stop-btn:hover{background:#8e001a}.wizard-container{display:flex;justify-content:center;padding:30px 60px;background:#0d111a;min-height:90vh;color:#e4e8f0}.wizard-layout{display:flex;gap:48px;width:100%;align-items:flex-start}.preview-column{display:flex;flex-direction:column;align-items:center}.preview-toggle{display:flex;gap:10px;margin-bottom:12px;align-self:center;transform:scale(.8);transform-origin:top center}.preview-toggle button{margin-top:0;padding:8px 16px;border-radius:999px;background:#1f2739;color:#e4e8f0;border:1px solid transparent}.preview-toggle button.active{background:#009688;color:#fff;border-color:#009688}.preview-toggle button:hover{background:#1b2f3a}.wizard-card{width:60%;max-width:980px;min-width:720px;background:#151b28;border-radius:16px;padding:30px;box-shadow:0 0 20px #0006}@media (max-width: 1500px){.wizard-layout{gap:36px}.wizard-card{width:62%;max-width:900px;min-width:680px}}@media (max-width: 1360px){.wizard-layout{gap:28px}.wizard-card{width:64%;max-width:820px;min-width:640px}}@media (max-width: 1220px){.wizard-layout{gap:24px}.wizard-card{width:68%;max-width:760px;min-width:600px}}@media (max-width: 1100px){.wizard-layout{flex-direction:column}.wizard-card{width:100%}}.steps{display:flex;justify-content:space-between;margin:20px 0;gap:8px}.step{flex:1;text-align:center;padding:10px 0;border-radius:8px;background:#1f2739;opacity:.6;transition:.3s;font-weight:600}.step.active{background:#009688;opacity:1;color:#fff}label{display:block;margin:16px 0;font-size:14px}textarea,input,select{width:100%;padding:10px;border-radius:8px;border:none;margin-top:6px;background:#0f1421;color:#e4e8f0;outline:none}.input-error{border:1px solid #ff4d4f;box-shadow:0 0 0 2px #ff4d4f40}.input-error-text{margin-top:6px;font-size:11px;color:#ff8a8c}select{appearance:none;cursor:pointer;border:1px solid #00968833;padding-right:42px;background:linear-gradient(135deg,#0f1421,#11192a);position:relative}select:focus{box-shadow:0 0 0 2px #00968855;border-color:#00968899}select option{background:#0f1421;color:#e4e8f0}select option:checked,select option:hover{background:#1b253a}.input-hint{font-size:10px;color:#9ca8c3;margin-top:6px}label select{background-image:linear-gradient(135deg,#0f1421,#11192a),linear-gradient(45deg,transparent 50%,#66c0b7 50%),linear-gradient(135deg,#66c0b7 50%,transparent 50%),linear-gradient(90deg,transparent 50%,#0f1421 50%);background-position:0 0,calc(100% - 28px) center,calc(100% - 22px) center,calc(100% - 36px) center;background-size:100% 100%,8px 8px,8px 8px,1px 60%;background-repeat:no-repeat}textarea{resize:none;height:120px;line-height:1.5}.preview img{width:100px;height:100px;border-radius:8px;margin-top:10px;object-fit:cover;border:1px solid #00968833}.logo-preview{position:relative;display:inline-block;margin-top:12px;width:100px;height:100px;border-radius:8px;overflow:hidden;border:1px solid #00968833}.logo-preview img{width:100%;height:100%;margin-top:0;object-fit:cover;border:none;border-radius:0}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px;margin-top:15px}.screenshot-tile{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;border:1px solid #00968833}.screenshot-tile img{width:100%;height:100%;object-fit:cover;display:block}.remove-screenshot{position:absolute;top:6px;right:6px;background:#0009;border:1px solid rgba(255,255,255,.25);color:#fff;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;cursor:pointer;padding:0;margin:0}.remove-screenshot:hover{background:#96000ed9;border-color:#fff6}.nav-buttons{display:flex;justify-content:space-between;margin-top:24px}.review-preview{margin-top:20px;background:#0f1421;padding:12px;border-radius:8px;border:1px solid #00968822}.review-preview h3{margin:0 0 10px}.review-content .review-item{background:#121728;border:1px solid #00968822;border-radius:10px;padding:12px;margin-bottom:10px}.review-content .review-header{display:flex;align-items:center;justify-content:space-between}.review-content .review-user-info{display:flex;align-items:center;gap:10px}.review-content .review-avatar{width:28px;height:28px;border-radius:50%;background:#263054}.review-content .review-username{font-weight:600}.review-content .review-rating-date{display:flex;align-items:center;gap:10px;margin-top:6px;font-size:14px;opacity:.9}.review-content .review-text{margin:10px 0;line-height:1.5}.review-content .review-helpful{font-size:12px;opacity:.8}.review-content .review-actions{display:flex;gap:8px;margin-top:8px}.review-content .review-action-btn{background:#262f4d;border-radius:6px;padding:6px 10px;color:#e4e8f0;border:1px solid #00968822;cursor:pointer}.review-content .developer-response{margin-top:10px;padding-top:10px;border-top:1px dashed #00968822;opacity:.95}.review-content .developer-response-header{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px;color:#a9b4d3}@keyframes progressShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.review-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;margin-right:10px;border:1px solid rgba(255,255,255,.2)}.preview-panel{width:408px;font-family:Google Sans Display,Segoe UI,Arial,sans-serif;flex-shrink:0}.preview-device,.preview-device *{font-family:Google Sans Display,Segoe UI,Arial,sans-serif}.device-shell{background:linear-gradient(160deg,#0f172a,#111827);border-radius:28px;padding:18px;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #00000073;position:relative;transform:scale(.8);transform-origin:top center}.ios-shell{background:#0b0f1a}.device-screen{background:#fff;border-radius:20px;padding:14px;color:#202124;font-family:Google Sans Display,Segoe UI,Arial,sans-serif;max-height:760px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.ios-screen{background:#000;color:#fff}.device-screen::-webkit-scrollbar{width:6px}.device-screen::-webkit-scrollbar-track{background:transparent}.device-screen::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.preview-device .container{max-width:100%;margin:0;padding:0}.preview-device .app-header{display:grid;grid-template-columns:100px 1fr;grid-template-rows:auto auto auto;gap:16px;margin:10px 0}.preview-device .app-icon-wrapper{position:relative;grid-row:1;grid-column:1;width:100px;height:100px;display:inline-flex;align-items:center;justify-content:center}.preview-device .app-icon{width:84px;height:84px;border-radius:16px;background:#f1f3f4;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326;overflow:hidden;color:#0b57d0;font-weight:700}.preview-device .app-icon img{width:100%;height:100%;object-fit:cover}.ios-preview{font-family:Google Sans Display,Segoe UI,Arial,sans-serif}.ios-mobile{background:#000;color:#fff}.ios-mobile .container.svelte-1bm25t{background:#000;border-bottom:.5px solid #38383a}.ios-mobile .content-container.svelte-1bm25t{display:flex;flex-direction:row;align-items:flex-start;padding:16px 20px;gap:16px}.ios-mobile .app-icon-contianer.svelte-1bm25t{width:128px;height:128px;min-width:128px;flex-shrink:0}.ios-mobile .app-icon-contianer.svelte-1bm25t .app-icon,.ios-mobile .app-icon-contianer.svelte-1bm25t .artwork-component,.ios-mobile .app-icon-contianer.svelte-1bm25t .artwork-component__image{width:128px;height:128px}.ios-mobile .app-icon-contianer.svelte-1bm25t .artwork-component__image{border-radius:28px;object-fit:cover;background:#1c1c1e}.ios-mobile .ios-icon-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#0a84ff;font-weight:700}.ios-mobile h1.svelte-1bm25t{font-size:22px;font-weight:600;margin:0 0 4px;color:#fff}.ios-mobile .subtitle.svelte-1bm25t{font-size:15px;font-weight:400;color:#ffffff8c;margin:0}.ios-mobile .subtitle-text--secondary{color:#ffffff8c}.ios-mobile .attributes.svelte-1bm25t{font-size:13px;color:#ffffff8c}.ios-mobile .buttons-container.svelte-1bm25t{margin-top:auto;padding-bottom:6px}.ios-mobile .get-button{height:28px;width:72px;font-size:15px;font-weight:700;background:#0a84ff;color:#fff;border-radius:999px}.ios-mobile .shelf-grid__list--grid-type-ProductBadge{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding:10px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ios-mobile .shelf-grid__list--grid-type-ProductBadge::-webkit-scrollbar{display:none}.ios-mobile .shelf-grid__list--grid-type-ProductBadge .shelf-grid__list-item{flex:0 0 27vw;width:27vw;min-width:27vw;padding:5px 0;position:relative}.ios-mobile .shelf-grid__list--grid-type-ProductBadge .shelf-grid__list-item:after{content:"";position:absolute;right:0;top:25%;height:50%;width:.5px;background-color:#48484a}.ios-mobile .shelf-grid__list--grid-type-ProductBadge .shelf-grid__list-item:last-child:after{display:none}.ios-mobile .badge-dd .rating-number{font-size:22px;font-weight:700;color:#fff;line-height:1.2}.ios-mobile .badge-stars{display:flex;gap:1px;justify-content:center;margin-top:2px}.ios-mobile .badge-stars .star-icon{width:12px;height:12px;fill:#fffc}.ios-mobile .badge-stars .star-icon.empty{fill:#ffffff40}.ios-mobile .platform-description{display:flex;align-items:center;gap:8px;padding:12px 20px;border-top:.5px solid #38383a}.ios-mobile .platform-description .icon{width:14px;height:22px;color:#ffffff8c}.ios-mobile .platform-description .platform-label{font-size:13px;color:#ffffff8c;font-weight:400}.ios-mobile .divider{height:.5px;background-color:#38383a;margin:0 20px}.ios-mobile .shelf.centered{padding:20px}.ios-mobile .shelf.centered article{font-size:15px;line-height:1.47;color:#fff}.ios-mobile .shelf-title{font-size:22px;font-weight:700;color:#fff;letter-spacing:-.01em}.ios-mobile #productRatings{padding:20px}.ios-mobile #productRatings .shelf-title{margin-bottom:12px}.ios-mobile .ios-screenshots{display:flex;gap:10px;overflow-x:auto;padding:12px 20px 16px}.ios-mobile .ios-shot{width:200px;height:300px;border-radius:22px;background:#1c1c1e;flex-shrink:0;overflow:hidden;border:1px solid #2c2c2e}.ios-mobile .ios-shot img{width:100%;height:100%;object-fit:cover}.ios-mobile .developer-link{display:flex;flex-direction:column;gap:4px}.ios-mobile .developer-name{color:#0a84ff;font-size:16px;font-weight:600}.ios-mobile .developer-role{color:#ffffff8c;font-size:13px}.ios-hero{display:grid;grid-template-columns:1fr 88px;gap:16px;align-items:center;padding:16px 20px 8px}.ios-title{font-size:22px;font-weight:600;margin:0 0 6px;color:#fff}.ios-subtitle{font-size:15px;line-height:18px;color:#ffffff8c;margin-bottom:6px}.ios-subtitle-toggle{display:flex;flex-direction:column;gap:2px}.ios-subtitle-primary{font-weight:600}.ios-subtitle-secondary{color:#ffffff8c}.ios-attr{font-size:13px;color:#ffffff8c;margin:2px 0}.ios-icon{width:128px;height:128px;border-radius:28px;background:#111;box-shadow:0 12px 30px #00000059;display:flex;align-items:center;justify-content:center;overflow:hidden;font-weight:700;color:#0a84ff}.ios-icon img{width:100%;height:100%;object-fit:cover}.ios-get-row{display:flex;align-items:center;gap:12px;padding:0 20px 14px;border-bottom:.5px solid #38383a}.ios-get-btn{background:#0a84ff;color:#fff;font-weight:700;padding:6px 20px;border-radius:999px;font-size:15px;height:28px;width:72px}.ios-inapp{font-size:12px;color:#ffffff8c}.ios-info-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px 20px;border-bottom:.5px solid #38383a}.ios-info-item{text-align:center}.ios-info-title{font-size:13px;font-weight:700;color:#fff}.ios-info-sub{font-size:11px;color:#ffffff8c;margin-top:2px}.ios-info-label{font-size:10px;color:#fff6;margin-top:2px}.ios-section{padding:20px;border-bottom:.5px solid #38383a}.ios-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.ios-section-header h2{font-size:22px;font-weight:700;color:#fff}.ios-section-meta{font-size:12px;color:#0a84ff}.ios-body{font-size:15px;line-height:1.47;color:#ffffffbf}.ios-screenshots{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.ios-shot{width:160px;height:300px;border-radius:22px;background:#1c1c1e;flex-shrink:0;overflow:hidden;border:1px solid #2c2c2e}.ios-shot img{width:100%;height:100%;object-fit:cover}.ios-shot.placeholder{background:#1c1c1e;border-style:dashed}.ios-rating-summary{display:flex;gap:12px;align-items:center;margin-bottom:10px}.ios-rating-score{font-size:32px;font-weight:700;color:#fff}.ios-rating-stars{color:#fbbf24;font-size:12px}.ios-rating-count{font-size:12px;color:#ffffff8c}.ios-review-card{padding:10px 12px;border:1px solid #2c2c2e;border-radius:12px;background:#1c1c1e}.ios-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.ios-review-title{font-size:13px;font-weight:700;color:#fff}.ios-review-stars{color:#fbbf24;font-size:11px}.ios-info-list{display:grid;gap:8px}.ios-info-row-item{display:flex;justify-content:space-between;font-size:13px;color:#ffffffb3}.ios-info-key{color:#ffffff8c}.ios-info-val{color:#fff;font-weight:600}.preview-device .app-info{grid-row:1;grid-column:2;display:flex;flex-direction:column;justify-content:center}.preview-device .app-title{font-size:26px;line-height:30px;font-weight:500;margin-bottom:10px;color:#202124;text-align:left}.preview-device .app-developer{font-size:14px;line-height:20px;color:#0b57d0;margin-bottom:2px;font-weight:500;text-align:left}.preview-device .app-subtitle{font-size:12px;line-height:16px;color:#5f6368;text-align:left}.preview-device .app-stats{grid-row:2;grid-column:1 / -1;display:flex;justify-content:space-around;gap:0;padding:12px 0;border-top:1px solid #e8eaed;border-bottom:1px solid #e8eaed;margin:10px 0 0}.preview-device .stat-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;position:relative}.preview-device .stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:24px;background-color:#dadce0}.preview-device .stat-value{font-size:14px;font-weight:500;color:#202124}.preview-device .stat-star{color:#202124;margin-left:2px;font-size:12px}.preview-device .age-badge{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;background:#d32f2f;color:#fff;border-radius:3px;font-size:10px;font-weight:700}.preview-device .stat-label{font-size:11px;color:#5f6368}.preview-device .install-section{grid-row:3;grid-column:1 / -1;display:flex;gap:8px;margin:-8px 0 0;flex-wrap:wrap}.preview-device .install-button{background-color:#2f56d0;color:#fff;border:none;border-radius:12px;padding:10px 16px;height:40px;font-size:13px;font-weight:600;cursor:default;width:100%}.preview-device .action-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;background-color:#f1f3f4;color:#202124;border:1px solid #dadce0;border-radius:100px;padding:6px 12px;font-size:12px;font-weight:600;cursor:default;height:34px}.preview-device .device-compatibility{display:flex;align-items:center;gap:8px;font-size:12px;color:#5f6368;margin:22px 0 28px}.preview-device .device-icon{width:16px;height:16px;color:#5f6368;flex-shrink:0}.preview-device .screenshots-section{padding:0;margin-bottom:20px}.preview-device .screenshots-label{font-size:13px;font-weight:600;margin-bottom:8px;color:#202124}.preview-device .screenshots{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#dadce0 transparent;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-overflow-scrolling:touch}.preview-device .screenshots:active{cursor:grabbing}.preview-device .screenshots::-webkit-scrollbar{height:8px}.preview-device .screenshots::-webkit-scrollbar-track{background:transparent}.preview-device .screenshots::-webkit-scrollbar-thumb{background-color:#dadce0;border-radius:4px}.preview-device .screenshot{width:120px;height:210px;border-radius:12px;flex-shrink:0;box-shadow:0 1px 2px #3c40434d,0 2px 6px 2px #3c404326;overflow:hidden;background-color:#000}.preview-device .screenshot img{width:100%;height:100%;object-fit:cover}.preview-device .screenshot.placeholder{background:linear-gradient(140deg,#e3e7ed,#f7f8fb);border:1px dashed #cbd5e1}.preview-device .section{margin:24px 0;padding:20px 0;border-bottom:1px solid #e8eaed}.preview-device .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.preview-device .section-title{font-size:18px;line-height:24px;font-weight:500;color:#202124}.preview-device .section-content{font-size:13px;line-height:18px;color:#5f6368}.preview-device .section-content p{margin-bottom:12px}.preview-device .bonus-badge{display:inline-flex;align-items:center;gap:6px;background-color:#e8f0fe;padding:4px 8px;border-radius:4px;font-size:12px;color:#0b57d0;margin-bottom:12px}.preview-device .feature-list{margin-top:12px}.preview-device .feature-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:13px;color:#5f6368}.preview-device .update-info{margin-top:16px;padding-top:16px;border-top:1px solid #e8eaed}.preview-device .update-label{font-size:12px;color:#5f6368;margin-bottom:4px}.preview-device .update-date{font-size:13px;color:#202124}.preview-device .category{border:1px solid #888;width:fit-content;padding:4px 16px;border-radius:20px;margin:16px 0;font-size:12px}.preview-device .data-safety-box{background-color:#f8f9fa;border:1px solid #e8eaed;border-radius:8px;padding:12px;margin-top:12px}.preview-device .safety-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.preview-device .safety-icon{width:24px;height:24px;color:#5f6368;flex-shrink:0}.preview-device .safety-item:last-child{margin-bottom:0}.preview-device .safety-text-title{font-size:13px;color:#202124;margin-bottom:4px}.preview-device .safety-text-desc{font-size:12px;color:#5f6368;line-height:16px}.preview-device .details-link{color:#0b57d0;font-size:13px;font-weight:500;text-decoration:none;margin-top:10px;display:inline-block}@media (max-width: 1100px){.preview-panel{width:100%}.device-shell{margin-top:24px;transform:scale(1)}.device-screen{max-height:none}}.age-small-icon{transform:translate(2px,2px)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Tahoma;background:radial-gradient(circle at top left,#0a0f1d,#080c18 60%);color:#e4e9f7;min-height:100vh;display:block}.app-shell{width:100%;max-width:none;min-height:100vh;background:#111729;border-radius:24px;padding:25px 40px;box-shadow:0 0 50px #0000004d}h1{font-size:28px;text-align:center;margin-bottom:30px;color:#fff}.wizard-wrap{display:flex;flex-direction:column;gap:24px}.steps{display:flex;justify-content:space-around;margin-bottom:10px}.step{flex:1;text-align:center;padding:10px 0;margin:0 4px;background:#1b2340;color:#a6b3d3;border-radius:12px;font-weight:500;border:1px solid #2a3560;transition:.2s ease}.step.active{background:#009688;color:#fff;box-shadow:0 0 15px #00968804}.panel{background:#0d1428;border-radius:16px;padding:24px;border:1px solid #212b4a;box-shadow:inset 0 0 12px #0000004d}.panel h2{font-size:20px;margin-bottom:16px;color:#fff}label{display:block;font-size:14px;color:#a9b4d3;margin-bottom:14px}input,textarea{width:100%;background:#1a2040;color:#e8edf7;border:1px solid #2a3560;border-radius:10px;padding:12px;margin-top:6px;font-size:15px;outline:none;transition:border-color .2s ease}input:focus,textarea:focus{border-color:#2b64ff;box-shadow:0 0 0 2px #2b64ff33}.nav{display:flex;justify-content:space-between;align-items:center}button{border:none;border-radius:12px;padding:12px 22px;cursor:pointer;font-weight:600;font-size:15px;transition:all .2s ease}button:first-child{background:#1b2547;color:#a9b4d3}button:hover{opacity:.9}button:disabled{opacity:.4;cursor:not-allowed}.preview-box{background:#151c37;border:1px dashed #2b3b67;border-radius:12px;padding:14px;margin-top:20px;font-size:14px}.preview-box strong{color:#fff;display:block;margin-bottom:6px}@media (max-width: 768px){.app-shell{padding:30px 20px;border-radius:0;height:100vh}.steps{flex-direction:column;gap:8px}}
