:root{--primary: #ff2d2d;--primary-dark: #d81e1e;--accent: #f4f4f4;--text-dark: #121212;--text-light: #5b5b5b;--card-border: #e6e6e6;--bg: #fff;--shadow: 0 12px 30px rgba(0, 0, 0, .08);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text-dark)}.app{min-height:100vh;background:#fff}.screen-container{min-height:100vh;display:flex;align-items:center;justify-content:center}.screen{width:min(420px,100%);background:#fff;border-radius:28px;padding:28px}.hero{text-align:center}.result-btn{background:#fb2c36;color:#fff;border:none;border-radius:999px;padding:8px 40px;font-size:1.05rem;margin-bottom:30px;font-weight:600}.hero h4{padding-top:17%;margin:0 0 12px;font-weight:300;color:var(--text-light)}.hero h1{text-align:center;margin:0 0 20px;font-size:1.7em;font-weight:700;padding-inline:21px;line-height:calc(2/1.5);-webkit-text-stroke:.5px currentColor}.hero-copy{max-width:520px;margin:0 auto 20px;font-size:larger;padding:20px 10px;font-weight:400}.inline-cards{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:10px;margin-bottom:36px}.inline-card{border:1px solid var(--card-border);border-radius:18px;padding:1rem;text-align:left;background:#e7e7ed24;display:flex;flex-direction:column;justify-content:flex-start}.inline-card h3{margin:0 0 8px;font-size:1rem;font-weight:700;text-align:center;-webkit-text-stroke:.25px currentColor}.inline-card p{margin:0;color:var(--text-light);font-size:.9rem;text-align:center}.cta{display:flex;flex-direction:column;align-items:center;gap:12px}.input-wrapper{display:flex;align-items:center;gap:10px;width:min(420px,100%);border:1px solid var(--card-border);border-radius:18px;padding:14px 18px}.input-wrapper input{border:none;flex:1;font-size:1rem;font-family:inherit}.input-wrapper input:focus{outline:none}.small-text-footer{margin-top:80px;font-size:11px;font-weight:400;text-align:center;color:var(--text-light);opacity:.8;padding-inline:21px}.cta-eye-btn{display:flex;align-items:center;justify-content:center;gap:10px}.cta button,.primary-btn{border:none;border-radius:10px;background:var(--primary);color:#fff;padding:16px 42px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:background .2s ease}.cta button:hover,.primary-btn:hover{background:var(--primary-dark)}.progress-bar{width:100%;height:12px;background:#f1f1f1;border-radius:999px;overflow:hidden;margin-bottom:24px}.progress-fill{height:100%;background:var(--primary);border-radius:999px}.spinner{width:60px;height:60px;border-radius:50%;border:6px solid #f1f1f1;border-top-color:var(--primary);margin:0 auto 24px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.profile-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.profile-card--dynamic{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.profile-avatar{width:180px;height:180px;border-radius:50%;border:6px solid #f9b233;padding:6px;background:linear-gradient(135deg,#f9b233,#c13584,#833ab4)}.profile-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-meta h2{margin:8px 0;font-size:2rem}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(80px,1fr));gap:12px;margin-top:16px}.stat-box{background:var(--accent);border-radius:16px;padding:12px;text-align:center}.stat-box strong{display:block;font-size:1.3rem}.processing-wrapper{text-align:center}.scan-area{margin:32px auto;width:min(360px,100%);height:360px;position:relative;border-radius:50%;border:3px solid #e0e0e0;overflow:hidden}.scan-area img{width:100%;height:100%;object-fit:cover}.scan-line{position:absolute;top:0;left:0;width:100%;height:6px;background:#08f9;animation:scan 2s linear infinite}@keyframes scan{0%{top:0}to{top:calc(100% - 6px)}}.processing-metrics{display:flex;flex-direction:column;gap:12px;font-weight:500}.preview-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.preview-cards{display:flex;gap:10px}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin:24px 0}.preview-tile{border:1px solid var(--card-border);border-radius:18px;padding:16px;text-align:center;background:#fff}.preview-tile strong{display:block;margin-top:8px;font-size:1.05rem}.cta-section{border:1px solid var(--card-border);border-radius:22px;padding:24px;text-align:center}.toast-container{position:fixed!important;top:24px!important;left:50%!important;transform:translate(-50%)!important;bottom:auto!important;right:auto!important;display:flex;flex-direction:column;gap:0;pointer-events:none;z-index:1000}.toast{background:#fff;border-radius:16px;padding:8px 16px;box-shadow:var(--shadow);border-left:4px solid var(--primary);min-width:240px;max-width:320px;opacity:0;transform:translateY(-20px);animation:toast-in .4s forwards;position:relative;margin-bottom:-60px}@keyframes toast-in{to{opacity:1;transform:translateY(0)}}.notification{display:flex;align-items:center;gap:10px}.notification p{margin:0;font-size:.9rem;line-height:1.3}.notification small{font-size:.75rem;line-height:1.2;display:block;margin-top:2px}.notification img{width:40px;height:40px;border-radius:10px;object-fit:cover;flex-shrink:0}.analyzer-shell{width:min(480px,100%);margin:0 auto;font-family:Montserrat,Poppins,sans-serif;color:#111}.hero-panel{background:#fff;border-radius:32px;display:flex;flex-direction:column;gap:18px}.hero-top{display:flex;gap:18px}.hero-avatar{width:96px;height:96px;border-radius:50%;padding:4px;background:linear-gradient(135deg,#f9b233,#c13584,#833ab4)}.hero-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.hero-meta h1{margin:0;font-size:1.4rem}.hero-stats{display:flex;gap:18px;margin-top:8px}.hero-stats div{text-align:left}.hero-stats strong{display:block;font-size:1.2rem}.hero-summary{margin:0;font-size:.95rem;color:var(--text-light)}.hero-visitors{display:flex;flex-direction:column;justify-content:space-between;gap:12px}.hero-visitors-views{font-size:large}.visitor-stack{display:flex}.visitor-stack img{width:40px;height:40px;border-radius:50%;border:3px solid #fff;margin-left:-6px;box-shadow:0 6px 12px #0000001a}.visitor-stack img:first-child{margin-left:0}.visitor-item{margin-left:-6px}.visitor-item:first-child{margin-left:0}.locked-circle{width:40px;height:40px;border-radius:50%;background:#000;display:flex;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 6px 12px #0000001a}.visitor-stack-lock-icon{color:#fff}.preview-header{margin-top:12px;padding:0 4px}.preview-titles{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.preview-titles p{margin:0 auto;background:#fff9db;padding:12px 18px;border-radius:999px;font-weight:600;color:#7a5d00}.preview-titles span{font-size:.85rem;color:var(--text-light)}.preview-titles h1{font-weight:600;color:#1f1f1f}.warning-pill{display:inline-flex;align-items:center;gap:8px;background:#fff6b5;padding:10px 18px;border-radius:40px;font-size:16px;font-weight:600;color:#6a5500;margin:0 0 12px;text-align:center}.warning-icon{display:flex}.arrow-separator{text-align:center;font-size:26px;margin:10px 0;opacity:.7}.week-section{display:flex;align-items:center;justify-content:center;gap:20px;text-align:center}.week-icon{font-size:20px;margin-right:4px;display:flex}.week-text h3{margin:0;padding:0;font-size:20px;font-weight:700;color:#000}.week-range{font-size:larger;color:#7c7c7c;font-weight:500;padding-left:5px}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}.summary-grid article{background:linear-gradient(135deg,#fafafa,#fff);border-radius:20px;padding:18px 10px;text-align:center;border:1px solid rgba(0,0,0,.05)}.summary-grid-title{font-size:larger;font-weight:900!important;-webkit-text-stroke:.5px currentColor}.slider-section{margin-top:40px}.slider-section h3{font-size:1.6em;margin-bottom:16px;text-align:center;font-weight:900;-webkit-text-stroke:.5px currentColor}.slider-section h3 .highlight-text{color:#f43f3f;font-weight:700}.slider-viewport{width:100%;overflow:hidden;touch-action:none;pointer-events:none;position:relative}.slider-section .carousel-container{position:relative;width:100%;margin:0 auto;padding:0;display:block!important}.slider-section .carousel-wrapper{overflow:hidden!important;width:100%!important;position:relative;display:block!important}.slider-section .carousel-track{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;transition:transform .4s ease-in-out;will-change:transform;align-items:center;gap:16px;padding:0 calc(50% - 110px)}.carousel-container{position:relative;width:100%;margin:0 auto;padding:0;display:block!important}.carousel-container *{box-sizing:border-box}.carousel-wrapper{overflow:hidden!important;width:100%!important;position:relative;display:block!important}.carousel-track{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;transition:transform .4s ease-in-out;will-change:transform;align-items:center;gap:16px;padding:0 calc(50% - 110px)}.carousel-track .slider-card{width:220px!important;min-width:220px!important;max-width:220px!important;flex-shrink:0!important;flex-grow:0!important;margin:0!important;box-sizing:border-box;opacity:.6;transform:scale(.9);transition:all .4s ease;position:relative}.carousel-track .slider-card.active{opacity:1;transform:scale(1);z-index:2;position:relative}.carousel-track .slider-card--locked{opacity:.6;background:radial-gradient(circle at 30% 20%,#3e3e3e,#181818 55%,#050505)!important}.carousel-track .slider-card--locked.active{opacity:1;background:radial-gradient(circle at 30% 20%,#3e3e3e,#181818 55%,#050505)!important}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:1px solid rgba(0,0,0,.1);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:var(--text-dark);cursor:pointer;z-index:10;box-shadow:0 4px 12px #00000026;transition:all .2s ease}.carousel-btn:hover{background:#fff;box-shadow:0 6px 16px #0003;transform:translateY(-50%) scale(1.05)}.carousel-btn:active{transform:translateY(-50%) scale(.95)}.carousel-btn--prev{left:-24px}.carousel-btn--next{right:-24px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:#0003;cursor:pointer;transition:all .2s ease;padding:0}.carousel-dot:hover{background:#0006;transform:scale(1.2)}.carousel-dot.active{background:var(--primary);width:24px;border-radius:5px}@media (max-width: 768px){.carousel-container{padding:0 50px;max-width:100%}.carousel-btn{width:40px;height:40px;font-size:24px}.carousel-btn--prev{left:-20px}.carousel-btn--next{right:-20px}}@media (max-width: 640px){.carousel-container{padding:0 50px;max-width:100%}.carousel-btn{width:36px;height:36px;font-size:20px}.carousel-btn--prev{left:8px}.carousel-btn--next{right:8px}}.stories-section{margin-top:36px}.stories-section h3{font-size:1.2rem;text-align:center;margin-bottom:18px}.stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.stories-section .carousel-container{position:relative;width:100%;margin:0 auto;padding:0;display:block!important}.stories-section .carousel-wrapper{overflow:hidden!important;width:100%!important;position:relative;display:block!important}.stories-section .carousel-track{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;transition:transform .4s ease-in-out;will-change:transform;align-items:center;gap:16px;padding:0 calc(50% - 110px)}.stories-section .carousel-track .story-card{width:220px!important;min-width:220px!important;max-width:220px!important;flex-shrink:0!important;flex-grow:0!important;margin:0!important;box-sizing:border-box;opacity:.6;transform:scale(.9);transition:all .4s ease;position:relative}.stories-section .carousel-track .story-card.active{opacity:1;transform:scale(1);z-index:2;position:relative}.story-card{background:#fff;border-radius:18px;border:1px solid rgba(0,0,0,.08);padding:14px;text-align:center;display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.story-cover{width:100%;height:250px;border-radius:14px;background-size:cover;background-position:center;background-color:#050505;position:relative;overflow:hidden}.story-hero-info{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:8px;background:#00000080;padding:6px 10px;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.story-hero-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;border:1.5px solid rgba(255,255,255,.8)}.story-hero-username{font-size:.85rem;font-weight:600;color:#fff;white-space:nowrap}.story-bottom-overlay{position:absolute;bottom:0;left:0;right:0;padding:16px 20px;display:flex;align-items:flex-end;justify-content:flex-end;gap:8px;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}.story-lock-icon{width:18px;height:18px;flex-shrink:0;color:#fff;margin-right:5px;display:inline-block;vertical-align:middle}.story-bottom-text{display:flex;flex-direction:column;gap:4px;align-items:flex-end;text-align:right}.story-caption{font-size:1.1rem;font-weight:700;color:#fff;text-align:right;margin:0;line-height:1.2;white-space:nowrap}.story-meta{font-size:.9rem;font-weight:400;color:#fff;text-align:left;line-height:1.2}.story-meta-formatted{display:flex;flex-direction:column;gap:2px;align-items:flex-end;text-align:right}.story-meta-line1{display:flex;align-items:center;gap:4px;line-height:1.2;white-space:nowrap;color:#fff!important}.story-meta-number{font-size:1rem;font-weight:700;color:#fff!important}.story-meta-profiles{font-size:.9rem;font-weight:400;color:#fff!important}.story-meta-line2{font-size:.9rem;font-weight:400;color:#fff!important;padding-left:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.story-card span{font-weight:600;color:#ff4e4e}.story-meta-formatted span,.story-meta-line1 span,.story-meta-number,.story-meta-profiles,.story-meta-line2,.story-hero-username,.story-meta{color:#fff!important}.cta-inline{display:flex;justify-content:center;margin-top:20px}.slider-card{border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:0;background:#fff;box-shadow:none;display:flex;justify-content:space-between;flex-direction:column;gap:0;overflow:hidden}.slider-card .slider-card-content{padding:12px 16px;display:flex;flex-direction:column;gap:4px}.slider-card .username{display:flex;justify-content:center;width:100%;margin:0;font-weight:600;font-size:.95rem;line-height:1.3}.slider-card p{margin:0;font-size:.85rem;line-height:1.3;color:#fff;font-weight:700}.slider-card--blurred{padding:0;background:#0d0d0d;border:1px solid rgba(255,255,255,.08);justify-content:center;position:relative;overflow:hidden;min-height:300px;height:100%}.slider-card--locked{position:relative;padding:0;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 30% 20%,#3e3e3e,#181818 55%,#050505);box-shadow:none;color:#fff;overflow:hidden;display:flex;flex-direction:column;min-height:300px;height:100%}.lock-overlay{position:absolute;top:0;left:0;width:100%;height:100%;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:28px 20px;gap:12px;text-align:center;z-index:1}.lock-icon{font-size:3.2rem;filter:drop-shadow(0 6px 12px rgba(0,0,0,.45));display:block;z-index:2;position:relative}.lock-text{font-weight:600;line-height:1.4;font-size:1.05rem;display:block;z-index:2;position:relative;color:#fff}.blurred-image,.slider-card--blurred .slider-image{filter:blur(4px) saturate(0);height:100%;min-height:300px;width:100%;background-size:cover;background-position:center}.blurred-lock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;text-shadow:0 6px 18px rgba(0,0,0,.45)}.slider-image{width:100%;height:250px;border-radius:16px 16px 0 0;background-size:cover;background-position:center;margin-bottom:0;flex-shrink:0}.slider-badge{font-size:.75rem;padding:6px 10px;border-radius:999px;background:#ffeaea;color:#d10000;align-self:flex-start}.cta-block{margin-top:32px;display:flex;flex-direction:column;gap:12px}.cta-block.final{text-align:center}.small-text-footer-sub{-webkit-text-stroke:.5px currentColor;font-size:larger;font-style:italic;color:#ff4e4e}.cta-banner{font-weight:700;text-transform:uppercase;color:#ff4e4e;display:flex;align-items:center;justify-content:center;width:100%;padding:0 70px;-webkit-text-stroke:.5px currentColor;font-size:larger}.secondary-btn{border-radius:999px;padding:16px;border:2px solid var(--primary);background:transparent;font-weight:600;color:var(--primary);cursor:pointer}.screenshots-panel{margin-top:40px;padding:24px;text-align:center}.screenshots-heading{font-size:2rem;font-weight:700;margin-bottom:20px;white-space:nowrap;text-align:center}@media (max-width: 480px){.screenshots-heading{font-size:1.5rem;white-space:nowrap}}.screenshots-description{text-align:center;margin-bottom:20px;color:#000}.screenshots-list{padding-left:0;margin:16px auto;color:#000;text-align:center;display:inline-block;list-style:none}.screenshots-list li{padding-left:0;position:relative;margin-bottom:8px;list-style:none}.screenshots-list li:before{content:"✓ ";position:relative;color:#000;font-weight:700;margin-right:4px}.screenshots-footer{text-align:center;margin-top:18px;font-weight:600;color:#ff4e4e;text-transform:uppercase}.chat-interface-html{margin-top:20px;position:relative;min-height:400px;width:100%;display:block}.chat-interface-html>div{position:relative!important;width:100%!important;min-height:400px!important}.chat-interface-html div[style*=background-image]{display:block!important;visibility:visible!important;opacity:1!important}.chat-interface-html *{box-sizing:border-box}.chat-interface{margin-top:20px;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 4px 20px #0000004d}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.1)}.chat-header-left{display:flex;align-items:center;gap:12px}.chat-back-arrow{color:#fff;font-size:20px;font-weight:700;cursor:pointer}.chat-profile-pic{width:36px;height:36px;border-radius:50%;background:#333;filter:blur(4px)}.chat-contact-name{color:#fff;font-size:16px;font-weight:600;filter:blur(3px)}.chat-header-right{display:flex;gap:16px}.chat-icon{color:#fff;font-size:20px;cursor:pointer}.chat-preview{padding:16px;background:#000;min-height:200px;display:flex;flex-direction:column;gap:12px}.chat-message{display:flex;align-items:flex-end;gap:8px}.chat-message-them{justify-content:flex-start}.chat-message-me{justify-content:flex-end}.chat-avatar{width:32px;height:32px;border-radius:50%;background:#333;filter:blur(4px);flex-shrink:0}.chat-avatar-small{width:24px;height:24px;border-radius:50%;background:#333;filter:blur(3px);flex-shrink:0}.chat-bubble{padding:10px 14px;border-radius:18px;color:#fff;max-width:70%;font-size:.95rem;line-height:1.4}.chat-bubble-them{background:#262626;border-bottom-left-radius:4px}.chat-bubble-me{background:#fd5564;border-bottom-right-radius:4px}.screenshots-uncensored{margin-top:20px;text-align:center;color:#f43f3f;font-weight:400;font-size:.85rem}.screenshots-uncensored strong{font-weight:700;color:#f43f3f}.uncensored-screenshots-btn{border:none;border-radius:12px;background:#f43f3f;color:#fff;padding:16px 32px;font-size:1rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background .2s ease;letter-spacing:.5px;width:100%;max-width:400px;white-space:nowrap}.uncensored-screenshots-btn:hover{background:#d32f2f}.alert-panel{margin-top:40px;text-align:center;padding:24px;border-radius:28px;background:#fff5f5;border:1px solid rgba(255,0,0,.2)}.alert-panel h3{margin:0}.alert-badge{display:inline-block;margin-top:12px;padding:6px 14px;border-radius:999px;background:#ff4d4f;color:#fff;font-weight:600}.addicted-panel{margin-top:40px}.addicted-panel h3{font-family:sans-serif;font-weight:700;text-align:center;margin:0;padding:0;color:#000;font-size:3.5rem;line-height:1.2}.addicted-title{font-family:sans-serif;font-weight:700;text-align:center;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;line-height:1.2;font-size:2rem}.addicted-title-line1{color:#000;font-weight:700;display:block}.addicted-title-line2{color:#000;font-weight:700;display:block;text-align:center}.addicted-red{color:#f43f3f;font-weight:700}@media (max-width: 640px){.addicted-panel h3{font-size:3rem;font-family:sans-serif;font-weight:700;text-align:center;color:#000;line-height:1.2}.addicted-panel h3 .addicted-red{color:#f43f3f;font-weight:700}}@media (max-width: 480px){.addicted-panel h3{font-size:2.25rem;font-family:sans-serif;font-weight:700;text-align:center;color:#000;line-height:1.2}.addicted-panel h3 .addicted-red{color:#f43f3f;font-weight:700}}.addicted-grid{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.addicted-grid article{border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:0 10px;background:#f4f4f442;text-align:center;box-shadow:1px 1px #0000001f}.addicted-lock{padding-top:10px;font-size:2.4rem;filter:drop-shadow(0 6px 12px rgba(0,0,0,.2))}.addicted-blur-name{display:flex;align-items:center;justify-content:center;gap:4px}.blurred-text{filter:blur(5px)}.red{color:#ff2a2a;font-weight:700}.strong-red{-webkit-text-stroke:.5px currentColor}.mirror-stage{width:100%;border:1px solid var(--card-border);border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.mirror-stage iframe{width:100%;border:none;background:#fff}.empty-state{text-align:center;padding:24px;color:var(--text-light);font-size:.95rem}.preview-screen .full-report{margin-top:24px}.mirror-loader{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 0;color:var(--text-light)}.notification-seed{margin-top:40px}.notification-seed h2{margin-bottom:16px}.snapshot-stage{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:640px;padding:48px 24px;position:relative}.stage-card{width:100%;max-width:540px;background:#fff;border-radius:32px;padding:48px 40px;text-align:center}.stage-progress-track{width:100%;height:10px;background:#f0f0f0;border-radius:999px;margin-bottom:36px;overflow:hidden}.stage-progress-track.subtle{margin-bottom:28px}.stage-progress-fill{height:100%;background:#f43f3f;border-radius:inherit;transition:width .6s ease}.stage-spinner{width:72px;height:72px;margin:0 auto 28px;border:6px solid rgba(244,63,63,.25);border-top-color:#f43f3f;border-radius:50%;animation:spin 1s linear infinite}.stage-subtitle{color:#5c5c5c;margin-bottom:32px;font-weight:500}.stage-subtitle-analysis{color:#5c5c5c;margin-bottom:32px;font-weight:500;color:red}.stage-progress-panel{margin-top:12px;text-align:left}.stage-progress-labels{display:flex;flex-direction:column;justify-content:space-between;font-weight:600;color:#1f1f1f}.stage-progress-labels small{font-weight:600;color:#5c5c5c;font-size:large}.stage-bar{width:100%;height:12px;background:#ececec;border-radius:999px;margin-top:8px;overflow:hidden}.stage-bar-fill{height:100%;background:linear-gradient(90deg,#f43f3f,#ff7a70);transition:width .5s ease}.stage-status{margin-top:32px;font-weight:600;color:#1f1f1f}.processing-card{padding:25px 30px}.profile-card h1,.processing-card h1{margin-top:16px}.profile-avatar-ring,.processing-avatar-ring{width:140px;height:140px;border-radius:50%;margin:0 auto 20px;padding:4px;background:linear-gradient(135deg,#f43f3f,#ffa53e);display:flex;align-items:center;justify-content:center}.profile-avatar-ring img,.processing-avatar-ring img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:6px solid #fff}.processing-avatar-ring{position:relative}.scanner-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 8px);height:calc(100% - 8px);overflow:hidden;pointer-events:none;z-index:1}.grid-background{display:none}.scan-grid-line{position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(180deg,transparent 0%,rgba(99,102,241,.15) 20%,rgba(99,102,241,.3) 50%,rgba(99,102,241,.15) 80%,transparent 100%);animation:scan 2s ease-in-out infinite}.scan-grid-line:before{display:none}.scan-grid-line:after{content:"";position:absolute;top:50%;left:0;width:100%;height:3px;transform:translateY(-50%);background:linear-gradient(90deg,transparent 0%,rgba(99,102,241,.6) 20%,rgba(99,102,241,1) 50%,rgba(99,102,241,.6) 80%,transparent 100%);box-shadow:0 0 15px #6366f1}@keyframes scan{0%{transform:translateY(0)}to{transform:translateY(130px)}}.profile-username{font-size:18px;font-weight:600;color:#5c5c5c}.profile-username-badge{display:inline-block;padding:10px 20px;background-color:#e6e6e6;border-radius:24px;font-size:20px;font-weight:700;color:#121212;margin:0 auto 24px;text-align:center;box-shadow:0 2px 6px #00000014}.profile-greeting{font-size:38px;font-weight:700;color:var(--text-dark);margin:0 0 36px;text-align:center;letter-spacing:-.5px;background:linear-gradient(135deg,var(--text-dark) 0%,#333 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-message{text-align:center;max-width:680px;margin:0 auto;padding:0 20px}.profile-congrats{font-size:30px;font-weight:700;color:var(--text-dark);margin:0 0 28px;line-height:1.4;letter-spacing:-.3px}.profile-description{font-size:22px;line-height:1.8;color:#4a4a4a;margin:0;text-align:center;font-weight:500;letter-spacing:.1px}.profile-primary-btn,.profile-secondary-btn{width:100%;border-radius:999px;border:none;padding:16px;margin-top:18px;font-size:16px;font-weight:600;cursor:pointer}.profile-primary-btn{background:#f43f3f;color:#fff;box-shadow:0 15px 40px #f43f3f59}.profile-secondary-btn{background:#f5f5f5;color:#1f1f1f}.processing-card ul.processing-list{list-style:none;padding:0;margin:32px 0 0;text-align:center}.processing-card ul.processing-list li{display:block;margin-bottom:18px;opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease;color:#1f1f1f;font-weight:500}.processing-card ul.processing-list li.visible{opacity:1;transform:translateY(0)}.processing-card ul.processing-list li p{display:inline;margin:0}.processing-card ul.processing-list li .processing-check-icon{display:inline-block;vertical-align:middle;color:#f4364c;margin-right:8px;margin-bottom:2px}.snapshot-content{width:100%;max-width:560px;border-radius:32px;overflow:hidden;box-shadow:0 25px 55px #0f0f0f14;background:#fff}.full-report-screen{width:100%;max-width:100%;padding:0;box-shadow:none;background:#fff;overflow-y:auto}.full-report-container{max-width:480px;margin:0 auto;padding:20px 40px;background:#fff}.full-report-progress-bar{width:100%;height:5px;background:#f43f3f;margin-bottom:24px}.full-report-header{padding:0 0 24px}.full-report-header-top{display:flex;align-items:center;gap:16px;margin-bottom:16px}.full-report-avatar{width:70px;height:70px;border-radius:50%;border:4px solid #f43f3f;overflow:hidden;flex-shrink:0}.full-report-avatar img{width:100%;height:100%;object-fit:cover}.full-report-title{font-size:34px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2;flex:1}.full-report-subtitle{font-size:18px;color:#666;margin:0;text-align:center;width:100%}.full-report-features{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:32px 0}.full-report-feature-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:15px 10px;text-align:center;box-shadow:0 2px 8px #0000000d}.full-report-feature-icon{margin-bottom:10px;display:flex;justify-content:center;align-items:center;line-height:1}.full-report-feature-card h3{font-size:21px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.full-report-feature-card p{font-size:16px;color:#666;margin:0;line-height:1.5}.full-report-marketing{margin:40px 0;text-align:center}.full-report-more{font-size:26px;font-weight:700;color:#000;margin:0 0 20px;text-align:center}.full-report-system,.full-report-emotional,.full-report-not-going,.full-report-direction{font-size:18px;color:#1a1a1a;margin:0 0 12px;line-height:1.6}.full-report-disappointment{font-size:18px;font-weight:700;color:#f43f3f;margin:0 0 24px}.full-report-divider{width:40px;height:2px;background:#1a1a1a;margin:24px auto}.full-report-goal{font-size:45px;font-weight:700;color:#1a1a1a;margin:20px 0;line-height:1.2;text-align:center}.full-report-certainty{font-size:18px;color:#1a1a1a;margin:12px 0 0;line-height:1.6}.full-report-certainty strong{font-weight:700}.full-report-urgency{display:flex;align-items:center;justify-content:center;flex-direction:column;margin:32px 0;text-align:center}.full-report-countdown{background:#fff9e6;border:1px solid #e0e0e0;border-radius:45px;padding:12px 16px;margin-bottom:16px;font-size:18px;font-weight:600;color:#8b6f00;text-align:center}.full-report-countdown .countdown-timer{font-weight:700}.full-report-warning{margin-top:16px;text-align:center}.full-report-warning-content{display:flex;align-items:flex-start;justify-content:center;gap:12px;text-align:left}.full-report-warning-icon{font-size:24px;flex-shrink:0;color:orange}.full-report-warning-text{flex:1}.full-report-warning-text p{font-size:18px;color:#1a1a1a;margin:0 0 8px;line-height:1.5}.full-report-warning-text p strong{font-weight:700}.full-report-pricing{margin:40px 0}.full-report-pricing-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:15px;margin-bottom:20px;position:relative;box-shadow:0 4px 12px #0000001f}.full-report-pricing-block{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px}.full-report-pricing-header{margin-bottom:12px;display:flex;align-items:center;gap:12px}.full-report-pricing-left{display:flex;align-items:center;flex-direction:column;gap:12px}.full-report-lock-icon{font-size:20px;color:#ff8c00;flex-shrink:0;line-height:1;display:inline-flex;align-items:center;justify-content:center}.full-report-pricing-header h3{font-size:22px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3;-webkit-text-stroke:.5px currentColor}.full-report-discount-badge{background:#000;color:#fff;border:none;border-radius:6px;padding:8px 14px;font-size:11px;font-weight:700;text-transform:uppercase;white-space:nowrap;position:absolute;top:15px;right:15px;z-index:1}.full-report-pricing-details{text-align:right}.full-report-original-price{font-size:14px;margin-bottom:0;color:#999;margin-top:30px;font-weight:600}.strikethrough{text-decoration:line-through}.full-report-current-price{font-size:48px;font-weight:700;color:#1a1a1a;margin:12px 0 8px;line-height:1;align-items:baseline}.full-report-current-price .price-number{font-size:34px;font-weight:900;line-height:1;color:#111;-webkit-text-stroke:.5px currentColor}.full-report-current-price .price-currency{font-size:34px;font-weight:700;line-height:1;vertical-align:baseline;text-transform:uppercase}.full-report-payment-type{font-size:14px;color:#999;margin:0;font-weight:600}.full-report-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}.full-report-benefit-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;text-align:left;box-shadow:0 4px 12px #0000001f;display:flex;text-align:center;flex-direction:column}.full-report-benefit-card h4{font-size:20px;font-weight:700;color:#000;margin:0 0 8px;-webkit-text-stroke:.5px currentColor}.full-report-benefit-card p{font-size:14px;color:#000;margin:0;line-height:1.5;font-weight:600}.full-report-bonus{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;text-align:left;box-shadow:0 4px 12px #0000001f;text-align:center}.full-report-bonus h4{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 8px;-webkit-text-stroke:.5px currentColor}.full-report-bonus p{font-size:16px;color:#000;margin:0;line-height:1.5;font-weight:600}.full-report-cta{margin:40px 0}.full-report-cta-button{width:100%;background:#f43f3f;color:#fff;border:none;border-radius:12px;padding:18px 24px;font-size:18px;font-weight:700;cursor:pointer;transition:background .2s;letter-spacing:.5px}.full-report-cta-button:hover{background:#d32f2f}.full-report-footer{margin-top:40px;padding-top:20px;border-top:1px solid #e0e0e0;text-align:center}.full-report-footer p{font-size:12px;color:#999;margin:0;line-height:1.6}.full-report-footer a{color:#4a90e2;text-decoration:none}.full-report-footer a:hover{text-decoration:underline}@media (max-width: 640px){.full-report-container{padding:0 16px 32px}.full-report-title{font-size:24px}.full-report-features{gap:12px}.full-report-goal{font-size:28px}.full-report-current-price{font-size:32px}}.full-report-content{width:100%;min-height:100vh;background:#fff}.full-report-content *{max-width:100%;box-sizing:border-box}.full-report-content img{max-width:100%;height:auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 640px){.screen{padding:24px}.profile-username-badge{font-size:16px;padding:8px 16px;margin:0 auto 20px}.profile-greeting{font-size:28px;margin:0 0 24px}.profile-congrats{font-size:22px;margin:0 0 16px}.profile-description{font-size:16px;line-height:1.6}.profile-avatar-ring{width:120px;height:120px;margin:0 auto 16px}.profile-message{padding:0 16px}.processing-card ul.processing-list li{font-size:17px;line-height:1.5}.stats-grid{grid-template-columns:repeat(2,1fr)}}.payment-screen{max-width:1200px;width:100%;padding:0;box-shadow:none;background:#fff}.payment-container{width:100%}.payment-banner{background:#f43f3f;color:#fff;text-align:center;padding:12px 20px;font-weight:600;font-size:16px;margin-bottom:0}.payment-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:40px}.payment-left{display:flex;flex-direction:column;gap:30px}.payment-header-image{width:100%;margin-bottom:0}.payment-header-image img{width:100%;height:auto;border-radius:12px;display:block}.payment-marketing{text-align:center}.payment-marketing h2{margin:0;font-size:28px;font-weight:700;color:var(--text-dark);line-height:1.3}.payment-discount-badge{background:#f43f3f;color:#fff;text-align:center;padding:16px;font-weight:700;font-size:24px;border-radius:8px}.payment-form-section{margin-top:20px}.payment-form-title{font-size:18px;font-weight:700;margin-bottom:20px;color:var(--text-dark)}.payment-form{display:flex;flex-direction:column;gap:20px}.payment-form-group{display:flex;flex-direction:column;gap:8px}.payment-form-group label{font-size:14px;font-weight:600;color:var(--text-dark)}.payment-form-group input{padding:12px 16px;border:2px solid #e6e6e6;border-radius:8px;font-size:16px;transition:border-color .2s}.payment-form-group input:focus{outline:none;border-color:#f43f3f}.phone-input-wrapper{display:flex;align-items:center;border:2px solid #e6e6e6;border-radius:8px;overflow:hidden}.phone-prefix{padding:12px 16px;background:#f5f5f5;font-weight:600;border-right:2px solid #e6e6e6;white-space:nowrap}.phone-input-wrapper input{flex:1;border:none;padding:12px 16px;font-size:16px}.phone-input-wrapper input:focus{outline:none}.payment-guarantee{display:flex;gap:16px;padding:20px;background:#f5f5f5;border-radius:8px}.guarantee-icon{width:40px;height:40px;background:#22c55e;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;flex-shrink:0}.guarantee-content h4{margin:0 0 8px;font-size:15px;font-weight:700;color:var(--text-dark);text-align:center;-webkit-text-stroke:.5px currentColor}.guarantee-content p{margin:0;font-size:14px;color:var(--text-light);line-height:1.5;text-align:center}.payment-urgency{display:flex;gap:8px;align-items:center;border-radius:8px;text-align:center;width:100%;padding:0 0 0 71px}.urgency-content{flex:1}.urgency-content p{margin:0 0 8px;font-size:16px;font-weight:600;color:var(--text-dark)}.urgency-timer{font-size:32px;font-weight:700;color:#f43f3f;font-family:Courier New,monospace}.payment-reviews{display:flex;flex-direction:column;gap:20px}.payment-review-card{display:flex;gap:16px;padding:20px;background:#f9f9f9;border-radius:8px}.review-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;flex-shrink:0}.review-content{flex:1}.review-name{font-size:16px;font-weight:700;margin-bottom:4px;color:var(--text-dark)}.review-stars{margin-bottom:8px;font-size:14px}.review-text{font-size:14px;color:var(--text-light);line-height:1.5}.payment-right{position:sticky;top:20px;height:fit-content}.order-summary-title{font-size:24px;font-weight:700;margin-bottom:24px;color:var(--text-dark)}.order-item{display:flex;gap:16px;align-items:center;padding:20px 0}.order-item-icon{font-size:15px;flex-shrink:0}.order-item-details{flex:1}.order-item-name{font-size:14px;font-weight:600;margin-bottom:4px;color:var(--text-dark)}.order-item-price{font-size:18px;font-weight:700;color:var(--text-dark)}.order-item-quantity{display:flex;align-items:center;gap:12px;border:2px solid #e6e6e6;border-radius:8px;padding:0}.quantity-btn{width:32px;height:32px;border:none;background:#fff;border-radius:4px;font-size:20px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.quantity-btn:hover{background:#f0f0f0}.quantity-value{min-width:30px;text-align:center;font-weight:600;font-size:16px}.order-breakdown{margin:24px 0;padding-top:24px;border-top:2px solid #e6e6e6;display:flex;flex-direction:column;gap:12px}.breakdown-row{display:flex;justify-content:space-between;font-size:16px;color:var(--text-dark)}.breakdown-row-text{color:red}.breakdown-row .strikethrough{text-decoration:line-through;color:red}.breakdown-total{font-size:20px;font-weight:700;padding-top:12px;border-top:1px solid #e6e6e6;margin-top:4px}.place-order-btn{width:100%;padding:16px 32px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:background .2s;margin-top:24px}.place-order-btn:hover:not(:disabled){background:#1d4ed8}.place-order-btn:disabled{background:#9ca3af;cursor:not-allowed}@media (max-width: 968px){.payment-content{grid-template-columns:1fr;gap:30px;padding:20px;display:flex;flex-direction:column}.payment-left{display:contents}.payment-marketing{order:1}.payment-discount-badge{order:2;font-size:20px;padding:14px}.payment-guarantee{order:3}.payment-urgency{order:4}.payment-form-section{order:5}.payment-right{position:static;order:6}.payment-reviews{order:7}.payment-marketing h2{font-size:24px}}@media (max-width: 640px){.payment-screen{padding:0}.payment-banner{font-size:14px;padding:10px 16px}.payment-content{padding:16px;gap:24px}.payment-marketing h2{font-size:20px}.payment-form-group input{font-size:14px}.order-summary-title{font-size:20px}.place-order-btn{font-size:16px;padding:14px 24px}}.queue-message{text-align:center;font-size:1rem;font-weight:500;color:var(--primary);margin:0 0 20px;padding:8px 16px;animation:blink 1.5s infinite;width:100%;order:-1}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}:root{font-family:Montserrat,Montserrat Fallback;line-height:1.4;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:#121212;background-color:#fff}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:#fff}#root{min-height:100vh}
