.customer-history-section{max-width:1400px;margin:0 auto;padding:2rem 20px}.customer-history-wrapper{width:100%}.customer-history-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;color:rgb(var(--color-foreground));letter-spacing:-.02em;position:relative;padding-bottom:1.5rem}.customer-history-info{display:none;margin-bottom:2.5rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,rgb(var(--color-foreground-rgb) / var(--opacity-5)),rgb(var(--color-foreground-rgb) / var(--opacity-2)));border-radius:12px;text-align:center;color:rgb(var(--color-foreground) / var(--opacity-80));font-size:1.05rem;border:1px solid rgb(var(--color-foreground-rgb) / var(--opacity-10))}.customer-history-list{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.customer-history-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.customer-history-list{grid-template-columns:repeat(3,1fr)}}.history-entry-card{background-color:#fff;border:1px solid rgb(var(--color-foreground) / var(--opacity-10));border-radius:16px;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.history-entry-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease}.history-entry-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f;border-color:rgb(var(--color-foreground) / var(--opacity-20))}.history-entry-card:hover:before{opacity:1}.history-entry-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;border-bottom:2px solid rgb(var(--color-foreground) / var(--opacity-10))}.history-entry-date{display:flex;align-items:center;gap:.75rem;font-weight:700;color:rgb(var(--color-foreground));font-size:1.2rem}.history-entry-date i{color:#667eea;font-size:1.1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.history-entry-code{font-size:.875rem;color:rgb(var(--color-foreground) / var(--opacity-60));font-family:Courier New,monospace;background:rgb(var(--color-foreground-rgb) / var(--opacity-5));padding:.4rem .75rem;border-radius:6px;font-weight:500}.history-entry-image{width:100%;border-radius:12px;overflow:hidden;position:relative;background:rgb(var(--color-foreground-rgb) / var(--opacity-5));box-shadow:0 4px 16px #0000001a;transition:transform .3s ease}.history-entry-card:hover .history-entry-image{transform:scale(1.02)}.history-entry-image img{width:100%;height:100%;display:block;object-fit:contain;transition:transform .3s ease}.history-entry-card:hover .history-entry-image img{transform:scale(1.05)}.history-entry-observation{flex:1;background:rgb(var(--color-foreground-rgb) / var(--opacity-3));padding:1.5rem;border-radius:12px;border:1px solid rgb(var(--color-foreground-rgb) / var(--opacity-8))}.history-entry-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.history-entry-title:before{content:"\2728";font-size:1.2rem}.history-entry-text{color:rgb(var(--color-foreground) / var(--opacity-85));line-height:1.8;white-space:pre-wrap;font-size:1rem}.history-entry-footer{border-top:2px solid rgb(var(--color-foreground) / var(--opacity-10));margin-top:auto}.history-entry-treatments{font-size:.9375rem;color:rgb(var(--color-foreground) / var(--opacity-70));line-height:1.6;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1rem;background:rgb(var(--color-foreground-rgb) / var(--opacity-3));border-radius:8px;font-weight:500}.history-entry-treatments:before{content:"\1f486";font-size:1.1rem}.history-entry-treatments .treatment-date-time{display:block;margin-top:.5rem;font-size:.875rem;color:rgb(var(--color-foreground) / var(--opacity-60));font-weight:400;font-style:italic}.customer-history-empty{text-align:center;padding:5rem 2rem;color:rgb(var(--color-foreground) / var(--opacity-60));background:rgb(var(--color-foreground-rgb) / var(--opacity-3));border-radius:16px;border:2px dashed rgb(var(--color-foreground-rgb) / var(--opacity-20))}.customer-history-empty:before{content:"\1f4cb";font-size:4rem;display:block;margin-bottom:1.5rem;opacity:.5}.customer-history-empty p{margin-bottom:1rem;font-size:1.15rem;font-weight:500}.customer-history-error{text-align:center;padding:2rem;background-color:rgb(255,0,0 / .1);border:1px solid rgb(255,0,0 / .3);border-radius:8px;color:red}.loading-state{text-align:center;padding:3rem;color:rgb(var(--color-foreground) / var(--opacity-60))}.loading-state p{font-size:1.1rem}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;align-items:center;justify-content:center}.modal-content{background-color:rgb(var(--color-background));margin:auto;padding:0;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.modal-header{padding:1.5rem;border-bottom:1px solid rgb(var(--color-foreground) / var(--opacity-10));display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.5rem}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:rgb(var(--color-foreground) / var(--opacity-60));padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:rgb(var(--color-foreground))}.modal-body{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:rgb(var(--color-foreground))}.form-group label .required{color:red}.form-group input[type=text],.form-group input[type=url],.form-group input[type=date],.form-group textarea{width:100%;padding:.75rem;border:1px solid rgb(var(--color-foreground) / var(--opacity-20));border-radius:6px;font-size:1rem;font-family:inherit}.form-group textarea{resize:vertical;min-height:120px}.form-group small{display:block;margin-top:.25rem;font-size:.875rem;color:rgb(var(--color-foreground) / var(--opacity-60))}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.btn-primary:hover{opacity:.9}.btn-secondary{background-color:rgb(var(--color-foreground) / var(--opacity-10));color:rgb(var(--color-foreground))}.btn-secondary:hover{background-color:rgb(var(--color-foreground) / var(--opacity-20))}.process-status-select{padding:.5rem;border:1px solid rgb(var(--color-foreground) / var(--opacity-20));border-radius:6px;font-size:.9rem;margin-right:.5rem;min-width:200px}.process-status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}.process-status-badge.pending{background-color:rgb(255,193,7 / .2);color:#ffc107}.process-status-badge.contacted{background-color:rgb(0,123,255 / .2);color:#007bff}.process-status-badge.attended,.process-status-badge.completed{background-color:rgb(40,167,69 / .2);color:#28a745}.admin-message{position:fixed;top:20px;right:20px;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:2000;opacity:0;transform:translate(100%);transition:all .3s ease;max-width:400px}.admin-message.show{opacity:1;transform:translate(0)}.admin-message-success{background-color:#28a745;color:#fff}.admin-message-error{background-color:#dc3545;color:#fff}
/*# sourceMappingURL=/cdn/shop/t/19/assets/customer-history.css.map */
