.ABTestAnalyzer-module__gnoW4W__container{box-sizing:border-box;flex-direction:column;align-items:center;max-width:1200px;min-height:100vh;margin:0 auto;padding:100px 20px 20px;display:flex}.ABTestAnalyzer-module__gnoW4W__header{text-align:center;margin-bottom:20px;padding:32px 0}.ABTestAnalyzer-module__gnoW4W__title{max-width:90%;color:var(--primary-color);letter-spacing:-.01em;margin:0 auto 12px;padding:0;font-size:4vw;font-weight:700;line-height:1.2}.ABTestAnalyzer-module__gnoW4W__subtitle{color:#606d7a;font-size:18px;font-weight:400;line-height:1.6}.ABTestAnalyzer-module__gnoW4W__form{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:32px;padding:32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ABTestAnalyzer-module__gnoW4W__formSection{border-bottom:1px solid #e5e7eb;margin-bottom:40px;padding-bottom:32px}.ABTestAnalyzer-module__gnoW4W__formSection:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ABTestAnalyzer-module__gnoW4W__sectionHeader{margin-bottom:24px}.ABTestAnalyzer-module__gnoW4W__sectionTitle{color:#111827;align-items:center;gap:12px;margin-bottom:8px;font-size:20px;font-weight:700;display:flex}.ABTestAnalyzer-module__gnoW4W__sectionIcon{color:#1a6e6e;align-items:center;display:flex}.ABTestAnalyzer-module__gnoW4W__sectionDescription{color:#606d7a;margin:0;font-size:14px;line-height:1.5}.ABTestAnalyzer-module__gnoW4W__sectionContent{margin-top:20px}.ABTestAnalyzer-module__gnoW4W__experimentGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:24px;display:grid}.ABTestAnalyzer-module__gnoW4W__groupSection{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:24px;transition:all .2s}.ABTestAnalyzer-module__gnoW4W__groupSection:hover{border-color:#1a6e6e;box-shadow:0 4px 12px #0d94881a}.ABTestAnalyzer-module__gnoW4W__groupTitle{color:#1a6e6e;align-items:center;gap:8px;margin-bottom:6px;font-size:16px;font-weight:700;display:flex}.ABTestAnalyzer-module__gnoW4W__groupDescription{color:#606d7a;margin-bottom:20px;font-size:13px;font-style:italic}.ABTestAnalyzer-module__gnoW4W__groupInputs{flex-direction:column;gap:16px;display:flex}.ABTestAnalyzer-module__gnoW4W__configGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.ABTestAnalyzer-module__gnoW4W__formGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:32px;display:grid}.ABTestAnalyzer-module__gnoW4W__buttonGroup{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.ABTestAnalyzer-module__gnoW4W__button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:120px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.ABTestAnalyzer-module__gnoW4W__buttonPrimary{color:#fff;background:#1a6e6e}.ABTestAnalyzer-module__gnoW4W__buttonPrimary:hover{background:#0f4444;transform:translateY(-1px);box-shadow:0 4px 12px #1458584d}.ABTestAnalyzer-module__gnoW4W__buttonSecondary{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.ABTestAnalyzer-module__gnoW4W__buttonSecondary:hover{background:#f1f5f9;border-color:#cbd5e1}.ABTestAnalyzer-module__gnoW4W__inputContainer{margin-bottom:20px}.ABTestAnalyzer-module__gnoW4W__inputLabel{color:#374151;box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.ABTestAnalyzer-module__gnoW4W__inputLabel svg{flex-shrink:0;max-width:20px;height:auto}.ABTestAnalyzer-module__gnoW4W__inputField{box-sizing:border-box;background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:12px 16px;font-size:14px;transition:all .2s}.ABTestAnalyzer-module__gnoW4W__inputField:focus{border-color:#1a6e6e;outline:none;box-shadow:0 0 0 3px #0d94881a}.ABTestAnalyzer-module__gnoW4W__inputError{border-color:#ef476f}.ABTestAnalyzer-module__gnoW4W__inputError:focus{border-color:#ef476f;box-shadow:0 0 0 3px #ef44441a}.ABTestAnalyzer-module__gnoW4W__errorMessage{color:#ef476f;margin-top:4px;font-size:12px;font-weight:500}.ABTestAnalyzer-module__gnoW4W__selectContainer{position:relative}.ABTestAnalyzer-module__gnoW4W__select{cursor:pointer;appearance:none;background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:12px 40px 12px 16px;font-size:14px;transition:all .2s}.ABTestAnalyzer-module__gnoW4W__select:focus{border-color:#1a6e6e;outline:none;box-shadow:0 0 0 3px #0d94881a}.ABTestAnalyzer-module__gnoW4W__selectIcon{pointer-events:none;color:#6b7280;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.ABTestAnalyzer-module__gnoW4W__tooltipContainer{display:inline-block;position:relative}.ABTestAnalyzer-module__gnoW4W__tooltipTrigger{color:#606d7a;cursor:help;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:all .2s;display:inline-flex}.ABTestAnalyzer-module__gnoW4W__tooltipTrigger:hover{color:#fff;background:#1a6e6e;transform:scale(1.1)}.ABTestAnalyzer-module__gnoW4W__tooltip{z-index:1000;background-color:var(--tooltip-bg,#334155);color:#fff;word-wrap:break-word;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #e5e7eb;border-radius:12px;min-width:240px;max-width:320px;padding:16px 20px;font-size:13px;font-weight:500;line-height:1.5;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;transform:translateY(-8px)scale(.95);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.ABTestAnalyzer-module__gnoW4W__tooltip.ABTestAnalyzer-module__gnoW4W__visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.ABTestAnalyzer-module__gnoW4W__tooltipTop{bottom:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(-8px)scale(.95)}.ABTestAnalyzer-module__gnoW4W__tooltipTop.ABTestAnalyzer-module__gnoW4W__visible{transform:translate(-50%)translateY(0)scale(1)}.ABTestAnalyzer-module__gnoW4W__tooltipBottom{top:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(8px)scale(.95)}.ABTestAnalyzer-module__gnoW4W__tooltipBottom.ABTestAnalyzer-module__gnoW4W__visible{transform:translate(-50%)translateY(0)scale(1)}.ABTestAnalyzer-module__gnoW4W__tooltipArrow{width:0;height:0;position:absolute}.ABTestAnalyzer-module__gnoW4W__tooltipArrowTop{filter:drop-shadow(0 2px 2px #0000000d);border-top:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;top:100%;left:50%;transform:translate(-50%)}.ABTestAnalyzer-module__gnoW4W__tooltipArrowBottom{filter:drop-shadow(0 -2px 2px #0000000d);border-bottom:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;bottom:100%;left:50%;transform:translate(-50%)}.ABTestAnalyzer-module__gnoW4W__resultCard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:24px;padding:28px;transition:all .2s;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.ABTestAnalyzer-module__gnoW4W__resultCard:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ABTestAnalyzer-module__gnoW4W__resultCardSuccess{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border-left:4px solid #06d6a0}.ABTestAnalyzer-module__gnoW4W__resultCardWarning{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-left:4px solid #ffd166}.ABTestAnalyzer-module__gnoW4W__resultCardInfo{background:linear-gradient(135deg,#f0fdfa 0%,#0d94881a 100%);border-left:4px solid #1a6e6e}.ABTestAnalyzer-module__gnoW4W__resultCardTitle{color:#111827;align-items:center;gap:12px;margin-bottom:20px;font-size:20px;font-weight:700;display:flex}.ABTestAnalyzer-module__gnoW4W__cardIcon{color:#1a6e6e;align-items:center;display:flex}.ABTestAnalyzer-module__gnoW4W__resultsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:24px;display:grid}.ABTestAnalyzer-module__gnoW4W__metricContainer{background:#ffffff80;border:1px solid #e5e7eb80;border-radius:12px;margin-bottom:20px;padding:16px}.ABTestAnalyzer-module__gnoW4W__metricLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.025em;margin-bottom:6px;font-size:14px;font-weight:600}.ABTestAnalyzer-module__gnoW4W__metricValue{color:#1a6e6e;margin-bottom:6px;font-size:28px;font-weight:800;line-height:1.2}.ABTestAnalyzer-module__gnoW4W__metricDescription{color:#aaaeb2;font-size:13px;font-weight:500;line-height:1.4}.ABTestAnalyzer-module__gnoW4W__interpretation{background:#1458580d;border:1px solid #0d94881a;border-radius:12px;margin-top:16px;padding:20px}.ABTestAnalyzer-module__gnoW4W__interpretationTitle{color:#1a6e6e;align-items:center;gap:8px;margin-bottom:12px;font-size:16px;font-weight:700;display:flex}.ABTestAnalyzer-module__gnoW4W__interpretationText{color:#374151;font-size:14px;line-height:1.6}@media (max-width:768px){.ABTestAnalyzer-module__gnoW4W__container{padding:16px}.ABTestAnalyzer-module__gnoW4W__form{padding:24px}.ABTestAnalyzer-module__gnoW4W__formGrid{grid-template-columns:1fr;gap:20px}.ABTestAnalyzer-module__gnoW4W__inputLabel{max-width:70%}.ABTestAnalyzer-module__gnoW4W__experimentGrid{grid-template-columns:1fr;gap:24px}.ABTestAnalyzer-module__gnoW4W__configGrid{grid-template-columns:1fr;gap:16px}.ABTestAnalyzer-module__gnoW4W__groupInputs{gap:12px}.ABTestAnalyzer-module__gnoW4W__buttonGroup{flex-direction:column}.ABTestAnalyzer-module__gnoW4W__resultsGrid{grid-template-columns:1fr}.ABTestAnalyzer-module__gnoW4W__title{font-size:28px}.ABTestAnalyzer-module__gnoW4W__subtitle{font-size:16px}}
@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(../media/4ae8e3010ce79e6a-s.21a1a3c2.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(../media/1747e1908d2352d2-s.740eb7d8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(../media/4b766aa38fdaaae3-s.p.6d98c708.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_d2a28598-module__JqNpdq__className{font-family:Poppins,Poppins Fallback;font-style:normal;font-weight:900}
