@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";.order-toast{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;background:#fbfbfc;border:1px solid rgba(144,164,174,.5);border-left:4px solid #40287b;border-radius:8px;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:all .3s ease;max-width:360px}@media (prefers-color-scheme: dark){.order-toast{background:#212121;border-color:#eceff180;border-left-color:#eceff1;box-shadow:0 4px 12px #0006}}.order-toast.visible{opacity:1;transform:translateY(0)}.order-toast.hidden{opacity:0;transform:translateY(20px);pointer-events:none}.order-toast:hover{box-shadow:0 6px 16px #0003;transform:translateY(-2px)}@media (prefers-color-scheme: dark){.order-toast:hover{box-shadow:0 6px 16px #00000080}}.order-toast-content{display:flex;align-items:center;gap:1rem;padding:1.25rem}.order-toast-icon{font-size:2rem}.order-toast-info{display:flex;flex-direction:column;gap:.35rem;flex:1}.order-toast-info strong{font-size:1.1rem;color:#212121}@media (prefers-color-scheme: dark){.order-toast-info strong{color:#eceff1}}.order-toast-info span{font-size:1rem;color:#757575}@media (prefers-color-scheme: dark){.order-toast-info span{color:#bdbdbd}}.order-toast-id{font-family:monospace;font-size:.95rem;color:#9e9e9e}@media (prefers-color-scheme: dark){.order-toast-id{color:#bdbdbd}}.order-toast-close{background:none;border:none;font-size:1.75rem;color:#757575;cursor:pointer;padding:0;line-height:1;opacity:.6;transition:opacity .2s}@media (prefers-color-scheme: dark){.order-toast-close{color:#bdbdbd}}.order-toast-close:hover{opacity:1}section.admin-content{padding:0}section.admin-content section.admin-list,section.admin-content section.admin-detail{max-width:calc(100vw - 211px)}section.admin-content section.admin-list>header,section.admin-content section.admin-detail>header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2rem;border-radius:4px;gap:1rem;font-family:Montserrat,sans-serif;background-color:#fbfbfc;margin-bottom:40px}@media (prefers-color-scheme: dark){section.admin-content section.admin-list>header,section.admin-content section.admin-detail>header{background-color:#2b2a2a}}.admin-form,.admin-table{margin-left:78px}.admin-table{overflow:hidden;outline:none}.admin-table .table-header{font-weight:500}.admin-table .table-header,.admin-table .table-rows .table-row,.admin-table .table-row{display:flex;transition:background-color .2s;border-bottom:1px solid #d1d1d1;align-items:center}.admin-table .table-header>div,.admin-table .table-rows .table-row>div,.admin-table .table-row>div{flex:1;padding:.75rem 1rem;text-align:left;min-width:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-table .table-header>div.drag-handle,.admin-table .table-header>div.product-thumbnail,.admin-table .table-header>div.actions,.admin-table .table-rows .table-row>div.drag-handle,.admin-table .table-rows .table-row>div.product-thumbnail,.admin-table .table-rows .table-row>div.actions,.admin-table .table-row>div.drag-handle,.admin-table .table-row>div.product-thumbnail,.admin-table .table-row>div.actions{flex:0 0 60px;display:flex;justify-content:center;overflow:visible;position:relative}.admin-table .action-menu{position:absolute;top:100%;right:0;padding:0;min-width:140px;min-height:30px;background-color:#fbfbfc;border-radius:4px;box-shadow:0 4px 12px #0000001f;z-index:10}@media (prefers-color-scheme: dark){.admin-table .action-menu{background-color:#2b2a2a;box-shadow:0 8px 20px #0009}}.admin-table .action-menu-item{display:block;padding:.8rem;font-size:1.2rem;cursor:pointer;white-space:nowrap}.admin-table .action-menu-item:hover{background-color:#d1d1d1}@media (prefers-color-scheme: dark){.admin-table .action-menu-item:hover{background-color:#212121}}.admin-table button.small.icon-only{font-weight:600;min-width:28px;padding:.4rem;border-radius:4px;background-color:transparent;border:1px solid #e0e0e0;color:#9e9e9e;display:inline-flex;align-items:center;justify-content:center}@media (prefers-color-scheme: dark){.admin-table button.small.icon-only{border:1px solid #757575}}.admin-table button.small.icon-only:hover:not(:disabled){background-color:#f5f5f5;border-color:#bdbdbd;color:#616161}@media (prefers-color-scheme: dark){.admin-table button.small.icon-only:hover:not(:disabled){color:#9e9e9e;border-color:#616161;background-color:#212121}}.admin-table button.small.icon-only:disabled{opacity:.5}.admin-table .product-thumbnail{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.admin-table .product-thumbnail img{width:40px;height:40px;object-fit:cover;border-radius:4px;transition:transform .2s}.admin-table .product-thumbnail img:hover{transform:scale(1.1)}.admin-table .product-thumbnail .no-image{color:#9e9e9e}.admin-table .product-thumbnail .no-image-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:2px dashed #bdbdbd;border-radius:4px;background:transparent;color:#9e9e9e;font-size:1.6rem;cursor:pointer;transition:all .2s}.admin-table .product-thumbnail .no-image-button:hover{border-color:#757575;color:#616161;background:#f5f5f5}@media (prefers-color-scheme: dark){.admin-table .product-thumbnail .no-image-button{border-color:#757575;color:#9e9e9e}.admin-table .product-thumbnail .no-image-button:hover{border-color:#bdbdbd;color:#e0e0e0;background:#424242}}.admin-table .table-row:hover{background-color:#ffffff0d}.admin-table .editable-value{cursor:pointer;color:#212121;padding:.4rem .8rem;border-radius:.4rem}.admin-table .editable-value:hover{background-color:#d1d1d1}@media (prefers-color-scheme: dark){.admin-table .editable-value{color:#eceff1}}.admin-table .inline-input{width:100%;height:auto;padding:.3rem .6rem;margin-bottom:0;font-size:inherit}.admin-subsection{margin-top:4rem}.admin-subsection .subsection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;margin-left:78px;padding-bottom:1rem;border-bottom:1px solid #d1d1d1}.admin-subsection .subsection-header h5{margin:0}.admin-subsection .subsection-content{margin-left:78px}.admin-subsection .subsection-content .admin-table{margin-left:0}.admin-subsection .subsection-content .add-item{margin-bottom:2rem;max-width:40rem}.admin-subsection .empty-message{color:#f4f5f6;font-style:italic}.admin-subsection button.small{padding:.4rem .8rem;font-size:1.2rem}.table-row.clickable{cursor:pointer}.badge{display:inline-block;padding:.25rem .5rem;font-size:1.1rem;font-weight:500;border-radius:4px;white-space:nowrap}.badge-info{background-color:#f0faff;color:#0277bd}.badge-warning{background-color:#fffcf3;color:#866e24}.badge-success{background-color:#f8fff8;color:#1e561d}.badge-error{background-color:#fffbfb;color:#981515}.badge-default{background-color:#eee;color:#616161}.order-id{font-family:monospace;font-size:1.2rem}.order-total{font-weight:500}.order-date{font-size:1.2rem;color:#757575}.filters{display:flex;gap:1rem}.filters select{min-width:150px}.empty-state{text-align:center;padding:3rem;color:#757575}.order-detail-content{margin-left:78px}.order-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.order-detail-section{background:#fbfbfc;border-radius:8px;padding:1.5rem}@media (prefers-color-scheme: dark){.order-detail-section{background:#2b2a2a}}.order-detail-section h5{margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #d1d1d1}.detail-row{display:flex;justify-content:space-between;padding:.5rem 0;gap:1rem}.detail-row .label{color:#757575}.detail-row .value{font-weight:500;text-align:right}.detail-row .value a{color:#0277bd}.status-select{min-width:150px;padding:.4rem .8rem;font-size:1.2rem}.order-items-section{grid-column:1/-1}.order-items-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.order-items-table th,.order-items-table td{padding:.75rem;text-align:left;border-bottom:1px solid #d1d1d1}.order-items-table th{font-weight:500;color:#757575}.order-items-table td:last-child,.order-items-table th:last-child{text-align:right}.order-totals{max-width:300px;margin-left:auto}.order-totals .total-row{display:flex;justify-content:space-between;padding:.5rem 0}.order-totals .total-row.discount{color:#338331}.order-totals .total-row.total{font-size:1.4rem;font-weight:500;padding-top:.75rem;margin-top:.5rem;border-top:1px solid #d1d1d1}.order-notes{margin:0;padding:1rem;border-radius:4px;white-space:pre-wrap}.checkbox-group{display:flex;flex-wrap:wrap;gap:1rem}.checkbox-option{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-option input[type=checkbox]{width:1.2rem;height:1.2rem;cursor:pointer}section.admin-detail .metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}section.admin-detail .metric-card{background:#fbfbfc;border-radius:8px;padding:1.5rem;text-align:center}@media (prefers-color-scheme: dark){section.admin-detail .metric-card{background:#424242}}section.admin-detail .metric-card .metric-value{display:block;font-size:2rem;font-weight:600;color:#40287b;margin-bottom:.5rem}@media (prefers-color-scheme: dark){section.admin-detail .metric-card .metric-value{color:#eceff1}}section.admin-detail .metric-card .metric-label{display:block;font-size:1.2rem;color:#757575}section.admin-detail .detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem;margin-left:78px}section.admin-detail .detail-section{margin-left:78px;margin-bottom:2rem}section.admin-detail .detail-section h5{margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #d1d1d1}section.admin-detail .detail-section dl{margin:0}section.admin-detail .detail-section dl dt{font-size:1.2rem;color:#757575;margin-bottom:.25rem}section.admin-detail .detail-section dl dd{margin:0 0 1rem;font-weight:500}section.admin-detail .detail-section.metrics-section{margin-left:0}section.admin-detail .cart-id{font-family:monospace;font-size:1.2rem}section.admin-detail .customer-contact{display:flex;flex-direction:column;gap:.25rem;font-size:1.2rem}section.admin-list .analytics-sections{margin-left:78px}section.admin-list .analytics-section{margin-bottom:3rem}section.admin-list .analytics-section h5{margin:0 0 1.5rem;display:flex;align-items:baseline;gap:.5rem}section.admin-list .analytics-section .section-summary{font-size:1.2rem;font-weight:400;color:#757575}section.admin-list .analytics-section .admin-table{margin-left:0}.admin-form{max-width:60rem;min-width:40rem;width:fit-content}.admin-form .form-group{margin-bottom:2rem}.admin-form .form-group label{display:block;margin-bottom:.5rem;font-size:1.4rem}.admin-form .form-group input[type=text],.admin-form .form-group input[type=email],.admin-form .form-group input[type=number],.admin-form .form-group textarea,.admin-form .form-group select{width:100%;max-width:40rem}.admin-form .form-group input[type=checkbox]{width:20px;height:20px;margin-right:.5rem}.admin-form .form-actions{display:flex;justify-content:flex-end;gap:1rem;align-items:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #d1d1d1}.transactions-table>.transactions>.transaction-row.new-transaction>div{padding:0}.transactions-table>.transactions>.transaction-row.new-transaction>div:first-child{padding:.75rem 1rem;cursor:pointer}.transactions-table>.transactions>.transaction-row.new-transaction>div>input{width:100%;padding:0rem 1rem;text-align:left;margin-bottom:0;border:none}.transactions-table>.transactions>.transaction-row.new-transaction>div>div.error-message{padding:0 1rem;color:#d32f2f}.transactions-table>.transactions>.transaction-row.new-transaction>div:last-child>input{text-align:right}.transactions-table>.transactions>.error-row>div{width:100%;color:#d32f2f;text-align:center}.transactions-table>.transactions>.error-row>div:last-child{text-align:center}section.transactions-list>header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2rem;border-radius:4px;gap:1rem;font-family:Montserrat,sans-serif;background-color:#fbfbfc}@media (prefers-color-scheme: dark){section.transactions-list>header{background-color:#2b2a2a}}section.transactions-list>header a.prev,section.transactions-list>header a.next{padding:1rem;border-radius:4px}section.transactions-list>header a.prev:hover,section.transactions-list>header a.next:hover{background-color:#fbfbfc}@media (prefers-color-scheme: dark){section.transactions-list>header a.prev:hover,section.transactions-list>header a.next:hover{background-color:#424242}}section.transactions-list>header h2#current-month{font-size:1.7rem;font-weight:500;margin-bottom:.25rem}section.transactions-list div.totals{margin-left:78px;text-align:right;display:flex;justify-content:flex-end;gap:2rem;align-items:center;padding:1rem;border-radius:4px}section.transactions-list .transactions-table{margin-left:78px;overflow:hidden;outline:none}section.transactions-list .transactions-table>.header-row{font-weight:500}section.transactions-list .transactions-table>.header-row,section.transactions-list .transactions-table>.transactions>.transaction-row{display:flex;transition:background-color .2s;border-bottom:1px solid #505050;justify-content:space-between}section.transactions-list .transactions-table>.header-row:hover>div:first-child>span,section.transactions-list .transactions-table>.transactions>.transaction-row:hover>div:first-child>span{display:block}section.transactions-list .transactions-table>.header-row>div,section.transactions-list .transactions-table>.transactions>.transaction-row>div{padding:.75rem 1rem;text-align:left;width:150px}section.transactions-list .transactions-table>.header-row>div:first-child,section.transactions-list .transactions-table>.transactions>.transaction-row>div:first-child{cursor:pointer;width:40px}section.transactions-list .transactions-table>.header-row>div:first-child>span,section.transactions-list .transactions-table>.transactions>.transaction-row>div:first-child>span{display:none}section.transactions-list .transactions-table>.header-row>div:nth-child(3),section.transactions-list .transactions-table>.transactions>.transaction-row>div:nth-child(3){flex:2}section.transactions-list .transactions-table>.header-row>div:last-child,section.transactions-list .transactions-table>.transactions>.transaction-row>div:last-child{text-align:right}section.transactions-list .transactions-table>.header-row>div.focused,section.transactions-list .transactions-table>.transactions>.transaction-row>div.focused{outline:2px solid #505050}section.transactions-list .transactions-table>.transactions>.transaction-row:hover{background-color:#eaeaea}@media (prefers-color-scheme: dark){section.transactions-list .transactions-table>.transactions>.transaction-row:hover{background-color:#303030}}section.transactions-list .transactions-table .no-transactions{padding:2rem;text-align:center;color:#666;font-style:italic;background-color:#fafafa;border-radius:4px;margin:1rem}.positive{color:#1976d2}.negative{color:#c0392b}select{padding-right:3rem;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat}select:focus{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%2340287b" d="M0,0l6,8l6-8"/></svg>')}.checklist-table{margin-left:78px;overflow:hidden;outline:none}.checklist-table>.header-row{font-weight:500}.checklist-table>.header-row,.checklist-table>.checklists>.checklist-row{display:flex;transition:background-color .2s;border-bottom:1px solid #505050;justify-content:space-between}.checklist-table>.header-row:hover>div:first-child>span,.checklist-table>.checklists>.checklist-row:hover>div:first-child>span{display:block}.checklist-table>.header-row>div,.checklist-table>.checklists>.checklist-row>div{padding:.75rem 1rem;text-align:left;width:150px}.checklist-form{margin-left:78px}.checklist-form>form{display:flex;gap:2rem}.checklist-form>form label{font-weight:500}.checklist-form .checklist-steps-table{outline:none}.checklist-form .checklist-steps-table .checklist-step-row{display:flex;gap:1rem}.product-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:var(--color-surface-secondary, #e8e4df);color:var(--color-text-tertiary, #a09080)}.product-image-placeholder .initials{font-size:1.5rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;-webkit-user-select:none;user-select:none}@media (max-width: 768px){body:has(.cart-drawer-overlay.mobile-open){overflow:hidden}.cart-drawer-overlay{position:fixed;inset:0;background-color:#0000;z-index:1000;visibility:hidden;transition:background-color .3s ease,visibility .3s ease}.cart-drawer-overlay.mobile-open{visibility:visible;background-color:#00000080}}.cart-drawer{display:flex;margin-top:65px;position:fixed;background-color:#fff;flex-direction:column;z-index:1001;transition:transform .5s ease}@media (min-width: 769px){.cart-drawer{top:0;right:0;width:320px;max-width:100%;height:calc(100% - 65px);transform:translate(100%);box-shadow:-2px 0 8px #0000001a}.cart-drawer.open{transform:translate(0)}}@media (max-width: 768px){.cart-drawer{display:flex;margin-top:0;bottom:0;width:100%;max-height:calc(100vh - 65px);border-radius:16px 16px 0 0;transform:translateY(100%)}.cart-drawer.mobile-open{transform:translateY(0)}}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #eee;flex-shrink:0}.cart-drawer-header h2{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:500;color:#1a1a1a;margin:0}.cart-drawer-close{background:none;border:none;cursor:pointer;padding:8px;color:#666;transition:color .2s;display:flex;align-items:center;justify-content:center}.cart-drawer-close:hover{color:#1a1a1a}.cart-drawer-items{flex:1;overflow-y:auto;padding:12px 16px}.cart-item{display:grid;grid-template-columns:60px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0}.cart-item:last-child{border-bottom:none}.cart-item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;background-color:#f5f5f5}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{display:flex;flex-direction:column;gap:4px}.cart-item-name{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:500;color:#1a1a1a;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-unit-price{font-size:1.1rem;color:#666}.cart-item-quantity{display:flex;align-items:center;gap:8px;margin-top:4px}.quantity-button{width:28px;height:28px;padding:0;margin-bottom:0;border-radius:50%;border:1px solid #ddd;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background-color .2s,border-color .2s}.quantity-button:hover:not(:disabled){background-color:#f5f5f5;border-color:#ccc;color:#333}.quantity-button:disabled{opacity:.4;cursor:not-allowed}.quantity-button:disabled:hover{background-color:#fff;border-color:#ddd;color:#1a1a1a}.quantity-value{font-size:1.2rem;font-weight:500;color:#1a1a1a;min-width:24px;text-align:center}.cart-item-remove{width:70px;height:20px;background:none;border:none;cursor:pointer;font-size:1.1rem;color:#999;padding:0;text-decoration:underline;transition:color .2s}.cart-item-remove:hover{background-color:transparent;color:#1a1a1a}.cart-item-total{display:flex;align-items:flex-start;padding-top:4px}.cart-item-total span{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#1a1a1a;white-space:nowrap}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.cart-empty-illustration{color:#ccc;margin-bottom:24px}.cart-empty-text{font-size:1.4rem;color:#666;margin-bottom:24px}.cart-empty-button{background-color:#4a5d23;color:#fff;border:none;border-radius:8px;padding:12px 32px;font-size:1.2rem;font-weight:500;cursor:pointer;transition:background-color .2s}.cart-empty-button:hover{background-color:#3a4d13}.cart-drawer-footer{border-top:1px solid #eee;padding:16px;flex-shrink:0;background-color:#fff}.cart-summary{margin-bottom:12px}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.subtotal-label{font-size:1.3rem;color:#333}.subtotal-value{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:600;color:#1a1a1a}.cart-summary-note{font-size:1.1rem;color:#999;margin:0}.cart-drawer-actions{display:flex;flex-direction:column;gap:8px}.cart-checkout-button{width:100%;background-color:#4a5d23;color:#fff;border:none;border-radius:8px;font-size:1.3rem;font-weight:500;cursor:pointer;transition:background-color .2s}.cart-continue-button{width:100%;background-color:transparent;color:#333;border:1px solid #ddd;border-radius:8px;font-size:1.3rem;font-weight:500;cursor:pointer;transition:background-color .2s,border-color .2s}.cart-mobile-bar{display:none;position:fixed;height:auto;bottom:0;left:0;right:0;z-index:1000;background-color:#4a5d23;color:#fff;padding:16px 20px;border:none;border-radius:12px 12px 0 0;cursor:pointer;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 -2px 10px #00000026;transition:background-color .2s,transform .5s ease}.cart-mobile-bar:hover{background-color:#3a4d13}@media (max-width: 768px){.cart-mobile-bar{display:flex}.cart-mobile-bar.hidden{transform:translateY(100%)}}.cart-mobile-bar-icon{position:relative;display:flex;align-items:center;justify-content:center}.cart-mobile-bar-badge{position:absolute;top:-6px;right:-8px;background-color:#fff;color:#4a5d23;font-size:1rem;font-weight:500;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.cart-mobile-bar-text{flex:1;font-size:1.4rem;font-weight:500;text-align:center}.cart-mobile-bar-total{font-size:1.4rem;font-weight:500}.quantity-stepper{display:flex;align-items:center;gap:0;background-color:#4a5d23;border-radius:16px;padding:1px}.quantity-stepper-button{width:26px;height:26px;padding:0;margin:0;border-radius:50%;border:none;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .2s}.quantity-stepper-button:hover{background-color:#60755d}.quantity-stepper-value{font-size:1.2rem;font-weight:500;color:#fff;min-width:20px;text-align:center}.quantity-stepper-add{width:27px;height:27px;padding:0;margin:0;border-radius:50%;background-color:#4a5d23;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .2s}.quantity-stepper-add:hover{background-color:#60755d}button.overlay-button,button.overlay-button:focus{width:36px;height:36px;padding:0;border-radius:8px;background-color:#000000b3;color:#f5f5f5;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 0 12px #ffffff80;transition:background-color .2s ease}button.overlay-button:hover,button.overlay-button:focus:hover{border-color:transparent;background-color:#000000e6;color:#f5f5f5}.product-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;padding:0;border:none;border-radius:12px;max-width:600px;max-height:90vh;width:90vw;background:#fff;overflow:hidden}.product-modal::backdrop{background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (prefers-color-scheme: dark){.product-modal{background:#1a1a1a}}.product-modal-content{position:relative;width:100%;max-height:90vh;overflow-y:auto}.close-button-container{position:absolute;top:8px;right:8px;z-index:10}.product-modal-image{background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-modal-image img{max-height:600px;object-fit:contain}.product-modal-image .product-image-placeholder{width:100%;height:300px;font-size:2rem}@media (prefers-color-scheme: dark){.product-modal-image{background:#222}}.product-modal-info{padding:1.5rem}.product-modal-info h2{margin:0 0 .5rem;font-size:1.5rem}.product-modal-info .product-modal-description{margin:0 0 1rem;color:#666;line-height:1.5}@media (prefers-color-scheme: dark){.product-modal-info .product-modal-description{color:#aaa}}.product-modal-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #eee}@media (prefers-color-scheme: dark){.product-modal-footer{border-top-color:#333}}.product-modal-price{font-size:1.5rem;font-weight:600;color:#1a1a1a}@media (prefers-color-scheme: dark){.product-modal-price{color:#fff}}.site{background-color:#f7f7f7;min-height:100vh}.site-header{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:flex-start;padding:12px 24px;background-color:#fff;border-bottom:1px solid #eee}.site-header .logo{display:flex;flex-direction:column;align-items:center;line-height:1.1;padding-top:6px}.site-header .logo .logo-text{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:500;color:#1a1a1a}.site-header .logo .logo-subtitle{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;color:#666}.site-header .header-actions{display:flex;align-items:flex-start;gap:16px}.site-header .icon-button{background:none;border:none;cursor:pointer;padding:8px;color:#333;transition:color .2s}.site-header .icon-button:hover{color:#000}.site-header .cart-button{position:relative}.site-header .cart-badge{position:absolute;top:0;right:0;background-color:#4a5d23;color:#fff;font-size:.7rem;font-weight:500;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.hero-banner{width:100%;max-height:600px;overflow:hidden}.hero-banner img{width:100%;height:auto;object-fit:cover;object-position:center calc(50% - 400px)}@media (max-width: 1440px){.hero-banner{max-height:400px}.hero-banner img{object-position:center calc(50% - 250px)}}@media (max-width: 1000px){.hero-banner{max-height:300px}.hero-banner img{object-position:center calc(50% - 150px)}}@media (max-width: 600px){.hero-banner{max-height:200px}.hero-banner img{object-position:center calc(50% - 100px)}}@media (max-width: 430px){.hero-banner{max-height:200px}.hero-banner img{object-position:center calc(50% - 50px)}}.category-nav{display:flex;flex-wrap:no-wrap;overflow-x:auto;scroll-behavior:smooth;gap:24px;padding:0 0 24px;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0}.category-nav a{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:400;color:#333;text-decoration:none;padding-bottom:4px;transition:all .2s;text-wrap:nowrap;white-space:nowrap}.category-nav a:hover{color:#000}.category-nav a:visited{color:#333}.category-nav a.active{font-weight:500;position:relative}.category-nav a.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:50%;height:1px;background-color:#333}.site-content{max-width:900px;margin:0 auto;padding:40px 24px}@media (max-width: 768px){.site-content{padding:40px 10px}}@media (min-width: 768px){.site-content{position:relative;right:0%;transition:right .3s ease}body:has(.cart-drawer.open) .site-content{right:160px;width:calc(100% - 320px)}}.hero-section{margin:20px 0 48px}.hero-section h1{font-family:Montserrat,sans-serif;font-size:5rem;font-weight:300;color:#1a1a1a;margin-bottom:16px;line-height:1.1;text-wrap:nowrap}.hero-section .hero-description{font-size:1.5rem;color:#333;margin-bottom:8px;line-height:1.2}.hero-section .hero-cta{font-size:1.4rem;color:#333;line-height:1.8}.hero-section .hero-cta .cta-link{background-color:#4a5d23;color:#fff;padding:3px 4px;text-decoration:none;transition:background-color .2s}.hero-section .hero-cta .cta-link:hover{background-color:#3a4d13}.hero-section .hero-cta strong{background-color:#4a5d23;color:#fff;padding:2px 8px}.category-section{margin-bottom:64px;scroll-margin-top:80px}.category-section h2{font-family:Montserrat,sans-serif;font-size:2.4rem;font-weight:500;color:#1a1a1a;margin-bottom:12px}.category-section .category-description{font-size:1.4rem;color:#333;line-height:1.4;margin-bottom:24px;white-space:pre-line;max-width:700px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,268px));justify-content:start;gap:24px}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(2,minmax(157px,268px));gap:12px}}.product-card{background-color:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.product-card:hover{box-shadow:0 4px 12px #0000001a}.product-card .product-image{width:100%;aspect-ratio:4/3;overflow:hidden;padding:0;border:none;background:none;cursor:pointer;display:block}.product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card .product-image:hover img{transform:scale(1.05)}.product-card .product-info{padding:16px;flex:1}@media (max-width: 768px){.product-card .product-info{padding:12px}}.product-card .product-info .product-name{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:500;color:#1a1a1a;margin-bottom:8px;line-height:1.3}.product-card .product-info .product-description{font-size:1.2rem;color:#666;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card .product-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-top:1px solid #f0f0f0}@media (max-width: 768px){.product-card .product-footer{padding:12px 10px}}.product-card .product-footer .product-price{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:500;color:#1a1a1a}.product-card .product-footer .add-to-cart{width:32px;height:32px;padding:0;border-radius:50%;background-color:#4a5d23;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .2s}.product-card .product-footer .add-to-cart:hover{background-color:#3a4d13}.checkout-page{min-height:100vh;background-color:#f5f5f5;padding-bottom:2rem}.checkout-page .checkout-header{background-color:#fff;padding:12px 24px;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:10}.checkout-page .checkout-header h1{font-size:1.6rem;font-weight:600;margin:0;color:#212121}.checkout-page .checkout-header .back-button{background:none;border:none;font-size:1.3rem;color:#616161;cursor:pointer;padding:.5rem;margin-left:-.5rem}.checkout-page .checkout-header .back-button:hover{color:#212121}.checkout-page .checkout-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.checkout-page .checkout-empty h1{font-size:1.5rem;margin-bottom:.5rem;color:#212121}.checkout-page .checkout-empty p{color:#757575;margin-bottom:1.5rem}.checkout-page .checkout-content{max-width:1200px;margin:0 auto;padding:1.5rem;display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.checkout-page .checkout-content{grid-template-columns:1fr 380px;padding:2rem}}.checkout-page .checkout-form{display:flex;flex-direction:column;gap:1.5rem}.checkout-page .form-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014}.checkout-page .form-section h2{font-size:1.4rem;font-weight:600;margin:0 0 1rem;color:#212121}.checkout-page .form-group{margin-bottom:1rem}.checkout-page .form-group:last-child{margin-bottom:0}.checkout-page .form-group label{font-size:1.2rem;font-weight:500;color:#616161}.checkout-page .form-group input,.checkout-page .form-group select,.checkout-page .form-group textarea{width:100%;color-scheme:light}.checkout-page .form-group input:focus,.checkout-page .form-group select:focus,.checkout-page .form-group textarea:focus{outline:none;border-color:#616161;box-shadow:0 0 0 3px #6161611a}.checkout-page .form-group input.error,.checkout-page .form-group select.error,.checkout-page .form-group textarea.error{border-color:#c73e3e}.checkout-page .form-group input::placeholder,.checkout-page .form-group select::placeholder,.checkout-page .form-group textarea::placeholder{color:#9e9e9e}.checkout-page .form-group textarea{resize:vertical;min-height:100px}.checkout-page .form-group .error-message{display:block;font-size:1.1rem;color:#c73e3e;margin-top:.25rem}.checkout-page .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-page .radio-group{display:flex;flex-direction:column;gap:.75rem}.checkout-page .radio-option{display:flex;align-items:center;padding:16px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:border-color .2s,background-color .2s}.checkout-page .radio-option input[type=radio]{width:auto;margin-right:.75rem}.checkout-page .radio-option .radio-label{font-size:1.3rem}.checkout-page .radio-option.selected{border-color:#4a5d23;background-color:#eef1ed}.checkout-page .radio-option:hover{border-color:#bdbdbd}.checkout-page .error-banner{background-color:#fff3f3;border:1px solid #f6a7a7;border-radius:8px;padding:1rem;color:#981515}.checkout-page .error-banner p{margin:0}.checkout-page .btn-primary,.checkout-page .btn-checkout{width:100%;padding:16px 24px;font-size:1.4rem;font-weight:600;color:#fff;background-color:#4a5d23;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.checkout-page .btn-primary:hover:not(:disabled),.checkout-page .btn-checkout:hover:not(:disabled){background-color:#2d3815}.checkout-page .btn-primary:disabled,.checkout-page .btn-checkout:disabled{opacity:.6;cursor:not-allowed}.checkout-page .checkout-summary{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014;height:fit-content;position:sticky;top:80px}.checkout-page .checkout-summary h2{font-size:1.4rem;font-weight:600;margin:0 0 .25rem;color:#212121}.checkout-page .checkout-summary .summary-site{font-size:1.2rem;color:#757575;margin:0 0 1rem}.checkout-page .summary-items{list-style:none;padding:0;margin:0 0 1rem;border-bottom:1px solid #e0e0e0;padding-bottom:1rem}.checkout-page .summary-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:1.2rem}.checkout-page .summary-item .item-quantity{color:#757575;min-width:2rem}.checkout-page .summary-item .item-name{flex:1;color:#212121}.checkout-page .summary-item .item-price{font-weight:500;color:#212121}.checkout-page .summary-totals{display:flex;flex-direction:column;gap:.5rem}.checkout-page .summary-row{display:flex;justify-content:space-between;font-size:1.2rem;color:#616161}.checkout-page .summary-row.total{font-size:1.5rem;font-weight:600;color:#212121;padding-top:.5rem;border-top:1px solid #e0e0e0;margin-top:.5rem}.checkout-success-page{min-height:100vh;background-color:#f5f5f5;padding:2rem 1rem}.checkout-success-page .loading-state,.checkout-success-page .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.checkout-success-page .loading-state h1,.checkout-success-page .error-state h1{font-size:2.1rem;margin-bottom:1rem;color:#212121}.checkout-success-page .loading-state p,.checkout-success-page .error-state p{color:#757575;margin-bottom:1.5rem}.checkout-success-page .success-content{max-width:600px;margin:0 auto}.checkout-success-page .success-content h1{font-size:2.1rem;text-align:center;margin:0 0 .5rem;color:#212121}.checkout-success-page .success-icon{width:80px;height:80px;margin:0 auto 1.5rem;background-color:#52ae50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem}.checkout-success-page .success-message{text-align:center;color:#757575;margin:0 0 2rem}.checkout-success-page .order-summary{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014;margin-bottom:1.5rem}.checkout-success-page .order-summary h2{font-size:1.7rem;margin:0 0 1.5rem;color:#212121}.checkout-success-page .order-summary h3{font-size:1.4rem;margin:0 0 1rem;color:#616161}.checkout-success-page .order-info{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.checkout-success-page .info-row{display:flex;justify-content:space-between;padding:.5rem 0}.checkout-success-page .info-row .label{color:#757575}.checkout-success-page .info-row .value{color:#212121;font-weight:500}.checkout-success-page .order-items{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.checkout-success-page .order-items ul{list-style:none;padding:0;margin:0}.checkout-success-page .order-items li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.checkout-success-page .order-items .item-qty{color:#757575;min-width:2.5rem}.checkout-success-page .order-items .item-name{flex:1;color:#212121}.checkout-success-page .order-items .item-price{font-weight:500;color:#212121}.checkout-success-page .order-totals{margin-bottom:1rem}.checkout-success-page .total-row{display:flex;justify-content:space-between;padding:.25rem 0;color:#616161}.checkout-success-page .total-row.discount{color:#338331}.checkout-success-page .total-row.total{font-size:1.7rem;font-weight:500;color:#212121;padding-top:1rem;margin-top:.5rem;border-top:1px solid #e0e0e0}.checkout-success-page .order-notes{border-radius:8px;padding:1rem;margin-top:1rem;border:1px solid #e0e0e0}@media (prefers-color-scheme: dark){.checkout-success-page .order-notes{border-color:#616161}}.checkout-success-page .order-notes h3{margin-bottom:.5rem}.checkout-success-page .order-notes p{margin:0;color:#616161}.checkout-success-page .success-actions{display:flex;flex-direction:column;gap:1rem}.checkout-success-page .btn-whatsapp{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;padding:16px 24px;font-size:1.4rem;font-weight:500;color:#fff;background-color:#25d366;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:background-color .2s}.checkout-success-page .btn-whatsapp:hover{background-color:#1da851;color:#fff}.checkout-success-page .btn-whatsapp svg{flex-shrink:0}.checkout-success-page .btn-primary{width:100%;padding:16px 24px;font-size:1.4rem;font-weight:500;color:#fff;background-color:#4a5d23;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.checkout-success-page .btn-primary:hover{background-color:#2d3815}.checkout-success-page .btn-secondary{width:100%;padding:16px 24px;font-size:1.4rem;font-weight:500;color:#616161;background-color:transparent;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;text-transform:uppercase;transition:background-color .2s,border-color .2s}.checkout-success-page .btn-secondary:hover{background-color:#f5f5f5;border-color:#bdbdbd}.image-upload-wrapper{display:flex;flex-direction:column}.image-upload{border:2px dashed #bdbdbd;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s ease;background:#fafafa;min-height:150px;display:flex;align-items:center;justify-content:center}.image-upload:hover{border-color:#9e9e9e;background:#f5f5f5}.image-upload.dragging{border-color:#7369df;background:#e6e3ff}.image-upload.has-image{border-style:solid;padding:.5rem}.image-upload.loading{border-style:solid;border-color:#e0e0e0}.image-upload.error{border-color:#e54747;border-style:dashed}.image-upload.error .placeholder{color:#e54747}@media (prefers-color-scheme: dark){.image-upload{border-color:#616161;background:#2b2a2a}.image-upload:hover{border-color:#757575;background:#424242}.image-upload.dragging{border-color:#8a7ffc;background:#3227a4}}.image-upload.compact{width:40px;height:40px;min-height:unset;padding:0;border-radius:4px;background:transparent}.image-upload.compact.has-image{padding:0}.image-upload.compact .upload-preview{width:100%;height:100%}.image-upload.compact .upload-preview img{width:100%;height:100%;object-fit:cover;border-radius:2px}.image-upload.compact .placeholder{color:#9e9e9e;font-size:1.6rem;font-weight:300}.image-upload.compact .loading-indicator{color:#9e9e9e;font-size:1rem}@media (prefers-color-scheme: dark){.image-upload.compact{border-color:#757575}}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#757575}.upload-placeholder svg{opacity:.5}.upload-placeholder span{font-size:.875rem}@media (prefers-color-scheme: dark){.upload-placeholder{color:#bdbdbd}}.loading-indicator{display:flex;align-items:center;justify-content:center;color:#757575}@media (prefers-color-scheme: dark){.loading-indicator{color:#bdbdbd}}.upload-preview{position:relative;display:inline-block}.upload-preview img{border-radius:4px;display:block}.upload-preview .remove-button-container{position:absolute;top:8px;right:8px;opacity:0;transition:opacity .2s ease}.upload-preview:hover .remove-button-container{opacity:1}.upload-error{color:#c73e3e;font-size:.875rem;margin-top:.5rem}.autocomplete-container{position:relative}.autocomplete-container input[type=text]{width:100%;height:3.8rem;padding:.6rem 1rem .7rem;border:.1rem solid #d1d1d1;border-radius:.4rem;background-color:transparent;appearance:none;box-shadow:none;margin-bottom:0}.autocomplete-container input[type=text]:focus{border-color:#40287b;outline:0}.autocomplete-container ul{position:absolute;left:0;right:0;z-index:10;list-style:none;max-height:20rem;overflow-y:auto;scroll-behavior:smooth;border:.1rem solid #d1d1d1;border-radius:.4rem;margin-top:.2rem;padding:0;background-color:#fbfbfc}@media (prefers-color-scheme: dark){.autocomplete-container ul{background-color:#212121}}.autocomplete-container ul li{display:block;cursor:pointer;padding:.8rem 1rem}.autocomplete-container ul li:hover,.autocomplete-container ul li.highlighted{background-color:#d1d1d1}.sortable-item.dragging{opacity:.5}.sortable-item.drag-over{background-color:#40287b1a;border-top:2px solid #40287b}.sortable-item .drag-handle{cursor:grab;padding:.75rem .5rem;font-size:1.4rem;-webkit-user-select:none;user-select:none;flex:0 0 auto}.sortable-item .drag-handle:active{cursor:grabbing}*:before,*:after{box-sizing:border-box}*{box-sizing:border-box;margin:0}body{line-height:calc(1em + .5rem);-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root{isolation:isolate}html{box-sizing:border-box}body{background-color:#fff}@media (prefers-color-scheme: dark){body{background-color:#212121}}hr{margin:3rem 0;border:0;border-top:.1rem solid #f4f5f6}img{max-width:100%}a{color:#40287b;text-decoration:none}a:focus,a:hover{color:#a3b4a0}@media (prefers-color-scheme: dark){a{color:#eceff1}a:focus,a:hover{color:#90a4ae}}html{font-size:62.5%}body{color:#212121;font-family:Inter,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.6}@media (prefers-color-scheme: dark){body{color:#eceff1}}b,strong{font-weight:700}p{margin-top:0}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:2rem;font-family:Montserrat,sans-serif}h1{font-weight:300;font-size:8.3rem;line-height:1.2}h2{font-weight:300;font-size:5.2rem;line-height:1.25}h3{font-weight:400;font-size:4.2rem;line-height:1.3}h4{font-weight:400;font-size:3.2rem;line-height:1.35}h5{font-weight:400;font-size:2.1rem;line-height:1.5}h6{font-weight:500;font-size:1.7rem;line-height:1.4}.subtitle,.subtitle-2{font-family:Montserrat,sans-serif;line-height:1.5}.subtitle{font-weight:400;font-size:1.4rem}.subtitle-2{font-weight:500;font-size:1.2rem}.caption{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}.overline{font-family:Inter,sans-serif;font-weight:400;font-size:.8rem;text-transform:uppercase}.secondary{color:#a3b4a0}.button,button,input[type=button],input[type=reset],input[type=submit]{display:inline-block;padding:1rem 3rem;margin:0;background-color:#40287b;border:.1rem solid #40287b;border-radius:.4rem;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:1.2rem;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap;cursor:pointer}.button:focus,button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{background-color:#40287b}.button:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{border-color:#a3b4a0;outline:0;background-color:#a3b4a0;color:#fff}.button[disabled],button[disabled],input[type=button][disabled],input[type=reset][disabled],input[type=submit][disabled]{opacity:.5;cursor:default}.button[disabled]:focus,.button[disabled]:hover,button[disabled]:focus,button[disabled]:hover,input[type=button][disabled]:focus,input[type=button][disabled]:hover,input[type=reset][disabled]:focus,input[type=reset][disabled]:hover,input[type=submit][disabled]:focus,input[type=submit][disabled]:hover{border-color:#40287b;background-color:#40287b}.button.button-outline,button.button-outline,input[type=button].button-outline,input[type=reset].button-outline,input[type=submit].button-outline{background-color:transparent;color:#40287b}.button.button-outline:focus,.button.button-outline:hover,button.button-outline:focus,button.button-outline:hover,input[type=button].button-outline:focus,input[type=button].button-outline:hover,input[type=reset].button-outline:focus,input[type=reset].button-outline:hover,input[type=submit].button-outline:focus,input[type=submit].button-outline:hover{border-color:#a3b4a0;background-color:transparent;color:#a3b4a0}.button.button-outline[disabled]:focus,.button.button-outline[disabled]:hover,button.button-outline[disabled]:focus,button.button-outline[disabled]:hover,input[type=button].button-outline[disabled]:focus,input[type=button].button-outline[disabled]:hover,input[type=reset].button-outline[disabled]:focus,input[type=reset].button-outline[disabled]:hover,input[type=submit].button-outline[disabled]:focus,input[type=submit].button-outline[disabled]:hover{border-color:inherit;color:#40287b}.button.button-clear,button.button-clear,input[type=button].button-clear,input[type=reset].button-clear,input[type=submit].button-clear{border-color:transparent;background-color:transparent;color:#40287b}.button.button-clear:focus,.button.button-clear:hover,button.button-clear:focus,button.button-clear:hover,input[type=button].button-clear:focus,input[type=button].button-clear:hover,input[type=reset].button-clear:focus,input[type=reset].button-clear:hover,input[type=submit].button-clear:focus,input[type=submit].button-clear:hover{border-color:transparent;background-color:transparent;color:#a3b4a0}.button.button-clear[disabled]:focus,.button.button-clear[disabled]:hover,button.button-clear[disabled]:focus,button.button-clear[disabled]:hover,input[type=button].button-clear[disabled]:focus,input[type=button].button-clear[disabled]:hover,input[type=reset].button-clear[disabled]:focus,input[type=reset].button-clear[disabled]:hover,input[type=submit].button-clear[disabled]:focus,input[type=submit].button-clear[disabled]:hover{color:#40287b}dd,dt{margin-bottom:1rem}blockquote,dl,pre,table{margin-bottom:2.5rem}label.checkbox{display:flex;align-items:center;margin-bottom:2.4rem}label.checkbox input[type=checkbox]{margin-right:.8rem;margin-bottom:0}input[type=checkbox]{display:inline-block;position:relative;width:2rem;height:2.1rem;margin:0;transition:background .3s,border-color .3s,box-shadow .2s;border:.1rem solid #9e9e9e;border-radius:.2rem;-webkit-appearance:none;appearance:none;outline:none;background:#fafafa;vertical-align:top;cursor:pointer}input[type=checkbox]:after{content:"";display:block;position:absolute;top:.1rem;width:.5rem;left:calc(50% - .25rem);height:1.2rem;transform:rotate(var(--r, 20deg));transition:transform var(--d-t, .3s) var(--d-t-e, ease),opacity var(--d-o, .2s);border:.2rem solid #fafafa;border-top:0;border-left:0}input[type=checkbox]:checked{--r: 43deg;--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2);border-color:#607d8b;background-color:#607d8b}input[type=checkbox]:disabled{border-color:#9e9e9e;opacity:.9;background-color:#e0e0e0;cursor:not-allowed}input[type=checkbox]:disabled+label{cursor:not-allowed}input[type=checkbox]:hover:not(:checked):not(:disabled){border-color:#607d8b}input[type=checkbox]:focus{box-shadow:0 0 0 .2rem #e0e0e0}input[type=checkbox]:not(.switch){width:2.1rem;min-width:2.1rem}input[type=checkbox]:not(.switch):after{opacity:var(--o, 0)}input[type=checkbox]:not(.switch):checked{--o: 1}input[type=checkbox]+label{display:inline-block;margin-left:.4rem;font-size:1.4rem;line-height:2.1rem;vertical-align:top;cursor:pointer}fieldset,input,select,textarea{margin-bottom:1.5rem}input[type=color],input[type=date],input[type=time],input[type=datetime],input[type=datetime-local],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],input[type=week],input:not([type]),textarea,select{height:3.8rem;padding:.6rem 1rem .7rem;border:.1rem solid #d1d1d1;border-radius:.4rem;background-color:transparent;appearance:none;box-shadow:none;transition:border-color .2s,box-shadow .2s}input[type=color]:focus,input[type=date]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,input[type=week]:focus,input:not([type]):focus,textarea:focus,select:focus{border-color:#40287b;outline:0}input[type=color]:invalid,input[type=date]:invalid,input[type=time]:invalid,input[type=datetime]:invalid,input[type=datetime-local]:invalid,input[type=email]:invalid,input[type=month]:invalid,input[type=number]:invalid,input[type=password]:invalid,input[type=search]:invalid,input[type=tel]:invalid,input[type=text]:invalid,input[type=url]:invalid,input[type=week]:invalid,input:not([type]):invalid,textarea:invalid,select:invalid{border-color:#c73e3e}select{padding-right:3rem;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat}select:focus{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%2340287b" d="M0,0l6,8l6-8"/></svg>')}select[multiple]{height:auto;background:none}textarea{height:auto;min-height:6.5rem}label,legend{display:block;margin-bottom:.5rem;font-size:1.6rem}fieldset{padding:0;border-width:0}input[type=checkbox],input[type=radio]{display:inline}.label-inline{display:inline-block;margin-left:.5rem;font-weight:400}.error{color:#c73e3e;font-size:1.4rem}.flex,.rows,.columns{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em}.flex.align-center,.rows.align-center,.columns.align-center{align-items:center}.flex.align-between,.rows.align-between,.columns.align-between{align-items:space-between}.flex.align-end,.rows.align-end,.columns.align-end{align-items:flex-end}.flex.space-between,.rows.space-between,.columns.space-between{justify-content:space-between}.flex.flex-end,.rows.flex-end,.columns.flex-end{justify-content:flex-end}.flex.flex-center,.rows.flex-center,.columns.flex-center{justify-content:center}.columns{flex-direction:column}.max-w-1280{max-width:1280px}.max-w-250{max-width:250px}.w-full{width:100%}.mx-auto{margin:0 auto}.mt-50{margin-top:50px}.mt-100{margin-top:100px}dl,ol,ul{margin-top:0;padding-left:0;list-style:none}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%}ol{list-style:decimal inside}ul{list-style:circle inside}table{display:block;width:100%;overflow-x:auto;border-spacing:0;text-align:left}td,th{padding:1.2rem 1.5rem;border-bottom:.1rem solid rgba(144,164,174,.5)}td:first-child,th:first-child{padding-left:0}td:last-child,th:last-child{padding-right:0}@media (min-width: 40rem){table{display:table;overflow-x:initial}}header#menu{display:flex;gap:16px;align-items:center;padding:24px;background-color:#fbfbfc}@media (prefers-color-scheme: dark){header#menu{background-color:#2b2a2a}}header#menu #logo{font-size:2em}header#menu nav{align-items:baseline;gap:32px;margin-left:124px}header#menu nav a{text-decoration:none;font-size:1.4em}header#menu nav a:hover{text-decoration:underline}header#menu nav a.selected{font-weight:500;font-size:1.7em}main#layout{display:flex}main#layout>aside.sidebar{display:flex;flex-direction:column;gap:16px;text-align:center;padding:80px 24px 24px;width:187px;min-width:187px;height:calc(100vh - 90px);overflow-y:auto;overflow-x:hidden;background-color:#fbfbfc}main#layout>aside.sidebar h6{margin-bottom:0}@media (prefers-color-scheme: dark){main#layout>aside.sidebar{background-color:#2b2a2a}}main#layout>section{flex:1;padding:24px 24px 24px 0}main#layout>section header{margin-left:78px}main#layout>section header h1{font-size:2.1em}main#layout>section header nav.breadcrumbs{display:flex;align-items:baseline;gap:8px;font-size:1em;font-weight:300;margin-bottom:1em}main#layout>section header nav.breadcrumbs a{cursor:pointer;text-decoration:none}main#layout>section header nav.breadcrumbs a:after{content:"❯";padding-left:8px}main#layout>section header nav.breadcrumbs a:last-child{font-size:1.2em;font-weight:500}main#layout>section header nav.breadcrumbs a:last-child:after{content:""}.login-form{min-width:182px;display:flex;flex-direction:column;gap:1em;width:100%;max-width:400px;margin:0 auto}.login-form>div{width:100%}.login-form>div input{width:100%}a{cursor:pointer}
