body{-webkit-tap-highlight-color:transparent}.search-bar{background:var(--warm-white);border-bottom:1px solid var(--cream-dark);padding:.75rem 1rem}.search-input{border:1.5px solid var(--cream-dark);background:var(--cream);border-radius:8px;width:100%;min-height:48px;padding:.75rem 1rem;font-size:1rem}.search-input:focus{border-color:var(--dusty-olive);outline:none;box-shadow:0 0 0 3px #7e918126}.customers-list{padding:.5rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.customer-card{background:var(--warm-white);border:1px solid #0000;border-radius:12px;margin-bottom:.625rem;padding:1rem}.customer-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.customer-name{color:var(--gunmetal);font-family:Crimson Pro,serif;font-size:1.25rem;font-weight:600}.customer-details{color:var(--text-muted);flex-direction:column;gap:.375rem;margin-bottom:.75rem;font-size:.9375rem;display:flex}.customer-details span{align-items:center;gap:.5rem;display:flex}.customer-actions{border-top:1px solid var(--cream-dark);gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}.btn-action{border:1.5px solid var(--cream-dark);background:var(--cream);color:var(--text-primary);cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.375rem;min-height:48px;padding:.625rem;font-size:.8125rem;font-weight:500;display:flex}.btn-action:active{background:var(--cream-dark)}.btn-action.primary{background:var(--dusty-olive-dark);color:#fff;border-color:var(--dusty-olive-dark)}.btn-action.danger{color:var(--error);border-color:#9a65654d}.btn-action.link{color:var(--info);border-color:#6a8a9a4d}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 1rem}.form-hint{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.form-section{border-top:1px solid var(--cream-dark);margin-top:1rem;padding-top:1rem}.form-section-title{color:var(--gunmetal);margin-bottom:.75rem;font-weight:600}.info-box{color:#8a7340;background:#b89a5a1a;border:1px solid #b89a5a4d;border-radius:8px;padding:.75rem;font-size:.875rem}.contract-list{max-height:50vh;overflow-y:auto}.contract-item{background:var(--cream);border-radius:8px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem;display:flex}.contract-item-info{flex:1}.contract-item-name{color:var(--gunmetal);font-weight:600}.contract-item-base{color:var(--text-muted);font-size:.75rem}.contract-price-input{text-align:right;border:1.5px solid var(--cream-dark);background:var(--warm-white);-webkit-appearance:none;-moz-appearance:textfield;border-radius:6px;width:90px;padding:.625rem;font-family:JetBrains Mono,monospace;font-size:1rem}.contract-price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.contract-price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.contract-price-input:focus{border-color:var(--dusty-olive);outline:none}.contract-item-unit{color:var(--text-muted);font-size:.8125rem}@media (width<=360px){.search-bar{padding:.5rem .75rem}.search-input{min-height:48px;padding:.625rem .875rem;font-size:16px}.customers-list{padding:.375rem}.customer-card{border-radius:10px;padding:.75rem}.customer-name{font-size:.9375rem}.customer-meta{font-size:.75rem}}@media (width<=480px){.form-row{flex-direction:column;gap:0}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}@media (width>=768px){.search-bar{max-width:1200px;margin:0 auto;padding:1rem 2rem}.customers-list{grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:grid}.customer-card{margin-bottom:0}}@media (width>=1024px){.customers-list{grid-template-columns:repeat(3,1fr)}}.category-pills{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;padding:.5rem 0 1rem;display:flex;overflow-x:auto}.category-pills::-webkit-scrollbar{display:none}.cat-pill{background:var(--cream);border:1.5px solid var(--cream-dark);color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:20px;flex-shrink:0;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .2s}.cat-pill:hover{border-color:var(--dusty-olive)}.cat-pill.active{background:var(--dusty-olive);border-color:var(--dusty-olive);color:#fff}.toggle-test-customers{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;display:flex}.toggle-test-customers input[type=checkbox]{width:18px;height:18px;accent-color:var(--dusty-olive);cursor:pointer}.badge-test{color:#8a7340;background:#b89a5a26;border:1px solid #b89a5a4d}.customer-badges{flex-wrap:wrap;gap:.375rem;display:flex}.customer-card.test-customer{background:repeating-linear-gradient(-45deg, var(--warm-white), var(--warm-white) 10px, #b89a5a0d 10px, #b89a5a0d 20px);border:1px dashed #b89a5a66}.checkbox-group{margin-bottom:.5rem}.checkbox-label{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.checkbox-label input[type=checkbox]{width:20px;height:20px;accent-color:var(--dusty-olive);cursor:pointer}
