.Auth-module__0SISqq__container{background:0 0;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.Auth-module__0SISqq__backgroundGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#ffb76926,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Auth-module__0SISqq__content{z-index:10;width:100%;max-width:440px;position:relative}.Auth-module__0SISqq__header{text-align:center;margin-bottom:24px}.Auth-module__0SISqq__logo{font-family:var(--font-display);color:#1a1a1a;justify-content:center;align-items:center;gap:12px;margin-bottom:16px;font-size:32px;font-weight:800;display:flex}.Auth-module__0SISqq__logoIcon{color:#ff9736}.Auth-module__0SISqq__title{color:#1a1a1a;margin-bottom:8px;font-size:32px}.Auth-module__0SISqq__subtitle{color:#6b7280;font-size:16px}.Auth-module__0SISqq__card{-webkit-backdrop-filter:blur(20px);border:1px solid #ff7a1a26;border-radius:40px;padding:40px;transition:transform .5s,box-shadow .5s;transform:perspective(1000px)rotateX(0);box-shadow:0 4px 6px #0000000d,0 10px 20px #ff7a1a1a,0 20px 40px #ff7a1a0d;background:#fff9!important}.Auth-module__0SISqq__card:hover{transform:perspective(1000px)rotateX(2deg)translateY(-12px);box-shadow:0 12px 16px #0000001a,0 20px 40px #ff7a1a33,0 40px 80px #ff7a1a1a}.Auth-module__0SISqq__tabs{background:#ffffff80;border:1px solid #ff7a1a33;border-radius:24px;margin-bottom:24px;padding:4px;display:flex;box-shadow:0 2px 8px #ff7a1a14}.Auth-module__0SISqq__tab{text-align:center;color:#6b7280;border-radius:20px;flex:1;padding:12px;font-size:15px;font-weight:600;transition:all .4s}.Auth-module__0SISqq__activeTab{color:#fff;background:#ff9736;transition:all .4s;transform:translateY(-3px);box-shadow:0 4px 12px #ff97364d,0 2px 4px #ff973633}.Auth-module__0SISqq__error{color:#f87171;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:20px;padding:12px;font-size:14px;animation:.4s Auth-module__0SISqq__slideIn}.Auth-module__0SISqq__success{color:#4ade80;text-align:center;background:#22c55e1a;border:1px solid #22c55e33;border-radius:20px;padding:12px;font-size:14px;animation:.4s Auth-module__0SISqq__slideIn}.Auth-module__0SISqq__inputGroup{flex-direction:column;gap:8px;display:flex}.Auth-module__0SISqq__inputGroup label{color:#4b5563;font-size:14px;font-weight:600}.Auth-module__0SISqq__inputWrapper{align-items:center;display:flex;position:relative}.Auth-module__0SISqq__inputIcon{color:#9ca3af;position:absolute;left:16px}.Auth-module__0SISqq__inputWrapper input{color:#1a1a1a;background:#ffffffb3;border:1px solid #ff7a1a33;border-radius:20px;width:100%;padding:14px 16px 14px 48px;font-size:16px;transition:all .4s;box-shadow:0 2px 4px #ff7a1a0d}.Auth-module__0SISqq__inputWrapper input:focus{border-color:#ff9736;outline:none;transition:all .4s;transform:translateY(-3px);box-shadow:0 0 0 3px #ff973626,0 4px 12px #ff97361a}.Auth-module__0SISqq__submitButton{width:100%;margin-top:8px}.Auth-module__0SISqq__spinner{animation:1s linear infinite Auth-module__0SISqq__spin}@keyframes Auth-module__0SISqq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Auth-module__0SISqq__slideIn{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.Auth-module__0SISqq__footer{text-align:center;color:#6b7280;margin-top:32px;font-size:14px}.Auth-module__0SISqq__footer a{color:#ff9736;font-weight:600}
.Button-module__0yBoUG__button{cursor:pointer;font-weight:600;font-family:var(--font-sans);white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.Button-module__0yBoUG__sm{height:36px;padding:8px 16px;font-size:13px}.Button-module__0yBoUG__md{height:42px;padding:12px 24px;font-size:14px}.Button-module__0yBoUG__lg{height:48px;padding:16px 32px;font-size:15px}.Button-module__0yBoUG__primary{color:#fff;background:linear-gradient(135deg,#ffb869 0%,#ff9736 100%);border:1px solid #ffb8694d;box-shadow:0 4px 14px #ffb8694d,0 0 20px #ffb86926}.Button-module__0yBoUG__primary:hover{background:linear-gradient(135deg,#ffa85b 0%,#ff8c42 100%);transform:translateY(-1px);box-shadow:0 6px 20px #ffb86966,0 0 30px #ffb86940}.Button-module__0yBoUG__primary:active{transform:translateY(0)}.Button-module__0yBoUG__secondary{color:#1a1a1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9f4cc;border:1px solid #ff973626}.Button-module__0yBoUG__secondary:hover{background:#fff3e6e6;border-color:#ffb86940;transform:translateY(-1px)}.Button-module__0yBoUG__danger{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#f87171 100%);border:1px solid #ef44444d;box-shadow:0 4px 14px #ef44444d}.Button-module__0yBoUG__danger:hover{background:linear-gradient(135deg,#dc2626 0%,#ef4444 100%);transform:translateY(-1px);box-shadow:0 6px 20px #ef444466}.Button-module__0yBoUG__ghost{color:#6b7280;background:0 0;border:1px solid #0000}.Button-module__0yBoUG__ghost:hover{color:#1a1a1a;background:#fff3e680;border-color:#ff973626}.Button-module__0yBoUG__outline{color:#ffb869;background:0 0;border:1px solid #ffb86980}.Button-module__0yBoUG__outline:hover{background:#ffdab033;border-color:#ffb869;transform:translateY(-1px)}.Button-module__0yBoUG__button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}
.GlassCard-module__1M2N6q__card{-webkit-backdrop-filter:blur(20px);background:#11151ccc;border:1px solid #ffffff14;border-radius:16px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 24px #0006}.GlassCard-module__1M2N6q__hoverable:hover{background:#171c24e6;border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 8px 32px #00000080}.GlassCard-module__1M2N6q__specular{pointer-events:none;z-index:0;background:linear-gradient(135deg,#ffffff08 0%,#0000 50%);position:absolute;inset:0}.GlassCard-module__1M2N6q__content{z-index:1;padding:24px;position:relative}
.Franchise-module__hZ9U0a__container{flex-direction:column;gap:28px;width:100%;display:flex}.Franchise-module__hZ9U0a__titleSection{margin-bottom:8px}.Franchise-module__hZ9U0a__titleSection h2{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.02em;margin-bottom:6px;font-size:28px;font-weight:800}.Franchise-module__hZ9U0a__description{color:#6b7280;font-size:14px}.Franchise-module__hZ9U0a__statsGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;display:grid}.Franchise-module__hZ9U0a__statCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9f4b3;border:1px solid #ff973626;border-radius:20px;flex-direction:column;gap:10px;padding:24px;transition:all .3s;display:flex;box-shadow:0 4px 20px #ff97360a}.Franchise-module__hZ9U0a__statCard:hover{background:#fff3e6d9;border-color:#ff973640;transform:translateY(-3px);box-shadow:0 8px 30px #ff973614}.Franchise-module__hZ9U0a__statLabel{color:#8c8c8c;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.Franchise-module__hZ9U0a__statValue{color:#1a1a1a;letter-spacing:-.01em;font-size:32px;font-weight:800}.Franchise-module__hZ9U0a__keySetupCard{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fff3e699 0%,#fff9f4e6 100%);border:1px solid #ff973640;border-radius:24px;flex-direction:column;align-items:center;gap:20px;max-width:600px;margin:0 auto;padding:40px;display:flex;box-shadow:0 10px 40px #ff97360d}.Franchise-module__hZ9U0a__card{-webkit-backdrop-filter:blur(20px);background:#fff9f4b3;border:1px solid #ff97362e;border-radius:24px;width:100%;max-width:600px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 10px 30px #ff97360d,0 1px 3px #ff973608}.Franchise-module__hZ9U0a__keySetupIcon{color:#ff8c42;background:#ff8c421a;border:1px solid #ff8c4226;border-radius:20px;justify-content:center;align-items:center;margin-bottom:8px;padding:20px;display:flex;box-shadow:0 8px 16px #ff8c420d}.Franchise-module__hZ9U0a__keyDisplayBox{font-family:"Space Grotesk",var(--font-sans),monospace;color:#ff8c42;letter-spacing:2px;cursor:pointer;background:#fff3e6cc;border:1.5px dashed #ff8c4280;border-radius:16px;justify-content:center;align-items:center;gap:12px;padding:16px 32px;font-size:24px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 0 20px #ff8c4214,inset 0 2px 4px #ff8c420a}.Franchise-module__hZ9U0a__keyDisplayBox:hover{background:#fff3e6;border-color:#ff8c42;transform:scale(1.02);box-shadow:0 0 25px #ff8c4226,inset 0 2px 4px #ff8c420f}.Franchise-module__hZ9U0a__copyButton{color:#fff;cursor:pointer;background:#ff8c42;border:1px solid #ff8c4233;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #ff8c4233}.Franchise-module__hZ9U0a__copyButton:hover{background:#ff9b58;transform:translateY(-2px);box-shadow:0 6px 16px #ff8c424d}.Franchise-module__hZ9U0a__copyButton:active{transform:translateY(0)}.Franchise-module__hZ9U0a__tableContainer{background:#fff9f4b3;border:1px solid #ff973626;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #ff97360a}.Franchise-module__hZ9U0a__table{border-collapse:collapse;text-align:left;width:100%;font-size:14px}.Franchise-module__hZ9U0a__table th{color:#1a1a1a;font-weight:700;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.06em;background:#fff3e666;border-bottom:1.5px solid #ff97361f;padding:16px 20px;font-size:12px}.Franchise-module__hZ9U0a__table td{color:#4b5563;vertical-align:middle;border-bottom:1px solid #ff973614;padding:16px 20px}.Franchise-module__hZ9U0a__expandableRow{cursor:pointer;transition:background-color .2s}.Franchise-module__hZ9U0a__expandableRow:hover{background:#fff3e640}.Franchise-module__hZ9U0a__atRiskRow td:first-child{border-left:1px solid #eab3084d;box-shadow:inset 4px 0 #eab308}.Franchise-module__hZ9U0a__expandedRowContent{background:#fff3e61f}.Franchise-module__hZ9U0a__nestedTableWrapper{border-bottom:1px solid #ff973614;padding:20px 24px 28px}.Franchise-module__hZ9U0a__nestedTitle{color:#e6701e;align-items:center;gap:8px;margin-bottom:14px;font-size:14px;font-weight:700;display:flex}.Franchise-module__hZ9U0a__nestedTable{border-collapse:collapse;background:#fff9;border:1px solid #ff97361a;border-radius:12px;width:100%;font-size:13px;overflow:hidden}.Franchise-module__hZ9U0a__nestedTable th{color:#6b7280;background:#fff3e680;border-bottom:1px solid #ff973614;padding:12px 18px}.Franchise-module__hZ9U0a__nestedTable td{color:#4b5563;border-bottom:1px solid #ff97360f;padding:12px 18px}.Franchise-module__hZ9U0a__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#1a1a1a66;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Franchise-module__hZ9U0a__modalContent{background:#fff9f4fa;border:1px solid #ff973640;border-radius:24px;flex-direction:column;width:100%;max-width:580px;max-height:85vh;display:flex;overflow-y:auto;box-shadow:0 20px 50px #ff8c4226}.Franchise-module__hZ9U0a__modalHeader{border-bottom:1px solid #ff97361f;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.Franchise-module__hZ9U0a__modalHeader h3{font-family:var(--font-display);color:#1a1a1a;font-size:20px;font-weight:700}.Franchise-module__hZ9U0a__closeButton{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.Franchise-module__hZ9U0a__closeButton:hover{color:#1a1a1a;background:#ff97361a}.Franchise-module__hZ9U0a__modalBody{flex-direction:column;gap:20px;padding:28px;display:flex}.Franchise-module__hZ9U0a__modalFooter{border-top:1px solid #ff97361f;justify-content:flex-end;gap:12px;padding:20px 28px;display:flex}.Franchise-module__hZ9U0a__jsonPre{color:#8b5cf6;background:#fff3e64d;border:1px solid #ff973626;border-radius:12px;max-height:350px;padding:16px;font-family:monospace;font-size:12px;overflow-x:auto}.Franchise-module__hZ9U0a__formGroup{flex-direction:column;gap:6px;display:flex}.Franchise-module__hZ9U0a__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Franchise-module__hZ9U0a__label{color:#4b5563;font-size:13px;font-weight:700}.Franchise-module__hZ9U0a__input,.Franchise-module__hZ9U0a__textarea,.Franchise-module__hZ9U0a__select{color:#1a1a1a;background:#fffc;border:1px solid #ff973633;border-radius:10px;width:100%;padding:12px 16px;font-size:14px;transition:all .2s}.Franchise-module__hZ9U0a__input:focus,.Franchise-module__hZ9U0a__textarea:focus,.Franchise-module__hZ9U0a__select:focus{background:#fff;border-color:#ff8c42;outline:none;box-shadow:0 0 0 3px #ff8c421f}.Franchise-module__hZ9U0a__textarea{resize:vertical;min-height:100px}.Franchise-module__hZ9U0a__bulkOptions{flex-direction:column;gap:16px;display:flex}.Franchise-module__hZ9U0a__fileInputWrapper{cursor:pointer;background:#fff3e64d;border:1.5px dashed #ff97364d;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:24px;transition:all .2s;display:flex}.Franchise-module__hZ9U0a__fileInputWrapper:hover{background:#fff3e699;border-color:#ff8c42}.Franchise-module__hZ9U0a__fileInput{display:none}.Franchise-module__hZ9U0a__linkCard{background:#fff9f4b3;border:1px solid #ff973626;border-radius:20px;flex-direction:column;gap:16px;padding:28px;display:flex;box-shadow:0 4px 20px #ff97360a}.Franchise-module__hZ9U0a__linkForm{align-items:flex-end;gap:12px;display:flex}.Franchise-module__hZ9U0a__linkForm .Franchise-module__hZ9U0a__formGroup{flex:1}.Franchise-module__hZ9U0a__linkedBadge{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e40;border-radius:12px;align-items:center;gap:8px;padding:12px 20px;font-weight:700;display:inline-flex}.Franchise-module__hZ9U0a__unlinkSection{border-top:1px solid #ff97361a;margin-top:16px;padding-top:16px}.Franchise-module__hZ9U0a__catalogGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;display:grid}.Franchise-module__hZ9U0a__catalogCard{background:#fff9f4b3;border:1px solid #ff973626;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 16px #ff97360a}.Franchise-module__hZ9U0a__catalogCard:hover{background:#fff3e6d9;border-color:#ff8c42;transform:translateY(-4px);box-shadow:0 8px 24px #ff97361a}.Franchise-module__hZ9U0a__cardImage{object-fit:cover;background:#fff3e64d;border-bottom:1px solid #ff973614;width:100%;height:150px}.Franchise-module__hZ9U0a__cardNoImage{color:#ff8c42;background:linear-gradient(135deg,#fff3e666 0%,#fff9f4cc 100%);border-bottom:1px solid #ff973614;justify-content:center;align-items:center;width:100%;height:150px;font-size:32px;display:flex}.Franchise-module__hZ9U0a__cardDetails{flex-direction:column;flex:1;gap:8px;padding:18px;display:flex}.Franchise-module__hZ9U0a__cardHeader{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.Franchise-module__hZ9U0a__cardName{color:#1a1a1a;font-size:16px;font-weight:700;font-family:var(--font-display)}.Franchise-module__hZ9U0a__cardPrice{color:#e6701e;font-size:16px;font-weight:750}.Franchise-module__hZ9U0a__cardSku{color:#8c8c8c;font-family:monospace;font-size:11px;font-weight:600}.Franchise-module__hZ9U0a__cardDesc{color:#6b7280;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:38px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.Franchise-module__hZ9U0a__cardCategory{color:#e6701e;background:#ff8c421a;border-radius:6px;align-self:flex-start;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.Franchise-module__hZ9U0a__cardActions{border-top:1px solid #ff97361a;gap:8px;margin-top:auto;padding-top:14px;display:flex}.Franchise-module__hZ9U0a__actionIconBtn{color:#6b7280;cursor:pointer;background:#fff9;border:1px solid #ff973626;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.Franchise-module__hZ9U0a__actionIconBtn:hover{color:#ff8c42;background:#ff8c421a;border-color:#ff8c42}.Franchise-module__hZ9U0a__actionIconBtnDanger:hover{color:#ef4444!important;background:#ef444414!important;border-color:#ef44444d!important}.Franchise-module__hZ9U0a__actionRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.Franchise-module__hZ9U0a__emptyState{text-align:center;color:#8c8c8c;background:#fff9f480;border:1.5px dashed #ff973633;border-radius:16px;padding:48px;font-weight:500}.Franchise-module__hZ9U0a__tabBtn{color:#6b7280;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;width:100%;padding:12px 18px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.Franchise-module__hZ9U0a__tabBtn:hover{color:#1a1a1a;background:#fff3e680}.Franchise-module__hZ9U0a__activeTabBtn{border:1px solid #ff8c4240;box-shadow:0 2px 8px #ff8c4214;color:#1a1a1a!important;background:#ff8c421f!important}@media (max-width:768px){.Franchise-module__hZ9U0a__titleSection h2{margin-bottom:4px;font-size:20px}.Franchise-module__hZ9U0a__description{font-size:12px}.Franchise-module__hZ9U0a__statsGrid{grid-template-columns:1fr;gap:12px}.Franchise-module__hZ9U0a__statCard{gap:6px;padding:16px}.Franchise-module__hZ9U0a__statLabel{font-size:10px}.Franchise-module__hZ9U0a__statValue{font-size:22px}.Franchise-module__hZ9U0a__keySetupCard{border-radius:20px;gap:14px;padding:24px 16px}.Franchise-module__hZ9U0a__keySetupIcon{margin-bottom:2px;padding:14px}.Franchise-module__hZ9U0a__keyDisplayBox{letter-spacing:1px;border-radius:12px;padding:10px 16px;font-size:16px}.Franchise-module__hZ9U0a__copyButton{border-radius:10px;padding:10px 16px;font-size:13px}.Franchise-module__hZ9U0a__card{border-radius:20px}.Franchise-module__hZ9U0a__tableContainer{border-radius:14px}.Franchise-module__hZ9U0a__table{font-size:12px}.Franchise-module__hZ9U0a__table th{padding:12px 14px;font-size:10px}.Franchise-module__hZ9U0a__table td{padding:12px 14px}.Franchise-module__hZ9U0a__nestedTableWrapper{padding:12px 14px 18px}.Franchise-module__hZ9U0a__nestedTable th,.Franchise-module__hZ9U0a__nestedTable td{padding:8px 12px;font-size:11px}.Franchise-module__hZ9U0a__modalContent{border-radius:20px;max-height:90vh}.Franchise-module__hZ9U0a__modalHeader{padding:16px 20px}.Franchise-module__hZ9U0a__modalHeader h3{font-size:16px}.Franchise-module__hZ9U0a__modalBody{gap:14px;padding:16px 20px}.Franchise-module__hZ9U0a__modalFooter{gap:8px;padding:14px 20px}.Franchise-module__hZ9U0a__formRow{grid-template-columns:1fr;gap:12px}.Franchise-module__hZ9U0a__input,.Franchise-module__hZ9U0a__textarea,.Franchise-module__hZ9U0a__select{border-radius:8px;padding:10px 12px;font-size:13px}.Franchise-module__hZ9U0a__label{font-size:12px}.Franchise-module__hZ9U0a__linkCard{border-radius:16px;gap:12px;padding:16px}.Franchise-module__hZ9U0a__linkForm{flex-direction:column;align-items:stretch;gap:12px}.Franchise-module__hZ9U0a__catalogGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.Franchise-module__hZ9U0a__catalogCard{border-radius:14px}.Franchise-module__hZ9U0a__cardImage,.Franchise-module__hZ9U0a__cardNoImage{height:110px;font-size:24px}.Franchise-module__hZ9U0a__cardDetails{gap:6px;padding:12px}.Franchise-module__hZ9U0a__cardName,.Franchise-module__hZ9U0a__cardPrice{font-size:13.5px}.Franchise-module__hZ9U0a__cardSku{font-size:9.5px}.Franchise-module__hZ9U0a__cardDesc{height:32px;font-size:11px}.Franchise-module__hZ9U0a__cardCategory{border-radius:4px;padding:3px 8px;font-size:9.5px}.Franchise-module__hZ9U0a__cardActions{gap:6px;padding-top:10px}.Franchise-module__hZ9U0a__actionIconBtn{border-radius:6px;width:30px;height:30px}.Franchise-module__hZ9U0a__actionRow{flex-direction:column;align-items:stretch;gap:8px;margin-bottom:12px}.Franchise-module__hZ9U0a__emptyState{border-radius:12px;padding:28px 16px;font-size:13px}}.Franchise-module__hZ9U0a__toggleContainer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3e699;border:1px solid #ff973633;border-radius:12px;align-items:center;padding:4px;display:flex}.Franchise-module__hZ9U0a__toggleBtn{cursor:pointer;color:#6b7280;font-size:12px;font-weight:700;font-family:var(--font-sans);background:0 0;border:none;border-radius:8px;padding:6px 16px;transition:all .2s cubic-bezier(.16,1,.3,1)}.Franchise-module__hZ9U0a__toggleBtn:hover{color:#ff8c42;background:#fff3e64d}.Franchise-module__hZ9U0a__toggleActive{box-shadow:0 2px 8px #ff973633;color:#fff!important;background:linear-gradient(135deg,#ffb869 0%,#ff9736 100%)!important}.Franchise-module__hZ9U0a__analyticsGrid{grid-template-columns:2fr 1fr;gap:20px;width:100%;display:grid}@media (max-width:1024px){.Franchise-module__hZ9U0a__analyticsGrid{grid-template-columns:1fr}}.Franchise-module__hZ9U0a__chartCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9f4b3;border:1px solid #ff973626;border-radius:20px;padding:24px;box-shadow:0 4px 20px #ff97360a}.Franchise-module__hZ9U0a__chartCard h3{font-family:var(--font-display);color:#1a1a1a;align-items:center;gap:8px;margin-bottom:16px;font-size:16px;font-weight:700;display:flex}.Franchise-module__hZ9U0a__leaderboardCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9f4b3;border:1px solid #ff973626;border-radius:20px;flex-direction:column;padding:24px;display:flex;box-shadow:0 4px 20px #ff97360a}.Franchise-module__hZ9U0a__leaderboardCard h3{font-family:var(--font-display);color:#1a1a1a;align-items:center;gap:8px;margin-bottom:16px;font-size:16px;font-weight:700;display:flex}.Franchise-module__hZ9U0a__leaderboardList{flex-direction:column;gap:12px;max-height:250px;display:flex;overflow-y:auto}.Franchise-module__hZ9U0a__leaderboardItem{background:#fff3e666;border:1px solid #ff97361a;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;transition:all .2s;display:flex}.Franchise-module__hZ9U0a__leaderboardItem:hover{background:#fff3e6b3;transform:translate(3px)}.Franchise-module__hZ9U0a__leaderboardItemRank{color:#ff8c42;width:24px;font-size:14px;font-weight:800}.Franchise-module__hZ9U0a__leaderboardItemName{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin-right:12px;font-size:13.5px;font-weight:600;overflow:hidden}.Franchise-module__hZ9U0a__leaderboardItemSales{color:#22c55e;font-size:13.5px;font-weight:700}.Franchise-module__hZ9U0a__attentionGrid{grid-template-columns:1fr 1fr;gap:20px;width:100%;display:grid}@media (max-width:768px){.Franchise-module__hZ9U0a__attentionGrid{grid-template-columns:1fr}}.Franchise-module__hZ9U0a__attentionCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9f4b3;border:1px solid #ff973626;border-radius:20px;padding:24px;box-shadow:0 4px 20px #ff97360a}.Franchise-module__hZ9U0a__attentionCard h3{font-family:var(--font-display);color:#1a1a1a;align-items:center;gap:8px;margin-bottom:16px;font-size:16px;font-weight:700;display:flex}.Franchise-module__hZ9U0a__attentionList{flex-direction:column;gap:10px;display:flex}.Franchise-module__hZ9U0a__attentionItem{background:#fff;border:1px solid #ff973614;border-radius:14px;justify-content:space-between;align-items:center;padding:12px 16px;transition:all .2s;display:flex}.Franchise-module__hZ9U0a__attentionItem:hover{box-shadow:0 4px 12px #ff97360f}.Franchise-module__hZ9U0a__attentionShopName{color:#1a1a1a;flex:1;font-size:13.5px;font-weight:600}.Franchise-module__hZ9U0a__attentionBadge{text-transform:capitalize;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:700}.Franchise-module__hZ9U0a__badgeInactive{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.Franchise-module__hZ9U0a__badgeRenewal{color:#ca8a04;background:#eab3081a;border:1px solid #eab30840}.Franchise-module__hZ9U0a__badgeDown{color:#ea580c;background:#f973161a;border:1px solid #f9731633}.Franchise-module__hZ9U0a__cardGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;width:100%;display:grid}.Franchise-module__hZ9U0a__outletCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9f4bf;border:1px solid #ff973629;border-radius:20px;flex-direction:column;gap:16px;padding:24px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #ff973608}.Franchise-module__hZ9U0a__outletCard:hover{background:#fff3e6d9;border-color:#ff97364d;transform:translateY(-4px);box-shadow:0 10px 30px #ff973614}.Franchise-module__hZ9U0a__cardHeaderDetails{align-items:center;gap:14px;display:flex}.Franchise-module__hZ9U0a__avatar{color:#fff;letter-spacing:-.01em;background:linear-gradient(135deg,#ffb869 0%,#ff8c42 100%);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:15px;font-weight:800;display:flex;box-shadow:0 4px 10px #ff8c4233}.Franchise-module__hZ9U0a__cardMeta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Franchise-module__hZ9U0a__cardMeta h4{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:700;overflow:hidden}.Franchise-module__hZ9U0a__cardMeta p{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.Franchise-module__hZ9U0a__statusBadge{text-transform:capitalize;border-radius:6px;align-self:flex-start;padding:4px 8px;font-size:11px;font-weight:700}.Franchise-module__hZ9U0a__statusActive{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33}.Franchise-module__hZ9U0a__statusInactive{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.Franchise-module__hZ9U0a__salesBlock{background:#fff3e659;border:1px solid #ff97360f;border-radius:12px;flex-direction:column;gap:4px;padding:12px 16px;display:flex}.Franchise-module__hZ9U0a__salesBlockLabel{color:#8c8c8c;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.Franchise-module__hZ9U0a__salesBlockValue{color:#1a1a1a;font-size:18px;font-weight:800}.Franchise-module__hZ9U0a__riskLine{align-items:center;gap:6px;margin-top:auto;font-size:12px;font-weight:600;display:flex}.Franchise-module__hZ9U0a__riskGreen{color:#22c55e}.Franchise-module__hZ9U0a__riskAmber{color:#d97706;background:#f59e0b14;border:1px solid #f59e0b33;border-radius:8px;width:100%;padding:6px 10px}.Franchise-module__hZ9U0a__riskMuted{color:#9ca3af}.Franchise-module__hZ9U0a__detailView{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff9f4d9;border:1px solid #ff973633;border-radius:24px;flex-direction:column;gap:28px;padding:32px;animation:.3s cubic-bezier(.16,1,.3,1) Franchise-module__hZ9U0a__fadeIn;display:flex;box-shadow:0 10px 40px #ff97360d}@keyframes Franchise-module__hZ9U0a__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Franchise-module__hZ9U0a__detailHeader{border-block:1px solid #ff97361a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-bottom:20px;display:flex}.Franchise-module__hZ9U0a__backBtn{color:#4b5563;cursor:pointer;background:#fff9;border:1px solid #ff973626;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-size:13.5px;font-weight:600;transition:all .2s;display:flex}.Franchise-module__hZ9U0a__backBtn:hover{color:#ff8c42;background:#ff8c421a;border-color:#ff8c42;transform:translate(-2px)}.Franchise-module__hZ9U0a__riskBanner{color:#ef4444;background:#ef444414;border:1px solid #ef444440;border-radius:16px;align-items:center;gap:10px;padding:16px 20px;font-size:13.5px;font-weight:600;display:flex}.Franchise-module__hZ9U0a__riskBannerWarning{color:#d97706;background:#f59e0b14;border-color:#f59e0b40}.Franchise-module__hZ9U0a__detailStats{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:640px){.Franchise-module__hZ9U0a__detailStats{grid-template-columns:1fr}}.Franchise-module__hZ9U0a__detailStatCard{background:#fff;border:1px solid #ff97361a;border-radius:16px;flex-direction:column;gap:8px;padding:20px;display:flex;box-shadow:0 4px 12px #ff973605}.Franchise-module__hZ9U0a__splitGrid{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:768px){.Franchise-module__hZ9U0a__splitGrid{grid-template-columns:1fr}}.Franchise-module__hZ9U0a__breakdownCard{background:#fff;border:1px solid #ff97361a;border-radius:20px;padding:24px;box-shadow:0 4px 12px #ff973605}.Franchise-module__hZ9U0a__breakdownCard h3{font-family:var(--font-display);color:#1a1a1a;align-items:center;gap:8px;margin-bottom:16px;font-size:15px;font-weight:700;display:flex}.Franchise-module__hZ9U0a__breakdownList{flex-direction:column;gap:14px;display:flex}.Franchise-module__hZ9U0a__breakdownItem{flex-direction:column;gap:6px;display:flex}.Franchise-module__hZ9U0a__breakdownItemHeader{justify-content:space-between;align-items:center;font-size:13px;display:flex}.Franchise-module__hZ9U0a__breakdownItemName{color:#4b5563;font-weight:600}.Franchise-module__hZ9U0a__breakdownItemAmount{color:#1a1a1a;font-weight:700}.Franchise-module__hZ9U0a__progressBarOuter{background:#ff973614;border-radius:3px;width:100%;height:6px;overflow:hidden}.Franchise-module__hZ9U0a__progressBarInner{border-radius:3px;height:100%;transition:width .4s ease-out}
