.PurchaseOrderForm-module__15LGoq__form{flex-direction:column;gap:1.5rem;display:flex}.PurchaseOrderForm-module__15LGoq__section{background:var(--card-background);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:1.5rem}.PurchaseOrderForm-module__15LGoq__sectionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.PurchaseOrderForm-module__15LGoq__row{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.PurchaseOrderForm-module__15LGoq__itemsTable{border-collapse:collapse;width:100%;margin-bottom:1rem}.PurchaseOrderForm-module__15LGoq__itemsTable th{text-align:left;background:var(--background-secondary);color:var(--text-secondary);padding:.75rem;font-size:.875rem;font-weight:600}.PurchaseOrderForm-module__15LGoq__itemsTable td{border-bottom:1px solid var(--border-color);padding:.75rem}.PurchaseOrderForm-module__15LGoq__totalRow{justify-content:flex-end;gap:2rem;margin-top:1rem;font-weight:600;display:flex}.PurchaseOrderForm-module__15LGoq__actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}
.Button-module__VMVMAW__button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-lg);font-family:var(--font-primary);font-size:var(--text-sm);font-weight:var(--font-semibold);text-align:center;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all var(--duration-base)var(--ease-out);padding:var(--space-2)var(--space-4);border:none;line-height:1;display:inline-flex;position:relative;overflow:hidden}.Button-module__VMVMAW__button:focus-visible{outline:2px solid var(--aesthetic-pink-500);outline-offset:2px}.Button-module__VMVMAW__button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.Button-module__VMVMAW__button:active:not(:disabled){transform:scale(.98)}.Button-module__VMVMAW__button--primary{background:var(--aesthetic-pink-500);color:#fff;box-shadow:var(--shadow-md)}.Button-module__VMVMAW__button--primary:hover:not(:disabled){background:var(--aesthetic-pink-600);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Button-module__VMVMAW__button--secondary{background:var(--aesthetic-purple-500);color:#fff;box-shadow:var(--shadow-md)}.Button-module__VMVMAW__button--secondary:hover:not(:disabled){background:var(--aesthetic-purple-600);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Button-module__VMVMAW__button--outline{border:2px solid var(--aesthetic-pink-500);color:var(--aesthetic-pink-600);background:0 0}.Button-module__VMVMAW__button--outline:hover:not(:disabled){background:var(--aesthetic-pink-50);border-color:var(--aesthetic-pink-600);color:var(--aesthetic-pink-700)}.Button-module__VMVMAW__button--ghost{color:var(--medical-gray-700);background:0 0}.Button-module__VMVMAW__button--ghost:hover:not(:disabled){background:var(--medical-gray-100);color:var(--aesthetic-pink-600)}.Button-module__VMVMAW__button--danger{background:var(--error-red);color:#fff;box-shadow:var(--shadow-md)}.Button-module__VMVMAW__button--danger:hover:not(:disabled){box-shadow:var(--shadow-lg);background:#dc2626;transform:translateY(-2px)}.Button-module__VMVMAW__button--gradient{background:var(--gradient-pink-purple);color:#fff;box-shadow:var(--shadow-md);position:relative;overflow:hidden}.Button-module__VMVMAW__button--gradient:before{content:"";background:linear-gradient(135deg,var(--aesthetic-pink-400)0%,var(--aesthetic-purple-400)100%);opacity:0;transition:opacity var(--duration-base)var(--ease-out);position:absolute;inset:0}.Button-module__VMVMAW__button--gradient:hover:not(:disabled):before{opacity:1}.Button-module__VMVMAW__button--gradient:hover:not(:disabled){box-shadow:var(--shadow-glow-pink);transform:translateY(-2px)}.Button-module__VMVMAW__button--glass{background:var(--glass-background);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);color:var(--aesthetic-pink-700);box-shadow:var(--shadow-glass)}.Button-module__VMVMAW__button--glass:hover:not(:disabled){border-color:var(--aesthetic-pink-300);color:var(--aesthetic-pink-800);box-shadow:var(--shadow-glass-lg);background:#fffc}.Button-module__VMVMAW__button--sm{padding:var(--space-1)var(--space-3);font-size:var(--text-xs);gap:var(--space-1);border-radius:var(--radius-md)}.Button-module__VMVMAW__button--md{padding:var(--space-2)var(--space-4);font-size:var(--text-sm);gap:var(--space-2)}.Button-module__VMVMAW__button--lg{padding:var(--space-3)var(--space-6);font-size:var(--text-base);gap:var(--space-2);border-radius:var(--radius-xl)}.Button-module__VMVMAW__button--xl{padding:var(--space-4)var(--space-8);font-size:var(--text-lg);gap:var(--space-3);border-radius:var(--radius-xl)}.Button-module__VMVMAW__button--full{width:100%}.Button-module__VMVMAW__button--glow:hover:not(:disabled){box-shadow:var(--shadow-glow-pink);animation:2s ease-in-out infinite Button-module__VMVMAW__glowPulse}.Button-module__VMVMAW__button--with-icon .Button-module__VMVMAW__button__content{align-items:center;gap:inherit;display:flex}.Button-module__VMVMAW__button--loading .Button-module__VMVMAW__button__content{visibility:hidden}.Button-module__VMVMAW__button__content{z-index:2;justify-content:center;align-items:center;gap:inherit;display:flex;position:relative}.Button-module__VMVMAW__button__icon{justify-content:center;align-items:center;font-size:1.2em;line-height:1;display:inline-flex}.Button-module__VMVMAW__button__loader{z-index:3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Button-module__VMVMAW__button__loader-spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite Button-module__VMVMAW__spin;display:block}.Button-module__VMVMAW__button--sm .Button-module__VMVMAW__button__loader-spinner{border-width:2px;width:14px;height:14px}.Button-module__VMVMAW__button--lg .Button-module__VMVMAW__button__loader-spinner,.Button-module__VMVMAW__button--xl .Button-module__VMVMAW__button__loader-spinner{border-width:3px;width:24px;height:24px}.Button-module__VMVMAW__button__ripple-container{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.Button-module__VMVMAW__button__ripple{pointer-events:none;background:#ffffff80;border-radius:50%;animation:.6s ease-out Button-module__VMVMAW__ripple;position:absolute;transform:translate(-50%,-50%)}@keyframes Button-module__VMVMAW__ripple{0%{opacity:1;width:0;height:0}to{opacity:0;width:200px;height:200px}}@keyframes Button-module__VMVMAW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Button-module__VMVMAW__glowPulse{0%,to{box-shadow:0 0 10px var(--aesthetic-pink-500)}50%{box-shadow:0 0 20px var(--aesthetic-pink-500),0 0 30px var(--aesthetic-pink-400)}}@media (max-width:768px){.Button-module__VMVMAW__button,.Button-module__VMVMAW__button--sm{min-width:44px;min-height:44px}.Button-module__VMVMAW__button--lg,.Button-module__VMVMAW__button--xl{min-width:48px;min-height:48px}.Button-module__VMVMAW__button:hover:not(:disabled){transform:none}.Button-module__VMVMAW__button:active:not(:disabled){transform:scale(.98)}}@media (prefers-reduced-motion:reduce){.Button-module__VMVMAW__button,.Button-module__VMVMAW__button__loader-spinner,.Button-module__VMVMAW__button__ripple{transition:none!important;animation:none!important}.Button-module__VMVMAW__button:hover:not(:disabled){transform:none!important}}@media print{.Button-module__VMVMAW__button{box-shadow:none!important;background:0 0!important;border:1px solid!important}}
.ClientTabs-module__K4sMSG__tabsContainer{border-bottom:1px solid #e2e8f0;gap:.5rem;margin-bottom:2rem;padding-bottom:1px;display:flex;overflow-x:auto}.ClientTabs-module__K4sMSG__tab{color:#718096;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.ClientTabs-module__K4sMSG__tab:hover{color:#4a5568;background-color:#f7fafc;border-radius:8px 8px 0 0}.ClientTabs-module__K4sMSG__active{color:var(--gold-accent,#c2ae8d);border-bottom-color:var(--gold-accent,#c2ae8d)}.ClientTabs-module__K4sMSG__active:hover{color:var(--gold-accent,#c2ae8d);background-color:#0000}.ClientTabs-module__K4sMSG__icon{font-size:1.1rem}
.Icon-module__ePTRqq__icon{transition:all var(--duration-base)var(--ease-in-out);justify-content:center;align-items:center;line-height:1;display:inline-flex}.Icon-module__ePTRqq__clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.Icon-module__ePTRqq__clickable:hover{filter:brightness(1.2);transform:scale(1.1)}.Icon-module__ePTRqq__clickable:active{transform:scale(.95)}.Icon-module__ePTRqq__gradient{background:var(--gradient-pink-purple);-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:3s infinite Icon-module__ePTRqq__gradientShift}.Icon-module__ePTRqq__glow{filter:drop-shadow(0 0 8px);animation:2s ease-in-out infinite Icon-module__ePTRqq__glowPulse}.Icon-module__ePTRqq__spin{animation:2s linear infinite Icon-module__ePTRqq__spin}.Icon-module__ePTRqq__pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite Icon-module__ePTRqq__pulse}@keyframes Icon-module__ePTRqq__gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes Icon-module__ePTRqq__glowPulse{0%,to{filter:drop-shadow(0 0 4px)}50%{filter:drop-shadow(0 0 12px)}}@keyframes Icon-module__ePTRqq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Icon-module__ePTRqq__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (prefers-reduced-motion:reduce){.Icon-module__ePTRqq__icon{transition:none}.Icon-module__ePTRqq__gradient,.Icon-module__ePTRqq__glow,.Icon-module__ePTRqq__spin,.Icon-module__ePTRqq__pulse{animation:none}.Icon-module__ePTRqq__clickable:hover{filter:none;transform:none}}
.ClientForm-module__9B8yXq__form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2 0%,#faf9e5e6 100%);border:1px solid #c2ae8d33;border-radius:24px;flex-direction:column;gap:1.75rem;max-width:960px;margin:0 auto;padding:2.5rem;animation:.5s ease-out ClientForm-module__9B8yXq__fadeInUp;display:flex;box-shadow:0 20px 50px #0000000f,0 4px 12px #c2ae8d1f,inset 0 1px #ffffffe6}@keyframes ClientForm-module__9B8yXq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ClientForm-module__9B8yXq__progressContainer{margin-bottom:2.5rem}.ClientForm-module__9B8yXq__progressSteps{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid;position:relative}.ClientForm-module__9B8yXq__progressSteps:before{content:"";z-index:0;background:#c2ae8d4d;height:2px;position:absolute;top:1.5rem;left:12%;right:12%}.ClientForm-module__9B8yXq__step{opacity:.45;z-index:1;flex-direction:column;align-items:center;gap:.625rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ClientForm-module__9B8yXq__stepActive{opacity:1}.ClientForm-module__9B8yXq__stepCurrent{opacity:1;font-weight:600}.ClientForm-module__9B8yXq__stepNumber{width:3rem;height:3rem;color:var(--charcoal,#282828);background:#ffffffe6;border:2px solid #c2ae8d4d;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000000f}.ClientForm-module__9B8yXq__stepActive .ClientForm-module__9B8yXq__stepNumber{background:linear-gradient(135deg,var(--gold-accent,#c2ae8d)0%,#d4a574 100%);color:#fff;border-color:#0000;box-shadow:0 4px 12px #c2ae8d59}.ClientForm-module__9B8yXq__stepCurrent .ClientForm-module__9B8yXq__stepNumber{background:linear-gradient(135deg,var(--gold-accent,#c2ae8d)0%,#a89570 100%);color:#fff;border-color:#0000;transform:scale(1.15);box-shadow:0 6px 20px #c2ae8d66,0 0 0 4px #c2ae8d26}.ClientForm-module__9B8yXq__stepLabel{color:var(--charcoal,#282828);text-align:center;font-size:.875rem;font-weight:500}.ClientForm-module__9B8yXq__stepCurrent .ClientForm-module__9B8yXq__stepLabel{color:var(--gold-accent,#c2ae8d);font-weight:600}.ClientForm-module__9B8yXq__progressBar{background:#c2ae8d26;border-radius:.5rem;height:.5rem;position:relative;overflow:hidden}.ClientForm-module__9B8yXq__progressFill{background:linear-gradient(90deg,var(--gold-accent,#c2ae8d)0%,#d4a574 50%,#a89570 100%);border-radius:.5rem;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;box-shadow:0 0 10px #c2ae8d66}.ClientForm-module__9B8yXq__progressFill[data-progress="25"]{width:25%}.ClientForm-module__9B8yXq__progressFill[data-progress="50"]{width:50%}.ClientForm-module__9B8yXq__progressFill[data-progress="75"]{width:75%}.ClientForm-module__9B8yXq__progressFill[data-progress="100"]{width:100%}.ClientForm-module__9B8yXq__stepContent{flex-direction:column;gap:1.75rem;min-height:380px;padding:1.25rem 0;animation:.4s ease-out ClientForm-module__9B8yXq__fadeIn;display:flex}@keyframes ClientForm-module__9B8yXq__fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.ClientForm-module__9B8yXq__stepTitle{color:var(--charcoal,#282828);letter-spacing:-.02em;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1.625rem;font-weight:700;display:flex}.ClientForm-module__9B8yXq__stepTitle:before{content:"";background:linear-gradient(180deg,var(--gold-accent,#c2ae8d),#d4a574);border-radius:2px;width:4px;height:1.5rem}.ClientForm-module__9B8yXq__subTitle{color:var(--charcoal,#282828);margin-top:1.25rem;margin-bottom:.625rem;font-size:1.125rem;font-weight:600}.ClientForm-module__9B8yXq__divider{background:linear-gradient(90deg,#c2ae8d4d,#0000);border-radius:1px;height:2px;margin:1.25rem 0}.ClientForm-module__9B8yXq__reviewSection{margin-bottom:1.75rem}.ClientForm-module__9B8yXq__reviewSubtitle{color:var(--charcoal,#282828);border-bottom:2px solid #c2ae8d33;margin-bottom:1rem;padding-bottom:.625rem;font-size:1rem;font-weight:600}.ClientForm-module__9B8yXq__reviewGrid{background:#fff9;border:1px solid #c2ae8d26;border-radius:16px;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.25rem;display:grid}.ClientForm-module__9B8yXq__reviewItem{color:var(--charcoal,#282828);background:#ffffff80;border-radius:8px;padding:.5rem .75rem;font-size:.9375rem}.ClientForm-module__9B8yXq__reviewItem strong{color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-right:.5rem;font-size:.8125rem;font-weight:500}.ClientForm-module__9B8yXq__section{flex-direction:column;gap:1.25rem;display:flex}.ClientForm-module__9B8yXq__sectionTitle{color:var(--charcoal,#282828);border-bottom:2px solid #c2ae8d33;margin-bottom:.5rem;padding-bottom:.625rem;font-size:1.25rem;font-weight:600}.ClientForm-module__9B8yXq__row{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.ClientForm-module__9B8yXq__checkboxGroup{flex-direction:column;gap:.875rem;display:flex}.ClientForm-module__9B8yXq__checkboxLabel{cursor:pointer;background:#fff9;border:2px solid #c2ae8d26;border-radius:12px;align-items:flex-start;gap:.875rem;padding:1rem;transition:all .2s;display:flex}.ClientForm-module__9B8yXq__checkboxLabel:hover{background:#faf9e599;border-color:#c2ae8d4d}.ClientForm-module__9B8yXq__checkboxLabel input[type=checkbox]{cursor:pointer;accent-color:var(--gold-accent,#c2ae8d);width:1.125rem;height:1.125rem;margin-top:.25rem}.ClientForm-module__9B8yXq__checkboxLabel span{color:var(--charcoal,#282828);flex:1;font-size:.9375rem;line-height:1.5}.ClientForm-module__9B8yXq__actions{border-top:2px solid #c2ae8d33;justify-content:space-between;align-items:center;gap:1.25rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.ClientForm-module__9B8yXq__leftActions,.ClientForm-module__9B8yXq__rightActions{gap:1rem;display:flex}.ClientForm-module__9B8yXq__autoSaveNote{text-align:center;color:#64748b;border-left:4px solid var(--gold-accent,#c2ae8d);background:linear-gradient(135deg,#faf9e5cc 0%,#ffffffe6 100%);border-radius:12px;padding:1rem 1.25rem;font-size:.875rem;box-shadow:0 2px 8px #c2ae8d1a}@media (max-width:768px){.ClientForm-module__9B8yXq__form{border-radius:20px;margin:1rem;padding:1.5rem}.ClientForm-module__9B8yXq__progressSteps{grid-template-columns:repeat(4,1fr);gap:.25rem}.ClientForm-module__9B8yXq__progressSteps:before{display:none}.ClientForm-module__9B8yXq__stepLabel{font-size:.625rem;display:none}.ClientForm-module__9B8yXq__stepNumber{width:2.5rem;height:2.5rem;font-size:1rem}.ClientForm-module__9B8yXq__reviewGrid{grid-template-columns:1fr}.ClientForm-module__9B8yXq__actions{flex-direction:column;gap:1rem}.ClientForm-module__9B8yXq__leftActions,.ClientForm-module__9B8yXq__rightActions{justify-content:stretch;width:100%}.ClientForm-module__9B8yXq__leftActions button,.ClientForm-module__9B8yXq__rightActions button{flex:1}.ClientForm-module__9B8yXq__rightActions{flex-direction:column-reverse}}
.Input-module__rdnxQa__input-wrapper{gap:var(--space-1);margin-bottom:var(--space-4);flex-direction:column;width:100%;display:flex}.Input-module__rdnxQa__input-wrapper--error .Input-module__rdnxQa__input-container{animation:.3s ease-in-out Input-module__rdnxQa__shake}.Input-module__rdnxQa__input-container{align-items:center;width:100%;display:flex;position:relative}.Input-module__rdnxQa__input{width:100%;padding:var(--space-3)var(--space-4);border:2px solid var(--medical-gray-300);border-radius:var(--radius-lg);font-family:var(--font-primary);font-size:var(--text-sm);font-weight:var(--font-normal);color:var(--medical-gray-900);transition:all var(--duration-base)var(--ease-out);background-color:#fff;outline:none}.Input-module__rdnxQa__input::placeholder{color:var(--medical-gray-400);transition:opacity var(--duration-fast)var(--ease-out)}.Input-module__rdnxQa__input:focus{border-color:var(--aesthetic-pink-500);box-shadow:0 0 0 4px #ec48991a}.Input-module__rdnxQa__input:focus::placeholder{opacity:.5}.Input-module__rdnxQa__input:hover:not(:disabled):not(:focus){border-color:var(--aesthetic-pink-300)}.Input-module__rdnxQa__input:disabled{background-color:var(--medical-gray-100);color:var(--medical-gray-500);cursor:not-allowed;opacity:.7}.Input-module__rdnxQa__input--with-icon-left{padding-left:var(--space-10)}.Input-module__rdnxQa__input--with-icon-right,.Input-module__rdnxQa__input--clearable{padding-right:var(--space-10)}.Input-module__rdnxQa__input-icon{color:var(--medical-gray-500);pointer-events:none;transition:color var(--duration-fast)var(--ease-out);justify-content:center;align-items:center;font-size:1.2em;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Input-module__rdnxQa__input-icon:first-child{left:var(--space-3)}.Input-module__rdnxQa__input-icon:last-child{right:var(--space-3)}.Input-module__rdnxQa__input:focus~.Input-module__rdnxQa__input-icon{color:var(--aesthetic-pink-500)}.Input-module__rdnxQa__input-wrapper--floating .Input-module__rdnxQa__input-container{margin-top:var(--space-2)}.Input-module__rdnxQa__input-wrapper--floating .Input-module__rdnxQa__input{padding-top:var(--space-4);padding-bottom:var(--space-2)}.Input-module__rdnxQa__input-label{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--medical-gray-700);margin-bottom:var(--space-1);transition:all var(--duration-base)var(--ease-out)}.Input-module__rdnxQa__input-wrapper--floating .Input-module__rdnxQa__input-label{top:50%;left:var(--space-4);font-size:var(--text-base);color:var(--medical-gray-500);padding:0 var(--space-1);pointer-events:none;z-index:1;background:#fff;margin-bottom:0;position:absolute;transform:translateY(-50%)}.Input-module__rdnxQa__input-wrapper--floating .Input-module__rdnxQa__input-label--floating{font-size:var(--text-xs);color:var(--aesthetic-pink-600);top:0}.Input-module__rdnxQa__input-wrapper--floating .Input-module__rdnxQa__input--with-icon-left~.Input-module__rdnxQa__input-label{left:var(--space-10)}.Input-module__rdnxQa__input-label--required:after{content:" *";color:var(--error-red)}.Input-module__rdnxQa__input-clear{right:var(--space-3);background:var(--medical-gray-400);color:#fff;border-radius:var(--radius-full);width:20px;height:20px;font-size:var(--text-lg);cursor:pointer;transition:all var(--duration-fast)var(--ease-out);border:none;justify-content:center;align-items:center;padding:0;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Input-module__rdnxQa__input-clear:hover{background:var(--aesthetic-pink-500);transform:translateY(-50%)scale(1.1)}.Input-module__rdnxQa__input-clear:active{transform:translateY(-50%)scale(.95)}.Input-module__rdnxQa__input--error{border-color:var(--error-red);background-color:var(--error-light)}.Input-module__rdnxQa__input--error:focus{border-color:var(--error-red);box-shadow:0 0 0 4px #ef44441a}.Input-module__rdnxQa__input-wrapper--error .Input-module__rdnxQa__input-icon{color:var(--error-red)}.Input-module__rdnxQa__input-footer{justify-content:space-between;align-items:start;gap:var(--space-2);min-height:1.25rem;display:flex}.Input-module__rdnxQa__input-messages{flex:1}.Input-module__rdnxQa__input-error{font-size:var(--text-xs);color:var(--error-red);font-weight:var(--font-medium);align-items:center;gap:var(--space-1);display:flex}.Input-module__rdnxQa__input-error:before{content:"⚠";font-size:1.1em}.Input-module__rdnxQa__input-help{font-size:var(--text-xs);color:var(--medical-gray-600);line-height:var(--leading-relaxed)}.Input-module__rdnxQa__input-counter{font-size:var(--text-xs);color:var(--medical-gray-500);font-weight:var(--font-medium);white-space:nowrap;flex-shrink:0}.Input-module__rdnxQa__textarea{resize:vertical;min-height:120px;max-height:400px;line-height:var(--leading-relaxed);padding:var(--space-3)}.Input-module__rdnxQa__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ec4899' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right var(--space-3)center;padding-right:var(--space-10);background-repeat:no-repeat;background-size:1.25em 1.25em}.Input-module__rdnxQa__select:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ec4899' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}@keyframes Input-module__rdnxQa__shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@media (max-width:768px){.Input-module__rdnxQa__input{font-size:var(--text-base);min-height:44px}.Input-module__rdnxQa__input-clear{width:24px;height:24px;font-size:var(--text-xl)}}@media (prefers-reduced-motion:reduce){.Input-module__rdnxQa__input,.Input-module__rdnxQa__input-icon,.Input-module__rdnxQa__input-clear,.Input-module__rdnxQa__input-label{transition:none!important}.Input-module__rdnxQa__input-wrapper--error .Input-module__rdnxQa__input-container{animation:none!important}}@media print{.Input-module__rdnxQa__input{border:1px solid var(--medical-gray-400)!important;box-shadow:none!important}.Input-module__rdnxQa__input-clear{display:none}}
.TreatmentPlanWizard-module__Vv1h5q__wizard{background:var(--card-bg,#fff);max-width:900px;height:100%;box-shadow:var(--shadow-lg,0 8px 32px #00000014);border-radius:16px;flex-direction:column;margin:0 auto;display:flex;overflow:hidden}.TreatmentPlanWizard-module__Vv1h5q__progressContainer{background:linear-gradient(135deg,var(--primary-color,#9d7463)0%,var(--primary-dark,#7d574d)100%);padding:1.5rem 2rem}.TreatmentPlanWizard-module__Vv1h5q__progressSteps{justify-content:space-between;gap:1rem;display:flex}.TreatmentPlanWizard-module__Vv1h5q__progressStep{background:#ffffff26;border-radius:12px;flex:1;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .3s;display:flex}.TreatmentPlanWizard-module__Vv1h5q__progressStepActive{background:#fffffff2;box-shadow:0 4px 20px #00000026}.TreatmentPlanWizard-module__Vv1h5q__progressStepCompleted{background:#fff6}.TreatmentPlanWizard-module__Vv1h5q__stepIcon{filter:drop-shadow(0 2px 4px #0000001a);font-size:1.5rem}.TreatmentPlanWizard-module__Vv1h5q__stepInfo{flex-direction:column;gap:.125rem;display:flex}.TreatmentPlanWizard-module__Vv1h5q__stepNumber{text-transform:uppercase;letter-spacing:.5px;color:#fffc;font-size:.7rem}.TreatmentPlanWizard-module__Vv1h5q__progressStepActive .TreatmentPlanWizard-module__Vv1h5q__stepNumber{color:var(--primary-color,#9d7463)}.TreatmentPlanWizard-module__Vv1h5q__stepTitle{color:#fffffff2;font-size:.85rem;font-weight:600}.TreatmentPlanWizard-module__Vv1h5q__progressStepActive .TreatmentPlanWizard-module__Vv1h5q__stepTitle{color:var(--text-primary,#1a1a2e)}.TreatmentPlanWizard-module__Vv1h5q__stepContent{flex:1;padding:2rem;overflow-y:auto}.TreatmentPlanWizard-module__Vv1h5q__step{animation:.3s TreatmentPlanWizard-module__Vv1h5q__fadeIn}@keyframes TreatmentPlanWizard-module__Vv1h5q__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.TreatmentPlanWizard-module__Vv1h5q__stepHeading{color:var(--text-primary,#1a1a2e);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.TreatmentPlanWizard-module__Vv1h5q__stepDescription{color:var(--text-secondary,#64748b);margin-bottom:2rem;font-size:.95rem}.TreatmentPlanWizard-module__Vv1h5q__searchSection{margin-bottom:1.5rem}.TreatmentPlanWizard-module__Vv1h5q__clientGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.TreatmentPlanWizard-module__Vv1h5q__clientCard{background:var(--card-bg,#fff);border:2px solid var(--border-color,#e2e8f0);cursor:pointer;border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.TreatmentPlanWizard-module__Vv1h5q__clientCard:hover{border-color:var(--primary-color,#9d7463);box-shadow:0 4px 12px #9d746326}.TreatmentPlanWizard-module__Vv1h5q__clientCardSelected{border-color:var(--primary-color,#9d7463);background:#9d74630d}.TreatmentPlanWizard-module__Vv1h5q__clientAvatar{background:linear-gradient(135deg,var(--primary-color,#9d7463)0%,var(--primary-dark,#7d574d)100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;font-weight:600;display:flex}.TreatmentPlanWizard-module__Vv1h5q__clientInfo{flex:1;min-width:0}.TreatmentPlanWizard-module__Vv1h5q__clientName{color:var(--text-primary,#1a1a2e);margin-bottom:.25rem;font-weight:600;display:block}.TreatmentPlanWizard-module__Vv1h5q__clientPhone{color:var(--text-secondary,#64748b);font-size:.85rem}.TreatmentPlanWizard-module__Vv1h5q__checkIcon{color:var(--success-color,#22c55e);flex-shrink:0}.TreatmentPlanWizard-module__Vv1h5q__formGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.TreatmentPlanWizard-module__Vv1h5q__formGroup{flex-direction:column;gap:.5rem;display:flex}.TreatmentPlanWizard-module__Vv1h5q__fullWidth{grid-column:1/-1}.TreatmentPlanWizard-module__Vv1h5q__label{color:var(--text-primary,#1a1a2e);font-size:.875rem;font-weight:600}.TreatmentPlanWizard-module__Vv1h5q__textarea{border:1px solid var(--border-color,#e2e8f0);resize:vertical;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.TreatmentPlanWizard-module__Vv1h5q__textarea:focus{border-color:var(--primary-color,#9d7463);outline:none;box-shadow:0 0 0 3px #9d74631a}.TreatmentPlanWizard-module__Vv1h5q__customSessionInput{align-items:flex-start;gap:.75rem;display:flex}.TreatmentPlanWizard-module__Vv1h5q__error{color:var(--error-color,#ef4444);margin-top:.25rem;font-size:.8rem}.TreatmentPlanWizard-module__Vv1h5q__sessionsPreview{background:var(--bg-secondary,#f8fafc);border:1px solid var(--border-color,#e2e8f0);border-radius:12px;margin-top:2rem;padding:1.5rem}.TreatmentPlanWizard-module__Vv1h5q__previewTitle{color:var(--text-primary,#1a1a2e);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.TreatmentPlanWizard-module__Vv1h5q__sessionsList{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;max-height:300px;display:grid;overflow-y:auto}.TreatmentPlanWizard-module__Vv1h5q__sessionItem{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e2e8f0);border-radius:8px;flex-direction:column;gap:.25rem;padding:.75rem 1rem;display:flex}.TreatmentPlanWizard-module__Vv1h5q__sessionNumber{color:var(--primary-color,#9d7463);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.TreatmentPlanWizard-module__Vv1h5q__sessionDate{color:var(--text-primary,#1a1a2e);font-size:.9rem}.TreatmentPlanWizard-module__Vv1h5q__sessionsNote{color:var(--text-secondary,#64748b);align-items:center;gap:.5rem;margin-top:1rem;font-size:.8rem;display:flex}.TreatmentPlanWizard-module__Vv1h5q__reviewCard{background:var(--bg-secondary,#f8fafc);border:1px solid var(--border-color,#e2e8f0);border-radius:12px;padding:1.5rem}.TreatmentPlanWizard-module__Vv1h5q__reviewSection{border-bottom:1px solid var(--border-color,#e2e8f0);padding:1.25rem 0}.TreatmentPlanWizard-module__Vv1h5q__reviewSection:last-of-type{border-bottom:none;padding-bottom:0}.TreatmentPlanWizard-module__Vv1h5q__reviewSection h3{color:var(--text-secondary,#64748b);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:flex}.TreatmentPlanWizard-module__Vv1h5q__reviewSection>p{color:var(--text-primary,#1a1a2e);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.TreatmentPlanWizard-module__Vv1h5q__reviewSubtext{color:var(--text-secondary,#64748b);font-size:.9rem}.TreatmentPlanWizard-module__Vv1h5q__reviewGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.TreatmentPlanWizard-module__Vv1h5q__reviewGrid>div{flex-direction:column;gap:.25rem;display:flex}.TreatmentPlanWizard-module__Vv1h5q__reviewGrid strong{color:var(--text-secondary,#64748b);font-size:.8rem;font-weight:500}.TreatmentPlanWizard-module__Vv1h5q__reviewGrid span{color:var(--text-primary,#1a1a2e);font-size:.95rem}.TreatmentPlanWizard-module__Vv1h5q__costSection{background:linear-gradient(135deg,#9d74630d 0%,#9d74631a 100%);margin:1rem -1.5rem;padding:1.5rem!important}.TreatmentPlanWizard-module__Vv1h5q__costBreakdown{background:var(--card-bg,#fff);border-radius:8px;padding:1rem}.TreatmentPlanWizard-module__Vv1h5q__costLine{color:var(--text-primary,#1a1a2e);justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem;display:flex}.TreatmentPlanWizard-module__Vv1h5q__costTotal{border-top:2px solid var(--border-color,#e2e8f0);color:var(--primary-color,#9d7463);justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.75rem;font-size:1.1rem;font-weight:700;display:flex}.TreatmentPlanWizard-module__Vv1h5q__navigation{background:var(--bg-secondary,#f8fafc);border-top:1px solid var(--border-color,#e2e8f0);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.TreatmentPlanWizard-module__Vv1h5q__navLeft,.TreatmentPlanWizard-module__Vv1h5q__navRight{gap:.75rem;display:flex}@media (max-width:768px){.TreatmentPlanWizard-module__Vv1h5q__progressSteps{flex-wrap:wrap;gap:.5rem}.TreatmentPlanWizard-module__Vv1h5q__progressStep{flex:0 0 calc(50% - .25rem);padding:.5rem .75rem}.TreatmentPlanWizard-module__Vv1h5q__stepInfo{display:none}.TreatmentPlanWizard-module__Vv1h5q__stepContent{padding:1.5rem}.TreatmentPlanWizard-module__Vv1h5q__formGrid,.TreatmentPlanWizard-module__Vv1h5q__clientGrid,.TreatmentPlanWizard-module__Vv1h5q__sessionsList,.TreatmentPlanWizard-module__Vv1h5q__reviewGrid{grid-template-columns:1fr}.TreatmentPlanWizard-module__Vv1h5q__navigation{flex-direction:column;gap:1rem}.TreatmentPlanWizard-module__Vv1h5q__navLeft,.TreatmentPlanWizard-module__Vv1h5q__navRight{justify-content:center;width:100%}}
.AppointmentList-module__DOL5Vq__container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 2px 4px #0000000d}.AppointmentList-module__DOL5Vq__header{background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.AppointmentList-module__DOL5Vq__title{color:#1a202c;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;display:flex}.AppointmentList-module__DOL5Vq__refreshButton{color:#718096;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem;transition:all .2s}.AppointmentList-module__DOL5Vq__refreshButton:hover{color:#4a5568;background-color:#f7fafc}.AppointmentList-module__DOL5Vq__listContainer{flex:1;overflow-y:auto}.AppointmentList-module__DOL5Vq__table{border-collapse:collapse;width:100%}.AppointmentList-module__DOL5Vq__table th{text-align:left;color:#64748b;z-index:10;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem;font-size:.875rem;font-weight:500;position:sticky;top:0}.AppointmentList-module__DOL5Vq__table td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1rem;font-size:.95rem}.AppointmentList-module__DOL5Vq__table tr:last-child td{border-bottom:none}.AppointmentList-module__DOL5Vq__table tr:hover{background-color:#f8fafc}.AppointmentList-module__DOL5Vq__timeCell{color:#1e293b;white-space:nowrap;font-weight:600}.AppointmentList-module__DOL5Vq__clientCell{font-weight:500}.AppointmentList-module__DOL5Vq__serviceCell{color:#64748b}.AppointmentList-module__DOL5Vq__statusBadge{text-transform:capitalize;border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.AppointmentList-module__DOL5Vq__status_scheduled{color:#7e22ce;background-color:#f3e8ff}.AppointmentList-module__DOL5Vq__status_confirmed{color:#15803d;background-color:#dcfce7}.AppointmentList-module__DOL5Vq__status_checked_in{color:#c2410c;background-color:#ffedd5}.AppointmentList-module__DOL5Vq__status_in_progress{color:#0369a1;background-color:#e0f2fe}.AppointmentList-module__DOL5Vq__status_completed{color:#475569;background-color:#f1f5f9}.AppointmentList-module__DOL5Vq__status_cancelled{color:#b91c1c;background-color:#fee2e2}.AppointmentList-module__DOL5Vq__status_no_show{color:#94a3b8;background-color:#f1f5f9}.AppointmentList-module__DOL5Vq__actionsCell{justify-content:flex-end;gap:.5rem;display:flex}.AppointmentList-module__DOL5Vq__actionButton{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s;display:inline-flex}.AppointmentList-module__DOL5Vq__btnPrimary{color:var(--gold-accent,#c2ae8d);background-color:#c2ae8d26;border-color:#c2ae8d4d}.AppointmentList-module__DOL5Vq__btnPrimary:hover{color:#a89670;background-color:#c2ae8d40}.AppointmentList-module__DOL5Vq__btnSecondary{color:#16a34a;background-color:#f0fdf4;border-color:#dcfce7}.AppointmentList-module__DOL5Vq__btnSecondary:hover{color:#15803d;background-color:#dcfce7}.AppointmentList-module__DOL5Vq__btnTertiary{color:#a21caf;background-color:#fdf4ff;border-color:#fae8ff}.AppointmentList-module__DOL5Vq__btnTertiary:hover{color:#86198f;background-color:#fae8ff}.AppointmentList-module__DOL5Vq__emptyState{color:#94a3b8;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.AppointmentList-module__DOL5Vq__indicator{border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;margin-left:.5rem;font-size:.7rem;font-weight:600;display:inline-flex}.AppointmentList-module__DOL5Vq__hasItem{color:#166534;background-color:#dcfce7}.AppointmentList-module__DOL5Vq__noItem{color:#94a3b8;background-color:#f1f5f9}@media (max-width:768px){.AppointmentList-module__DOL5Vq__table thead{display:none}.AppointmentList-module__DOL5Vq__table tr{border-bottom:1px solid #e2e8f0;flex-direction:column;padding:1rem;display:flex}.AppointmentList-module__DOL5Vq__table td{border:none;padding:.25rem 0}.AppointmentList-module__DOL5Vq__actionsCell{flex-wrap:wrap;justify-content:flex-start;margin-top:.75rem}}
.TreatmentPlanForm-module__CNWJgq__modalOverlay{z-index:50;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.TreatmentPlanForm-module__CNWJgq__modalContent{background:#fff;border-radius:.5rem;width:100%;max-width:600px;max-height:90vh;padding:2rem;overflow-y:auto}.TreatmentPlanForm-module__CNWJgq__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.TreatmentPlanForm-module__CNWJgq__fullWidth{grid-column:span 2}.TreatmentPlanForm-module__CNWJgq__formGroup{margin-bottom:1rem}.TreatmentPlanForm-module__CNWJgq__formGroup label{color:#334155;margin-bottom:.5rem;font-weight:500;display:block}.TreatmentPlanForm-module__CNWJgq__input,.TreatmentPlanForm-module__CNWJgq__select,.TreatmentPlanForm-module__CNWJgq__textarea{background:#fff;border:1px solid #cbd5e1;border-radius:.375rem;width:100%;padding:.5rem}.TreatmentPlanForm-module__CNWJgq__textarea{resize:vertical;min-height:100px}.TreatmentPlanForm-module__CNWJgq__actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.TreatmentPlanForm-module__CNWJgq__error{color:#ef4444;margin-top:.25rem;font-size:.875rem}
.ClientAppointments-module__pvUEka__container{flex-direction:column;gap:2rem;display:flex}.ClientAppointments-module__pvUEka__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ClientAppointments-module__pvUEka__header h3{color:#1e293b;margin:0;font-size:1.25rem;font-weight:600}.ClientAppointments-module__pvUEka__sectionTitle{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1rem;font-weight:600}.ClientAppointments-module__pvUEka__list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.ClientAppointments-module__pvUEka__emptyState{color:#94a3b8;text-align:center;background:#f8fafc;border-radius:.5rem;padding:1rem;font-style:italic}.ClientAppointments-module__pvUEka__card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;transition:box-shadow .2s}.ClientAppointments-module__pvUEka__card:hover{box-shadow:0 4px 6px -1px #0000001a}.ClientAppointments-module__pvUEka__pastCard{background:#f8fafc;border-color:#f1f5f9}.ClientAppointments-module__pvUEka__cardHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ClientAppointments-module__pvUEka__date{color:#334155;font-weight:600}.ClientAppointments-module__pvUEka__status{color:#fff;text-transform:capitalize;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.ClientAppointments-module__pvUEka__time{color:#64748b;margin-bottom:.5rem;font-size:.875rem}.ClientAppointments-module__pvUEka__details{margin-bottom:.5rem}.ClientAppointments-module__pvUEka__service{color:#0f172a;font-weight:500}.ClientAppointments-module__pvUEka__provider{color:#64748b;font-size:.875rem}.ClientAppointments-module__pvUEka__notes{color:#64748b;background:#f1f5f9;border-radius:.25rem;margin-top:.5rem;padding:.5rem;font-size:.875rem}.ClientAppointments-module__pvUEka__error{color:#ef4444;text-align:center;padding:1rem}
.BillingQueue-module__f2uGsa__container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 1px 3px #0000000d}.BillingQueue-module__f2uGsa__header{background-color:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.BillingQueue-module__f2uGsa__title{color:#0f172a;align-items:center;gap:.75rem;font-size:1rem;font-weight:600;display:flex}.BillingQueue-module__f2uGsa__refreshButton{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.BillingQueue-module__f2uGsa__refreshButton:hover{color:#0f172a;background-color:#e2e8f0}.BillingQueue-module__f2uGsa__spinning{animation:1s linear infinite BillingQueue-module__f2uGsa__spin}@keyframes BillingQueue-module__f2uGsa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BillingQueue-module__f2uGsa__badge{color:#166534;background-color:#dcfce7;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;font-weight:700}.BillingQueue-module__f2uGsa__list{flex-direction:column;display:flex}.BillingQueue-module__f2uGsa__item{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:background-color .2s;display:flex}.BillingQueue-module__f2uGsa__item:last-child{border-bottom:none}.BillingQueue-module__f2uGsa__item:hover{background-color:#f8fafc}.BillingQueue-module__f2uGsa__itemInfo{flex-direction:column;gap:.25rem;display:flex}.BillingQueue-module__f2uGsa__clientName{color:#1e293b;font-size:.95rem;font-weight:600}.BillingQueue-module__f2uGsa__meta{align-items:center;gap:.75rem;display:flex}.BillingQueue-module__f2uGsa__service{color:#64748b;font-size:.85rem}.BillingQueue-module__f2uGsa__indicators{gap:.5rem;display:flex}.BillingQueue-module__f2uGsa__tag{color:#0369a1;text-transform:uppercase;background-color:#e0f2fe;border-radius:4px;padding:.1rem .4rem;font-size:.7rem;font-weight:600}.BillingQueue-module__f2uGsa__tagAdvance{color:#b45309;background-color:#fef3c7}.BillingQueue-module__f2uGsa__actionButton{color:#fff;cursor:pointer;background-color:#0f172a;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.BillingQueue-module__f2uGsa__actionButton:hover{background-color:#1e293b;transform:translateY(-1px)}
.ClientDocuments-module__DnXxOq__container{background:#fff;border-radius:.5rem;margin-top:2rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.ClientDocuments-module__DnXxOq__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ClientDocuments-module__DnXxOq__title{color:#2d3748;font-size:1.25rem;font-weight:600}.ClientDocuments-module__DnXxOq__uploadForm{background:#f7fafc;border:1px dashed #cbd5e0;border-radius:.375rem;margin-bottom:1.5rem;padding:1rem}.ClientDocuments-module__DnXxOq__formRow{align-items:flex-end;gap:1rem;display:flex}.ClientDocuments-module__DnXxOq__fileInput{flex:1}.ClientDocuments-module__DnXxOq__documentList{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.ClientDocuments-module__DnXxOq__documentCard{border:1px solid #e2e8f0;border-radius:.375rem;flex-direction:column;gap:.5rem;padding:1rem;transition:box-shadow .2s;display:flex}.ClientDocuments-module__DnXxOq__documentCard:hover{box-shadow:0 4px 6px -1px #0000001a}.ClientDocuments-module__DnXxOq__docIcon{margin-bottom:.5rem;font-size:2rem}.ClientDocuments-module__DnXxOq__docName{color:#2d3748;white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.ClientDocuments-module__DnXxOq__docMeta{color:#718096;font-size:.75rem}.ClientDocuments-module__DnXxOq__docActions{gap:.5rem;margin-top:auto;display:flex}.ClientDocuments-module__DnXxOq__viewButton{color:var(--gold-accent,#c2ae8d);font-size:.875rem;text-decoration:none}.ClientDocuments-module__DnXxOq__viewButton:hover{text-decoration:underline}
.TaskPipeline-module__6LBDoW__container{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem;position:relative}.TaskPipeline-module__6LBDoW__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.TaskPipeline-module__6LBDoW__title{color:#0f172a;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.TaskPipeline-module__6LBDoW__refreshButton{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.TaskPipeline-module__6LBDoW__refreshButton:hover{color:#0f172a;background-color:#e2e8f0}.TaskPipeline-module__6LBDoW__spinning{animation:1s linear infinite TaskPipeline-module__6LBDoW__spin}@keyframes TaskPipeline-module__6LBDoW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TaskPipeline-module__6LBDoW__loading{text-align:center;color:#64748b;padding:2rem}.TaskPipeline-module__6LBDoW__pipeline{align-items:flex-start;gap:.5rem;padding:.5rem 0 1rem;display:flex;overflow:auto visible}.TaskPipeline-module__6LBDoW__stageContainer{flex:none;min-width:140px;position:relative}.TaskPipeline-module__6LBDoW__stage{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:.875rem 1rem;transition:all .2s;display:flex}.TaskPipeline-module__6LBDoW__stage:hover{box-shadow:0 2px 8px #00000014}.TaskPipeline-module__6LBDoW__stageExpanded{border-bottom-color:#0000;border-bottom-right-radius:0;border-bottom-left-radius:0}.TaskPipeline-module__6LBDoW__stageLeft{align-items:center;gap:.75rem;display:flex}.TaskPipeline-module__6LBDoW__stageIcon{color:#475569;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.TaskPipeline-module__6LBDoW__stageText{flex-direction:column;gap:.125rem;display:flex}.TaskPipeline-module__6LBDoW__stageLabel{color:#0f172a;text-transform:uppercase;letter-spacing:.025em;font-size:.75rem;font-weight:600}.TaskPipeline-module__6LBDoW__stageCount{color:#64748b;font-size:.7rem}.TaskPipeline-module__6LBDoW__stageActive{border-color:var(--gold-accent,#c2ae8d);background:linear-gradient(135deg,#faf9e5cc 0%,#c2ae8d26 100%)}.TaskPipeline-module__6LBDoW__stageActive .TaskPipeline-module__6LBDoW__stageIcon{background:var(--gold-accent,#c2ae8d);color:#fff}.TaskPipeline-module__6LBDoW__stageWarning{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-color:#f59e0b}.TaskPipeline-module__6LBDoW__stageWarning .TaskPipeline-module__6LBDoW__stageIcon{color:#fff;background:#f59e0b}.TaskPipeline-module__6LBDoW__stageError{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-color:#ef4444}.TaskPipeline-module__6LBDoW__stageError .TaskPipeline-module__6LBDoW__stageIcon{color:#fff;background:#ef4444}.TaskPipeline-module__6LBDoW__stageCompleted{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border-color:#10b981}.TaskPipeline-module__6LBDoW__stageCompleted .TaskPipeline-module__6LBDoW__stageIcon{color:#fff;background:#10b981}.TaskPipeline-module__6LBDoW__arrow{color:#cbd5e1;flex-shrink:0;padding-top:.75rem;font-size:1.25rem;font-weight:300}.TaskPipeline-module__6LBDoW__stageDropdown{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:320px;max-width:420px;max-height:350px;animation:.2s ease-out TaskPipeline-module__6LBDoW__dropdownSlide;position:fixed;overflow-y:auto;box-shadow:0 10px 40px #00000026,0 4px 12px #00000014}@keyframes TaskPipeline-module__6LBDoW__dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.TaskPipeline-module__6LBDoW__stageDropdown::-webkit-scrollbar{width:6px}.TaskPipeline-module__6LBDoW__stageDropdown::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.TaskPipeline-module__6LBDoW__stageDropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.TaskPipeline-module__6LBDoW__stageDropdown::-webkit-scrollbar-thumb:hover{background:#94a3b8}.TaskPipeline-module__6LBDoW__patientList{padding:.75rem}.TaskPipeline-module__6LBDoW__patientListHeader{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;border-radius:10px 10px 0 0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.TaskPipeline-module__6LBDoW__patientListHeader h3{color:#0f172a;margin:0;font-size:.875rem;font-weight:600}.TaskPipeline-module__6LBDoW__closeButton{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.TaskPipeline-module__6LBDoW__closeButton:hover{color:#0f172a;background:#e2e8f0}.TaskPipeline-module__6LBDoW__emptyList{text-align:center;color:#64748b;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:8px;margin:.5rem;padding:1.5rem 1rem;font-size:.875rem}.TaskPipeline-module__6LBDoW__patientCard{background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.875rem 1rem;transition:all .2s;display:flex}.TaskPipeline-module__6LBDoW__patientCard:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f}.TaskPipeline-module__6LBDoW__patientCard:last-child{margin-bottom:0}.TaskPipeline-module__6LBDoW__patientInfo{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.TaskPipeline-module__6LBDoW__patientName{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.TaskPipeline-module__6LBDoW__patientMeta{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.TaskPipeline-module__6LBDoW__providerName{color:#94a3b8;font-size:.7rem}.TaskPipeline-module__6LBDoW__patientActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.TaskPipeline-module__6LBDoW__actionButton{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#d4af37,#c19b2e);border:none;border-radius:6px;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.TaskPipeline-module__6LBDoW__actionButton:hover{background:linear-gradient(135deg,#c19b2e,#a68526);transform:translateY(-1px);box-shadow:0 2px 6px #d4af374d}.TaskPipeline-module__6LBDoW__badge{color:#10b981;background:#d1fae5;border-radius:4px;align-items:center;padding:.25rem .5rem;font-size:.65rem;font-weight:600;display:inline-flex}.TaskPipeline-module__6LBDoW__waitingBadge{color:#f59e0b;background:#fef3c7;border-radius:4px;align-items:center;padding:.25rem .5rem;font-size:.65rem;font-weight:600;display:inline-flex}.TaskPipeline-module__6LBDoW__completedBadge{color:#10b981;background:#d1fae5;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.65rem;font-weight:600;display:inline-flex}.TaskPipeline-module__6LBDoW__amountBadge{color:#0f172a;background:#e2e8f0;border-radius:4px;align-items:center;margin-top:.25rem;padding:.25rem .5rem;font-size:.7rem;font-weight:700;display:inline-flex}.TaskPipeline-module__6LBDoW__lateBadge{color:#ef4444;background:#fee2e2;border-radius:4px;align-items:center;padding:.25rem .5rem;font-size:.65rem;font-weight:600;display:inline-flex}.TaskPipeline-module__6LBDoW__earlyBadge{color:var(--gold-accent,#c2ae8d);background:#c2ae8d26;border-radius:4px;align-items:center;padding:.25rem .5rem;font-size:.65rem;font-weight:600;display:inline-flex}@media (max-width:768px){.TaskPipeline-module__6LBDoW__pipeline{scroll-behavior:smooth;flex-wrap:nowrap;overflow-x:auto}.TaskPipeline-module__6LBDoW__stageContainer{min-width:130px}.TaskPipeline-module__6LBDoW__stageDropdown{min-width:250px}.TaskPipeline-module__6LBDoW__arrow{display:none}}@media (max-width:480px){.TaskPipeline-module__6LBDoW__container{padding:1rem}.TaskPipeline-module__6LBDoW__stage{padding:.75rem}.TaskPipeline-module__6LBDoW__stageIcon{width:32px;height:32px}}
.Loading-module__HpkUoa__spinner{border:4px solid #c2ae8d33;border-top-color:var(--gold-accent,#c2ae8d);border-radius:50%;width:3rem;height:3rem;animation:.8s cubic-bezier(.68,-.55,.265,1.55) infinite Loading-module__HpkUoa__spin;display:inline-block;position:relative}.Loading-module__HpkUoa__spinner:before{content:"";border:4px solid #0000;border-top-color:#a855f74d;border-radius:50%;animation:1.2s linear infinite Loading-module__HpkUoa__spinReverse;position:absolute;inset:-4px}@keyframes Loading-module__HpkUoa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Loading-module__HpkUoa__spinReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.Loading-module__HpkUoa__spinnerSmall{border-width:3px;width:1.5rem;height:1.5rem}.Loading-module__HpkUoa__spinnerSmall:before{border-width:3px;inset:-3px}.Loading-module__HpkUoa__spinnerLarge{border-width:5px;width:4rem;height:4rem}.Loading-module__HpkUoa__spinnerLarge:before{border-width:5px;inset:-5px}.Loading-module__HpkUoa__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffffe6 0%,#faf9e5cc 100%);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:3rem;display:flex}.Loading-module__HpkUoa__text{color:var(--charcoal,#282828);letter-spacing:.025em;font-size:1rem;font-weight:500;animation:1.5s ease-in-out infinite Loading-module__HpkUoa__fadeInOut}@keyframes Loading-module__HpkUoa__fadeInOut{0%,to{opacity:.6}50%{opacity:1}}.Loading-module__HpkUoa__fullPage{background:linear-gradient(#c2ae8d0d 0%,#a855f708 100%);min-height:100vh}
.ErrorDisplay-module__b9dfIG__errorDisplay{background:#fff;border-left:4px solid;border-radius:12px;margin:1rem 0;padding:1.5rem;animation:.3s ease-out ErrorDisplay-module__b9dfIG__slideIn;box-shadow:0 2px 8px #0000001a}.ErrorDisplay-module__b9dfIG__error{background:linear-gradient(135deg,#fff5f5 0%,#fff 100%);border-left-color:#dc2626}.ErrorDisplay-module__b9dfIG__warning{background:linear-gradient(135deg,#fffbeb 0%,#fff 100%);border-left-color:#f59e0b}.ErrorDisplay-module__b9dfIG__info{border-left-color:var(--gold-accent,#c2ae8d);background:linear-gradient(135deg,#faf9e5 0%,#fff 100%)}.ErrorDisplay-module__b9dfIG__header{align-items:flex-start;gap:1rem;display:flex}.ErrorDisplay-module__b9dfIG__icon{flex-shrink:0;font-size:1.5rem}.ErrorDisplay-module__b9dfIG__content{flex:1}.ErrorDisplay-module__b9dfIG__title{color:#1f2937;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.ErrorDisplay-module__b9dfIG__code{color:#dc2626;background:#dc26261a;border-radius:4px;margin-right:.5rem;padding:.2rem .5rem;font-family:Courier New,monospace;font-size:.9rem}.ErrorDisplay-module__b9dfIG__details{color:#6b7280;margin:0;font-size:.95rem;line-height:1.5}.ErrorDisplay-module__b9dfIG__actions{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.ErrorDisplay-module__b9dfIG__toggleBtn{font-family:Courier New,monospace}.ErrorDisplay-module__b9dfIG__githubLink{text-decoration:none}.ErrorDisplay-module__b9dfIG__debugInfo{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem}.ErrorDisplay-module__b9dfIG__section{margin-bottom:1.5rem}.ErrorDisplay-module__b9dfIG__section:last-child{margin-bottom:0}.ErrorDisplay-module__b9dfIG__section h4{color:#374151;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.9rem;font-weight:600}.ErrorDisplay-module__b9dfIG__section pre{color:#1f2937;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin:0;padding:1rem;font-size:.85rem;line-height:1.5;overflow-x:auto}.ErrorDisplay-module__b9dfIG__stack{color:#dc2626;max-height:300px;font-family:Courier New,monospace;font-size:.8rem;overflow-y:auto}.ErrorDisplay-module__b9dfIG__buttons{border-top:1px solid #e5e7eb;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}@keyframes ErrorDisplay-module__b9dfIG__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.ErrorDisplay-module__b9dfIG__errorDisplay{padding:1rem}.ErrorDisplay-module__b9dfIG__header{flex-direction:column;gap:.75rem}.ErrorDisplay-module__b9dfIG__actions,.ErrorDisplay-module__b9dfIG__buttons{flex-direction:column}}
.page-module__9vfgZq__container{background-color:#f8fafc;flex-direction:column;height:calc(100vh - 64px);display:flex;overflow:hidden}.page-module__9vfgZq__viewTabs{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border-bottom:1px solid #475569;flex-shrink:0;gap:.25rem;padding:.75rem 1.5rem;display:flex}.page-module__9vfgZq__viewTab{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.page-module__9vfgZq__viewTab:hover{color:#e2e8f0;background:#ffffff1a}.page-module__9vfgZq__viewTab.page-module__9vfgZq__active{color:#1e293b;background:#fff;box-shadow:0 2px 8px #00000026}.page-module__9vfgZq__viewTab svg{opacity:.8}.page-module__9vfgZq__viewTab.page-module__9vfgZq__active svg{opacity:1;color:#3b82f6}.page-module__9vfgZq__header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.page-module__9vfgZq__headerLeft{flex-direction:column;display:flex}.page-module__9vfgZq__title{color:#1e293b;align-items:center;gap:12px;margin:0;font-size:1.5rem;font-weight:700;display:flex}.page-module__9vfgZq__titleIcon{color:#3b82f6}.page-module__9vfgZq__subtitle{color:#64748b;margin:4px 0 0 40px;font-size:.875rem}.page-module__9vfgZq__headerActions{gap:12px;display:flex;position:relative}.page-module__9vfgZq__mainLayout{flex:1;display:flex;overflow:hidden}.page-module__9vfgZq__productsSection{border-right:1px solid #e2e8f0;flex-direction:column;flex:1;padding:20px;display:flex;overflow-y:auto}.page-module__9vfgZq__sectionHeader{align-items:center;gap:12px;margin-bottom:20px;display:flex}.page-module__9vfgZq__sectionTitle{color:#1e293b;white-space:nowrap;align-items:center;gap:8px;margin:0;font-size:1.1rem;font-weight:600;display:flex}.page-module__9vfgZq__searchBox{flex:1;align-items:center;display:flex;position:relative}.page-module__9vfgZq__searchBox svg{color:#94a3b8;position:absolute;left:12px}.page-module__9vfgZq__searchBox input{border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:10px 12px 10px 40px;font-size:.95rem;transition:all .2s}.page-module__9vfgZq__searchBox input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.page-module__9vfgZq__categoryFilter{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:150px;padding:10px 16px}.page-module__9vfgZq__productsGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;padding-bottom:20px;display:grid}.page-module__9vfgZq__productCard{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:8px;padding:16px;transition:all .2s;display:flex;position:relative;overflow:hidden}.page-module__9vfgZq__productCard:hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.page-module__9vfgZq__productCard:active{transform:translateY(0)}.page-module__9vfgZq__outOfStock{opacity:.6;cursor:not-allowed;background:#f1f5f9}.page-module__9vfgZq__productCategory{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.page-module__9vfgZq__productName{color:#1e293b;font-size:1rem;font-weight:600;line-height:1.4}.page-module__9vfgZq__productSku{color:#94a3b8;font-family:monospace;font-size:.75rem}.page-module__9vfgZq__productDetails{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.page-module__9vfgZq__productPrice{color:#3b82f6;font-size:1.1rem;font-weight:700}.page-module__9vfgZq__productStock{color:#10b981;background:#ecfdf5;border-radius:12px;padding:2px 8px;font-size:.8rem}.page-module__9vfgZq__lowStock{color:#f59e0b;background:#fffbeb}.page-module__9vfgZq__outOfStockBadge{color:#fff;background:#ef4444;border-radius:12px;padding:2px 8px;font-size:.7rem;font-weight:600;position:absolute;top:12px;right:12px}.page-module__9vfgZq__cartSection{background:#fff;border-left:1px solid #e2e8f0;flex-direction:column;width:400px;display:flex;box-shadow:-4px 0 15px #0000000d}.page-module__9vfgZq__cartHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.page-module__9vfgZq__cartTitle{color:#1e293b;align-items:center;gap:8px;margin:0;font-size:1.1rem;font-weight:600;display:flex}.page-module__9vfgZq__cartCount{color:#fff;background:#3b82f6;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:600}.page-module__9vfgZq__clearCart{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.85rem;transition:background .2s}.page-module__9vfgZq__clearCart:hover{background:#fee2e2}.page-module__9vfgZq__cartItems{flex:1;padding:0;overflow-y:auto}.page-module__9vfgZq__cartEmpty{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;display:flex}.page-module__9vfgZq__cartItem{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:12px 20px;transition:background .1s;display:flex}.page-module__9vfgZq__cartItem:hover{background:#f8fafc}.page-module__9vfgZq__cartItemInfo{flex-direction:column;flex:1;gap:4px;display:flex}.page-module__9vfgZq__cartItemName{color:#1e293b;font-size:.95rem;font-weight:500}.page-module__9vfgZq__cartItemPrice{color:#64748b;font-size:.85rem}.page-module__9vfgZq__cartItemControls{align-items:center;gap:8px;display:flex}.page-module__9vfgZq__qtyBtn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .1s;display:flex}.page-module__9vfgZq__qtyBtn:hover{color:#3b82f6;border-color:#3b82f6}.page-module__9vfgZq__qtyValue{text-align:center;width:20px;font-size:.9rem;font-weight:600}.page-module__9vfgZq__removeItem{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;margin-left:8px;padding:4px}.page-module__9vfgZq__removeItem:hover{color:#ef4444;background:#fee2e2}.page-module__9vfgZq__customerSection{background:#f8fafc;border-top:1px solid #e2e8f0;padding:16px 20px}.page-module__9vfgZq__cartFooter{background:#fff;border-top:1px solid #e2e8f0;padding:20px;box-shadow:0 -4px 15px #0000000d}.page-module__9vfgZq__summaryRow{color:#64748b;justify-content:space-between;margin-bottom:8px;font-size:.9rem;display:flex}.page-module__9vfgZq__discountRow{color:#64748b;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.9rem;display:flex}.page-module__9vfgZq__discountInput{text-align:right;border:1px solid #e2e8f0;border-radius:4px;width:60px;margin:0 8px;padding:4px 8px}.page-module__9vfgZq__total{color:#1e293b;border-top:1px dashed #e2e8f0;margin-top:12px;padding-top:12px;font-size:1.25rem;font-weight:700}.page-module__9vfgZq__paymentMethod{margin:16px 0}.page-module__9vfgZq__paymentMethod label{color:#64748b;margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.page-module__9vfgZq__paymentOptions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.page-module__9vfgZq__paymentOption{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;padding:8px;font-size:.9rem;transition:all .2s;display:flex}.page-module__9vfgZq__paymentOption:hover{color:#3b82f6;border-color:#3b82f6}.page-module__9vfgZq__active{color:#3b82f6;background:#eff6ff;border-color:#3b82f6;font-weight:600}.page-module__9vfgZq__quickAmounts{gap:8px;margin-top:8px;display:flex}.page-module__9vfgZq__quickAmountBtn{cursor:pointer;color:#475569;background:#f1f5f9;border:none;border-radius:4px;flex:1;padding:6px;font-size:.8rem;transition:background .2s}.page-module__9vfgZq__quickAmountBtn:hover{background:#e2e8f0}.page-module__9vfgZq__checkoutBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.page-module__9vfgZq__checkoutBtn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.page-module__9vfgZq__checkoutBtn:disabled{cursor:not-allowed;background:#94a3b8}.page-module__9vfgZq__receiptModal{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.page-module__9vfgZq__receiptContent{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:32px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.page-module__9vfgZq__receiptSuccess{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;display:flex}.page-module__9vfgZq__receiptNumber{color:#64748b;margin-bottom:24px;font-family:monospace}.page-module__9vfgZq__receiptDetails{background:#f8fafc;border-radius:12px;margin-bottom:24px;padding:20px}.page-module__9vfgZq__receiptRow{color:#475569;justify-content:space-between;margin-bottom:8px;font-size:.9rem;display:flex}.page-module__9vfgZq__receiptRow:last-child{color:#1e293b;border-top:1px dashed #cbd5e1;margin-bottom:0;padding-top:12px;font-weight:600}.page-module__9vfgZq__receiptActions{gap:12px;display:flex}.page-module__9vfgZq__printBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:12px;font-weight:600;display:flex}.page-module__9vfgZq__newSaleBtn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1;padding:12px;font-weight:600}.page-module__9vfgZq__loadingOverlay{z-index:50;background:#fffc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.page-module__9vfgZq__heldCartsDropdown{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:300px;margin-top:8px;position:absolute;top:100%;right:0;box-shadow:0 10px 15px -3px #0000001a}.page-module__9vfgZq__heldCartItem{cursor:pointer;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:12px;display:flex}.page-module__9vfgZq__heldCartItem:hover{background:#f8fafc}.page-module__9vfgZq__heldCartInfo{flex-direction:column;display:flex}.page-module__9vfgZq__heldCartTime{color:#94a3b8;font-size:.75rem}.page-module__9vfgZq__heldCartName{font-size:.9rem;font-weight:500}.page-module__9vfgZq__heldCartTotal{color:#3b82f6;font-weight:600}.page-module__9vfgZq__emptyState{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;display:flex}.page-module__9vfgZq__emptyState h3{color:#1e293b;margin:0}
.ClientNotes-module__qJAGZa__container{flex-direction:column;gap:1.5rem;display:flex}.ClientNotes-module__qJAGZa__addNoteSection{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem}.ClientNotes-module__qJAGZa__noteForm{flex-direction:column;gap:1rem;display:flex}.ClientNotes-module__qJAGZa__textarea{resize:vertical;border:1px solid #ced4da;border-radius:4px;width:100%;min-height:100px;padding:.75rem;font-family:inherit;font-size:.875rem}.ClientNotes-module__qJAGZa__textarea:focus{border-color:#228be6;outline:none;box-shadow:0 0 0 2px #228be633}.ClientNotes-module__qJAGZa__formActions{justify-content:space-between;align-items:center;display:flex}.ClientNotes-module__qJAGZa__checkboxLabel{color:#495057;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.ClientNotes-module__qJAGZa__notesList{flex-direction:column;gap:1rem;display:flex}.ClientNotes-module__qJAGZa__noteCard{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.25rem;transition:box-shadow .2s;position:relative}.ClientNotes-module__qJAGZa__noteCard.ClientNotes-module__qJAGZa__pinned{background-color:#fff9db;border-left:4px solid #fab005}.ClientNotes-module__qJAGZa__noteHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.ClientNotes-module__qJAGZa__authorInfo{flex-direction:column;gap:.25rem;display:flex}.ClientNotes-module__qJAGZa__authorName{color:#212529;font-size:.875rem;font-weight:600}.ClientNotes-module__qJAGZa__noteDate{color:#868e96;font-size:.75rem}.ClientNotes-module__qJAGZa__pinIcon{color:#fab005;font-size:1rem}.ClientNotes-module__qJAGZa__noteContent{color:#495057;white-space:pre-wrap;font-size:.9375rem;line-height:1.5}.ClientNotes-module__qJAGZa__noteActions{border-top:1px solid #0000000d;justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:.75rem;display:flex}.ClientNotes-module__qJAGZa__actionBtn{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.875rem;transition:background .2s}.ClientNotes-module__qJAGZa__pinBtn{color:#f08c00}.ClientNotes-module__qJAGZa__pinBtn:hover{background:#fff3bf}.ClientNotes-module__qJAGZa__deleteBtn{color:#fa5252}.ClientNotes-module__qJAGZa__deleteBtn:hover{background:#fff5f5}.ClientNotes-module__qJAGZa__emptyState{text-align:center;color:#adb5bd;background:#f8f9fa;border-radius:8px;padding:3rem}
.Modal-module__weKyha__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out Modal-module__weKyha__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.Modal-module__weKyha__backdrop-drawer,.Modal-module__weKyha__backdrop-bottom-sheet{justify-content:flex-end;align-items:flex-start;padding:0}.Modal-module__weKyha__backdrop-bottom-sheet{justify-content:center;align-items:flex-end}.Modal-module__weKyha__modal{border:2px solid var(--aesthetic-pink-100);background:#fff;border-radius:16px;flex-direction:column;max-height:calc(100vh - 40px);animation:.2s ease-out Modal-module__weKyha__scaleIn;display:flex;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Modal-module__weKyha__modal-center{margin:auto}.Modal-module__weKyha__modal-drawer{border-left:2px solid var(--aesthetic-pink-100);border-top:none;border-bottom:none;border-right:none;border-radius:0;height:100vh;max-height:100vh;animation:.3s ease-out Modal-module__weKyha__slideInRight}.Modal-module__weKyha__modal-bottom-sheet{border-top:2px solid var(--aesthetic-pink-100);border-bottom:none;border-left:none;border-right:none;border-radius:24px 24px 0 0;width:100%;max-height:90vh;margin:0;animation:.3s ease-out Modal-module__weKyha__slideInUp}.Modal-module__weKyha__modal-sm{width:100%;max-width:400px}.Modal-module__weKyha__modal-md{width:100%;max-width:600px}.Modal-module__weKyha__modal-lg{width:100%;max-width:900px}.Modal-module__weKyha__modal-xl{width:100%;max-width:1200px}.Modal-module__weKyha__modal-full{width:100%;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px)}.Modal-module__weKyha__modal-drawer{width:100%;max-width:500px}.Modal-module__weKyha__header{border-bottom:1px solid var(--aesthetic-pink-100);justify-content:space-between;align-items:center;gap:16px;padding:24px;display:flex}.Modal-module__weKyha__title{color:var(--aesthetic-pink-600);flex:1;margin:0;font-size:20px;font-weight:600}.Modal-module__weKyha__closeButton{cursor:pointer;width:36px;height:36px;color:var(--aesthetic-skin-600);background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Modal-module__weKyha__closeButton:hover{background:var(--aesthetic-pink-50);color:var(--aesthetic-pink-600);transform:rotate(90deg)}.Modal-module__weKyha__closeButton:focus{outline:2px solid var(--aesthetic-pink-400);outline-offset:2px}.Modal-module__weKyha__content{color:var(--text-secondary);flex:1;padding:24px;line-height:1.6;overflow-y:auto}.Modal-module__weKyha__content::-webkit-scrollbar{width:8px}.Modal-module__weKyha__content::-webkit-scrollbar-track{background:var(--aesthetic-pink-50);border-radius:4px}.Modal-module__weKyha__content::-webkit-scrollbar-thumb{background:var(--aesthetic-pink-300);border-radius:4px}.Modal-module__weKyha__content::-webkit-scrollbar-thumb:hover{background:var(--aesthetic-pink-400)}.Modal-module__weKyha__footer{border-top:1px solid var(--aesthetic-pink-100);background:var(--aesthetic-pink-50);justify-content:flex-end;align-items:center;gap:12px;padding:20px 24px;display:flex}.Modal-module__weKyha__actions{justify-content:flex-end;align-items:center;gap:12px;width:100%;display:flex}@keyframes Modal-module__weKyha__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__weKyha__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Modal-module__weKyha__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Modal-module__weKyha__slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Modal-module__weKyha__backdrop{padding:0}.Modal-module__weKyha__modal{border-radius:0;max-height:100vh}.Modal-module__weKyha__modal-center{border-radius:0;width:100%;max-width:100%;height:100vh}.Modal-module__weKyha__modal-drawer{max-width:85vw}.Modal-module__weKyha__modal-bottom-sheet{border-radius:20px 20px 0 0}.Modal-module__weKyha__header,.Modal-module__weKyha__content{padding:20px}.Modal-module__weKyha__footer{padding:16px 20px}}@media (prefers-reduced-motion:reduce){.Modal-module__weKyha__backdrop,.Modal-module__weKyha__modal,.Modal-module__weKyha__modal-drawer,.Modal-module__weKyha__modal-bottom-sheet{animation:none}.Modal-module__weKyha__closeButton{transition:none}.Modal-module__weKyha__closeButton:hover{transform:none}}
.ConsultationCreditBanner-module__PNRozq__banner{background-color:#ecfdf5;border:1px solid #10b981;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 16px;animation:.3s ease-out ConsultationCreditBanner-module__PNRozq__slideDown;display:flex}.ConsultationCreditBanner-module__PNRozq__content{align-items:flex-start;gap:12px;display:flex}.ConsultationCreditBanner-module__PNRozq__icon{color:#059669;background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex}.ConsultationCreditBanner-module__PNRozq__text h4{color:#065f46;margin:0 0 4px;font-size:.95rem;font-weight:600}.ConsultationCreditBanner-module__PNRozq__text p{color:#047857;margin:0;font-size:.85rem}@keyframes ConsultationCreditBanner-module__PNRozq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.ClientSearch-module__Nvb4tq__container{width:100%;position:relative}.ClientSearch-module__Nvb4tq__inputWrapper{align-items:center;display:flex;position:relative}.ClientSearch-module__Nvb4tq__searchIcon{color:#64748b;pointer-events:none;position:absolute;left:12px}.ClientSearch-module__Nvb4tq__input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:10px 12px 10px 40px;font-size:.95rem;transition:all .2s}.ClientSearch-module__Nvb4tq__input:focus{border-color:var(--gold-accent,#c2ae8d);outline:none;box-shadow:0 0 0 3px #c2ae8d26}.ClientSearch-module__Nvb4tq__spinner{border:2px solid #e2e8f0;border-top-color:var(--gold-accent,#c2ae8d);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite ClientSearch-module__Nvb4tq__spin;position:absolute;right:12px}@keyframes ClientSearch-module__Nvb4tq__spin{to{transform:rotate(360deg)}}.ClientSearch-module__Nvb4tq__dropdown{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:300px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ClientSearch-module__Nvb4tq__option{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;transition:background .1s;display:flex}.ClientSearch-module__Nvb4tq__option:last-child{border-bottom:none}.ClientSearch-module__Nvb4tq__option:hover{background:#f8fafc}.ClientSearch-module__Nvb4tq__optionInfo{flex-direction:column;gap:2px;display:flex}.ClientSearch-module__Nvb4tq__optionName{color:#1e293b;font-weight:500}.ClientSearch-module__Nvb4tq__optionPhone{color:#64748b;font-size:.85rem}.ClientSearch-module__Nvb4tq__optionId{color:#94a3b8;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:.75rem}.ClientSearch-module__Nvb4tq__noResults{text-align:center;color:#64748b;padding:12px;font-size:.9rem}.ClientSearch-module__Nvb4tq__selectedClient{background:#faf9e599;border:1px solid #c2ae8d66;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.ClientSearch-module__Nvb4tq__clientInfo{align-items:center;gap:12px;display:flex}.ClientSearch-module__Nvb4tq__clientIcon{color:var(--gold-accent,#c2ae8d);background:#c2ae8d33;border-radius:50%;width:32px;height:32px;padding:4px}.ClientSearch-module__Nvb4tq__clientName{color:var(--charcoal,#282828);font-size:.95rem;font-weight:600}.ClientSearch-module__Nvb4tq__clientDetails{color:var(--gold-accent,#c2ae8d);font-size:.85rem}.ClientSearch-module__Nvb4tq__clearBtn{color:#64748b;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.ClientSearch-module__Nvb4tq__clearBtn:hover{color:#ef4444;background:#fee2e2}
.SettingsComponents-module__ULquBG__section{background:var(--card-bg,#fff);border:1px solid var(--border-light,#e5e7eb);border-radius:12px;overflow:hidden}.SettingsComponents-module__ULquBG__sectionHeader{border-bottom:1px solid var(--border-light,#e5e7eb);background:linear-gradient(135deg,#c2ae8d0d 0%,#c2ae8d05 100%);align-items:flex-start;gap:12px;padding:20px 24px;display:flex}.SettingsComponents-module__ULquBG__sectionIcon{background:linear-gradient(135deg,var(--primary,#c2ae8d)0%,var(--primary-dark,#a89670)100%);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.SettingsComponents-module__ULquBG__sectionInfo{flex:1;min-width:0}.SettingsComponents-module__ULquBG__sectionTitle{color:var(--text-primary,#1a1a2e);margin:0 0 4px;font-size:1.125rem;font-weight:600}.SettingsComponents-module__ULquBG__sectionDescription{color:var(--text-secondary,#6b7280);margin:0;font-size:.875rem;line-height:1.5}.SettingsComponents-module__ULquBG__sectionContent{padding:24px}.SettingsComponents-module__ULquBG__group{margin-bottom:24px}.SettingsComponents-module__ULquBG__group:last-child{margin-bottom:0}.SettingsComponents-module__ULquBG__groupHeader{margin-bottom:12px}.SettingsComponents-module__ULquBG__groupLabel{color:var(--text-primary,#1a1a2e);margin-bottom:4px;font-size:.9375rem;font-weight:600;display:block}.SettingsComponents-module__ULquBG__groupDescription{color:var(--text-tertiary,#9ca3af);font-size:.8125rem;display:block}.SettingsComponents-module__ULquBG__groupContent{flex-direction:column;gap:16px;display:flex}.SettingsComponents-module__ULquBG__toggleRow{background:var(--bg-secondary,#f9fafb);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;transition:background .2s;display:flex}.SettingsComponents-module__ULquBG__toggleRow:hover:not(.SettingsComponents-module__ULquBG__disabled){background:var(--bg-tertiary,#f3f4f6)}.SettingsComponents-module__ULquBG__toggleRow.SettingsComponents-module__ULquBG__disabled{opacity:.6;cursor:not-allowed}.SettingsComponents-module__ULquBG__toggleInfo{flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.SettingsComponents-module__ULquBG__toggleIcon{width:36px;height:36px;color:var(--primary,#c2ae8d);background:#c2ae8d1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.SettingsComponents-module__ULquBG__toggleText{flex-direction:column;gap:2px;display:flex}.SettingsComponents-module__ULquBG__toggleLabel{color:var(--text-primary,#1a1a2e);font-size:.9375rem;font-weight:500}.SettingsComponents-module__ULquBG__toggleDescription{color:var(--text-tertiary,#9ca3af);font-size:.8125rem;line-height:1.4}.SettingsComponents-module__ULquBG__switch{flex-shrink:0;display:inline-block;position:relative}.SettingsComponents-module__ULquBG__switch-sm{width:36px;height:20px}.SettingsComponents-module__ULquBG__switch-md{width:44px;height:24px}.SettingsComponents-module__ULquBG__switch-lg{width:52px;height:28px}.SettingsComponents-module__ULquBG__switch input{opacity:0;width:0;height:0;position:absolute}.SettingsComponents-module__ULquBG__slider{cursor:pointer;background-color:var(--border-medium,#d1d5db);border-radius:100px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.SettingsComponents-module__ULquBG__slider:before{content:"";aspect-ratio:1;background-color:#fff;border-radius:50%;height:calc(100% - 4px);transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:2px;left:2px;box-shadow:0 2px 4px #0000001a}.SettingsComponents-module__ULquBG__switch input:checked+.SettingsComponents-module__ULquBG__slider{background:linear-gradient(135deg,var(--success,#22c55e)0%,#16a34a 100%)}.SettingsComponents-module__ULquBG__switch input:checked+.SettingsComponents-module__ULquBG__slider:before{transform:translate(100%)}.SettingsComponents-module__ULquBG__switch-sm input:checked+.SettingsComponents-module__ULquBG__slider:before{transform:translate(16px)}.SettingsComponents-module__ULquBG__switch-md input:checked+.SettingsComponents-module__ULquBG__slider:before{transform:translate(20px)}.SettingsComponents-module__ULquBG__switch-lg input:checked+.SettingsComponents-module__ULquBG__slider:before{transform:translate(24px)}.SettingsComponents-module__ULquBG__switch input:focus+.SettingsComponents-module__ULquBG__slider{box-shadow:0 0 0 3px #c2ae8d33}.SettingsComponents-module__ULquBG__switch input:disabled+.SettingsComponents-module__ULquBG__slider{cursor:not-allowed;opacity:.5}.SettingsComponents-module__ULquBG__sliderIcon{color:#fff;opacity:0;transition:opacity .2s;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SettingsComponents-module__ULquBG__automationSelector{padding:16px 0}.SettingsComponents-module__ULquBG__automationSelector.SettingsComponents-module__ULquBG__disabled{opacity:.6;pointer-events:none}.SettingsComponents-module__ULquBG__automationHeader{margin-bottom:16px}.SettingsComponents-module__ULquBG__automationLabel{color:var(--text-primary,#1a1a2e);margin-bottom:4px;font-size:.9375rem;font-weight:600;display:block}.SettingsComponents-module__ULquBG__automationDescription{color:var(--text-tertiary,#9ca3af);font-size:.8125rem;display:block}.SettingsComponents-module__ULquBG__automationOptions{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (max-width:768px){.SettingsComponents-module__ULquBG__automationOptions{grid-template-columns:1fr}}.SettingsComponents-module__ULquBG__automationOption{background:var(--bg-secondary,#f9fafb);cursor:pointer;text-align:left;border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;padding:16px 20px;transition:all .2s;display:flex}.SettingsComponents-module__ULquBG__automationOption:hover:not(:disabled){background:var(--bg-tertiary,#f3f4f6);border-color:var(--border-light,#e5e7eb)}.SettingsComponents-module__ULquBG__automationOption.SettingsComponents-module__ULquBG__automationActive{background:linear-gradient(135deg,rgba(var(--level-color-rgb,34,197,94),.08)0%,rgba(var(--level-color-rgb,34,197,94),.03)100%);border-color:var(--level-color,#22c55e)}.SettingsComponents-module__ULquBG__automationOption.SettingsComponents-module__ULquBG__automationActive .SettingsComponents-module__ULquBG__automationOptionLabel{color:var(--level-color,#22c55e)}.SettingsComponents-module__ULquBG__automationOptionLabel{color:var(--text-primary,#1a1a2e);font-size:.9375rem;font-weight:600;transition:color .2s}.SettingsComponents-module__ULquBG__automationOptionDesc{color:var(--text-tertiary,#9ca3af);font-size:.75rem;line-height:1.4}.SettingsComponents-module__ULquBG__field{flex-direction:column;gap:6px;display:flex}.SettingsComponents-module__ULquBG__field.SettingsComponents-module__ULquBG__disabled{opacity:.6}.SettingsComponents-module__ULquBG__field.SettingsComponents-module__ULquBG__disabled .SettingsComponents-module__ULquBG__input,.SettingsComponents-module__ULquBG__field.SettingsComponents-module__ULquBG__disabled .SettingsComponents-module__ULquBG__select,.SettingsComponents-module__ULquBG__field.SettingsComponents-module__ULquBG__disabled .SettingsComponents-module__ULquBG__textarea{cursor:not-allowed;background:var(--bg-disabled,#f3f4f6)}.SettingsComponents-module__ULquBG__fieldLabel{color:var(--text-primary,#1a1a2e);font-size:.875rem;font-weight:500}.SettingsComponents-module__ULquBG__required{color:var(--error,#ef4444);margin-left:4px}.SettingsComponents-module__ULquBG__fieldDescription{color:var(--text-tertiary,#9ca3af);font-size:.75rem;line-height:1.4}.SettingsComponents-module__ULquBG__input,.SettingsComponents-module__ULquBG__select,.SettingsComponents-module__ULquBG__textarea{background:var(--bg-secondary,#f9fafb);border:1px solid var(--border-light,#e5e7eb);color:var(--text-primary,#1a1a2e);border-radius:8px;width:100%;padding:12px 16px;font-size:.9375rem;transition:all .2s}.SettingsComponents-module__ULquBG__input:focus,.SettingsComponents-module__ULquBG__select:focus,.SettingsComponents-module__ULquBG__textarea:focus{border-color:var(--primary,#c2ae8d);background:#fff;outline:none;box-shadow:0 0 0 3px #c2ae8d1a}.SettingsComponents-module__ULquBG__input::placeholder,.SettingsComponents-module__ULquBG__textarea::placeholder{color:var(--text-placeholder,#9ca3af)}.SettingsComponents-module__ULquBG__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:40px}.SettingsComponents-module__ULquBG__textarea{resize:vertical;min-height:100px}.SettingsComponents-module__ULquBG__charCount{color:var(--text-tertiary,#9ca3af);text-align:right;margin-top:2px;font-size:.75rem}.SettingsComponents-module__ULquBG__colorPickerRow{align-items:center;gap:12px;display:flex}.SettingsComponents-module__ULquBG__colorInput{border:1px solid var(--border-light,#e5e7eb);cursor:pointer;background:#fff;border-radius:8px;width:48px;height:48px;padding:4px}.SettingsComponents-module__ULquBG__colorInput::-webkit-color-swatch-wrapper{padding:0}.SettingsComponents-module__ULquBG__colorInput::-webkit-color-swatch{border:none;border-radius:4px}.SettingsComponents-module__ULquBG__colorText{background:var(--bg-secondary,#f9fafb);border:1px solid var(--border-light,#e5e7eb);color:var(--text-primary,#1a1a2e);text-transform:uppercase;border-radius:8px;flex:1;padding:12px 16px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.9375rem}.SettingsComponents-module__ULquBG__colorText:focus{border-color:var(--primary,#c2ae8d);outline:none;box-shadow:0 0 0 3px #c2ae8d1a}.SettingsComponents-module__ULquBG__colorPresets{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.SettingsComponents-module__ULquBG__colorPreset{cursor:pointer;border:2px solid #0000;border-radius:6px;width:28px;height:28px;transition:all .2s}.SettingsComponents-module__ULquBG__colorPreset:hover{transform:scale(1.1)}.SettingsComponents-module__ULquBG__colorPreset.SettingsComponents-module__ULquBG__colorPresetActive{border-color:var(--text-primary,#1a1a2e);box-shadow:0 0 0 2px white,0 0 0 4px var(--text-primary,#1a1a2e)}.SettingsComponents-module__ULquBG__chipGrid{flex-wrap:wrap;gap:8px;display:flex}.SettingsComponents-module__ULquBG__chip{background:var(--bg-secondary,#f9fafb);border:1px solid var(--border-light,#e5e7eb);color:var(--text-secondary,#6b7280);cursor:pointer;border-radius:100px;align-items:center;gap:6px;padding:8px 16px;font-size:.875rem;transition:all .2s;display:inline-flex}.SettingsComponents-module__ULquBG__chip:hover:not(:disabled){background:var(--bg-tertiary,#f3f4f6);border-color:var(--border-medium,#d1d5db)}.SettingsComponents-module__ULquBG__chip.SettingsComponents-module__ULquBG__chipActive{background:linear-gradient(135deg,var(--primary,#c2ae8d)0%,var(--primary-dark,#a89670)100%);color:#fff;border-color:#0000}.SettingsComponents-module__ULquBG__chip:disabled{opacity:.5;cursor:not-allowed}.SettingsComponents-module__ULquBG__infoBox{border-left:4px solid;border-radius:10px;gap:12px;padding:16px 20px;display:flex}.SettingsComponents-module__ULquBG__infoBox-info{border-left-color:var(--gold-accent,#c2ae8d);background:#c2ae8d14}.SettingsComponents-module__ULquBG__infoBox-warning{background:#f59e0b0d;border-left-color:#f59e0b}.SettingsComponents-module__ULquBG__infoBox-success{background:#22c55e0d;border-left-color:#22c55e}.SettingsComponents-module__ULquBG__infoBox-error{background:#ef44440d;border-left-color:#ef4444}.SettingsComponents-module__ULquBG__infoBoxIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.SettingsComponents-module__ULquBG__infoBox-info .SettingsComponents-module__ULquBG__infoBoxIcon{color:var(--gold-accent,#c2ae8d)}.SettingsComponents-module__ULquBG__infoBox-warning .SettingsComponents-module__ULquBG__infoBoxIcon{color:#f59e0b}.SettingsComponents-module__ULquBG__infoBox-success .SettingsComponents-module__ULquBG__infoBoxIcon{color:#22c55e}.SettingsComponents-module__ULquBG__infoBox-error .SettingsComponents-module__ULquBG__infoBoxIcon{color:#ef4444}.SettingsComponents-module__ULquBG__infoBoxContent{flex:1;min-width:0}.SettingsComponents-module__ULquBG__infoBoxTitle{color:var(--text-primary,#1a1a2e);margin-bottom:4px;font-size:.875rem;font-weight:600;display:block}.SettingsComponents-module__ULquBG__infoBoxText{color:var(--text-secondary,#6b7280);font-size:.8125rem;line-height:1.5}.SettingsComponents-module__ULquBG__row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}@media (max-width:640px){.SettingsComponents-module__ULquBG__row{grid-template-columns:1fr}}.SettingsComponents-module__ULquBG__card{background:var(--card-bg,#fff);border:1px solid var(--border-light,#e5e7eb);border-radius:12px;overflow:hidden}.SettingsComponents-module__ULquBG__cardHeader{border-bottom:1px solid var(--border-light,#e5e7eb);background:linear-gradient(135deg,#c2ae8d0a 0%,#0000 100%);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.SettingsComponents-module__ULquBG__cardHeaderLeft{align-items:center;gap:12px;display:flex}.SettingsComponents-module__ULquBG__cardIcon{background:linear-gradient(135deg,var(--primary,#c2ae8d)0%,var(--primary-dark,#a89670)100%);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.SettingsComponents-module__ULquBG__cardTitle{color:var(--text-primary,#1a1a2e);margin:0;font-size:1rem;font-weight:600}.SettingsComponents-module__ULquBG__cardDescription{color:var(--text-tertiary,#9ca3af);margin:4px 0 0;font-size:.8125rem}.SettingsComponents-module__ULquBG__cardActions{gap:8px;display:flex}.SettingsComponents-module__ULquBG__cardContent{padding:24px}@media (prefers-color-scheme:dark){.SettingsComponents-module__ULquBG__section,.SettingsComponents-module__ULquBG__card{background:var(--card-bg-dark,#1a1a2e);border-color:var(--border-dark,#2d2d44)}.SettingsComponents-module__ULquBG__sectionHeader,.SettingsComponents-module__ULquBG__cardHeader{border-color:var(--border-dark,#2d2d44);background:linear-gradient(135deg,#c2ae8d14 0%,#c2ae8d08 100%)}.SettingsComponents-module__ULquBG__sectionTitle,.SettingsComponents-module__ULquBG__cardTitle,.SettingsComponents-module__ULquBG__groupLabel,.SettingsComponents-module__ULquBG__toggleLabel,.SettingsComponents-module__ULquBG__automationLabel,.SettingsComponents-module__ULquBG__fieldLabel,.SettingsComponents-module__ULquBG__automationOptionLabel,.SettingsComponents-module__ULquBG__infoBoxTitle{color:var(--text-primary-dark,#f3f4f6)}.SettingsComponents-module__ULquBG__sectionDescription,.SettingsComponents-module__ULquBG__cardDescription,.SettingsComponents-module__ULquBG__groupDescription,.SettingsComponents-module__ULquBG__toggleDescription,.SettingsComponents-module__ULquBG__automationDescription,.SettingsComponents-module__ULquBG__fieldDescription,.SettingsComponents-module__ULquBG__automationOptionDesc,.SettingsComponents-module__ULquBG__infoBoxText{color:var(--text-secondary-dark,#9ca3af)}.SettingsComponents-module__ULquBG__toggleRow,.SettingsComponents-module__ULquBG__automationOption,.SettingsComponents-module__ULquBG__input,.SettingsComponents-module__ULquBG__select,.SettingsComponents-module__ULquBG__textarea,.SettingsComponents-module__ULquBG__chip{background:var(--bg-secondary-dark,#252542);border-color:var(--border-dark,#2d2d44)}.SettingsComponents-module__ULquBG__toggleRow:hover:not(.SettingsComponents-module__ULquBG__disabled),.SettingsComponents-module__ULquBG__automationOption:hover:not(:disabled),.SettingsComponents-module__ULquBG__chip:hover:not(:disabled){background:var(--bg-tertiary-dark,#2d2d44)}.SettingsComponents-module__ULquBG__input:focus,.SettingsComponents-module__ULquBG__select:focus,.SettingsComponents-module__ULquBG__textarea:focus{background:var(--bg-secondary-dark,#252542);border-color:var(--primary,#c2ae8d)}.SettingsComponents-module__ULquBG__colorInput,.SettingsComponents-module__ULquBG__colorText{background:var(--bg-secondary-dark,#252542);border-color:var(--border-dark,#2d2d44);color:var(--text-primary-dark,#f3f4f6)}}
.Card-module__QRy0Sa__card{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:all var(--duration-base)var(--ease-out);animation:Card-module__QRy0Sa__fadeIn var(--duration-base)var(--ease-out);background-color:#fff;position:relative;overflow:hidden}.Card-module__QRy0Sa__card--default{border:1px solid var(--medical-gray-200);background:#fff}.Card-module__QRy0Sa__card--glass{background:var(--glass-background);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--shadow-glass)}.Card-module__QRy0Sa__card--gradient{background:#fff padding-box padding-box;border:2px solid #0000;position:relative}.Card-module__QRy0Sa__card--gradient:before{content:"";border-radius:inherit;background:var(--gradient-pink-purple);-webkit-mask-composite:xor;pointer-events:none;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Card-module__QRy0Sa__card--elevated{box-shadow:var(--shadow-xl);background:#fff;border:none}.Card-module__QRy0Sa__card--hoverable{cursor:pointer}.Card-module__QRy0Sa__card--hoverable:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.Card-module__QRy0Sa__card--glass.Card-module__QRy0Sa__card--hoverable:hover{box-shadow:var(--shadow-glass-lg);background:#fffc}.Card-module__QRy0Sa__card--gradient.Card-module__QRy0Sa__card--hoverable:hover{box-shadow:var(--shadow-glow-pink)}.Card-module__QRy0Sa__card--elevated.Card-module__QRy0Sa__card--hoverable:hover{box-shadow:var(--shadow-2xl)}.Card-module__QRy0Sa__card--loading{justify-content:center;align-items:center;min-height:200px;display:flex}.Card-module__QRy0Sa__card--expanded{z-index:10}.Card-module__QRy0Sa__card__badge{top:var(--space-3);right:var(--space-3);background:var(--gradient-pink-purple);color:#fff;font-size:var(--text-xs);font-weight:var(--font-semibold);padding:var(--space-1)var(--space-2);border-radius:var(--radius-full);box-shadow:var(--shadow-md);z-index:2;animation:2s cubic-bezier(.4,0,.6,1) infinite Card-module__QRy0Sa__pulse;position:absolute}.Card-module__QRy0Sa__card__skeleton{padding:var(--space-6);gap:var(--space-3);flex-direction:column;display:flex}.Card-module__QRy0Sa__card__skeleton-line{background:linear-gradient(90deg,var(--medical-gray-200)0%,var(--medical-gray-100)50%,var(--medical-gray-200)100%);border-radius:var(--radius-md);background-size:200% 100%;height:1rem;animation:1.5s ease-in-out infinite Card-module__QRy0Sa__shimmer}.Card-module__QRy0Sa__card__skeleton-line:first-child{width:60%}.Card-module__QRy0Sa__card__skeleton-line:nth-child(2){width:80%}.Card-module__QRy0Sa__card__skeleton-line:nth-child(3){width:70%}@keyframes Card-module__QRy0Sa__shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.Card-module__QRy0Sa__card-header{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-6);border-bottom:1px solid var(--medical-gray-200);background:linear-gradient(135deg,var(--medical-gray-50)0%,transparent 100%);display:flex}.Card-module__QRy0Sa__card-header__content{flex:1;min-width:0}.Card-module__QRy0Sa__card-header__actions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.Card-module__QRy0Sa__card-title{font-family:var(--font-display);font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--medical-gray-900);line-height:var(--leading-tight);align-items:center;gap:var(--space-2);margin:0;display:flex}.Card-module__QRy0Sa__card-title__icon{color:var(--aesthetic-pink-500);justify-content:center;align-items:center;font-size:1.2em;display:inline-flex}.Card-module__QRy0Sa__card-description{font-size:var(--text-sm);color:var(--medical-gray-600);margin:var(--space-1)0 0 0;line-height:var(--leading-relaxed)}.Card-module__QRy0Sa__card-content{padding:var(--space-6);color:var(--medical-gray-700);line-height:var(--leading-relaxed)}.Card-module__QRy0Sa__card-content:empty{display:none}.Card-module__QRy0Sa__card-footer{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-6);border-top:1px solid var(--medical-gray-200);background:linear-gradient(135deg,transparent 0%,var(--aesthetic-pink-50)100%);display:flex}.Card-module__QRy0Sa__card-footer__content{min-width:0;font-size:var(--text-sm);color:var(--medical-gray-600);flex:1}.Card-module__QRy0Sa__card-footer__actions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}@keyframes Card-module__QRy0Sa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes Card-module__QRy0Sa__pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:768px){.Card-module__QRy0Sa__card-header,.Card-module__QRy0Sa__card-content,.Card-module__QRy0Sa__card-footer{padding:var(--space-4)}.Card-module__QRy0Sa__card-title{font-size:var(--text-lg)}.Card-module__QRy0Sa__card-header,.Card-module__QRy0Sa__card-footer{flex-direction:column;align-items:flex-start}.Card-module__QRy0Sa__card-header__actions,.Card-module__QRy0Sa__card-footer__actions{justify-content:flex-end;width:100%}.Card-module__QRy0Sa__card--hoverable:hover{transform:none}.Card-module__QRy0Sa__card--hoverable:active{transform:scale(.98)}}@media (prefers-reduced-motion:reduce){.Card-module__QRy0Sa__card,.Card-module__QRy0Sa__card__skeleton-line,.Card-module__QRy0Sa__card__badge{transition:none!important;animation:none!important}.Card-module__QRy0Sa__card--hoverable:hover{transform:none!important}}@media print{.Card-module__QRy0Sa__card{page-break-inside:avoid;box-shadow:none!important;border:1px solid var(--medical-gray-300)!important}.Card-module__QRy0Sa__card__badge{display:none}}
.ErrorBoundary-module__TliADW__errorBoundaryContainer{max-width:800px;margin:0 auto;padding:2rem}
.AutoInvoiceGenerator-module__LFStkq__container{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);background:#fff;overflow:hidden}.AutoInvoiceGenerator-module__LFStkq__header{padding:var(--space-6);background:linear-gradient(135deg,var(--aesthetic-purple-50)0%,var(--aesthetic-pink-50)100%);border-bottom:1px solid var(--medical-gray-200);justify-content:space-between;align-items:center;display:flex}.AutoInvoiceGenerator-module__LFStkq__headerLeft{align-items:center;gap:var(--space-4);display:flex}.AutoInvoiceGenerator-module__LFStkq__iconWrapper{background:linear-gradient(135deg,var(--gold-accent),#d4a574);border-radius:var(--radius-lg);color:#fff;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #c2ae8d4d}.AutoInvoiceGenerator-module__LFStkq__title{font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--medical-gray-900);margin:0}.AutoInvoiceGenerator-module__LFStkq__subtitle{font-size:var(--text-sm);color:var(--medical-gray-500);margin:0}.AutoInvoiceGenerator-module__LFStkq__refreshBtn{align-items:center;gap:var(--space-2);display:flex}.AutoInvoiceGenerator-module__LFStkq__summaryCards{gap:var(--space-4);padding:var(--space-6);background:var(--medical-gray-50);border-bottom:1px solid var(--medical-gray-200);grid-template-columns:repeat(4,1fr);display:grid}.AutoInvoiceGenerator-module__LFStkq__summaryCard{align-items:center;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--medical-gray-200);transition:all var(--transition-base);background:#fff;display:flex}.AutoInvoiceGenerator-module__LFStkq__summaryCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.AutoInvoiceGenerator-module__LFStkq__summaryIcon{background:var(--aesthetic-purple-100);width:40px;height:40px;color:var(--aesthetic-purple-600);border-radius:var(--radius-md);justify-content:center;align-items:center;display:flex}.AutoInvoiceGenerator-module__LFStkq__summaryInfo{flex-direction:column;display:flex}.AutoInvoiceGenerator-module__LFStkq__summaryValue{font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--medical-gray-900)}.AutoInvoiceGenerator-module__LFStkq__summaryLabel{font-size:var(--text-xs);color:var(--medical-gray-500)}.AutoInvoiceGenerator-module__LFStkq__toolbar{padding:var(--space-4)var(--space-6);border-bottom:1px solid var(--medical-gray-200);justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.AutoInvoiceGenerator-module__LFStkq__filters{align-items:center;gap:var(--space-3);display:flex}.AutoInvoiceGenerator-module__LFStkq__filterGroup{align-items:center;gap:var(--space-2);color:var(--medical-gray-500);display:flex}.AutoInvoiceGenerator-module__LFStkq__selectionActions{align-items:center;gap:var(--space-4);display:flex}.AutoInvoiceGenerator-module__LFStkq__paymentOptions{align-items:center;gap:var(--space-3);display:flex}.AutoInvoiceGenerator-module__LFStkq__discountInput{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--medical-gray-600);display:flex}.AutoInvoiceGenerator-module__LFStkq__discountInput input{width:70px}.AutoInvoiceGenerator-module__LFStkq__emptyState{padding:var(--space-16);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.AutoInvoiceGenerator-module__LFStkq__emptyIcon{background:var(--medical-gray-100);border-radius:var(--radius-full);width:80px;height:80px;color:var(--medical-gray-400);margin-bottom:var(--space-4);justify-content:center;align-items:center;display:flex}.AutoInvoiceGenerator-module__LFStkq__emptyState h3{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--medical-gray-900);margin-bottom:var(--space-2)}.AutoInvoiceGenerator-module__LFStkq__emptyState p{color:var(--medical-gray-500);margin:0}.AutoInvoiceGenerator-module__LFStkq__clientList{padding:var(--space-4)}.AutoInvoiceGenerator-module__LFStkq__clientGroup{border:1px solid var(--medical-gray-200);border-radius:var(--radius-lg);margin-bottom:var(--space-3);transition:all var(--transition-base);overflow:hidden}.AutoInvoiceGenerator-module__LFStkq__clientGroup:hover{border-color:var(--aesthetic-purple-300);box-shadow:var(--shadow-sm)}.AutoInvoiceGenerator-module__LFStkq__clientHeader{padding:var(--space-4);background:var(--medical-gray-50);cursor:pointer;transition:background var(--transition-base);justify-content:space-between;align-items:center;display:flex}.AutoInvoiceGenerator-module__LFStkq__clientHeader:hover{background:var(--medical-gray-100)}.AutoInvoiceGenerator-module__LFStkq__clientInfo{align-items:center;gap:var(--space-3);display:flex}.AutoInvoiceGenerator-module__LFStkq__checkbox{width:18px;height:18px;accent-color:var(--gold-accent);cursor:pointer}.AutoInvoiceGenerator-module__LFStkq__clientAvatar{background:linear-gradient(135deg,var(--aesthetic-purple-500),var(--aesthetic-pink-500));color:#fff;border-radius:var(--radius-full);width:40px;height:40px;font-weight:var(--font-semibold);font-size:var(--text-lg);justify-content:center;align-items:center;display:flex}.AutoInvoiceGenerator-module__LFStkq__clientName{font-weight:var(--font-semibold);color:var(--medical-gray-900);display:block}.AutoInvoiceGenerator-module__LFStkq__clientPhone{font-size:var(--text-sm);color:var(--medical-gray-500)}.AutoInvoiceGenerator-module__LFStkq__clientMeta{align-items:center;gap:var(--space-4);display:flex}.AutoInvoiceGenerator-module__LFStkq__clientTotal{font-weight:var(--font-bold);color:var(--success-green);font-size:var(--text-lg)}.AutoInvoiceGenerator-module__LFStkq__appointmentCount{font-size:var(--text-sm);color:var(--medical-gray-500);background:var(--medical-gray-200);padding:var(--space-1)var(--space-2);border-radius:var(--radius-full)}.AutoInvoiceGenerator-module__LFStkq__appointmentList{padding:var(--space-2);background:#fff}.AutoInvoiceGenerator-module__LFStkq__appointmentItem{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-4);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);border:1px solid #0000;display:flex}.AutoInvoiceGenerator-module__LFStkq__appointmentItem:hover{background:var(--aesthetic-purple-50)}.AutoInvoiceGenerator-module__LFStkq__appointmentItem.AutoInvoiceGenerator-module__LFStkq__selected{background:var(--aesthetic-purple-100);border-color:var(--aesthetic-purple-300)}.AutoInvoiceGenerator-module__LFStkq__appointmentDetails{flex:1}.AutoInvoiceGenerator-module__LFStkq__appointmentMain{align-items:center;gap:var(--space-2);margin-bottom:var(--space-1);display:flex}.AutoInvoiceGenerator-module__LFStkq__serviceName{font-weight:var(--font-medium);color:var(--medical-gray-900)}.AutoInvoiceGenerator-module__LFStkq__serviceCategory{font-size:var(--text-xs);color:var(--aesthetic-purple-600);background:var(--aesthetic-purple-100);padding:2px var(--space-2);border-radius:var(--radius-full)}.AutoInvoiceGenerator-module__LFStkq__appointmentMeta{align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:var(--medical-gray-500);display:flex}.AutoInvoiceGenerator-module__LFStkq__appointmentDate{align-items:center;gap:var(--space-1);display:flex}.AutoInvoiceGenerator-module__LFStkq__appointmentProvider{color:var(--medical-gray-400)}.AutoInvoiceGenerator-module__LFStkq__appointmentPrice{font-weight:var(--font-semibold);color:var(--medical-gray-900);font-size:var(--text-base)}.AutoInvoiceGenerator-module__LFStkq__previewContent{padding:var(--space-4)}.AutoInvoiceGenerator-module__LFStkq__previewSummary{background:var(--medical-gray-50);border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-4)}.AutoInvoiceGenerator-module__LFStkq__previewRow{padding:var(--space-2)0;border-bottom:1px solid var(--medical-gray-200);justify-content:space-between;align-items:center;display:flex}.AutoInvoiceGenerator-module__LFStkq__previewRow:last-child{border-bottom:none}.AutoInvoiceGenerator-module__LFStkq__previewRow.AutoInvoiceGenerator-module__LFStkq__total{padding-top:var(--space-3);margin-top:var(--space-2);border-top:2px solid var(--medical-gray-300);font-size:var(--text-lg)}.AutoInvoiceGenerator-module__LFStkq__previewRow.AutoInvoiceGenerator-module__LFStkq__total strong{color:var(--success-green)}.AutoInvoiceGenerator-module__LFStkq__discount{color:var(--error-red)}.AutoInvoiceGenerator-module__LFStkq__previewNote{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);background:var(--warning-light);border:1px solid var(--warning-amber);border-radius:var(--radius-md);color:var(--medical-gray-700);font-size:var(--text-sm);margin-bottom:var(--space-4);display:flex}.AutoInvoiceGenerator-module__LFStkq__previewNote svg{color:var(--warning-amber);flex-shrink:0}.AutoInvoiceGenerator-module__LFStkq__previewActions{justify-content:flex-end;gap:var(--space-3);display:flex}@media (max-width:1024px){.AutoInvoiceGenerator-module__LFStkq__summaryCards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.AutoInvoiceGenerator-module__LFStkq__summaryCards{grid-template-columns:1fr}.AutoInvoiceGenerator-module__LFStkq__toolbar{flex-direction:column;align-items:stretch}.AutoInvoiceGenerator-module__LFStkq__selectionActions{flex-direction:column;width:100%}.AutoInvoiceGenerator-module__LFStkq__paymentOptions{justify-content:space-between;width:100%}.AutoInvoiceGenerator-module__LFStkq__clientMeta{align-items:flex-end;gap:var(--space-1);flex-direction:column}}
.Receipt-module__4KaBSq__receiptContainer{color:#000;background:#fff;width:80mm;margin:0 auto;padding:10px;font-family:Courier New,Courier,monospace;font-size:12px}.Receipt-module__4KaBSq__header{text-align:center;margin-bottom:10px}.Receipt-module__4KaBSq__clinicName{text-transform:uppercase;margin:0 0 5px;font-size:16px;font-weight:700}.Receipt-module__4KaBSq__address,.Receipt-module__4KaBSq__phone{margin:2px 0;font-size:10px}.Receipt-module__4KaBSq__divider{border-top:1px dashed #000;margin:8px 0}.Receipt-module__4KaBSq__meta{margin-bottom:8px}.Receipt-module__4KaBSq__row{justify-content:space-between;margin-bottom:2px;display:flex}.Receipt-module__4KaBSq__itemsHeader{border-bottom:1px solid #000;margin-bottom:4px;padding-bottom:2px;font-weight:700;display:flex}.Receipt-module__4KaBSq__colItem{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:2;overflow:hidden}.Receipt-module__4KaBSq__colQty{text-align:center;flex:.5}.Receipt-module__4KaBSq__colPrice,.Receipt-module__4KaBSq__colTotal{text-align:right;flex:1}.Receipt-module__4KaBSq__itemRow{margin-bottom:4px;display:flex}.Receipt-module__4KaBSq__totals{margin-top:5px}.Receipt-module__4KaBSq__grandTotal{border-top:1px solid #000;margin-top:4px;padding-top:4px;font-size:14px;font-weight:700}.Receipt-module__4KaBSq__paymentInfo{margin-top:8px;font-style:italic}.Receipt-module__4KaBSq__footer{text-align:center;margin-top:15px;font-size:10px}.Receipt-module__4KaBSq__footer p{margin:2px 0}@media print{body *{visibility:hidden}.Receipt-module__4KaBSq__receiptContainer,.Receipt-module__4KaBSq__receiptContainer *{visibility:visible}.Receipt-module__4KaBSq__receiptContainer{width:100%;margin:0;padding:0;position:absolute;top:0;left:0}}
.SyncIndicator-module__--M9eG__container{cursor:pointer;background-color:#0000000d;border-radius:9999px;align-items:center;padding:.25rem .5rem;font-size:.75rem;transition:background-color .2s;display:flex}.SyncIndicator-module__--M9eG__container:hover{background-color:#0000001a}.SyncIndicator-module__--M9eG__syncing{color:#f59e0b;align-items:center;gap:.25rem;display:flex}.SyncIndicator-module__--M9eG__synced{color:#10b981;align-items:center;gap:.25rem;display:flex}
.page-module__RqNj7a__container{max-width:800px;margin:0 auto;padding:2rem}.page-module__RqNj7a__header{margin-bottom:2rem}.page-module__RqNj7a__title{color:var(--foreground);font-size:1.875rem;font-weight:600}
.page-module__auZrIa__container{max-width:1000px;margin:0 auto;padding:2rem}.page-module__auZrIa__header{margin-bottom:2rem}.page-module__auZrIa__title{color:var(--foreground);font-size:1.875rem;font-weight:600}
.error-module__uHmsfa__errorContainer{max-width:800px;margin:0 auto;padding:2rem}
