.page-module__7vyIdW__container{width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:40px 20px}.page-module__7vyIdW__header{text-align:center;margin-bottom:32px}.page-module__7vyIdW__title{background:var(--gradient-typography-primary);-webkit-text-fill-color:transparent;font-size:48px;font-weight:900;font-family:var(--font-heading);-webkit-background-clip:text;background-clip:text;margin-bottom:20px}.page-module__7vyIdW__description{color:var(--text-dark);max-width:600px;font-size:20px;line-height:1.6;font-family:var(--font-main);margin:0 auto 30px}.page-module__7vyIdW__instructions{border-radius:var(--card-border-radius);background:color-mix(in srgb, var(--background-main,#121212) 85%, transparent 15%);border:1px solid var(--card-border,#ffffff24);width:100%;max-width:640px;color:var(--card-text,#fff);-webkit-backdrop-filter:blur(16px)saturate(160%);text-align:left;margin:0 auto;padding:32px;box-shadow:0 8px 32px #0000001f}.page-module__7vyIdW__instructionsTitle{color:var(--text-dark);text-align:center;font-size:20px;font-weight:700;font-family:var(--font-heading);margin:0 0 24px}.page-module__7vyIdW__steps{flex-direction:column;gap:22px;margin:0;padding:0;list-style:none;display:flex}.page-module__7vyIdW__step{align-items:flex-start;gap:16px;display:flex;position:relative}.page-module__7vyIdW__step:not(:last-child):before{content:"";background:var(--card-border,#ffffff2e);width:2px;position:absolute;top:36px;bottom:-22px;left:17px}.page-module__7vyIdW__stepNum{background:var(--button-bg);width:36px;height:36px;color:var(--button-text);font-size:16px;font-weight:700;font-family:var(--font-heading);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__7vyIdW__stepText{font-family:var(--font-main)}.page-module__7vyIdW__stepText>strong{color:var(--card-text);margin-bottom:4px;font-size:16px;font-weight:700;display:block}.page-module__7vyIdW__stepText p strong{color:var(--text-dark);font-weight:700}.page-module__7vyIdW__stepText p{color:var(--text-muted);margin:0;font-size:15px;line-height:1.55}.page-module__7vyIdW__stepText em{color:var(--text-dark);font-style:normal;font-weight:600}.page-module__7vyIdW__uploadSection{flex-wrap:wrap;grid-template-columns:1fr 1fr;justify-content:center;place-items:center;gap:30px;margin-bottom:40px;display:grid}.page-module__7vyIdW__uploadCard{border-radius:var(--card-border-radius);background:color-mix(in srgb, var(--background-main,#121212) 85%, transparent 15%);border:1px solid var(--card-border,#ffffff24);width:100%;max-width:900px;color:var(--card-text,#fff);-webkit-backdrop-filter:blur(16px)saturate(160%);text-align:center;padding:40px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001f}.page-module__7vyIdW__cardTitle{color:var(--text-dark);font-size:24px;font-weight:700;font-family:var(--font-heading);margin-bottom:15px}.page-module__7vyIdW__cardDescription{color:var(--text-dark);font-size:16px;line-height:1.5;font-family:var(--font-main);margin-bottom:25px}.page-module__7vyIdW__fileInput{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.page-module__7vyIdW__dropzone{border:1.5px dashed color-mix(in srgb, var(--card-border) 85%, var(--text-muted));background:color-mix(in srgb, var(--card-border) 20%, transparent);cursor:pointer;text-align:center;width:100%;font-family:var(--font-main);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:34px 24px 26px;transition:border-color .2s,background .2s;display:flex}.page-module__7vyIdW__dropzone:hover{border-color:color-mix(in srgb, var(--primary-color) 55%, transparent);background:color-mix(in srgb, var(--primary-color) 6%, transparent)}.page-module__7vyIdW__fileInput:focus-visible+.page-module__7vyIdW__dropzone{border-color:var(--primary-color);border-style:solid}.page-module__7vyIdW__dropzoneActive{border-color:var(--primary-color);background:color-mix(in srgb, var(--primary-color) 12%, transparent);border-style:solid}.page-module__7vyIdW__dropzoneBusy{cursor:progress;pointer-events:none;opacity:.85}.page-module__7vyIdW__dropzoneIcon{width:52px;height:52px;color:var(--primary-color);background:color-mix(in srgb, var(--primary-color) 12%, transparent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:6px;transition:transform .2s;display:inline-flex}.page-module__7vyIdW__dropzoneActive .page-module__7vyIdW__dropzoneIcon{background:color-mix(in srgb, var(--primary-color) 20%, transparent);transform:translateY(-3px)}.page-module__7vyIdW__dropSpinner{border:2.5px solid color-mix(in srgb, var(--primary-color) 30%, transparent);border-top-color:var(--primary-color);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite page-module__7vyIdW__dropSpin}@keyframes page-module__7vyIdW__dropSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.page-module__7vyIdW__dropSpinner{animation-duration:2s}.page-module__7vyIdW__dropzoneIcon{transition:none}}.page-module__7vyIdW__dropzoneTitle{color:var(--card-text);font-size:17px;font-weight:700}.page-module__7vyIdW__dropzoneSub{color:var(--text-muted);overflow-wrap:anywhere;max-width:100%;font-size:14px}.page-module__7vyIdW__dropzoneCta{background:var(--button-bg);min-width:200px;min-height:44px;color:var(--button-text);border-radius:50px;justify-content:center;align-items:center;margin-top:12px;padding:12px 20px;font-weight:700;transition:opacity .3s;display:inline-flex}.page-module__7vyIdW__dropzone:hover .page-module__7vyIdW__dropzoneCta{opacity:.9}.page-module__7vyIdW__dropzoneMeta{letter-spacing:.02em;color:var(--text-secondary);margin-top:10px;font-size:12px}.page-module__7vyIdW__errorMessage{color:#ef4444;text-align:center;max-width:760px;font-family:var(--font-main);background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin:0 auto 30px;padding:15px}.page-module__7vyIdW__debugSection{color:#3b82f6;text-align:left;font-family:var(--font-main);background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;margin-bottom:30px;padding:15px}.page-module__7vyIdW__debugSection h3{margin:0 0 10px;font-size:16px;font-weight:700}.page-module__7vyIdW__debugSection p{margin:5px 0;font-size:14px}.page-module__7vyIdW__actions{justify-content:center;gap:20px;margin-bottom:50px;display:flex}.page-module__7vyIdW__button{cursor:pointer;font-weight:700;font-family:var(--font-main);border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;min-width:160px;padding:12px 20px;text-decoration:none;transition:opacity .3s;display:inline-flex}.page-module__7vyIdW__primaryButton{background:var(--button-bg);color:var(--button-text)}.page-module__7vyIdW__secondaryButton{background:var(--button-bg-no-active);border:1px solid var(--card-border);color:var(--button-text-no-activ)}.page-module__7vyIdW__button:hover{opacity:.9}.page-module__7vyIdW__button:disabled{opacity:.5;cursor:not-allowed}.page-module__7vyIdW__resultsSection{background:color-mix(in srgb, var(--background-main,#121212) 85%, transparent 15%);border:1px solid var(--card-border,#ffffff24);color:var(--card-text,#fff);-webkit-backdrop-filter:blur(16px)saturate(160%);border-radius:16px;padding:28px 28px 32px;box-shadow:0 8px 32px #0000001f}.page-module__7vyIdW__resultsHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.page-module__7vyIdW__resultsTitleWrap{flex-direction:column;gap:4px;display:flex}.page-module__7vyIdW__resultsTitle{color:var(--text-dark);font-size:26px;font-weight:800;font-family:var(--font-heading);margin:0;line-height:1.2}.page-module__7vyIdW__resultsHeaderCard{flex-direction:column;align-items:stretch;gap:12px}.page-module__7vyIdW__resultCard{border:1px solid color-mix(in srgb, #f97316 35%, var(--card-border));background:color-mix(in srgb, #f97316 7%, var(--background-main));border-radius:16px;width:100%;padding:22px 26px}.page-module__7vyIdW__resultCardHead{font-family:var(--font-heading);flex-wrap:wrap;align-items:baseline;gap:0 12px;margin:0;display:flex}.page-module__7vyIdW__resultsCount{background:var(--gradient-typography-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:52px;font-weight:900;line-height:1}.page-module__7vyIdW__resultCardLabel{color:var(--text-dark);font-size:19px;font-weight:700;line-height:1.3}.page-module__7vyIdW__resultCard .page-module__7vyIdW__resultsSubtitle{margin-top:8px}.page-module__7vyIdW__resultsSubtitle{color:var(--text-muted);font-size:14px;font-family:var(--font-main);margin:0}.page-module__7vyIdW__topActions{justify-content:flex-end;margin:-8px 0 20px;display:flex}.page-module__7vyIdW__newAnalysisBtn{border:1px solid var(--card-border);color:var(--text-muted);font-family:var(--font-main);cursor:pointer;white-space:nowrap;background:0 0;border-radius:50px;flex-shrink:0;align-items:center;gap:6px;padding:9px 18px;font-size:13px;font-weight:600;transition:color .2s,border-color .2s;display:inline-flex}.page-module__7vyIdW__newAnalysisBtn:hover{color:var(--text-dark);border-color:var(--text-muted)}.page-module__7vyIdW__progressWrap{margin-bottom:20px}.page-module__7vyIdW__progressText{color:var(--text-muted);font-family:var(--font-main);justify-content:space-between;align-items:center;margin-bottom:6px;font-size:13px;display:flex}.page-module__7vyIdW__progressPct{color:var(--primary-color);font-weight:700}.page-module__7vyIdW__progressBar{background:color-mix(in srgb, var(--card-border) 50%, transparent);border-radius:50px;width:100%;height:6px;overflow:hidden}.page-module__7vyIdW__progressFill{background:var(--primary-color);border-radius:50px;height:100%;transition:width .4s}.page-module__7vyIdW__notFoundSaveBar{background:#f59e0b0d;border:1px solid #f59e0b4d;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px;padding:16px 18px;display:flex}.page-module__7vyIdW__notFoundSaveLeft{flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.page-module__7vyIdW__notFoundSaveIcon{color:#f59e0b;flex-shrink:0;margin-top:1px;font-size:20px}.page-module__7vyIdW__notFoundSaveTitle{color:#f59e0b;font-size:14px;font-weight:700;font-family:var(--font-main);margin:0 0 3px}.page-module__7vyIdW__notFoundSaveDesc{color:var(--text-muted);font-size:13px;font-family:var(--font-main);margin:0;line-height:1.45}.page-module__7vyIdW__notFoundSaveBtn{color:#f59e0b;font-family:var(--font-main);cursor:pointer;white-space:nowrap;background:#f59e0b1a;border:1px solid #f59e0b73;border-radius:50px;flex-shrink:0;align-items:center;gap:6px;min-height:44px;padding:9px 18px;font-size:13px;font-weight:700;transition:background .2s,border-color .2s;display:inline-flex}.page-module__7vyIdW__notFoundSaveBtn:hover{background:#f59e0b33;border-color:#f59e0ba6}.page-module__7vyIdW__controlsRow{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.page-module__7vyIdW__searchInput{border:1px solid var(--card-border);background:color-mix(in srgb, var(--background-main) 70%, transparent);width:100%;color:var(--text-dark);font-family:var(--font-main);border-radius:50px;outline:none;padding:11px 16px;font-size:15px;transition:border-color .2s}.page-module__7vyIdW__searchInput:focus{border-color:var(--primary-color)}.page-module__7vyIdW__filterChips{flex-wrap:wrap;gap:8px;display:flex}.page-module__7vyIdW__filterChip{border:1px solid var(--card-border);color:var(--text-muted);font-family:var(--font-main);cursor:pointer;white-space:nowrap;background:0 0;border-radius:50px;align-items:center;gap:5px;min-height:44px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.page-module__7vyIdW__filterChip:hover{border-color:var(--text-muted);color:var(--text-dark)}.page-module__7vyIdW__filterChipUnfollow{color:#ef4444;background:#ef44441a;border-color:#ef444473}.page-module__7vyIdW__filterChipKeep{color:#22c55e;background:#22c55e1a;border-color:#22c55e73}.page-module__7vyIdW__filterChipGone{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b73}.page-module__7vyIdW__resultsList{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.page-module__7vyIdW__resultItem{background:color-mix(in srgb, var(--background-main,#121212) 80%, transparent);border:1px solid var(--card-border,#ffffff1f);font-family:var(--font-main);border-radius:10px;transition:border-color .15s;overflow:hidden}.page-module__7vyIdW__resultContent{justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.page-module__7vyIdW__usernameLink{min-width:0;color:inherit;flex:1;align-items:center;gap:5px;text-decoration:none;display:flex}a.page-module__7vyIdW__usernameLink{border:1px solid var(--card-border);background:color-mix(in srgb, var(--card-border) 18%, transparent);border-radius:50px;padding:7px 12px;transition:border-color .15s,background .15s}a.page-module__7vyIdW__usernameLink:hover{border-color:color-mix(in srgb, var(--primary-color) 55%, transparent);background:color-mix(in srgb, var(--primary-color) 8%, transparent)}.page-module__7vyIdW__usernameAt{color:var(--text-muted);flex-shrink:0;font-size:13px;font-weight:600}.page-module__7vyIdW__username{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.page-module__7vyIdW__externalArrow{color:var(--primary-color);opacity:.85;flex-shrink:0;align-items:center;margin-left:auto;transition:opacity .15s;display:inline-flex}.page-module__7vyIdW__externalArrow svg{width:12px;height:12px}.page-module__7vyIdW__usernameLink:hover .page-module__7vyIdW__externalArrow{opacity:1}.page-module__7vyIdW__actionGroup{flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.page-module__7vyIdW__actionChip{border:1px solid var(--card-border);color:var(--text-muted);font-family:var(--font-main);cursor:pointer;white-space:nowrap;background:0 0;border-radius:50px;align-items:center;gap:4px;min-height:30px;padding:5px 10px;font-size:12px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.page-module__7vyIdW__chipIcon{font-size:11px;line-height:1}.page-module__7vyIdW__chipLabel{font-size:12px}.page-module__7vyIdW__actionChip:hover{background:color-mix(in srgb, var(--card-border) 60%, transparent);color:var(--text-dark);border-color:var(--text-muted)}.page-module__7vyIdW__chipUnfollowActive{color:#ef4444;background:#ef44441f;border-color:#ef444466}.page-module__7vyIdW__chipUnfollowActive:hover{color:#ef4444;background:#ef444433}.page-module__7vyIdW__chipKeepActive{color:#22c55e;background:#22c55e1f;border-color:#22c55e66}.page-module__7vyIdW__chipKeepActive:hover{color:#22c55e;background:#22c55e33}.page-module__7vyIdW__chipGoneActive{color:#f59e0b;background:#f59e0b1f;border-color:#f59e0b66}.page-module__7vyIdW__chipGoneActive:hover{color:#f59e0b;background:#f59e0b33}.page-module__7vyIdW__handledItem{opacity:.4}.page-module__7vyIdW__handledItem .page-module__7vyIdW__username{text-decoration:line-through}.page-module__7vyIdW__keptItem{border-color:#22c55e59!important}.page-module__7vyIdW__notFoundItem{opacity:.35}.page-module__7vyIdW__notFoundItem .page-module__7vyIdW__username{font-style:italic;text-decoration:line-through}.page-module__7vyIdW__emptyState{text-align:center;color:var(--text-muted);font-family:var(--font-main);grid-column:1/-1;padding:48px 20px;font-size:15px}@media (max-width:900px){.page-module__7vyIdW__resultsList{grid-template-columns:1fr}}@media (max-width:768px){.page-module__7vyIdW__container{padding:20px 15px}.page-module__7vyIdW__title{font-size:36px}.page-module__7vyIdW__description{font-size:18px}.page-module__7vyIdW__instructions{padding:24px 20px}.page-module__7vyIdW__uploadSection{grid-template-columns:1fr;gap:20px}.page-module__7vyIdW__uploadCard{padding:20px}.page-module__7vyIdW__cardTitle{font-size:20px}.page-module__7vyIdW__actions{flex-direction:column;align-items:center}.page-module__7vyIdW__resultsSection{padding:20px 16px 24px}.page-module__7vyIdW__resultsHeader{flex-direction:column;align-items:flex-start}.page-module__7vyIdW__resultsTitle{font-size:22px}.page-module__7vyIdW__newAnalysisBtn{min-height:44px}.page-module__7vyIdW__notFoundSaveBar{flex-direction:column;align-items:flex-start;gap:12px}.page-module__7vyIdW__notFoundSaveBtn{justify-content:center;width:100%}.page-module__7vyIdW__resultContent{flex-direction:column;align-items:flex-start;gap:8px;padding:12px}a.page-module__7vyIdW__usernameLink{width:100%;min-height:44px;padding:9px 14px}.page-module__7vyIdW__actionGroup{width:100%}.page-module__7vyIdW__actionChip{flex:1;justify-content:center;min-height:44px}.page-module__7vyIdW__filterChip{min-height:44px}}@media (max-width:480px){.page-module__7vyIdW__title{font-size:28px}.page-module__7vyIdW__description{font-size:16px}.page-module__7vyIdW__cardTitle{font-size:18px}.page-module__7vyIdW__cardDescription{font-size:14px}.page-module__7vyIdW__button{min-width:140px;padding:10px 16px}.page-module__7vyIdW__resultsTitle{font-size:20px}.page-module__7vyIdW__filterChips{gap:6px}.page-module__7vyIdW__filterChip{padding:6px 11px;font-size:12px}.page-module__7vyIdW__chipLabel{display:none}.page-module__7vyIdW__chipIcon{font-size:13px}.page-module__7vyIdW__actionChip{padding:6px 10px}}.light .page-module__7vyIdW__searchInput{color:var(--text-dark);border-color:var(--card-border);background:#fff}.light .page-module__7vyIdW__progressBar{background:#e5e7eb}.light .page-module__7vyIdW__resultsSection{border-color:var(--card-border);background:#fff;box-shadow:0 2px 12px #0000000f}.light .page-module__7vyIdW__resultItem{border-color:var(--card-border);background:#f8fafc}.light .page-module__7vyIdW__keptItem{border-color:#22c55e59!important}.light a.page-module__7vyIdW__usernameLink{border-color:var(--card-border);background:#fff}.light a.page-module__7vyIdW__usernameLink:hover{border-color:color-mix(in srgb, var(--primary-color) 55%, transparent);background:color-mix(in srgb, var(--primary-color) 6%, #fff)}.light .page-module__7vyIdW__actionChip{border-color:var(--card-border);color:#6b7280}.light .page-module__7vyIdW__actionChip:hover{color:#11181c;background:#f1f5f9;border-color:#9ca3af}.light .page-module__7vyIdW__notFoundSaveBar{background:#f59e0b0a;border-color:#f59e0b40}.page-module__7vyIdW__optionalCard{border-style:dashed;grid-column:1/-1}.page-module__7vyIdW__guideLink{color:#f97316;min-height:44px;font-family:var(--font-main);text-underline-offset:3px;white-space:nowrap;align-items:center;margin-top:6px;font-size:14px;font-weight:700;text-decoration:underline;display:inline-flex}.page-module__7vyIdW__guideLink:hover{opacity:.9}.page-module__7vyIdW__zipCard{border-radius:var(--card-border-radius);background:color-mix(in srgb, var(--background-main,#121212) 85%, transparent 15%);border:1px solid var(--card-border,#ffffff24);width:100%;max-width:900px;color:var(--card-text,#fff);-webkit-backdrop-filter:blur(16px)saturate(160%);text-align:center;margin:0 auto 30px;padding:40px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001f}.page-module__7vyIdW__zipStatus{color:var(--text-dark);font-size:14px;font-weight:600;font-family:var(--font-main);background:#16a34a14;border:1px solid #16a34a4d;border-radius:50px;align-items:center;gap:7px;margin:0;padding:8px 14px;display:inline-flex}.page-module__7vyIdW__optionalDetails{border:1px solid var(--card-border,#ffffff24);border-radius:var(--card-border-radius);background:color-mix(in srgb, var(--background-main,#121212) 90%, transparent 10%);width:100%;max-width:900px;margin:0 auto 30px;overflow:hidden}.page-module__7vyIdW__optionalSummary{cursor:pointer;color:var(--text-dark);font-size:15px;font-weight:600;font-family:var(--font-main);align-items:center;gap:8px;min-height:44px;padding:18px 24px;list-style:none;display:flex}.page-module__7vyIdW__optionalSummary::-webkit-details-marker{display:none}.page-module__7vyIdW__optionalSummary:before{content:"+";color:var(--primary-color);font-size:20px;font-weight:700;line-height:1}.page-module__7vyIdW__optionalDetails[open] .page-module__7vyIdW__optionalSummary:before{content:"−"}.page-module__7vyIdW__optionalSummary:hover{opacity:.85}.page-module__7vyIdW__optionalBody{text-align:center;padding:0 24px 24px}.page-module__7vyIdW__optionalBody .page-module__7vyIdW__cardDescription{text-align:left}.page-module__7vyIdW__startAnalysisWrap{border-top:1px solid var(--card-border);flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;width:100%;margin:24px auto 4px;padding-top:22px;display:flex}.page-module__7vyIdW__startAnalysisBtn{min-width:200px;padding:14px 32px;font-size:16px}@media (max-width:480px){.page-module__7vyIdW__startAnalysisWrap{flex-direction:column;align-items:stretch}.page-module__7vyIdW__startAnalysisBtn{width:100%;min-width:0}}:is(.light .page-module__7vyIdW__zipCard,.light .page-module__7vyIdW__optionalDetails,.light .page-module__7vyIdW__instructions){border-color:var(--card-border);background:#fff;box-shadow:0 2px 8px #0000000f}.light .page-module__7vyIdW__step:not(:last-child):before{background:var(--card-border)}@media (max-width:768px){.page-module__7vyIdW__zipCard{padding:24px 20px}.page-module__7vyIdW__optionalSummary{padding:16px 18px}.page-module__7vyIdW__optionalBody{padding:0 18px 20px}}@media (max-width:480px){.page-module__7vyIdW__zipCard{padding:20px 16px}.page-module__7vyIdW__optionalSummary{font-size:14px}}.page-module__7vyIdW__analysisOverlay{-webkit-backdrop-filter:blur(10px);z-index:9999;background:#000000b8;justify-content:center;align-items:center;padding:20px;animation:.25s page-module__7vyIdW__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes page-module__7vyIdW__overlayFadeIn{0%{opacity:0}to{opacity:1}}.page-module__7vyIdW__analysisCard{background:color-mix(in srgb, var(--background-main,#121212) 96%, transparent 4%);border:1px solid var(--card-border,#ffffff24);border-radius:24px;width:100%;max-width:440px;padding:40px 36px 36px;animation:.4s cubic-bezier(.34,1.56,.64,1) page-module__7vyIdW__cardPopIn;position:relative;overflow:hidden;box-shadow:0 32px 80px #00000080}@keyframes page-module__7vyIdW__cardPopIn{0%{opacity:0;transform:scale(.88)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.page-module__7vyIdW__analysisScanLine{background:linear-gradient(90deg, transparent 0%, var(--primary-color,#f97316) 50%, transparent 100%);pointer-events:none;height:2px;animation:2.2s ease-in-out infinite page-module__7vyIdW__scanLine;position:absolute;left:0;right:0}@keyframes page-module__7vyIdW__scanLine{0%{opacity:0;top:0%}8%{opacity:.9}92%{opacity:.9}to{opacity:0;top:100%}}.page-module__7vyIdW__analysisIconWrap{width:68px;height:68px;margin:0 auto 22px;position:relative}.page-module__7vyIdW__analysisRing{background:conic-gradient(var(--primary-color,#f97316) 0%, transparent 60%, var(--primary-color,#f97316) 100%);border-radius:50%;animation:1.4s linear infinite page-module__7vyIdW__spinRing;position:absolute;inset:0}@keyframes page-module__7vyIdW__spinRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__7vyIdW__analysisIcon{background:var(--background-main,#121212);border-radius:50%;justify-content:center;align-items:center;font-size:26px;display:flex;position:absolute;inset:5px}.page-module__7vyIdW__analysisTitle{color:var(--text-dark);font-size:22px;font-weight:800;font-family:var(--font-heading);text-align:center;margin:0 0 6px}.page-module__7vyIdW__analysisSubtitle{color:var(--text-muted);font-size:13px;font-family:var(--font-main);text-align:center;margin:0 0 28px;line-height:1.5}.page-module__7vyIdW__analysisSteps{flex-direction:column;gap:8px;margin-bottom:28px;display:flex}.page-module__7vyIdW__analysisStep{opacity:.25;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;transition:opacity .35s,background .35s,border-color .35s;display:flex}.page-module__7vyIdW__analysisStepActive{opacity:1}.page-module__7vyIdW__analysisStepCurrent{background:color-mix(in srgb, var(--primary-color,#f97316) 10%, transparent);border-color:color-mix(in srgb, var(--primary-color,#f97316) 35%, transparent)}.page-module__7vyIdW__analysisStepIcon{text-align:center;flex-shrink:0;width:26px;font-size:17px}.page-module__7vyIdW__analysisStepLabel{color:var(--text-dark);font-size:14px;font-weight:600;font-family:var(--font-main);flex:1}.page-module__7vyIdW__analysisStepCheck{color:#22c55e;flex-shrink:0;font-size:13px;font-weight:700}.page-module__7vyIdW__analysisStepDot{background:var(--primary-color,#f97316);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:.75s ease-in-out infinite page-module__7vyIdW__dotPulse}@keyframes page-module__7vyIdW__dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.55)}}.page-module__7vyIdW__analysisFakeBar{background:color-mix(in srgb, var(--card-border) 60%, transparent);border-radius:50px;width:100%;height:5px;overflow:hidden}.page-module__7vyIdW__analysisFakeFill{background:var(--primary-color,#f97316);border-radius:50px;height:100%;transition:width .55s}.light .page-module__7vyIdW__analysisOverlay{background:#00000073}.light .page-module__7vyIdW__analysisCard{border-color:var(--card-border);background:#fff;box-shadow:0 24px 80px #0000002e}.light .page-module__7vyIdW__analysisIcon{background:#fff}.light .page-module__7vyIdW__analysisFakeBar{background:#e5e7eb}@media (max-width:480px){.page-module__7vyIdW__analysisCard{padding:32px 22px 28px}.page-module__7vyIdW__analysisTitle{font-size:19px}.page-module__7vyIdW__analysisSubtitle{font-size:12px}.page-module__7vyIdW__analysisStepLabel{font-size:13px}}.page-module__7vyIdW__accountNote{text-align:center;border:1px solid var(--card-border);background:color-mix(in srgb, var(--card-border) 30%, transparent);max-width:100%;color:var(--text-muted);font-size:14px;font-family:var(--font-main);border-radius:50px;margin:0 auto 8px;padding:8px 16px;line-height:1.5;display:inline-block}.page-module__7vyIdW__accountNoteIcon{color:#16a34a;margin-right:7px;font-weight:800}.page-module__7vyIdW__accountNoteLink{color:#f97316;white-space:nowrap;font-weight:700;text-decoration:none}.page-module__7vyIdW__accountNoteLink:hover{text-decoration:underline}.page-module__7vyIdW__savedNote{color:var(--text-muted);font-size:14px;font-family:var(--font-main);background:#16a34a12;border:1px solid #16a34a4d;border-radius:12px;align-items:center;gap:9px;margin-bottom:20px;padding:12px 16px;line-height:1.45;display:flex}.page-module__7vyIdW__savedNoteIcon{color:#16a34a;flex-shrink:0;font-size:16px;font-weight:800}.page-module__7vyIdW__saveBar{background:#f973160f;border:1px solid #f9731652;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px;padding:16px 18px;display:flex}.page-module__7vyIdW__saveBarLeft{flex:1;align-items:flex-start;gap:12px;min-width:220px;display:flex}.page-module__7vyIdW__saveBarIcon{flex-shrink:0;margin-top:1px;font-size:20px}.page-module__7vyIdW__saveBarTitle{color:var(--text-dark);font-size:15px;font-weight:700;font-family:var(--font-main);margin:0 0 3px}.page-module__7vyIdW__saveBarDesc{color:var(--text-muted);font-size:13px;font-family:var(--font-main);margin:0;line-height:1.45}.page-module__7vyIdW__saveBarActions{flex-shrink:0;align-items:center;gap:10px;display:flex}.page-module__7vyIdW__saveBarBtn{min-width:110px;min-height:44px}.page-module__7vyIdW__saveBarBtnGhost{border:1px solid var(--card-border);min-height:44px;color:var(--text-dark);font-family:var(--font-main);white-space:nowrap;background:0 0;border-radius:50px;justify-content:center;align-items:center;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .3s;display:inline-flex}.page-module__7vyIdW__saveBarBtnGhost:hover{opacity:.9}.light .page-module__7vyIdW__accountNote{background:color-mix(in srgb, var(--card-border) 45%, transparent)}.light .page-module__7vyIdW__saveBar{background:#f9731612;border-color:#f973164d}.light .page-module__7vyIdW__saveBarBtnGhost{border-color:var(--card-border);background:#fff}@media (max-width:768px){.page-module__7vyIdW__saveBar{flex-direction:column;align-items:stretch;gap:14px}.page-module__7vyIdW__saveBarActions{width:100%}.page-module__7vyIdW__saveBarBtn,.page-module__7vyIdW__saveBarBtnGhost{flex:1}.page-module__7vyIdW__accountNote{font-size:14px}}.page-module__7vyIdW__stepper{justify-content:center;align-items:center;max-width:600px;margin:0 auto 30px;padding:0;list-style:none;display:flex}.page-module__7vyIdW__stepperItem{color:var(--text-muted);font-family:var(--font-main);align-items:center;gap:9px;font-size:14px;font-weight:600;display:flex}.page-module__7vyIdW__stepperItem:not(:last-child):after{content:"";background:var(--card-border);flex:1;min-width:18px;height:2px;margin:0 12px}.page-module__7vyIdW__stepperNum{border:2px solid var(--card-border);width:30px;height:30px;color:var(--text-muted);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:inline-flex}.page-module__7vyIdW__stepperLabel{white-space:nowrap}.page-module__7vyIdW__stepperActive{color:var(--text-dark)}.page-module__7vyIdW__stepperActive .page-module__7vyIdW__stepperNum{color:#f97316;background:#f973161a;border-color:#f97316}.page-module__7vyIdW__stepperDone{color:var(--text-dark)}.page-module__7vyIdW__stepperDone .page-module__7vyIdW__stepperNum{color:#fff;background:#16a34a;border-color:#16a34a}.page-module__7vyIdW__stepCard{border-radius:var(--card-border-radius);background:color-mix(in srgb, var(--background-main,#121212) 85%, transparent 15%);border:1px solid var(--card-border);width:100%;max-width:760px;color:var(--card-text);text-align:left;margin:0 auto 20px;padding:26px 28px}.page-module__7vyIdW__stepCardHead{align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.page-module__7vyIdW__stepCardBadge{color:#f97316;width:34px;height:34px;font-size:16px;font-weight:800;font-family:var(--font-main);background:#f973161f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module__7vyIdW__stepCardHeadText{flex:1;min-width:0}.page-module__7vyIdW__stepCardTitle{color:var(--text-dark);font-size:19px;font-weight:700;font-family:var(--font-main);margin:0}.page-module__7vyIdW__stepCardHint{color:var(--text-muted);font-size:14px;line-height:1.5;font-family:var(--font-main);margin:5px 0 0}.page-module__7vyIdW__uploadArea{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:8px 0 4px;display:flex}.page-module__7vyIdW__zipStatusCheck{color:#16a34a;font-weight:800}.page-module__7vyIdW__legend{border:1px solid var(--card-border);background:color-mix(in srgb, var(--card-border) 22%, transparent);border-radius:12px;margin-bottom:20px;padding:16px 18px}.page-module__7vyIdW__legendTitle{color:var(--text-dark);font-size:15px;font-weight:700;font-family:var(--font-main);margin:0 0 8px}.page-module__7vyIdW__legendIntro{color:var(--text-muted);font-size:14px;line-height:1.55;font-family:var(--font-main);margin:0 0 14px}.page-module__7vyIdW__legendIntro strong{color:var(--text-dark)}.page-module__7vyIdW__legendList{gap:10px;margin:0;padding:0;list-style:none;display:grid}.page-module__7vyIdW__legendItem{align-items:flex-start;gap:11px;display:flex}.page-module__7vyIdW__legendIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:800;display:inline-flex}.page-module__7vyIdW__legendIconUnfollow{color:#ef4444;background:#ef444424}.page-module__7vyIdW__legendIconKeep{color:#ec4899;background:#ec489924}.page-module__7vyIdW__legendIconGone{color:#94a3b8;background:#94a3b829}.page-module__7vyIdW__legendText{color:var(--text-muted);font-size:14px;line-height:1.5;font-family:var(--font-main)}.page-module__7vyIdW__legendText strong{color:var(--text-dark)}.page-module__7vyIdW__showLabel{color:var(--text-muted);font-size:13px;font-weight:600;font-family:var(--font-main);align-self:center;margin-right:2px}.page-module__7vyIdW__cachedBanner{border:1px solid color-mix(in srgb, #f97316 35%, var(--card-border));background:color-mix(in srgb, #f97316 8%, var(--background-main));border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:760px;margin:0 auto 18px;padding:12px 16px;display:flex}.page-module__7vyIdW__cachedBannerText{min-width:220px;color:var(--text-dark);font-size:13.5px;line-height:1.5;font-family:var(--font-main);flex:1}.light .page-module__7vyIdW__cachedBanner{background:#fff4ec}@media (max-width:480px){.page-module__7vyIdW__cachedBanner{flex-direction:column;align-items:stretch}}.page-module__7vyIdW__loadMoreWrap{flex-direction:column;align-items:center;gap:10px;margin-top:16px;display:flex}.page-module__7vyIdW__loadMoreCount{color:var(--text-muted);font-size:13px;font-family:var(--font-main)}.page-module__7vyIdW__loadMoreBtn{border:1px solid var(--card-border);min-height:44px;color:var(--text-dark);font-family:var(--font-main);cursor:pointer;background:0 0;border-radius:50px;justify-content:center;align-items:center;padding:12px 22px;font-size:14px;font-weight:700;transition:opacity .2s;display:inline-flex}.page-module__7vyIdW__loadMoreBtn:hover{opacity:.85}.light .page-module__7vyIdW__loadMoreBtn{background:#fff}.light .page-module__7vyIdW__stepCard{background:#fff;box-shadow:0 2px 10px #0000000f}.light .page-module__7vyIdW__legend{background:color-mix(in srgb, var(--card-border) 40%, transparent)}@media (max-width:768px){.page-module__7vyIdW__stepCard{padding:20px 18px}.page-module__7vyIdW__stepCardTitle{font-size:17px}}@media (max-width:560px){.page-module__7vyIdW__stepperItem{text-align:center;flex-direction:column;flex:1;gap:6px;font-size:11.5px}.page-module__7vyIdW__stepperItem:not(:last-child):after{display:none}.page-module__7vyIdW__stepperLabel{white-space:normal}.page-module__7vyIdW__legendText{font-size:13.5px}}@media (max-width:768px){.page-module__7vyIdW__container{padding:22px 8px}.page-module__7vyIdW__header{margin-bottom:30px}.page-module__7vyIdW__title{margin-bottom:14px;font-size:32px}.page-module__7vyIdW__description{margin-bottom:20px;font-size:16px}.page-module__7vyIdW__stepper{margin-bottom:24px}.page-module__7vyIdW__stepCard{margin-bottom:16px;padding:22px 18px}.page-module__7vyIdW__stepCardHead{gap:12px;margin-bottom:14px}.page-module__7vyIdW__stepCardTitle{font-size:17px}.page-module__7vyIdW__steps{gap:18px}.page-module__7vyIdW__resultsSection{padding:20px 16px 24px}.page-module__7vyIdW__resultsHeader{margin-bottom:18px}.page-module__7vyIdW__resultsTitle{font-size:21px}.page-module__7vyIdW__resultCard{padding:18px 20px}.page-module__7vyIdW__resultsCount{font-size:44px}.page-module__7vyIdW__resultCardLabel{font-size:17px}.page-module__7vyIdW__legend{padding:14px 16px}.page-module__7vyIdW__searchInput{font-size:16px}.page-module__7vyIdW__actionChip{min-height:44px}}@media (max-width:480px){.page-module__7vyIdW__container{padding:16px 0}.page-module__7vyIdW__header{margin-bottom:22px}.page-module__7vyIdW__title{font-size:26px;line-height:1.15}.page-module__7vyIdW__description{margin-bottom:18px;font-size:15px;line-height:1.5}.page-module__7vyIdW__accountNote{padding:8px 12px;font-size:13px}.page-module__7vyIdW__stepper{margin-bottom:20px}.page-module__7vyIdW__stepCard{border-radius:14px;margin-bottom:14px;padding:18px 14px}.page-module__7vyIdW__stepCardHead{gap:10px;margin-bottom:12px}.page-module__7vyIdW__stepCardBadge{width:30px;height:30px;font-size:15px}.page-module__7vyIdW__stepCardTitle{font-size:16px}.page-module__7vyIdW__stepCardHint{font-size:13.5px}.page-module__7vyIdW__steps{gap:15px}.page-module__7vyIdW__step{gap:13px}.page-module__7vyIdW__stepText>strong{font-size:15px}.page-module__7vyIdW__stepText p{font-size:14px}.page-module__7vyIdW__resultsSection{border-radius:14px;padding:16px 12px 20px}.page-module__7vyIdW__resultsHeader{gap:12px;margin-bottom:16px}.page-module__7vyIdW__resultsTitle{font-size:19px}.page-module__7vyIdW__resultCard{border-radius:14px;padding:16px}.page-module__7vyIdW__resultsCount{font-size:38px}.page-module__7vyIdW__resultCardLabel{font-size:15.5px}.page-module__7vyIdW__resultsSubtitle{font-size:13px}.page-module__7vyIdW__topActions{margin:-4px 0 14px}.page-module__7vyIdW__newAnalysisBtn{justify-content:center;width:100%;min-height:44px}.page-module__7vyIdW__legend{padding:13px 14px}.page-module__7vyIdW__legendTitle{font-size:14px}.page-module__7vyIdW__legendText{font-size:13.5px}.page-module__7vyIdW__controlsRow{gap:12px}.page-module__7vyIdW__filterChips{grid-template-columns:1fr 1fr;gap:8px;display:grid}.page-module__7vyIdW__showLabel{grid-column:1/-1;width:auto;margin:0}.page-module__7vyIdW__filterChip{justify-content:center;min-width:0;padding:8px 10px;font-size:13px}.page-module__7vyIdW__filterChip:last-child{grid-column:1/-1}.page-module__7vyIdW__resultContent{gap:10px;padding:12px}.page-module__7vyIdW__username{font-size:15px}.page-module__7vyIdW__actionGroup{gap:6px}.page-module__7vyIdW__actionChip{flex:1;justify-content:center;gap:4px;min-width:0;min-height:44px;padding:8px 6px;font-size:12px}.page-module__7vyIdW__chipLabel{font-size:12px;display:inline}.page-module__7vyIdW__chipIcon{font-size:13px}}@media (max-width:360px){.page-module__7vyIdW__actionChip{gap:3px;padding:8px 4px;font-size:11px}.page-module__7vyIdW__chipLabel{font-size:11px}}.page-module__7vyIdW__optionList{flex-direction:column;gap:6px;margin:10px 0;padding:0;list-style:none;display:flex}.page-module__7vyIdW__optionItem{border:1px solid color-mix(in srgb, #f97316 28%, var(--card-border));background:#f9731612;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;display:flex}.page-module__7vyIdW__optionName{color:var(--text-muted);font-size:13px;font-weight:600;font-family:var(--font-main);flex-shrink:0}.page-module__7vyIdW__optionValue{text-align:right;color:#f97316;font-size:13.5px;font-weight:700;font-family:var(--font-main);margin-left:auto}@media (max-width:560px){.page-module__7vyIdW__optionItem{flex-direction:column;align-items:flex-start;gap:2px}.page-module__7vyIdW__optionValue{text-align:left;margin-left:0}}.page-module__7vyIdW__stepAlt{color:var(--text-secondary)!important;font-size:13px!important}.page-module__7vyIdW__mailNote{border:1px solid color-mix(in srgb, #f97316 35%, var(--card-border));color:var(--text-muted);font-family:var(--font-main);background:#f9731614;border-radius:12px;align-items:flex-start;gap:10px;margin:22px 0 0;padding:14px 16px;font-size:14px;line-height:1.55;display:flex}.page-module__7vyIdW__mailNoteIcon{flex-shrink:0;font-size:17px;line-height:1.35}.light .page-module__7vyIdW__mailNote{background:#fff5ef}.page-module__7vyIdW__faqSection{width:100%;max-width:760px;margin:34px auto 0}.page-module__7vyIdW__faqTitle{color:var(--text-dark);font-size:20px;font-weight:700;font-family:var(--font-heading);margin:0 0 14px}.page-module__7vyIdW__faqItem{border:1px solid var(--card-border);background:var(--card-bg);border-radius:14px;margin-bottom:10px;overflow:hidden}.page-module__7vyIdW__faqQuestion{min-height:44px;color:var(--text-dark);font-size:15px;font-weight:600;font-family:var(--font-main);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:15px 18px;list-style:none;display:flex}.page-module__7vyIdW__faqQuestion::-webkit-details-marker{display:none}.page-module__7vyIdW__faqQuestion:after{content:"+";color:var(--text-muted);flex-shrink:0;font-size:18px;font-weight:400;transition:transform .2s}.page-module__7vyIdW__faqItem[open] .page-module__7vyIdW__faqQuestion:after{transform:rotate(45deg)}.page-module__7vyIdW__faqAnswer{color:var(--text-muted);font-size:14px;line-height:1.6;font-family:var(--font-main);margin:0;padding:0 18px 16px}.light .page-module__7vyIdW__faqItem{background:#fff;box-shadow:0 2px 8px #0000000d}@media (max-width:768px){.page-module__7vyIdW__faqSection{margin-top:26px}.page-module__7vyIdW__faqTitle{font-size:18px}}@media (max-width:480px){.page-module__7vyIdW__optionItem{padding:10px 12px}.page-module__7vyIdW__optionValue{font-size:13px}.page-module__7vyIdW__mailNote{padding:12px 14px;font-size:13.5px}.page-module__7vyIdW__faqQuestion{padding:13px 14px;font-size:14px}.page-module__7vyIdW__faqAnswer{padding:0 14px 14px;font-size:13.5px}}.page-module__7vyIdW__faqSteps{color:var(--text-muted);font-size:14px;line-height:1.6;font-family:var(--font-main);flex-direction:column;gap:8px;margin:0;padding:0 18px 16px 36px;display:flex}.page-module__7vyIdW__faqSteps li::marker{color:#f97316;font-weight:700}@media (max-width:480px){.page-module__7vyIdW__faqSteps{padding:0 14px 14px 30px;font-size:13.5px}}.page-module__7vyIdW__errorHelpLink{color:#ef4444;text-underline-offset:3px;justify-content:center;align-items:center;width:100%;min-height:44px;margin-top:10px;font-size:14px;font-weight:700;text-decoration:underline;display:inline-flex}.page-module__7vyIdW__errorHelpLink:hover{opacity:.9}.page-module__7vyIdW__faqFoot{color:var(--text-muted);font-size:14px;line-height:1.6;font-family:var(--font-main);text-align:center;margin:16px 0 0}.page-module__7vyIdW__faqFootLink{color:#f97316;text-underline-offset:3px;font-weight:700;text-decoration:underline}.page-module__7vyIdW__faqFootLink:hover{opacity:.9}.light .page-module__7vyIdW__errorHelpLink{color:#dc2626}.light .page-module__7vyIdW__resultCard{background:#fff5ef;box-shadow:0 2px 10px #0000000d}.page-module__7vyIdW__container,.page-module__7vyIdW__stepCard,.page-module__7vyIdW__resultsSection,.page-module__7vyIdW__resultCard,.page-module__7vyIdW__legend,.page-module__7vyIdW__cachedBanner,.page-module__7vyIdW__mailNote,.page-module__7vyIdW__errorMessage{min-width:0;overflow-x:clip}.page-module__7vyIdW__dropTitleNarrow{display:none}@media (max-width:768px){.page-module__7vyIdW__dropzone{border-radius:16px;padding:26px 16px 22px}.page-module__7vyIdW__dropzoneIcon{width:48px;height:48px}.page-module__7vyIdW__dropzoneTitle{font-size:16px}.page-module__7vyIdW__dropzoneCta{width:100%;min-width:0}.page-module__7vyIdW__dropzone:hover{border-color:color-mix(in srgb, var(--card-border) 85%, var(--text-muted));background:color-mix(in srgb, var(--card-border) 20%, transparent)}.page-module__7vyIdW__dropzone:hover .page-module__7vyIdW__dropzoneCta{opacity:1}}@media (max-width:480px){.page-module__7vyIdW__dropTitleWide{display:none}.page-module__7vyIdW__dropTitleNarrow{display:inline}.page-module__7vyIdW__dropzoneSub{font-size:14px}}.light .page-module__7vyIdW__dropzone{border-color:color-mix(in srgb, var(--card-border) 90%, var(--text-muted));background:#fff}.light .page-module__7vyIdW__dropzone:hover{background:color-mix(in srgb, var(--primary-color) 6%, #fff)}.light .page-module__7vyIdW__dropzoneActive{background:color-mix(in srgb, var(--primary-color) 6%, #fff)}@media (max-width:768px){.light .page-module__7vyIdW__dropzone:hover{border-color:color-mix(in srgb, var(--card-border) 90%, var(--text-muted));background:#fff}}
.ProUpsell-module__LELUcG__card{border:1px solid color-mix(in srgb, #f97316 35%, var(--card-border));background:linear-gradient(160deg, #f9731612, transparent 55%), var(--card-bg);border-radius:16px;flex-direction:column;gap:16px;padding:22px;display:flex}.ProUpsell-module__LELUcG__head{flex-direction:column;gap:6px;display:flex}.ProUpsell-module__LELUcG__badge{letter-spacing:.08em;text-transform:uppercase;color:#f97316;background:#f973161f;border:1px solid #f9731673;border-radius:999px;align-self:flex-start;align-items:center;gap:5px;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.ProUpsell-module__LELUcG__title{color:var(--card-text);margin:4px 0 0;font-size:1.05rem;font-weight:700}.ProUpsell-module__LELUcG__sub{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.55}.ProUpsell-module__LELUcG__features{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.ProUpsell-module__LELUcG__feature{align-items:flex-start;gap:10px;display:flex}.ProUpsell-module__LELUcG__featureIcon{color:#22c55e;background:#22c55e24;border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;display:inline-flex}.ProUpsell-module__LELUcG__featureText{color:var(--text-muted);font-size:.88rem;line-height:1.5}.ProUpsell-module__LELUcG__featureText strong{color:var(--card-text);font-weight:600}.ProUpsell-module__LELUcG__actionRow{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.ProUpsell-module__LELUcG__upgradeBtn{background:var(--button-bg);min-height:44px;color:var(--button-text);cursor:pointer;border:none;border-radius:10px;padding:12px 20px;font-size:.92rem;font-weight:600;transition:opacity .15s}.ProUpsell-module__LELUcG__upgradeBtn:hover:not(:disabled){opacity:.9}.ProUpsell-module__LELUcG__upgradeBtn:disabled{opacity:.6;cursor:default}.ProUpsell-module__LELUcG__hint{color:var(--text-secondary);max-width:340px;font-size:.78rem;line-height:1.5}@media (max-width:768px){.ProUpsell-module__LELUcG__card{padding:18px 16px}.ProUpsell-module__LELUcG__actionRow{flex-direction:column;align-items:stretch}.ProUpsell-module__LELUcG__upgradeBtn{width:100%;font-size:1rem}.ProUpsell-module__LELUcG__hint{text-align:center;max-width:none}}@media (max-width:480px){.ProUpsell-module__LELUcG__title{font-size:1rem}.ProUpsell-module__LELUcG__sub,.ProUpsell-module__LELUcG__featureText{font-size:.86rem}}.light .ProUpsell-module__LELUcG__card{border-color:color-mix(in srgb, #f97316 30%, var(--card-border));background:linear-gradient(160deg,#f973160f,#0000 55%),#fff;box-shadow:0 2px 8px #0000000f}.light .ProUpsell-module__LELUcG__badge{color:#c2570c;background:#f973161a;border-color:#f9731666}.light .ProUpsell-module__LELUcG__featureIcon{color:#15803d;background:#22c55e26}
.Profile-module__HkL2VW__hero{border-bottom:1px solid color-mix(in srgb, var(--card-border) 85%, transparent);margin-bottom:clamp(16px,2vw,22px);padding-bottom:clamp(14px,2vw,20px)}.Profile-module__HkL2VW__heroTop{margin-bottom:1rem}.Profile-module__HkL2VW__heroChip{letter-spacing:.12em;text-transform:uppercase;color:var(--text-dark);background:linear-gradient(135deg, color-mix(in srgb, var(--primary-color) 10%, transparent 90%), color-mix(in srgb, var(--background-main) 25%, transparent 75%));-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid color-mix(in srgb, var(--primary-color) 25%, var(--card-border) 75%);border-radius:50px;padding:5px 16px;font-size:.78rem;font-weight:600;display:inline-block;box-shadow:inset 0 1px #ffffff1f,0 2px 8px #ee681a14}.Profile-module__HkL2VW__heroTitleRow{align-items:center;gap:.6rem;margin-bottom:.35rem;display:flex}.Profile-module__HkL2VW__heroIcon{background:color-mix(in srgb, var(--primary-color) 14%, transparent);border:1px solid color-mix(in srgb, var(--primary-color) 28%, transparent);width:32px;height:32px;color:color-mix(in srgb, var(--primary-color) 92%, #fff 8%);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Profile-module__HkL2VW__heroTitle{letter-spacing:-.02em;background:var(--gradient-typography-secondery);-webkit-text-fill-color:transparent;font-size:clamp(1.15rem,2.5vw,1.4rem);font-weight:800;line-height:1.2;font-family:var(--font-heading,inherit);-webkit-background-clip:text;background-clip:text;margin:0}.Profile-module__HkL2VW__heroLead{color:var(--text-muted,#a3a3a3);margin:0;font-size:.85rem;line-height:1.5}.Profile-module__HkL2VW__pageLoading{color:var(--text-muted);margin:0;padding:clamp(24px,4vw,40px) 0}.Profile-module__HkL2VW__container{flex:1;gap:30px;padding:48px 20px;display:flex}.Profile-module__HkL2VW__sidebar{border-radius:var(--card-border-radius);background:color-mix(in srgb, var(--background-main,#121212) 80%, transparent 15%);border:1px solid var(--card-border,#ffffff24);width:200px;min-height:600px;color:var(--card-text,#fff);-webkit-backdrop-filter:blur(16px)saturate(160%);opacity:.98;flex-direction:column;align-items:center;padding:20px;display:flex;box-shadow:0 2px 12px #00000014}.Profile-module__HkL2VW__avatar{object-fit:cover;border:2px solid var(--primary-color,#ee681a);background:#222;border-radius:50%;width:80px;height:80px;margin-bottom:16px}.Profile-module__HkL2VW__menu{width:100%;margin:30px 0 0;padding:0;list-style:none}.Profile-module__HkL2VW__menuItem{cursor:pointer;color:var(--text-dark,#fff);border-radius:6px;margin:15px 0;padding:8px 12px;font-weight:500;text-decoration:none}.Profile-module__HkL2VW__menuItem:hover{opacity:.9;background:#ffffff0a}.Profile-module__HkL2VW__active{background:var(--gradient-typography-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.Profile-module__HkL2VW__avatarButton{background:var(--primary-color,#ee681a);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-bottom:24px;padding:6px 12px;font-weight:700}.Profile-module__HkL2VW__main{border-radius:var(--card-border-radius);background:color-mix(in srgb, var(--background-main,#121212) 80%, transparent 15%);border:1px solid var(--card-border,#ffffff24);min-height:600px;color:var(--card-text,#fff);-webkit-backdrop-filter:blur(16px)saturate(160%);opacity:.98;flex:1;padding:30px;box-shadow:0 2px 12px #00000014}.Profile-module__HkL2VW__form{flex-direction:column;gap:12px;max-width:400px;display:flex}.Profile-module__HkL2VW__input{border:1px solid var(--card-border);background:var(--form-control-bg);color:var(--text-dark);border-radius:6px;outline:none;margin-bottom:8px;padding:10px;font-size:16px}.Profile-module__HkL2VW__input:focus{background:var(--form-control-bg-focus)}.Profile-module__HkL2VW__button{background:var(--primary-color,#ee681a);color:var(--text-dark);cursor:pointer;border:none;border-radius:6px;margin-top:12px;padding:10px 0;font-weight:700}.Profile-module__HkL2VW__deleteButton{background:#c00;margin-top:24px}.Profile-module__HkL2VW__message{color:var(--primary-color,#ee681a);margin-top:8px}.Profile-module__HkL2VW__likedList{padding:0;list-style:none}.Profile-module__HkL2VW__likedItem{background:#232323;border-radius:6px;margin-bottom:12px;padding:12px 16px}.Profile-module__HkL2VW__likedLink{color:var(--primary-color,#ee681a);font-size:18px;font-weight:500;text-decoration:none}.Profile-module__HkL2VW__profileContent{flex:1;padding:8px 6px}.Profile-module__HkL2VW__contentHeader{border-bottom:1px solid var(--card-border);margin-bottom:22px;padding-bottom:14px}.Profile-module__HkL2VW__contentHeader h1{background:var(--gradient-typography-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:1.65rem}.Profile-module__HkL2VW__contentHeader p{color:var(--text-muted);font-size:1rem}.Profile-module__HkL2VW__emptyState{text-align:center;color:var(--text-muted);border:1px solid var(--card-border);background:color-mix(in srgb, var(--background-main) 80%, transparent 15%);-webkit-backdrop-filter:blur(16px)saturate(160%);border-radius:24px;padding:48px 20px;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000014}.Profile-module__HkL2VW__emptyState:after{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(145deg,#ffffff05 0%,#ffffff03 35%,#fff0 65%);position:absolute;inset:0}.Profile-module__HkL2VW__contentList{flex-direction:column;gap:14px;display:flex}.Profile-module__HkL2VW__commentItem{border:1px solid var(--card-border);background:color-mix(in srgb, var(--background-main) 80%, transparent 15%);-webkit-backdrop-filter:blur(16px)saturate(160%);border-radius:24px;padding:18px;transition:transform .2s;position:relative;box-shadow:0 2px 12px #00000014}.Profile-module__HkL2VW__commentItem:after{content:"";pointer-events:none;border-radius:inherit;z-index:0;background:linear-gradient(145deg,#ffffff05 0%,#ffffff03 35%,#fff0 65%);position:absolute;inset:0}.Profile-module__HkL2VW__commentItem>*{z-index:1;position:relative}.Profile-module__HkL2VW__commentItem:hover{transform:translateY(-2px)}.Profile-module__HkL2VW__commentHeader{justify-content:space-between;align-items:flex-start;margin-bottom:15px;display:flex}.Profile-module__HkL2VW__postInfo h3{color:var(--text-main);margin-bottom:5px;font-size:1rem}.Profile-module__HkL2VW__commentDate{color:var(--text-muted);font-size:.8rem}.Profile-module__HkL2VW__commentContent{margin-bottom:15px}.Profile-module__HkL2VW__commentContent p{color:var(--text-muted);line-height:1.6}.Profile-module__HkL2VW__commentFooter{justify-content:space-between;align-items:center;display:flex}.Profile-module__HkL2VW__deleteButton{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:50px;padding:8px 16px;font-weight:600;transition:opacity .2s,transform .15s}.Profile-module__HkL2VW__deleteButton:hover{opacity:.92;transform:translateY(-1px)}.Profile-module__HkL2VW__viewPostLink{color:var(--primary-color);font-weight:600;text-decoration:none}.Profile-module__HkL2VW__viewPostLink:hover{opacity:.9}.Profile-module__HkL2VW__likeItem,.Profile-module__HkL2VW__favoriteItem{background:color-mix(in srgb, var(--background-main) 80%, transparent 15%);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px)saturate(160%);border-radius:24px;padding:18px;transition:transform .2s;position:relative;box-shadow:0 2px 12px #00000014}.Profile-module__HkL2VW__likeItem:after,.Profile-module__HkL2VW__favoriteItem:after{content:"";pointer-events:none;border-radius:inherit;z-index:0;background:linear-gradient(145deg,#ffffff05 0%,#ffffff03 35%,#fff0 65%);position:absolute;inset:0}.Profile-module__HkL2VW__likeItem>*,.Profile-module__HkL2VW__favoriteItem>*{z-index:1;position:relative}.Profile-module__HkL2VW__likeItem:hover,.Profile-module__HkL2VW__favoriteItem:hover{transform:translateY(-2px)}.Profile-module__HkL2VW__likeHeader,.Profile-module__HkL2VW__favoriteHeader{justify-content:space-between;align-items:flex-start;margin-bottom:15px;display:flex}.Profile-module__HkL2VW__likeDate,.Profile-module__HkL2VW__favoriteDate{color:var(--text-muted);font-size:.8rem}.Profile-module__HkL2VW__likeContent,.Profile-module__HkL2VW__favoriteContent{margin-bottom:15px}.Profile-module__HkL2VW__likeContent p,.Profile-module__HkL2VW__favoriteContent p{color:var(--text-muted);line-height:1.6}.Profile-module__HkL2VW__likeFooter,.Profile-module__HkL2VW__favoriteFooter{justify-content:space-between;align-items:center;display:flex}.Profile-module__HkL2VW__postType{background:color-mix(in srgb, var(--primary-color) 12%, transparent);color:var(--primary-color);border:1px solid color-mix(in srgb, var(--primary-color) 35%, transparent);border-radius:999px;padding:4px 12px;font-size:.8rem;font-weight:600}.Profile-module__HkL2VW__unlikeButton,.Profile-module__HkL2VW__removeButton{background:color-mix(in srgb, var(--background-main) 90%, transparent);color:var(--text-muted);border:1px solid var(--card-border);cursor:pointer;border-radius:50px;padding:8px 16px;font-weight:600;transition:opacity .2s,transform .15s}.Profile-module__HkL2VW__unlikeButton:hover,.Profile-module__HkL2VW__removeButton:hover{opacity:.92;transform:translateY(-1px)}.Profile-module__HkL2VW__filterBar{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.Profile-module__HkL2VW__filterBtn{background:color-mix(in srgb, var(--background-main) 90%, transparent);color:var(--text-muted);border:1px solid var(--card-border);cursor:pointer;border-radius:999px;padding:6px 18px;font-size:.82rem;font-weight:600;transition:color .15s,border-color .15s,background .15s}.Profile-module__HkL2VW__filterBtn:hover{color:var(--text-main);border-color:color-mix(in srgb, var(--primary-color) 50%, transparent)}.Profile-module__HkL2VW__filterBtnActive{background:color-mix(in srgb, var(--primary-color) 12%, transparent);color:var(--primary-color);border-color:color-mix(in srgb, var(--primary-color) 35%, transparent)}.Profile-module__HkL2VW__settingsForm{box-sizing:border-box;border:1px solid var(--card-border);background:color-mix(in srgb, var(--background-main) 82%, transparent 12%);-webkit-backdrop-filter:blur(16px)saturate(160%);border-radius:20px;width:100%;max-width:none;padding:clamp(20px,2.8vw,32px);position:relative;box-shadow:0 2px 12px #00000014}.Profile-module__HkL2VW__settingsForm:after{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(145deg,#ffffff05 0%,#ffffff03 35%,#fff0 65%);position:absolute;inset:0}.Profile-module__HkL2VW__settingsForm form,.Profile-module__HkL2VW__settingsFormBody{z-index:1;flex-direction:column;gap:0;width:100%;display:flex;position:relative}.Profile-module__HkL2VW__settingsBlock{width:100%;margin-bottom:clamp(22px,2.5vw,28px)}.Profile-module__HkL2VW__settingsBlock:last-of-type{margin-bottom:0}.Profile-module__HkL2VW__settingsBlockKicker{letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary,#71717a);margin:0 0 12px;font-size:11px;font-weight:700}.Profile-module__HkL2VW__settingsDivider{background:color-mix(in srgb, var(--card-border) 75%, transparent);border:none;height:1px;margin:clamp(8px,1.2vw,14px) 0 clamp(22px,2.5vw,28px)}.Profile-module__HkL2VW__settingsRow2{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,2vw,22px);width:100%;margin-bottom:clamp(22px,2.5vw,28px);display:grid}.Profile-module__HkL2VW__settingsRow2 .Profile-module__HkL2VW__formGroup{margin-bottom:0}.Profile-module__HkL2VW__settingsForm .Profile-module__HkL2VW__avatarSection{flex-wrap:wrap;gap:clamp(18px,2.5vw,28px);width:100%;max-width:none}.Profile-module__HkL2VW__settingsFooter{border-top:1px solid color-mix(in srgb, var(--card-border) 70%, transparent);flex-direction:column;align-items:stretch;gap:14px;width:100%;margin-top:clamp(8px,1.5vw,14px);padding-top:clamp(18px,2vw,24px);display:flex}.Profile-module__HkL2VW__settingsSaveRow{flex-wrap:wrap;justify-content:flex-end;gap:12px;width:100%;display:flex}.Profile-module__HkL2VW__formGroup{margin-bottom:25px}.Profile-module__HkL2VW__settingsForm .Profile-module__HkL2VW__formGroup{margin-bottom:clamp(16px,2vw,22px)}.Profile-module__HkL2VW__settingsBlock .Profile-module__HkL2VW__formGroup{margin-bottom:0}.Profile-module__HkL2VW__settingsBlock .Profile-module__HkL2VW__formGroup+.Profile-module__HkL2VW__formGroup{margin-top:clamp(16px,2vw,20px)}.Profile-module__HkL2VW__settingsForm .Profile-module__HkL2VW__settingsRow2{margin-bottom:clamp(20px,2.2vw,26px)}.Profile-module__HkL2VW__settingsForm .Profile-module__HkL2VW__settingsFooter{margin-bottom:0}@media (max-width:640px){.Profile-module__HkL2VW__settingsRow2{grid-template-columns:1fr}}.Profile-module__HkL2VW__formGroup label{color:var(--text-main);margin-bottom:8px;font-weight:600;display:block}.Profile-module__HkL2VW__formInput,.Profile-module__HkL2VW__formTextarea{border:1px solid var(--card-border);background:var(--form-control-bg);width:100%;color:var(--text-dark);border-radius:12px;padding:12px;font-size:1rem}.Profile-module__HkL2VW__formInput:focus,.Profile-module__HkL2VW__formTextarea:focus{border-color:var(--primary-color,#ee681a);background:var(--form-control-bg-focus);outline:none}.Profile-module__HkL2VW__formTextarea{resize:vertical;min-height:100px}.Profile-module__HkL2VW__saveButton{background:var(--button-bg);color:var(--button-text);cursor:pointer;box-shadow:var(--button-shadow);border:none;border-radius:50px;padding:12px 24px;font-size:1rem;font-weight:600;transition:opacity .2s,transform .15s}.Profile-module__HkL2VW__saveButton:hover{opacity:.9;transform:translateY(-1px)}.Profile-module__HkL2VW__saveButton:disabled{cursor:not-allowed;background:#666}.Profile-module__HkL2VW__error{color:#f44;background:#ff44441a;border:1px solid #ff44444d;border-radius:12px;margin-bottom:20px;padding:12px}.Profile-module__HkL2VW__success{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:12px;margin-bottom:20px;padding:12px}.Profile-module__HkL2VW__readOnlyField{border:1px solid var(--card-border);background:var(--form-control-bg);width:100%;color:var(--text-dark);cursor:not-allowed;opacity:.92;border-radius:12px;padding:12px;font-size:1rem}.Profile-module__HkL2VW__fieldNote{color:var(--text-dark);margin-top:4px;font-size:.85rem;display:block}.Profile-module__HkL2VW__avatarSection{align-items:flex-start;gap:20px;margin-bottom:10px;display:flex}.Profile-module__HkL2VW__avatarPreview{aspect-ratio:1;border:1px solid color-mix(in srgb, var(--card-border) 80%, transparent);background:color-mix(in srgb, var(--background-main) 80%, #000 20%);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.Profile-module__HkL2VW__avatarOverlay{color:#fff;opacity:0;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:.8rem;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.Profile-module__HkL2VW__avatarPreview:hover .Profile-module__HkL2VW__avatarOverlay{opacity:1;background:#0000007a}.Profile-module__HkL2VW__avatarEmpty{width:100%;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 16px;font-size:.8125rem;transition:color .2s;display:flex}.Profile-module__HkL2VW__avatarPreview:hover .Profile-module__HkL2VW__avatarEmpty{color:var(--text-muted)}.Profile-module__HkL2VW__avatarControls{flex-direction:column;flex:1;align-items:flex-start;gap:8px;display:flex}.Profile-module__HkL2VW__uploadButton{background:var(--button-bg);cursor:pointer;box-shadow:var(--button-shadow);border:none;border-radius:50px;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .15s;display:inline-flex;color:var(--button-text)!important}.Profile-module__HkL2VW__uploadButton:hover{opacity:.9;transform:translateY(-1px)}.Profile-module__HkL2VW__avatarControls .Profile-module__HkL2VW__removeButton{background:color-mix(in srgb, var(--background-main) 90%, transparent);color:var(--button-text);border:1px solid var(--card-border);cursor:pointer;border-radius:50px;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;font-weight:600;display:inline-flex}.Profile-module__HkL2VW__avatarControls .Profile-module__HkL2VW__removeButton:hover{opacity:.9}.Profile-module__HkL2VW__avatarControls .Profile-module__HkL2VW__deleteButton{color:var(--button-text);cursor:pointer;background:#ef44441a;border:1px solid #ef444459;border-radius:50px;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;font-weight:600;display:inline-flex}.Profile-module__HkL2VW__avatarControls .Profile-module__HkL2VW__deleteButton:hover:not(:disabled){opacity:.9}.Profile-module__HkL2VW__avatarControls .Profile-module__HkL2VW__deleteButton:disabled{cursor:not-allowed;background:#6b7280}.Profile-module__HkL2VW__fileInfo{color:var(--text-muted);border:1px solid var(--card-border);background:#ffffff0d;border-radius:10px;margin:0;padding:8px 12px;font-size:.85rem}.Profile-module__HkL2VW__itemCard{background:color-mix(in srgb, var(--background-main) 80%, transparent 15%);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px)saturate(160%);opacity:.98;border-radius:20px;align-items:flex-start;gap:14px;padding:18px 20px;transition:opacity .2s;display:flex;position:relative;box-shadow:0 2px 12px #00000014}.Profile-module__HkL2VW__itemCard:after{content:"";pointer-events:none;border-radius:inherit;z-index:0;background:linear-gradient(145deg,#ffffff05 0%,#fff0 65%);position:absolute;inset:0}.Profile-module__HkL2VW__itemCard>*{z-index:1;position:relative}.Profile-module__HkL2VW__itemCard:hover{opacity:1}.Profile-module__HkL2VW__itemIcon{border:1px solid;border-radius:12px;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;width:42px;height:42px;display:flex}.Profile-module__HkL2VW__itemIconBlog{background:color-mix(in srgb, var(--primary-color) 12%, transparent);color:var(--primary-color);border-color:color-mix(in srgb, var(--primary-color) 35%, transparent)}.Profile-module__HkL2VW__itemIconPortfolio{color:#a855f7;background:#a855f71f;border-color:#a855f759}.Profile-module__HkL2VW__itemInfo{flex:1;min-width:0}.Profile-module__HkL2VW__itemTitleRow{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.Profile-module__HkL2VW__itemTitle{color:var(--text-primary,#fafafa);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:14px;font-weight:600;overflow:hidden}.Profile-module__HkL2VW__itemTypePill{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);border:1px solid color-mix(in srgb, var(--card-border) 80%, transparent);background:color-mix(in srgb, var(--background-main) 60%, transparent);border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.Profile-module__HkL2VW__itemPillsRow{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;display:flex}.Profile-module__HkL2VW__itemTimeChip{background:color-mix(in srgb, var(--background-main) 90%, transparent 10%);border:1px solid var(--card-border);color:var(--text-muted);opacity:.85;border-radius:10px;align-items:center;gap:5px;padding:3px 9px;font-size:11px;font-weight:500;display:inline-flex}.Profile-module__HkL2VW__itemBadgeApproved,.Profile-module__HkL2VW__itemBadgePending{letter-spacing:.04em;text-transform:uppercase;border:1px solid;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.Profile-module__HkL2VW__itemBadgeApproved{color:#22c55e;background:#22c55e1f;border-color:#22c55e59}.Profile-module__HkL2VW__itemBadgePending{color:#f59e0b;background:#f59e0b1f;border-color:#f59e0b59}.Profile-module__HkL2VW__itemBody{border-left:2px solid var(--card-border);background:color-mix(in srgb, var(--background-main) 60%, transparent);color:var(--text-primary,#e4e4e7);word-break:break-word;border-radius:10px;align-items:flex-start;margin:0;padding:8px 12px;font-size:13px;line-height:1.55;display:flex}.Profile-module__HkL2VW__itemActions{flex-direction:column;flex-shrink:0;align-self:center;gap:10px;display:flex}.Profile-module__HkL2VW__itemViewBtn{border-radius:var(--button-radius);background:var(--button-bg);color:var(--button-text);box-shadow:var(--button-shadow);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:5px;padding:7px 14px;font-family:inherit;font-size:12px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.Profile-module__HkL2VW__itemViewBtn:hover{opacity:.9}.Profile-module__HkL2VW__itemViewDisabled{border-radius:var(--button-radius);color:var(--text-muted);border:1px solid var(--card-border);opacity:.45;cursor:default;white-space:nowrap;background:0 0;justify-content:center;align-items:center;padding:7px 14px;font-size:12px;font-weight:600;display:inline-flex}.Profile-module__HkL2VW__itemRemoveBtn{border-radius:var(--button-radius);border:1px solid var(--card-border);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;justify-content:center;align-items:center;gap:5px;padding:7px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:opacity .2s;display:inline-flex}.Profile-module__HkL2VW__itemRemoveBtn:hover{opacity:.9}@media (max-width:640px){.Profile-module__HkL2VW__itemCard{flex-wrap:wrap;gap:12px}.Profile-module__HkL2VW__itemActions{flex-direction:row;align-self:auto;width:100%}.Profile-module__HkL2VW__itemViewBtn,.Profile-module__HkL2VW__itemViewDisabled,.Profile-module__HkL2VW__itemRemoveBtn{flex:1}}.Profile-module__HkL2VW__settingsGrid{grid-template-columns:1fr 360px;align-items:start;gap:20px;margin-top:clamp(4px,1vw,8px);display:grid}.Profile-module__HkL2VW__settingsMain{flex-direction:column;gap:14px;min-width:0;display:flex}.Profile-module__HkL2VW__settingsSidebar{flex-direction:column;gap:12px;display:flex;position:sticky;top:80px}.Profile-module__HkL2VW__card{border:1px solid color-mix(in srgb, var(--card-border) 85%, transparent);background:color-mix(in srgb, var(--background-main) 94%, #171717 26%);border-radius:16px;position:relative}.Profile-module__HkL2VW__card:after{content:"";pointer-events:none;border-radius:inherit;z-index:0;background:linear-gradient(145deg,#ffffff05 0%,#ffffff03 35%,#fff0 65%);position:absolute;inset:0}.Profile-module__HkL2VW__cardHead{border-bottom:1px solid color-mix(in srgb, var(--card-border) 70%, transparent);z-index:1;border-radius:15px 15px 0 0;align-items:center;gap:9px;padding:11px 16px;display:flex;position:relative}.Profile-module__HkL2VW__cardIcon{width:26px;height:26px;color:var(--primary-color);background:color-mix(in srgb, var(--primary-color) 12%, transparent);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Profile-module__HkL2VW__cardTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin:0;font-size:10px;font-weight:700}.Profile-module__HkL2VW__cardBody{z-index:1;flex-direction:column;gap:14px;padding:clamp(14px,1.8vw,18px);display:flex;position:relative}.Profile-module__HkL2VW__cardBody [class*=formField]{margin-block:0}.Profile-module__HkL2VW__fieldRow2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.Profile-module__HkL2VW__fieldRow2 [class*=formField]{margin-block:0}.Profile-module__HkL2VW__avatarRow{flex-wrap:wrap;align-items:flex-start;gap:18px;display:flex}.Profile-module__HkL2VW__uploadBtn{border:1px dashed color-mix(in srgb, var(--card-border) 90%, var(--primary-color) 10%);background:color-mix(in srgb, var(--primary-color) 4%, transparent);color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:9px 16px;font-family:inherit;font-size:.8125rem;font-weight:500;transition:color .18s,border-color .18s,background .18s;display:inline-flex}.Profile-module__HkL2VW__uploadBtn:hover{border-color:color-mix(in srgb, var(--primary-color) 45%, transparent);color:var(--primary-color);background:color-mix(in srgb, var(--primary-color) 8%, transparent)}.Profile-module__HkL2VW__avatarBtn{border:1px solid color-mix(in srgb, var(--card-border) 90%, transparent);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:7px 13px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:color .15s,border-color .15s;display:inline-flex}.Profile-module__HkL2VW__avatarBtn:hover{border-color:var(--text-muted);color:var(--text-dark)}.Profile-module__HkL2VW__btnDanger{color:#fca5a5;cursor:pointer;background:#ef44441a;border:1px solid #ef444466;border-radius:999px;align-items:center;gap:7px;padding:8px 14px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .18s;display:inline-flex}.Profile-module__HkL2VW__btnDanger:hover:not(:disabled){background:#ef44442e}.Profile-module__HkL2VW__btnDanger:disabled{opacity:.5;cursor:not-allowed}.Profile-module__HkL2VW__dangerZone{border-top:1px solid color-mix(in srgb, var(--card-border) 70%, transparent);padding:clamp(18px,2.4vw,24px) clamp(18px,2.4vw,28px)}.Profile-module__HkL2VW__dangerZoneLabel{letter-spacing:.1em;text-transform:uppercase;color:#f87171;margin:0 0 12px;font-size:10px;font-weight:700}.Profile-module__HkL2VW__dangerCard{border:1px solid color-mix(in srgb, #ef4444 30%, var(--card-border));background:color-mix(in srgb, #ef4444 6%, var(--background-main));border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.Profile-module__HkL2VW__dangerInfo{flex:280px;min-width:0}.Profile-module__HkL2VW__dangerTitle{color:var(--text-dark);margin:0 0 4px;font-size:.9375rem;font-weight:700}.Profile-module__HkL2VW__dangerDesc{color:var(--text-muted);margin:0;font-size:.8125rem;line-height:1.5}@media (max-width:640px){.Profile-module__HkL2VW__dangerCard{flex-direction:column;align-items:stretch}.Profile-module__HkL2VW__dangerCard .Profile-module__HkL2VW__btnDanger{justify-content:center;width:100%;padding:12px 16px}}@media (max-width:480px){.Profile-module__HkL2VW__dangerCard{flex-direction:row;align-items:center;gap:12px;padding:12px 14px}.Profile-module__HkL2VW__dangerDesc{font-size:.75rem;line-height:1.4}.Profile-module__HkL2VW__dangerCard .Profile-module__HkL2VW__btnDanger{flex-shrink:0;width:auto;padding:8px 12px;font-size:.75rem}}.light .Profile-module__HkL2VW__dangerZoneLabel{color:#dc2626}.light .Profile-module__HkL2VW__dangerCard{border-color:color-mix(in srgb, #ef4444 22%, var(--card-border));background:#fef8f8}.Profile-module__HkL2VW__saveFooter{flex-direction:column;align-items:flex-end;gap:12px;display:flex}@media (max-width:860px){.Profile-module__HkL2VW__settingsGrid{grid-template-columns:1fr}.Profile-module__HkL2VW__settingsSidebar{position:static}}@media (max-width:640px){.Profile-module__HkL2VW__fieldRow2{grid-template-columns:1fr}.Profile-module__HkL2VW__uploadBtn,.Profile-module__HkL2VW__avatarBtn{justify-content:center;width:100%}.Profile-module__HkL2VW__saveFooter{align-items:stretch}}.light .Profile-module__HkL2VW__avatar{background:#e5e7eb}.light .Profile-module__HkL2VW__menuItem:hover{background:#0000000d}.light .Profile-module__HkL2VW__likedItem{background:var(--card-bg);color:var(--card-text);border:1px solid var(--card-border)}.light .Profile-module__HkL2VW__avatarPlaceholder{background:#f1f5f9}.light .Profile-module__HkL2VW__fileInfo{background:#f1f5f9}.light .Profile-module__HkL2VW__saveButton:disabled{background:#9ca3af}.light .Profile-module__HkL2VW__error{color:#dc2626;background:#ef44441a;border-color:#ef44444d}.light .Profile-module__HkL2VW__success{color:#16a34a;background:#22c55e1a;border-color:#22c55e4d}.light .Profile-module__HkL2VW__card{border-color:var(--card-border);background:#fff;box-shadow:0 1px 3px #0000000d,0 4px 14px #0000000a}.light .Profile-module__HkL2VW__card:after{background:0 0}.light .Profile-module__HkL2VW__cardHead{border-bottom-color:var(--card-border)}.light .Profile-module__HkL2VW__uploadBtn{border-color:var(--card-border);color:var(--text-muted);background:#f8fafc}.light .Profile-module__HkL2VW__uploadBtn:hover{border-color:var(--primary-color);color:var(--primary-color);background:color-mix(in srgb, var(--primary-color) 6%, #fff)}.light .Profile-module__HkL2VW__btnDanger{color:#dc2626;background:#fceeee;border-color:#dc262659}.light .Profile-module__HkL2VW__avatarPreview{border-color:var(--card-border);background:#f1f5f9}.light .Profile-module__HkL2VW__avatarOverlay{color:#fff}.light .Profile-module__HkL2VW__avatarBtn{border-color:var(--card-border);color:var(--text-secondary)}@media (max-width:768px){.Profile-module__HkL2VW__profileContent{padding:4px 0}.Profile-module__HkL2VW__contentHeader h1{font-size:1.4rem}.Profile-module__HkL2VW__settingsForm,.Profile-module__HkL2VW__commentItem,.Profile-module__HkL2VW__likeItem,.Profile-module__HkL2VW__favoriteItem,.Profile-module__HkL2VW__emptyState{border-radius:20px}.Profile-module__HkL2VW__avatarSection{text-align:center;flex-direction:column;align-items:center}.Profile-module__HkL2VW__avatarControls{align-items:center;width:100%}.Profile-module__HkL2VW__uploadButton,.Profile-module__HkL2VW__removeButton,.Profile-module__HkL2VW__deleteButton{justify-content:center;width:100%}}.Profile-module__HkL2VW__pfShell{width:100%;max-width:780px;margin:0 auto}.Profile-module__HkL2VW__pfBox{border:1px solid color-mix(in srgb, var(--card-border) 85%, transparent);background:color-mix(in srgb, var(--background-main) 94%, #171717 6%);border-radius:20px}.Profile-module__HkL2VW__pfHeader{border-bottom:1px solid color-mix(in srgb, var(--card-border) 85%, transparent);background:linear-gradient(135deg, color-mix(in srgb, var(--primary-color) 12%, transparent) 0%, color-mix(in srgb, var(--background-main) 94%, #171717 26%) 55%);border-radius:20px 20px 0 0;align-items:center;gap:clamp(16px,3vw,24px);padding:clamp(18px,3vw,26px);display:flex}.Profile-module__HkL2VW__pfAvatarWrap{flex-shrink:0;position:relative}.Profile-module__HkL2VW__pfAvatar{border:2px solid color-mix(in srgb, var(--primary-color) 55%, transparent);background:color-mix(in srgb, var(--background-main) 80%, #000 20%);border-radius:50%;justify-content:center;align-items:center;width:clamp(74px,14vw,96px);height:clamp(74px,14vw,96px);display:flex;overflow:hidden}.Profile-module__HkL2VW__pfAvatarImg{object-fit:cover;width:100%;height:100%;display:block}.Profile-module__HkL2VW__pfAvatarFallback{color:var(--primary-color);font-size:clamp(1.6rem,5vw,2.1rem);font-weight:800;font-family:var(--font-heading), sans-serif;-webkit-user-select:none;user-select:none}.Profile-module__HkL2VW__pfAvatarCamera{border:2px solid var(--background-main);background:var(--primary-color);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:opacity .18s;display:flex;position:absolute;bottom:-2px;right:-2px}.Profile-module__HkL2VW__pfAvatarCamera:hover{opacity:.9}.Profile-module__HkL2VW__pfHeaderInfo{flex:1;min-width:0}.Profile-module__HkL2VW__pfName{letter-spacing:-.02em;color:var(--text-dark);font-size:clamp(1.2rem,3.5vw,1.5rem);font-weight:800;line-height:1.15;font-family:var(--font-heading), sans-serif;word-break:break-word;margin:0 0 6px}.Profile-module__HkL2VW__pfRole,.Profile-module__HkL2VW__pfEmail{color:var(--text-muted);align-items:center;gap:6px;min-width:0;margin:0 0 3px;font-size:.85rem;display:flex}.Profile-module__HkL2VW__pfRole svg,.Profile-module__HkL2VW__pfEmail svg{color:var(--primary-color);flex-shrink:0}.Profile-module__HkL2VW__pfEmail{word-break:break-all}.Profile-module__HkL2VW__pfHeaderActions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.Profile-module__HkL2VW__pfPhotoBtn{background:var(--button-bg);color:var(--button-text);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:7px;padding:10px 18px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:opacity .18s;display:inline-flex}.Profile-module__HkL2VW__pfPhotoBtn:hover{opacity:.9}.Profile-module__HkL2VW__pfGhostBtn{border:1px solid var(--card-border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:10px 16px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:color .15s,border-color .15s;display:inline-flex}.Profile-module__HkL2VW__pfGhostBtn:hover:not(:disabled){color:var(--text-dark);border-color:var(--text-muted)}.Profile-module__HkL2VW__pfGhostBtn:disabled{opacity:.5;cursor:not-allowed}.Profile-module__HkL2VW__pfPhotoHint{color:var(--primary-color);align-items:center;gap:6px;margin:12px 0 0;font-size:.78rem;display:flex}.Profile-module__HkL2VW__pfPhotoHint svg{flex-shrink:0}.Profile-module__HkL2VW__pfPhotoHint strong{font-weight:700}.Profile-module__HkL2VW__pfForm{flex-direction:column;padding:0 clamp(18px,2.4vw,28px);display:flex}.Profile-module__HkL2VW__pfSection{grid-template-columns:220px 1fr;gap:clamp(16px,4vw,40px);padding:clamp(18px,2.4vw,24px) 0;display:grid}.Profile-module__HkL2VW__pfSectionLabel{min-width:0}.Profile-module__HkL2VW__pfSectionTitle{color:var(--text-dark);margin:0 0 5px;font-size:.95rem;font-weight:700}.Profile-module__HkL2VW__pfSectionDesc{color:var(--text-muted);margin:0;font-size:.8125rem;line-height:1.5}.Profile-module__HkL2VW__pfSectionFields{flex-direction:column;gap:16px;min-width:0;display:flex}.Profile-module__HkL2VW__pfRow2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.Profile-module__HkL2VW__pfDivider{background:color-mix(in srgb, var(--card-border) 70%, transparent);height:1px}.Profile-module__HkL2VW__pfSaveBar{margin-top:24px;margin-bottom:24px}.Profile-module__HkL2VW__pfSaveBarInner{border:1px solid color-mix(in srgb, var(--primary-color) 30%, var(--card-border));background:color-mix(in srgb, var(--background-main) 94%, #171717 6%);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:12px 16px;display:flex}.Profile-module__HkL2VW__pfSaveBarText{color:var(--text-dark);min-width:0;font-size:.85rem;font-weight:600}.Profile-module__HkL2VW__pfBarError,.Profile-module__HkL2VW__pfBarSuccess,.Profile-module__HkL2VW__pfBarSaved{align-items:center;gap:6px;display:inline-flex}.Profile-module__HkL2VW__pfBarError{color:#f87171}.Profile-module__HkL2VW__pfBarSuccess{color:#4ade80}.Profile-module__HkL2VW__pfBarSaved{color:var(--text-muted)}.Profile-module__HkL2VW__pfSaveBarBtns{flex-shrink:0;align-items:center;gap:10px;display:flex}@media (max-width:720px){.Profile-module__HkL2VW__pfSection{grid-template-columns:1fr;gap:12px}}@media (max-width:600px){.Profile-module__HkL2VW__pfHeader{text-align:center;flex-direction:column;align-items:center}.Profile-module__HkL2VW__pfRole,.Profile-module__HkL2VW__pfEmail,.Profile-module__HkL2VW__pfHeaderActions{justify-content:center}.Profile-module__HkL2VW__pfPhotoHint{text-align:center;justify-content:center}.Profile-module__HkL2VW__pfRow2{grid-template-columns:1fr}.Profile-module__HkL2VW__pfSaveBarInner{text-align:center;justify-content:center}.Profile-module__HkL2VW__pfSaveBarBtns{width:100%}.Profile-module__HkL2VW__pfSaveBarBtns button{flex:1;justify-content:center;min-height:44px}.Profile-module__HkL2VW__pfPhotoBtn,.Profile-module__HkL2VW__pfGhostBtn{min-height:44px}}.light .Profile-module__HkL2VW__pfBox{border-color:var(--card-border);background:#fff;box-shadow:0 1px 3px #0000000d,0 4px 14px #0000000a}.light .Profile-module__HkL2VW__pfHeader{background:linear-gradient(135deg, color-mix(in srgb, var(--primary-color) 8%, #fff) 0%, #fff 55%);border-bottom-color:var(--card-border)}.light .Profile-module__HkL2VW__pfAvatar{background:#f1f5f9}.light .Profile-module__HkL2VW__pfAvatarCamera{border-color:#fff}.light .Profile-module__HkL2VW__pfSaveBarInner{background:#f8fafc}.light .Profile-module__HkL2VW__pfBarError{color:#dc2626}.light .Profile-module__HkL2VW__pfBarSuccess{color:#16a34a}
.page-module__vOuxPq__groupHeader{align-items:center;gap:12px;margin-bottom:16px;display:flex}.page-module__vOuxPq__groupIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.page-module__vOuxPq__groupHeaderText{flex:1;min-width:0}.page-module__vOuxPq__groupTitle{color:var(--text-dark);font-size:16px;font-weight:700;font-family:var(--font-main);margin:0}.page-module__vOuxPq__groupSubtitle{color:var(--text-muted);font-size:13px;font-family:var(--font-main);margin:2px 0 0;line-height:1.4}.page-module__vOuxPq__groupCount{border:1px solid var(--card-border);background:color-mix(in srgb, var(--card-border) 30%, transparent);min-width:28px;height:28px;color:var(--text-muted);font-size:13px;font-weight:700;font-family:var(--font-main);border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;padding:0 9px;display:inline-flex}.page-module__vOuxPq__itemAvatar{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.page-module__vOuxPq__accentKeep{color:#ec4899;background:#ec489924}.page-module__vOuxPq__accentGone{color:#94a3b8;background:#94a3b829}.page-module__vOuxPq__inlineLink{color:#f97316;font-weight:600;text-decoration:none}.page-module__vOuxPq__inlineLink:hover{text-decoration:underline}.light .page-module__vOuxPq__groupCount{background:color-mix(in srgb, var(--card-border) 45%, transparent)}.light .page-module__vOuxPq__accentGone{color:#64748b}@media (max-width:480px){.page-module__vOuxPq__groupTitle{font-size:15px}.page-module__vOuxPq__groupSubtitle{font-size:12px}}.page-module__vOuxPq__loadMoreWrap{flex-direction:column;align-items:center;gap:10px;margin-top:16px;display:flex}.page-module__vOuxPq__loadMoreCount{color:var(--text-muted);font-size:13px;font-family:var(--font-main)}.page-module__vOuxPq__loadMoreBtn{border:1px solid var(--card-border);min-height:44px;color:var(--text-dark);font-family:var(--font-main);cursor:pointer;background:0 0;border-radius:50px;justify-content:center;align-items:center;padding:12px 20px;font-size:14px;font-weight:700;transition:opacity .3s;display:inline-flex}.page-module__vOuxPq__loadMoreBtn:hover{opacity:.9}.light .page-module__vOuxPq__loadMoreBtn{border-color:var(--card-border);background:#fff}.page-module__vOuxPq__accentTrack{color:#f97316;background:#f9731624}.page-module__vOuxPq__trackingBody{border:1px solid var(--card-border);background:color-mix(in srgb, var(--card-border) 18%, transparent);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.page-module__vOuxPq__trackingStatus{color:var(--text-dark);font-size:14px;font-family:var(--font-main);margin:0;line-height:1.5}.page-module__vOuxPq__trackingStatus strong{color:var(--text-dark);font-weight:700}.page-module__vOuxPq__trackingMuted{color:var(--text-muted)}.page-module__vOuxPq__trackingDeleteBtn{border:1px solid color-mix(in srgb, #ef4444 45%, var(--card-border));color:#ef4444;min-height:44px;font-family:var(--font-main);cursor:pointer;white-space:nowrap;background:0 0;border-radius:50px;align-items:center;gap:7px;padding:10px 16px;font-size:13.5px;font-weight:700;transition:opacity .2s;display:inline-flex}.page-module__vOuxPq__trackingDeleteBtn:hover{opacity:.85}.page-module__vOuxPq__trackingDeleteBtn:disabled{opacity:.5;cursor:default}@media (max-width:480px){.page-module__vOuxPq__trackingBody{flex-direction:column;align-items:stretch}.page-module__vOuxPq__trackingDeleteBtn{justify-content:center}}.page-module__vOuxPq__trendHint{color:var(--text-muted);font-size:13px;line-height:1.55;font-family:var(--font-main);margin:12px 0 0}.page-module__vOuxPq__lockedHistory{border:1px dashed color-mix(in srgb, #f97316 40%, var(--card-border));border-radius:12px;flex-wrap:wrap;align-items:center;gap:14px;margin-top:14px;padding:14px;display:flex}.page-module__vOuxPq__lockedHistoryText{color:var(--text-muted);flex:240px;margin:0;font-size:.85rem;line-height:1.55}.page-module__vOuxPq__lockedHistoryText svg{vertical-align:-2px;color:#f97316;margin-right:4px}.page-module__vOuxPq__lockedHistoryText strong{color:var(--card-text)}.page-module__vOuxPq__lockedHistoryBtn{background:var(--button-bg);min-height:44px;color:var(--button-text);cursor:pointer;border:none;border-radius:10px;padding:12px 20px;font-size:.88rem;font-weight:600;transition:opacity .15s}.page-module__vOuxPq__lockedHistoryBtn:hover{opacity:.9}.page-module__vOuxPq__timeline{border-top:1px solid var(--card-border);margin-top:16px;padding-top:14px}.page-module__vOuxPq__timelineHead{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.page-module__vOuxPq__timelineTitle{color:var(--card-text);margin:0;font-size:.95rem;font-weight:600}.page-module__vOuxPq__timelineCsvBtn{border:1px solid var(--card-border);min-height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:5px;padding:8px 14px;font-size:.78rem;font-weight:600;transition:opacity .15s;display:inline-flex}.page-module__vOuxPq__timelineCsvBtn:hover{opacity:.85}.page-module__vOuxPq__timelineRow{border-bottom:1px solid color-mix(in srgb, var(--card-border) 55%, transparent);gap:12px;padding:9px 0;display:flex}.page-module__vOuxPq__timelineRow:last-child{border-bottom:none}.page-module__vOuxPq__timelineDate{color:var(--text-secondary);flex:0 0 96px;padding-top:2px;font-size:.78rem}.page-module__vOuxPq__timelineEvents{flex-direction:column;gap:4px;min-width:0;display:flex}.page-module__vOuxPq__timelineLost,.page-module__vOuxPq__timelineGained{color:var(--text-muted);overflow-wrap:anywhere;margin:0;font-size:.84rem;line-height:1.5}.page-module__vOuxPq__timelineLost svg{color:#ef4444;vertical-align:-2px}.page-module__vOuxPq__timelineGained svg{color:#22c55e;vertical-align:-2px}.page-module__vOuxPq__timelineNames{color:var(--text-dark)}.page-module__vOuxPq__reminderRow{border:1px solid var(--card-border);border-radius:12px;align-items:center;gap:12px;margin-top:16px;padding:12px 14px;display:flex}.page-module__vOuxPq__reminderIcon{color:#f97316;background:#f973161f;border-radius:10px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.page-module__vOuxPq__reminderText{flex:auto;min-width:0}.page-module__vOuxPq__reminderTitle{color:var(--card-text);margin:0;font-size:.88rem;font-weight:600}.page-module__vOuxPq__reminderDesc{color:var(--text-secondary);margin:2px 0 0;font-size:.78rem;line-height:1.5}.page-module__vOuxPq__reminderSelect{border:1px solid var(--card-border);background:var(--form-control-bg);min-height:44px;color:var(--text-dark);border-radius:8px;flex:none;padding:8px 12px;font-family:inherit;font-size:.85rem}.page-module__vOuxPq__reminderLock{letter-spacing:.06em;text-transform:uppercase;color:#f97316;border:1px solid #f9731666;border-radius:999px;flex:none;align-items:center;gap:5px;padding:5px 10px;font-size:.74rem;font-weight:700;display:inline-flex}@media (max-width:768px){.page-module__vOuxPq__lockedHistory{flex-direction:column;align-items:stretch}.page-module__vOuxPq__lockedHistoryBtn{width:100%}.page-module__vOuxPq__timelineCsvBtn{min-height:44px;padding:10px 16px}.page-module__vOuxPq__timelineRow{flex-direction:column;gap:4px}.page-module__vOuxPq__timelineDate{flex:none}.page-module__vOuxPq__reminderRow{flex-wrap:wrap}.page-module__vOuxPq__reminderText{flex:60%}.page-module__vOuxPq__reminderSelect{flex:100%;width:100%}}:is(.light .page-module__vOuxPq__reminderRow,.light .page-module__vOuxPq__lockedHistory){background:#fff}.light .page-module__vOuxPq__reminderSelect{color:#11181c;background:#fff}
.DeleteAccountModal-module__QycqLa__overlay{z-index:999999;box-sizing:border-box;background:color-mix(in srgb, var(--background-main) 40%, #000000b8);-webkit-backdrop-filter:blur(12px)saturate(150%);overscroll-behavior:contain;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.DeleteAccountModal-module__QycqLa__panel{border:1px solid color-mix(in srgb, #ef4444 22%, var(--card-border));background:color-mix(in srgb, var(--background-main) 90%, transparent 10%);-webkit-backdrop-filter:blur(22px)saturate(160%);border-radius:20px;width:calc(100vw - 2rem);max-width:440px;max-height:min(92vh,640px);animation:.28s cubic-bezier(.22,1,.36,1) DeleteAccountModal-module__QycqLa__panelIn;position:relative;overflow-y:auto;box-shadow:0 2px 12px #0000001a,0 28px 64px #00000073}@keyframes DeleteAccountModal-module__QycqLa__panelIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.DeleteAccountModal-module__QycqLa__header{border-bottom:1px solid color-mix(in srgb, var(--card-border) 55%, transparent);justify-content:space-between;align-items:center;gap:12px;padding:18px 18px 14px 20px;display:flex}.DeleteAccountModal-module__QycqLa__titleWrap{align-items:center;gap:11px;min-width:0;display:flex}.DeleteAccountModal-module__QycqLa__warnIcon{color:#f87171;background:#ef44441f;border:1px solid #ef444447;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.DeleteAccountModal-module__QycqLa__title{color:var(--text-dark);font-size:1.0625rem;font-weight:800;font-family:var(--font-heading), sans-serif;margin:0}.DeleteAccountModal-module__QycqLa__closeBtn{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;margin:-6px -6px 0 0;transition:color .15s,background .15s;display:flex}.DeleteAccountModal-module__QycqLa__closeBtn:hover:not(:disabled){color:var(--text-dark);background:color-mix(in srgb, var(--card-border) 40%, transparent)}.DeleteAccountModal-module__QycqLa__closeBtn:disabled{opacity:.5;cursor:not-allowed}.DeleteAccountModal-module__QycqLa__body{padding:16px 20px 20px}.DeleteAccountModal-module__QycqLa__lead{color:var(--text-dark);margin:0 0 16px;font-size:.9375rem;line-height:1.55}.DeleteAccountModal-module__QycqLa__lead strong{color:#f87171;font-weight:700}.DeleteAccountModal-module__QycqLa__list{border:1px solid color-mix(in srgb, var(--card-border) 70%, transparent);background:color-mix(in srgb, var(--background-main) 70%, transparent);border-radius:14px;flex-direction:column;gap:11px;margin:0 0 20px;padding:14px;list-style:none;display:flex}.DeleteAccountModal-module__QycqLa__list li{color:var(--text-dark);align-items:center;gap:11px;font-size:.875rem;display:flex}.DeleteAccountModal-module__QycqLa__list li svg{color:#f87171;flex-shrink:0}.DeleteAccountModal-module__QycqLa__field{margin-bottom:14px}.DeleteAccountModal-module__QycqLa__label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:700;font-family:var(--font-heading), sans-serif;margin-bottom:7px;display:block}.DeleteAccountModal-module__QycqLa__input{box-sizing:border-box;border:1px solid var(--card-border);background:color-mix(in srgb, var(--background-main) 80%, transparent);width:100%;color:var(--text-dark);outline-offset:2px;border-radius:11px;padding:12px 14px;font-family:inherit;font-size:16px;transition:border-color .18s}.DeleteAccountModal-module__QycqLa__input::placeholder{color:var(--text-muted);opacity:.7}.DeleteAccountModal-module__QycqLa__input:focus{border-color:#ef4444}.DeleteAccountModal-module__QycqLa__input:disabled{opacity:.6}.DeleteAccountModal-module__QycqLa__error{color:#f87171;background:#ef44441a;border:1px solid #ef444447;border-radius:10px;margin:4px 0 12px;padding:9px 12px;font-size:.8125rem;font-weight:600}.DeleteAccountModal-module__QycqLa__footer{justify-content:flex-end;align-items:center;gap:10px;margin-top:4px;display:flex}.DeleteAccountModal-module__QycqLa__cancelBtn{border:1px solid var(--card-border);color:var(--text-dark);cursor:pointer;background:0 0;border-radius:999px;padding:12px 20px;font-family:inherit;font-size:.875rem;font-weight:600;transition:opacity .18s}.DeleteAccountModal-module__QycqLa__cancelBtn:hover:not(:disabled){opacity:.9}.DeleteAccountModal-module__QycqLa__dangerBtn{color:#fff;cursor:pointer;background:#ef4444;border:1px solid #ef4444;border-radius:999px;align-items:center;gap:7px;padding:12px 20px;font-family:inherit;font-size:.875rem;font-weight:700;transition:opacity .18s;display:inline-flex}.DeleteAccountModal-module__QycqLa__dangerBtn:hover:not(:disabled){opacity:.9}.DeleteAccountModal-module__QycqLa__cancelBtn:disabled,.DeleteAccountModal-module__QycqLa__dangerBtn:disabled{opacity:.45;cursor:not-allowed}@media (max-width:480px){.DeleteAccountModal-module__QycqLa__overlay{padding:0;padding-bottom:max(0px, env(safe-area-inset-bottom,0px));align-items:flex-end}.DeleteAccountModal-module__QycqLa__panel{border-radius:20px 20px 0 0;width:100%;max-width:none;max-height:92vh;animation:.3s cubic-bezier(.22,1,.36,1) DeleteAccountModal-module__QycqLa__sheetIn}@keyframes DeleteAccountModal-module__QycqLa__sheetIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.DeleteAccountModal-module__QycqLa__footer{flex-direction:column-reverse;align-items:stretch}.DeleteAccountModal-module__QycqLa__cancelBtn,.DeleteAccountModal-module__QycqLa__dangerBtn{justify-content:center;width:100%;padding:14px 20px;font-size:1rem}}.light .DeleteAccountModal-module__QycqLa__panel{border-color:color-mix(in srgb, #ef4444 20%, var(--card-border));background:#fff;box-shadow:0 2px 12px #00000014,0 24px 56px #00000029}.light .DeleteAccountModal-module__QycqLa__lead strong{color:#dc2626}.light .DeleteAccountModal-module__QycqLa__warnIcon{color:#dc2626}.light .DeleteAccountModal-module__QycqLa__list li svg{color:#dc2626}.light .DeleteAccountModal-module__QycqLa__error{color:#dc2626}.light .DeleteAccountModal-module__QycqLa__list{background:#f8fafc}.light .DeleteAccountModal-module__QycqLa__input{background:#fff}.light .DeleteAccountModal-module__QycqLa__error{background:#dc262614;border-color:#dc262640}.light .DeleteAccountModal-module__QycqLa__dangerBtn{background:#dc2626;border-color:#dc2626}
.page-module__epippq__noticeText{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.6}.page-module__epippq__planRow{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.page-module__epippq__planBadge{letter-spacing:.07em;text-transform:uppercase;color:#22c55e;background:#22c55e1f;border:1px solid #22c55e73;border-radius:999px;flex:none;align-items:center;gap:5px;padding:5px 11px;font-size:.74rem;font-weight:700;display:inline-flex}.page-module__epippq__planText{min-width:0}.page-module__epippq__planStatus{color:var(--text-muted);margin:2px 0 0;font-size:.92rem;line-height:1.6}.page-module__epippq__planStatus strong{color:var(--card-text)}.page-module__epippq__planWarn{color:#dc2626;align-items:flex-start;gap:6px;margin:2px 0 0;font-size:.92rem;line-height:1.6;display:flex}.page-module__epippq__planWarn svg{flex:none;margin-top:3px}.page-module__epippq__portalBtn{background:var(--button-bg);min-height:44px;color:var(--button-text);border-radius:10px;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.page-module__epippq__portalBtn:hover{opacity:.9}.page-module__epippq__portalHint{color:var(--text-secondary);margin:10px 0 0;font-size:.8rem;line-height:1.55}.page-module__epippq__proNext{color:var(--text-muted);margin:18px 0 0;font-size:.9rem;line-height:1.6}.page-module__epippq__inlineLink{color:inherit;text-underline-offset:2px;text-decoration:underline}.page-module__epippq__afterPayNote{color:var(--text-secondary);text-align:center;margin:0;font-size:.82rem;line-height:1.55}@media (max-width:768px){.page-module__epippq__planRow{flex-direction:column;gap:8px}.page-module__epippq__portalBtn{justify-content:center;width:100%;font-size:1rem}}.light .page-module__epippq__planBadge{color:#15803d;background:#22c55e1a;border-color:#22c55e66}
.FollowerTrend-module__In9Twq__trend{border:1px solid var(--card-border);background:color-mix(in srgb, var(--card-border) 14%, transparent);border-radius:14px;margin-top:16px;padding:16px 16px 12px}.FollowerTrend-module__In9Twq__trendHead{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.FollowerTrend-module__In9Twq__trendTitle{color:var(--text-dark);font-size:14px;font-weight:700;font-family:var(--font-main)}.FollowerTrend-module__In9Twq__trendDelta{color:var(--text-muted);font-size:12.5px;font-weight:600;font-family:var(--font-main)}.FollowerTrend-module__In9Twq__deltaUp{color:#16a34a}.FollowerTrend-module__In9Twq__deltaDown{color:#ef4444}.FollowerTrend-module__In9Twq__chartWrap{position:relative}.FollowerTrend-module__In9Twq__chart{--trend-stroke:#f97316;width:100%;height:auto;display:block}.FollowerTrend-module__In9Twq__baseline{stroke:var(--card-border);stroke-width:1px}.FollowerTrend-module__In9Twq__area{fill:var(--trend-stroke);opacity:.12}.FollowerTrend-module__In9Twq__line{fill:none;stroke:var(--trend-stroke);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.FollowerTrend-module__In9Twq__dot{fill:var(--trend-stroke)}.FollowerTrend-module__In9Twq__dotActive{fill:var(--trend-stroke);stroke:var(--card-bg);stroke-width:2px}.FollowerTrend-module__In9Twq__endLabel{fill:var(--text-dark);font-size:12px;font-weight:700;font-family:var(--font-main)}.FollowerTrend-module__In9Twq__tooltip{border:1px solid var(--card-border);background:color-mix(in srgb, var(--background-main) 90%, transparent 10%);-webkit-backdrop-filter:blur(8px);color:var(--text-dark);font-size:12.5px;font-family:var(--font-main);pointer-events:none;white-space:nowrap;z-index:2;border-radius:10px;flex-direction:column;gap:1px;padding:7px 11px;display:flex;position:absolute;transform:translate(-50%,calc(-100% - 12px))}.FollowerTrend-module__In9Twq__tooltipDate{color:var(--text-muted);font-size:11.5px}.FollowerTrend-module__In9Twq__trendFoot{color:var(--text-secondary);font-size:11.5px;font-family:var(--font-main);justify-content:space-between;gap:12px;margin-top:4px;display:flex}.light .FollowerTrend-module__In9Twq__trend{background:#fff;box-shadow:0 2px 8px #0000000d}.light .FollowerTrend-module__In9Twq__chart{--trend-stroke:#ea580c}@media (max-width:480px){.FollowerTrend-module__In9Twq__trend{padding:13px 12px 10px}.FollowerTrend-module__In9Twq__trendFoot{font-size:11px}}
.ResultsInsights-module__Z3QVyG__wrap{font-family:var(--font-main);flex-direction:column;gap:16px;margin-bottom:26px;display:flex}.ResultsInsights-module__Z3QVyG__summary,.ResultsInsights-module__Z3QVyG__changes,.ResultsInsights-module__Z3QVyG__upsell,.ResultsInsights-module__Z3QVyG__expandable{border-radius:var(--card-border-radius,16px);border:1px solid var(--card-border);background:color-mix(in srgb, var(--background-main,#121212) 85%, transparent 15%);min-width:0;overflow-x:clip}.ResultsInsights-module__Z3QVyG__summary{padding:22px}.ResultsInsights-module__Z3QVyG__summaryHead{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.ResultsInsights-module__Z3QVyG__summaryTitle{color:var(--text-dark);font-size:19px;font-weight:800;font-family:var(--font-heading);margin:0}.ResultsInsights-module__Z3QVyG__summarySub{color:var(--text-muted);margin:4px 0 0;font-size:13.5px;line-height:1.5}.ResultsInsights-module__Z3QVyG__shareBtn{cursor:pointer;min-height:44px;font-size:14px;font-weight:700;font-family:var(--font-main);background:var(--button-bg);color:var(--button-text);border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:11px 17px;transition:opacity .15s;display:inline-flex}.ResultsInsights-module__Z3QVyG__shareBtn:hover{opacity:.9}.ResultsInsights-module__Z3QVyG__shareBtn:disabled{opacity:.6;cursor:default}.ResultsInsights-module__Z3QVyG__statGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.ResultsInsights-module__Z3QVyG__statTile{background:color-mix(in srgb, var(--card-border) 22%, transparent);text-align:left;border-radius:14px;flex-direction:column;gap:4px;padding:16px 14px;display:flex}.ResultsInsights-module__Z3QVyG__statValue{color:var(--text-dark);font-size:28px;font-weight:800;line-height:1.05;font-family:var(--font-heading);overflow-wrap:anywhere;min-width:0}.ResultsInsights-module__Z3QVyG__statGreen{color:#16a34a}.ResultsInsights-module__Z3QVyG__statOrange{color:#f97316}.ResultsInsights-module__Z3QVyG__statBlue{color:#3b82f6}.ResultsInsights-module__Z3QVyG__statLabel{color:var(--text-muted);font-size:12.5px;font-weight:600;line-height:1.3}.ResultsInsights-module__Z3QVyG__changes{border-color:color-mix(in srgb, #f97316 35%, var(--card-border));padding:20px 22px}.ResultsInsights-module__Z3QVyG__changesFirst{border-color:color-mix(in srgb, #16a34a 32%, var(--card-border));align-items:flex-start;gap:13px;display:flex}.ResultsInsights-module__Z3QVyG__changesBadge{color:#16a34a;background:#16a34a24;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.ResultsInsights-module__Z3QVyG__changesHeadRow{margin-bottom:14px}.ResultsInsights-module__Z3QVyG__changesTitle{color:var(--text-dark);font-size:16px;font-weight:800;font-family:var(--font-heading);margin:0}.ResultsInsights-module__Z3QVyG__changesDesc{color:var(--text-muted);margin:5px 0 0;font-size:13.5px;line-height:1.55}.ResultsInsights-module__Z3QVyG__changeStats{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.ResultsInsights-module__Z3QVyG__changeStat{font-family:var(--font-main);border-radius:13px;flex-wrap:wrap;align-items:center;gap:10px;min-width:0;padding:14px 16px;display:flex}.ResultsInsights-module__Z3QVyG__changeLost{color:#ef4444;background:#ef44441a}.ResultsInsights-module__Z3QVyG__changeGained{color:#16a34a;background:#16a34a1a}.ResultsInsights-module__Z3QVyG__changeNum{font-size:26px;font-weight:800;font-family:var(--font-heading);line-height:1}.ResultsInsights-module__Z3QVyG__changeLabel{color:var(--text-dark);font-size:13px;font-weight:600;line-height:1.25}.ResultsInsights-module__Z3QVyG__changeListTitle{color:var(--text-dark);margin:0 0 10px;font-size:14px;font-weight:700}.ResultsInsights-module__Z3QVyG__changeAllGood{color:var(--text-dark);margin:0;font-size:14px;font-weight:600}.ResultsInsights-module__Z3QVyG__changesFoot{border-top:1px solid var(--card-border);color:var(--text-muted);margin:14px 0 0;padding-top:12px;font-size:12.5px;line-height:1.5}.ResultsInsights-module__Z3QVyG__changesLink{color:#f97316;font-weight:600;text-decoration:none}.ResultsInsights-module__Z3QVyG__changesLink:hover{text-decoration:underline}.ResultsInsights-module__Z3QVyG__upsell{border-color:color-mix(in srgb, #f97316 35%, var(--card-border));background:color-mix(in srgb, #f97316 7%, var(--background-main));align-items:center;gap:16px;padding:20px 22px;display:flex}.ResultsInsights-module__Z3QVyG__upsellIcon{color:#f97316;background:#f9731626;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.ResultsInsights-module__Z3QVyG__upsellText{flex:1;min-width:0}.ResultsInsights-module__Z3QVyG__upsellTitle{color:var(--text-dark);font-size:16px;font-weight:800;font-family:var(--font-heading);margin:0 0 4px}.ResultsInsights-module__Z3QVyG__upsellDesc{color:var(--text-muted);margin:0;font-size:13.5px;line-height:1.55}.ResultsInsights-module__Z3QVyG__upsellDesc strong{color:var(--text-dark)}.ResultsInsights-module__Z3QVyG__upsellActions{flex-direction:column;flex-shrink:0;gap:8px;display:flex}.ResultsInsights-module__Z3QVyG__upsellPrimary{background:var(--button-bg);min-height:44px;color:var(--button-text);border-radius:999px;justify-content:center;align-items:center;padding:11px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-flex}.ResultsInsights-module__Z3QVyG__upsellPrimary:hover{opacity:.9}.ResultsInsights-module__Z3QVyG__upsellGhost{min-height:40px;color:var(--text-dark);border:1px solid var(--card-border);border-radius:999px;justify-content:center;align-items:center;padding:9px 18px;font-size:13.5px;font-weight:600;text-decoration:none;display:inline-flex}.ResultsInsights-module__Z3QVyG__upsellGhost:hover{border-color:var(--text-muted)}.ResultsInsights-module__Z3QVyG__details{flex-direction:column;gap:12px;margin-top:24px;display:flex}.ResultsInsights-module__Z3QVyG__detailsHeading{color:var(--text-muted);font-size:15px;font-weight:700;font-family:var(--font-heading);margin:0 0 2px}.ResultsInsights-module__Z3QVyG__expandableHead{cursor:pointer;text-align:left;width:100%;min-height:44px;font-family:var(--font-main);background:0 0;border:none;align-items:center;gap:12px;padding:16px 18px;display:flex}.ResultsInsights-module__Z3QVyG__expandableIcon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.ResultsInsights-module__Z3QVyG__accentPink{color:#ec4899;background:#ec489924}.ResultsInsights-module__Z3QVyG__accentOrange{color:#f97316;background:#f9731624}.ResultsInsights-module__Z3QVyG__accentBlue{color:#3b82f6;background:#3b82f624}.ResultsInsights-module__Z3QVyG__expandableTitle{min-width:0;color:var(--text-dark);flex:1;font-size:15px;font-weight:700}.ResultsInsights-module__Z3QVyG__expandableCount{min-width:26px;height:24px;color:var(--text-muted);background:color-mix(in srgb, var(--card-border) 30%, transparent);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 8px;font-size:13px;font-weight:700;display:inline-flex}.ResultsInsights-module__Z3QVyG__expandableChevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.ResultsInsights-module__Z3QVyG__expandableOpen .ResultsInsights-module__Z3QVyG__expandableChevron{transform:rotate(180deg)}.ResultsInsights-module__Z3QVyG__expandableBody{padding:0 18px 18px}.ResultsInsights-module__Z3QVyG__expandableHint{color:var(--text-muted);margin:0 0 12px;font-size:13px;line-height:1.5}.ResultsInsights-module__Z3QVyG__chipGrid{flex-wrap:wrap;gap:8px;display:flex}.ResultsInsights-module__Z3QVyG__userChip{border:1px solid var(--card-border);background:color-mix(in srgb, var(--card-border) 18%, transparent);border-radius:10px;align-items:center;gap:7px;min-width:0;max-width:100%;min-height:38px;padding:8px 12px;text-decoration:none;transition:border-color .15s;display:inline-flex}.ResultsInsights-module__Z3QVyG__userChip:hover{border-color:#f97316}.ResultsInsights-module__Z3QVyG__userChipName{color:var(--text-dark);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;overflow:hidden}.ResultsInsights-module__Z3QVyG__userChipDate{color:var(--text-muted);font-size:11.5px;font-weight:500}.ResultsInsights-module__Z3QVyG__moreNote{color:var(--text-muted);margin:12px 0 0;font-size:13px;font-weight:600}:is(.light .ResultsInsights-module__Z3QVyG__summary,.light .ResultsInsights-module__Z3QVyG__expandable){background:#fff;box-shadow:0 2px 10px #0000000f}.light .ResultsInsights-module__Z3QVyG__changes{background:#fff;box-shadow:0 2px 10px #0000000f}.light .ResultsInsights-module__Z3QVyG__upsell{background:#fff4ec}.light .ResultsInsights-module__Z3QVyG__statTile{background:color-mix(in srgb, var(--card-border) 40%, transparent)}@media (max-width:768px){.ResultsInsights-module__Z3QVyG__summary{padding:18px}.ResultsInsights-module__Z3QVyG__statGrid{grid-template-columns:1fr 1fr;gap:10px}.ResultsInsights-module__Z3QVyG__statValue{font-size:26px}.ResultsInsights-module__Z3QVyG__userChip,.ResultsInsights-module__Z3QVyG__upsellGhost{min-height:44px}}@media (max-width:560px){.ResultsInsights-module__Z3QVyG__summaryHead{flex-direction:column}.ResultsInsights-module__Z3QVyG__chipGrid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:8px;display:grid}.ResultsInsights-module__Z3QVyG__userChip{flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;width:100%;min-height:48px;padding:8px 12px}.ResultsInsights-module__Z3QVyG__userChipName{width:100%}.ResultsInsights-module__Z3QVyG__changeStats{grid-template-columns:1fr;gap:8px}.ResultsInsights-module__Z3QVyG__shareBtn{justify-content:center;width:100%}.ResultsInsights-module__Z3QVyG__upsell{text-align:left;flex-direction:column;align-items:stretch}.ResultsInsights-module__Z3QVyG__upsellActions{flex-direction:column}.ResultsInsights-module__Z3QVyG__upsellPrimary,.ResultsInsights-module__Z3QVyG__upsellGhost{width:100%}}@media (max-width:400px){.ResultsInsights-module__Z3QVyG__statGrid{grid-template-columns:1fr 1fr}.ResultsInsights-module__Z3QVyG__statValue{font-size:23px}}.ResultsInsights-module__Z3QVyG__shareRow{flex-wrap:wrap;align-items:center;gap:12px;margin-top:14px;display:flex}.ResultsInsights-module__Z3QVyG__shareHint{color:var(--text-secondary);font-size:12.5px;font-family:var(--font-main)}@media (max-width:560px){.ResultsInsights-module__Z3QVyG__shareRow{flex-direction:column;align-items:stretch;gap:8px}.ResultsInsights-module__Z3QVyG__shareHint{text-align:center}}.ResultsInsights-module__Z3QVyG__statNote{color:var(--text-secondary);font-size:12.5px;line-height:1.55;font-family:var(--font-main);margin:12px 0 0}.ResultsInsights-module__Z3QVyG__statNote strong{color:var(--text-muted)}.ResultsInsights-module__Z3QVyG__lockedBody{flex-direction:column;gap:12px;display:flex}.ResultsInsights-module__Z3QVyG__lockedBody .ResultsInsights-module__Z3QVyG__expandableHint svg{vertical-align:-2px;margin-right:4px}.ResultsInsights-module__Z3QVyG__chipGridLocked{filter:blur(3px);-webkit-user-select:none;user-select:none;pointer-events:none}.ResultsInsights-module__Z3QVyG__lockedUnlockBtn{background:var(--button-bg);min-height:44px;color:var(--button-text);cursor:pointer;border:none;border-radius:10px;align-self:flex-start;padding:12px 20px;font-size:.9rem;font-weight:600;transition:opacity .15s}.ResultsInsights-module__Z3QVyG__lockedUnlockBtn:hover{opacity:.9}@media (max-width:560px){.ResultsInsights-module__Z3QVyG__lockedUnlockBtn{align-self:stretch;width:100%}}
.UserSettingsSkeleton-module__J9DnBG__root{flex-direction:column;gap:24px;display:flex}.UserSettingsSkeleton-module__J9DnBG__hero{flex-direction:column;gap:10px;display:flex}.UserSettingsSkeleton-module__J9DnBG__heroMeta{align-items:center;gap:10px;display:flex}.UserSettingsSkeleton-module__J9DnBG__avatarSection{border:1px solid color-mix(in srgb, var(--card-border) 60%, transparent);border-radius:16px;align-items:center;gap:20px;padding:20px;display:flex}.UserSettingsSkeleton-module__J9DnBG__avatarLines{flex-direction:column;flex:1;gap:10px;display:flex}.UserSettingsSkeleton-module__J9DnBG__section{border:1px solid color-mix(in srgb, var(--card-border) 60%, transparent);border-radius:16px;overflow:hidden}.UserSettingsSkeleton-module__J9DnBG__sectionHead{border-bottom:1px solid color-mix(in srgb, var(--card-border) 40%, transparent);align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.UserSettingsSkeleton-module__J9DnBG__sectionHeadLines{flex-direction:column;flex:1;gap:7px;display:flex}.UserSettingsSkeleton-module__J9DnBG__fields{flex-direction:column;gap:18px;padding:20px;display:flex}.UserSettingsSkeleton-module__J9DnBG__field{flex-direction:column;gap:8px;display:flex}
.SupportPrompt-module__hKBZ4a__wrap{z-index:1000;width:min(380px,100vw - 40px);position:fixed;bottom:20px;right:20px}.SupportPrompt-module__hKBZ4a__card{border:1px solid var(--card-border);background:color-mix(in srgb, var(--background-main) 90%, transparent 10%);-webkit-backdrop-filter:blur(16px)saturate(160%);border-radius:14px;padding:24px 22px 22px;animation:.28s ease-out SupportPrompt-module__hKBZ4a__cardIn;position:relative}.SupportPrompt-module__hKBZ4a__cardClosing{animation:.2s ease-in forwards SupportPrompt-module__hKBZ4a__cardOut}@keyframes SupportPrompt-module__hKBZ4a__cardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes SupportPrompt-module__hKBZ4a__cardOut{to{opacity:0;transform:translateY(16px)}}.SupportPrompt-module__hKBZ4a__sheetHandle{display:none}.SupportPrompt-module__hKBZ4a__close{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:10px;right:10px}.SupportPrompt-module__hKBZ4a__close:hover{opacity:.7}.SupportPrompt-module__hKBZ4a__title{letter-spacing:-.01em;color:var(--card-text);margin:0 34px 12px 0;font-size:1.0625rem;font-weight:700;line-height:1.35}.SupportPrompt-module__hKBZ4a__body{color:var(--text-muted);margin:0 0 12px;font-size:.9375rem;line-height:1.6}.SupportPrompt-module__hKBZ4a__body:last-of-type{margin-bottom:0}.SupportPrompt-module__hKBZ4a__actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;display:flex}.SupportPrompt-module__hKBZ4a__supportBtn{border-radius:var(--button-radius);background:var(--button-bg);color:var(--button-text);white-space:nowrap;cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 20px;font-size:.9375rem;font-weight:700;text-decoration:none;display:inline-flex}.SupportPrompt-module__hKBZ4a__supportBtn:hover{opacity:.9}.SupportPrompt-module__hKBZ4a__paypalLogo{flex-shrink:0;font-size:17px}.SupportPrompt-module__hKBZ4a__paypalText{font-weight:700}.SupportPrompt-module__hKBZ4a__laterBtn{border:1px solid var(--card-border);border-radius:var(--button-radius);color:var(--text-muted);cursor:pointer;background:0 0;padding:12px 16px;font-size:.9375rem;font-weight:600}.SupportPrompt-module__hKBZ4a__laterBtn:hover{opacity:.9}.SupportPrompt-module__hKBZ4a__hint{color:var(--text-secondary);margin:14px 0 0;font-size:.8125rem;line-height:1.5}.light .SupportPrompt-module__hKBZ4a__card{border-color:var(--card-border);background:#fff;box-shadow:0 4px 16px #00000014}@media (max-width:768px){.SupportPrompt-module__hKBZ4a__wrap{width:100%;bottom:0;left:0;right:0}.SupportPrompt-module__hKBZ4a__card{padding:0 22px calc(28px + env(safe-area-inset-bottom));overscroll-behavior:contain;border-bottom:none;border-left:none;border-right:none;border-radius:20px 20px 0 0;animation:.22s SupportPrompt-module__hKBZ4a__sheetIn}.SupportPrompt-module__hKBZ4a__cardClosing{transition:transform .22s!important;animation:none!important;transform:translateY(100%)!important}.SupportPrompt-module__hKBZ4a__sheetHandle{background:var(--card-border);border-radius:999px;flex-shrink:0;width:40px;height:4px;margin:12px auto 18px;display:block}.SupportPrompt-module__hKBZ4a__close{width:44px;height:44px;top:6px;right:6px}.SupportPrompt-module__hKBZ4a__title{margin:0 46px 12px 0;font-size:1.0625rem}.SupportPrompt-module__hKBZ4a__body{font-size:1rem;line-height:1.6}.SupportPrompt-module__hKBZ4a__actions{flex-direction:column;align-items:stretch;gap:10px;margin-top:20px}.SupportPrompt-module__hKBZ4a__supportBtn,.SupportPrompt-module__hKBZ4a__laterBtn{justify-content:center;width:100%;min-height:48px;font-size:1rem}.SupportPrompt-module__hKBZ4a__hint{text-align:center;margin-top:16px;font-size:.875rem}}@keyframes SupportPrompt-module__hKBZ4a__sheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:480px){.SupportPrompt-module__hKBZ4a__card{padding-left:20px;padding-right:20px}.SupportPrompt-module__hKBZ4a__title{font-size:1rem}}@media (prefers-reduced-motion:reduce){.SupportPrompt-module__hKBZ4a__card,.SupportPrompt-module__hKBZ4a__cardClosing{animation:none}}
