/* ============================================================ */
/* styles2.css — HorseSmart                               */
/* Consolidado de styles_globais.css                                   */
/* ============================================================ */

/* de styles_globais.css */
#cliente-modal {

                transition: opacity 0.3s ease-in-out;
            }

/* de styles_globais.css */
#loader {

                display: none;
                border-radius: 2rem;
            }

/* de styles_globais.css */
#modal-content {

                transition: transform 0.3s ease-in-out;
            }

/* de styles_globais.css */
#notif-sheet {

                transition:
                    transform 0.35s cubic-bezier(0.32, 0.72, 0, 1),
                    opacity 0.25s;
            }

/* de styles_globais.css */
#side-menu {

                transition: transform 0.3s ease-in-out;
            }

/* de styles_globais.css */
#toast-container {
 position:fixed; top:20px; left:0; right:0; display:flex; flex-direction:column; align-items:center; gap:8px; z-index:9999; pointer-events:none; }

/* de styles_globais.css */
.active {

                background: linear-gradient(135deg, #2d5a4e 0%, #1f3f35 100%);
                color: #d2b48c;
                border-color: #d2b48c;
                box-shadow: 0 8px 20px rgba(45, 90, 78, 0.2);
            }

/* de styles_globais.css */
.blob {

                position: absolute;
                border-radius: 50%;
                filter: blur(90px);
                opacity: 0.2;
                animation: bpulse 9s ease-in-out infinite;
            }

/* de styles_globais.css */
.btn-bounce {

                transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }

/* de styles_globais.css */
.btn-gold {

                background: linear-gradient(135deg, #d2b48c 0%, #c19a6b 100%);
                color: #1a3020;
                font-family: "Poppins", sans-serif;
                font-weight: 800;
                font-size: 0.78rem;
                letter-spacing: 0.1em;
                text-transform: uppercase;
                border-radius: 13px;
                padding: 15px;
                width: 100%;
                border: none;
                cursor: pointer;
                box-shadow: 0 8px 28px rgba(210, 180, 140, 0.25);
                transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }

/* de styles_globais.css */
.btn-whatsapp {

                background: linear-gradient(135deg, #25d366 0%, #20ba5a 100%);
                color: white;
                box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
            }

/* de styles_globais.css */
.card {
background:var(--surface);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;}

/* de styles_globais.css */
.card-item {

                animation: slideIn 0.3s ease-out;
            }

/* de styles_globais.css */
.card-title {

                font-size: 18px;
                font-weight: 900;
                color: #2d5a4e;
                text-transform: uppercase;
                line-height: 1.2;
                margin-bottom: 4px;
                word-break: break-word;
            }

/* de styles_globais.css */
.chevron {
 transition: transform 0.3s; }

/* de styles_globais.css */
.clear-search {

                color: #2d5a4e;
                cursor: pointer;
                font-size: 14px;
                transition: all 0.2s;
                margin-left: 8px;
                opacity: 0;
                pointer-events: none;
            }

/* de styles_globais.css */
.currency-input {

                text-align: right;
            }

/* de styles_globais.css */
.empty-icon {

                font-size: 64px;
                color: #2d5a4e;
                opacity: 0.3;
                margin-bottom: 16px;
            }

/* de styles_globais.css */
.empty-state {

                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                padding: 60px 20px;
                text-align: center;
            }

/* de styles_globais.css */
.fade-in {

                animation: fadeIn 0.3s ease-in;
            }

/* de styles_globais.css */
.field-input {

            width: 100%;
            border-radius: 0.75rem;
            background: rgba(255,255,255,0.6);
            padding: 0.75rem 1rem;
            font-size: 0.875rem;
            color: #1f2937;
            border: 1.5px solid #e5e7eb;
            transition: border-color 0.2s, box-shadow 0.2s;
            outline: none;
        }

/* de styles_globais.css */
.field-label {

            display: block;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: #2D5A4E;
            margin-bottom: 0.375rem;
            opacity: 0.8;
        }

/* de styles_globais.css */
.filter-badge {

                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-width: 20px;
                height: 20px;
                padding: 0 5px;
                background: rgba(210, 180, 140, 0.3);
                border-radius: 50px;
                font-family: "Inter", sans-serif;
                font-size: 13px;
                font-weight: 900;
            }

/* de styles_globais.css */
.filter-btn {

                display: flex;
                text-align: center;
                align-items: center;
                gap: 6px;
                padding: 10px 16px;
                border: 2px solid #2d5a4e;
                border-radius: 12px;
                background: rgba(255, 255, 255, 0.8);
                color: #2d5a4e;
                font-weight: 600;
                font-size: 13px;
                cursor: pointer;
                transition: all 0.3s ease;
                white-space: nowrap;
                text-transform: uppercase;
                letter-spacing: 0.5px;
            }

/* de styles_globais.css */
.form-input {

                background: #f8faf9;
                border: 1.5px solid #e2e8e6;
                border-radius: 12px;
                padding: 13px 16px;
                width: 100%;
                font-family: "Poppins", sans-serif;
                font-size: 0.875rem;
                font-weight: 500;
                color: #1a2e28;
                transition: all 0.2s;
                outline: none;
            }

/* de styles_globais.css */
.glass {

                background: rgba(255, 255, 255, 0.04);
                border: 1px solid rgba(255, 255, 255, 0.08);
                backdrop-filter: blur(20px);
            }

/* de styles_globais.css */
.glass-card {

                background: rgba(255, 255, 255, 0.055);
                backdrop-filter: blur(28px);
                -webkit-backdrop-filter: blur(28px);
                border: 1px solid rgba(255, 255, 255, 0.1);
                box-shadow:
                    0 40px 80px rgba(0, 0, 0, 0.5),
                    inset 0 1px 0 rgba(255, 255, 255, 0.07);
            }

/* de styles_globais.css */
.glass-panel {

                background: rgba(255, 255, 255, 0.75);
                backdrop-filter: blur(20px);
                -webkit-backdrop-filter: blur(20px);
                border: 1px solid rgba(45, 90, 78, 0.12);
                box-shadow: 0 4px 24px rgba(45, 90, 78, 0.07);
            }

/* de styles_globais.css */
.input-field {

                background: rgba(255, 255, 255, 0.9);
                border: 1px solid rgba(45, 90, 78, 0.1);
                transition: all 0.3s ease;
            }

/* de styles_globais.css */
.input-glass {

                background: rgba(240, 245, 243, 0.7);
                border: 2px solid transparent;
                border-radius: 12px;
                padding: 12px 16px;
                width: 100%;
                font-weight: 500;
                transition: all 0.2s;
            }

/* de styles_globais.css */
.insumo-tag {

                display: flex;
                justify-content: space-between;
                align-items: center;
                background: white;
                border: 1px solid #2d5a4e20;
                border-left: 3px solid #2d5a4e;
                border-radius: 10px;
                padding: 8px 12px;
                font-size: 0.85rem;
            }

/* de styles_globais.css */
.label {

                display: block;
                font-size: 0.63rem;
                font-weight: 700;
                color: rgba(255, 255, 255, 0.38);
                text-transform: uppercase;
                letter-spacing: 0.13em;
                margin-bottom: 8px;
            }

/* de styles_globais.css */
.nav-active {

                color: #d2b48c !important;
            }

/* de styles_globais.css */
.pago {

                border-left-color: #10b981;
                background: linear-gradient(
                    135deg,
                    rgba(16, 185, 129, 0.05) 0%,
                    rgba(255, 255, 255, 0.85) 100%
                );
            }

/* de styles_globais.css */
.pago-fora {

                border-left-color: #059669;
                background: linear-gradient(
                    135deg,
                    rgba(5, 150, 105, 0.05) 0%,
                    rgba(255, 255, 255, 0.85) 100%
                );
            }

/* de styles_globais.css */
.pendente {

                border-left-color: #ef4444;
                background: linear-gradient(
                    135deg,
                    rgba(239, 68, 68, 0.05) 0%,
                    rgba(255, 255, 255, 0.85) 100%
                );
            }

/* de styles_globais.css */
.quick-add-panel {

                background: linear-gradient(135deg, #2d5a4e08, #d2b48c15);
                border: 1.5px dashed #d2b48c80;
                border-radius: 12px;
                padding: 12px;
                margin-top: 8px;
            }

/* de styles_globais.css */
.rascunho {

                border-left-color: #3b82f6;
                background: linear-gradient(
                    135deg,
                    rgba(59, 130, 246, 0.05) 0%,
                    rgba(255, 255, 255, 0.85) 100%
                );
            }

/* de styles_globais.css */
.section-label {

                    font-size: 15px;
                    font-weight: 900;
                    text-transform: uppercase;
                    color: #2D5A4E;
                    letter-spacing: 1px;
                    display: block;
                    margin-bottom: 4px;
                }

/* de styles_globais.css */
.section-title {

                font-weight: 700;
                color: #2d5a4e;
                padding-bottom: 8px;
                border-bottom: 2px solid #d2b48c;
                display: flex;
                align-items: center;
                gap: 8px;
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 0.1em;
            }

/* de styles_globais.css */
.select-glass {

                background: rgba(240, 245, 243, 0.8);
                border: 2px solid transparent;
                border-radius: 12px;
                padding: 12px 16px;
                width: 100%;
                font-weight: 500;
                transition: all 0.2s;
                appearance: none;
                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='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
                background-position: right 0.5rem center;
                background-repeat: no-repeat;
                background-size: 1.5em 1.5em;
            }

/* de styles_globais.css */
.selected-nao {

                border-color: #d2b48c;
                background: rgba(210, 180, 140, 0.12);
                box-shadow: 0 4px 14px rgba(210, 180, 140, 0.3);
            }

/* de styles_globais.css */
.show {
 display: block; }

/* de styles_globais.css */
.sidebar-link {

                display: flex;
                align-items: center;
                gap: 12px;
                padding: 10px 14px;
                border-radius: 12px;
                font-size: 13px;
                font-weight: 600;
                color: rgba(255, 255, 255, 0.55);
                transition: all 0.2s;
            }

/* de styles_globais.css */
.skeleton {

                background: linear-gradient(
                    90deg,
                    rgba(255, 255, 255, 0.3) 0%,
                    rgba(255, 255, 255, 0.6) 50%,
                    rgba(255, 255, 255, 0.3) 100%
                );
                background-size: 200% 100%;
                animation: loading 1.5s infinite;
            }

/* de styles_globais.css */
.spinner {

                width: 48px;
                height: 48px;
                border: 4px solid rgba(45, 90, 78, 0.1);
                border-top-color: #d2b48c;
                border-radius: 50%;
                animation: spin 1s linear infinite;
            }

/* de styles_globais.css */
.status-badge {

                display: inline-flex;
                align-items: center;
                gap: 6px;
                padding: 6px 12px;
                border-radius: 8px;
                font-size: 11px;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                font-family: "Inter", sans-serif;
            }

/* de styles_globais.css */
.tab-btn {

                padding: 6px 16px;
                border-radius: 8px;
                font-size: 12px;
                font-weight: 700;
                transition: all 0.2s;
                color: rgba(255, 255, 255, 0.4);
            }

/* de styles_globais.css */
.toast {

            position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%);
            background: #2D5A4E; color: white; padding: 0.6rem 1.4rem;
            border-radius: 9999px; font-size: 0.8rem; font-weight: 600;
            z-index: 200; opacity: 0; transition: opacity 0.3s;
            white-space: nowrap; box-shadow: 0 4px 16px rgba(0,0,0,0.18);
        }

/* de styles_globais.css */
.toggle-btn {

                background-color: transparent;
                color: #2d5a4e;
                padding: 0.75rem;
                border-radius: 9px;
                flex-grow: 1;
                text-align: center;
                cursor: pointer;
                transition: all 0.2s;
                border: 1px solid transparent;
                font-family: "Inter", sans-serif;
            }

