.DecoderForm-module__wxBlba__container{max-width:1100px;margin:0 auto;padding:24px 16px 48px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.DecoderForm-module__wxBlba__decoderCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:box-shadow .3s,border-color .3s;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 24px #00000014}.DecoderForm-module__wxBlba__decoderCard:hover{box-shadow:0 1px 3px #0000000a,0 8px 32px #0000001f}.DecoderForm-module__wxBlba__decoderCard.DecoderForm-module__wxBlba__hasResult{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6,0 8px 32px #3b82f626}.DecoderForm-module__wxBlba__inputSection{background:linear-gradient(#f8fafc 0%,#fff 100%);border-bottom:1px solid #e2e8f0;padding:32px 32px 28px}.DecoderForm-module__wxBlba__inputHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.DecoderForm-module__wxBlba__inputBadge{letter-spacing:.1em;color:#3b82f6;text-transform:uppercase;align-items:center;gap:8px;font-size:.75rem;font-weight:700;display:flex}.DecoderForm-module__wxBlba__detectedBrand{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;animation:.2s DecoderForm-module__wxBlba__slideIn;display:flex}@keyframes DecoderForm-module__wxBlba__slideIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.DecoderForm-module__wxBlba__detectedLabel{color:#059669;font-size:.75rem}.DecoderForm-module__wxBlba__detectedName{color:#047857;font-size:.875rem;font-weight:600}.DecoderForm-module__wxBlba__inputWrapper{background:#fff;border:2px solid #e2e8f0;border-radius:12px;align-items:center;padding:6px;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000000a}.DecoderForm-module__wxBlba__inputWrapper.DecoderForm-module__wxBlba__focused{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a,0 4px 16px #3b82f626}.DecoderForm-module__wxBlba__inputWrapper.DecoderForm-module__wxBlba__error{border-color:#ef4444;animation:.4s DecoderForm-module__wxBlba__shake;box-shadow:0 0 0 4px #ef44441a}@keyframes DecoderForm-module__wxBlba__shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.DecoderForm-module__wxBlba__input{letter-spacing:.05em;color:#1e293b;background:0 0;border:none;outline:none;flex:1;padding:18px 20px;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:1.25rem;font-weight:600}.DecoderForm-module__wxBlba__input::placeholder{color:#94a3b8;letter-spacing:normal;font-family:Inter,-apple-system,sans-serif;font-size:1rem;font-weight:500}.DecoderForm-module__wxBlba__input:disabled{color:#94a3b8}.DecoderForm-module__wxBlba__clearBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-right:8px;transition:all .15s;display:flex}.DecoderForm-module__wxBlba__clearBtn:hover{color:#475569;background:#e2e8f0}.DecoderForm-module__wxBlba__decodeBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:10px;align-items:center;gap:10px;padding:18px 28px;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #3b82f659,inset 0 1px #ffffff1a}.DecoderForm-module__wxBlba__decodeBtn:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff26 0%,#fff0 100%);transition:opacity .2s;position:absolute;inset:0}.DecoderForm-module__wxBlba__decodeBtn:hover:not(:disabled):before{opacity:1}.DecoderForm-module__wxBlba__decodeBtn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f673,0 4px 10px #3b82f64d,inset 0 1px #ffffff26}.DecoderForm-module__wxBlba__decodeBtn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #3b82f64d,inset 0 1px #ffffff1a}.DecoderForm-module__wxBlba__decodeBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.DecoderForm-module__wxBlba__decodeBtn.DecoderForm-module__wxBlba__loading{pointer-events:none;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)}.DecoderForm-module__wxBlba__spinner{border:2.5px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.65s linear infinite DecoderForm-module__wxBlba__spin}@keyframes DecoderForm-module__wxBlba__spin{to{transform:rotate(360deg)}}.DecoderForm-module__wxBlba__formatHint{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;align-items:center;gap:12px;margin-top:16px;padding:12px 16px;font-size:.875rem;animation:.2s DecoderForm-module__wxBlba__fadeIn;display:flex}@keyframes DecoderForm-module__wxBlba__fadeIn{0%{opacity:0}to{opacity:1}}.DecoderForm-module__wxBlba__formatLabel{color:#0369a1;font-weight:500}.DecoderForm-module__wxBlba__formatCode{color:#0284c7;background:#fff;border:1px solid #7dd3fc;border-radius:4px;padding:4px 8px;font-family:SF Mono,monospace}.DecoderForm-module__wxBlba__formatExample{color:#64748b}.DecoderForm-module__wxBlba__errorBox{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;gap:14px;margin-top:16px;padding:16px 20px;animation:.2s DecoderForm-module__wxBlba__slideDown;display:flex}@keyframes DecoderForm-module__wxBlba__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.DecoderForm-module__wxBlba__errorIcon{color:#dc2626;flex-shrink:0}.DecoderForm-module__wxBlba__errorContent{flex:1}.DecoderForm-module__wxBlba__errorText{color:#991b1b;margin:0 0 6px;font-size:.9375rem;font-weight:600}.DecoderForm-module__wxBlba__errorTip{color:#b91c1c;margin:0;font-size:.8125rem}.DecoderForm-module__wxBlba__errorTip strong{font-weight:600}.DecoderForm-module__wxBlba__errorNetwork{background:#fef3c7;border-color:#fcd34d}.DecoderForm-module__wxBlba__errorNetwork .DecoderForm-module__wxBlba__errorIcon{color:#d97706}.DecoderForm-module__wxBlba__errorNetwork .DecoderForm-module__wxBlba__errorText{color:#92400e}.DecoderForm-module__wxBlba__emptyState{opacity:1;max-height:1000px;padding:32px;transition:opacity .25s,transform .25s,max-height .3s;overflow:hidden;transform:translateY(0)}.DecoderForm-module__wxBlba__emptyStateHidden{opacity:0;pointer-events:none;max-height:0;padding:0 32px;transform:translateY(-10px)}.DecoderForm-module__wxBlba__sectionTitle{color:#475569;align-items:center;gap:10px;margin:0 0 16px;font-size:.9375rem;font-weight:600;display:flex}.DecoderForm-module__wxBlba__examplesSection{margin-bottom:32px}.DecoderForm-module__wxBlba__exampleGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.DecoderForm-module__wxBlba__exampleCard{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:6px;padding:16px;font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.DecoderForm-module__wxBlba__exampleCard:after{content:"Click to try";color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;opacity:0;font-size:.6875rem;font-weight:600;transition:all .2s;position:absolute;bottom:12px;right:12px;transform:translate(-4px)}.DecoderForm-module__wxBlba__exampleCard:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-3px);box-shadow:0 8px 20px #3b82f626,0 4px 8px #3b82f61a}.DecoderForm-module__wxBlba__exampleCard:hover:after{opacity:1;color:#3b82f6;transform:translate(0)}.DecoderForm-module__wxBlba__exampleCard:active{transform:translateY(-1px)}.DecoderForm-module__wxBlba__exampleTop{justify-content:space-between;align-items:center;gap:8px;display:flex}.DecoderForm-module__wxBlba__exampleArrow{color:#cbd5e1;flex-shrink:0;transition:all .2s}.DecoderForm-module__wxBlba__exampleCard:hover .DecoderForm-module__wxBlba__exampleArrow{color:#3b82f6;transform:translate(3px)}.DecoderForm-module__wxBlba__exampleModel{color:#1e293b;letter-spacing:.03em;text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-family:SF Mono,monospace;font-size:1rem;font-weight:600;overflow:hidden}.DecoderForm-module__wxBlba__exampleBrand{color:#3b82f6;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.DecoderForm-module__wxBlba__exampleDesc{color:#64748b;padding-right:60px;font-size:.8125rem}.DecoderForm-module__wxBlba__tipsSection{margin-bottom:24px}.DecoderForm-module__wxBlba__tipsList{flex-direction:column;gap:10px;display:flex}.DecoderForm-module__wxBlba__tipItem{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;gap:12px;padding:12px 16px;display:flex}.DecoderForm-module__wxBlba__tipMistake{color:#b45309;white-space:nowrap;font-size:.8125rem;font-weight:600}.DecoderForm-module__wxBlba__tipText{color:#92400e;font-size:.8125rem}.DecoderForm-module__wxBlba__proTip{background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border:1px solid #c7d2fe;border-radius:10px;align-items:center;gap:12px;padding:14px 18px;display:flex}.DecoderForm-module__wxBlba__proTipIcon{font-size:1.25rem}.DecoderForm-module__wxBlba__proTipContent{color:#4338ca;font-size:.875rem}.DecoderForm-module__wxBlba__proTipContent kbd{color:#4f46e5;background:#fff;border:1px solid #a5b4fc;border-radius:4px;margin:0 4px;padding:3px 8px;font-family:SF Mono,monospace;font-size:.75rem;font-weight:600;display:inline-block}.DecoderForm-module__wxBlba__loadingState{flex-direction:column;justify-content:center;align-items:center;padding:48px 32px;animation:.2s DecoderForm-module__wxBlba__fadeIn;display:flex}.DecoderForm-module__wxBlba__loadingPulse{gap:6px;margin-bottom:16px;display:flex}.DecoderForm-module__wxBlba__loadingBar{background:linear-gradient(#3b82f6,#6366f1);border-radius:2px;width:4px;height:24px;animation:1s ease-in-out infinite DecoderForm-module__wxBlba__pulse}.DecoderForm-module__wxBlba__loadingBar:first-child{animation-delay:0s}.DecoderForm-module__wxBlba__loadingBar:nth-child(2){animation-delay:.15s}.DecoderForm-module__wxBlba__loadingBar:nth-child(3){animation-delay:.3s}@keyframes DecoderForm-module__wxBlba__pulse{0%,to{opacity:.5;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.8)}}.DecoderForm-module__wxBlba__loadingText{color:#64748b;margin:0;font-size:.875rem;font-weight:500}.DecoderForm-module__wxBlba__results{animation:.35s cubic-bezier(.4,0,.2,1) DecoderForm-module__wxBlba__resultsSlideIn}@keyframes DecoderForm-module__wxBlba__resultsSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.DecoderForm-module__wxBlba__resultHero{color:#fff;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);justify-content:space-between;align-items:flex-start;padding:28px 32px;display:flex}.DecoderForm-module__wxBlba__heroModel{flex:1}.DecoderForm-module__wxBlba__modelNumberDisplay{letter-spacing:.08em;background:linear-gradient(135deg,#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 8px;font-family:SF Mono,Monaco,monospace;font-size:2.25rem;font-weight:800;line-height:1.1}.DecoderForm-module__wxBlba__heroBrandLine{align-items:center;gap:10px;font-size:.875rem;display:flex}.DecoderForm-module__wxBlba__heroBrand{color:#94a3b8;font-weight:600}.DecoderForm-module__wxBlba__heroSeparator{color:#475569}.DecoderForm-module__wxBlba__heroSegmentCount{color:#64748b}.DecoderForm-module__wxBlba__heroMeta{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.DecoderForm-module__wxBlba__metaItem{color:#64748b;align-items:center;gap:5px;font-family:SF Mono,monospace;font-size:.6875rem;display:flex}.DecoderForm-module__wxBlba__metaConfidence{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:3px 8px;font-size:.6875rem;font-weight:600}.DecoderForm-module__wxBlba__confhigh{color:#34d399;background:#10b98126}.DecoderForm-module__wxBlba__confmedium{color:#fbbf24;background:#fbbf2426}.DecoderForm-module__wxBlba__conflow{color:#f87171;background:#ef444426}.DecoderForm-module__wxBlba__specsSection{background:#fff;border-bottom:1px solid #e2e8f0;padding:24px 32px}.DecoderForm-module__wxBlba__specsHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.DecoderForm-module__wxBlba__specsTitle{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.8125rem;font-weight:600}.DecoderForm-module__wxBlba__showMoreBtn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;padding:5px 12px;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s}.DecoderForm-module__wxBlba__showMoreBtn:hover{color:#475569;background:#f8fafc;border-color:#cbd5e1}.DecoderForm-module__wxBlba__specsGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.DecoderForm-module__wxBlba__specCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px;transition:all .15s}.DecoderForm-module__wxBlba__specCard.DecoderForm-module__wxBlba__specPrimary{border-left:3px solid var(--spec-color);background:#fff}.DecoderForm-module__wxBlba__specCard.DecoderForm-module__wxBlba__specSecondary{opacity:.85}.DecoderForm-module__wxBlba__specCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.DecoderForm-module__wxBlba__specLabel{align-items:center;gap:6px;margin-bottom:8px;display:flex}.DecoderForm-module__wxBlba__specIcon{font-size:.875rem}.DecoderForm-module__wxBlba__specGroupName{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:600}.DecoderForm-module__wxBlba__specValue{color:#1e293b;margin-bottom:6px;font-size:1rem;font-weight:600;line-height:1.4}.DecoderForm-module__wxBlba__specCode{color:#64748b;background:#f1f5f9;border-radius:4px;margin-bottom:10px;padding:3px 8px;font-family:SF Mono,monospace;font-size:.75rem;font-weight:500;display:inline-block}.DecoderForm-module__wxBlba__specWhy{color:#94a3b8;border-top:1px solid #e2e8f0;padding-top:8px;font-size:.6875rem;line-height:1.5}.DecoderForm-module__wxBlba__whyLabel{color:#64748b;font-weight:500}.DecoderForm-module__wxBlba__visualSection{z-index:25;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:24px 32px;position:sticky;top:0}.DecoderForm-module__wxBlba__visualHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.DecoderForm-module__wxBlba__visualTitle{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.8125rem;font-weight:600}.DecoderForm-module__wxBlba__visualHint{color:#94a3b8;font-size:.6875rem}.DecoderForm-module__wxBlba__modelBreakdown{scroll-behavior:smooth;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:16px;padding:16px 20px;overflow-x:auto}.DecoderForm-module__wxBlba__positionRuler{margin-bottom:4px;padding-left:0;display:flex}.DecoderForm-module__wxBlba__positionMark{text-align:center;color:#cbd5e1;width:24px;font-family:SF Mono,monospace;font-size:.5625rem}.DecoderForm-module__wxBlba__modelChars{display:flex}.DecoderForm-module__wxBlba__segmentGroup{cursor:pointer;border-radius:4px;transition:all .15s;display:flex}.DecoderForm-module__wxBlba__segmentGroup:hover,.DecoderForm-module__wxBlba__segmentGroup.DecoderForm-module__wxBlba__segmentActive{background:var(--seg-color)}.DecoderForm-module__wxBlba__segmentGroup:hover .DecoderForm-module__wxBlba__modelChar,.DecoderForm-module__wxBlba__segmentGroup.DecoderForm-module__wxBlba__segmentActive .DecoderForm-module__wxBlba__modelChar{color:#fff}.DecoderForm-module__wxBlba__modelChar{color:#1e293b;justify-content:center;align-items:center;width:24px;height:36px;font-family:SF Mono,monospace;font-size:1.125rem;font-weight:700;transition:all .15s;display:flex}.DecoderForm-module__wxBlba__segmentLegend{flex-direction:column;gap:6px;display:flex}.DecoderForm-module__wxBlba__legendItem{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:10px;padding:8px 12px;transition:all .15s;display:flex}.DecoderForm-module__wxBlba__legendItem:hover,.DecoderForm-module__wxBlba__legendItem.DecoderForm-module__wxBlba__legendActive{border-color:var(--seg-color);box-shadow:0 0 0 1px var(--seg-color);background:#f8fafc}.DecoderForm-module__wxBlba__legendDot{background:var(--seg-color);border-radius:50%;flex-shrink:0;width:8px;height:8px}.DecoderForm-module__wxBlba__legendCode{color:#1e293b;min-width:60px;font-family:SF Mono,monospace;font-size:.8125rem;font-weight:600}.DecoderForm-module__wxBlba__legendPos{color:#94a3b8;min-width:55px;font-family:SF Mono,monospace;font-size:.6875rem}.DecoderForm-module__wxBlba__legendMeaning{color:#64748b;flex:1;font-size:.8125rem}.DecoderForm-module__wxBlba__legendGroup{text-transform:uppercase;letter-spacing:.03em;color:var(--seg-color);background:color-mix(in srgb,var(--seg-color)10%,transparent);border-radius:4px;flex-shrink:0;margin-left:auto;padding:3px 8px;font-size:.6875rem;font-weight:600}.DecoderForm-module__wxBlba__detailsSection{background:#fff;padding:24px 32px}.DecoderForm-module__wxBlba__detailsTitle{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin:0 0 16px;font-size:.8125rem;font-weight:600}.DecoderForm-module__wxBlba__detailGroup{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px;overflow:hidden}.DecoderForm-module__wxBlba__detailHeader{cursor:pointer;background:#f8fafc;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-family:inherit;transition:background .15s;display:flex}.DecoderForm-module__wxBlba__detailHeader:hover{background:#f1f5f9}.DecoderForm-module__wxBlba__detailHeaderLeft{align-items:center;gap:10px;display:flex}.DecoderForm-module__wxBlba__detailIcon{font-size:.875rem}.DecoderForm-module__wxBlba__detailGroupName{color:#1e293b;font-size:.875rem;font-weight:600}.DecoderForm-module__wxBlba__detailCount{color:#64748b;background:#e2e8f0;border-radius:4px;padding:2px 6px;font-size:.625rem;font-weight:600}.DecoderForm-module__wxBlba__detailChevron{color:#94a3b8;transition:transform .2s}.DecoderForm-module__wxBlba__detailChevron.DecoderForm-module__wxBlba__expanded{transform:rotate(180deg)}.DecoderForm-module__wxBlba__detailContent{border-top:1px solid #e2e8f0;padding:12px 16px}.DecoderForm-module__wxBlba__detailContext{color:#166534;background:#f0fdf4;border-radius:6px;margin-bottom:12px;padding:10px 12px;font-size:.75rem}.DecoderForm-module__wxBlba__detailContext strong{color:#15803d}.DecoderForm-module__wxBlba__detailItem{background:#f8fafc;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:10px 12px;display:flex}.DecoderForm-module__wxBlba__detailItem:last-child{margin-bottom:0}.DecoderForm-module__wxBlba__detailItemMain{flex:1;align-items:center;gap:12px;display:flex}.DecoderForm-module__wxBlba__detailValue{color:#1e293b;font-size:.875rem;font-weight:500}.DecoderForm-module__wxBlba__detailCode{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:2px 6px;font-family:SF Mono,monospace;font-size:.75rem;font-weight:600}.DecoderForm-module__wxBlba__detailPos{color:#94a3b8;font-family:SF Mono,monospace;font-size:.6875rem}.DecoderForm-module__wxBlba__partialSection{background:#fafaf9;border:1px solid #e7e5e4;border-radius:10px;margin:16px 32px;overflow:hidden}.DecoderForm-module__wxBlba__partialHeader{background:#f5f5f4;border-bottom:1px solid #e7e5e4;align-items:center;gap:12px;padding:14px 18px;display:flex}.DecoderForm-module__wxBlba__partialIcon{color:#78716c}.DecoderForm-module__wxBlba__partialInfo{flex-direction:column;gap:2px;display:flex}.DecoderForm-module__wxBlba__partialTitle{color:#44403c;font-size:.875rem;font-weight:600}.DecoderForm-module__wxBlba__partialSubtitle{color:#78716c;font-size:.75rem}.DecoderForm-module__wxBlba__partialBody{padding:16px 18px}.DecoderForm-module__wxBlba__partialMessage{color:#57534e;margin:0 0 12px;font-size:.8125rem;line-height:1.6}.DecoderForm-module__wxBlba__unmatchedChips{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.DecoderForm-module__wxBlba__unmatchedChip{background:#fff;border:1px solid #d6d3d1;border-radius:6px;padding:6px 10px}.DecoderForm-module__wxBlba__unmatchedChip code{color:#44403c;font-family:SF Mono,monospace;font-size:.8125rem;font-weight:600}.DecoderForm-module__wxBlba__partialActions{border-top:1px solid #e7e5e4;padding-top:12px}.DecoderForm-module__wxBlba__partialHint{color:#78716c;font-size:.75rem}.DecoderForm-module__wxBlba__actionBar{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.DecoderForm-module__wxBlba__newDecodeBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .15s;display:flex}.DecoderForm-module__wxBlba__newDecodeBtn:hover{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.DecoderForm-module__wxBlba__actionRight{gap:8px;display:flex}.DecoderForm-module__wxBlba__actionBtn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .15s;display:flex}.DecoderForm-module__wxBlba__actionBtn:hover{color:#334155;background:#f1f5f9;border-color:#cbd5e1}.DecoderForm-module__wxBlba__powerFeatures{justify-content:center;align-items:center;gap:24px;margin-top:20px;padding:16px;transition:opacity .2s;display:flex}.DecoderForm-module__wxBlba__powerFeaturesCompact{opacity:.6;padding:12px}.DecoderForm-module__wxBlba__powerFeaturesCompact:hover{opacity:1}.DecoderForm-module__wxBlba__powerItem{color:#64748b;align-items:center;gap:8px;font-size:.75rem;display:flex}.DecoderForm-module__wxBlba__powerItem kbd{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:4px 8px;font-family:SF Mono,monospace;font-size:.6875rem;font-weight:600}.DecoderForm-module__wxBlba__featureHint{color:#94a3b8;align-items:center;gap:12px;font-size:.75rem;display:flex}.DecoderForm-module__wxBlba__featureDot{color:#cbd5e1}@media (max-width:768px){.DecoderForm-module__wxBlba__container{padding:16px 12px 32px}.DecoderForm-module__wxBlba__inputSection{padding:24px 20px}.DecoderForm-module__wxBlba__inputHeader{flex-direction:column;align-items:flex-start;gap:12px}.DecoderForm-module__wxBlba__inputWrapper{flex-direction:column;gap:12px;padding:12px;position:relative}.DecoderForm-module__wxBlba__input{text-align:center;padding:14px 12px;font-size:1.125rem}.DecoderForm-module__wxBlba__input::placeholder{font-size:.875rem}.DecoderForm-module__wxBlba__clearBtn{margin:0;position:absolute;top:16px;right:16px}.DecoderForm-module__wxBlba__decodeBtn{justify-content:center;width:100%;padding:16px}.DecoderForm-module__wxBlba__emptyState{padding:24px 20px}.DecoderForm-module__wxBlba__emptyStateHidden{padding:0 20px}.DecoderForm-module__wxBlba__exampleGrid{grid-template-columns:1fr}.DecoderForm-module__wxBlba__exampleCard:after{display:none}.DecoderForm-module__wxBlba__exampleDesc{padding-right:0}.DecoderForm-module__wxBlba__resultHero{flex-direction:column;gap:16px;padding:20px}.DecoderForm-module__wxBlba__modelNumberDisplay{font-size:1.5rem}.DecoderForm-module__wxBlba__heroMeta{flex-direction:row;align-items:center;gap:12px}.DecoderForm-module__wxBlba__specsSection,.DecoderForm-module__wxBlba__visualSection,.DecoderForm-module__wxBlba__detailsSection{padding:20px}.DecoderForm-module__wxBlba__specsGrid{grid-template-columns:1fr}.DecoderForm-module__wxBlba__modelBreakdown{padding:12px}.DecoderForm-module__wxBlba__modelChar{width:20px;height:32px;font-size:1rem}.DecoderForm-module__wxBlba__positionMark{width:20px;font-size:.5rem}.DecoderForm-module__wxBlba__partialSection{margin:16px 20px}.DecoderForm-module__wxBlba__actionBar{flex-direction:column;gap:12px;padding:16px 20px}.DecoderForm-module__wxBlba__newDecodeBtn,.DecoderForm-module__wxBlba__actionRight{justify-content:center;width:100%}.DecoderForm-module__wxBlba__powerFeatures{flex-wrap:wrap;gap:16px}}@media (prefers-reduced-motion:reduce){.DecoderForm-module__wxBlba__decoderCard,.DecoderForm-module__wxBlba__inputWrapper,.DecoderForm-module__wxBlba__decodeBtn,.DecoderForm-module__wxBlba__exampleCard,.DecoderForm-module__wxBlba__specCard,.DecoderForm-module__wxBlba__spinner,.DecoderForm-module__wxBlba__detailChevron,.DecoderForm-module__wxBlba__emptyState,.DecoderForm-module__wxBlba__results,.DecoderForm-module__wxBlba__loadingBar,.DecoderForm-module__wxBlba__segmentGroup,.DecoderForm-module__wxBlba__legendItem{transition:none;animation:none}.DecoderForm-module__wxBlba__spinner{animation:1.5s linear infinite DecoderForm-module__wxBlba__spin}.DecoderForm-module__wxBlba__loadingBar{animation:1.5s ease-in-out infinite DecoderForm-module__wxBlba__pulse}}@media (prefers-contrast:high){.DecoderForm-module__wxBlba__decoderCard{border-width:2px;border-color:#000}.DecoderForm-module__wxBlba__inputWrapper{border-width:2px}.DecoderForm-module__wxBlba__inputWrapper.DecoderForm-module__wxBlba__focused{border-color:#000;box-shadow:0 0 0 2px #000}}.DecoderForm-module__wxBlba__confidenceHigh{}.DecoderForm-module__wxBlba__confidenceMedium{}.DecoderForm-module__wxBlba__confidenceLow{}
.DashboardSidebar-module__nx3vcq__container{background:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.DashboardSidebar-module__nx3vcq__mobileHeader{color:#1e293b;z-index:1001;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 16px;display:none;position:sticky;top:0;box-shadow:0 1px 3px #0000000a}.DashboardSidebar-module__nx3vcq__mobileBrand{align-items:center;gap:8px;display:flex}.DashboardSidebar-module__nx3vcq__brandLogo{background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.DashboardSidebar-module__nx3vcq__mobileMenuToggle{cursor:pointer;z-index:1002;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:4px;padding:8px;transition:background-color .15s;display:flex}.DashboardSidebar-module__nx3vcq__mobileMenuToggle:hover{background:#f1f5f9}.DashboardSidebar-module__nx3vcq__hamburgerLine{background-color:#475569;border-radius:1px;width:22px;height:2px;transition:all .3s}.DashboardSidebar-module__nx3vcq__hamburgerLine.DashboardSidebar-module__nx3vcq__open:first-child{transform:rotate(45deg)translate(5px,5px)}.DashboardSidebar-module__nx3vcq__hamburgerLine.DashboardSidebar-module__nx3vcq__open:nth-child(2){opacity:0}.DashboardSidebar-module__nx3vcq__hamburgerLine.DashboardSidebar-module__nx3vcq__open:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.DashboardSidebar-module__nx3vcq__sidebar{z-index:100;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:80px;height:100vh;transition:width .25s cubic-bezier(.4,0,.2,1),box-shadow .25s;display:flex;position:fixed;top:0;left:0;box-shadow:1px 0 3px #00000005}.DashboardSidebar-module__nx3vcq__sidebar:not(.DashboardSidebar-module__nx3vcq__collapsed){z-index:200;width:260px;box-shadow:4px 0 16px #00000014}.DashboardSidebar-module__nx3vcq__sidebar.DashboardSidebar-module__nx3vcq__collapsed{width:80px}.DashboardSidebar-module__nx3vcq__sidebarContent{flex-direction:column;flex:1;padding:20px 0;display:flex}.DashboardSidebar-module__nx3vcq__sidebarHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 20px 24px;display:flex}.DashboardSidebar-module__nx3vcq__brandContainer{align-items:center;gap:10px;display:flex}.DashboardSidebar-module__nx3vcq__brandIcon{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s;display:flex}.DashboardSidebar-module__nx3vcq__brandIcon:hover{transform:scale(1.05)}.DashboardSidebar-module__nx3vcq__brandText{background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.125rem;font-weight:700;transition:opacity .25s}.DashboardSidebar-module__nx3vcq__collapseButton{cursor:pointer;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.DashboardSidebar-module__nx3vcq__collapseButton:hover{color:#475569;background:#f1f5f9;border-color:#cbd5e1}.DashboardSidebar-module__nx3vcq__nav{flex:1;padding:0 12px}.DashboardSidebar-module__nx3vcq__navList{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.DashboardSidebar-module__nx3vcq__navItem{position:relative}.DashboardSidebar-module__nx3vcq__navButton{cursor:pointer;color:#64748b;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:14px;width:100%;padding:12px 14px;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s;display:flex}.DashboardSidebar-module__nx3vcq__navButton:hover{color:#475569;background:#f8fafc}.DashboardSidebar-module__nx3vcq__navButton.DashboardSidebar-module__nx3vcq__active{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);font-weight:600}.DashboardSidebar-module__nx3vcq__navButton.DashboardSidebar-module__nx3vcq__active:before{content:"";background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:0 2px 2px 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.DashboardSidebar-module__nx3vcq__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.DashboardSidebar-module__nx3vcq__navLabel{white-space:nowrap;transition:opacity .25s}.DashboardSidebar-module__nx3vcq__tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:1000;background:#1e293b;border-radius:6px;margin-left:12px;padding:6px 10px;font-size:.6875rem;font-weight:500;transition:all .15s;position:absolute;top:50%;left:100%;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.DashboardSidebar-module__nx3vcq__tooltip:before{content:"";border:4px solid #0000;border-right-color:#1e293b;position:absolute;top:50%;left:-4px;transform:translateY(-50%)}.DashboardSidebar-module__nx3vcq__navItem:hover .DashboardSidebar-module__nx3vcq__tooltip{opacity:1;visibility:visible}.DashboardSidebar-module__nx3vcq__userSection{border-top:1px solid #f1f5f9;margin-top:auto;padding:20px 12px 0}.DashboardSidebar-module__nx3vcq__userInfo{background:#f8fafc;border-radius:8px;align-items:center;gap:10px;margin-bottom:12px;padding:10px 12px;transition:all .15s;display:flex}.DashboardSidebar-module__nx3vcq__userInfo:hover{background:#f1f5f9}.DashboardSidebar-module__nx3vcq__userAvatar{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex;overflow:hidden}.DashboardSidebar-module__nx3vcq__userAvatarImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.DashboardSidebar-module__nx3vcq__userDetails{flex-direction:column;gap:1px;display:flex;overflow:hidden}.DashboardSidebar-module__nx3vcq__userName{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;overflow:hidden}.DashboardSidebar-module__nx3vcq__userRole{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;overflow:hidden}.DashboardSidebar-module__nx3vcq__signOutButton{cursor:pointer;color:#64748b;background:0 0;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s;display:flex}.DashboardSidebar-module__nx3vcq__signOutButton:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.DashboardSidebar-module__nx3vcq__mobileOverlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;position:fixed;inset:0}.DashboardSidebar-module__nx3vcq__mobileSidebar{background:#fff;flex-direction:column;width:260px;height:100%;animation:.25s ease-out forwards DashboardSidebar-module__nx3vcq__slideIn;display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 16px #0000001a}@keyframes DashboardSidebar-module__nx3vcq__slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.DashboardSidebar-module__nx3vcq__main{background:#f8fafc;flex-direction:column;min-height:100vh;margin-left:80px;display:flex}.DashboardSidebar-module__nx3vcq__mainCollapsed{margin-left:80px}.DashboardSidebar-module__nx3vcq__sidebar.DashboardSidebar-module__nx3vcq__collapsed .DashboardSidebar-module__nx3vcq__sidebarHeader{padding:0 12px 24px}.DashboardSidebar-module__nx3vcq__sidebar.DashboardSidebar-module__nx3vcq__collapsed .DashboardSidebar-module__nx3vcq__nav{padding:0 8px}.DashboardSidebar-module__nx3vcq__sidebar.DashboardSidebar-module__nx3vcq__collapsed .DashboardSidebar-module__nx3vcq__navButton{justify-content:center;padding:12px 10px}.DashboardSidebar-module__nx3vcq__sidebar.DashboardSidebar-module__nx3vcq__collapsed .DashboardSidebar-module__nx3vcq__userSection{padding:20px 8px 0}.DashboardSidebar-module__nx3vcq__sidebar.DashboardSidebar-module__nx3vcq__collapsed .DashboardSidebar-module__nx3vcq__userInfo,.DashboardSidebar-module__nx3vcq__sidebar.DashboardSidebar-module__nx3vcq__collapsed .DashboardSidebar-module__nx3vcq__signOutButton{justify-content:center;padding:10px}.DashboardSidebar-module__nx3vcq__sidebar.DashboardSidebar-module__nx3vcq__collapsed .DashboardSidebar-module__nx3vcq__navLabel,.DashboardSidebar-module__nx3vcq__sidebar.DashboardSidebar-module__nx3vcq__collapsed .DashboardSidebar-module__nx3vcq__userDetails,.DashboardSidebar-module__nx3vcq__sidebar.DashboardSidebar-module__nx3vcq__collapsed .DashboardSidebar-module__nx3vcq__signOutButton span{opacity:0;width:0;overflow:hidden}.DashboardSidebar-module__nx3vcq__sidebar *{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.DashboardSidebar-module__nx3vcq__navButton:focus-visible,.DashboardSidebar-module__nx3vcq__signOutButton:focus-visible,.DashboardSidebar-module__nx3vcq__collapseButton:focus-visible,.DashboardSidebar-module__nx3vcq__mobileMenuToggle:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}@media (prefers-contrast:high){.DashboardSidebar-module__nx3vcq__sidebar{border-right-color:#000}.DashboardSidebar-module__nx3vcq__navButton.DashboardSidebar-module__nx3vcq__active{color:#fff;background:#000}}@media (prefers-reduced-motion:reduce){.DashboardSidebar-module__nx3vcq__sidebar,.DashboardSidebar-module__nx3vcq__navButton,.DashboardSidebar-module__nx3vcq__tooltip,.DashboardSidebar-module__nx3vcq__userInfo,.DashboardSidebar-module__nx3vcq__signOutButton,.DashboardSidebar-module__nx3vcq__brandIcon,.DashboardSidebar-module__nx3vcq__collapseButton{transition:none}.DashboardSidebar-module__nx3vcq__mobileSidebar{animation:none;transform:translate(0)}}@media (max-width:768px){.DashboardSidebar-module__nx3vcq__mobileHeader{display:flex}.DashboardSidebar-module__nx3vcq__sidebar{display:none}.DashboardSidebar-module__nx3vcq__main,.DashboardSidebar-module__nx3vcq__mainCollapsed{margin-top:0;margin-left:0!important}}@media (max-width:1024px) and (min-width:769px){.DashboardSidebar-module__nx3vcq__sidebar{width:72px}.DashboardSidebar-module__nx3vcq__sidebar:not(.DashboardSidebar-module__nx3vcq__collapsed){width:240px}.DashboardSidebar-module__nx3vcq__sidebar.DashboardSidebar-module__nx3vcq__collapsed{width:72px}.DashboardSidebar-module__nx3vcq__main,.DashboardSidebar-module__nx3vcq__mainCollapsed{margin-left:72px}}@media (max-width:1200px) and (min-width:1025px){.DashboardSidebar-module__nx3vcq__sidebar:not(.DashboardSidebar-module__nx3vcq__collapsed){width:240px}}
.DashboardHeader-module__32b71q__header{z-index:100;background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:sticky;top:0}.DashboardHeader-module__32b71q__headerLeft{flex:1;min-width:0}.DashboardHeader-module__32b71q__titleSection{flex-direction:column;gap:2px;display:flex}.DashboardHeader-module__32b71q__title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700;line-height:1.2}.DashboardHeader-module__32b71q__subtitle{color:#94a3b8;font-size:.8125rem;font-weight:400}.DashboardHeader-module__32b71q__headerCenter{flex:2;justify-content:center;max-width:480px;margin:0 32px;display:flex}.DashboardHeader-module__32b71q__searchContainer{width:100%;max-width:400px;transition:all .2s;position:relative}.DashboardHeader-module__32b71q__searchContainer.DashboardHeader-module__32b71q__searchFocused{max-width:440px}.DashboardHeader-module__32b71q__searchIcon{color:#94a3b8;z-index:1;font-size:15px;transition:color .2s;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.DashboardHeader-module__32b71q__searchContainer.DashboardHeader-module__32b71q__searchFocused .DashboardHeader-module__32b71q__searchIcon{color:#3b82f6}.DashboardHeader-module__32b71q__searchInput{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:10px 16px 10px 42px;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s}.DashboardHeader-module__32b71q__searchInput:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f614}.DashboardHeader-module__32b71q__searchInput::placeholder{color:#94a3b8;font-weight:400}.DashboardHeader-module__32b71q__searchClear{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:5px;justify-content:center;align-items:center;padding:5px;transition:all .15s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.DashboardHeader-module__32b71q__searchClear:hover{color:#475569;background:#e2e8f0}.DashboardHeader-module__32b71q__searchDropdown{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:12px;animation:.15s ease-out DashboardHeader-module__32b71q__dropdownSlide;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 4px 6px #0000000a,0 10px 24px #0000001a}@keyframes DashboardHeader-module__32b71q__dropdownSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.DashboardHeader-module__32b71q__searchResultsSection{padding:6px}.DashboardHeader-module__32b71q__searchResultItem{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-family:inherit;transition:background .15s;display:flex}.DashboardHeader-module__32b71q__searchResultItem:hover{background:#f8fafc}.DashboardHeader-module__32b71q__searchResultIcon{color:#64748b;background:#f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.DashboardHeader-module__32b71q__searchResultText{flex-direction:column;gap:2px;min-width:0;display:flex}.DashboardHeader-module__32b71q__searchResultTitle{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.DashboardHeader-module__32b71q__searchResultSubtitle{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:400;overflow:hidden}.DashboardHeader-module__32b71q__searchDropdownDivider{background:#f1f5f9;height:1px;margin:0}.DashboardHeader-module__32b71q__noResultsMessage{color:#94a3b8;align-items:center;gap:8px;padding:14px 16px;font-size:.8125rem;display:flex}.DashboardHeader-module__32b71q__noResultsMessage svg{flex-shrink:0}.DashboardHeader-module__32b71q__noResultsMessage span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.DashboardHeader-module__32b71q__decoderLookupButton{cursor:pointer;text-align:left;background:linear-gradient(135deg,#f0f9ff 0%,#f8fafc 100%);border:none;align-items:center;gap:12px;width:100%;padding:12px 14px;font-family:inherit;transition:background .15s;display:flex}.DashboardHeader-module__32b71q__decoderLookupButton:hover{background:linear-gradient(135deg,#e0f2fe 0%,#f1f5f9 100%)}.DashboardHeader-module__32b71q__decoderIcon{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.DashboardHeader-module__32b71q__decoderLookupText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.DashboardHeader-module__32b71q__decoderLookupTitle{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.DashboardHeader-module__32b71q__decoderLookupSubtitle{color:#64748b;font-size:.75rem;font-weight:400}.DashboardHeader-module__32b71q__decoderArrow{color:#94a3b8;flex-shrink:0;transition:transform .15s,color .15s}.DashboardHeader-module__32b71q__decoderLookupButton:hover .DashboardHeader-module__32b71q__decoderArrow{color:#3b82f6;transform:translate(2px)}.DashboardHeader-module__32b71q__headerRight{flex:1;justify-content:flex-end;align-items:center;gap:10px;display:flex}.DashboardHeader-module__32b71q__actionButton{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:all .15s;display:flex}.DashboardHeader-module__32b71q__actionButton:hover{color:#1e293b;background:#f1f5f9;border-color:#cbd5e1}.DashboardHeader-module__32b71q__actionButton:active{background:#e2e8f0}.DashboardHeader-module__32b71q__actionIcon{justify-content:center;align-items:center;display:flex}.DashboardHeader-module__32b71q__actionLabel{white-space:nowrap}.DashboardHeader-module__32b71q__notificationButton{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .15s;display:flex;position:relative}.DashboardHeader-module__32b71q__notificationButton:hover{color:#64748b;background:#f8fafc}.DashboardHeader-module__32b71q__notificationBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.5rem;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.DashboardHeader-module__32b71q__userMenu{position:relative}.DashboardHeader-module__32b71q__userProfile{cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:4px 10px 4px 4px;transition:all .15s;display:flex}.DashboardHeader-module__32b71q__userProfile:hover{background:#f8fafc}.DashboardHeader-module__32b71q__userAvatar{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8125rem;font-weight:600;display:flex;overflow:hidden}.DashboardHeader-module__32b71q__avatarImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.DashboardHeader-module__32b71q__userInfo{text-align:left;flex-direction:column;gap:0;display:flex}.DashboardHeader-module__32b71q__userName{color:#1e293b;font-size:.8125rem;font-weight:600;line-height:1.2}.DashboardHeader-module__32b71q__userRole{color:#94a3b8;font-size:.6875rem;font-weight:400;line-height:1.2}.DashboardHeader-module__32b71q__dropdownIcon{color:#cbd5e1;transition:transform .2s}.DashboardHeader-module__32b71q__userProfile:hover .DashboardHeader-module__32b71q__dropdownIcon{color:#94a3b8}.DashboardHeader-module__32b71q__userDropdown{z-index:1000;opacity:0;visibility:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:200px;margin-top:8px;transition:all .2s;position:absolute;top:100%;right:0;transform:translateY(-4px);box-shadow:0 4px 6px #0000000a,0 10px 24px #0000001a}.DashboardHeader-module__32b71q__userMenu:hover .DashboardHeader-module__32b71q__userDropdown{opacity:1;visibility:visible;transform:translateY(0)}.DashboardHeader-module__32b71q__dropdownItem{color:#475569;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 14px;font-family:inherit;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.DashboardHeader-module__32b71q__dropdownItem:first-child{border-radius:10px 10px 0 0}.DashboardHeader-module__32b71q__dropdownItem:last-child{border-radius:0 0 10px 10px}.DashboardHeader-module__32b71q__dropdownItem:hover{color:#1e293b;background:#f8fafc}.DashboardHeader-module__32b71q__dropdownDivider{border:none;border-top:1px solid #f1f5f9;margin:0}@media (max-width:1200px){.DashboardHeader-module__32b71q__header{padding:14px 32px}}@media (max-width:1024px){.DashboardHeader-module__32b71q__header{padding:14px 24px}.DashboardHeader-module__32b71q__headerCenter{margin:0 20px}.DashboardHeader-module__32b71q__title{font-size:1.125rem}.DashboardHeader-module__32b71q__subtitle{display:none}}@media (max-width:768px){.DashboardHeader-module__32b71q__header{flex-wrap:wrap;gap:12px;padding:12px 16px}.DashboardHeader-module__32b71q__headerLeft{flex:none}.DashboardHeader-module__32b71q__headerCenter{flex:100%;order:3;max-width:none;margin:0}.DashboardHeader-module__32b71q__searchContainer{max-width:none}.DashboardHeader-module__32b71q__headerRight{flex:none;gap:8px}.DashboardHeader-module__32b71q__title{font-size:1rem}.DashboardHeader-module__32b71q__searchInput{padding:10px 14px 10px 40px;font-size:1rem}.DashboardHeader-module__32b71q__actionButton{padding:8px 12px}.DashboardHeader-module__32b71q__actionLabel,.DashboardHeader-module__32b71q__userInfo{display:none}.DashboardHeader-module__32b71q__userProfile{padding:4px}}@media (max-width:480px){.DashboardHeader-module__32b71q__header{padding:10px 12px}.DashboardHeader-module__32b71q__title{font-size:.9375rem}.DashboardHeader-module__32b71q__searchInput{padding:9px 12px 9px 38px}.DashboardHeader-module__32b71q__actionButton{padding:7px 10px}.DashboardHeader-module__32b71q__notificationButton{padding:6px}.DashboardHeader-module__32b71q__headerRight{gap:6px}.DashboardHeader-module__32b71q__userAvatar{width:30px;height:30px}}.DashboardHeader-module__32b71q__actionButton:focus-visible,.DashboardHeader-module__32b71q__notificationButton:focus-visible,.DashboardHeader-module__32b71q__userProfile:focus-visible,.DashboardHeader-module__32b71q__dropdownItem:focus-visible,.DashboardHeader-module__32b71q__searchClear:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}@media (prefers-contrast:high){.DashboardHeader-module__32b71q__header{border-bottom-color:#000}.DashboardHeader-module__32b71q__searchInput,.DashboardHeader-module__32b71q__actionButton{border-color:#000}}@media (prefers-reduced-motion:reduce){.DashboardHeader-module__32b71q__searchContainer,.DashboardHeader-module__32b71q__actionButton,.DashboardHeader-module__32b71q__notificationButton,.DashboardHeader-module__32b71q__userProfile,.DashboardHeader-module__32b71q__userDropdown,.DashboardHeader-module__32b71q__dropdownItem,.DashboardHeader-module__32b71q__searchClear,.DashboardHeader-module__32b71q__dropdownIcon{transition:none}.DashboardHeader-module__32b71q__searchContainer.DashboardHeader-module__32b71q__searchFocused{max-width:400px}}
.HistoryKPICards-module__IFU89a__grid{background:#e2e8f0;border:1px solid #e2e8f0;border-radius:10px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.HistoryKPICards-module__IFU89a__card{background:#fff;padding:14px 18px;transition:background .1s;position:relative}.HistoryKPICards-module__IFU89a__card:first-child{border-radius:10px 0 0 10px}.HistoryKPICards-module__IFU89a__card:last-child{border-radius:0 10px 10px 0}.HistoryKPICards-module__IFU89a__card:hover{background:#fafbfc}.HistoryKPICards-module__IFU89a__cardHeader{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.HistoryKPICards-module__IFU89a__iconContainer{background:var(--card-bg);width:32px;height:32px;color:var(--card-color);border-radius:8px;justify-content:center;align-items:center;display:flex}.HistoryKPICards-module__IFU89a__iconContainer svg{width:16px;height:16px}.HistoryKPICards-module__IFU89a__trend{opacity:.7;background:0 0;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.HistoryKPICards-module__IFU89a__trend svg{width:11px;height:11px}.HistoryKPICards-module__IFU89a__trend.HistoryKPICards-module__IFU89a__up{color:#10b981}.HistoryKPICards-module__IFU89a__trend.HistoryKPICards-module__IFU89a__down{color:#ef4444}.HistoryKPICards-module__IFU89a__trend.HistoryKPICards-module__IFU89a__attention{color:#f59e0b}.HistoryKPICards-module__IFU89a__trend.HistoryKPICards-module__IFU89a__stable{color:#94a3b8}.HistoryKPICards-module__IFU89a__cardContent{text-align:left}.HistoryKPICards-module__IFU89a__value{color:#0f172a;letter-spacing:-.02em;margin-bottom:4px;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:1.375rem;font-weight:700;line-height:1}.HistoryKPICards-module__IFU89a__label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.625rem;font-weight:500}.HistoryKPICards-module__IFU89a__change{color:#94a3b8;margin-top:3px;font-size:.625rem;font-weight:500}.HistoryKPICards-module__IFU89a__blue{--card-color:#3b82f6;--card-bg:#eff6ff}.HistoryKPICards-module__IFU89a__orange{--card-color:#f59e0b;--card-bg:#fffbeb}.HistoryKPICards-module__IFU89a__green{--card-color:#10b981;--card-bg:#ecfdf5}.HistoryKPICards-module__IFU89a__purple{--card-color:#6366f1;--card-bg:#eef2ff}@media (max-width:1100px){.HistoryKPICards-module__IFU89a__grid{grid-template-columns:repeat(2,1fr)}.HistoryKPICards-module__IFU89a__card:first-child{border-radius:12px 0 0}.HistoryKPICards-module__IFU89a__card:nth-child(2){border-radius:0 12px 0 0}.HistoryKPICards-module__IFU89a__card:nth-child(3){border-radius:0 0 0 12px}.HistoryKPICards-module__IFU89a__card:last-child{border-radius:0 0 12px}}@media (max-width:768px){.HistoryKPICards-module__IFU89a__grid{gap:1px}.HistoryKPICards-module__IFU89a__card{padding:14px 16px}.HistoryKPICards-module__IFU89a__iconContainer{width:28px;height:28px}.HistoryKPICards-module__IFU89a__iconContainer svg{width:14px;height:14px}.HistoryKPICards-module__IFU89a__trend{width:18px;height:18px}.HistoryKPICards-module__IFU89a__trend svg{width:10px;height:10px}.HistoryKPICards-module__IFU89a__value{font-size:1.25rem}.HistoryKPICards-module__IFU89a__label{font-size:.625rem}.HistoryKPICards-module__IFU89a__cardHeader{margin-bottom:6px}}@media (max-width:480px){.HistoryKPICards-module__IFU89a__card{padding:12px 14px}.HistoryKPICards-module__IFU89a__iconContainer{width:24px;height:24px}.HistoryKPICards-module__IFU89a__iconContainer svg{width:12px;height:12px}.HistoryKPICards-module__IFU89a__value{font-size:1.125rem}}@media (prefers-reduced-motion:reduce){.HistoryKPICards-module__IFU89a__card,.HistoryKPICards-module__IFU89a__card:before{transition:none}}@media (prefers-contrast:high){.HistoryKPICards-module__IFU89a__grid{background:#000}.HistoryKPICards-module__IFU89a__card:before{opacity:1}}
.HistoryTable-module__8u205W__historyTable{background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;box-shadow:0 1px 3px #0f172a0a,0 4px 12px #0f172a0f}.HistoryTable-module__8u205W__tableHeader{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.HistoryTable-module__8u205W__tableHeader h2{color:#0f172a;text-transform:none;letter-spacing:-.01em;margin:0;font-size:.9375rem;font-weight:700}.HistoryTable-module__8u205W__controls{align-items:center;gap:12px;display:flex}.HistoryTable-module__8u205W__searchInput{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:220px;padding:8px 12px;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s}.HistoryTable-module__8u205W__searchInput::placeholder{color:#94a3b8}.HistoryTable-module__8u205W__searchInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.HistoryTable-module__8u205W__filterSelect,.HistoryTable-module__8u205W__sortSelect{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:130px;padding:8px 12px;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s}.HistoryTable-module__8u205W__filterSelect:focus,.HistoryTable-module__8u205W__sortSelect:focus{color:#1e293b;border-color:#94a3b8;outline:none}.HistoryTable-module__8u205W__clearAllButton{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:all .15s;display:flex}.HistoryTable-module__8u205W__clearAllButton:hover{background:#fee2e2;border-color:#fca5a5}.HistoryTable-module__8u205W__totalCount{color:#94a3b8;background:#fafbfc;border-bottom:1px solid #f1f5f9;padding:10px 24px;font-family:SF Mono,monospace;font-size:.6875rem;font-weight:500}.HistoryTable-module__8u205W__tableContainer{background:#fff;overflow-x:auto}.HistoryTable-module__8u205W__table{border-collapse:separate;border-spacing:0;width:100%}.HistoryTable-module__8u205W__table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-size:.6875rem;font-weight:600}.HistoryTable-module__8u205W__table th:first-child{padding-left:24px}.HistoryTable-module__8u205W__table th:last-child{padding-right:24px}.HistoryTable-module__8u205W__table td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px 16px;font-size:.8125rem}.HistoryTable-module__8u205W__table td:first-child{padding-left:24px}.HistoryTable-module__8u205W__table td:last-child{padding-right:24px}.HistoryTable-module__8u205W__tableRow{transition:background .1s}.HistoryTable-module__8u205W__tableRow:hover{background:#f8fafc}.HistoryTable-module__8u205W__tableRow:last-child td{border-bottom:none}.HistoryTable-module__8u205W__modelNumber{color:#0f172a;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:.8125rem;font-weight:600}.HistoryTable-module__8u205W__brand{color:#334155;font-weight:600}.HistoryTable-module__8u205W__type{color:#64748b;font-size:.75rem}.HistoryTable-module__8u205W__date{color:#64748b;white-space:nowrap;font-family:SF Mono,monospace;font-size:.75rem}.HistoryTable-module__8u205W__status{text-align:center}.HistoryTable-module__8u205W__statusBadge{text-transform:capitalize;white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.HistoryTable-module__8u205W__statusBadge.HistoryTable-module__8u205W__success{color:#059669;background:#ecfdf5}.HistoryTable-module__8u205W__statusBadge.HistoryTable-module__8u205W__partial{color:#d97706;background:#fffbeb}.HistoryTable-module__8u205W__statusBadge.HistoryTable-module__8u205W__failed{color:#dc2626;background:#fef2f2}.HistoryTable-module__8u205W__confidence{text-align:center}.HistoryTable-module__8u205W__confidenceBadge{text-transform:capitalize;border-radius:4px;align-items:center;padding:4px 8px;font-size:.6875rem;font-weight:600;display:inline-flex}.HistoryTable-module__8u205W__confidenceBadge.HistoryTable-module__8u205W__high{color:#059669;background:#ecfdf5}.HistoryTable-module__8u205W__confidenceBadge.HistoryTable-module__8u205W__medium{color:#d97706;background:#fffbeb}.HistoryTable-module__8u205W__confidenceBadge.HistoryTable-module__8u205W__low{color:#dc2626;background:#fef2f2}.HistoryTable-module__8u205W__actions{text-align:right}.HistoryTable-module__8u205W__actionButton{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .15s}.HistoryTable-module__8u205W__actionButton:hover{color:#334155;background:#f8fafc;border-color:#cbd5e1}.HistoryTable-module__8u205W__emptyState{text-align:center;color:#64748b;flex-direction:column;justify-content:center;align-items:center;padding:60px 24px;display:flex}.HistoryTable-module__8u205W__emptyState p{max-width:320px;margin:0 0 16px;font-size:.875rem}.HistoryTable-module__8u205W__clearFilters{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .15s}.HistoryTable-module__8u205W__clearFilters:hover{background:#2563eb}.HistoryTable-module__8u205W__loading{text-align:center;color:#64748b;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.HistoryTable-module__8u205W__loading p{margin:16px 0 0;font-size:.875rem}.HistoryTable-module__8u205W__spinner{border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;width:36px;height:36px;animation:1s linear infinite HistoryTable-module__8u205W__spin}@keyframes HistoryTable-module__8u205W__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.HistoryTable-module__8u205W__tableHeader{flex-direction:column;align-items:stretch;gap:16px}.HistoryTable-module__8u205W__controls{flex-wrap:wrap;gap:10px}.HistoryTable-module__8u205W__searchInput{flex:1;min-width:180px}}@media (max-width:768px){.HistoryTable-module__8u205W__tableHeader{padding:16px 20px}.HistoryTable-module__8u205W__tableHeader h2{text-align:left}.HistoryTable-module__8u205W__controls{flex-direction:column;align-items:stretch;gap:10px}.HistoryTable-module__8u205W__searchInput,.HistoryTable-module__8u205W__filterSelect,.HistoryTable-module__8u205W__sortSelect{width:100%;min-width:auto}.HistoryTable-module__8u205W__clearAllButton{justify-content:center;width:100%}.HistoryTable-module__8u205W__table{font-size:.75rem}.HistoryTable-module__8u205W__table th,.HistoryTable-module__8u205W__table td{padding:10px 12px}.HistoryTable-module__8u205W__table th:first-child,.HistoryTable-module__8u205W__table td:first-child{padding-left:16px}.HistoryTable-module__8u205W__table th:last-child,.HistoryTable-module__8u205W__table td:last-child{padding-right:16px}.HistoryTable-module__8u205W__actionButton{padding:4px 8px;font-size:.6875rem}}@media (max-width:640px){.HistoryTable-module__8u205W__table th,.HistoryTable-module__8u205W__table td{padding:8px 10px}.HistoryTable-module__8u205W__statusBadge{padding:3px 8px;font-size:.625rem}.HistoryTable-module__8u205W__confidenceBadge{padding:3px 6px;font-size:.625rem}}@media (prefers-color-scheme:dark){.HistoryTable-module__8u205W__historyTable,.HistoryTable-module__8u205W__tableHeader{background:#1e293b;border-color:#334155}.HistoryTable-module__8u205W__tableHeader h2{color:#f8fafc}.HistoryTable-module__8u205W__searchInput,.HistoryTable-module__8u205W__filterSelect,.HistoryTable-module__8u205W__sortSelect{color:#f8fafc;background:#0f172a;border-color:#334155}.HistoryTable-module__8u205W__searchInput::placeholder{color:#64748b}.HistoryTable-module__8u205W__table th{color:#94a3b8;background:#0f172a;border-color:#334155}.HistoryTable-module__8u205W__table td{color:#cbd5e1;border-color:#1e293b}.HistoryTable-module__8u205W__tableRow:hover{background:#0f172a}.HistoryTable-module__8u205W__modelNumber{color:#f8fafc}.HistoryTable-module__8u205W__brand{color:#e2e8f0}.HistoryTable-module__8u205W__actionButton{color:#94a3b8;background:#0f172a;border-color:#334155}.HistoryTable-module__8u205W__actionButton:hover{color:#f8fafc;background:#1e293b}.HistoryTable-module__8u205W__emptyState,.HistoryTable-module__8u205W__loading{color:#94a3b8}.HistoryTable-module__8u205W__spinner{border-color:#3b82f6 #334155 #334155}}@media (prefers-contrast:high){.HistoryTable-module__8u205W__historyTable{border:2px solid}.HistoryTable-module__8u205W__table th,.HistoryTable-module__8u205W__table td,.HistoryTable-module__8u205W__statusBadge,.HistoryTable-module__8u205W__confidenceBadge{border:1px solid}}@media (prefers-reduced-motion:reduce){.HistoryTable-module__8u205W__searchInput,.HistoryTable-module__8u205W__filterSelect,.HistoryTable-module__8u205W__sortSelect,.HistoryTable-module__8u205W__actionButton,.HistoryTable-module__8u205W__clearFilters,.HistoryTable-module__8u205W__clearAllButton,.HistoryTable-module__8u205W__tableRow{transition:none}.HistoryTable-module__8u205W__spinner{animation:none}}
.Footer-module__rnk_JG__footer{color:#fff;font-family:var(--font-family-primary);background:linear-gradient(#0f172a 0%,#020617 100%);padding:80px 0 0;position:relative}.Footer-module__rnk_JG__footer:before{content:"";background:linear-gradient(90deg,#0000,#3b82f64d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__rnk_JG__container{max-width:1200px;margin:0 auto;padding:0 24px}.Footer-module__rnk_JG__content{grid-template-columns:1.5fr repeat(3,1fr);gap:64px;padding-bottom:64px;display:grid}.Footer-module__rnk_JG__brandSection{max-width:320px}.Footer-module__rnk_JG__brandLogo{align-items:center;gap:12px;margin-bottom:20px;display:flex}.Footer-module__rnk_JG__brandName{color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Footer-module__rnk_JG__brandDescription{color:#94a3b8;margin:0 0 24px;font-size:.9375rem;line-height:1.7}.Footer-module__rnk_JG__socialLinks{gap:12px;display:flex}.Footer-module__rnk_JG__socialLink{color:#94a3b8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.Footer-module__rnk_JG__socialLink:hover{color:#3b82f6;background:#3b82f61a;border-color:#3b82f64d;transform:translateY(-2px)}.Footer-module__rnk_JG__linkSection{flex-direction:column;display:flex}.Footer-module__rnk_JG__linkTitle{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 20px;font-size:.8125rem;font-weight:600}.Footer-module__rnk_JG__linkList{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__rnk_JG__linkList a{color:#cbd5e1;font-size:.9375rem;text-decoration:none;transition:all .2s;display:inline-block}.Footer-module__rnk_JG__linkList a:hover{color:#fff;transform:translate(4px)}.Footer-module__rnk_JG__comingSoon{color:#64748b;align-items:center;gap:8px;font-size:.9375rem;display:flex}.Footer-module__rnk_JG__badge{text-transform:uppercase;letter-spacing:.05em;color:#3b82f6;background:#3b82f61a;border-radius:4px;padding:3px 6px;font-size:.625rem;font-weight:600}.Footer-module__rnk_JG__bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:24px 0;display:flex}.Footer-module__rnk_JG__bottomLeft{align-items:center;gap:24px;display:flex}.Footer-module__rnk_JG__copyright{color:#64748b;margin:0;font-size:.875rem}.Footer-module__rnk_JG__bottomRight{align-items:center;gap:16px;display:flex}.Footer-module__rnk_JG__statusBadge{color:#94a3b8;background:#10b9811a;border:1px solid #10b98133;border-radius:100px;align-items:center;gap:8px;padding:6px 12px;font-size:.8125rem;display:flex}.Footer-module__rnk_JG__statusDot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Footer-module__rnk_JG__pulse}@keyframes Footer-module__rnk_JG__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:1024px){.Footer-module__rnk_JG__content{grid-template-columns:repeat(2,1fr);gap:48px}.Footer-module__rnk_JG__brandSection{grid-column:span 2;max-width:100%}}@media (max-width:640px){.Footer-module__rnk_JG__footer{padding:48px 0 0}.Footer-module__rnk_JG__content{grid-template-columns:1fr;gap:40px;padding-bottom:48px}.Footer-module__rnk_JG__brandSection{text-align:center;grid-column:span 1;max-width:100%}.Footer-module__rnk_JG__brandLogo,.Footer-module__rnk_JG__socialLinks{justify-content:center}.Footer-module__rnk_JG__linkSection{text-align:center}.Footer-module__rnk_JG__linkList a:hover{transform:none}.Footer-module__rnk_JG__comingSoon{justify-content:center}.Footer-module__rnk_JG__bottom{text-align:center;flex-direction:column;gap:16px;padding:20px 0}.Footer-module__rnk_JG__bottomLeft,.Footer-module__rnk_JG__bottomRight{justify-content:center}}
@keyframes SkeletonLoader-module__0H4HfW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.SkeletonLoader-module__0H4HfW__shimmer{background:linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 50%,#f1f5f9 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite SkeletonLoader-module__0H4HfW__shimmer}.SkeletonLoader-module__0H4HfW__fullContainer{background:linear-gradient(#f1f5f9 0%,#f8fafc 50%,#fff 100%);min-height:calc(100vh - 80px);padding:28px 32px}.SkeletonLoader-module__0H4HfW__spacer{height:48px}.SkeletonLoader-module__0H4HfW__cardsContainer{background:#e2e8f0;border-radius:10px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden;box-shadow:0 0 0 1px #0f172a0f,0 1px 2px #0f172a0a}.SkeletonLoader-module__0H4HfW__cardSkeleton{background:#fff;padding:14px 18px}.SkeletonLoader-module__0H4HfW__cardSkeleton:first-child{border-radius:10px 0 0 10px}.SkeletonLoader-module__0H4HfW__cardSkeleton:last-child{border-radius:0 10px 10px 0}.SkeletonLoader-module__0H4HfW__cardHeader{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.SkeletonLoader-module__0H4HfW__skeletonIcon{background:linear-gradient(90deg,#eff6ff 0%,#dbeafe 50%,#eff6ff 100%) 0 0/200% 100%;border-radius:8px;width:32px;height:32px;animation:1.5s ease-in-out infinite SkeletonLoader-module__0H4HfW__shimmer}.SkeletonLoader-module__0H4HfW__skeletonTrendIcon{background:linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 50%,#f1f5f9 100%) 0 0/200% 100%;border-radius:4px;width:18px;height:18px;animation:1.5s ease-in-out infinite SkeletonLoader-module__0H4HfW__shimmer}.SkeletonLoader-module__0H4HfW__cardContent{flex-direction:column;gap:4px;display:flex}.SkeletonLoader-module__0H4HfW__skeletonValue{background:linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 50%,#f1f5f9 100%) 0 0/200% 100%;border-radius:4px;width:60px;height:22px;animation:1.5s ease-in-out infinite SkeletonLoader-module__0H4HfW__shimmer}.SkeletonLoader-module__0H4HfW__skeletonLabel{background:linear-gradient(90deg,#f8fafc 0%,#f1f5f9 50%,#f8fafc 100%) 0 0/200% 100%;border-radius:3px;width:80px;height:10px;animation:1.5s ease-in-out infinite SkeletonLoader-module__0H4HfW__shimmer}.SkeletonLoader-module__0H4HfW__tableContainer{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 0 0 1px #0f172a14,0 1px 2px #0f172a0a,0 4px 16px #0f172a14}.SkeletonLoader-module__0H4HfW__tableHeader{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.SkeletonLoader-module__0H4HfW__skeletonHeaderCell{background:linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 50%,#f1f5f9 100%) 0 0/200% 100%;border-radius:3px;height:14px;animation:1.5s ease-in-out infinite SkeletonLoader-module__0H4HfW__shimmer}.SkeletonLoader-module__0H4HfW__skeletonHeaderCell:first-child{width:120px}.SkeletonLoader-module__0H4HfW__skeletonHeaderCell:last-child{border-radius:8px;width:100px;height:32px}.SkeletonLoader-module__0H4HfW__tableRow{background:#fff;border-bottom:1px solid #f1f5f9;grid-template-columns:2fr 1.2fr 1fr 1fr 1fr 1fr 1.2fr .8fr;gap:16px;padding:14px 24px;display:grid}.SkeletonLoader-module__0H4HfW__tableRow:nth-child(2n){background:#fafbfc}.SkeletonLoader-module__0H4HfW__tableRow:last-child{border-bottom:none}.SkeletonLoader-module__0H4HfW__skeletonCell{background:linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 50%,#f1f5f9 100%) 0 0/200% 100%;border-radius:4px;height:16px;animation:1.5s ease-in-out infinite SkeletonLoader-module__0H4HfW__shimmer}.SkeletonLoader-module__0H4HfW__skeletonCell:first-child{border-radius:6px;height:32px}.SkeletonLoader-module__0H4HfW__skeletonCell:nth-child(4),.SkeletonLoader-module__0H4HfW__skeletonCell:nth-child(5){border-radius:5px;max-width:80px;height:26px}@media (max-width:1100px){.SkeletonLoader-module__0H4HfW__cardsContainer{grid-template-columns:repeat(2,1fr)}.SkeletonLoader-module__0H4HfW__cardSkeleton:first-child{border-radius:10px 0 0}.SkeletonLoader-module__0H4HfW__cardSkeleton:nth-child(2){border-radius:0 10px 0 0}.SkeletonLoader-module__0H4HfW__cardSkeleton:nth-child(3){border-radius:0 0 0 10px}.SkeletonLoader-module__0H4HfW__cardSkeleton:last-child{border-radius:0 0 10px}}@media (max-width:768px){.SkeletonLoader-module__0H4HfW__fullContainer{padding:20px 16px}.SkeletonLoader-module__0H4HfW__spacer{height:24px}.SkeletonLoader-module__0H4HfW__cardsContainer{gap:1px}.SkeletonLoader-module__0H4HfW__cardSkeleton{padding:12px 14px}.SkeletonLoader-module__0H4HfW__skeletonIcon{width:24px;height:24px}.SkeletonLoader-module__0H4HfW__skeletonValue{width:50px;height:18px}.SkeletonLoader-module__0H4HfW__skeletonLabel{width:60px;height:8px}.SkeletonLoader-module__0H4HfW__tableHeader{padding:16px 20px}.SkeletonLoader-module__0H4HfW__tableRow{grid-template-columns:1fr;gap:10px;padding:14px 20px}.SkeletonLoader-module__0H4HfW__skeletonCell:first-child{height:28px}.SkeletonLoader-module__0H4HfW__skeletonCell:nth-child(n+6){display:none}}@media (max-width:480px){.SkeletonLoader-module__0H4HfW__fullContainer{padding:16px 12px}.SkeletonLoader-module__0H4HfW__cardsContainer{grid-template-columns:1fr 1fr}.SkeletonLoader-module__0H4HfW__cardSkeleton{padding:10px 12px}.SkeletonLoader-module__0H4HfW__tableHeader{padding:14px 16px}.SkeletonLoader-module__0H4HfW__tableRow{padding:12px 16px}}@media (prefers-reduced-motion:reduce){.SkeletonLoader-module__0H4HfW__skeletonIcon,.SkeletonLoader-module__0H4HfW__skeletonTrendIcon,.SkeletonLoader-module__0H4HfW__skeletonValue,.SkeletonLoader-module__0H4HfW__skeletonLabel,.SkeletonLoader-module__0H4HfW__skeletonHeaderCell,.SkeletonLoader-module__0H4HfW__skeletonCell{background:#e2e8f0;animation:none}}
.page-module__xXl1kW__pageWrapper{background:linear-gradient(#f1f5f9 0%,#f8fafc 50%,#fff 100%);flex-direction:column;min-height:100vh;padding-top:112px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.page-module__xXl1kW__guestBanner{z-index:90;background:#fffbeb;border-bottom:1px solid #fde68a;padding:10px 24px;position:fixed;top:72px;left:0;right:0}.page-module__xXl1kW__guestBannerContent{color:#92400e;justify-content:center;align-items:center;gap:8px;max-width:1100px;margin:0 auto;font-size:.8125rem;display:flex}.page-module__xXl1kW__guestBannerContent svg{opacity:.7;flex-shrink:0}.page-module__xXl1kW__guestBannerLink{color:#b45309;margin-left:4px;font-weight:600;text-decoration:none;transition:color .15s}.page-module__xXl1kW__guestBannerLink:hover{color:#92400e;text-decoration:underline}.page-module__xXl1kW__container{flex:1;max-width:1100px;margin:0 auto;padding:32px 24px 64px;animation:.3s ease-out page-module__xXl1kW__fadeIn}@keyframes page-module__xXl1kW__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.page-module__xXl1kW__pageWrapper{padding-top:104px}.page-module__xXl1kW__guestBanner{padding:8px 16px;top:64px}.page-module__xXl1kW__guestBannerContent{flex-wrap:wrap;gap:4px;font-size:.75rem}.page-module__xXl1kW__guestBannerContent span{text-align:center;flex:0 0 100%}.page-module__xXl1kW__guestBannerLink{margin-left:0}.page-module__xXl1kW__container{padding:24px 16px 48px}}@media (max-width:480px){.page-module__xXl1kW__pageWrapper{padding-top:100px}.page-module__xXl1kW__guestBanner{padding:8px 12px;top:60px}.page-module__xXl1kW__container{padding:16px 12px 32px}}@media (prefers-contrast:high){.page-module__xXl1kW__pageWrapper{background:#fff}.page-module__xXl1kW__guestBanner{border-bottom-width:2px}}@media (prefers-reduced-motion:reduce){.page-module__xXl1kW__container{animation:none}}
.page-module__fygdYG__container{max-width:800px;margin:0 auto;padding:2rem}
.page-module__X4iEwW__container{max-width:800px;margin:0 auto;padding:2rem}
.page-module__n4DOia__content{background:#f8fafc;min-height:calc(100vh - 80px);padding:32px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.5s ease-out page-module__n4DOia__fadeInUp}@keyframes page-module__n4DOia__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module__n4DOia__overviewCards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px;display:grid}.page-module__n4DOia__card{animation:.5s ease-out page-module__n4DOia__fadeInUp;animation-delay:var(--delay,0s);background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;transition:all .2s;box-shadow:0 4px 16px #0000000f}.page-module__n4DOia__card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000001f}.page-module__n4DOia__card:first-child{--delay:.1s}.page-module__n4DOia__card:nth-child(2){--delay:.2s}.page-module__n4DOia__card:nth-child(3){--delay:.3s}.page-module__n4DOia__card:nth-child(4){--delay:.4s}.page-module__n4DOia__cardHeader{align-items:center;gap:12px;margin-bottom:16px;display:flex}.page-module__n4DOia__cardIcon{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 12px #3b82f640}.page-module__n4DOia__cardTitle{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.page-module__n4DOia__cardValue{color:#1f2937;margin-bottom:4px;font-size:2rem;font-weight:700;line-height:1.2}.page-module__n4DOia__cardChange{color:#10b981;font-size:.75rem;font-weight:500}.page-module__n4DOia__chartsGrid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.page-module__n4DOia__chartCard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;animation:.5s ease-out .5s both page-module__n4DOia__fadeInUp;box-shadow:0 4px 16px #0000000f}.page-module__n4DOia__chartHeader{margin-bottom:24px}.page-module__n4DOia__chartTitle{color:#1f2937;margin:0 0 4px;font-size:1.125rem;font-weight:700}.page-module__n4DOia__chartSubtitle{color:#6b7280;margin:0;font-size:.875rem}.page-module__n4DOia__chart{height:300px}.page-module__n4DOia__chartContainer{justify-content:space-between;align-items:end;height:240px;margin-bottom:16px;padding:0 8px;display:flex}.page-module__n4DOia__chartBar{flex-direction:column;flex:1;align-items:center;gap:8px;max-width:60px;display:flex}.page-module__n4DOia__barGroup{align-items:end;gap:2px;width:100%;height:200px;display:flex}.page-module__n4DOia__bar{min-height:4px;animation:.8s ease-out page-module__n4DOia__growUp;animation-delay:var(--bar-delay,0s);border-radius:4px 4px 0 0;flex:1;transition:all .3s;animation-fill-mode:both}@keyframes page-module__n4DOia__growUp{0%{height:0}to{height:var(--final-height)}}.page-module__n4DOia__chartLabel{color:#6b7280;font-size:.75rem;font-weight:500}.page-module__n4DOia__chartLegend{justify-content:center;gap:16px;display:flex}.page-module__n4DOia__legendItem{color:#6b7280;align-items:center;gap:8px;font-size:.75rem;display:flex}.page-module__n4DOia__legendColor{border-radius:2px;width:12px;height:12px}.page-module__n4DOia__brandsChart{flex-direction:column;gap:16px;display:flex}.page-module__n4DOia__brandItem{grid-template-columns:1fr 2fr auto;align-items:center;gap:16px;display:grid}.page-module__n4DOia__brandInfo{flex-direction:column;gap:2px;display:flex}.page-module__n4DOia__brandName{color:#1f2937;font-size:.875rem;font-weight:600}.page-module__n4DOia__brandCount{color:#6b7280;font-size:.75rem}.page-module__n4DOia__brandBar{background:#f3f4f6;border-radius:8px;height:8px;position:relative;overflow:hidden}.page-module__n4DOia__brandProgress{height:100%;animation:.8s ease-out page-module__n4DOia__slideIn;animation-delay:var(--brand-delay,0s);background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:8px;transition:width .8s ease-out;animation-fill-mode:both}@keyframes page-module__n4DOia__slideIn{0%{width:0}to{width:var(--final-width)}}.page-module__n4DOia__brandItem:first-child .page-module__n4DOia__brandProgress{--brand-delay:.1s}.page-module__n4DOia__brandItem:nth-child(2) .page-module__n4DOia__brandProgress{--brand-delay:.2s}.page-module__n4DOia__brandItem:nth-child(3) .page-module__n4DOia__brandProgress{--brand-delay:.3s}.page-module__n4DOia__brandItem:nth-child(4) .page-module__n4DOia__brandProgress{--brand-delay:.4s}.page-module__n4DOia__brandItem:nth-child(5) .page-module__n4DOia__brandProgress{--brand-delay:.5s}.page-module__n4DOia__brandPercentage{color:#3b82f6;text-align:right;min-width:40px;font-size:.875rem;font-weight:600}.page-module__n4DOia__activityCard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;animation:.5s ease-out .6s both page-module__n4DOia__fadeInUp;box-shadow:0 4px 16px #0000000f}.page-module__n4DOia__activityHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.page-module__n4DOia__activityTitle{color:#1f2937;margin:0;font-size:1.125rem;font-weight:700}.page-module__n4DOia__viewAllButton{color:#3b82f6;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s}.page-module__n4DOia__viewAllButton:hover{background:#ebf4ff}.page-module__n4DOia__activityList{flex-direction:column;gap:16px;display:flex}.page-module__n4DOia__activityItem{border-radius:12px;align-items:flex-start;gap:12px;padding:12px;transition:all .2s;display:flex}.page-module__n4DOia__activityItem:hover{background:#f8fafc}.page-module__n4DOia__activityIcon{color:#3b82f6;background:#ebf4ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.page-module__n4DOia__activityContent{flex-direction:column;flex:1;gap:4px;display:flex}.page-module__n4DOia__activityText{color:#1f2937;font-size:.875rem;font-weight:500}.page-module__n4DOia__activityTime{color:#6b7280;font-size:.75rem}.page-module__n4DOia__activityStatus{text-transform:capitalize;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:500}.page-module__n4DOia__activityStatus.page-module__n4DOia__success{color:#166534;background:#dcfce7}.page-module__n4DOia__activityStatus.page-module__n4DOia__partial{color:#92400e;background:#fef3c7}.page-module__n4DOia__activityStatus.page-module__n4DOia__failed{color:#991b1b;background:#fee2e2}.page-module__n4DOia__loadingState{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.page-module__n4DOia__loadingState p{margin-top:16px;font-size:1rem}.page-module__n4DOia__spinner{border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:48px;height:48px;animation:1s linear infinite page-module__n4DOia__spin}@keyframes page-module__n4DOia__spin{to{transform:rotate(360deg)}}.page-module__n4DOia__emptyState{color:#6b7280;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.page-module__n4DOia__emptyState p{margin:0 0 16px;font-size:1rem}.page-module__n4DOia__retryButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:10px 20px;font-size:.875rem;font-weight:500;transition:background .2s}.page-module__n4DOia__retryButton:hover{background:#2563eb}.page-module__n4DOia__chartEmpty{color:#6b7280;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:200px;display:flex}.page-module__n4DOia__chartEmpty p{margin:0;font-size:.875rem}.page-module__n4DOia__chartEmptyHint{color:#9ca3af;margin-top:8px;font-size:.75rem}.page-module__n4DOia__activityEmpty{color:#6b7280;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.page-module__n4DOia__activityEmpty p{margin:0;font-size:.875rem}.page-module__n4DOia__activityEmptyHint{color:#9ca3af;margin-top:8px;font-size:.75rem}@media (max-width:1024px){.page-module__n4DOia__chartsGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module__n4DOia__content{padding:20px 16px}.page-module__n4DOia__overviewCards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.page-module__n4DOia__card{padding:20px}.page-module__n4DOia__cardIcon{width:36px;height:36px}.page-module__n4DOia__cardValue{font-size:1.5rem}.page-module__n4DOia__cardTitle{font-size:.8125rem}.page-module__n4DOia__chartCard{padding:20px}.page-module__n4DOia__chartContainer{height:180px}.page-module__n4DOia__barGroup{height:140px}.page-module__n4DOia__brandItem{grid-template-columns:1fr;gap:8px}.page-module__n4DOia__brandBar{grid-column:1}.page-module__n4DOia__brandPercentage{text-align:left;grid-column:1}}@media (max-width:480px){.page-module__n4DOia__content{padding:16px 12px}.page-module__n4DOia__overviewCards{grid-template-columns:1fr;gap:12px}.page-module__n4DOia__card{padding:16px}.page-module__n4DOia__cardHeader{margin-bottom:12px}.page-module__n4DOia__cardIcon{width:32px;height:32px}.page-module__n4DOia__cardValue{font-size:1.25rem}.page-module__n4DOia__activityCard{padding:16px}.page-module__n4DOia__activityItem{padding:8px}}@media (prefers-contrast:high){.page-module__n4DOia__content{background:#fff}.page-module__n4DOia__card,.page-module__n4DOia__chartCard,.page-module__n4DOia__activityCard{border-color:#000}}@media (prefers-reduced-motion:reduce){.page-module__n4DOia__content,.page-module__n4DOia__card,.page-module__n4DOia__chartCard,.page-module__n4DOia__activityCard,.page-module__n4DOia__bar,.page-module__n4DOia__brandProgress{animation:none}.page-module__n4DOia__card:hover{transform:none}}
.page-module__ZvsrYq__content{background:linear-gradient(#f1f5f9 0%,#f8fafc 50%,#fff 100%);min-height:calc(100vh - 80px);padding:24px 32px 48px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.3s ease-out page-module__ZvsrYq__fadeIn}@keyframes page-module__ZvsrYq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.page-module__ZvsrYq__content{padding:16px 12px 32px}}@media (max-width:480px){.page-module__ZvsrYq__content{padding:12px 8px 24px}}@media (prefers-contrast:high){.page-module__ZvsrYq__content{background:#fff}}@media (prefers-reduced-motion:reduce){.page-module__ZvsrYq__content{animation:none}}
.page-module__PLrzCa__content{background:linear-gradient(#f1f5f9 0%,#f8fafc 50%,#fff 100%);min-height:calc(100vh - 80px);padding:28px 32px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-module__PLrzCa__historySection{margin-top:48px}.page-module__PLrzCa__loading{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;min-height:60vh;font-size:.875rem;font-weight:500;animation:2s infinite page-module__PLrzCa__pulse;display:flex;box-shadow:0 1px 3px #0000000a}@keyframes page-module__PLrzCa__pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:1200px){.page-module__PLrzCa__content{padding:28px 32px}.page-module__PLrzCa__historySection{margin-top:32px}}@media (max-width:768px){.page-module__PLrzCa__content{min-height:calc(100vh - 60px);padding:20px 16px}.page-module__PLrzCa__historySection{margin-top:24px}.page-module__PLrzCa__loading{min-height:50vh;margin:12px 0;font-size:.8125rem}}@media (max-width:480px){.page-module__PLrzCa__content{min-height:calc(100vh - 52px);padding:16px 12px}.page-module__PLrzCa__historySection{margin-top:20px}.page-module__PLrzCa__loading{min-height:40vh;margin:8px 0;font-size:.75rem}}@media (prefers-contrast:high){.page-module__PLrzCa__content{background:#fff}.page-module__PLrzCa__loading{border-color:#000}}@media (prefers-reduced-motion:reduce){.page-module__PLrzCa__loading,.page-module__PLrzCa__historySection{animation:none}}
.page-module__ZJ9isG__content{background:#f8fafc;min-height:calc(100vh - 80px);padding:32px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.5s ease-out page-module__ZJ9isG__fadeInUp}@keyframes page-module__ZJ9isG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module__ZJ9isG__profileContainer{max-width:900px;margin:0 auto}.page-module__ZJ9isG__profileHeader{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 50%,#60a5fa 100%);border-radius:20px;margin-bottom:24px;padding:40px;position:relative;overflow:hidden;box-shadow:0 8px 32px #3b82f640}.page-module__ZJ9isG__profileHeader:before{content:"";pointer-events:none;background:radial-gradient(#ffffff1a 0%,#0000 70%);width:60%;height:200%;position:absolute;top:-50%;right:-20%}.page-module__ZJ9isG__headerContent{z-index:1;align-items:center;gap:32px;display:flex;position:relative}.page-module__ZJ9isG__avatarSection{flex-shrink:0}.page-module__ZJ9isG__avatar{background:#ffffff1a;border:4px solid #ffffff4d;border-radius:50%;width:140px;height:140px;overflow:hidden;box-shadow:0 8px 24px #0003}.page-module__ZJ9isG__avatarImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.page-module__ZJ9isG__avatarPlaceholder{color:#fff;background:linear-gradient(135deg,#fff3 0%,#ffffff0d 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:3.5rem;font-weight:700;display:flex}.page-module__ZJ9isG__userInfo{color:#fff;flex:1}.page-module__ZJ9isG__displayName{text-shadow:0 2px 4px #0000001a;margin:0 0 4px;font-size:2rem;font-weight:700}.page-module__ZJ9isG__username{opacity:.85;margin:0 0 12px;font-size:1.125rem;font-weight:500}.page-module__ZJ9isG__userMeta{flex-wrap:wrap;gap:16px;margin-top:16px;display:flex}.page-module__ZJ9isG__metaItem{opacity:.9;align-items:center;gap:8px;font-size:.875rem;display:flex}.page-module__ZJ9isG__metaIcon{opacity:.8;width:18px;height:18px}.page-module__ZJ9isG__editButton{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;position:absolute;top:24px;right:24px}.page-module__ZJ9isG__editButton:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.page-module__ZJ9isG__profileGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;display:grid}.page-module__ZJ9isG__profileCard{animation:.5s ease-out page-module__ZJ9isG__fadeInUp;animation-delay:var(--delay,0s);background:#fff;border:1px solid #e5e7eb;border-radius:16px;animation-fill-mode:both;overflow:hidden;box-shadow:0 4px 16px #0000000f}.page-module__ZJ9isG__profileCard:first-child{--delay:.1s}.page-module__ZJ9isG__profileCard:nth-child(2){--delay:.2s}.page-module__ZJ9isG__profileCard:nth-child(3){--delay:.3s}.page-module__ZJ9isG__cardHeader{align-items:center;gap:16px;margin-bottom:20px;padding:24px 24px 0;display:flex}.page-module__ZJ9isG__cardIcon{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #3b82f640}.page-module__ZJ9isG__cardTitle{color:#1f2937;margin:0;font-size:1.25rem;font-weight:700}.page-module__ZJ9isG__cardContent{padding:0 24px 24px}.page-module__ZJ9isG__infoItem{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;padding:16px 0;display:flex}.page-module__ZJ9isG__infoItem:last-child{border-bottom:none;padding-bottom:0}.page-module__ZJ9isG__infoItem:first-child{padding-top:0}.page-module__ZJ9isG__infoLabel{color:#6b7280;font-size:.875rem;font-weight:500}.page-module__ZJ9isG__infoValue{color:#1f2937;text-align:right;word-break:break-word;max-width:60%;font-size:.875rem;font-weight:600}.page-module__ZJ9isG__infoValueEmpty{color:#9ca3af;font-style:italic;font-weight:400}.page-module__ZJ9isG__bioSection{margin-top:16px}.page-module__ZJ9isG__bioLabel{color:#374151;margin-bottom:8px;font-size:.875rem;font-weight:600}.page-module__ZJ9isG__bioText{color:#4b5563;white-space:pre-wrap;font-size:.875rem;line-height:1.6}.page-module__ZJ9isG__bioEmpty{color:#9ca3af;font-size:.875rem;font-style:italic}.page-module__ZJ9isG__statusBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.page-module__ZJ9isG__statusPublic{color:#059669;background:#d1fae5}.page-module__ZJ9isG__statusPrivate{color:#dc2626;background:#fee2e2}.page-module__ZJ9isG__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:400px;display:flex}.page-module__ZJ9isG__spinner{border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:48px;height:48px;animation:1s linear infinite page-module__ZJ9isG__spin}@keyframes page-module__ZJ9isG__spin{to{transform:rotate(360deg)}}.page-module__ZJ9isG__loadingText{color:#6b7280;font-size:.875rem}.page-module__ZJ9isG__emptyState{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:60px 40px}.page-module__ZJ9isG__emptyIcon{color:#9ca3af;background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.page-module__ZJ9isG__emptyTitle{color:#1f2937;margin:0 0 8px;font-size:1.25rem;font-weight:700}.page-module__ZJ9isG__emptyDescription{color:#6b7280;margin:0 0 24px;font-size:.875rem}.page-module__ZJ9isG__setupButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.page-module__ZJ9isG__setupButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f659}@media (max-width:768px){.page-module__ZJ9isG__content{padding:20px 16px}.page-module__ZJ9isG__profileHeader{padding:24px}.page-module__ZJ9isG__headerContent{text-align:center;flex-direction:column;gap:20px}.page-module__ZJ9isG__avatar{width:100px;height:100px}.page-module__ZJ9isG__avatarPlaceholder{font-size:2.5rem}.page-module__ZJ9isG__displayName{font-size:1.5rem}.page-module__ZJ9isG__username{font-size:1rem}.page-module__ZJ9isG__userMeta{justify-content:center}.page-module__ZJ9isG__editButton{justify-content:center;width:100%;margin-top:16px;position:static}.page-module__ZJ9isG__profileGrid{grid-template-columns:1fr;gap:20px}.page-module__ZJ9isG__cardHeader{margin-bottom:16px;padding:20px 20px 0}.page-module__ZJ9isG__cardContent{padding:0 20px 20px}.page-module__ZJ9isG__cardIcon{width:40px;height:40px}.page-module__ZJ9isG__cardTitle{font-size:1.125rem}.page-module__ZJ9isG__infoItem{flex-direction:column;gap:4px}.page-module__ZJ9isG__infoValue{text-align:left;max-width:100%}}@media (max-width:480px){.page-module__ZJ9isG__content{padding:16px 12px}.page-module__ZJ9isG__profileHeader{border-radius:16px;padding:20px}.page-module__ZJ9isG__avatar{width:80px;height:80px}.page-module__ZJ9isG__displayName{font-size:1.25rem}.page-module__ZJ9isG__userMeta{flex-direction:column;gap:8px}.page-module__ZJ9isG__cardHeader{padding:16px 16px 0}.page-module__ZJ9isG__cardContent{padding:0 16px 16px}}@media (prefers-reduced-motion:reduce){.page-module__ZJ9isG__content,.page-module__ZJ9isG__profileCard,.page-module__ZJ9isG__editButton,.page-module__ZJ9isG__setupButton,.page-module__ZJ9isG__spinner{transition:none;animation:none}}
.page-module__05_Gla__content{background:#f8fafc;min-height:calc(100vh - 80px);padding:32px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.5s ease-out page-module__05_Gla__fadeInUp}@keyframes page-module__05_Gla__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module__05_Gla__settingsGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;max-width:1200px;margin:0 auto;display:grid}.page-module__05_Gla__settingsCard{animation:.5s ease-out page-module__05_Gla__fadeInUp;animation-delay:var(--delay,0s);background:#fff;border:1px solid #e5e7eb;border-radius:16px;animation-fill-mode:both;overflow:hidden;box-shadow:0 4px 16px #0000000f}.page-module__05_Gla__settingsCard:first-child{--delay:.1s}.page-module__05_Gla__settingsCard:nth-child(2){--delay:.2s}.page-module__05_Gla__settingsCard:nth-child(3){--delay:.3s}.page-module__05_Gla__settingsCard:nth-child(4){--delay:.4s}.page-module__05_Gla__cardHeader{align-items:center;gap:16px;margin-bottom:20px;padding:24px 24px 0;display:flex}.page-module__05_Gla__cardIcon{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #3b82f640}.page-module__05_Gla__cardTitle{color:#1f2937;margin:0;font-size:1.25rem;font-weight:700}.page-module__05_Gla__cardContent{padding:0 24px 24px}.page-module__05_Gla__settingItem{margin-bottom:24px}.page-module__05_Gla__settingItem:last-child{margin-bottom:0}.page-module__05_Gla__settingLabel{color:#374151;letter-spacing:.025em;margin-bottom:8px;font-size:.875rem;font-weight:600;display:block}.page-module__05_Gla__settingInput{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s}.page-module__05_Gla__settingInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.page-module__05_Gla__settingInput:disabled{color:#6b7280;cursor:not-allowed;background:#f9fafb}.page-module__05_Gla__settingSelect{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s}.page-module__05_Gla__settingSelect:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.page-module__05_Gla__settingHint{color:#6b7280;margin-top:6px;font-size:.75rem;font-style:italic;display:block}.page-module__05_Gla__toggleGroup{justify-content:space-between;align-items:center;gap:16px;display:flex}.page-module__05_Gla__toggleInfo{flex-direction:column;flex:1;gap:4px;display:flex}.page-module__05_Gla__toggleLabel{color:#1f2937;font-size:.875rem;font-weight:600}.page-module__05_Gla__toggleDescription{color:#6b7280;font-size:.75rem;line-height:1.4}.page-module__05_Gla__toggle{flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.page-module__05_Gla__toggle input{opacity:0;width:0;height:0}.page-module__05_Gla__toggleSlider{cursor:pointer;background-color:#d1d5db;border-radius:24px;transition:all .3s;position:absolute;inset:0}.page-module__05_Gla__toggleSlider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #0003}.page-module__05_Gla__toggle input:checked+.page-module__05_Gla__toggleSlider{background-color:#3b82f6}.page-module__05_Gla__toggle input:checked+.page-module__05_Gla__toggleSlider:before{transform:translate(20px)}.page-module__05_Gla__toggle input:focus+.page-module__05_Gla__toggleSlider{box-shadow:0 0 0 3px #3b82f61a}.page-module__05_Gla__dangerButton{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:8px;margin-bottom:8px;padding:12px 16px;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.page-module__05_Gla__dangerButton:hover{background:#fee2e2;border-color:#fca5a5;transform:translateY(-1px);box-shadow:0 4px 12px #dc262626}.page-module__05_Gla__dangerButton:active{transform:translateY(0)}@media (max-width:768px){.page-module__05_Gla__content{padding:20px 16px}.page-module__05_Gla__settingsGrid{grid-template-columns:1fr;gap:20px}.page-module__05_Gla__cardHeader{margin-bottom:16px;padding:20px 20px 0}.page-module__05_Gla__cardContent{padding:0 20px 20px}.page-module__05_Gla__cardIcon{width:40px;height:40px}.page-module__05_Gla__cardTitle{font-size:1.125rem}.page-module__05_Gla__settingItem{margin-bottom:20px}.page-module__05_Gla__settingInput,.page-module__05_Gla__settingSelect{font-size:16px}.page-module__05_Gla__toggleGroup{flex-direction:column;align-items:flex-start;gap:12px}.page-module__05_Gla__toggle{align-self:flex-end}}@media (max-width:480px){.page-module__05_Gla__content{padding:16px 12px}.page-module__05_Gla__settingsGrid{gap:16px}.page-module__05_Gla__cardHeader{text-align:center;flex-direction:column;gap:12px;padding:16px 16px 0}.page-module__05_Gla__cardContent{padding:0 16px 16px}.page-module__05_Gla__cardIcon{width:36px;height:36px}.page-module__05_Gla__cardTitle{font-size:1rem}.page-module__05_Gla__settingItem{margin-bottom:16px}.page-module__05_Gla__settingInput,.page-module__05_Gla__settingSelect{padding:10px 12px}}@media (prefers-contrast:high){.page-module__05_Gla__content{background:#fff}.page-module__05_Gla__settingsCard,.page-module__05_Gla__settingInput,.page-module__05_Gla__settingSelect{border-color:#000}.page-module__05_Gla__toggleSlider{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.page-module__05_Gla__content,.page-module__05_Gla__settingsCard,.page-module__05_Gla__settingInput,.page-module__05_Gla__settingSelect,.page-module__05_Gla__toggleSlider,.page-module__05_Gla__toggleSlider:before,.page-module__05_Gla__dangerButton{transition:none;animation:none}.page-module__05_Gla__dangerButton:hover{transform:none}}.page-module__05_Gla__settingInput:focus-visible,.page-module__05_Gla__settingSelect:focus-visible,.page-module__05_Gla__toggle input:focus-visible+.page-module__05_Gla__toggleSlider,.page-module__05_Gla__dangerButton:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.page-module__05_Gla__avatarContainer{align-items:center;gap:16px;margin-bottom:16px;display:flex}.page-module__05_Gla__avatarPreview{cursor:pointer;border:3px solid #e5e7eb;border-radius:50%;width:120px;height:120px;transition:all .3s;position:relative;overflow:hidden}.page-module__05_Gla__avatarPreview:hover{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f64d}.page-module__05_Gla__avatarImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.page-module__05_Gla__avatarPlaceholder{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:2.5rem;font-weight:700;display:flex}.page-module__05_Gla__avatarOverlay{opacity:0;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.page-module__05_Gla__avatarPreview:hover .page-module__05_Gla__avatarOverlay{opacity:1}.page-module__05_Gla__avatarOverlay span{color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.page-module__05_Gla__avatarInput{display:none}.page-module__05_Gla__deleteAvatarButton{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s}.page-module__05_Gla__deleteAvatarButton:hover{background:#fee2e2;border-color:#fca5a5}.page-module__05_Gla__deleteAvatarButton:disabled{opacity:.5;cursor:not-allowed}.page-module__05_Gla__settingTextarea{color:#1f2937;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;min-height:100px;padding:12px 16px;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s}.page-module__05_Gla__settingTextarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.page-module__05_Gla__saveMessage{color:#fff;z-index:1000;background:#10b981;border-radius:12px;align-items:center;gap:8px;padding:16px 24px;font-size:.875rem;font-weight:600;animation:.3s ease-out page-module__05_Gla__slideInRight;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 4px 16px #10b9814d}.page-module__05_Gla__saveMessageError{background:#ef4444;box-shadow:0 4px 16px #ef44444d}@keyframes page-module__05_Gla__slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.page-module__05_Gla__floatingSaveBar{z-index:1000;background:linear-gradient(135deg,#1f2937 0%,#111827 100%);justify-content:space-between;align-items:center;padding:16px 32px;animation:.3s ease-out page-module__05_Gla__slideUp;display:flex;position:fixed;bottom:0;left:80px;right:0;box-shadow:0 -4px 20px #00000026}@keyframes page-module__05_Gla__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.page-module__05_Gla__unsavedText{color:#fcd34d;align-items:center;gap:8px;font-size:.875rem;font-weight:500;display:flex}.page-module__05_Gla__unsavedText:before{content:"";background:#fcd34d;border-radius:50%;width:8px;height:8px;animation:1.5s infinite page-module__05_Gla__pulse}@keyframes page-module__05_Gla__pulse{0%,to{opacity:1}50%{opacity:.5}}.page-module__05_Gla__floatingSaveButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #3b82f666}.page-module__05_Gla__floatingSaveButton:hover:not(:disabled){background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-2px);box-shadow:0 6px 16px #3b82f680}.page-module__05_Gla__floatingSaveButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.page-module__05_Gla__floatingSaveButton .page-module__05_Gla__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite page-module__05_Gla__spin}@keyframes page-module__05_Gla__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.page-module__05_Gla__floatingSaveBar{flex-direction:column;gap:12px;padding:12px 16px;left:0}.page-module__05_Gla__floatingSaveButton{justify-content:center;width:100%}}
