:root{font-family:Inter,system-ui,sans-serif;color:#172033;background:#f5f7fb}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}.auth-layout,.dashboard,.centered{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-layout .card,.dashboard .card{width:min(100%,26rem)}.card{padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 8px 30px #1b29401a}label{display:grid;gap:.4rem;margin:1rem 0}input{padding:.65rem;border:1px solid #c7ced9;border-radius:.4rem}button{border:0;border-radius:.4rem;padding:.7rem 1rem;background:#172033;color:#fff;cursor:pointer}button:disabled{opacity:.6;cursor:wait}.error{color:#b42318}.catalog-shell{max-width:72rem;margin:auto;padding:2rem 1rem}.catalog-header{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1.5rem}.catalog-header h1{margin:0}.catalog-header p,.muted{color:#5d6675}.filters{display:flex;gap:.75rem;margin-bottom:1.5rem}.filters input,.filters select{width:100%;padding:.7rem;border:1px solid #c7ced9;border-radius:.4rem;background:#fff}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1rem}.product-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 16px #1b294012}.product-image,.detail-image{display:grid;place-items:center;background:#e8edf3;color:#657084;min-height:10rem;text-decoration:none}.product-content{padding:1rem}.product-content h2{font-size:1.1rem;margin:.25rem 0 .5rem}.product-content h2 a{color:inherit;text-decoration:none}.empty{padding:2rem 0;color:#5d6675}.detail-layout{display:grid;grid-template-columns:minmax(16rem,1fr) minmax(18rem,1fr);gap:2rem;margin-top:1.5rem}.detail-image{min-height:24rem;border-radius:.75rem}.price{display:block;font-size:1.35rem;margin:1rem 0}.variant-list{display:flex;flex-wrap:wrap;gap:.5rem}.variant{color:#172033;background:#fff;border:1px solid #c7ced9;display:grid;gap:.2rem;text-align:left}.variant.selected{border-color:#172033;box-shadow:0 0 0 1px #172033}.variant-info{margin-top:1rem;padding:1rem;background:#edf4ee;border-radius:.5rem}.variant-info p{margin:.4rem 0}.branch-selector{margin:1.25rem 0}.branch-selector select{display:block;width:100%;margin-top:.4rem;padding:.7rem;border:1px solid #c7ced9;border-radius:.4rem;background:#fff}.variant.no-stock{opacity:.65;background:#f8eeee}.available{color:#067647;font-weight:700}.unavailable{color:#b42318;font-weight:700}.header-actions{display:flex;align-items:center;gap:1rem}.cart-nav-link{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1rem;background:#fff;border:1px solid #c7ced9;border-radius:.4rem;color:#172033;text-decoration:none;font-weight:600;transition:border-color .2s,background .2s}.cart-nav-link:hover{background:#f0f3f8;border-color:#172033}.cart-badge{display:inline-grid;place-items:center;background:#0f172a;color:#fff;font-size:.75rem;font-weight:700;min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:9999px}.cart-badge-large{background:#e8edf3;color:#172033;font-weight:600;padding:.4rem .8rem;border-radius:9999px;font-size:.9rem}.detail-top-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.back-link{color:#172033;text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}.add-to-cart-action{margin-top:1.25rem;display:flex;flex-direction:column;gap:.75rem}.btn-add-cart{width:100%;padding:.85rem 1.25rem;background:#0f172a;color:#fff;font-weight:600;font-size:1rem;border-radius:.5rem;transition:background .2s}.btn-add-cart:hover:not(:disabled){background:#1e293b}.btn-add-cart:disabled{opacity:.6;cursor:not-allowed}.feedback-box{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:.4rem;font-size:.95rem;font-weight:500}.feedback-box.success{background:#ecfdf3;color:#027a48;border:1px solid #a6f4c5}.feedback-box.error{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.feedback-cart-link{color:#027a48;font-weight:700;text-decoration:underline;margin-left:.5rem}.cart-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:1rem}.cart-header h1{margin:.4rem 0 0;font-size:1.75rem}.error-banner{display:flex;justify-content:space-between;align-items:center;background:#fef3f2;color:#b42318;border:1px solid #fecdca;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1.5rem}.error-banner p{margin:0}.btn-dismiss{background:transparent;border:0;color:#b42318;font-weight:600;cursor:pointer;padding:.2rem .5rem}.cart-empty{text-align:center;padding:4rem 1rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 16px #1b294012}.empty-icon{font-size:3rem;margin-bottom:.5rem}.cart-empty h2{margin:.5rem 0}.btn-primary{display:inline-block;margin-top:1.25rem;padding:.75rem 1.5rem;background:#0f172a;color:#fff;border-radius:.5rem;text-decoration:none;font-weight:600}.btn-secondary{display:block;text-align:center;margin-top:1rem;padding:.75rem 1rem;background:#f1f5f9;color:#0f172a;border-radius:.5rem;text-decoration:none;font-weight:600}.cart-grid{display:grid;grid-template-columns:1fr 22rem;gap:2rem;align-items:start}.cart-items-column{display:flex;flex-direction:column;gap:1rem}.cart-item-card{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.25rem;border-radius:.75rem;box-shadow:0 4px 16px #1b294012;border:1px solid #e2e8f0;transition:opacity .2s}.cart-item-card.operating{opacity:.7}.cart-item-info h2{font-size:1.15rem;margin:0 0 .5rem}.cart-item-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.tag{background:#f1f5f9;padding:.25rem .5rem;border-radius:.25rem;font-size:.85rem}.cart-item-unit-price{margin:.4rem 0 0;font-size:.9rem;color:#475467}.cart-item-actions{display:flex;align-items:center;gap:1.5rem}.quantity-selector{display:flex;align-items:center;border:1px solid #c7ced9;border-radius:.4rem;background:#f8fafc;overflow:hidden}.qty-btn{background:transparent;border:0;color:#172033;font-weight:700;font-size:1.1rem;width:2rem;height:2rem;cursor:pointer;display:grid;place-items:center}.qty-btn:hover:not(:disabled){background:#e2e8f0}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-number{min-width:2rem;text-align:center;font-weight:600;font-size:.95rem}.cart-item-subtotal{min-width:6rem;text-align:right;display:flex;flex-direction:column}.cart-item-subtotal strong{font-size:1.05rem;color:#0f172a}.btn-remove{background:transparent;border:1px solid #fecdca;color:#b42318;border-radius:.4rem;padding:.4rem .75rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-remove:hover:not(:disabled){background:#fee4e2}.btn-remove:disabled{opacity:.5;cursor:wait}.cart-summary-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 16px #1b294012;border:1px solid #e2e8f0}.cart-summary-card h2{margin:0 0 1rem;font-size:1.25rem;border-bottom:1px solid #e2e8f0;padding-bottom:.75rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.95rem}.summary-row.total-row{border-top:1px solid #e2e8f0;padding-top:1rem;margin-top:1rem;font-size:1.15rem;font-weight:700}.small-note{font-size:.8rem;line-height:1.4;margin-top:1rem}@media(max-width:768px){.cart-grid{grid-template-columns:1fr}.cart-item-card{flex-direction:column;align-items:flex-start;gap:1rem}.cart-item-actions{width:100%;justify-content:space-between;gap:.5rem}.detail-top-nav{flex-direction:row}}@media(max-width:600px){.catalog-shell{padding:1rem}.catalog-header,.filters{flex-direction:column}.catalog-header button{width:100%}.detail-layout{grid-template-columns:1fr;gap:1rem}.detail-image{min-height:16rem}}.customer-shell,.backoffice-shell{min-height:100vh;display:flex;flex-direction:column}.customer-navbar{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0d;position:sticky;top:0;z-index:40}.customer-navbar-inner{max-width:72rem;margin:0 auto;padding:.85rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.customer-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#0f172a;font-size:1.25rem;font-weight:700}.brand-icon{font-size:1.35rem}.customer-nav-links{display:flex;align-items:center;gap:1rem}.customer-nav-item{color:#475467;text-decoration:none;font-weight:600;font-size:.95rem;padding:.5rem .75rem;border-radius:.375rem;transition:color .15s,background .15s}.customer-nav-item:hover{color:#0f172a;background:#f1f5f9}.backoffice-navbar{background:#0f172a;color:#fff;border-bottom:1px solid #1e293b;position:sticky;top:0;z-index:40;width:100%}.backoffice-navbar-inner{max-width:80rem;margin:0 auto;width:100%;padding:.85rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.backoffice-brand-group{display:flex;align-items:center;gap:2rem}.backoffice-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:#fff;font-size:1.15rem;font-weight:700}.brand-badge{background:#3b82f6;color:#fff;font-size:.75rem;font-weight:800;padding:.2rem .45rem;border-radius:.25rem;letter-spacing:.05em}.backoffice-nav{display:flex;align-items:center;gap:.75rem}.backoffice-nav-item{color:#94a3b8;text-decoration:none;font-size:.9rem;font-weight:600;padding:.4rem .8rem;border-radius:.375rem;transition:color .15s,background .15s}.backoffice-nav-item:hover,.backoffice-nav-item.active{color:#fff;background:#1e293b}.backoffice-user-actions{display:flex;align-items:center;gap:1rem}.role-badge{font-size:.75rem;font-weight:700;padding:.25rem .65rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.role-admin{background:#7c3aed;color:#fff}.role-employee{background:#0284c7;color:#fff}.role-customer{background:#059669;color:#fff}.backoffice-user-name{font-size:.9rem;font-weight:500;color:#e2e8f0}.backoffice-navbar .btn-logout{background:#1e293b;color:#e2e8f0;border:1px solid #334155;border-radius:.375rem;padding:.45rem .9rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.backoffice-navbar .btn-logout:hover{background:#334155;color:#fff}.backoffice-content{flex:1;width:100%;display:flex;flex-direction:column}.backoffice-container{width:100%;max-width:80rem;margin:2rem auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:1.75rem}.backoffice-products-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.backoffice-products-header h1{margin:0}.backoffice-products-header .btn-primary{margin-top:0;border:0;cursor:pointer}.backoffice-products-header .btn-primary:disabled,.backoffice-product-actions button:disabled{opacity:.55;cursor:not-allowed}.backoffice-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(17rem,1fr));gap:1rem}.backoffice-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 16px #1b294012}.backoffice-product-image{min-height:7rem;display:grid;place-items:center;color:#657084;background:#e8edf3}.backoffice-product-content{padding:1rem}.backoffice-product-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.backoffice-product-title-row h2{margin:0;font-size:1.1rem}.product-status{padding:.25rem .5rem;border-radius:99px;font-size:.75rem;font-weight:700;white-space:nowrap}.product-status.active{color:#067647;background:#ecfdf3}.product-status.inactive{color:#b54708;background:#fffaeb}.backoffice-product-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.backoffice-product-actions .btn-secondary,.backoffice-product-actions .btn-remove{margin-top:0;white-space:nowrap}.backoffice-product-actions .btn-secondary{border:0;cursor:pointer}.backoffice-product-detail{margin-top:1.5rem}.backoffice-product-detail dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1rem;margin:1rem 0 0}.backoffice-product-detail dt{color:#64748b;font-size:.8rem}.backoffice-product-detail dd{margin:.25rem 0 0;font-weight:600}.backoffice-product-form{margin-bottom:1.5rem}.product-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.product-form-grid label{display:grid;gap:.4rem;color:#334155;font-size:.9rem;font-weight:600}.product-form-grid input,.product-form-grid select,.product-form-grid textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:.45rem;padding:.65rem;font:inherit;color:#172033;background:#fff}.product-form-grid textarea{min-height:5rem;resize:vertical}.product-form-description,.product-form-actions,.product-form-error{grid-column:1 / -1}.product-form-checkbox{display:flex!important;align-items:center;gap:.5rem!important}.product-form-checkbox input{width:auto}.product-form-actions{display:flex;justify-content:flex-end;gap:.75rem}.product-form-actions .btn-primary,.product-form-actions .btn-secondary{margin-top:0;border:0;cursor:pointer}.backoffice-variants-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;border-top:1px solid #e2e8f0;padding-top:1.25rem}.backoffice-variants-header h3{margin:0}.backoffice-variants-header p{margin:.35rem 0 0}.variant-table{display:grid;gap:.75rem;margin-top:1rem}.variant-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:1rem;padding:.85rem 0;border-top:1px solid #e2e8f0}.variant-row>div:first-child{display:grid;gap:.2rem}.variant-row .backoffice-product-actions{margin-top:0}.variant-inventory{grid-column:1 / -1;border-top:1px solid #e2e8f0;padding-top:1rem}.variant-inventory h4{margin:0}.inventory-form{margin-top:1rem}.inventory-list{display:grid;gap:.75rem;margin-top:1rem}.inventory-row{display:grid;grid-template-columns:1fr 7rem 7rem auto;align-items:end;gap:.75rem;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem}.inventory-row>div:first-child{display:grid;gap:.2rem}.inventory-row label{margin:0;font-size:.8rem;color:#475467}.inventory-row input{width:100%;padding:.45rem}.inventory-row button{margin:0}@media(max-width:640px){.backoffice-products-header,.product-form-grid{grid-template-columns:1fr}.backoffice-products-header{align-items:stretch}.product-form-actions{justify-content:stretch}}.backoffice-container .card{width:100%;max-width:100%}.dashboard-welcome{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 16px #1b294012;border:1px solid #e2e8f0}.welcome-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0;padding-bottom:1.25rem;margin-bottom:1.25rem;gap:1rem}.welcome-header h1{margin:0 0 .4rem;font-size:1.75rem;color:#0f172a}.welcome-role-tag{background:#f1f5f9;border:1px solid #cbd5e1;padding:.4rem .85rem;border-radius:.5rem;font-size:.9rem;color:#1e293b;white-space:nowrap}.user-profile-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1.5rem;width:100%}.profile-item{display:flex;flex-direction:column;gap:.35rem;background:#f8fafc;padding:1rem 1.25rem;border-radius:.5rem;border:1px solid #f1f5f9}.profile-label{font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.profile-value{font-size:.95rem;font-weight:600;color:#0f172a;word-break:break-word}.profile-value.status-active{color:#059669}.dashboard-modules-preview{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 16px #1b294012;border:1px solid #e2e8f0}.dashboard-modules-preview h2{margin:0 0 .4rem;font-size:1.35rem;color:#0f172a}.modules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(17rem,1fr));gap:1.25rem;margin-top:1.5rem;width:100%}.module-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.25rem;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;flex-direction:column}.module-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a0d;transform:translateY(-2px)}.module-icon{font-size:1.75rem;margin-bottom:.6rem}.module-card h3{margin:0 0 .35rem;font-size:1.05rem;color:#0f172a}.module-card p{margin:0;font-size:.85rem;line-height:1.45;color:#5d6675}@media(max-width:768px){.backoffice-container{padding:0 1rem;margin:1.25rem auto;gap:1.25rem}.dashboard-welcome,.dashboard-modules-preview{padding:1.25rem}.welcome-header{flex-direction:column;align-items:flex-start;gap:.75rem}.modules-grid{grid-template-columns:1fr}}@media(max-width:640px){.customer-navbar-inner,.backoffice-navbar-inner{flex-direction:column;gap:.75rem;align-items:flex-start}.customer-nav-links,.backoffice-user-actions{width:100%;justify-content:space-between}}.res-shell{max-width:52rem;margin:2rem auto;padding:0 1.5rem}.res-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.res-title{margin:0;font-size:1.75rem;font-weight:700;color:#0f172a}.res-count{font-size:.9rem;color:#64748b;font-weight:500}.res-loading,.res-error,.res-empty{text-align:center;padding:3rem 1rem;color:#64748b;font-size:1rem}.res-error{color:#b42318}.res-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem}.res-empty-icon{font-size:2.5rem}.res-list{display:flex;flex-direction:column;gap:1rem}.res-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 16px #1b29400f;overflow:hidden;transition:box-shadow .15s,transform .15s}.res-card:hover{box-shadow:0 6px 24px #1b29401a;transform:translateY(-1px)}.res-card-head{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;background:#f8fafc}.res-card-meta{display:flex;align-items:center;gap:.75rem}.res-id{font-family:monospace;font-size:.85rem;font-weight:700;color:#0f172a;letter-spacing:.04em}.res-status{display:inline-block;font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.res-status-pending{background:#fef9c3;color:#854d0e}.res-status-confirmed{background:#dcfce7;color:#166534}.res-status-completed{background:#dbeafe;color:#1e40af}.res-status-cancelled{background:#fee2e2;color:#991b1b}.res-status-default{background:#f1f5f9;color:#475569}.res-date{font-size:.82rem;color:#94a3b8;font-weight:500}.res-card-body{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.6rem}.res-info-row{display:flex;justify-content:space-between;align-items:center;font-size:.92rem}.res-info-label{color:#64748b;font-weight:500}.res-info-value{color:#0f172a;font-weight:600;text-align:right}.res-total-row{border-top:1px solid #e2e8f0;padding-top:.6rem;margin-top:.2rem}.res-total-value{font-size:1rem;color:#0f172a;font-weight:700}@media(max-width:600px){.res-shell{padding:0 1rem;margin-top:1.25rem}.res-card-head{flex-direction:column;align-items:flex-start;gap:.5rem}}.res-detail-shell{max-width:52rem;margin:2rem auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.res-back-link{display:inline-flex;align-items:center;gap:.4rem;color:#475467;text-decoration:none;font-size:.9rem;font-weight:600;transition:color .15s;width:fit-content}.res-back-link:hover{color:#0f172a}.res-detail-header-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 16px #1b29400f;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.res-detail-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.res-detail-title{margin:0 0 .25rem;font-size:1.35rem;font-weight:700;color:#0f172a}.res-detail-date{margin:0;font-size:.85rem;color:#94a3b8}.res-status-lg{font-size:.82rem;padding:.3rem .8rem;white-space:nowrap}.res-detail-meta-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1rem}.res-detail-meta-item{display:flex;flex-direction:column;gap:.25rem;background:#f8fafc;padding:.85rem 1rem;border-radius:.5rem;border:1px solid #f1f5f9}.res-meta-sub{font-size:.8rem;color:#64748b}.res-detail-section{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 16px #1b29400f;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.res-detail-section-title{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a;border-bottom:1px solid #e2e8f0;padding-bottom:.75rem}.res-items-list{display:flex;flex-direction:column;gap:.75rem}.res-item-row{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:#f8fafc;border:1px solid #f1f5f9;border-radius:.5rem}.res-item-color-dot{flex-shrink:0;width:1rem;height:1rem;border-radius:50%;border:1px solid #e2e8f0}.res-item-info{flex:1;display:flex;flex-direction:column;gap:.2rem}.res-item-name{font-size:.95rem;font-weight:600;color:#0f172a}.res-item-variant{font-size:.8rem;color:#64748b}.res-item-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;white-space:nowrap}.res-item-qty{font-size:.82rem;color:#64748b}.res-item-unit{font-size:.8rem;color:#94a3b8}.res-item-subtotal{font-size:.95rem;font-weight:700;color:#0f172a}.res-detail-total-bar{display:flex;justify-content:space-between;align-items:center;border-top:2px solid #e2e8f0;padding-top:1rem;margin-top:.25rem}.res-detail-total-label{font-size:1rem;font-weight:600;color:#475467}.res-detail-total-value{font-size:1.25rem;font-weight:800;color:#0f172a}.res-card-clickable{width:100%;text-align:left;cursor:pointer;background:none;border:none;padding:0;font:inherit;color:inherit}@media(max-width:600px){.res-detail-shell{padding:0 1rem;margin-top:1.25rem}.res-detail-title-row{flex-direction:column}.res-item-row{flex-wrap:wrap}.res-item-pricing{flex-direction:row;gap:.5rem;align-items:center}}
