.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast-item{display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:10px;font-family:Courier New,Courier,monospace;font-size:.9rem;font-weight:700;box-shadow:0 4px 16px rgba(0,0,0,.15);animation:toast-slide-in .3s ease-out;pointer-events:auto}@keyframes toast-slide-in{0%{transform:translateX(100px);opacity:0}to{transform:translateX(0);opacity:1}}.toast-icon{font-size:1.1rem}.toast-success{background:#27ae60;color:#fff}.toast-error{background:#e74c3c;color:#fff}.toast-info{background:#e8a317;color:#fff}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:9998;animation:modal-fade-in .2s ease-out}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-card{background:#fff;border-radius:16px;padding:32px;max-width:420px;width:90%;box-shadow:0 8px 32px rgba(0,0,0,.2)}.modal-title{font-family:Courier New,Courier,monospace;font-size:1.1rem;font-weight:900;text-transform:uppercase;color:#1a1a2e;margin-bottom:12px}.modal-message{font-size:.95rem;color:#555;line-height:1.5;margin-bottom:24px}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.modal-cancel{background:#e0e0e0!important;color:#555!important}.modal-danger{background:#e74c3c!important;color:#fff!important;border-color:#c0392b!important}@keyframes pulse-loading{0%,to{opacity:.4}50%{opacity:1}}.loading-pulse{display:flex;gap:6px;justify-content:center;margin-top:12px}.loading-pulse span{width:10px;height:10px;border-radius:50%;background:#e8a317;animation:pulse-loading 1.2s ease-in-out infinite}.loading-pulse span:nth-child(2){animation-delay:.2s}.loading-pulse span:nth-child(3){animation-delay:.4s}.required-star{color:#e74c3c;margin-left:2px}.step-hint{background:#fff8e1;border:2px solid #e8a317;border-radius:10px;padding:12px 16px;margin-bottom:24px;font-family:Courier New,Courier,monospace;font-size:.9rem;color:#1a1a2e;line-height:1.5}.step-hint strong{color:#e8a317}.tour-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:9990;cursor:pointer}.tour-spotlight{position:fixed;border-radius:12px;box-shadow:0 0 0 9999px rgba(0,0,0,.6);background:transparent;z-index:9991;pointer-events:none;transition:all .3s ease}.tour-tooltip{z-index:9992;background:#fff;border-radius:16px;padding:24px;max-width:360px;width:90vw;box-shadow:0 8px 32px rgba(0,0,0,.25);border:3px solid #e8a317;animation:tour-pop-in .3s ease-out}@keyframes tour-pop-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.tour-tooltip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.tour-step-badge{font-size:.75rem;font-weight:800;color:#e8a317;background:#fff8e1;padding:2px 10px;border-radius:12px;border:1px solid #e8a317}.tour-skip,.tour-step-badge{font-family:Courier New,Courier,monospace}.tour-skip{background:none;border:none;font-size:.78rem;color:#888;cursor:pointer;text-decoration:underline}.tour-tooltip-title{font-family:Courier New,Courier,monospace;font-size:1.1rem;font-weight:900;text-transform:uppercase;color:#1a1a2e;margin-bottom:8px}.tour-tooltip-content{font-size:.92rem;color:#555;line-height:1.6;margin-bottom:20px}.tour-tooltip-actions{display:flex;gap:8px;justify-content:flex-end}.tour-btn-next{padding:8px 24px;background:#e8a317;color:#fff;border:2px solid #c7891a;border-radius:20px;font-family:Courier New,Courier,monospace;font-weight:800;font-size:.85rem;cursor:pointer;text-transform:uppercase}.tour-btn-next:hover{background:#c7891a}.tour-btn-prev{padding:8px 20px;background:#e0e0e0;color:#555;border:none;border-radius:20px;font-family:Courier New,Courier,monospace;font-weight:700;font-size:.85rem;cursor:pointer}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fde68a;color:#333;min-height:100vh}.container{max-width:1100px;margin:0 auto;padding:24px}h1{font-size:1.8rem;margin-bottom:8px}h1,h2{font-weight:900;color:#1a1a2e;text-transform:uppercase}.subtitle,h1,h2{font-family:Courier New,Courier,monospace}.subtitle{color:#666;font-size:1rem;margin-bottom:24px}.tab-bar{display:flex;gap:0;margin-bottom:24px;border-bottom:2px solid #dee2e6;flex-wrap:wrap}.tab-btn{padding:12px 24px;background:none;font-size:.95rem;font-weight:600;color:#888;cursor:pointer;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s}.tab-btn:hover{color:#e8a317}.tab-btn.active{color:#e8a317;border-bottom-color:#e8a317}.tab-content{display:none}.tab-content.active{display:block}.upload-area{border:2px dashed #c0c8d4;border-radius:12px;padding:48px 24px;text-align:center;background:#fff;cursor:pointer;transition:all .2s;margin-bottom:24px}.upload-area.drag-over,.upload-area:hover{border-color:#e8a317;background:#fff8e1}.upload-area input{display:none}.upload-icon{font-size:2.5rem;margin-bottom:12px}.upload-text{font-size:1rem;color:#555}.upload-text strong{color:#e8a317}.upload-hint{font-size:.8rem;color:#999;margin-top:8px}.file-info{display:flex;align-items:center;gap:12px;background:#fff8e1;padding:12px 16px;border-radius:8px;margin-bottom:16px;border:2px solid #e8a317}.file-info .name{font-weight:600;flex:1 1}.file-info .clear{background:none;border:none;color:#e74c3c;cursor:pointer;font-size:.85rem}.file-info .add-more{background:#e8a317;color:#fff;border:none;border-radius:6px;padding:4px 12px;cursor:pointer;font-size:.82rem;font-weight:600}.file-info .add-more:hover{background:#c7891a}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#e8a317;color:#fff;border:2px solid #c7891a}.btn-primary:hover{background:#c7891a}.btn-primary:disabled{background:#d4c090;cursor:not-allowed;border-color:#c4b080}.btn-success{background:#27ae60;color:#fff}.btn-success:hover{background:#219a52}.credits-meter{padding:6px 14px;font-weight:800;font-size:.85rem}.credits-meter:hover{opacity:.85}.credits-meter-count{font-size:1.1rem}.credits-meter-label{font-size:.75rem;font-weight:600;text-transform:uppercase}.actions{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.status{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:.9rem}.status.info{background:#fff8e1;color:#e8a317;border:1px solid #e8a317}.status.success{background:#e8f5e9;color:#2e7d32}.status.error{background:#fce4ec;color:#c62828}.status.warning{background:#fff3e0;color:#e65100}.results{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.results h2{font-size:1.1rem;margin-bottom:16px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.82rem}th{background:#f1f3f5;padding:10px 12px;text-align:left;font-weight:600;white-space:nowrap;border-bottom:2px solid #dee2e6;position:-webkit-sticky;position:sticky;top:0}td{padding:8px 12px;border-bottom:1px solid #eee}tr:hover td{background:#f8f9ff}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px;margin-bottom:20px}.card{background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.08);text-align:center}.card .num{font-size:1.8rem;font-weight:700;color:#e8a317}.card .label{font-size:.8rem;color:#888;margin-top:4px}.warnings-list{list-style:none;padding:0}.warnings-list li{padding:6px 0;font-size:.85rem;color:#e65100}.warnings-list li:before{content:"\26A0";margin-right:6px}.lock-overlay{position:absolute;inset:0;background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:12px}.lock-overlay p{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin-bottom:16px}.lock-overlay .subscribe-btn{background:#e8a317;color:#fff;border:none;border-radius:8px;padding:12px 28px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.lock-overlay .subscribe-btn:hover{background:#3a5ce5}.credits-meter{display:inline-flex;align-items:center;gap:6px;padding:4px 14px;border-radius:20px;font-family:Courier New,Courier,monospace;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.5px}.credits-green{background:#e8f5e9;color:#2e7d32;border:2px solid #27ae60}.credits-amber{background:#fff8e1;color:#e8a317;border:2px solid #e8a317}.credits-red{background:#fce4ec;color:#c62828;border:2px solid #e74c3c}.credits-meter:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.credits-meter-icon{font-size:1rem}.credits-meter-count{font-size:1rem;font-weight:900}.credits-meter-label{font-size:.72rem;opacity:.8}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:3px solid #e8a317}.app-header .user-info{font-family:Courier New,Courier,monospace;font-size:.9rem;color:#888}.app-header .user-info strong{color:#1a1a2e}.app-header .header-actions{display:flex;gap:12px}.app-header .header-actions a,.app-header .header-actions button{font-family:Courier New,Courier,monospace;font-size:.85rem;font-weight:700;padding:8px 16px;border-radius:20px;border:2px solid #e8a317;background:#fff;color:#e8a317;cursor:pointer;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:all .2s}.app-header .header-actions a:hover,.app-header .header-actions button:hover{background:#e8a317;color:#fff}.step-indicator{gap:0;padding:0 16px}.step-indicator,.step-item{display:flex;align-items:center}.step-item{gap:8px;flex:1 1}.step-number{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;background:#e0e0e0;color:#888;flex-shrink:0;transition:all .2s}.step-item.active .step-number{background:#e8a317;color:#fff}.step-item.completed .step-number{background:#27ae60;color:#fff}.step-label{font-size:.78rem;font-weight:600;color:#888;white-space:nowrap}.step-item.active .step-label{color:#e8a317}.step-item.completed .step-label{color:#27ae60}.step-connector{flex:1 1;height:2px;background:#dee2e6;margin:0 8px;min-width:16px}.step-item.completed .step-connector{background:#27ae60}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fde68a}.login-card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 24px rgba(0,0,0,.08);width:100%;max-width:420px;text-align:center}.login-card h1{font-family:Courier New,Courier,monospace;font-size:1.6rem;font-weight:900;color:#1a1a2e;margin-bottom:8px;text-transform:uppercase}.login-card .subtitle{margin-bottom:28px}.login-card input[type=email]{width:100%;padding:12px 16px;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;margin-bottom:16px;outline:none;transition:border-color .2s}.login-card input[type=email]:focus{border-color:#e8a317}.login-card .btn{width:100%;justify-content:center}.login-card .verify-msg{background:#e8f5e9;color:#2e7d32;padding:16px;border-radius:8px;font-size:.95rem;line-height:1.5}.landing{font-family:Courier New,Courier,monospace;background:#fde68a;color:#1a1a2e}.landing-nav{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;max-width:1100px;margin:0 auto}.landing-logo{font-weight:900;font-size:1.6rem;color:#e8a317}.landing-btn,.landing-logo{letter-spacing:1px;text-transform:uppercase}.landing-btn{display:inline-block;padding:10px 24px;background:#e8a317;color:#fff;border:3px solid #c7891a;border-radius:24px;font-family:Courier New,Courier,monospace;font-weight:800;font-size:1rem;text-decoration:none;cursor:pointer;transition:all .2s}.landing-btn:hover{background:#c7891a;transform:translateY(-1px)}.landing-btn-outline{display:inline-block;padding:10px 24px;background:transparent;color:#e8a317;border:3px solid #e8a317;border-radius:24px;font-family:Courier New,Courier,monospace;font-weight:800;font-size:.85rem;text-decoration:none;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s}.landing-btn-outline:hover{background:#e8a317;color:#fff}.landing-hero{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:40px 24px 60px;gap:40px}.landing-hero-text{flex:1 1}.landing-brand{font-size:1.2rem;font-weight:800;color:#e8a317;text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}.landing-hero h1{font-size:3.8rem;font-weight:900;line-height:1.1;margin-bottom:16px}.landing-hero h1,.speech-bubble{font-family:Courier New,Courier,monospace;color:#1a1a2e}.speech-bubble{position:absolute;background:#fff;border:2px solid #e8a317;border-radius:16px;padding:10px 14px;font-size:.82rem;font-weight:700;line-height:1.4;max-width:180px;box-shadow:0 2px 8px rgba(0,0,0,.08);z-index:2}.speech-bubble:after{bottom:-12px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:12px solid #fff}.speech-bubble:after,.speech-bubble:before{content:"";position:absolute;width:0;height:0}.speech-bubble:before{bottom:-15px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:14px solid #e8a317}.speech-bubble-left{top:-120px;left:0;animation:bubble-float 3s ease-in-out infinite}.speech-bubble-left:after,.speech-bubble-left:before{left:30px}.speech-bubble-right{top:-105px;right:-10px;animation:bubble-float 3s ease-in-out 1.5s infinite}.speech-bubble-right:after,.speech-bubble-right:before{right:40px;left:auto}@keyframes bubble-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.rotating-retailer{display:inline-block;color:#e8a317;background:#fcf3cf;padding:0 12px;border-radius:8px;border-bottom:4px solid #e8a317;transition:all .4s ease;min-width:200px;text-align:center}.rotating-out{opacity:0;transform:translateY(-20px)}.rotating-in{opacity:1;transform:translateY(0)}.landing-hero-sub{font-family:Courier New,Courier,monospace;font-size:1.15rem;color:#555;line-height:1.6;margin-bottom:24px;max-width:480px}.landing-hero-gif{flex-shrink:0;padding-top:140px}.landing-hero-hook{font-family:Courier New,Courier,monospace;font-size:1.05rem;color:#1a1a2e;line-height:1.8;margin-bottom:24px;max-width:420px;background:#fcf3cf;padding:12px 16px;border-radius:8px;border-left:4px solid #e8a317}.landing-stats{padding:48px 24px;background:#f5c542}.landing-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;max-width:900px;margin:0 auto}.flip-counter{text-align:center}.flip-counter-number{margin-bottom:8px}.flip-counter-digits{font-size:3.5rem;font-weight:900;letter-spacing:2px;display:inline-block;background:#fff;padding:8px 20px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);border:3px solid #e8a317;min-width:160px}.flip-counter-digits,.flip-counter-label{font-family:Courier New,Courier,monospace;color:#1a1a2e}.flip-counter-label{font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;line-height:1.4;max-width:220px;margin:0 auto}.landing-about{background:#fcf3cf;padding:60px 24px}.landing-about-inner{display:flex;align-items:center;gap:40px;max-width:900px;margin:0 auto}.landing-about-gif{flex-shrink:0}.landing-about-text h2{font-family:Courier New,Courier,monospace;font-size:2rem;font-weight:900;margin-bottom:16px;color:#1a1a2e;text-transform:uppercase}.landing-about-text p{font-family:Courier New,Courier,monospace;font-size:1.05rem;line-height:1.7;color:#555}.landing-section-title{font-family:Courier New,Courier,monospace;font-size:1.8rem;font-weight:900;text-align:center;text-transform:uppercase;letter-spacing:2px;color:#1a1a2e;margin-bottom:40px;border:3px solid #1a1a2e;display:inline-block;padding:8px 24px}.landing-steps{padding:60px 24px;text-align:center;background:#fde68a}.landing-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;max-width:900px;margin:0 auto}.landing-step-card{text-align:center}.landing-step-gif{margin-bottom:16px}.landing-step-card h3{font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:800;color:#e8a317;margin-bottom:8px;text-transform:uppercase}.landing-step-card p{font-family:Courier New,Courier,monospace;font-size:1rem;color:#666;line-height:1.5}.landing-pricing{padding:60px 24px;text-align:center;background:#fcf3cf}.landing-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;max-width:900px;margin:0 auto}.landing-price-card{background:#fff;border-radius:16px;padding:28px 20px;text-align:center;border:3px solid #e8a317}.landing-price-gif{margin-bottom:12px}.landing-price-card h3{font-size:1.25rem;font-style:italic;color:#e8a317;margin-bottom:4px}.landing-price,.landing-price-card h3{font-family:Courier New,Courier,monospace;font-weight:800}.landing-price{font-size:1.3rem;color:#1a1a2e;text-transform:uppercase;text-decoration:underline;margin-bottom:16px}.landing-price-card ul{list-style:none;padding:0;text-align:left;font-family:Courier New,Courier,monospace;font-size:.95rem;color:#555;line-height:2}.landing-price-card ul li:before{content:"\2022";color:#e8a317;margin-right:8px;font-weight:900}.landing-comic{padding:60px 24px;background:#fcf3cf;text-align:center}.landing-comic-boss{background:#f5c542}.landing-comic-inner{max-width:700px;margin:0 auto}.landing-comic-label{font-family:Courier New,Courier,monospace;font-size:1.4rem;font-weight:900;font-style:italic;color:#c0392b;margin-bottom:32px;text-transform:uppercase}.landing-comic-scene{position:relative;display:inline-block;padding-top:160px}.speech-bubble-static{background:#fff;border:2px solid #e8a317;border-radius:16px;padding:14px 18px;font-family:Courier New,Courier,monospace;font-size:.95rem;font-weight:700;color:#1a1a2e;line-height:1.5;max-width:220px;box-shadow:0 2px 8px rgba(0,0,0,.08);position:absolute;z-index:2}.speech-bubble-static:after{content:"";position:absolute;bottom:-12px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:12px solid #fff}.speech-bubble-static:before{content:"";position:absolute;bottom:-15px;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:14px solid #e8a317}.speech-bubble-comic-left{top:0;left:-70px}.speech-bubble-comic-left:after,.speech-bubble-comic-left:before{left:40px}.speech-bubble-comic-right{top:10px;right:-70px}.speech-bubble-comic-right:after,.speech-bubble-comic-right:before{right:40px;left:auto}.chop-stamp{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#c0392b;box-shadow:inset 0 0 0 3px #a93226,0 2px 8px rgba(0,0,0,.15);transform:rotate(-12deg);flex-shrink:0;animation:chop-wobble 3s ease-in-out infinite}@keyframes chop-wobble{0%,to{transform:rotate(-12deg)}50%{transform:rotate(-8deg) scale(1.03)}}.chop-stamp-inner{text-align:center;border-radius:50%;border:2px dashed hsla(0,0%,100%,.5);font-family:Courier New,Courier,monospace;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:1px;line-height:1.2}.chop-stamp-inner,.landing-testimonials-header{display:flex;align-items:center;justify-content:center}.landing-testimonials-header{gap:20px;margin-bottom:40px}.landing-price-card-best{border-color:#27ae60;position:relative;box-shadow:0 4px 16px rgba(39,174,96,.2)}.landing-price-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#27ae60;color:#fff;font-family:Courier New,Courier,monospace;font-size:.9rem;font-weight:900;padding:4px 16px;border-radius:20px;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.landing-testimonials{padding:60px 24px;text-align:center;background:#fde68a}.landing-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;max-width:900px;margin:0 auto}.landing-testimonial-card{background:#fff;border-radius:16px;padding:24px;text-align:left;border:2px solid #e8a317}.landing-testimonial-quote{font-family:Courier New,Courier,monospace;font-size:1rem;color:#333;line-height:1.7;margin-bottom:16px;font-style:italic}.landing-testimonial-author{font-family:Courier New,Courier,monospace;font-size:.95rem;color:#888;font-weight:700}.landing-cta{text-align:center;padding:60px 24px;background:#fde68a}.landing-cta h2{font-size:2.4rem;font-weight:900;color:#1a1a2e;margin-bottom:12px;text-transform:uppercase}.landing-cta h2,.landing-cta p{font-family:Courier New,Courier,monospace}.landing-cta p{font-size:1.15rem;color:#666;margin-bottom:24px}.landing-footer{display:flex;align-items:center;justify-content:center;gap:32px;padding:40px 24px;background:#f5c542}.landing-footer-info h4{font-family:Courier New,Courier,monospace;font-size:1.3rem;font-weight:900;text-transform:uppercase;letter-spacing:2px;text-decoration:underline;margin-bottom:6px}.landing-footer-info p{font-family:Courier New,Courier,monospace;font-size:1rem;color:#555}.landing-faq{padding:60px 24px;text-align:center;background:#fcf3cf}.landing-faq details summary::-webkit-details-marker{display:none}.landing-faq details summary:before{content:"+";font-weight:900;font-size:1.2rem;color:#e8a317;margin-right:12px}.landing-faq details[open] summary:before{content:"−"}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width:768px){.landing-hero{flex-direction:column;text-align:center}.landing-hero h1{font-size:2.2rem}.landing-hero-sub{margin:0 auto 24px}.landing-hero-gif{padding-top:60px}.landing-hero-gif img{max-width:280px!important}.landing-about-inner{flex-direction:column;text-align:center}.landing-hero-hook{margin:0 auto 24px}.landing-pricing-grid,.landing-stats-grid,.landing-steps-grid,.landing-testimonials-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.landing-testimonials-header{flex-wrap:wrap}.flip-counter-digits{font-size:2.5rem;min-width:120px}.landing-footer{flex-direction:column;text-align:center}.landing-comic-scene img{max-width:260px!important}.speech-bubble,.speech-bubble-static{max-width:160px;font-size:.78rem}.app-header,.landing-nav{flex-wrap:wrap;gap:8px}.header-actions{flex-wrap:wrap}.summary-cards{grid-template-columns:1fr!important}.step-indicator{flex-wrap:wrap;gap:4px}.step-connector,.step-label{display:none}}