.AuthLayout-module__VWZfwq__page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:32px 16px;display:flex}.AuthLayout-module__VWZfwq__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-panel);width:100%;max-width:420px;box-shadow:var(--shadow-card);flex-direction:column;gap:20px;padding:32px 28px;display:flex}.AuthLayout-module__VWZfwq__brand{color:var(--gold);align-items:center;gap:10px;display:flex}.AuthLayout-module__VWZfwq__brandName{font-family:var(--font-display), sans-serif;letter-spacing:-.02em;color:var(--text);font-size:16px;font-weight:800}.AuthLayout-module__VWZfwq__heading{flex-direction:column;gap:6px;display:flex}.AuthLayout-module__VWZfwq__title{font-size:24px;line-height:1.1}.AuthLayout-module__VWZfwq__subtitle{color:var(--soft);font-size:14px}.AuthLayout-module__VWZfwq__form{flex-direction:column;gap:14px;display:flex}.AuthLayout-module__VWZfwq__errorBanner{background:var(--error-soft);border:1px solid var(--error-border);color:var(--error);border-radius:11px;gap:8px;padding:11px 14px;font-size:13px;font-weight:600;display:flex}.AuthLayout-module__VWZfwq__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.AuthLayout-module__VWZfwq__checkboxRow{color:var(--text2);cursor:pointer;align-items:flex-start;gap:10px;font-size:13px;display:flex}.AuthLayout-module__VWZfwq__checkbox{width:20px;height:20px;accent-color:var(--gold);cursor:pointer;flex-shrink:0;margin-top:1px}.AuthLayout-module__VWZfwq__footer{text-align:center;color:var(--soft);font-size:13px}.AuthLayout-module__VWZfwq__footerLink{color:var(--gold);font-weight:700}.AuthLayout-module__VWZfwq__footerLink:hover{text-decoration:underline}
.Button-module__8RiFmG__button{height:var(--h-btn);border-radius:var(--r-btn);font-family:var(--font-display), var(--font-body), sans-serif;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:0 22px;font-size:15px;transition:background-color .16s ease-out,border-color .16s ease-out,opacity .16s ease-out,transform .12s ease-out;display:inline-flex}.Button-module__8RiFmG__button:active:not(:disabled){transform:scale(.98)}.Button-module__8RiFmG__button:disabled{cursor:not-allowed;opacity:.55}.Button-module__8RiFmG__primary{background:var(--gold);color:var(--gold-ink);font-weight:800}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--gold-dark)}.Button-module__8RiFmG__secondary{background:var(--surface);border:1px solid var(--border);color:var(--text);font-weight:700}.Button-module__8RiFmG__secondary:hover:not(:disabled){border-color:var(--soft)}.Button-module__8RiFmG__ghost{color:var(--soft);font-family:var(--font-body), sans-serif;background:0 0;font-weight:600}.Button-module__8RiFmG__ghost:hover:not(:disabled){color:var(--text2)}.Button-module__8RiFmG__fullWidth{width:100%}.Button-module__8RiFmG__small{border-radius:10px;height:40px;padding:0 16px;font-size:14px}
.Checkbox-module__tYwp1q__row{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.Checkbox-module__tYwp1q__row:has(.Checkbox-module__tYwp1q__input:disabled){cursor:default}.Checkbox-module__tYwp1q__control{flex-shrink:0;margin-top:1px;position:relative}.Checkbox-module__tYwp1q__input{opacity:0;cursor:inherit;margin:0;position:absolute;inset:0}.Checkbox-module__tYwp1q__box{border:1.5px solid var(--border);background:var(--surface);color:#0000;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;transition:background-color .14s ease-out,border-color .14s ease-out,color .14s ease-out;display:flex}.Checkbox-module__tYwp1q__input:checked+.Checkbox-module__tYwp1q__box{background:var(--gold);border-color:var(--gold);color:var(--gold-ink)}.Checkbox-module__tYwp1q__input:focus-visible+.Checkbox-module__tYwp1q__box{outline:2px solid var(--gold);outline-offset:2px}.Checkbox-module__tYwp1q__input:disabled+.Checkbox-module__tYwp1q__box{opacity:.55}.Checkbox-module__tYwp1q__textCol{flex-direction:column;gap:3px;min-width:0;display:flex}.Checkbox-module__tYwp1q__label{color:var(--text);font-size:13.5px;font-weight:700;line-height:1.4}.Checkbox-module__tYwp1q__description{color:var(--soft);font-size:12.5px;line-height:1.5}
.Eyebrow-module__xQzhpG__eyebrow{font-family:var(--font-mono), monospace;text-transform:uppercase;letter-spacing:.2em;color:var(--soft);font-size:11px;font-weight:400;display:block}
.Input-module__5jsJuW__field{flex-direction:column;gap:6px;display:flex}.Input-module__5jsJuW__labelRow{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.Input-module__5jsJuW__label{font-family:var(--font-body), sans-serif;color:var(--text2);font-size:12px;font-weight:700}.Input-module__5jsJuW__labelAction{color:var(--gold);font-size:11px;font-weight:700}.Input-module__5jsJuW__input{height:var(--h-input);border-radius:var(--r-input);border:1px solid var(--border);background:var(--surface);color:var(--text);padding:0 14px;font-size:14px;transition:border-color .16s ease-out,background-color .16s ease-out}.Input-module__5jsJuW__input::placeholder{color:var(--placeholder)}.Input-module__5jsJuW__input:focus{border:1.5px solid var(--gold);outline:none}.Input-module__5jsJuW__hasError,.Input-module__5jsJuW__hasError:focus{border:1.5px solid var(--error);background:var(--error-soft)}.Input-module__5jsJuW__help{color:var(--soft);font-size:12px}.Input-module__5jsJuW__error{color:var(--error);font-size:12px;font-weight:600}
.Panel-module__TBIKca__panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-panel);box-shadow:var(--shadow-card);padding:22px}.Panel-module__TBIKca__header{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:16px;display:flex}.Panel-module__TBIKca__title{font-family:var(--font-display), sans-serif;letter-spacing:-.01em;color:var(--text);font-size:17px;font-weight:800}
.PriceText-module__f4hFJG__price{font-family:var(--font-display), sans-serif;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--text);font-weight:800}.PriceText-module__f4hFJG__gold{color:var(--gold)}.PriceText-module__f4hFJG__strike{font-family:var(--font-body), sans-serif;color:var(--soft);font-weight:400;text-decoration:line-through}
.Select-module__E8rWSW__field{flex-direction:column;gap:6px;display:flex}.Select-module__E8rWSW__labelRow{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.Select-module__E8rWSW__label{font-family:var(--font-body), sans-serif;color:var(--text2);font-size:12px;font-weight:700}.Select-module__E8rWSW__labelAction{color:var(--gold);font-size:11px;font-weight:700}.Select-module__E8rWSW__wrap{position:relative}.Select-module__E8rWSW__select{width:100%;height:var(--h-input);appearance:none;border-radius:var(--r-input);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;padding:0 36px 0 14px;font-size:14px;transition:border-color .16s ease-out,background-color .16s ease-out}.Select-module__E8rWSW__select:focus{border:1.5px solid var(--gold);outline:none}.Select-module__E8rWSW__empty{color:var(--placeholder)}.Select-module__E8rWSW__hasError,.Select-module__E8rWSW__hasError:focus{border:1.5px solid var(--error);background:var(--error-soft)}.Select-module__E8rWSW__chevron{pointer-events:none;color:var(--soft);position:absolute;top:50%;right:13px;transform:translateY(-50%)}.Select-module__E8rWSW__help{color:var(--soft);font-size:12px}.Select-module__E8rWSW__error{color:var(--error);font-size:12px;font-weight:600}
.produits-module__pTRsAq__page{flex-direction:column;gap:22px;display:flex}.produits-module__pTRsAq__pageHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.produits-module__pTRsAq__pageTitle{font-size:26px;line-height:1.1}.produits-module__pTRsAq__pageSub{color:var(--soft);margin-top:4px;font-size:14px}.produits-module__pTRsAq__tableWrap{overflow-x:auto}.produits-module__pTRsAq__table{background:var(--surface);border:1px solid var(--border);min-width:640px;box-shadow:var(--shadow-card);border-radius:14px;overflow:hidden}.produits-module__pTRsAq__tableHead,.produits-module__pTRsAq__row{grid-template-columns:2.4fr 1fr .7fr .7fr 1.1fr;align-items:center;gap:14px;padding:12px 18px;display:grid}.produits-module__pTRsAq__tableHead{font-family:var(--font-mono), monospace;text-transform:uppercase;letter-spacing:.14em;color:var(--soft);border-bottom:1px solid var(--border);padding-top:14px;padding-bottom:10px;font-size:10px;font-weight:400}.produits-module__pTRsAq__row{border-top:1px solid var(--border);transition:background-color .16s ease-out}.produits-module__pTRsAq__row:first-of-type,.produits-module__pTRsAq__tableHead+.produits-module__pTRsAq__row{border-top:none}.produits-module__pTRsAq__row:hover{background:var(--s2)}.produits-module__pTRsAq__cellProduct{align-items:center;gap:12px;min-width:0;display:flex}.produits-module__pTRsAq__thumb,.produits-module__pTRsAq__thumbEmpty{border:1px solid var(--border);object-fit:cover;background:var(--s2);border-radius:9px;flex-shrink:0;width:40px;height:40px}.produits-module__pTRsAq__productText{flex-direction:column;gap:1px;min-width:0;display:flex}.produits-module__pTRsAq__productTitle{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:700;overflow:hidden}.produits-module__pTRsAq__productMeta{font-family:var(--font-mono), monospace;text-transform:uppercase;letter-spacing:.1em;color:var(--soft);font-size:10px}.produits-module__pTRsAq__moderationReason{color:var(--error);font-size:12px;font-weight:600}.produits-module__pTRsAq__cellPrice{flex-direction:column;gap:1px;display:flex}.produits-module__pTRsAq__promoPrice{font-family:var(--font-display), sans-serif;font-variant-numeric:tabular-nums;color:var(--gold);font-size:15px;font-weight:800}.produits-module__pTRsAq__retailPrice{color:var(--soft);font-variant-numeric:tabular-nums;font-size:12px;text-decoration:line-through}.produits-module__pTRsAq__cellMono{font-family:var(--font-mono), monospace;font-variant-numeric:tabular-nums;color:var(--text2);font-size:13px}.produits-module__pTRsAq__cellStatus{justify-content:flex-start;display:flex}.produits-module__pTRsAq__empty{flex-direction:column;align-items:flex-start;gap:10px;padding:8px 0;display:flex}.produits-module__pTRsAq__emptyTitle{font-family:var(--font-display), sans-serif;color:var(--text);font-size:17px;font-weight:800}.produits-module__pTRsAq__emptyCopy{color:var(--soft);max-width:420px;margin-bottom:6px;font-size:13.5px}.produits-module__pTRsAq__bannerError{border-radius:var(--r-card);background:var(--error-soft);border:1px solid var(--error-border);color:var(--error);justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;font-size:13.5px;font-weight:600;display:flex}.produits-module__pTRsAq__skeletons{flex-direction:column;gap:14px;display:flex}.produits-module__pTRsAq__skeleton{background:linear-gradient(90deg, var(--skeleton-a), var(--skeleton-b), var(--skeleton-a));background-size:300px 100%;border-radius:6px;height:14px;animation:1.3s linear infinite produits-module__pTRsAq__shimmer}@keyframes produits-module__pTRsAq__shimmer{0%{background-position:-300px 0}to{background-position:300px 0}}
.dashboard-module__NfJnea__page{flex-direction:column;gap:22px;display:flex}.dashboard-module__NfJnea__pageHeader{flex-direction:column;gap:4px;display:flex}.dashboard-module__NfJnea__pageTitle{font-size:26px;line-height:1.1}.dashboard-module__NfJnea__pageSub{color:var(--soft);font-size:14px}.dashboard-module__NfJnea__counter{font-family:var(--font-mono), monospace;color:var(--gold);font-size:13px;font-weight:700}.dashboard-module__NfJnea__progressTrack{border-radius:var(--r-pill);background:var(--s2);border:1px solid var(--border);height:6px;margin-bottom:18px;overflow:hidden}.dashboard-module__NfJnea__progressFill{background:var(--gold);border-radius:var(--r-pill);height:100%;transition:width .34s ease-out}.dashboard-module__NfJnea__steps{flex-direction:column;gap:14px;display:flex}.dashboard-module__NfJnea__step{align-items:flex-start;gap:12px;display:flex}.dashboard-module__NfJnea__stepDot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;display:flex}.dashboard-module__NfJnea__stepDotDone{background:var(--success);color:var(--success-ink)}.dashboard-module__NfJnea__stepDotCurrent{border:2px solid var(--gold);background:var(--surface)}.dashboard-module__NfJnea__stepDotTodo{border:1px solid var(--border);background:var(--surface)}.dashboard-module__NfJnea__stepBody{flex-direction:column;gap:3px;min-width:0;display:flex}.dashboard-module__NfJnea__stepLabel{color:var(--text2);font-size:14px;font-weight:600}.dashboard-module__NfJnea__stepLabelCurrent{color:var(--text);font-weight:700}.dashboard-module__NfJnea__stepLabelTodo{color:var(--soft)}.dashboard-module__NfJnea__stepMeta{color:var(--soft);font-size:12.5px}.dashboard-module__NfJnea__missingList{color:var(--text2);flex-direction:column;gap:2px;margin:4px 0 0;padding-left:18px;font-size:12.5px;display:flex}.dashboard-module__NfJnea__bannerPending{border-radius:var(--r-card);background:var(--s2);border:1px solid var(--border);color:var(--text2);align-items:baseline;gap:10px;padding:13px 16px;font-size:13.5px;display:flex}.dashboard-module__NfJnea__bannerPendingTitle{font-family:var(--font-display), sans-serif;color:var(--text);white-space:nowrap;font-size:13.5px;font-weight:700}.dashboard-module__NfJnea__bannerSuccess{border-radius:var(--r-card);background:var(--success-soft);border:1px solid var(--success-border);color:var(--text2);align-items:baseline;gap:10px;padding:13px 16px;font-size:13.5px;display:flex}.dashboard-module__NfJnea__bannerSuccessTitle{font-family:var(--font-display), sans-serif;color:var(--success);white-space:nowrap;font-size:13.5px;font-weight:700}.dashboard-module__NfJnea__bannerError{border-radius:var(--r-card);background:var(--error-soft);border:1px solid var(--error-border);color:var(--error);justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;font-size:13.5px;font-weight:600;display:flex}.dashboard-module__NfJnea__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px;display:grid}.dashboard-module__NfJnea__kpiCard{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:14px;flex-direction:column;gap:8px;padding:16px;display:flex}.dashboard-module__NfJnea__kpiValue{font-family:var(--font-display), sans-serif;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--text);font-size:24px;font-weight:800}.dashboard-module__NfJnea__kpiValueGold{color:var(--gold)}.dashboard-module__NfJnea__kpiValueAlert{color:var(--error)}.dashboard-module__NfJnea__skeleton{background:linear-gradient(90deg, var(--skeleton-a), var(--skeleton-b), var(--skeleton-a));background-size:300px 100%;border-radius:6px;height:14px;animation:1.3s linear infinite dashboard-module__NfJnea__shimmer}@keyframes dashboard-module__NfJnea__shimmer{0%{background-position:-300px 0}to{background-position:300px 0}}
.tarifs-module__1Oz1bG__page{flex-direction:column;gap:18px;display:flex}.tarifs-module__1Oz1bG__pageHeader{flex-direction:column;gap:4px;display:flex}.tarifs-module__1Oz1bG__pageTitle{font-size:26px;line-height:1.1}.tarifs-module__1Oz1bG__pageSub{color:var(--soft);max-width:560px;font-size:14px}.tarifs-module__1Oz1bG__columns{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:18px;display:grid}@media (max-width:880px){.tarifs-module__1Oz1bG__columns{grid-template-columns:1fr}}.tarifs-module__1Oz1bG__gridPanel,.tarifs-module__1Oz1bG__simPanel{min-width:0}.tarifs-module__1Oz1bG__tiers{flex-direction:column;gap:10px;display:flex}.tarifs-module__1Oz1bG__tier{border-radius:var(--r-card);background:var(--s2);border:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;transition:border-color .18s ease-out,background-color .18s ease-out;display:flex}.tarifs-module__1Oz1bG__tierActive{background:var(--surface);border-color:var(--gold)}.tarifs-module__1Oz1bG__tierDiscount{flex-direction:column;gap:3px;display:flex}.tarifs-module__1Oz1bG__tierRange{font-family:var(--font-display), sans-serif;color:var(--text);font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.tarifs-module__1Oz1bG__tierRate{font-family:var(--font-display), sans-serif;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--gold);white-space:nowrap;font-size:24px;font-weight:800}.tarifs-module__1Oz1bG__fixedFee{border-radius:var(--r-card);border:1px dashed var(--border);align-items:baseline;gap:8px;margin-top:14px;padding:12px 16px;display:flex}.tarifs-module__1Oz1bG__fixedFeeAmount{font-family:var(--font-display), sans-serif;font-variant-numeric:tabular-nums;color:var(--text);white-space:nowrap;font-size:16px;font-weight:800}.tarifs-module__1Oz1bG__fixedFeeCopy{color:var(--soft);font-size:13px}.tarifs-module__1Oz1bG__notes{color:var(--soft);flex-direction:column;gap:5px;margin:14px 0 0;padding-left:18px;font-size:12.5px;line-height:1.5;display:flex}.tarifs-module__1Oz1bG__simInputs{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:460px){.tarifs-module__1Oz1bG__simInputs{grid-template-columns:1fr}}.tarifs-module__1Oz1bG__simResult{border-radius:var(--r-card);background:var(--s2);border:1px solid var(--border);flex-direction:column;gap:10px;margin-top:18px;padding:16px;display:flex}.tarifs-module__1Oz1bG__simHead{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:10px;display:flex}.tarifs-module__1Oz1bG__simDiscount{font-family:var(--font-display), sans-serif;background:var(--gold);color:var(--gold-ink);font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:8px;padding:5px 11px;font-size:14px;font-weight:800;line-height:1}.tarifs-module__1Oz1bG__simRow{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.tarifs-module__1Oz1bG__simLabel{color:var(--soft);font-size:13px}.tarifs-module__1Oz1bG__simValue{font-family:var(--font-display), sans-serif;font-variant-numeric:tabular-nums;color:var(--text);white-space:nowrap;font-size:14.5px;font-weight:700}.tarifs-module__1Oz1bG__simTotal{border-top:1px solid var(--border);margin-top:2px;padding-top:12px}.tarifs-module__1Oz1bG__simTotalLabel{font-family:var(--font-display), sans-serif;color:var(--text);font-size:15px;font-weight:700}.tarifs-module__1Oz1bG__simNet{font-family:var(--font-display), sans-serif;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--gold);white-space:nowrap;font-size:28px;font-weight:800}.tarifs-module__1Oz1bG__simWarning{color:var(--error);border-radius:var(--r-card);background:var(--error-soft);border:1px solid var(--error-border);padding:11px 14px;font-size:13px;font-weight:600;line-height:1.5}.tarifs-module__1Oz1bG__simHint{color:var(--soft);margin-top:18px;font-size:13px}
.ConsoleShell-module__EOxYcq__shell{background:var(--bg);min-height:100vh;display:flex}.ConsoleShell-module__EOxYcq__sidebar{background:var(--s2);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:22px;width:220px;padding:22px 14px;display:flex}.ConsoleShell-module__EOxYcq__brand{color:var(--gold);align-items:center;gap:10px;padding:0 8px;display:flex}.ConsoleShell-module__EOxYcq__brandText{flex-direction:column;line-height:1.15;display:flex}.ConsoleShell-module__EOxYcq__brandName{font-family:var(--font-display), sans-serif;letter-spacing:-.02em;color:var(--text);font-size:15px;font-weight:800}.ConsoleShell-module__EOxYcq__brandRole{font-family:var(--font-mono), monospace;text-transform:uppercase;letter-spacing:.18em;color:var(--soft);font-size:10px}.ConsoleShell-module__EOxYcq__nav{flex-direction:column;gap:4px;display:flex}.ConsoleShell-module__EOxYcq__navItem{font-family:var(--font-body), sans-serif;color:var(--text2);border-radius:10px;padding:10px 12px;font-size:14px;font-weight:600;transition:background-color .16s ease-out,color .16s ease-out;display:block}.ConsoleShell-module__EOxYcq__navItem:hover{background:var(--surface);color:var(--text)}.ConsoleShell-module__EOxYcq__navItemActive,.ConsoleShell-module__EOxYcq__navItemActive:hover{background:var(--gold);color:var(--gold-ink);font-weight:700}.ConsoleShell-module__EOxYcq__main{flex-direction:column;flex:1;min-width:0;display:flex}.ConsoleShell-module__EOxYcq__header{border-bottom:1px solid var(--border);background:var(--bg);justify-content:space-between;align-items:center;gap:16px;height:64px;padding:0 28px;display:flex}.ConsoleShell-module__EOxYcq__identity{flex-direction:column;min-width:0;line-height:1.25;display:flex}.ConsoleShell-module__EOxYcq__companyName{font-family:var(--font-display), sans-serif;color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.ConsoleShell-module__EOxYcq__email{color:var(--soft);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.ConsoleShell-module__EOxYcq__content{flex:1;width:100%;max-width:1180px;padding:28px}.ConsoleShell-module__EOxYcq__guard{min-height:100vh;color:var(--soft);justify-content:center;align-items:center;font-size:13px;display:flex}
