.invoicing-module__NWmFCa__wrap{width:100%;animation:.25s invoicing-module__NWmFCa__fadeIn}@keyframes invoicing-module__NWmFCa__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.invoicing-module__NWmFCa__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.invoicing-module__NWmFCa__pageTitle{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);margin:0 0 .2rem}.invoicing-module__NWmFCa__pageSubtitle{color:var(--muted-foreground);font-size:.82rem;font-family:var(--font-montserrat);margin:0;font-weight:300}.invoicing-module__NWmFCa__btnPrimary{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.06em;text-transform:uppercase;background:var(--primary);color:var(--primary-foreground);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.5rem 1.1rem;transition:opacity .15s;display:inline-flex}.invoicing-module__NWmFCa__btnPrimary:hover{opacity:.85}.invoicing-module__NWmFCa__btnPrimary:disabled{opacity:.4;cursor:not-allowed}.invoicing-module__NWmFCa__btnSecondary{font-size:.72rem;font-weight:500;font-family:var(--font-montserrat);letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--border);color:var(--foreground);cursor:pointer;white-space:nowrap;background:0 0;border-radius:10px;align-items:center;gap:.4rem;padding:.5rem 1.1rem;transition:border-color .15s;display:inline-flex}.invoicing-module__NWmFCa__btnSecondary:hover{border-color:var(--foreground)}.invoicing-module__NWmFCa__btnSecondary:disabled{opacity:.4;cursor:not-allowed}.invoicing-module__NWmFCa__btnGreen{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.06em;text-transform:uppercase;color:#fff;cursor:pointer;white-space:nowrap;background:#10b981;border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.5rem 1.1rem;transition:opacity .15s;display:inline-flex}.invoicing-module__NWmFCa__btnGreen:hover{opacity:.85}.invoicing-module__NWmFCa__btnGreen:disabled{opacity:.4;cursor:not-allowed}.invoicing-module__NWmFCa__btnBack{font-size:.78rem;font-family:var(--font-montserrat);letter-spacing:.03em;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-weight:400;transition:color .15s;display:inline-flex}.invoicing-module__NWmFCa__btnBack:hover{color:var(--foreground)}.invoicing-module__NWmFCa__btnIcon{border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--muted-foreground);background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:flex}.invoicing-module__NWmFCa__btnIcon:hover{border-color:var(--foreground);color:var(--foreground)}.invoicing-module__NWmFCa__btnIconDelete{color:#ef4444;border-color:#ef444440}.invoicing-module__NWmFCa__btnIconDelete:hover{color:#ef4444;border-color:#ef4444}.invoicing-module__NWmFCa__searchWrap{margin-bottom:1.25rem;position:relative}.invoicing-module__NWmFCa__searchIcon{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.invoicing-module__NWmFCa__searchInput{border:1px solid var(--border);background:var(--input);width:100%;color:var(--foreground);font-size:.88rem;font-family:var(--font-montserrat);box-sizing:border-box;border-radius:10px;padding:.65rem .75rem .65rem 2.25rem}.invoicing-module__NWmFCa__searchInput::placeholder{color:var(--muted-foreground)}.invoicing-module__NWmFCa__searchInput:focus{border-color:var(--foreground);outline:none}.invoicing-module__NWmFCa__emptyState{text-align:center;color:var(--muted-foreground);padding:3.5rem 2rem}.invoicing-module__NWmFCa__emptyIcon{opacity:.4;margin:0 auto 1rem}.invoicing-module__NWmFCa__emptyText{font-size:.85rem;font-family:var(--font-montserrat);font-weight:300}.invoicing-module__NWmFCa__invoiceList{border:none;gap:0;display:grid}.invoicing-module__NWmFCa__invoiceRow{background:var(--card);border-bottom:1px solid color-mix(in srgb,var(--border)55%,transparent);flex-wrap:wrap;align-items:center;gap:1rem;padding:.95rem 1rem;transition:background .15s;display:flex}.invoicing-module__NWmFCa__invoiceRow:last-child{border-bottom:none}.invoicing-module__NWmFCa__invoiceRow:hover{background:var(--secondary)}.invoicing-module__NWmFCa__invoiceRowLeft{flex:1;min-width:0}.invoicing-module__NWmFCa__invoiceNumber{font-size:.82rem;font-weight:500;font-family:var(--font-montserrat);color:var(--foreground);margin-bottom:.15rem}.invoicing-module__NWmFCa__invoiceCustomer{color:var(--muted-foreground);font-size:.78rem;font-family:var(--font-montserrat);white-space:nowrap;text-overflow:ellipsis;font-weight:300;overflow:hidden}.invoicing-module__NWmFCa__invoiceDate{color:var(--muted-foreground);font-size:.75rem;font-family:var(--font-montserrat);white-space:nowrap;font-weight:300}.invoicing-module__NWmFCa__invoiceAmount{font-size:.92rem;font-weight:500;font-family:var(--font-montserrat);font-variant-numeric:tabular-nums;color:var(--foreground);white-space:nowrap}.invoicing-module__NWmFCa__statusBadge{font-size:.65rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:10px;flex-shrink:0;padding:.15rem .5rem}.invoicing-module__NWmFCa__invoiceRowActions{flex-shrink:0;gap:.3rem;display:flex}.invoicing-module__NWmFCa__customerList{border:none;gap:0;display:grid}.invoicing-module__NWmFCa__customerRow{background:var(--card);border-bottom:1px solid color-mix(in srgb,var(--border)55%,transparent);flex-wrap:wrap;align-items:center;gap:1rem;padding:.95rem 1rem;transition:background .15s;display:flex}.invoicing-module__NWmFCa__customerRow:last-child{border-bottom:none}.invoicing-module__NWmFCa__customerRow:hover{background:var(--secondary)}.invoicing-module__NWmFCa__customerInfo{flex:1;min-width:0}.invoicing-module__NWmFCa__customerName{font-size:.88rem;font-weight:500;font-family:var(--font-montserrat);color:var(--foreground);margin-bottom:.15rem}.invoicing-module__NWmFCa__customerOrg{font-size:.7rem;font-family:var(--font-montserrat);color:var(--muted-foreground);background:var(--secondary);border:1px solid var(--border);border-radius:10px;margin-bottom:.35rem;padding:.1rem .45rem;font-weight:400;display:inline-block}.invoicing-module__NWmFCa__customerDetails{flex-wrap:wrap;gap:.75rem;display:flex}.invoicing-module__NWmFCa__customerDetail{color:var(--muted-foreground);font-size:.75rem;font-family:var(--font-montserrat);align-items:center;gap:4px;font-weight:300;display:flex}.invoicing-module__NWmFCa__customerActions{flex-shrink:0;gap:.3rem;display:flex}.invoicing-module__NWmFCa__modalOverlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.invoicing-module__NWmFCa__modalBox{background:var(--card);border-top:1px solid var(--border);width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.invoicing-module__NWmFCa__modalHeader{border-bottom:1px solid var(--border);background:var(--card);z-index:1;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.invoicing-module__NWmFCa__modalTitle{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);margin:0}.invoicing-module__NWmFCa__modalBody{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.invoicing-module__NWmFCa__modalFooter{border-top:1px solid var(--border);background:var(--card);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex;position:sticky;bottom:0}.invoicing-module__NWmFCa__formGroup{flex-direction:column;display:flex}.invoicing-module__NWmFCa__formLabel{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.4rem;display:block}.invoicing-module__NWmFCa__formInput{border:1px solid var(--border);background:var(--input);width:100%;color:var(--foreground);font-size:.88rem;font-family:var(--font-montserrat);box-sizing:border-box;border-radius:10px;padding:.65rem .75rem}.invoicing-module__NWmFCa__formInput:focus{border-color:var(--foreground);outline:none}.invoicing-module__NWmFCa__formGrid2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.invoicing-module__NWmFCa__formGrid3{grid-template-columns:120px 1fr;gap:1rem;display:grid}.invoicing-module__NWmFCa__formGridAuto{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.invoicing-module__NWmFCa__successMsg{font-size:.82rem;font-family:var(--font-montserrat);color:#10b981;font-weight:500}.invoicing-module__NWmFCa__settingsForm{flex-direction:column;gap:3rem;display:flex}.invoicing-module__NWmFCa__settingsSection{background:0 0}.invoicing-module__NWmFCa__settingsSectionTitle{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.invoicing-module__NWmFCa__settingsSaveRow{justify-content:flex-end;align-items:center;gap:1rem;padding-top:.5rem;display:flex}.invoicing-module__NWmFCa__pdfPreview{border:1px solid color-mix(in srgb,var(--border)65%,transparent);background:color-mix(in srgb,var(--foreground)4%,var(--background));border-radius:16px;margin-bottom:1.75rem;overflow:hidden}.invoicing-module__NWmFCa__pdfPreviewStage{position:relative}.invoicing-module__NWmFCa__pdfPreviewFrame{background:0 0;border:0;width:100%;height:min(72vh,820px);display:block}.invoicing-module__NWmFCa__pdfPreviewMessage,.invoicing-module__NWmFCa__pdfPreviewOverlay{font-family:var(--font-montserrat);color:var(--muted-foreground);justify-content:center;align-items:center;gap:.5rem;margin:0;padding:1.5rem 1rem;font-size:.82rem;font-weight:300;display:flex}.invoicing-module__NWmFCa__pdfPreviewOverlay{background:color-mix(in srgb,var(--background)80%,transparent);position:absolute;inset:0}.invoicing-module__NWmFCa__pdfPreviewBar{justify-content:flex-end;padding:.7rem .85rem;display:flex}.invoicing-module__NWmFCa__pdfPreviewLink{color:var(--muted-foreground);font-family:var(--font-montserrat);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.35rem;font-size:.68rem;font-weight:600;text-decoration:none;display:inline-flex}.invoicing-module__NWmFCa__pdfPreviewLink:hover{color:var(--foreground)}@media (max-width:640px){.invoicing-module__NWmFCa__pdfPreviewFrame{height:55vh}}.invoicing-module__NWmFCa__editorToolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.75rem;display:flex}.invoicing-module__NWmFCa__editorToolbarActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.invoicing-module__NWmFCa__editorGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.invoicing-module__NWmFCa__editorCard{border:1px solid color-mix(in srgb,var(--border)65%,transparent);background:var(--card);border-radius:16px;padding:1.35rem}.invoicing-module__NWmFCa__editorCardTitle{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.invoicing-module__NWmFCa__itemsCard{border:1px solid color-mix(in srgb,var(--border)65%,transparent);background:var(--card);border-radius:16px;margin-bottom:1.5rem;overflow:hidden}.invoicing-module__NWmFCa__itemsCardHeader{border-bottom:1px solid color-mix(in srgb,var(--border)55%,transparent);font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);padding:.85rem 1.25rem}.invoicing-module__NWmFCa__itemsTable{border-collapse:collapse;width:100%;min-width:560px}.invoicing-module__NWmFCa__itemsTableHead th{font-size:.65rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);text-align:left;border-bottom:1px solid color-mix(in srgb,var(--border)55%,transparent);background:var(--secondary);padding:.6rem .75rem}.invoicing-module__NWmFCa__itemsTableHead th:last-child{text-align:right;width:36px}.invoicing-module__NWmFCa__itemsTableHead th.invoicing-module__NWmFCa__right{text-align:right}.invoicing-module__NWmFCa__itemsTableRow td{border-bottom:1px solid color-mix(in srgb,var(--border)45%,transparent);vertical-align:middle;padding:.5rem .75rem}.invoicing-module__NWmFCa__itemsTableRow:last-child td{border-bottom:none}.invoicing-module__NWmFCa__inputTransparent{width:100%;color:var(--foreground);font-size:.88rem;font-family:var(--font-montserrat);box-sizing:border-box;background:0 0;border:1px solid #0000;border-radius:10px;padding:.35rem .4rem}.invoicing-module__NWmFCa__inputTransparent:hover,.invoicing-module__NWmFCa__inputTransparent:focus{border-color:var(--border);background:var(--input);outline:none}.invoicing-module__NWmFCa__itemAmount{text-align:right;font-size:.88rem;font-weight:500;font-family:var(--font-montserrat);font-variant-numeric:tabular-nums;color:var(--foreground);white-space:nowrap}.invoicing-module__NWmFCa__itemsTableOverflow{overflow-x:auto}.invoicing-module__NWmFCa__addRowWrap{border-top:1px solid var(--border);padding:.75rem 1.25rem}.invoicing-module__NWmFCa__editorBottom{flex-wrap:wrap-reverse;align-items:flex-start;gap:1.5rem;display:flex}.invoicing-module__NWmFCa__editorNotesCard{border:1px solid color-mix(in srgb,var(--border)65%,transparent);background:var(--card);border-radius:16px;flex:2;min-width:240px;padding:1.35rem}.invoicing-module__NWmFCa__editorTotalsCard{border:1px solid color-mix(in srgb,var(--border)65%,transparent);background:var(--card);border-radius:16px;flex:1;min-width:260px;padding:1.35rem}.invoicing-module__NWmFCa__totalsRow{border-bottom:1px solid color-mix(in srgb,var(--border)55%,transparent);font-size:.85rem;font-family:var(--font-montserrat);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.invoicing-module__NWmFCa__totalsRow:last-child{border-bottom:none}.invoicing-module__NWmFCa__totalsLabel{color:var(--muted-foreground);font-weight:300}.invoicing-module__NWmFCa__totalsValue{font-variant-numeric:tabular-nums;color:var(--foreground);font-weight:500}.invoicing-module__NWmFCa__totalsFinalRow{border-top:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-top:.25rem;padding-top:.75rem;display:flex}.invoicing-module__NWmFCa__totalsFinalLabel{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.07em;text-transform:uppercase;color:var(--foreground)}.invoicing-module__NWmFCa__totalsFinalValue{font-size:1.5rem;font-weight:200;font-family:var(--font-montserrat);font-variant-numeric:tabular-nums;color:var(--foreground)}
.horse-module__iz475q__pageWrap{padding:2rem 0}.horse-module__iz475q__innerPad{box-sizing:border-box;min-width:0;max-width:100%;padding:0 1.25rem}.horse-module__iz475q__backBtn{cursor:pointer;color:var(--muted-foreground);font-size:.9rem;font-family:var(--font-montserrat);letter-spacing:.02em;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;transition:color .2s;display:flex}.horse-module__iz475q__backBtn:hover{color:var(--foreground)}.horse-module__iz475q__profileWrapper{margin-bottom:0;padding:2rem 0 0}.horse-module__iz475q__profileHeader{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}@media (min-width:768px){.horse-module__iz475q__profileHeader{flex-direction:row;align-items:flex-start;gap:1.75rem}}.horse-module__iz475q__profileImageContainer{flex-shrink:0;width:88px;height:88px;position:relative}.horse-module__iz475q__profileImageInner{background:color-mix(in srgb,var(--foreground)4%,var(--background));border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.horse-module__iz475q__profileImageInner img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.horse-module__iz475q__profileMain{flex:1;width:100%;min-width:0}.horse-module__iz475q__profileTopRow{flex-direction:column;gap:1.25rem;margin-bottom:.75rem;display:flex}@media (min-width:900px){.horse-module__iz475q__profileTopRow{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem}}.horse-module__iz475q__profileIdentity{min-width:0}.horse-module__iz475q__horseName{letter-spacing:.05em;text-transform:uppercase;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:200;line-height:1.08;font-family:var(--font-montserrat);margin:0}.horse-module__iz475q__metaLine{letter-spacing:.06em;font-size:.78rem;font-weight:400;font-family:var(--font-montserrat);color:var(--muted-foreground);margin:.45rem 0 0;line-height:1.5}.horse-module__iz475q__description{color:var(--muted-foreground);font-size:.92rem;font-family:var(--font-montserrat);letter-spacing:.02em;max-width:42rem;margin:0;font-weight:300;line-height:1.65}.horse-module__iz475q__actionRow{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.45rem;display:flex}.horse-module__iz475q__btnGhost{font-size:.62rem;font-weight:700;font-family:var(--font-montserrat);letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;white-space:nowrap;background:0 0;border-radius:10px;align-items:center;gap:.35rem;padding:.5rem .85rem;transition:color .15s,border-color .15s;display:inline-flex}.horse-module__iz475q__btnGhost:hover{color:var(--foreground);border-color:color-mix(in srgb,var(--foreground)25%,var(--border))}.horse-module__iz475q__btnPrimaryCompact{font-size:.62rem;font-weight:700;font-family:var(--font-montserrat);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;height:auto;min-height:auto;padding:.5rem .95rem;display:inline-flex}.horse-module__iz475q__teamModalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.horse-module__iz475q__teamModalBox{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;width:min(100%,500px);min-width:0;max-width:500px;max-height:90vh;animation:.25s ease-out horse-module__iz475q__teamModalSlideUp;display:flex;overflow:hidden;box-shadow:0 24px 48px #0000002e}@keyframes horse-module__iz475q__teamModalSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.horse-module__iz475q__teamModalHero{flex-shrink:0;height:clamp(220px,58vw,280px);position:relative;overflow:hidden}.horse-module__iz475q__teamModalHeroImg{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 42%;object-position:50% 42%}.horse-module__iz475q__teamModalHeroScrim{pointer-events:none;background:linear-gradient(#0000000a 0%,#0000000f 45%,#00000094 100%);position:absolute;inset:0}.horse-module__iz475q__teamModalCloseBtn{z-index:2;cursor:pointer;color:#171717;background:#ffffffeb;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,transform .15s;display:flex;position:absolute;top:.65rem;right:.65rem;box-shadow:0 2px 8px #0000001f}.horse-module__iz475q__teamModalCloseBtn:hover{background:#fff;transform:scale(1.04)}.horse-module__iz475q__teamModalHeroText{z-index:1;padding:.85rem 1.35rem 1.1rem;position:absolute;bottom:0;left:0;right:0}.horse-module__iz475q__teamModalTitleHero{font-family:var(--font-montserrat);letter-spacing:.1em;text-transform:uppercase;color:#fff;text-shadow:0 1px 4px #00000059;margin:0 0 .2rem;font-size:.68rem;font-weight:700}.horse-module__iz475q__teamModalSubtitleHero{font-family:var(--font-montserrat);color:#ffffffe6;text-shadow:0 1px 3px #0000004d;max-width:36ch;margin:0;font-size:.74rem;font-weight:400;line-height:1.45}.horse-module__iz475q__teamModalBody{min-width:0;padding:1rem 1.35rem 1.35rem;overflow-y:auto}@media (min-width:480px){.horse-module__iz475q__teamModalHero{height:280px}.horse-module__iz475q__teamModalHeroImg{-o-object-position:50% 40%;object-position:50% 40%}}.horse-module__iz475q__teamMemberList{flex-direction:column;gap:.55rem;margin-bottom:1.25rem;display:flex}.horse-module__iz475q__teamMemberCard{background:color-mix(in srgb,var(--primary)6%,var(--card));border:1px solid color-mix(in srgb,var(--primary)18%,var(--border));border-radius:10px;justify-content:space-between;align-items:center;gap:.65rem;padding:.7rem .75rem;display:flex}.horse-module__iz475q__teamMemberMain{flex:1;align-items:center;gap:.65rem;min-width:0;display:flex}.horse-module__iz475q__teamMemberAvatar{background:color-mix(in srgb,var(--primary)12%,var(--secondary));border:1px solid color-mix(in srgb,var(--primary)22%,var(--border));width:38px;height:38px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.horse-module__iz475q__teamMemberInfo{flex:1;min-width:0}.horse-module__iz475q__teamMemberEmail{font-family:var(--font-montserrat);color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;overflow:hidden}.horse-module__iz475q__teamMemberRole{font-family:var(--font-montserrat);letter-spacing:.06em;text-transform:uppercase;color:var(--primary);background:color-mix(in srgb,var(--primary)10%,var(--card));border:1px solid color-mix(in srgb,var(--primary)20%,var(--border));border-radius:10px;margin-top:.15rem;padding:2px 7px;font-size:.58rem;font-weight:700;display:inline-block}.horse-module__iz475q__teamMemberRemoveBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:1px solid #0000;border-radius:8px;flex-shrink:0;padding:.45rem;transition:color .15s,background .15s,border-color .15s}.horse-module__iz475q__teamMemberRemoveBtn:hover{color:#ef4444;background:#ef444414;border-color:#ef444433}.horse-module__iz475q__teamEmpty{text-align:center;font-family:var(--font-montserrat);color:var(--muted-foreground);border:1px dashed color-mix(in srgb,var(--primary)30%,var(--border));background:color-mix(in srgb,var(--primary)4%,transparent);border-radius:10px;margin-bottom:1rem;padding:1.5rem .5rem;font-size:.82rem;font-style:italic;font-weight:300}.horse-module__iz475q__teamInviteSection{border-top:1px solid color-mix(in srgb,var(--primary)16%,var(--border));padding-top:.25rem}.horse-module__iz475q__teamInviteTitle{font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);margin:0 0 .65rem;font-size:.62rem;font-weight:700}.horse-module__iz475q__teamInviteForm{flex-direction:column;gap:.65rem;display:flex}.horse-module__iz475q__teamInviteInput{box-sizing:border-box;border:1px solid var(--border);background:var(--input);width:100%;min-width:0;max-width:100%;color:var(--foreground);font-family:var(--font-montserrat);border-radius:8px;outline:none;padding:.65rem .75rem .65rem 2rem;font-size:16px;display:block}.horse-module__iz475q__teamInviteInput:focus{border-color:var(--foreground)}.horse-module__iz475q__teamInviteInputWrap{min-width:0;position:relative}.horse-module__iz475q__teamInviteInputIcon{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:.6rem;transform:translateY(-50%)}.horse-module__iz475q__teamInviteBtn{border:1px solid var(--foreground);background:var(--foreground);width:100%;color:var(--background);font-family:var(--font-montserrat);letter-spacing:.01em;text-transform:none;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;padding:.7rem;font-size:.82rem;font-weight:600;transition:opacity .15s;display:flex}.horse-module__iz475q__teamInviteBtn:hover:not(:disabled){opacity:.88}.horse-module__iz475q__teamInviteBtn:disabled{opacity:.5;cursor:not-allowed}.horse-module__iz475q__teamMessageSuccess{font-family:var(--font-montserrat);color:var(--foreground);margin-top:.65rem;font-size:.75rem}.horse-module__iz475q__teamMessageError{font-family:var(--font-montserrat);color:#ef4444;margin-top:.65rem;font-size:.75rem}.horse-module__iz475q__teamInviteHint{font-family:var(--font-montserrat);color:var(--muted-foreground);margin:.65rem 0 0;font-size:.7rem;font-weight:300;line-height:1.45}.horse-module__iz475q__teamLoading{color:var(--muted-foreground);justify-content:center;padding:2rem 0;display:flex}.horse-module__iz475q__tabsWrapper{border-top:1px solid var(--border);border-bottom:1px solid var(--border);scrollbar-width:none;margin-top:2rem;margin-bottom:2.5rem;scroll-margin-top:90px;overflow-x:auto}.horse-module__iz475q__tabsWrapper::-webkit-scrollbar{display:none}.horse-module__iz475q__tabsContainer{white-space:nowrap;gap:.25rem;display:flex}.horse-module__iz475q__tab{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;align-items:center;padding:1rem 1.1rem .85rem;transition:color .15s;display:inline-flex}.horse-module__iz475q__tab:hover,.horse-module__iz475q__tabActive{color:var(--foreground)}.horse-module__iz475q__tabLabel{padding-bottom:.45rem;display:inline-block;position:relative}.horse-module__iz475q__tabLabel:after{content:"";background:color-mix(in srgb,var(--foreground)35%,transparent);transform-origin:0;height:1px;transition:transform .15s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.horse-module__iz475q__tab:hover .horse-module__iz475q__tabLabel:after,.horse-module__iz475q__detailsTab:hover .horse-module__iz475q__tabLabel:after{transform:scaleX(1)}.horse-module__iz475q__tabActive .horse-module__iz475q__tabLabel:after,.horse-module__iz475q__detailsTabActive .horse-module__iz475q__tabLabel:after,.horse-module__iz475q__ecoTabActive .horse-module__iz475q__tabLabel:after{background:var(--foreground);transform:scaleX(1)}@media (max-width:640px){.horse-module__iz475q__tab{padding:.85rem .75rem .7rem;font-size:.6rem}}.horse-module__iz475q__entryFormCard{background:color-mix(in srgb,var(--foreground)2.5%,transparent);border:1px solid color-mix(in srgb,var(--border)65%,transparent);box-sizing:border-box;border-radius:14px;width:100%;min-width:0;max-width:100%;margin-bottom:2rem;padding:1.25rem 1.35rem 1.35rem;animation:.2s horse-module__iz475q__fadeIn;overflow-x:clip}.horse-module__iz475q__entryForm{width:100%;min-width:0;max-width:100%}.horse-module__iz475q__formDateBlock{min-width:0;max-width:100%;margin-bottom:1.15rem}.horse-module__iz475q__entryFormTitle{font-size:1.05rem;font-weight:500;font-family:var(--font-montserrat);color:var(--foreground);letter-spacing:.01em;text-transform:none;margin:0 0 1.25rem}.horse-module__iz475q__formLabel{font-size:.82rem;font-weight:500;font-family:var(--font-montserrat);letter-spacing:0;text-transform:none;color:var(--foreground);margin-bottom:.4rem;display:block}.horse-module__iz475q__formInput,.horse-module__iz475q__formSelect{box-sizing:border-box;border:1px solid color-mix(in srgb,var(--border)80%,transparent);background:var(--input);width:100%;min-width:0;max-width:100%;color:var(--foreground);font-family:var(--font-montserrat);appearance:none;border-radius:10px;outline:none;padding:.55rem .75rem;font-size:16px;transition:border-color .15s}@media (min-width:768px){.horse-module__iz475q__formInput,.horse-module__iz475q__formSelect{font-size:.88rem}}.horse-module__iz475q__formInput:focus,.horse-module__iz475q__formSelect:focus{border-color:color-mix(in srgb,var(--foreground)30%,var(--border))}.horse-module__iz475q__formSelect{cursor:pointer;height:40px;padding:0 .75rem}.horse-module__iz475q__formInputDate,.horse-module__iz475q__formInputTime{width:100%;min-width:0;max-width:100%;display:block}@media (min-width:480px){.horse-module__iz475q__formInputDate{max-width:180px}.horse-module__iz475q__formInputTime{max-width:120px}}.horse-module__iz475q__formDateRow{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:.5rem;display:flex}.horse-module__iz475q__formCheckLabel{cursor:pointer;color:var(--foreground);font-size:.85rem;font-family:var(--font-montserrat);align-items:center;gap:.45rem;font-weight:400;display:inline-flex}.horse-module__iz475q__formActivityRow{flex-wrap:wrap;align-items:stretch;gap:.5rem;min-width:0;max-width:100%;display:flex}.horse-module__iz475q__formActivityRow .horse-module__iz475q__formSelect{flex:140px;min-width:0;max-width:100%}.horse-module__iz475q__formAddBtn{border:1px solid color-mix(in srgb,var(--foreground)18%,var(--border));background:color-mix(in srgb,var(--foreground)5%,transparent);height:40px;color:var(--foreground);font-family:var(--font-montserrat);letter-spacing:0;text-transform:none;white-space:nowrap;cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;padding:0 .85rem;font-size:.78rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.horse-module__iz475q__formAddBtn:hover{background:color-mix(in srgb,var(--foreground)9%,transparent);border-color:color-mix(in srgb,var(--foreground)28%,var(--border))}.horse-module__iz475q__formFieldStack{flex-direction:column;gap:.65rem;min-width:0;max-width:100%;display:flex}.horse-module__iz475q__formRow{flex-wrap:wrap;align-items:flex-start;gap:1.25rem 1.5rem;min-width:0;max-width:100%;margin-bottom:1rem;display:flex}.horse-module__iz475q__formCol{flex:280px;width:100%;min-width:0;max-width:100%}.horse-module__iz475q__activityTags{flex-wrap:wrap;align-items:center;gap:.4rem;min-height:28px;margin-top:.35rem;display:flex}.horse-module__iz475q__activityTag{border:1px solid color-mix(in srgb,var(--foreground)20%,var(--border));background:color-mix(in srgb,var(--foreground)7%,transparent);color:var(--foreground);font-size:.78rem;font-weight:500;font-family:var(--font-montserrat);letter-spacing:0;border-radius:999px;align-items:center;gap:.35rem;padding:.28rem .55rem .28rem .7rem;display:inline-flex}.horse-module__iz475q__activityTagRemove{background:color-mix(in srgb,var(--foreground)10%,transparent);cursor:pointer;width:18px;height:18px;color:var(--muted-foreground);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:flex}.horse-module__iz475q__activityTagRemove:hover{color:var(--foreground);background:color-mix(in srgb,var(--foreground)16%,transparent)}.horse-module__iz475q__activityTagsEmpty{color:var(--muted-foreground);font-size:.82rem;font-family:var(--font-montserrat);font-weight:300}.horse-module__iz475q__economyToggle{font-size:.85rem;font-weight:400;font-family:var(--font-montserrat);letter-spacing:0;cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;align-items:center;gap:.45rem;margin-top:.35rem;padding:0;transition:color .15s;display:flex}.horse-module__iz475q__economyToggleActive{color:var(--foreground)}.horse-module__iz475q__economyCheckbox{border:1.5px solid color-mix(in srgb,var(--foreground)35%,var(--border));border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:background .15s,border-color .15s;display:flex}.horse-module__iz475q__economyCheckboxActive{background:var(--foreground);border-color:var(--foreground);color:var(--background)}.horse-module__iz475q__economyFields{border-left:1px solid color-mix(in srgb,var(--border)80%,transparent);margin-top:.65rem;padding:.85rem 0 0 .85rem}.horse-module__iz475q__costTypeRow{gap:.5rem;margin-bottom:.5rem;display:flex}.horse-module__iz475q__btnCostType{font-size:.78rem;font-weight:500;font-family:var(--font-montserrat);letter-spacing:0;text-transform:none;border:1px solid color-mix(in srgb,var(--border)80%,transparent);color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:999px;flex:1;padding:.45rem .5rem;transition:background .15s,color .15s,border-color .15s}.horse-module__iz475q__btnCostTypeExpense{color:#b91c1c;border-color:color-mix(in srgb,#ef4444 28%,var(--border));background:#ef44441a}.horse-module__iz475q__btnCostTypeIncome{background:color-mix(in srgb,var(--foreground)8%,transparent);color:var(--foreground);border-color:color-mix(in srgb,var(--foreground)22%,var(--border))}.horse-module__iz475q__costInputWrap{position:relative}.horse-module__iz475q__costInputWrap .horse-module__iz475q__formInput{padding-right:2.25rem}.horse-module__iz475q__costSuffix{color:var(--muted-foreground);font-size:.88rem;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.horse-module__iz475q__gpxBox{background:color-mix(in srgb,var(--foreground)3%,transparent);border:1px solid color-mix(in srgb,var(--border)65%,transparent);box-sizing:border-box;border-radius:16px;min-width:0;max-width:100%;margin-top:.75rem;padding:.85rem;overflow:hidden}.horse-module__iz475q__gpxBoxLabel{font-size:.82rem;font-weight:500;font-family:var(--font-montserrat);letter-spacing:0;text-transform:none;color:var(--foreground);justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.horse-module__iz475q__gpxOk{color:var(--muted-foreground);font-size:.78rem;font-weight:400}.horse-module__iz475q__gpxFileInput{box-sizing:border-box;width:100%;min-width:0;max-width:100%;font-size:.82rem;font-family:var(--font-montserrat);display:block}.horse-module__iz475q__gpxProcessing{color:var(--muted-foreground);margin-top:.35rem;font-size:.8rem;display:block}.horse-module__iz475q__gpxStats{color:var(--muted-foreground);gap:1rem;margin-top:.5rem;font-size:.8rem;display:flex}.horse-module__iz475q__imageRow{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.horse-module__iz475q__imageThumb{border:1px solid var(--border);background:var(--secondary);border-radius:10px;width:80px;height:80px;position:relative;overflow:hidden}.horse-module__iz475q__imageThumb img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.horse-module__iz475q__imageRemoveBtn{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:2px;right:2px}.horse-module__iz475q__imageAddLabel{border:1px dashed color-mix(in srgb,var(--border)80%,transparent);cursor:pointer;background:color-mix(in srgb,var(--foreground)3%,transparent);width:80px;height:80px;color:var(--muted-foreground);font-size:.62rem;font-family:var(--font-montserrat);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-weight:500;transition:border-color .15s,color .15s;display:flex}.horse-module__iz475q__imageAddLabel:hover{border-color:color-mix(in srgb,var(--foreground)25%,var(--border));color:var(--foreground)}.horse-module__iz475q__formSubmitBtn{background:var(--foreground);width:100%;color:var(--background);font-family:var(--font-montserrat);letter-spacing:.01em;text-transform:none;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;padding:.65rem 1rem;font-size:.82rem;font-weight:600;transition:opacity .15s;display:inline-flex}.horse-module__iz475q__formSubmitBtn:hover:not(:disabled){opacity:.88}.horse-module__iz475q__formSubmitBtn:disabled{opacity:.55;cursor:not-allowed}@media (max-width:640px){.horse-module__iz475q__entryFormCard{padding:1rem 1rem 1.15rem}.horse-module__iz475q__formActivityRow{flex-direction:column}.horse-module__iz475q__formActivityRow .horse-module__iz475q__formSelect{flex:auto;width:100%}.horse-module__iz475q__formAddBtn{width:100%}.horse-module__iz475q__economyFields{padding-left:.65rem}}.horse-module__iz475q__yearHeader{letter-spacing:.12em;text-transform:uppercase;font-size:.62rem;font-weight:700;font-family:var(--font-montserrat);color:var(--muted-foreground);border-bottom:1px solid var(--border);width:fit-content;min-width:3rem;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.45rem}.horse-module__iz475q__emptyState{text-align:center;color:var(--muted-foreground);font-family:var(--font-montserrat);padding:3rem;font-size:.9rem}.horse-module__iz475q__logFilterRow{scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.horse-module__iz475q__logFilterRow::-webkit-scrollbar{display:none}.horse-module__iz475q__logFilterChip{border:1px solid var(--border);color:var(--muted-foreground);font-family:var(--font-montserrat);letter-spacing:0;cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;flex:none;padding:.35rem .8rem;font-size:.78rem;font-weight:500;transition:color .15s,border-color .15s,background .15s}.horse-module__iz475q__logFilterChip:hover{color:var(--foreground);border-color:color-mix(in srgb,var(--foreground)30%,var(--border))}.horse-module__iz475q__logFilterChipActive{background:color-mix(in srgb,var(--foreground)8%,transparent);border-color:color-mix(in srgb,var(--foreground)25%,var(--border));color:var(--foreground);font-weight:600}.horse-module__iz475q__ecoScopeNote{font-family:var(--font-montserrat);color:var(--muted-foreground);background:color-mix(in srgb,var(--foreground)4%,transparent);border:none;border-radius:14px;margin:0 0 1.75rem;padding:.8rem 1rem;font-size:.82rem;font-weight:300;line-height:1.5}.horse-module__iz475q__ecoScopeLink{color:var(--foreground);text-underline-offset:2px;text-decoration:underline}.horse-module__iz475q__ecoTabsWrapper{border-bottom:1px solid var(--finance-border-subtle,var(--border));scrollbar-width:none;white-space:nowrap;margin-bottom:1.5rem;scroll-margin-top:90px;display:flex;overflow-x:auto}.horse-module__iz475q__ecoTabsWrapper::-webkit-scrollbar{display:none}.horse-module__iz475q__ecoTab{font-size:.65rem;font-weight:600;font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;padding:.85rem 1rem .7rem;transition:color .15s;display:inline-flex}.horse-module__iz475q__ecoTab:hover,.horse-module__iz475q__ecoTabActive{color:var(--foreground)}@media (max-width:640px){.horse-module__iz475q__ecoTab{padding:.75rem .7rem .6rem;font-size:.58rem}}.horse-module__iz475q__dashHero{isolation:isolate;border-radius:18px;align-items:flex-end;width:100%;height:200px;margin-bottom:1.25rem;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.horse-module__iz475q__dashHero{height:250px}}.horse-module__iz475q__dashHeroMedia{z-index:-2;background:var(--muted,var(--card));position:absolute;inset:0}.horse-module__iz475q__dashHeroImgLight,.horse-module__iz475q__dashHeroImgDark{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform-origin:50%;transition:opacity .4s,transform .6s ease-out;transform:scale(1.02)}.horse-module__iz475q__dashHeroImgDark{opacity:0}.dark .horse-module__iz475q__dashHeroImgLight{opacity:0}.dark .horse-module__iz475q__dashHeroImgDark{opacity:1}@media (min-width:769px) and (hover:hover){.horse-module__iz475q__dashHero:hover .horse-module__iz475q__dashHeroImgLight,.horse-module__iz475q__dashHero:hover .horse-module__iz475q__dashHeroImgDark{transition:opacity .4s,transform 18s cubic-bezier(.2,.65,.35,1);transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.horse-module__iz475q__dashHeroImgLight,.horse-module__iz475q__dashHeroImgDark{transition:opacity .4s!important;transform:none!important}}.horse-module__iz475q__dashHeroScrim{z-index:-1;background:linear-gradient(#00000029 0%,#0000000f 28%,#00000061 60%,#000000c7 100%);position:absolute;inset:0}.horse-module__iz475q__dashHeroContent{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;width:100%;padding:1.5rem;display:flex;position:relative}.horse-module__iz475q__dashHeroText{min-width:0}.horse-module__iz475q__dashHeroTitle{font-family:var(--font-montserrat),sans-serif;letter-spacing:.05em;text-transform:uppercase;color:#fff;text-shadow:0 2px 20px #00000073;margin:0 0 .35rem;font-size:clamp(1.65rem,5vw,2.4rem);font-weight:200;line-height:1.05}.horse-module__iz475q__dashHeroSub{font-family:var(--font-montserrat),sans-serif;color:#ffffffe6;text-shadow:0 1px 12px #00000073;margin:0;font-size:.9rem;font-weight:300}.horse-module__iz475q__dashHeroBtn{color:#14110d;font-family:var(--font-montserrat),sans-serif;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#fff;border-radius:999px;flex-shrink:0;align-items:center;gap:.4rem;padding:.6rem 1.15rem;font-size:.68rem;font-weight:700;text-decoration:none;transition:transform .15s,opacity .15s;display:inline-flex;box-shadow:0 6px 20px -8px #00000080}.horse-module__iz475q__dashHeroBtn:hover{opacity:.92;transform:translateY(-1px)}.horse-module__iz475q__dashNotifyRow{justify-content:flex-end;margin-bottom:2rem;display:flex}.horse-module__iz475q__dashHeader{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}@media (min-width:768px){.horse-module__iz475q__dashHeader{text-align:left;flex-direction:row;justify-content:space-between;align-items:flex-start}}.horse-module__iz475q__dashTitle{letter-spacing:.04em;text-transform:uppercase;font-size:clamp(1.75rem,6vw,2.5rem);font-weight:200;line-height:1.1;font-family:var(--font-montserrat);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.2rem;display:flex}@media (min-width:768px){.horse-module__iz475q__dashTitle{justify-content:flex-start}}.horse-module__iz475q__dashSubtitle{color:var(--muted-foreground);letter-spacing:.02em;font-size:.95rem;font-weight:400;font-family:var(--font-montserrat);margin:0}.horse-module__iz475q__premiumBadge{color:var(--muted-foreground);border:1px solid var(--border);text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;font-weight:500;font-family:var(--font-montserrat);background:0 0;border-radius:10px;align-items:center;gap:4px;padding:4px 10px;display:inline-flex}.horse-module__iz475q__dashActions{flex-direction:row;align-items:center;gap:8px;width:100%;display:flex}.horse-module__iz475q__dashActions>a{flex:1;justify-content:center}@media (min-width:768px){.horse-module__iz475q__dashActions{justify-content:flex-end;width:auto}.horse-module__iz475q__dashActions>a{flex:none}}.horse-module__iz475q__btnSchema{white-space:nowrap;color:var(--foreground);border:1px solid var(--border);font-weight:400;font-family:var(--font-montserrat);letter-spacing:.04em;background:0 0;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;text-decoration:none;transition:border-color .2s;display:flex}.horse-module__iz475q__btnSchema:hover{border-color:color-mix(in srgb,var(--foreground)35%,var(--border))}.horse-module__iz475q__notifyBadge{color:var(--muted-foreground);font-size:.75rem;font-family:var(--font-montserrat);background:color-mix(in srgb,var(--foreground)7%,transparent);border:1px solid var(--border);border-radius:10px;align-items:center;gap:4px;padding:4px 10px;font-weight:400;text-decoration:none;animation:2s infinite horse-module__iz475q__subtleBounce;display:flex}.horse-module__iz475q__btnPrimary{background:var(--foreground);color:var(--background);border:1px solid var(--foreground);font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;cursor:pointer;border-radius:10px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.68rem;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-flex}.horse-module__iz475q__btnPrimary:hover{opacity:.85}.horse-module__iz475q__btnPrimaryLarge{padding:.65rem 1.25rem}.horse-module__iz475q__sectionLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);font-size:.8rem;font-weight:500;font-family:var(--font-montserrat);margin-bottom:1.25rem}.horse-module__iz475q__scheduleHero{color:inherit;border:1px solid var(--border);background:linear-gradient(135deg,color-mix(in srgb,var(--foreground)4%,transparent)0%,transparent 45%),var(--card);border-radius:18px;margin-bottom:2.5rem;padding:1.35rem 1.5rem;text-decoration:none;transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .3s,box-shadow .3s;display:block;position:relative;overflow:hidden}.horse-module__iz475q__scheduleHero:hover{border-color:color-mix(in srgb,var(--foreground)30%,var(--border));transform:translateY(-3px);box-shadow:0 18px 40px -18px #00000047,0 3px 10px -4px #0000001a}.horse-module__iz475q__scheduleHero:hover .horse-module__iz475q__horseArrow{opacity:1;transform:translate(4px)}.horse-module__iz475q__scheduleHeroGlow{background:radial-gradient(closest-side,color-mix(in srgb,var(--foreground)8%,transparent),transparent 70%);opacity:0;pointer-events:none;width:60%;height:200%;transition:opacity .4s,transform .4s;position:absolute;top:-60%;right:-20%;transform:scale(.9)}.horse-module__iz475q__scheduleHero:hover .horse-module__iz475q__scheduleHeroGlow{opacity:1;transform:scale(1)}.horse-module__iz475q__scheduleHeroHeader{z-index:1;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex;position:relative}.horse-module__iz475q__scheduleHeroHeading{min-width:0}.horse-module__iz475q__scheduleHeroLabel{font-family:var(--font-montserrat);letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground);align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.62rem;font-weight:700;display:inline-flex}.horse-module__iz475q__scheduleHeroTitle{font-family:var(--font-montserrat);letter-spacing:.03em;text-transform:uppercase;color:var(--foreground);margin:0 0 .25rem;font-size:clamp(1.15rem,3vw,1.4rem);font-weight:200;line-height:1.1}.horse-module__iz475q__scheduleHeroSub{font-family:var(--font-montserrat);color:var(--muted-foreground);margin:0;font-size:.78rem;font-weight:300}.horse-module__iz475q__scheduleHeroCta{font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);flex-shrink:0;align-items:center;gap:.4rem;font-size:.66rem;font-weight:700;display:inline-flex}.horse-module__iz475q__scheduleHeroStrip{z-index:1;grid-template-columns:repeat(7,1fr);gap:.4rem;margin-top:1.15rem;display:grid;position:relative}.horse-module__iz475q__scheduleDay{background:color-mix(in srgb,var(--foreground)3%,transparent);border:1px solid #0000;border-radius:16px;flex-direction:column;align-items:center;gap:.3rem;padding:.55rem .25rem .5rem;transition:background .2s,border-color .2s;display:flex}.horse-module__iz475q__scheduleHero:hover .horse-module__iz475q__scheduleDay{background:color-mix(in srgb,var(--foreground)5%,transparent)}.horse-module__iz475q__scheduleDayToday{border-color:color-mix(in srgb,var(--foreground)45%,var(--border));background:color-mix(in srgb,var(--foreground)9%,transparent)}.horse-module__iz475q__scheduleDayName{font-family:var(--font-montserrat);letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);font-size:.58rem;font-weight:600}.horse-module__iz475q__scheduleDayToday .horse-module__iz475q__scheduleDayName{color:var(--foreground)}.horse-module__iz475q__scheduleDayNum{font-family:var(--font-montserrat);color:var(--foreground);font-size:.95rem;font-weight:400;line-height:1}.horse-module__iz475q__scheduleDayToday .horse-module__iz475q__scheduleDayNum{font-weight:700}.horse-module__iz475q__scheduleDots{flex-wrap:wrap;justify-content:center;align-items:center;gap:3px;min-height:8px;margin-top:.15rem;display:flex}.horse-module__iz475q__scheduleDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.horse-module__iz475q__scheduleDotMore{font-family:var(--font-montserrat);color:var(--muted-foreground);font-size:.52rem;font-weight:700;line-height:1}.horse-module__iz475q__horseCard{cursor:grab;border:1px solid #0000;border-radius:16px;margin-bottom:.5rem;padding:1rem 1.25rem;transition:transform .25s cubic-bezier(.22,1,.36,1),border-color .25s,background .25s,box-shadow .25s;position:relative}.horse-module__iz475q__horseCard:hover{border-color:var(--border);background:var(--card);transform:translateY(-2px);box-shadow:0 10px 28px -12px #0000002e,0 2px 6px -2px #00000014}.horse-module__iz475q__horseCard:active{cursor:grabbing}.horse-module__iz475q__horseImage{background:var(--muted);border:2px solid #0000;border-radius:50%;flex-shrink:0;width:64px;height:64px;transition:border-color .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 0 #0000}.horse-module__iz475q__horseCard:hover .horse-module__iz475q__horseImage{border-color:var(--foreground);box-shadow:0 0 0 3px color-mix(in srgb,var(--foreground)10%,transparent)}.horse-module__iz475q__horseImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.22,1,.36,1)}.horse-module__iz475q__horseCard:hover .horse-module__iz475q__horseImage img{transform:scale(1.06)}.horse-module__iz475q__horseArrow{color:var(--foreground);opacity:.5;transition:transform .25s cubic-bezier(.22,1,.36,1),opacity .25s}.horse-module__iz475q__horseCard:hover .horse-module__iz475q__horseArrow{opacity:1;transform:translate(4px)}.horse-module__iz475q__horseImagePlaceholder{background:var(--secondary);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.horse-module__iz475q__horseName{color:var(--foreground);margin-bottom:.1rem;font-size:1.1rem;font-weight:500;line-height:1.2}.horse-module__iz475q__horseSubName{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;overflow:hidden}.horse-module__iz475q__dragHandle{color:var(--muted-foreground);cursor:grab;opacity:.4}.horse-module__iz475q__eventRow{justify-content:space-between;align-items:center;padding:.3rem 0;font-size:.88rem;transition:background .2s;display:flex}.horse-module__iz475q__eventDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.horse-module__iz475q__eventLabel{color:var(--foreground);font-weight:400}.horse-module__iz475q__eventDate{color:var(--muted-foreground);font-variant-numeric:tabular-nums;background:var(--secondary);font-size:.78rem;font-family:var(--font-montserrat);border-radius:10px;padding:2px 8px}.horse-module__iz475q__emptyHorses{text-align:center;border:1px dashed var(--border);background:var(--secondary);border-radius:10px;padding:3rem 2rem}.horse-module__iz475q__emptyHorsesIcon{background:var(--muted);border:1px solid var(--border);justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.25rem;display:flex}.horse-module__iz475q__emptyHorsesTitle{text-transform:uppercase;letter-spacing:.06em;font-size:1rem;font-weight:400;font-family:var(--font-montserrat);margin-bottom:.5rem}.horse-module__iz475q__sharedCard{background:var(--card);border:1px solid var(--border);border-top:2px solid var(--border);color:inherit;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:1rem 1.25rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.horse-module__iz475q__sharedCard:hover{border-color:var(--foreground);box-shadow:none}.horse-module__iz475q__sharedCardIcon{background:var(--secondary);border:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.horse-module__iz475q__loadingBox{background:var(--background);justify-content:center;align-items:center;height:300px;display:flex;position:relative;overflow:hidden}@keyframes horse-module__iz475q__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes horse-module__iz475q__subtleBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.horse-module__iz475q__detailsWrap{width:100%;margin-top:1.5rem}.horse-module__iz475q__detailsTabBar{border-bottom:1px solid var(--border);scrollbar-width:none;white-space:nowrap;gap:.25rem;margin-bottom:2rem;display:flex;overflow-x:auto}.horse-module__iz475q__detailsTabBar::-webkit-scrollbar{display:none}.horse-module__iz475q__detailsTab{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;align-items:center;padding:.85rem 1rem .7rem;transition:color .15s;display:inline-flex}.horse-module__iz475q__detailsTab:hover,.horse-module__iz475q__detailsTabActive{color:var(--foreground)}.horse-module__iz475q__detailsBody{gap:2rem;display:grid}.horse-module__iz475q__section{width:100%}.horse-module__iz475q__sectionTitle{font-size:.7rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.horse-module__iz475q__sectionTitleLine{display:none}.horse-module__iz475q__infoGrid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1.25rem 2rem;display:grid}.horse-module__iz475q__infoItem{flex-direction:column;padding:0;display:flex}.horse-module__iz475q__infoLabel{font-size:.68rem;font-family:var(--font-montserrat);letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);align-items:center;gap:.3rem;margin-bottom:.35rem;font-weight:400;display:flex}.horse-module__iz475q__infoValue{color:var(--foreground);font-variant-numeric:tabular-nums;font-size:.92rem;font-weight:500}.horse-module__iz475q__infoEmpty{color:var(--muted-foreground);font-weight:400}.horse-module__iz475q__descText{color:var(--muted-foreground);font-size:.92rem;line-height:1.7;font-family:var(--font-montserrat);font-weight:300}.horse-module__iz475q__cardGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.horse-module__iz475q__card{background:color-mix(in srgb,var(--foreground)3%,transparent);border:1px solid color-mix(in srgb,var(--border)70%,transparent);border-radius:16px;padding:1.25rem}.horse-module__iz475q__cardHeader{align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.horse-module__iz475q__cardIcon{display:none}.horse-module__iz475q__cardTitle{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.07em;text-transform:uppercase;color:var(--foreground)}.horse-module__iz475q__cardBody{color:var(--muted-foreground);font-size:.88rem;line-height:1.6;font-family:var(--font-montserrat);white-space:pre-wrap;font-weight:300}.horse-module__iz475q__feedBox{padding:0}.horse-module__iz475q__feedText{white-space:pre-wrap;font-family:var(--font-montserrat);color:var(--foreground);font-size:.9rem;font-weight:300;line-height:1.7}.horse-module__iz475q__feedEmpty{color:var(--muted-foreground);font-family:var(--font-montserrat);font-size:.88rem;font-weight:300}.horse-module__iz475q__teamMessage{border:1px solid color-mix(in srgb,var(--border)70%,transparent);background:color-mix(in srgb,var(--foreground)4%,transparent);border-radius:16px;align-items:flex-start;gap:.75rem;padding:1.25rem;display:flex}.horse-module__iz475q__teamMessageText{white-space:pre-wrap;font-family:var(--font-montserrat);color:var(--foreground);margin:0;font-size:.92rem;font-weight:300;line-height:1.65}.horse-module__iz475q__alertBox{border:1px solid color-mix(in srgb,#ef4444 25%,var(--border));background:#ef44440a;border-radius:16px;padding:1rem 1.25rem}.horse-module__iz475q__alertTitle{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.07em;text-transform:uppercase;color:#b91c1c;margin-bottom:.5rem}.horse-module__iz475q__alertText{color:var(--foreground);font-size:.9rem;line-height:1.6;font-family:var(--font-montserrat);font-weight:300}.horse-module__iz475q__insuranceRow{background:color-mix(in srgb,var(--foreground)3%,transparent);border:1px solid color-mix(in srgb,var(--border)70%,transparent);border-radius:16px;flex-wrap:wrap;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.horse-module__iz475q__insuranceName{color:var(--foreground);font-size:.95rem;font-weight:500}.horse-module__iz475q__insuranceType{color:var(--muted-foreground);margin-top:2px;font-size:.85rem}.horse-module__iz475q__insuranceNum{color:var(--muted-foreground);font-size:.82rem;font-family:var(--font-montserrat);margin-top:2px}.horse-module__iz475q__insuranceLinks{flex-wrap:wrap;gap:.45rem;margin-top:.5rem;display:flex}.horse-module__iz475q__insuranceLink{font-size:.78rem;font-weight:400;font-family:var(--font-montserrat);letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--border);border-radius:var(--btn-radius);color:var(--muted-foreground);background:0 0;align-items:center;gap:.3rem;margin-top:0;padding:.3rem .7rem;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.horse-module__iz475q__insuranceLink:hover{border-color:var(--foreground);color:var(--foreground)}.horse-module__iz475q__privateNotice{border:1px solid color-mix(in srgb,var(--border)70%,transparent);background:color-mix(in srgb,var(--foreground)3%,transparent);color:var(--muted-foreground);font-size:.82rem;font-family:var(--font-montserrat);letter-spacing:.02em;border-radius:16px;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;font-weight:300;display:flex}.horse-module__iz475q__contractBox{border:1px solid color-mix(in srgb,var(--border)70%,transparent);background:color-mix(in srgb,var(--foreground)3%,transparent);box-sizing:border-box;border-radius:14px;width:100%;padding:1.5rem}.horse-module__iz475q__contractHeader{align-items:flex-start;gap:.85rem;margin-bottom:1.5rem;display:flex}.horse-module__iz475q__contractIconBox{background:color-mix(in srgb,var(--foreground)7%,transparent);border:1px solid color-mix(in srgb,var(--border)70%,transparent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.horse-module__iz475q__contractTitle{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);margin:0 0 .25rem}.horse-module__iz475q__contractDesc{color:var(--muted-foreground);font-size:.82rem;line-height:1.5;font-family:var(--font-montserrat);margin:0;font-weight:300}.horse-module__iz475q__contractBtns{flex-direction:column;gap:.5rem;width:100%;display:flex}.horse-module__iz475q__contractBtn{width:100%;height:42px;font-size:.82rem;font-weight:400;font-family:var(--font-montserrat);letter-spacing:.04em;cursor:pointer;border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:10px;justify-content:center;align-items:center;gap:.5rem;transition:opacity .2s;display:flex}.horse-module__iz475q__contractBtn:hover{opacity:.8}.horse-module__iz475q__contractBtnPrimary,.horse-module__iz475q__contractBtnDark{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.horse-module__iz475q__bankidBox{border:1px solid color-mix(in srgb,var(--border)70%,transparent);background:color-mix(in srgb,var(--foreground)4%,transparent);border-radius:16px;margin-top:1rem;padding:1.25rem}.horse-module__iz475q__bankidHeader{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.horse-module__iz475q__bankidIconBox{background:var(--foreground);flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.horse-module__iz475q__bankidTitle{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.07em;text-transform:uppercase;color:var(--foreground);margin:0}.horse-module__iz475q__bankidText{color:var(--foreground);font-size:.88rem;line-height:1.65;font-family:var(--font-montserrat);font-weight:300}.horse-module__iz475q__bankidPrice{margin:.5rem 0;font-size:.82rem;font-weight:500}.horse-module__iz475q__bankidNote{color:var(--muted-foreground);margin:0;font-size:.8rem;font-weight:300}.horse-module__iz475q__successBanner{background:#0596690f;border:1px solid #0596694d;border-radius:16px;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;display:flex}.horse-module__iz475q__successTitle{font-weight:500;font-family:var(--font-montserrat);margin-bottom:.25rem;font-size:.88rem;display:block}.horse-module__iz475q__successText{color:var(--muted-foreground);font-size:.88rem;font-family:var(--font-montserrat);font-weight:300}.horse-module__iz475q__bankidLogo{-o-object-fit:contain;object-fit:contain;vertical-align:middle;width:auto;min-width:70px;height:28px;margin:0 .3rem;display:inline-block}.horse-module__iz475q__activityCard{border-bottom:1px solid var(--border);grid-template-columns:4.5rem 1fr;gap:1.25rem;padding:1.25rem 0;transition:background .15s;display:grid;position:relative}.horse-module__iz475q__activityCard:hover{background:color-mix(in srgb,var(--foreground)2%,transparent)}.horse-module__iz475q__activityCard:last-child{border-bottom:none}.horse-module__iz475q__activityDate{text-align:right;flex-direction:column;align-items:flex-end;padding-top:2px;display:flex}.horse-module__iz475q__activityDateMain{font-size:.78rem;font-weight:600;font-family:var(--font-montserrat);color:var(--foreground);font-variant-numeric:tabular-nums;letter-spacing:.02em;line-height:1.1}.horse-module__iz475q__activityDateTime{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:.65rem;font-family:var(--font-montserrat);margin-top:3px;font-weight:400}.horse-module__iz475q__activityTypeIcon{display:none}.horse-module__iz475q__activityContent{padding-right:3rem}.horse-module__iz475q__activityMeta{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.3rem;display:flex}.horse-module__iz475q__activityType{color:var(--foreground);font-size:.88rem;font-weight:500;font-family:var(--font-montserrat)}.horse-module__iz475q__activityChip{font-size:.72rem;font-weight:400;font-family:var(--font-montserrat);letter-spacing:.03em;background:color-mix(in srgb,var(--foreground)6%,transparent);color:var(--muted-foreground);border:none;border-radius:10px;padding:.15rem .5rem}.horse-module__iz475q__activityCostExpense{font-size:.72rem;font-weight:500;font-family:var(--font-montserrat);border:1px solid var(--border);background:var(--secondary);color:var(--muted-foreground);border-radius:10px;padding:.15rem .5rem}.horse-module__iz475q__activityCostIncome{font-size:.72rem;font-weight:500;font-family:var(--font-montserrat);color:#059669;background:#10b98112;border:1px solid #10b9814d;border-radius:10px;padding:.15rem .5rem}.horse-module__iz475q__badgeCompleted{font-size:.6rem;font-weight:700;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--border);background:color-mix(in srgb,var(--foreground)5%,transparent);color:var(--muted-foreground);border-radius:999px;padding:.15rem .5rem}.horse-module__iz475q__badgeEvaluate{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.06em;text-transform:uppercase;border:1px solid color-mix(in srgb,var(--foreground)20%,transparent);background:color-mix(in srgb,var(--foreground)7%,transparent);color:var(--foreground);border-radius:999px;padding:.15rem .55rem}button.horse-module__iz475q__badgeEvaluate{cursor:pointer;appearance:none;line-height:1.45;transition:background .15s,border-color .15s,color .15s}button.horse-module__iz475q__badgeEvaluate:hover{background:var(--foreground);border-color:var(--foreground);color:var(--background)}.horse-module__iz475q__badgePlanned{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--border);background:var(--secondary);color:var(--muted-foreground);border-radius:999px;padding:.15rem .55rem}.horse-module__iz475q__activityLoggedBy{color:var(--muted-foreground);font-size:.72rem;font-family:var(--font-montserrat);margin-bottom:.35rem;font-style:italic;font-weight:300}.horse-module__iz475q__activityNotes{color:var(--foreground);font-size:.88rem;line-height:1.65;font-family:var(--font-montserrat);white-space:pre-wrap;margin-bottom:.4rem;font-weight:300}.horse-module__iz475q__activityImages{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.horse-module__iz475q__activityImage{border:1px solid var(--border);flex-shrink:0;width:56px;height:56px;overflow:hidden}.horse-module__iz475q__activityImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.horse-module__iz475q__activityActions{opacity:0;gap:.3rem;transition:opacity .15s;display:flex;position:absolute;top:1rem;right:0}.horse-module__iz475q__activityCard:hover .horse-module__iz475q__activityActions{opacity:1}.horse-module__iz475q__activityActionBtn{background:var(--secondary);border:1px solid var(--border);cursor:pointer;width:30px;height:30px;color:var(--muted-foreground);border-radius:10px;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:flex}.horse-module__iz475q__activityActionBtn:hover{border-color:var(--foreground);color:var(--foreground)}.horse-module__iz475q__activityActionBtnDelete{color:#ef4444;background:0 0;border-color:#ef444440}.horse-module__iz475q__activityActionBtnDelete:hover{color:#ef4444;border-color:#ef4444}.horse-module__iz475q__healthWrap{padding:1rem 0}.horse-module__iz475q__healthHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.horse-module__iz475q__healthTitle{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);align-items:center;gap:.6rem;margin:0 0 .2rem;display:flex}.horse-module__iz475q__healthSubtitle{color:var(--muted-foreground);font-size:.82rem;font-family:var(--font-montserrat);margin:0;font-weight:300}.horse-module__iz475q__healthPremiumBadge{font-size:.6rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--foreground);color:var(--foreground);border-radius:10px;padding:2px 6px}.horse-module__iz475q__healthGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.75rem 2rem;margin-bottom:2rem;display:grid}.horse-module__iz475q__healthStatCard{background:0 0;border:none;padding:0}.horse-module__iz475q__healthStatCard:hover,.horse-module__iz475q__healthStatCardRed,.horse-module__iz475q__healthStatCardOrange,.horse-module__iz475q__healthStatCardGreen{border-top-color:#0000}.horse-module__iz475q__healthStatIcon{display:none}.horse-module__iz475q__healthStatTitle{font-size:.65rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.5rem}.horse-module__iz475q__healthStatDays{font-size:2rem;font-weight:200;font-family:var(--font-montserrat);font-variant-numeric:tabular-nums;margin-bottom:.15rem;line-height:1}.horse-module__iz475q__healthStatDaysUnit{opacity:.5;margin-left:.2rem;font-size:.82rem;font-weight:400}.horse-module__iz475q__healthStatSince{font-size:.72rem;font-family:var(--font-montserrat);color:var(--muted-foreground);font-weight:300}.horse-module__iz475q__healthStatWarning{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.05em;text-transform:uppercase;color:#ef4444;background:#ef444414;border:1px solid #ef444433;border-radius:10px;margin-top:.5rem;padding:.2rem .5rem;display:inline-block}.horse-module__iz475q__healthStatEmpty{color:var(--muted-foreground);font-size:.82rem;font-family:var(--font-montserrat);font-style:italic;font-weight:300}.horse-module__iz475q__labRow{border:none;border-top:1px solid var(--border);background:0 0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.25rem 0;display:flex}.horse-module__iz475q__labRowLeft{flex:1;min-width:180px}.horse-module__iz475q__labRowTitle{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.07em;text-transform:uppercase;color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.horse-module__iz475q__labBetaBadge{font-size:.58rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.05em;text-transform:uppercase;background:var(--foreground);color:var(--background);border-radius:10px;padding:2px 5px}.horse-module__iz475q__labRowDesc{color:var(--muted-foreground);font-size:.82rem;font-family:var(--font-montserrat);font-weight:300}.horse-module__iz475q__labRowDescAccent{color:var(--foreground);font-weight:500}.horse-module__iz475q__labRowBtn{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--foreground);color:var(--foreground);cursor:pointer;white-space:nowrap;background:0 0;border-radius:10px;align-items:center;gap:.4rem;padding:.5rem 1rem;transition:background .15s,color .15s;display:inline-flex}.horse-module__iz475q__labRowBtn:hover{background:var(--foreground);color:var(--background)}.horse-module__iz475q__aiSection{border:none;border-top:1px solid var(--border);background:var(--card);margin-bottom:2rem;padding:1.25rem 0}.horse-module__iz475q__aiHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.horse-module__iz475q__aiTitle{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.07em;text-transform:uppercase;color:var(--foreground);align-items:center;gap:.6rem;margin:0;display:flex}.horse-module__iz475q__aiIconBox{background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.horse-module__iz475q__aiTitleBadge{font-size:.58rem;font-weight:700;font-family:var(--font-montserrat);letter-spacing:.05em;text-transform:uppercase;color:#fff;background:#8b5cf6;border-radius:10px;padding:2px 6px}.horse-module__iz475q__aiBtnStart{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.05em;text-transform:uppercase;color:#8b5cf6;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #8b5cf6;border-radius:10px;flex-shrink:0;align-items:center;gap:.4rem;padding:.45rem 1rem;transition:background .15s,color .15s;display:inline-flex}.horse-module__iz475q__aiBtnStart:hover{color:#fff;background:#8b5cf6}.horse-module__iz475q__aiBtnStart:disabled{opacity:.4;cursor:not-allowed}.horse-module__iz475q__aiPlaceholder{color:var(--muted-foreground);font-size:.88rem;font-family:var(--font-montserrat);font-weight:300;line-height:1.65}.horse-module__iz475q__aiContent{color:var(--foreground);font-size:.88rem;line-height:1.7;font-family:var(--font-montserrat);font-weight:300}.horse-module__iz475q__aiUpdateRow{border-top:1px solid #8b5cf626;justify-content:flex-end;margin-top:1rem;padding-top:.75rem;display:flex}.horse-module__iz475q__aiBtnUpdate{color:#8b5cf6;cursor:pointer;font-size:.75rem;font-family:var(--font-montserrat);background:0 0;border:none;align-items:center;gap:.25rem;font-weight:500;display:inline-flex}.horse-module__iz475q__timelineSection{margin-top:.5rem}.horse-module__iz475q__timelineSectionLabel{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.horse-module__iz475q__timelineLine{background:var(--border);flex:1;height:1px}.horse-module__iz475q__timelineGoldDash{background:var(--foreground);width:16px;height:2px}.horse-module__iz475q__timelineList{border-left:2px solid var(--border);padding-left:1.75rem;position:relative}.horse-module__iz475q__timelineItem{margin-bottom:1.25rem;position:relative}.horse-module__iz475q__timelineDot{border:3px solid var(--background);border-radius:50%;width:1rem;height:1rem;position:absolute;left:-2.55rem}.horse-module__iz475q__timelineCard{border:none;border-bottom:1px solid var(--border);background:0 0;padding:.75rem 0 .75rem .5rem}.horse-module__iz475q__timelineCardTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.4rem;margin-bottom:.3rem;display:flex}.horse-module__iz475q__timelineDate{font-size:.75rem;font-family:var(--font-montserrat);color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-weight:400}.horse-module__iz475q__timelineTypeBadge{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.04em;border-radius:10px;padding:.12rem .45rem}.horse-module__iz475q__timelineNotes{color:var(--foreground);font-size:.85rem;line-height:1.55;font-family:var(--font-montserrat);margin:0;font-weight:300}.horse-module__iz475q__labModal{z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.horse-module__iz475q__labModalBox{background:var(--card);border:1px solid color-mix(in srgb,var(--border)70%,transparent);border-radius:16px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto}.horse-module__iz475q__labModalHeader{border-bottom:1px solid var(--border);background:var(--card);z-index:1;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.horse-module__iz475q__labModalTitle{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;margin:0}.horse-module__iz475q__feedWrap{background:0 0;padding:0}.horse-module__iz475q__feedHeader{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.25rem;display:flex}.horse-module__iz475q__feedHeaderIcon{display:none}.horse-module__iz475q__feedTitle{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);margin:0 0 .2rem}.horse-module__iz475q__feedSubtitle{color:var(--muted-foreground);font-size:.82rem;font-family:var(--font-montserrat);margin:0;font-weight:300}.horse-module__iz475q__feedInputGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.75rem;display:grid}.horse-module__iz475q__feedInputBlock{background:0 0;padding:0}.horse-module__iz475q__feedInputLabel{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.07em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.5rem;display:block}.horse-module__iz475q__feedInputTip{color:var(--muted-foreground);font-size:.72rem;font-family:var(--font-montserrat);margin-top:.3rem;font-weight:300}.horse-module__iz475q__feedInput{border:1px solid var(--border);background:var(--input);width:100%;height:42px;color:var(--foreground);font-size:.92rem;font-family:var(--font-montserrat);box-sizing:border-box;border-radius:10px;padding:0 .75rem}.horse-module__iz475q__feedResultCard{text-align:left;border-top:1px solid var(--border);background:0 0;margin-bottom:1.5rem;padding:1.5rem 0}.horse-module__iz475q__feedResultLabel{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.75rem}.horse-module__iz475q__feedResultAmount{font-size:3.5rem;font-weight:200;font-family:var(--font-montserrat);font-variant-numeric:tabular-nums;color:var(--foreground);margin-bottom:.25rem;line-height:1}.horse-module__iz475q__feedResultUnit{color:var(--muted-foreground);margin-left:.3rem;font-size:1.1rem;font-weight:400}.horse-module__iz475q__feedResultType{color:var(--muted-foreground);font-size:.82rem;font-family:var(--font-montserrat);margin-bottom:1rem;font-weight:400}.horse-module__iz475q__feedResultMeta{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;padding-top:.75rem;font-size:.8rem;display:flex}.horse-module__iz475q__feedResultMetaItem{color:var(--muted-foreground);font-family:var(--font-montserrat);align-items:center;gap:.35rem;font-weight:300;display:flex}.horse-module__iz475q__feedResultMetaValue{color:var(--foreground);font-weight:600}.horse-module__iz475q__feedPeriodSection{border-top:1px solid var(--border);margin-bottom:1.5rem;padding:1.25rem 0}.horse-module__iz475q__feedPeriodHeader{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.horse-module__iz475q__feedPeriodGrid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:1.25rem 2rem;display:grid}.horse-module__iz475q__feedPeriodCell{text-align:left;padding:0}.horse-module__iz475q__feedPeriodCellLabel{font-size:.65rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.07em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.3rem}.horse-module__iz475q__feedPeriodCellValue{font-size:1.15rem;font-weight:400;font-family:var(--font-montserrat);font-variant-numeric:tabular-nums;color:var(--foreground)}.horse-module__iz475q__feedPeriodCellUnit{color:var(--muted-foreground);margin-left:.2rem;font-size:.75rem;font-weight:300}.horse-module__iz475q__feedSaveWrap{border-top:1px solid var(--border);text-align:center;margin-top:1.25rem;padding-top:1.25rem}.horse-module__iz475q__feedSaveBtn{border:1px solid var(--foreground);background:var(--foreground);color:var(--background);font-size:.82rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.01em;cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1.5rem;transition:opacity .15s;display:inline-flex}.horse-module__iz475q__feedSaveBtn:hover{opacity:.88}.horse-module__iz475q__feedSaveBtn:disabled{opacity:.5;cursor:not-allowed}.horse-module__iz475q__feedSaveBtnSuccess{background:color-mix(in srgb,var(--foreground)8%,transparent);color:var(--foreground);border-color:color-mix(in srgb,var(--foreground)22%,var(--border))}.horse-module__iz475q__feedSaveHint{color:var(--muted-foreground);font-size:.75rem;font-family:var(--font-montserrat);margin-top:.5rem;font-weight:300}.horse-module__iz475q__feedActivePlan{border:none;border-top:1px solid var(--border);background:0 0;margin-top:1.25rem;padding:1rem 0 0}.horse-module__iz475q__feedActivePlanHeader{font-size:.82rem;font-weight:500;font-family:var(--font-montserrat);color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.horse-module__iz475q__feedActivePlanDot{background:var(--foreground);border-radius:50%;flex-shrink:0;width:7px;height:7px}.horse-module__iz475q__feedActivePlanDesc{color:var(--muted-foreground);font-size:.82rem;font-family:var(--font-montserrat);margin-bottom:1rem;font-weight:300}.horse-module__iz475q__feedActivePlanQuestion{font-size:.85rem;font-weight:500;font-family:var(--font-montserrat);color:var(--foreground);margin-bottom:.75rem}.horse-module__iz475q__feedFeedbackBtns{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.horse-module__iz475q__feedFeedbackBtn{font-size:.78rem;font-family:var(--font-montserrat);letter-spacing:.03em;background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:10px;padding:.45rem .9rem;font-weight:400;transition:border-color .15s}.horse-module__iz475q__feedFeedbackBtn:hover{border-color:var(--foreground)}.horse-module__iz475q__feedResetRow{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:.75rem;display:flex}.horse-module__iz475q__feedResetBtn{color:var(--muted-foreground);font-size:.75rem;font-family:var(--font-montserrat);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:400;text-decoration:underline}.horse-module__iz475q__feedFootnote{border:1px solid color-mix(in srgb,var(--border)70%,transparent);background:color-mix(in srgb,var(--foreground)3%,transparent);color:var(--muted-foreground);font-size:.8rem;font-family:var(--font-montserrat);border-radius:16px;padding:1rem 1.25rem;font-weight:300;line-height:1.6}.horse-module__iz475q__feedFootnoteLink{color:var(--foreground);text-underline-offset:2px;align-items:center;gap:.25rem;margin-top:.35rem;font-weight:500;text-decoration:underline;display:inline-flex}.horse-module__iz475q__feedFootnoteLink:hover{opacity:.75}.horse-module__iz475q__ecoHeader{margin-bottom:2rem}.horse-module__iz475q__ecoTitle{font-size:.72rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);margin:0 0 .2rem}.horse-module__iz475q__ecoSubtitle{color:var(--muted-foreground);font-size:.82rem;font-family:var(--font-montserrat);margin:0;font-weight:300}.horse-module__iz475q__ecoKpiGrid{grid-template-columns:repeat(3,1fr);gap:1.75rem 2rem;margin-bottom:1.75rem;display:grid}.horse-module__iz475q__ecoKpiCard{background:0 0;border:none;padding:0}.horse-module__iz475q__ecoKpiCardExpense,.horse-module__iz475q__ecoKpiCardIncome,.horse-module__iz475q__ecoKpiCardResult{border-top-color:#0000}.horse-module__iz475q__ecoKpiIcon{display:none}.horse-module__iz475q__ecoKpiLabel{font-size:.65rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.07em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.3rem}.horse-module__iz475q__ecoKpiValue{font-size:1.35rem;font-weight:300;font-family:var(--font-montserrat);font-variant-numeric:tabular-nums;line-height:1.1}.horse-module__iz475q__ecoCatSection{border-top:1px solid color-mix(in srgb,var(--border)55%,transparent);background:0 0;padding:1.5rem 0 0}.horse-module__iz475q__ecoCatTitle{font-size:.68rem;font-weight:600;font-family:var(--font-montserrat);letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:1.1rem;display:flex}.horse-module__iz475q__ecoCatList{flex-direction:column;gap:.85rem;display:flex}.horse-module__iz475q__ecoCatRowTop{justify-content:space-between;align-items:center;margin-bottom:.3rem;display:flex}.horse-module__iz475q__ecoCatName{font-size:.85rem;font-weight:400;font-family:var(--font-montserrat);color:var(--foreground)}.horse-module__iz475q__ecoCatAmount{font-size:.82rem;font-family:var(--font-montserrat);font-variant-numeric:tabular-nums;color:var(--foreground)}.horse-module__iz475q__ecoCatPct{color:var(--muted-foreground);margin-left:.3rem;font-size:.75rem;font-weight:300}.horse-module__iz475q__ecoCatBar{background:var(--border);height:4px;overflow:hidden}.horse-module__iz475q__ecoCatBarFill{background:var(--foreground);height:100%;transition:width .4s}.horse-module__iz475q__ecoCatEmpty{text-align:center;color:var(--muted-foreground);font-size:.85rem;font-family:var(--font-montserrat);padding:2rem;font-style:italic;font-weight:300}
.stallbok-sales-module__Ng2eMa__wrap{max-width:900px;margin:0 auto;padding:0 0 4rem}.stallbok-sales-module__Ng2eMa__hero{border-bottom:1px solid var(--border);text-align:left;margin-bottom:3rem;padding-bottom:2.5rem}.stallbok-sales-module__Ng2eMa__eyebrow{font-family:var(--font-montserrat),sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground);margin:0 0 .75rem;font-size:.62rem;font-weight:700}.stallbok-sales-module__Ng2eMa__title{font-family:var(--font-montserrat),sans-serif;letter-spacing:.04em;text-transform:uppercase;color:var(--foreground);margin:0 0 1.25rem;font-size:clamp(1.75rem,5vw,2.6rem);font-weight:200;line-height:1.08}.stallbok-sales-module__Ng2eMa__lead{font-family:var(--font-montserrat),sans-serif;color:var(--foreground);max-width:640px;margin:0 0 1rem;font-size:1rem;font-weight:300;line-height:1.7}.stallbok-sales-module__Ng2eMa__priceNote{font-family:var(--font-montserrat),sans-serif;color:var(--muted-foreground);max-width:640px;margin:0 0 1.75rem;font-size:.82rem;font-weight:300;line-height:1.55}.stallbok-sales-module__Ng2eMa__heroActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.stallbok-sales-module__Ng2eMa__secondaryLink{font-family:var(--font-montserrat),sans-serif;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:.35rem;padding:.5rem .85rem;font-size:.62rem;font-weight:700;text-decoration:none;transition:color .15s,border-color .15s;display:inline-flex}.stallbok-sales-module__Ng2eMa__secondaryLink:hover{color:var(--foreground);border-color:color-mix(in srgb,var(--foreground)25%,var(--border))}.stallbok-sales-module__Ng2eMa__secondaryLink:disabled{opacity:.6;cursor:not-allowed}.stallbok-sales-module__Ng2eMa__section{margin-bottom:3.5rem}.stallbok-sales-module__Ng2eMa__sectionTitle{font-family:var(--font-montserrat),sans-serif;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);border-bottom:1px solid var(--border);margin:0 0 1.5rem;padding-bottom:.5rem;font-size:.65rem;font-weight:700}.stallbok-sales-module__Ng2eMa__highlightGrid{background:var(--border);border:1px solid var(--border);border-radius:4px;grid-template-columns:1fr;gap:1px;margin-bottom:3rem;display:grid;overflow:hidden}@media (min-width:768px){.stallbok-sales-module__Ng2eMa__highlightGrid{grid-template-columns:repeat(3,1fr)}}.stallbok-sales-module__Ng2eMa__highlightCard{background:var(--card);flex-direction:column;gap:.65rem;padding:1.5rem;display:flex}.stallbok-sales-module__Ng2eMa__highlightIcon{color:var(--muted-foreground);flex-shrink:0}.stallbok-sales-module__Ng2eMa__highlightTitle{font-family:var(--font-montserrat),sans-serif;letter-spacing:.02em;color:var(--foreground);margin:0;font-size:.82rem;font-weight:600}.stallbok-sales-module__Ng2eMa__highlightText{font-family:var(--font-montserrat),sans-serif;color:var(--muted-foreground);margin:0;font-size:.88rem;font-weight:300;line-height:1.6}.stallbok-sales-module__Ng2eMa__featureList{border-top:1px solid var(--border);flex-direction:column;display:flex}.stallbok-sales-module__Ng2eMa__featureRow{border-bottom:1px solid var(--border);grid-template-columns:1fr;gap:.35rem;padding:1.1rem 0;display:grid}@media (min-width:640px){.stallbok-sales-module__Ng2eMa__featureRow{grid-template-columns:11rem 1fr;align-items:baseline;gap:1.5rem}}.stallbok-sales-module__Ng2eMa__featureName{font-family:var(--font-montserrat),sans-serif;color:var(--foreground);margin:0;font-size:.78rem;font-weight:600}.stallbok-sales-module__Ng2eMa__featureDesc{font-family:var(--font-montserrat),sans-serif;color:var(--muted-foreground);margin:0;font-size:.88rem;font-weight:300;line-height:1.6}.stallbok-sales-module__Ng2eMa__pricingBox{border:1px solid var(--border);background:var(--card);border-radius:4px;padding:1.75rem 1.25rem}.stallbok-sales-module__Ng2eMa__pricingPlans{background:var(--border);border:1px solid var(--border);border-radius:4px;grid-template-columns:1fr 1fr;gap:1px;margin-bottom:1.5rem;display:grid;overflow:hidden}.stallbok-sales-module__Ng2eMa__pricingPlan{background:var(--background);font:inherit;text-align:center;cursor:default;border:none;padding:1.25rem 1rem;transition:background .15s}.stallbok-sales-module__Ng2eMa__pricingPlanSelectable{cursor:pointer}.stallbok-sales-module__Ng2eMa__pricingPlanActive{background:var(--secondary)}.stallbok-sales-module__Ng2eMa__pricingPlanLabel{font-family:var(--font-montserrat),sans-serif;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);margin:0 0 .35rem;font-size:.62rem;font-weight:700}.stallbok-sales-module__Ng2eMa__pricingPlanPrice{font-family:var(--font-montserrat),sans-serif;letter-spacing:.02em;color:var(--foreground);margin:0;font-size:1.75rem;font-weight:200;line-height:1}.stallbok-sales-module__Ng2eMa__pricingPlanPer{font-family:var(--font-montserrat),sans-serif;color:var(--muted-foreground);margin:.35rem 0 0;font-size:.72rem;font-weight:300}.stallbok-sales-module__Ng2eMa__pricingPlanSave{font-family:var(--font-montserrat),sans-serif;color:var(--muted-foreground);margin-top:.45rem;font-size:.68rem;font-weight:500;display:block}.stallbok-sales-module__Ng2eMa__pricingCtaWrap{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.stallbok-sales-module__Ng2eMa__pricingFootnote{font-family:var(--font-montserrat),sans-serif;color:var(--muted-foreground);margin:0;font-size:.78rem;font-weight:300;line-height:1.5}.stallbok-sales-module__Ng2eMa__loginLine{border-top:1px solid var(--border);font-family:var(--font-montserrat),sans-serif;color:var(--muted-foreground);margin-top:2.5rem;padding-top:1.75rem;font-size:.85rem;font-weight:300}.stallbok-sales-module__Ng2eMa__loginLink{color:var(--foreground);text-underline-offset:2px;text-decoration:underline}.stallbok-sales-module__Ng2eMa__loginLink:hover{opacity:.75}
