.DashboardStats-module__MBZqqW__grid{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (max-width:1200px){.DashboardStats-module__MBZqqW__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.DashboardStats-module__MBZqqW__grid{grid-template-columns:1fr}}
.Card-module__b6YjYG__card{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);position:relative}.Card-module__b6YjYG__interactive{transition:border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);cursor:pointer}.Card-module__b6YjYG__interactive:hover{border-color:var(--text-muted);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Card-module__b6YjYG__accented:before{content:"";border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--card-accent,var(--color-primary));height:3px;position:absolute;inset:0 0 auto}.Card-module__b6YjYG__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-5) var(--space-5) 0;display:flex}.Card-module__b6YjYG__headingWrap{min-width:0}.Card-module__b6YjYG__title{font-family:var(--font-heading);font-size:var(--text-md);color:var(--text-primary);margin:0;font-weight:700}.Card-module__b6YjYG__subtitle{font-size:var(--text-sm);color:var(--text-muted);margin:4px 0 0}.Card-module__b6YjYG__action{flex-shrink:0}.Card-module__b6YjYG__body{padding:var(--space-5)}
.Badge-module__H8aylq__badge{border-radius:var(--radius-pill);font-size:var(--text-xs);white-space:nowrap;border:1px solid #0000;align-items:center;gap:5px;padding:2px 10px;font-weight:600;line-height:1.5;display:inline-flex}.Badge-module__H8aylq__dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.Badge-module__H8aylq__neutral{background:var(--bg-muted);color:var(--text-secondary);border-color:var(--bg-border)}.Badge-module__H8aylq__primary{background:var(--deldevs-orange-soft);color:var(--deldevs-orange)}.Badge-module__H8aylq__success{background:var(--deldevs-emerald-soft);color:var(--deldevs-emerald)}.Badge-module__H8aylq__danger{background:var(--deldevs-crimson-soft);color:var(--deldevs-crimson)}.Badge-module__H8aylq__warning{background:var(--deldevs-amber-soft);color:var(--deldevs-amber)}.Badge-module__H8aylq__info{background:var(--deldevs-cyan-soft);color:var(--deldevs-cyan)}.Badge-module__H8aylq__teal{background:var(--deldevs-teal-soft);color:var(--deldevs-teal)}.Badge-module__H8aylq__violet{background:var(--deldevs-violet-soft);color:var(--deldevs-violet)}.Badge-module__H8aylq__indigo{background:var(--deldevs-indigo-soft);color:var(--deldevs-indigo)}.Badge-module__H8aylq__gold{background:var(--deldevs-gold-soft);color:var(--deldevs-gold)}.Badge-module__H8aylq__pink{background:var(--deldevs-pink-soft);color:var(--deldevs-pink)}
.Button-module__8RiFmG__btn{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--font-body);white-space:nowrap;border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), transform var(--dur-fast) var(--ease), opacity var(--dur) var(--ease), filter var(--dur) var(--ease);border:1px solid #0000;font-weight:500;display:inline-flex}.Button-module__8RiFmG__btn:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.Button-module__8RiFmG__btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.Button-module__8RiFmG__sm{height:32px;padding:0 var(--space-3);font-size:var(--text-sm)}.Button-module__8RiFmG__md{height:38px;padding:0 var(--space-4);font-size:var(--text-base)}.Button-module__8RiFmG__lg{height:44px;padding:0 var(--space-5);font-size:var(--text-md)}.Button-module__8RiFmG__icon{width:38px;height:38px;padding:0}.Button-module__8RiFmG__primary{background:var(--color-primary);color:#fff}.Button-module__8RiFmG__primary:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 4px 18px #f9731659}.Button-module__8RiFmG__primary:active:not(:disabled){transform:translateY(0)}.Button-module__8RiFmG__secondary{background:var(--bg-muted);color:var(--text-primary);border-color:var(--bg-border)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:var(--bg-border)}.Button-module__8RiFmG__ghost{color:var(--text-secondary);background:0 0}.Button-module__8RiFmG__ghost:hover:not(:disabled){background:var(--bg-muted);color:var(--text-primary)}.Button-module__8RiFmG__outline{color:var(--color-primary);border-color:var(--color-primary);background:0 0}.Button-module__8RiFmG__outline:hover:not(:disabled){background:var(--color-primary);color:#fff}.Button-module__8RiFmG__danger{background:var(--deldevs-crimson);color:#fff}.Button-module__8RiFmG__danger:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 4px 18px #e11d4859}.Button-module__8RiFmG__spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite Button-module__8RiFmG__btnspin}@keyframes Button-module__8RiFmG__btnspin{to{transform:rotate(360deg)}}
.ChartCard-module__h54ZYa__body{padding:var(--space-3) var(--space-5) var(--space-5)}
.DataTable-module__7dcBQG__wrap{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden}.DataTable-module__7dcBQG__toolbar{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--bg-border);flex-wrap:wrap;display:flex}.DataTable-module__7dcBQG__toolbarSide{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.DataTable-module__7dcBQG__search{align-items:center;display:flex;position:relative}.DataTable-module__7dcBQG__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;left:10px}.DataTable-module__7dcBQG__searchInput{background:var(--bg-input);border:1px solid var(--bg-input-border);border-radius:var(--radius-md);width:240px;max-width:100%;height:36px;color:var(--text-primary);font-size:var(--text-sm);transition:border-color var(--dur) var(--ease);outline:none;padding:0 12px 0 32px}.DataTable-module__7dcBQG__searchInput:focus{border-color:var(--color-primary)}.DataTable-module__7dcBQG__searchInput::placeholder{color:var(--text-muted)}.DataTable-module__7dcBQG__scroll{overflow-x:auto}.DataTable-module__7dcBQG__table{border-collapse:collapse;width:100%}.DataTable-module__7dcBQG__table th{padding:11px var(--space-5);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--bg-muted);border-bottom:1px solid var(--bg-border);white-space:nowrap;font-weight:600}.DataTable-module__7dcBQG__sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.DataTable-module__7dcBQG__sortable:hover{color:var(--text-secondary)}.DataTable-module__7dcBQG__thInner{align-items:center;gap:5px;display:inline-flex}.DataTable-module__7dcBQG__sortIdle{opacity:.4}.DataTable-module__7dcBQG__table td{padding:13px var(--space-5);font-size:var(--text-sm);color:var(--text-primary);border-bottom:1px solid var(--bg-border);white-space:nowrap}.DataTable-module__7dcBQG__table tbody tr:last-child td{border-bottom:none}.DataTable-module__7dcBQG__clickable{cursor:pointer}.DataTable-module__7dcBQG__table tbody tr:hover td{background:var(--bg-muted)}.DataTable-module__7dcBQG__empty{text-align:center;padding:var(--space-10) var(--space-5);color:var(--text-muted)}.DataTable-module__7dcBQG__skeleton{background:linear-gradient(90deg, var(--bg-muted) 25%, var(--bg-border) 50%, var(--bg-muted) 75%);background-size:200% 100%;border-radius:4px;height:14px;animation:1.4s infinite DataTable-module__7dcBQG__dtshimmer;display:block}@keyframes DataTable-module__7dcBQG__dtshimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.DataTable-module__7dcBQG__pagination{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-5);border-top:1px solid var(--bg-border);display:flex}.DataTable-module__7dcBQG__pageInfo{font-size:var(--text-sm);color:var(--text-muted)}.DataTable-module__7dcBQG__pageBtns{gap:var(--space-2);display:flex}.DataTable-module__7dcBQG__checkCol{text-align:center;width:40px}.DataTable-module__7dcBQG__checkCol input{cursor:pointer;width:15px;height:15px;accent-color:var(--color-primary)}.DataTable-module__7dcBQG__selectedRow{background:var(--bg-muted)}.DataTable-module__7dcBQG__colMenuWrap{display:inline-block;position:relative}.DataTable-module__7dcBQG__colMenuBackdrop{z-index:40;position:fixed;inset:0}.DataTable-module__7dcBQG__colMenu{z-index:41;background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-md);min-width:200px;box-shadow:var(--shadow-card);flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.DataTable-module__7dcBQG__colMenuItem{text-align:left;cursor:pointer;border-radius:var(--radius-sm);width:100%;font-size:var(--text-sm);color:var(--text-secondary);background:0 0;border:none;align-items:center;gap:8px;padding:7px 9px;display:flex}.DataTable-module__7dcBQG__colMenuItem:hover{background:var(--bg-muted);color:var(--text-primary)}.DataTable-module__7dcBQG__colMenuCheck{width:16px;color:var(--color-primary);justify-content:center;align-items:center;display:inline-flex}
.page-module__YUxwzW__tabsBar{margin-bottom:var(--space-5)}.page-module__YUxwzW__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}@media (max-width:900px){.page-module__YUxwzW__stats{grid-template-columns:1fr}}.page-module__YUxwzW__nameCell,.page-module__YUxwzW__tagCell{align-items:center;gap:var(--space-2);min-width:0;display:flex}.page-module__YUxwzW__nameMain{color:var(--text-primary);font-weight:600}.page-module__YUxwzW__slug{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-muted)}.page-module__YUxwzW__muted{color:var(--text-muted)}.page-module__YUxwzW__count{color:var(--text-primary);font-weight:600}.page-module__YUxwzW__swatch{border-radius:4px;flex:none;width:12px;height:12px;box-shadow:inset 0 0 0 1px #ffffff26}.page-module__YUxwzW__hex{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-secondary)}.page-module__YUxwzW__actions{gap:4px;display:inline-flex}.page-module__YUxwzW__colorRow{align-items:center;gap:var(--space-2);display:flex}.page-module__YUxwzW__colorInput{border:1px solid var(--bg-border);border-radius:var(--radius-md);background:var(--bg-card);cursor:pointer;flex:none;width:42px;height:38px;padding:2px}.page-module__YUxwzW__colorInput::-webkit-color-swatch-wrapper{padding:0}.page-module__YUxwzW__colorInput::-webkit-color-swatch{border-radius:calc(var(--radius-md) - 3px);border:none}.page-module__YUxwzW__scopeBar{background:var(--surface-2,#ffffff0a);border:1px solid var(--border,#ffffff14);margin-bottom:var(--space-4);border-radius:10px;gap:4px;padding:4px;display:inline-flex}.page-module__YUxwzW__scopeBtn{appearance:none;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:7px 18px;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.page-module__YUxwzW__scopeBtn:hover{color:var(--text)}.page-module__YUxwzW__scopeBtnActive{background:var(--deldevs-violet,#a855f7);color:#fff}.page-module__YUxwzW__scopeBtnActive:hover{color:#fff}
.page-module__KtpVbq__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:900px){.page-module__KtpVbq__stats{grid-template-columns:1fr}}.page-module__KtpVbq__code{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-primary);font-weight:700}.page-module__KtpVbq__total{color:var(--text-primary);font-weight:700}.page-module__KtpVbq__muted{color:var(--text-muted)}.page-module__KtpVbq__actions{gap:4px;display:inline-flex}
.page-module__NEEysq__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (max-width:1100px){.page-module__NEEysq__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.page-module__NEEysq__stats{grid-template-columns:1fr}}.page-module__NEEysq__product{color:var(--text-primary);font-weight:600}.page-module__NEEysq__muted{color:var(--text-muted)}.page-module__NEEysq__userCell{flex-direction:column;gap:1px;min-width:0;display:flex}.page-module__NEEysq__userName{color:var(--text-primary);font-weight:600}.page-module__NEEysq__userEmail{font-size:var(--text-xs);color:var(--text-muted)}.page-module__NEEysq__stars{gap:1px;display:inline-flex}.page-module__NEEysq__starOn{color:var(--deldevs-gold)}.page-module__NEEysq__starOff{color:var(--bg-border)}.page-module__NEEysq__reviewCell{flex-direction:column;gap:2px;max-width:320px;display:flex}.page-module__NEEysq__reviewTitle{color:var(--text-primary);font-weight:600}.page-module__NEEysq__reviewBody{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.4}.page-module__NEEysq__repliedTag{font-size:var(--text-xs);color:var(--deldevs-teal);align-items:center;gap:4px;margin-top:2px;display:inline-flex}.page-module__NEEysq__actions{gap:2px;display:inline-flex}.page-module__NEEysq__replyContext{padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4);background:var(--bg-muted);border:1px solid var(--bg-border);border-radius:var(--radius-md)}.page-module__NEEysq__replyHead{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-2);display:flex}.page-module__NEEysq__replyTitle{color:var(--text-primary);margin:0 0 var(--space-1);font-weight:600}.page-module__NEEysq__replyBody{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.5}
.LanguagesTab-module__aAhs1q__wrap{gap:var(--space-4);flex-direction:column;display:flex}.LanguagesTab-module__aAhs1q__loading,.LanguagesTab-module__aAhs1q__empty{align-items:center;gap:var(--space-3);padding:var(--space-6);color:var(--text-muted);font-size:var(--text-sm);justify-content:center;display:flex}.LanguagesTab-module__aAhs1q__empty{background:var(--bg-muted);border:1px dashed var(--bg-border);border-radius:var(--radius-md);color:var(--text-secondary);justify-content:flex-start}.LanguagesTab-module__aAhs1q__empty strong{color:var(--text-primary);display:block}.LanguagesTab-module__aAhs1q__empty p{font-size:var(--text-sm);color:var(--text-muted);margin:2px 0 0}.LanguagesTab-module__aAhs1q__spin{animation:.8s linear infinite LanguagesTab-module__aAhs1q__lt-spin}@keyframes LanguagesTab-module__aAhs1q__lt-spin{to{transform:rotate(360deg)}}.LanguagesTab-module__aAhs1q__head{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);background:var(--bg-card);border:1px solid var(--bg-border);border-left:3px solid var(--lt-accent,var(--color-primary));border-radius:var(--radius-lg);display:flex}.LanguagesTab-module__aAhs1q__headLeft{align-items:center;gap:var(--space-3);display:flex}.LanguagesTab-module__aAhs1q__headTitle{font-family:var(--font-heading);font-size:var(--text-md);color:var(--text-primary);margin:0;font-weight:700}.LanguagesTab-module__aAhs1q__headSub{font-size:var(--text-xs);color:var(--text-muted);margin:2px 0 0}.LanguagesTab-module__aAhs1q__langBar{gap:var(--space-2);flex-wrap:wrap;display:flex}.LanguagesTab-module__aAhs1q__langPill{border-radius:var(--radius-pill);border:1px solid var(--bg-border);background:var(--bg-card);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;transition:all var(--dur) var(--ease);align-items:center;gap:7px;padding:7px 12px;font-weight:600;display:inline-flex}.LanguagesTab-module__aAhs1q__langPill:hover{color:var(--text-primary);border-color:var(--text-muted)}.LanguagesTab-module__aAhs1q__langPillOn{background:var(--bg-muted);color:var(--text-primary);font-weight:700}.LanguagesTab-module__aAhs1q__flag{font-size:15px;line-height:1}.LanguagesTab-module__aAhs1q__statusDot{background:var(--text-muted);border-radius:50%;flex-shrink:0;width:8px;height:8px}.LanguagesTab-module__aAhs1q__dot_none{background:var(--bg-border)}.LanguagesTab-module__aAhs1q__dot_ai_translated{background:var(--deldevs-amber,#f59e0b)}.LanguagesTab-module__aAhs1q__dot_translated{background:var(--deldevs-blue,#3b82f6)}.LanguagesTab-module__aAhs1q__dot_reviewed{background:var(--deldevs-emerald,#10b981)}.LanguagesTab-module__aAhs1q__dot_source{background:var(--deldevs-slate,#64748b)}.LanguagesTab-module__aAhs1q__panel{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}.LanguagesTab-module__aAhs1q__panelHead{justify-content:space-between;align-items:center;gap:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px solid var(--bg-border);flex-wrap:wrap;display:flex}.LanguagesTab-module__aAhs1q__panelTitle{align-items:center;gap:var(--space-2);font-family:var(--font-heading);font-size:var(--text-md);color:var(--text-primary);font-weight:700;display:inline-flex}.LanguagesTab-module__aAhs1q__panelActions{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:inline-flex}.LanguagesTab-module__aAhs1q__fields{gap:var(--space-4);flex-direction:column;display:flex}.LanguagesTab-module__aAhs1q__fieldBlock{flex-direction:column;gap:4px;display:flex}.LanguagesTab-module__aAhs1q__sourceHint{font-size:var(--text-xs);color:var(--text-muted);align-items:baseline;gap:6px;margin:0;line-height:1.5;display:flex}.LanguagesTab-module__aAhs1q__sourceHint span{letter-spacing:.05em;background:var(--bg-muted);color:var(--text-secondary);border-radius:4px;flex-shrink:0;padding:1px 5px;font-size:9px;font-weight:700}[dir=rtl] .LanguagesTab-module__aAhs1q__sourceHint{direction:ltr}
.Form-module__29Msuq__field{margin-bottom:var(--space-4)}.Form-module__29Msuq__label{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:6px;font-weight:600;display:block}.Form-module__29Msuq__hint{font-size:var(--text-xs);color:var(--text-muted);margin:6px 0 0}.Form-module__29Msuq__error{font-size:var(--text-xs);color:var(--deldevs-crimson);margin:6px 0 0}.Form-module__29Msuq__input{width:100%;height:40px;padding:0 var(--space-3);background:var(--bg-input);border:1px solid var(--bg-input-border);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-base);transition:border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);outline:none}.Form-module__29Msuq__input::placeholder{color:var(--text-muted)}.Form-module__29Msuq__input:hover{border-color:var(--text-muted)}.Form-module__29Msuq__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 18%, transparent)}.Form-module__29Msuq__invalid{border-color:var(--deldevs-crimson)}.Form-module__29Msuq__invalid:focus{box-shadow:0 0 0 3px var(--deldevs-crimson-soft)}.Form-module__29Msuq__textarea{height:auto;min-height:96px;padding:var(--space-3);resize:vertical;line-height:1.6}.Form-module__29Msuq__selectWrap{position:relative}.Form-module__29Msuq__select{appearance:none;cursor:pointer;padding-right:36px}.Form-module__29Msuq__selectIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.Form-module__29Msuq__toggleRow{cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:0;display:inline-flex}.Form-module__29Msuq__toggleRow:disabled{opacity:.55;cursor:not-allowed}.Form-module__29Msuq__track{border-radius:var(--radius-pill);background:var(--bg-border);width:40px;height:22px;transition:background var(--dur) var(--ease);flex-shrink:0;position:relative}.Form-module__29Msuq__trackOn{background:var(--color-primary)}.Form-module__29Msuq__knob{width:16px;height:16px;transition:left var(--dur) var(--ease);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px}.Form-module__29Msuq__trackOn .Form-module__29Msuq__knob{left:21px}.Form-module__29Msuq__toggleLabel{font-size:var(--text-sm);color:var(--text-secondary)}.Form-module__29Msuq__grid{grid-template-columns:repeat(var(--form-cols,2), minmax(0, 1fr));gap:0 var(--space-4);display:grid}@media (max-width:640px){.Form-module__29Msuq__grid{grid-template-columns:1fr}}
.page-module__cwW2sW__stats{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}
.settings-module__CnEMsq__loading{align-items:center;gap:var(--space-2);padding:var(--space-10) 0;color:var(--text-muted);font-size:var(--text-sm);justify-content:center;display:flex}.settings-module__CnEMsq__spin{animation:.8s linear infinite settings-module__CnEMsq__deldevs-set-spin}@keyframes settings-module__CnEMsq__deldevs-set-spin{to{transform:rotate(360deg)}}.settings-module__CnEMsq__formHead{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.settings-module__CnEMsq__formHint{font-size:var(--text-sm);color:var(--text-muted);max-width:60ch;margin:0}.settings-module__CnEMsq__grid{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;display:grid}.settings-module__CnEMsq__card{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}.settings-module__CnEMsq__cardTitle{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;margin:0;font-weight:700}.settings-module__CnEMsq__cardAccent{border-top:3px solid var(--color-primary)}.settings-module__CnEMsq__toggles{gap:var(--space-3);flex-direction:column;display:flex}.settings-module__CnEMsq__toggleRow{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-2) 0;display:flex}.settings-module__CnEMsq__toggleText{flex-direction:column;gap:1px;display:flex}.settings-module__CnEMsq__toggleLabel{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.settings-module__CnEMsq__toggleSub{font-size:var(--text-xs);color:var(--text-muted)}.settings-module__CnEMsq__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:800px){.settings-module__CnEMsq__stats{grid-template-columns:1fr}}.settings-module__CnEMsq__code{font-family:var(--font-mono);color:var(--text-primary);font-weight:700}.settings-module__CnEMsq__muted{color:var(--text-muted)}.settings-module__CnEMsq__sym{font-family:var(--font-mono);color:var(--text-secondary)}.settings-module__CnEMsq__flag{font-size:18px}.settings-module__CnEMsq__actions{align-items:center;gap:2px;display:inline-flex}.settings-module__CnEMsq__baseStar{color:var(--deldevs-gold);display:inline-flex}.settings-module__CnEMsq__colorRow{align-items:center;gap:var(--space-2);display:flex}.settings-module__CnEMsq__colorInput{cursor:pointer;border:1px solid var(--bg-border);border-radius:var(--radius-md);background:var(--bg-card);flex:none;width:42px;height:38px;padding:2px}.settings-module__CnEMsq__toolbarActions{gap:var(--space-2);display:inline-flex}.settings-module__CnEMsq__tabsBar{margin-bottom:var(--space-5)}.settings-module__CnEMsq__warn{gap:var(--space-2);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-5);background:var(--deldevs-amber-soft);border:1px solid var(--deldevs-amber);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-sm);align-items:flex-start;display:flex}
.Modal-module__7LRQSW__overlay{z-index:var(--z-modal);-webkit-backdrop-filter:blur(2px);padding:8vh var(--space-4) var(--space-4);background:#0000008c;justify-content:center;align-items:flex-start;animation:.15s Modal-module__7LRQSW__deldevs-modal-fade;display:flex;position:fixed;inset:0;overflow-y:auto}.Modal-module__7LRQSW__panel{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);animation:Modal-module__7LRQSW__deldevs-modal-pop .18s var(--ease)}.Modal-module__7LRQSW__header{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-5);border-bottom:1px solid var(--bg-border);display:flex}.Modal-module__7LRQSW__title{font-family:var(--font-heading);font-size:var(--text-md);color:var(--text-primary);margin:0;font-weight:700}.Modal-module__7LRQSW__close{border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-muted);cursor:pointer;transition:background var(--dur) var(--ease), color var(--dur) var(--ease);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.Modal-module__7LRQSW__close:hover{background:var(--bg-muted);color:var(--text-primary)}.Modal-module__7LRQSW__body{padding:var(--space-5)}.Modal-module__7LRQSW__footer{justify-content:flex-end;align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-5);border-top:1px solid var(--bg-border);display:flex}@keyframes Modal-module__7LRQSW__deldevs-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__deldevs-modal-pop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}
.detail-module__johtxa__back{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-3);align-items:center;gap:6px;text-decoration:none;display:inline-flex}.detail-module__johtxa__back:hover{color:var(--text-primary)}.detail-module__johtxa__headBadges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.detail-module__johtxa__centre{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:320px;display:flex}.detail-module__johtxa__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:1000px){.detail-module__johtxa__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.detail-module__johtxa__stats{grid-template-columns:1fr}}.detail-module__johtxa__card{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);padding:var(--space-5)}.detail-module__johtxa__cardTitle{font-size:var(--text-base);color:var(--text-primary);margin:0 0 var(--space-4);font-weight:700}.detail-module__johtxa__facts{gap:var(--space-4) var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}@media (max-width:760px){.detail-module__johtxa__facts{grid-template-columns:1fr}}.detail-module__johtxa__fact{min-width:0}.detail-module__johtxa__factLabel{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;margin-bottom:4px;display:flex}.detail-module__johtxa__factValue{font-size:var(--text-sm);color:var(--text-primary);overflow-wrap:anywhere;margin:0}.detail-module__johtxa__ok{color:var(--color-success)}.detail-module__johtxa__warn{color:var(--color-gold)}.detail-module__johtxa__itemList{flex-direction:column;gap:3px;display:flex}.detail-module__johtxa__itemLine{font-size:var(--text-sm);flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.detail-module__johtxa__itemName{color:var(--text-primary);font-weight:600}.detail-module__johtxa__itemTier{color:var(--text-secondary)}.detail-module__johtxa__itemQty{color:var(--text-muted)}.detail-module__johtxa__itemTarget{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-muted)}.detail-module__johtxa__mono{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-primary)}.detail-module__johtxa__total{color:var(--text-primary);font-weight:700}.detail-module__johtxa__muted{color:var(--text-muted)}.detail-module__johtxa__link{color:var(--color-primary);text-decoration:none}.detail-module__johtxa__link:hover{text-decoration:underline}.detail-module__johtxa__capNote{font-size:var(--text-xs);color:var(--text-muted);margin:var(--space-3) 0 0}
.page-module__fTLgXW__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:900px){.page-module__fTLgXW__stats{grid-template-columns:1fr}}.page-module__fTLgXW__cust{flex-direction:column;line-height:1.3;display:flex}.page-module__fTLgXW__custName{color:var(--text-primary);font-weight:500}.page-module__fTLgXW__custEmail{color:var(--text-muted);font-size:var(--text-xs)}.page-module__fTLgXW__total{color:var(--text-primary);font-weight:700}.page-module__fTLgXW__muted{color:var(--text-muted)}.page-module__fTLgXW__view{border-radius:var(--radius-md);width:28px;height:28px;color:var(--text-muted);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.page-module__fTLgXW__view:hover{background:var(--bg-muted);color:var(--text-primary)}
.page-module__BSEnIG__sectionTitle{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--text-primary);margin:var(--space-6) 0 var(--space-4);font-weight:700}.page-module__BSEnIG__stats{gap:var(--space-4);margin-bottom:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.page-module__BSEnIG__name{color:var(--text-primary);font-weight:600}.page-module__BSEnIG__type{font-size:var(--text-xs);text-transform:capitalize;color:var(--text-muted);font-weight:600}.page-module__BSEnIG__platforms{flex-wrap:wrap;gap:6px;display:flex}.page-module__BSEnIG__platform{border-radius:var(--radius-pill);text-transform:capitalize;font-size:var(--text-xs);color:var(--text-secondary);background:var(--bg-muted);border:1px solid var(--bg-border);align-items:center;gap:4px;padding:2px 8px;display:inline-flex}.page-module__BSEnIG__platform b{color:var(--text-primary)}
.page-module__1-2jzG__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}@media (max-width:1500px){.page-module__1-2jzG__stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1000px){.page-module__1-2jzG__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.page-module__1-2jzG__stats{grid-template-columns:1fr}}.page-module__1-2jzG__mono{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.page-module__1-2jzG__cust{flex-direction:column;line-height:1.3;display:flex}.page-module__1-2jzG__custName{color:var(--text-primary);font-weight:500}.page-module__1-2jzG__custEmail{color:var(--text-muted);font-size:var(--text-xs)}.page-module__1-2jzG__total{color:var(--text-primary);font-weight:700}.page-module__1-2jzG__muted{color:var(--text-muted)}.page-module__1-2jzG__custRow{align-items:center;gap:var(--space-2);display:flex}.page-module__1-2jzG__statusCell{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.page-module__1-2jzG__avatar,.page-module__1-2jzG__avatarPh{border-radius:var(--radius-pill);object-fit:cover;border:1px solid var(--bg-border);flex:none;width:32px;height:32px}.page-module__1-2jzG__avatarPh{background:var(--bg-muted);color:var(--text-secondary);font-size:var(--text-xs);justify-content:center;align-items:center;font-weight:700;display:flex}.page-module__1-2jzG__product{color:var(--text-secondary);font-size:var(--text-sm)}.page-module__1-2jzG__actionsWrap{display:inline-flex;position:relative}.page-module__1-2jzG__actionBtn{border-radius:var(--radius-md);width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.page-module__1-2jzG__actionBtn:hover{background:var(--bg-muted);color:var(--text-primary)}.page-module__1-2jzG__menuBackdrop{z-index:40;position:fixed;inset:0}.page-module__1-2jzG__rowMenu{z-index:41;background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-md);min-width:150px;box-shadow:var(--shadow-card);flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 4px);right:0}.page-module__1-2jzG__rowMenuItem{text-align:left;cursor:pointer;border-radius:var(--radius-sm);width:100%;font-size:var(--text-sm);color:var(--text-secondary);background:0 0;border:none;align-items:center;gap:8px;padding:7px 9px;display:flex}.page-module__1-2jzG__rowMenuItem:hover{background:var(--bg-muted);color:var(--text-primary)}.page-module__1-2jzG__rowMenuItem.page-module__1-2jzG__danger{color:var(--color-danger)}.page-module__1-2jzG__rowMenuItem.page-module__1-2jzG__danger:hover{background:color-mix(in srgb, var(--color-danger) 10%, transparent)}.page-module__1-2jzG__bulkBar{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-3);background:var(--bg-muted);border:1px solid var(--bg-border);border-radius:var(--radius-md);flex-wrap:wrap;display:flex}.page-module__1-2jzG__bulkCount{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.page-module__1-2jzG__bulkSelect{border-radius:var(--radius-md);border:1px solid var(--bg-input-border);background:var(--bg-input);height:32px;color:var(--text-primary);font-size:var(--text-sm);text-transform:capitalize;padding:0 10px}.page-module__1-2jzG__bulkClear{cursor:pointer;color:var(--text-muted);font-size:var(--text-sm);background:0 0;border:none}.page-module__1-2jzG__bulkClear:hover{color:var(--color-primary)}
.partner-module__GKr-Ka__subTabs{margin-bottom:var(--space-5);padding-bottom:var(--space-3);border-bottom:1px solid var(--bg-border);flex-wrap:wrap;gap:4px;display:flex}.partner-module__GKr-Ka__subTab{cursor:pointer;border-radius:var(--radius-md);height:30px;font-size:var(--text-sm);color:var(--text-muted);background:0 0;border:none;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.partner-module__GKr-Ka__subTab:hover{background:var(--bg-muted);color:var(--text-primary)}.partner-module__GKr-Ka__subTabActive{background:color-mix(in srgb, var(--color-primary) 12%, transparent);color:var(--color-primary);font-weight:600}.partner-module__GKr-Ka__stats3,.partner-module__GKr-Ka__stats4{gap:var(--space-5);margin-bottom:var(--space-6);display:grid}.partner-module__GKr-Ka__stats3{grid-template-columns:repeat(3,minmax(0,1fr))}.partner-module__GKr-Ka__stats4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1200px){.partner-module__GKr-Ka__stats4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1000px){.partner-module__GKr-Ka__stats3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.partner-module__GKr-Ka__stats3,.partner-module__GKr-Ka__stats4{grid-template-columns:1fr}}.partner-module__GKr-Ka__person{flex-direction:column;min-width:0;line-height:1.35;display:flex}.partner-module__GKr-Ka__person .partner-module__GKr-Ka__muted{font-size:var(--text-xs)}.partner-module__GKr-Ka__planCell{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.partner-module__GKr-Ka__rowActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.partner-module__GKr-Ka__rowBtn{border:1px solid var(--bg-border);cursor:pointer;border-radius:var(--radius-md);height:26px;font-size:var(--text-xs);color:var(--text-secondary);white-space:nowrap;background:0 0;padding:0 8px}.partner-module__GKr-Ka__rowBtn:hover{background:var(--bg-muted);color:var(--text-primary)}.partner-module__GKr-Ka__rowBtnDanger{color:var(--color-danger);border-color:color-mix(in srgb, var(--color-danger) 40%, transparent)}.partner-module__GKr-Ka__rowBtnDanger:hover{background:color-mix(in srgb, var(--color-danger) 10%, transparent);color:var(--color-danger)}.partner-module__GKr-Ka__card{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);padding:var(--space-5)}.partner-module__GKr-Ka__cardTitle{font-size:var(--text-base);color:var(--text-primary);margin:0 0 var(--space-3);font-weight:700}.partner-module__GKr-Ka__note{font-size:var(--text-sm);color:var(--text-muted);margin:0 0 var(--space-4);max-width:70ch}.partner-module__GKr-Ka__settingList{margin:0 0 var(--space-4);padding-left:var(--space-5);font-size:var(--text-sm);color:var(--text-secondary);gap:4px;display:grid}.partner-module__GKr-Ka__settingLink{font-size:var(--text-sm);color:var(--color-primary);align-items:center;gap:6px;text-decoration:none;display:inline-flex}.partner-module__GKr-Ka__settingLink:hover{text-decoration:underline}.partner-module__GKr-Ka__mono{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-primary)}.partner-module__GKr-Ka__total{color:var(--text-primary);font-weight:700}.partner-module__GKr-Ka__muted{color:var(--text-muted)}.partner-module__GKr-Ka__warn{color:var(--color-gold)}.partner-module__GKr-Ka__link{color:var(--color-primary);text-decoration:none}.partner-module__GKr-Ka__link:hover{text-decoration:underline}.partner-module__GKr-Ka__searchRow{margin-bottom:var(--space-4);max-width:420px}.partner-module__GKr-Ka__code{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-primary);background:var(--bg-subtle);border:1px solid var(--bg-border);border-radius:var(--radius-sm);white-space:nowrap;padding:1px 5px}.partner-module__GKr-Ka__detail{gap:var(--space-4);flex-direction:column;display:flex}.partner-module__GKr-Ka__detailGrid{gap:var(--space-2) var(--space-4);font-size:var(--text-sm);grid-template-columns:130px minmax(0,1fr);margin:0;display:grid}.partner-module__GKr-Ka__detailGrid dt{color:var(--text-muted)}.partner-module__GKr-Ka__detailGrid dd{color:var(--text-primary);word-break:break-word;margin:0}.partner-module__GKr-Ka__detailHead{font-size:var(--text-sm);color:var(--text-primary);margin:0 0 var(--space-2);font-weight:700}.partner-module__GKr-Ka__pre{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-secondary);background:var(--bg-subtle);border:1px solid var(--bg-border);border-radius:var(--radius-md);padding:var(--space-3);white-space:pre-wrap;word-break:break-word;max-height:220px;margin:0;line-height:1.5;overflow:auto}
.page-module__aLLa8q__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (max-width:1200px){.page-module__aLLa8q__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.page-module__aLLa8q__stats{grid-template-columns:1fr}}.page-module__aLLa8q__mono{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.page-module__aLLa8q__total{color:var(--text-primary);font-weight:700}.page-module__aLLa8q__muted{color:var(--text-muted)}
.page-module__VvsOja__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (max-width:1200px){.page-module__VvsOja__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.page-module__VvsOja__stats{grid-template-columns:1fr}}.page-module__VvsOja__stats5{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}@media (max-width:1500px){.page-module__VvsOja__stats5{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1000px){.page-module__VvsOja__stats5{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.page-module__VvsOja__stats5{grid-template-columns:1fr}}.page-module__VvsOja__mono{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-primary)}.page-module__VvsOja__total{color:var(--text-primary);font-weight:700}.page-module__VvsOja__muted{color:var(--text-muted)}
.BlogEditor-module__V5H3lG__wrap{padding-bottom:var(--space-12)}.BlogEditor-module__V5H3lG__loading{align-items:center;gap:var(--space-2);padding:var(--space-12) 0;color:var(--text-muted);font-size:var(--text-sm);justify-content:center;display:flex}.BlogEditor-module__V5H3lG__spin{animation:.8s linear infinite BlogEditor-module__V5H3lG__deldevs-be-spin}@keyframes BlogEditor-module__V5H3lG__deldevs-be-spin{to{transform:rotate(360deg)}}.BlogEditor-module__V5H3lG__headActions{align-items:center;gap:var(--space-2);display:inline-flex}.BlogEditor-module__V5H3lG__viewLink{font-size:var(--text-sm);color:var(--text-secondary);padding:0 var(--space-2);align-items:center;gap:4px;text-decoration:none;display:inline-flex}.BlogEditor-module__V5H3lG__viewLink:hover{color:var(--color-primary)}.BlogEditor-module__V5H3lG__layout{gap:var(--space-6);grid-template-columns:minmax(0,1fr) 320px;align-items:start;display:grid}@media (max-width:1040px){.BlogEditor-module__V5H3lG__layout{grid-template-columns:1fr}}.BlogEditor-module__V5H3lG__main{min-width:0}.BlogEditor-module__V5H3lG__sidebar{gap:var(--space-5);top:var(--space-5);flex-direction:column;display:flex;position:sticky}@media (max-width:1040px){.BlogEditor-module__V5H3lG__sidebar{position:static}}.BlogEditor-module__V5H3lG__tabsBar{margin-bottom:var(--space-5);overflow-x:auto}.BlogEditor-module__V5H3lG__panel{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}.BlogEditor-module__V5H3lG__divider{background:var(--bg-border);height:1px;margin:var(--space-2) 0}.BlogEditor-module__V5H3lG__notice{padding:var(--space-4);background:var(--bg-muted);border:1px dashed var(--bg-border);border-radius:var(--radius-md);color:var(--text-secondary)}.BlogEditor-module__V5H3lG__notice strong{color:var(--text-primary);display:block}.BlogEditor-module__V5H3lG__notice p{font-size:var(--text-sm);color:var(--text-muted);margin:2px 0 0}.BlogEditor-module__V5H3lG__card{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.BlogEditor-module__V5H3lG__cardTitle{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;margin:0;font-weight:700}.BlogEditor-module__V5H3lG__metaLine{font-size:var(--text-xs);color:var(--text-muted);margin:0}.BlogEditor-module__V5H3lG__coverBox{border-radius:var(--radius-md);border:1px solid var(--bg-border);aspect-ratio:16/9;background:var(--bg-muted);position:relative;overflow:hidden}.BlogEditor-module__V5H3lG__coverImg{object-fit:cover;width:100%;height:100%}.BlogEditor-module__V5H3lG__coverPh{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.BlogEditor-module__V5H3lG__coverDel{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:6px;right:6px}.BlogEditor-module__V5H3lG__coverDel:hover{background:var(--deldevs-crimson,#e11d48)}.BlogEditor-module__V5H3lG__uploadBtn{border-radius:var(--radius-md);border:1px solid var(--bg-border);background:var(--bg-muted);color:var(--text-primary);font-size:var(--text-sm);cursor:pointer;transition:background var(--dur) var(--ease);align-self:flex-start;align-items:center;gap:6px;padding:8px 14px;font-weight:500;display:inline-flex}.BlogEditor-module__V5H3lG__uploadBtn:hover{background:var(--bg-border)}.BlogEditor-module__V5H3lG__readingRow{align-items:center;gap:var(--space-2);display:flex}.BlogEditor-module__V5H3lG__readingRow>:first-child{flex:1}.BlogEditor-module__V5H3lG__deleteBtn{justify-content:center;width:100%}
.BlogList-module__kyXRpW__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (max-width:1100px){.BlogList-module__kyXRpW__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.BlogList-module__kyXRpW__stats{grid-template-columns:1fr}}.BlogList-module__kyXRpW__nameCell{align-items:center;gap:var(--space-3);min-width:0;display:flex}.BlogList-module__kyXRpW__thumb,.BlogList-module__kyXRpW__thumbPh{border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--bg-border);background:var(--bg-muted);flex:none;width:44px;height:32px}.BlogList-module__kyXRpW__thumbPh{color:var(--text-muted);justify-content:center;align-items:center;display:flex}.BlogList-module__kyXRpW__nameText{flex-direction:column;gap:1px;min-width:0;display:flex}.BlogList-module__kyXRpW__nameLink{color:var(--text-primary);align-items:center;gap:6px;font-weight:600;text-decoration:none;display:inline-flex}.BlogList-module__kyXRpW__nameLink:hover{color:var(--color-primary)}.BlogList-module__kyXRpW__star{color:var(--deldevs-amber,#f59e0b);flex:none}.BlogList-module__kyXRpW__slug{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-muted)}.BlogList-module__kyXRpW__muted{color:var(--text-muted)}.BlogList-module__kyXRpW__actions{align-items:center;gap:2px;display:inline-flex}.BlogList-module__kyXRpW__viewBtn{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--text-muted);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.BlogList-module__kyXRpW__viewBtn:hover{color:var(--color-primary);background:var(--bg-muted)}
.IntelligencePanel-module__mhGTZa__wrap{padding-bottom:var(--space-12)}.IntelligencePanel-module__mhGTZa__loading{align-items:center;gap:var(--space-2);padding:var(--space-10) 0;color:var(--text-muted);font-size:var(--text-sm);justify-content:center;display:flex}.IntelligencePanel-module__mhGTZa__spin{animation:.8s linear infinite IntelligencePanel-module__mhGTZa__deldevs-ip-spin}@keyframes IntelligencePanel-module__mhGTZa__deldevs-ip-spin{to{transform:rotate(360deg)}}.IntelligencePanel-module__mhGTZa__headActions{align-items:center;gap:var(--space-3);display:inline-flex}.IntelligencePanel-module__mhGTZa__masterToggle{display:inline-flex}.IntelligencePanel-module__mhGTZa__warn{padding:10px var(--space-4);margin-bottom:var(--space-4);background:var(--deldevs-amber-soft,#f59e0b1a);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--text-secondary);border:1px solid #f59e0b4d}.IntelligencePanel-module__mhGTZa__tabsBar{margin-bottom:var(--space-5);overflow-x:auto}.IntelligencePanel-module__mhGTZa__stack{gap:var(--space-5);flex-direction:column;display:flex}.IntelligencePanel-module__mhGTZa__grid2{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.IntelligencePanel-module__mhGTZa__grid3{gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:1100px){.IntelligencePanel-module__mhGTZa__grid2,.IntelligencePanel-module__mhGTZa__grid3{grid-template-columns:1fr}}.IntelligencePanel-module__mhGTZa__stats4{gap:var(--space-4);flex:1;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (max-width:1100px){.IntelligencePanel-module__mhGTZa__stats4{grid-template-columns:repeat(2,1fr)}}.IntelligencePanel-module__mhGTZa__card{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-5);gap:var(--space-3);flex-direction:column;display:flex}.IntelligencePanel-module__mhGTZa__cardHead{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.IntelligencePanel-module__mhGTZa__cardTitle{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:7px;margin:0;font-weight:700;display:inline-flex}.IntelligencePanel-module__mhGTZa__hint{font-size:var(--text-xs);color:var(--text-muted);margin:0;line-height:1.5}.IntelligencePanel-module__mhGTZa__divider{background:var(--bg-border);height:1px;margin:var(--space-2) 0}.IntelligencePanel-module__mhGTZa__muted{color:var(--text-muted)}.IntelligencePanel-module__mhGTZa__keyRow{align-items:center;gap:var(--space-2);display:flex}.IntelligencePanel-module__mhGTZa__keyRow>:first-child{flex:1}.IntelligencePanel-module__mhGTZa__testCol{flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;display:flex}.IntelligencePanel-module__mhGTZa__pipeTable{flex-direction:column;gap:8px;display:flex}.IntelligencePanel-module__mhGTZa__pipeRow{gap:var(--space-3);grid-template-columns:90px repeat(3,1fr);align-items:center;display:grid}.IntelligencePanel-module__mhGTZa__pipeHead{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:700}.IntelligencePanel-module__mhGTZa__pipeType{color:var(--text-primary);text-transform:capitalize;font-weight:600}@media (max-width:720px){.IntelligencePanel-module__mhGTZa__pipeRow{grid-template-columns:1fr}.IntelligencePanel-module__mhGTZa__pipeHead{display:none}}.IntelligencePanel-module__mhGTZa__promptGrid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (max-width:900px){.IntelligencePanel-module__mhGTZa__promptGrid{grid-template-columns:1fr}}.IntelligencePanel-module__mhGTZa__usageHead{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.IntelligencePanel-module__mhGTZa__daysToggle{gap:6px;display:inline-flex}.IntelligencePanel-module__mhGTZa__bars{height:140px;padding-top:var(--space-2);align-items:flex-end;gap:4px;display:flex}.IntelligencePanel-module__mhGTZa__barCol{flex:1;align-items:flex-end;height:100%;display:flex}.IntelligencePanel-module__mhGTZa__bar{opacity:.85;width:100%;min-height:3px;transition:height var(--dur) var(--ease);border-radius:3px 3px 0 0}.IntelligencePanel-module__mhGTZa__miniTable{width:100%;font-size:var(--text-sm);border-collapse:collapse}.IntelligencePanel-module__mhGTZa__miniTable td{border-bottom:1px solid var(--bg-border);color:var(--text-secondary);padding:6px 4px}.IntelligencePanel-module__mhGTZa__logHead{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.IntelligencePanel-module__mhGTZa__logFilters{gap:var(--space-2);display:inline-flex}.IntelligencePanel-module__mhGTZa__ragSaveBar{justify-content:flex-end;display:flex}.IntelligencePanel-module__mhGTZa__linkBtn{cursor:pointer;color:var(--text-primary);text-align:left;background:0 0;border:none;padding:0;font-weight:600}.IntelligencePanel-module__mhGTZa__linkBtn:hover{color:var(--color-primary)}.IntelligencePanel-module__mhGTZa__convThread{gap:var(--space-3);flex-direction:column;max-height:60vh;display:flex;overflow-y:auto}.IntelligencePanel-module__mhGTZa__convMsg{padding:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--bg-border)}.IntelligencePanel-module__mhGTZa__convUser{background:var(--bg-muted)}.IntelligencePanel-module__mhGTZa__convAi{background:var(--deldevs-violet-soft,#a855f714);border-color:#a855f733}.IntelligencePanel-module__mhGTZa__convRole{font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:4px;font-weight:700;display:block}.IntelligencePanel-module__mhGTZa__convText{font-size:var(--text-sm);color:var(--text-primary);white-space:pre-wrap;margin:0;line-height:1.6}
.PageEditor-module__Me8QyG__wrap{padding-bottom:var(--space-12)}.PageEditor-module__Me8QyG__loading{align-items:center;gap:var(--space-2);padding:var(--space-12) 0;color:var(--text-muted);font-size:var(--text-sm);justify-content:center;display:flex}.PageEditor-module__Me8QyG__spin{animation:.8s linear infinite PageEditor-module__Me8QyG__deldevs-pge-spin}@keyframes PageEditor-module__Me8QyG__deldevs-pge-spin{to{transform:rotate(360deg)}}.PageEditor-module__Me8QyG__headActions{align-items:center;gap:var(--space-2);display:inline-flex}.PageEditor-module__Me8QyG__viewLink{font-size:var(--text-sm);color:var(--text-secondary);padding:0 var(--space-2);align-items:center;gap:4px;text-decoration:none;display:inline-flex}.PageEditor-module__Me8QyG__viewLink:hover{color:var(--color-primary)}.PageEditor-module__Me8QyG__layout{gap:var(--space-6);grid-template-columns:minmax(0,1fr) 320px;align-items:start;display:grid}@media (max-width:1040px){.PageEditor-module__Me8QyG__layout{grid-template-columns:1fr}}.PageEditor-module__Me8QyG__main{min-width:0}.PageEditor-module__Me8QyG__sidebar{gap:var(--space-5);top:var(--space-5);flex-direction:column;display:flex;position:sticky}@media (max-width:1040px){.PageEditor-module__Me8QyG__sidebar{position:static}}.PageEditor-module__Me8QyG__tabsBar{margin-bottom:var(--space-5);overflow-x:auto}.PageEditor-module__Me8QyG__panel{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}.PageEditor-module__Me8QyG__divider{background:var(--bg-border);height:1px;margin:var(--space-2) 0}.PageEditor-module__Me8QyG__notice{padding:var(--space-4);background:var(--bg-muted);border:1px dashed var(--bg-border);border-radius:var(--radius-md);color:var(--text-secondary)}.PageEditor-module__Me8QyG__notice strong{color:var(--text-primary);display:block}.PageEditor-module__Me8QyG__notice p{font-size:var(--text-sm);color:var(--text-muted);margin:2px 0 0}.PageEditor-module__Me8QyG__card{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.PageEditor-module__Me8QyG__cardTitle{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;margin:0;font-weight:700}.PageEditor-module__Me8QyG__coverBox{border-radius:var(--radius-md);border:1px solid var(--bg-border);aspect-ratio:16/9;background:var(--bg-muted);position:relative;overflow:hidden}.PageEditor-module__Me8QyG__coverImg{object-fit:cover;width:100%;height:100%}.PageEditor-module__Me8QyG__coverPh{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.PageEditor-module__Me8QyG__coverDel{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:6px;right:6px}.PageEditor-module__Me8QyG__coverDel:hover{background:var(--deldevs-crimson,#e11d48)}.PageEditor-module__Me8QyG__uploadBtn{border-radius:var(--radius-md);border:1px solid var(--bg-border);background:var(--bg-muted);color:var(--text-primary);font-size:var(--text-sm);cursor:pointer;transition:background var(--dur) var(--ease);align-self:flex-start;align-items:center;gap:6px;padding:8px 14px;font-weight:500;display:inline-flex}.PageEditor-module__Me8QyG__uploadBtn:hover{background:var(--bg-border)}.PageEditor-module__Me8QyG__deleteBtn{justify-content:center;width:100%}
.PageList-module__u94g_a__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (max-width:1100px){.PageList-module__u94g_a__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.PageList-module__u94g_a__stats{grid-template-columns:1fr}}.PageList-module__u94g_a__nameCell{align-items:center;gap:var(--space-3);min-width:0;display:flex}.PageList-module__u94g_a__icon{border-radius:var(--radius-md);border:1px solid var(--bg-border);background:var(--bg-muted);width:36px;height:36px;color:var(--text-muted);flex:none;justify-content:center;align-items:center;display:flex}.PageList-module__u94g_a__nameText{flex-direction:column;gap:1px;min-width:0;display:flex}.PageList-module__u94g_a__nameLink{color:var(--text-primary);font-weight:600;text-decoration:none}.PageList-module__u94g_a__nameLink:hover{color:var(--color-primary)}.PageList-module__u94g_a__slug{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-muted)}.PageList-module__u94g_a__muted{color:var(--text-muted)}.PageList-module__u94g_a__actions{align-items:center;gap:2px;display:inline-flex}.PageList-module__u94g_a__viewBtn{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--text-muted);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.PageList-module__u94g_a__viewBtn:hover{color:var(--color-primary);background:var(--bg-muted)}
.ProductList-module__GUMzgG__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (max-width:1100px){.ProductList-module__GUMzgG__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ProductList-module__GUMzgG__stats{grid-template-columns:1fr}}.ProductList-module__GUMzgG__nameCell{align-items:center;gap:var(--space-3);min-width:0;display:flex}.ProductList-module__GUMzgG__thumb,.ProductList-module__GUMzgG__thumbPh{border-radius:var(--radius-md);object-fit:cover;border:1px solid var(--bg-border);background:var(--bg-muted);flex:none;width:38px;height:38px}.ProductList-module__GUMzgG__thumbPh{color:var(--text-muted);justify-content:center;align-items:center;display:flex}.ProductList-module__GUMzgG__nameText{flex-direction:column;gap:1px;min-width:0;display:flex}.ProductList-module__GUMzgG__nameLink{color:var(--text-primary);font-weight:600;text-decoration:none}.ProductList-module__GUMzgG__nameLink:hover{color:var(--color-primary)}.ProductList-module__GUMzgG__slug{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-muted)}.ProductList-module__GUMzgG__code{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-secondary);letter-spacing:.02em}.ProductList-module__GUMzgG__muted{color:var(--text-muted)}.ProductList-module__GUMzgG__price{color:var(--text-primary);font-weight:600}.ProductList-module__GUMzgG__strike{color:var(--text-muted);margin-right:4px;font-weight:400;text-decoration:line-through}.ProductList-module__GUMzgG__actions{gap:2px;display:inline-flex}.ProductList-module__GUMzgG__toolbarBtn{border-radius:var(--radius-md);border:1px solid var(--bg-border);background:var(--bg-card);height:34px;color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;align-items:center;gap:6px;padding:0 12px;font-weight:600;display:inline-flex}.ProductList-module__GUMzgG__toolbarBtn:hover{color:var(--text-primary);border-color:var(--text-muted)}.ProductList-module__GUMzgG__toolbarBtnOn{color:var(--color-primary);border-color:var(--color-primary);background:color-mix(in srgb, var(--color-primary) 10%, transparent)}.ProductList-module__GUMzgG__countPill{background:var(--color-primary);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}.ProductList-module__GUMzgG__filterBar{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--bg-border);border-radius:var(--radius-lg);background:var(--bg-card);margin-bottom:var(--space-3);flex-wrap:wrap;align-items:flex-end;display:flex}.ProductList-module__GUMzgG__filterField{flex-direction:column;gap:4px;min-width:132px;display:flex}.ProductList-module__GUMzgG__filterLabel{font-size:var(--text-xs);color:var(--text-muted);font-weight:600}.ProductList-module__GUMzgG__filterClear{margin-left:auto}.ProductList-module__GUMzgG__chips{margin-bottom:var(--space-3);flex-wrap:wrap;gap:6px;display:flex}.ProductList-module__GUMzgG__chip{border-radius:var(--radius-pill);background:var(--bg-muted);border:1px solid var(--bg-border);height:26px;font-size:var(--text-xs);color:var(--text-secondary);align-items:center;gap:5px;padding:0 6px 0 10px;display:inline-flex}.ProductList-module__GUMzgG__chipX{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:0;display:inline-flex}.ProductList-module__GUMzgG__chipX:hover{color:var(--color-danger)}.ProductList-module__GUMzgG__bulkBar{align-items:center;gap:var(--space-3);padding:10px var(--space-4);border:1px solid var(--color-primary);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--color-primary) 8%, transparent);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.ProductList-module__GUMzgG__bulkCount{color:var(--text-primary);font-weight:700;font-size:var(--text-sm)}.ProductList-module__GUMzgG__bulkLink{cursor:pointer;color:var(--color-primary);font-size:var(--text-sm);background:0 0;border:none;font-weight:600}.ProductList-module__GUMzgG__bulkSpacer{flex:1}.ProductList-module__GUMzgG__rowCheck{cursor:pointer;width:16px;height:16px;accent-color:var(--color-primary)}.ProductList-module__GUMzgG__modalOverlay{z-index:70;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ProductList-module__GUMzgG__modal{background:var(--bg-surface);border:1px solid var(--bg-border);border-radius:var(--radius-xl);width:100%;max-width:520px;box-shadow:var(--shadow-lg);padding:var(--space-6)}.ProductList-module__GUMzgG__modalTitle{font-size:var(--text-lg);color:var(--text-primary);align-items:center;gap:8px;margin-bottom:6px;font-weight:700;display:flex}.ProductList-module__GUMzgG__modalHint{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-4)}.ProductList-module__GUMzgG__previewBox{background:var(--bg-muted);border:1px solid var(--bg-border);border-radius:var(--radius-md);padding:var(--space-3);font-size:var(--text-sm);margin:var(--space-3) 0;max-height:200px;overflow:auto}.ProductList-module__GUMzgG__previewErr{color:var(--color-danger);font-family:var(--font-mono);font-size:var(--text-xs)}.ProductList-module__GUMzgG__modalActions{margin-top:var(--space-4);justify-content:flex-end;gap:8px;display:flex}.ProductList-module__GUMzgG__uploadDrop{padding:var(--space-4);border:1px dashed var(--bg-border);border-radius:var(--radius-md);cursor:pointer;color:var(--text-secondary);font-size:var(--text-sm);align-items:center;gap:8px;display:flex}.ProductList-module__GUMzgG__uploadDrop:hover{border-color:var(--color-primary);color:var(--text-primary)}
.TicketList-module__aTiY7W__stats{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (max-width:1100px){.TicketList-module__aTiY7W__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.TicketList-module__aTiY7W__stats{grid-template-columns:1fr}}.TicketList-module__aTiY7W__subjectCell{flex-direction:column;gap:2px;min-width:0;display:flex}.TicketList-module__aTiY7W__subjectTop{align-items:center;gap:7px;min-width:0;display:inline-flex}.TicketList-module__aTiY7W__subjectLink{color:var(--text-primary);font-weight:600;text-decoration:none}.TicketList-module__aTiY7W__subjectLink:hover{color:var(--color-primary)}.TicketList-module__aTiY7W__awaitDot{background:var(--deldevs-pink,#ec4899);border-radius:50%;flex:none;width:8px;height:8px}.TicketList-module__aTiY7W__meta{font-size:var(--text-xs);color:var(--text-muted)}.TicketList-module__aTiY7W__userCell{align-items:center;gap:var(--space-2);min-width:0;display:flex}.TicketList-module__aTiY7W__avatar{background:var(--bg-muted);border:1px solid var(--bg-border);width:30px;height:30px;font-size:var(--text-xs);color:var(--text-secondary);border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:700;display:flex}.TicketList-module__aTiY7W__userText{flex-direction:column;gap:0;min-width:0;display:flex}.TicketList-module__aTiY7W__userName{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.TicketList-module__aTiY7W__userEmail{font-size:var(--text-xs);color:var(--text-muted)}.TicketList-module__aTiY7W__muted{color:var(--text-muted);align-items:center;gap:4px;display:inline-flex}
.PageHeader-module__HZea0q__wrap{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.PageHeader-module__HZea0q__title{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--text-primary);letter-spacing:-.02em;margin:0;font-weight:800}.PageHeader-module__HZea0q__subtitle{font-size:var(--text-base);color:var(--text-muted);margin:6px 0 0}.PageHeader-module__HZea0q__actions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}
.Tabs-module__Fp865W__tabs{background:var(--bg-muted);border:1px solid var(--bg-border);border-radius:var(--radius-md);gap:4px;padding:4px;display:inline-flex}.Tabs-module__Fp865W__tab{border-radius:var(--radius-sm);font-family:var(--font-body);font-size:var(--text-sm);color:var(--text-secondary);cursor:pointer;transition:background var(--dur) var(--ease), color var(--dur) var(--ease);background:0 0;border:none;align-items:center;gap:6px;padding:7px 14px;font-weight:600;display:inline-flex}.Tabs-module__Fp865W__tab:hover{color:var(--text-primary)}.Tabs-module__Fp865W__active{background:var(--bg-card);color:var(--text-primary);box-shadow:var(--shadow-card)}.Tabs-module__Fp865W__count{border-radius:var(--radius-pill);background:var(--bg-border);min-width:18px;height:18px;color:var(--text-secondary);justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}
.page-module__7y9VSq__head{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.page-module__7y9VSq__ranges{background:var(--bg-muted);border:1px solid var(--bg-border);border-radius:var(--radius-pill);gap:4px;padding:4px;display:inline-flex}.page-module__7y9VSq__range{cursor:pointer;border-radius:var(--radius-pill);font-size:var(--text-sm);color:var(--text-secondary);transition:all var(--dur) var(--ease);background:0 0;border:none;padding:6px 14px;font-weight:600}.page-module__7y9VSq__range:hover{color:var(--text-primary)}.page-module__7y9VSq__rangeActive{background:var(--bg-surface);color:var(--color-primary);box-shadow:var(--shadow-card)}.page-module__7y9VSq__kpis{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:1100px){.page-module__7y9VSq__kpis{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.page-module__7y9VSq__kpis{grid-template-columns:1fr}}.page-module__7y9VSq__row2{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:2fr 1fr;display:grid}.page-module__7y9VSq__row3{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.page-module__7y9VSq__row2b{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:1fr 1fr;display:grid}@media (max-width:1000px){.page-module__7y9VSq__row2,.page-module__7y9VSq__row3,.page-module__7y9VSq__row2b{grid-template-columns:1fr}}.page-module__7y9VSq__mapWrap{margin-bottom:var(--space-6)}.page-module__7y9VSq__list{flex-direction:column;gap:2px;display:flex}.page-module__7y9VSq__listRow{justify-content:space-between;align-items:center;gap:var(--space-3);border-bottom:1px solid var(--bg-border);font-size:var(--text-sm);padding:10px 4px;display:flex}.page-module__7y9VSq__listRow:last-child{border-bottom:none}.page-module__7y9VSq__listName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:600;overflow:hidden}.page-module__7y9VSq__listMeta{color:var(--text-muted);font-size:var(--text-xs);flex:none}.page-module__7y9VSq__rank{background:var(--bg-muted);width:22px;height:22px;color:var(--text-secondary);font-size:var(--text-xs);border-radius:6px;flex:none;justify-content:center;align-items:center;margin-right:8px;font-weight:700;display:inline-flex}.page-module__7y9VSq__table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.page-module__7y9VSq__table th{text-align:left;color:var(--text-muted);font-weight:600;font-size:var(--text-xs);border-bottom:1px solid var(--bg-border);padding:8px 10px}.page-module__7y9VSq__table td{border-bottom:1px solid var(--bg-border);color:var(--text-primary);padding:10px}.page-module__7y9VSq__table tr:last-child td{border-bottom:none}.page-module__7y9VSq__tableMuted{color:var(--text-muted)}.page-module__7y9VSq__right{text-align:right}.page-module__7y9VSq__empty{height:100%;color:var(--text-muted);font-size:var(--text-sm);justify-content:center;align-items:center;display:flex}.page-module__7y9VSq__loading{align-items:center;gap:var(--space-2);padding:var(--space-12) 0;color:var(--text-muted);justify-content:center;display:flex}.page-module__7y9VSq__spin{animation:.8s linear infinite page-module__7y9VSq__deldevs-an-spin}@keyframes page-module__7y9VSq__deldevs-an-spin{to{transform:rotate(360deg)}}
.DashboardCharts-module__9zRNMW__row{gap:var(--space-5);grid-template-columns:minmax(0,2fr) minmax(0,1fr);display:grid}@media (max-width:1024px){.DashboardCharts-module__9zRNMW__row{grid-template-columns:1fr}}.DashboardCharts-module__9zRNMW__chartBody{padding:var(--space-3) var(--space-5) var(--space-5)}.DashboardCharts-module__9zRNMW__donutWrap{padding:var(--space-4) var(--space-5) var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}.DashboardCharts-module__9zRNMW__donut{position:relative}.DashboardCharts-module__9zRNMW__donutCenter{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.DashboardCharts-module__9zRNMW__donutTotal{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--text-primary);font-weight:800}.DashboardCharts-module__9zRNMW__donutLabel{color:var(--text-muted);font-size:11px}.DashboardCharts-module__9zRNMW__legend{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.DashboardCharts-module__9zRNMW__legend li{font-size:var(--text-sm);color:var(--text-secondary);align-items:center;gap:8px;display:flex}.DashboardCharts-module__9zRNMW__dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.DashboardCharts-module__9zRNMW__legendVal{color:var(--text-primary);margin-left:auto;font-weight:600}
.messages-module__YUVfWa__layout{gap:var(--space-4);min-height:560px;margin-top:var(--space-4);grid-template-columns:300px 1fr;display:grid}@media (max-width:900px){.messages-module__YUVfWa__layout{grid-template-columns:1fr}}.messages-module__YUVfWa__list{border:1px solid var(--bg-border,#ffffff14);background:var(--bg-surface,#ffffff05);border-radius:14px;flex-direction:column;align-self:start;gap:4px;padding:8px;display:flex}.messages-module__YUVfWa__listItem{text-align:left;cursor:pointer;color:var(--text);background:0 0;border:none;border-radius:10px;flex-direction:column;gap:2px;padding:10px 12px;display:flex;position:relative}.messages-module__YUVfWa__listItem:hover{background:#ffffff0a}.messages-module__YUVfWa__listItemActive{background:#14b8a61f}.messages-module__YUVfWa__listName{font-size:.9rem;font-weight:600}.messages-module__YUVfWa__listSub{color:var(--text-muted);font-size:.75rem}.messages-module__YUVfWa__unreadDot{color:#fff;background:#ef4444;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:700;display:inline-flex;position:absolute;top:10px;right:10px}.messages-module__YUVfWa__muted{color:var(--text-muted);padding:12px;font-size:.88rem}.messages-module__YUVfWa__thread{border:1px solid var(--bg-border,#ffffff14);background:var(--bg-surface,#ffffff05);border-radius:14px;flex-direction:column;min-height:560px;display:flex;overflow:hidden}.messages-module__YUVfWa__threadHead{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--bg-border,#ffffff14);justify-content:space-between;align-items:center;display:flex}.messages-module__YUVfWa__threadSub{color:var(--text-muted)}.messages-module__YUVfWa__empty{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.messages-module__YUVfWa__messages{padding:var(--space-4);flex-direction:column;flex:1;gap:10px;display:flex;overflow-y:auto}.messages-module__YUVfWa__row{display:flex}.messages-module__YUVfWa__rowUser{justify-content:flex-end}.messages-module__YUVfWa__rowAdmin{justify-content:flex-start}.messages-module__YUVfWa__bubble{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:72%;padding:9px 13px;font-size:.9rem;line-height:1.45}.messages-module__YUVfWa__rowUser .messages-module__YUVfWa__bubble{background:var(--deldevs-teal,#14b8a6);color:#fff;border-bottom-right-radius:4px}.messages-module__YUVfWa__rowAdmin .messages-module__YUVfWa__bubble{color:var(--text);background:#ffffff0f;border-bottom-left-radius:4px}.messages-module__YUVfWa__offerCard{border:1px solid var(--deldevs-violet,#a855f7);background:#a855f70f;border-radius:14px;flex-direction:column;gap:8px;max-width:320px;padding:14px;display:flex}.messages-module__YUVfWa__offerHead{color:var(--deldevs-violet,#a855f7);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;font-size:.75rem;font-weight:700;display:inline-flex}.messages-module__YUVfWa__offerTitle{color:var(--text);font-weight:700}.messages-module__YUVfWa__offerDesc{color:var(--text-muted);margin:0;font-size:.85rem}.messages-module__YUVfWa__offerMeta{color:var(--text-muted);gap:14px;font-size:.8rem;display:flex}.messages-module__YUVfWa__offerMeta span{align-items:center;gap:4px;display:inline-flex}.messages-module__YUVfWa__offerPrice{color:var(--text);font-size:1.3rem;font-weight:800}.messages-module__YUVfWa__offerAccepted{color:#22c55e;align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:inline-flex}.messages-module__YUVfWa__offerExpired{color:var(--text-muted);font-size:.85rem}.messages-module__YUVfWa__composer{padding:var(--space-3);border-top:1px solid var(--bg-border,#ffffff14);gap:8px;display:flex}.messages-module__YUVfWa__input{resize:none;border:1px solid var(--bg-border,#ffffff1f);background:var(--bg-base,#0003);color:var(--text);border-radius:10px;flex:1;padding:10px 12px;font-family:inherit;font-size:.9rem}.messages-module__YUVfWa__input:focus{border-color:var(--deldevs-teal,#14b8a6);outline:none}.messages-module__YUVfWa__sendBtn{cursor:pointer;background:var(--deldevs-teal,#14b8a6);color:#fff;border:none;border-radius:10px;flex:none;justify-content:center;align-items:center;width:44px;display:inline-flex}.messages-module__YUVfWa__sendBtn:disabled{opacity:.5;cursor:default}
.detail-module__uoQbFq__back{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-4);align-items:center;gap:6px;text-decoration:none;display:inline-flex}.detail-module__uoQbFq__back:hover{color:var(--color-primary)}.detail-module__uoQbFq__head{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.detail-module__uoQbFq__title{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--text-primary);margin:0;font-weight:800}.detail-module__uoQbFq__sub{font-size:var(--text-sm);color:var(--text-muted);margin-top:4px}.detail-module__uoQbFq__headActions{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.detail-module__uoQbFq__grid{gap:var(--space-5);grid-template-columns:2fr 1fr;align-items:start;display:grid}@media (max-width:1000px){.detail-module__uoQbFq__grid{grid-template-columns:1fr}}.detail-module__uoQbFq__colMain,.detail-module__uoQbFq__colSide{gap:var(--space-4);flex-direction:column;display:flex}.detail-module__uoQbFq__cardTitle{font-weight:700;font-size:var(--text-md);color:var(--text-primary);margin-bottom:var(--space-3)}.detail-module__uoQbFq__cardHead{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.detail-module__uoQbFq__editBtn{cursor:pointer;color:var(--text-muted);font-size:var(--text-sm);background:0 0;border:none;align-items:center;gap:5px;display:inline-flex}.detail-module__uoQbFq__editBtn:hover{color:var(--color-primary)}.detail-module__uoQbFq__editActions{align-items:center;gap:var(--space-2);display:flex}.detail-module__uoQbFq__item{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--bg-border);display:flex}.detail-module__uoQbFq__item:last-child{border-bottom:none}.detail-module__uoQbFq__itemMain{min-width:0}.detail-module__uoQbFq__itemName{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.detail-module__uoQbFq__itemMeta{gap:var(--space-2);font-size:var(--text-xs);color:var(--text-muted);flex-wrap:wrap;margin-top:3px;display:flex}.detail-module__uoQbFq__code{font-family:var(--font-mono);color:var(--text-secondary)}.detail-module__uoQbFq__itemPrice{color:var(--text-primary);white-space:nowrap;font-weight:700}.detail-module__uoQbFq__billGrid{gap:var(--space-2) var(--space-5);grid-template-columns:1fr 1fr;display:grid}@media (max-width:560px){.detail-module__uoQbFq__billGrid{grid-template-columns:1fr}}.detail-module__uoQbFq__billRow{flex-direction:column;gap:1px;display:flex}.detail-module__uoQbFq__billLabel{font-size:var(--text-xs);color:var(--text-muted)}.detail-module__uoQbFq__billVal{font-size:var(--text-sm);color:var(--text-primary)}.detail-module__uoQbFq__notesActions{margin-top:var(--space-3);justify-content:flex-end;display:flex}.detail-module__uoQbFq__hint{font-size:var(--text-xs);color:var(--text-muted);margin-top:var(--space-2)}.detail-module__uoQbFq__custRow{align-items:center;gap:var(--space-3);display:flex}.detail-module__uoQbFq__avatar,.detail-module__uoQbFq__avatarPh{border-radius:var(--radius-pill);object-fit:cover;border:1px solid var(--bg-border);flex:none;width:40px;height:40px}.detail-module__uoQbFq__avatarPh{background:var(--bg-muted);color:var(--text-secondary);justify-content:center;align-items:center;font-weight:700;display:flex}.detail-module__uoQbFq__custName{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.detail-module__uoQbFq__custEmail{font-size:var(--text-xs);color:var(--text-muted)}.detail-module__uoQbFq__customerLink{margin-top:var(--space-3);font-size:var(--text-sm);color:var(--color-primary);text-decoration:none;display:inline-block}.detail-module__uoQbFq__customerLink:hover{text-decoration:underline}.detail-module__uoQbFq__muted{color:var(--text-muted)}.detail-module__uoQbFq__total{color:var(--color-primary)}.detail-module__uoQbFq__payMethod{font-size:var(--text-xs);color:var(--text-muted);margin-top:var(--space-3);text-transform:capitalize}.detail-module__uoQbFq__txn{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-2) 0;border-bottom:1px solid var(--bg-border);display:flex}.detail-module__uoQbFq__txn:last-child{border-bottom:none}.detail-module__uoQbFq__txnGateway{font-size:var(--text-sm);color:var(--text-primary);text-transform:capitalize}.detail-module__uoQbFq__txnId{font-size:var(--text-xs);color:var(--text-muted);font-family:var(--font-mono)}.detail-module__uoQbFq__txnRight{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-primary);display:flex}.detail-module__uoQbFq__loading{align-items:center;gap:var(--space-2);padding:var(--space-12) 0;color:var(--text-muted);font-size:var(--text-sm);justify-content:center;display:flex}.detail-module__uoQbFq__spin{animation:.8s linear infinite detail-module__uoQbFq__deldevs-od-spin}@keyframes detail-module__uoQbFq__deldevs-od-spin{to{transform:rotate(360deg)}}.detail-module__uoQbFq__topup{margin-top:var(--space-2);padding:var(--space-2) 0 var(--space-1) var(--space-3);border-left:2px solid var(--bg-border);flex-direction:column;gap:3px;display:flex}.detail-module__uoQbFq__topupHead{align-items:center;gap:var(--space-2);font-size:var(--text-xs);margin-bottom:2px;display:flex}.detail-module__uoQbFq__topupRow{align-items:baseline;gap:var(--space-2);font-size:var(--text-xs);flex-wrap:wrap;display:flex}.detail-module__uoQbFq__topupLabel{color:var(--text-muted);min-width:88px}.detail-module__uoQbFq__topupWarn{color:var(--color-danger,#ef4444);font-size:var(--text-xs)}
.ProductEditor-module__PT6iga__wrap{padding-bottom:var(--space-12)}.ProductEditor-module__PT6iga__loading{align-items:center;gap:var(--space-2);padding:var(--space-12) 0;color:var(--text-muted);font-size:var(--text-sm);justify-content:center;display:flex}.ProductEditor-module__PT6iga__spin{animation:.8s linear infinite ProductEditor-module__PT6iga__deldevs-pe-spin}@keyframes ProductEditor-module__PT6iga__deldevs-pe-spin{to{transform:rotate(360deg)}}.ProductEditor-module__PT6iga__headActions{align-items:center;gap:var(--space-2);display:inline-flex}.ProductEditor-module__PT6iga__viewLink{font-size:var(--text-sm);color:var(--text-secondary);padding:0 var(--space-2);align-items:center;gap:4px;text-decoration:none;display:inline-flex}.ProductEditor-module__PT6iga__viewLink:hover{color:var(--color-primary)}.ProductEditor-module__PT6iga__layout{gap:var(--space-6);grid-template-columns:minmax(0,1fr) 320px;align-items:start;display:grid}@media (max-width:1040px){.ProductEditor-module__PT6iga__layout{grid-template-columns:1fr}}.ProductEditor-module__PT6iga__main{min-width:0}.ProductEditor-module__PT6iga__sidebar{gap:var(--space-5);top:var(--space-5);flex-direction:column;display:flex;position:sticky}@media (max-width:1040px){.ProductEditor-module__PT6iga__sidebar{position:static}}.ProductEditor-module__PT6iga__tabsBar{margin-bottom:var(--space-5);overflow-x:auto}.ProductEditor-module__PT6iga__panel{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}.ProductEditor-module__PT6iga__panelTitle{font-family:var(--font-heading);font-size:var(--text-md);color:var(--text-primary);margin:0;font-weight:700}.ProductEditor-module__PT6iga__panelHint{font-size:var(--text-sm);color:var(--text-muted);margin:0}.ProductEditor-module__PT6iga__muted{color:var(--text-muted);font-size:var(--text-sm)}.ProductEditor-module__PT6iga__count{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.ProductEditor-module__PT6iga__notice{gap:var(--space-3);padding:var(--space-4);background:var(--bg-muted);border:1px dashed var(--bg-border);border-radius:var(--radius-md);color:var(--text-secondary);align-items:flex-start;display:flex}.ProductEditor-module__PT6iga__notice strong{color:var(--text-primary);display:block}.ProductEditor-module__PT6iga__notice p{font-size:var(--text-sm);color:var(--text-muted);margin:2px 0 0}.ProductEditor-module__PT6iga__card{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.ProductEditor-module__PT6iga__cardTitle{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;margin:0;font-weight:700}.ProductEditor-module__PT6iga__priceRow{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.ProductEditor-module__PT6iga__tagChips{flex-wrap:wrap;gap:6px;display:flex}.ProductEditor-module__PT6iga__tagChip{border-radius:var(--radius-pill);border:1px solid var(--bg-border);background:var(--bg-muted);color:var(--text-secondary);font-size:var(--text-xs);cursor:pointer;transition:all var(--dur) var(--ease);padding:4px 10px;font-weight:600}.ProductEditor-module__PT6iga__tagChip:hover{color:var(--text-primary);border-color:var(--text-muted)}.ProductEditor-module__PT6iga__tagChipOn{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.ProductEditor-module__PT6iga__flags{gap:var(--space-2);flex-direction:column;display:flex}.ProductEditor-module__PT6iga__deleteBtn{justify-content:center;width:100%}.ProductEditor-module__PT6iga__itemsGrid{flex-wrap:wrap;gap:8px;display:flex}.ProductEditor-module__PT6iga__itemChip{border-radius:var(--radius-md);border:1px solid var(--bg-border);background:var(--bg-muted);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;transition:all var(--dur) var(--ease);align-items:center;gap:6px;padding:8px 12px;font-weight:500;display:inline-flex}.ProductEditor-module__PT6iga__itemChip:hover{color:var(--text-primary);border-color:var(--text-muted)}.ProductEditor-module__PT6iga__itemChipOn{background:var(--deldevs-teal-soft);border-color:var(--deldevs-teal);color:var(--text-primary)}.ProductEditor-module__PT6iga__thumbBox{align-items:center;gap:var(--space-4);display:flex}.ProductEditor-module__PT6iga__thumbImg,.ProductEditor-module__PT6iga__thumbPlaceholder{border-radius:var(--radius-md);object-fit:cover;border:1px solid var(--bg-border);background:var(--bg-muted);width:120px;height:120px}.ProductEditor-module__PT6iga__thumbPlaceholder{color:var(--text-muted);justify-content:center;align-items:center;display:flex}.ProductEditor-module__PT6iga__uploadBtn{border-radius:var(--radius-md);border:1px solid var(--bg-border);background:var(--bg-muted);color:var(--text-primary);font-size:var(--text-sm);cursor:pointer;transition:background var(--dur) var(--ease);align-self:flex-start;align-items:center;gap:6px;padding:8px 14px;font-weight:500;display:inline-flex}.ProductEditor-module__PT6iga__uploadBtn:hover{background:var(--bg-border)}.ProductEditor-module__PT6iga__shotsGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(120px,1fr));display:grid}.ProductEditor-module__PT6iga__shot{aspect-ratio:16/10;border-radius:var(--radius-md);border:1px solid var(--bg-border);position:relative;overflow:hidden}.ProductEditor-module__PT6iga__shotImg{object-fit:cover;width:100%;height:100%}.ProductEditor-module__PT6iga__shotDel{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:4px;right:4px}.ProductEditor-module__PT6iga__shotDel:hover{background:var(--deldevs-crimson,#e11d48)}.ProductEditor-module__PT6iga__shotAdd{aspect-ratio:16/10;border-radius:var(--radius-md);border:1px dashed var(--bg-border);background:var(--bg-muted);color:var(--text-muted);cursor:pointer;transition:all var(--dur) var(--ease);justify-content:center;align-items:center;display:flex}.ProductEditor-module__PT6iga__shotAdd:hover{color:var(--color-primary);border-color:var(--color-primary)}.ProductEditor-module__PT6iga__fileList{gap:var(--space-2);flex-direction:column;display:flex}.ProductEditor-module__PT6iga__fileRow{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--bg-border);border-radius:var(--radius-md);background:var(--bg-muted);display:flex}.ProductEditor-module__PT6iga__fileMeta{flex-direction:column;gap:2px;min-width:0;display:flex}.ProductEditor-module__PT6iga__fileName{color:var(--text-primary);font-weight:600;font-size:var(--text-sm)}.ProductEditor-module__PT6iga__fileSub{font-size:var(--text-xs);color:var(--text-muted);font-family:var(--font-mono);align-items:center;gap:8px;display:inline-flex}.ProductEditor-module__PT6iga__curBadge{margin-left:4px}.ProductEditor-module__PT6iga__fileActions{align-items:center;gap:var(--space-2);flex:none;display:inline-flex}.ProductEditor-module__PT6iga__transBlock{padding:var(--space-3) 0;border-bottom:1px solid var(--bg-border)}.ProductEditor-module__PT6iga__transHead{margin-bottom:var(--space-2);gap:6px;display:inline-flex}.ProductEditor-module__PT6iga__transName{color:var(--text-primary);margin:0;font-weight:600}.ProductEditor-module__PT6iga__transExcerpt{font-size:var(--text-sm);color:var(--text-secondary);margin:2px 0 0}.ProductEditor-module__PT6iga__listEditor{gap:var(--space-2);flex-direction:column;align-items:flex-start;display:flex}.ProductEditor-module__PT6iga__listRow{align-items:center;gap:var(--space-2);width:100%;display:flex}.ProductEditor-module__PT6iga__listRow>:first-child{flex:1}.ProductEditor-module__PT6iga__pkgGrid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:900px){.ProductEditor-module__PT6iga__pkgGrid{grid-template-columns:1fr}}.ProductEditor-module__PT6iga__pkg{border:1px solid var(--bg-border);border-top:3px solid var(--color-primary);border-radius:var(--radius-md);padding:var(--space-4);gap:var(--space-3);background:var(--bg-muted);flex-direction:column;display:flex}.ProductEditor-module__PT6iga__pkgHead{color:var(--text-primary);text-transform:capitalize;font-weight:700;font-size:var(--text-sm);letter-spacing:.02em}
.TicketView-module__STQuRa__wrap{padding-bottom:var(--space-12)}.TicketView-module__STQuRa__loading{align-items:center;gap:var(--space-2);padding:var(--space-12) 0;color:var(--text-muted);font-size:var(--text-sm);justify-content:center;display:flex}.TicketView-module__STQuRa__spin{animation:.8s linear infinite TicketView-module__STQuRa__deldevs-tv-spin}@keyframes TicketView-module__STQuRa__deldevs-tv-spin{to{transform:rotate(360deg)}}.TicketView-module__STQuRa__headActions{align-items:center;gap:var(--space-2);display:inline-flex}.TicketView-module__STQuRa__langNote{padding:10px var(--space-4);margin-bottom:var(--space-5);background:var(--bg-card);border:1px solid var(--bg-border);border-left:3px solid var(--color-primary);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--text-secondary);align-items:center;gap:8px;display:flex}.TicketView-module__STQuRa__layout{gap:var(--space-6);grid-template-columns:minmax(0,1fr) 340px;align-items:start;display:grid}@media (max-width:1040px){.TicketView-module__STQuRa__layout{grid-template-columns:1fr}}.TicketView-module__STQuRa__main{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}.TicketView-module__STQuRa__thread{gap:var(--space-4);background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-5);flex-direction:column;display:flex}.TicketView-module__STQuRa__muted{color:var(--text-muted);font-size:var(--text-sm)}.TicketView-module__STQuRa__bubbleRow{display:flex}.TicketView-module__STQuRa__rowCustomer{justify-content:flex-start}.TicketView-module__STQuRa__rowAdmin{justify-content:flex-end}.TicketView-module__STQuRa__bubble{max-width:78%;padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--bg-border)}.TicketView-module__STQuRa__bubbleCustomer{background:var(--bg-muted);border-bottom-left-radius:4px}.TicketView-module__STQuRa__bubbleAdmin{background:var(--deldevs-pink-soft,#ec48991a);border-color:#ec489940;border-bottom-right-radius:4px}.TicketView-module__STQuRa__bubbleHead{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:4px;display:flex}.TicketView-module__STQuRa__author{font-size:var(--text-xs);color:var(--text-primary);align-items:center;gap:4px;font-weight:700;display:inline-flex}.TicketView-module__STQuRa__time{color:var(--text-muted);font-size:10px}.TicketView-module__STQuRa__msgText{font-size:var(--text-sm);color:var(--text-primary);white-space:pre-wrap;word-break:break-word;margin:0;line-height:1.6}.TicketView-module__STQuRa__revealBtn{cursor:pointer;font-size:var(--text-xs);color:var(--color-primary);background:0 0;border:none;margin-top:6px;padding:0;font-weight:600}.TicketView-module__STQuRa__msgOriginal{border-radius:var(--radius-sm);background:var(--bg-card);border:1px dashed var(--bg-border);font-size:var(--text-sm);color:var(--text-secondary);white-space:pre-wrap;margin:6px 0 0;padding:8px 10px;line-height:1.6}.TicketView-module__STQuRa__note{background:var(--deldevs-amber-soft,#f59e0b1a);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);border:1px solid #f59e0b4d}.TicketView-module__STQuRa__noteHead{font-size:var(--text-xs);color:var(--deldevs-amber,#d97706);align-items:center;gap:6px;margin-bottom:4px;font-weight:700;display:flex}.TicketView-module__STQuRa__composer{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.TicketView-module__STQuRa__composerBar{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.TicketView-module__STQuRa__composerToggles{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:inline-flex}.TicketView-module__STQuRa__sidebar{gap:var(--space-5);top:var(--space-5);flex-direction:column;display:flex;position:sticky}@media (max-width:1040px){.TicketView-module__STQuRa__sidebar{position:static}}.TicketView-module__STQuRa__card{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.TicketView-module__STQuRa__cardTitle{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;margin:0;font-weight:700;display:inline-flex}.TicketView-module__STQuRa__fieldLabel{font-size:var(--text-xs);color:var(--text-secondary);margin-top:2px;font-weight:600}.TicketView-module__STQuRa__customer{align-items:center;gap:var(--space-3);display:flex}.TicketView-module__STQuRa__custAvatar{background:var(--bg-muted);border:1px solid var(--bg-border);width:40px;height:40px;color:var(--text-secondary);border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:700;display:flex}.TicketView-module__STQuRa__custName{color:var(--text-primary);margin-bottom:2px;font-weight:700}.TicketView-module__STQuRa__custLine{font-size:var(--text-sm);color:var(--text-muted);word-break:break-all;align-items:center;gap:6px;margin:0;display:flex}.TicketView-module__STQuRa__aiBlock{flex-direction:column;gap:8px;display:flex}.TicketView-module__STQuRa__aiMeta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.TicketView-module__STQuRa__aiProvider{color:var(--text-muted);font-size:10px;font-family:var(--font-mono);text-transform:capitalize}.TicketView-module__STQuRa__aiLabel{font-size:var(--text-xs);color:var(--text-secondary);margin:4px 0 0;font-weight:600}.TicketView-module__STQuRa__aiText{font-size:var(--text-sm);color:var(--text-primary);white-space:pre-wrap;background:var(--bg-muted);border:1px solid var(--bg-border);border-radius:var(--radius-sm);max-height:220px;padding:10px;line-height:1.6;overflow-y:auto}.TicketView-module__STQuRa__aiActions{gap:var(--space-2);flex-wrap:wrap;margin-top:4px;display:flex}.TicketView-module__STQuRa__aiEmpty{gap:var(--space-3);flex-direction:column;align-items:flex-start;display:flex}.TicketView-module__STQuRa__aiHint{font-size:var(--text-xs);color:var(--text-muted);align-items:flex-start;gap:6px;margin:0;line-height:1.5;display:flex}
