p{margin:0}.header{background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.header__container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (width>=640px){.header__container{padding:0 1.5rem}}@media (width>=1024px){.header__container{padding:0 2rem}}.header__content{justify-content:space-between;align-items:center;height:4rem;display:flex}.header__buttons{align-items:center;gap:1rem;display:flex}.user-section{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex;position:relative}.user-section__avatar{color:#fff;cursor:pointer;background-color:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:600;display:flex}.user-section__info{flex-direction:column;display:flex}.user-section__name{color:#111827;font-size:.875rem;font-weight:500;line-height:1.2}.user-section__role{color:#6b7280;font-size:.75rem;line-height:1.2}.xbutton{cursor:pointer;text-transform:capitalize;border-radius:.5rem;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex;box-shadow:0 1px 2px #0000000d}.xbutton+.xbutton{margin-left:.25rem}.button__icon{width:1rem;height:1rem;margin-right:.5rem}.xbutton--secondary{color:#374151;background-color:#fff;border:1px solid #d1d5db}.xbutton--secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.xbutton--primary{color:#fff;background-color:#2563eb;border:1px solid #0000}.xbutton--primary:hover{background-color:#1d4ed8;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.xbutton--dark{color:#fff;background-color:#111827;border:1px solid #0000}.xbutton--dark:hover{background-color:#1f2937;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.xbutton--light{color:#313131;background-color:#f9fafb;border:1px solid #e5e7eb}.xbutton--light:hover{background-color:#f3f4f6;border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.xbutton--danger{color:#fff;background-color:#dc2626;border:1px solid #0000}.xbutton--danger:hover{background-color:#b91c1c;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.xbutton--warning{color:#92400e;background-color:#fbbf24;border:1px solid #0000}.xbutton--warning:hover{color:#fff;background-color:#f59e0b;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.main{background-color:#f9fafb;min-height:100vh}.main__container{max-width:80rem;margin:0 auto;padding:2rem 1rem}@media (width>=640px){.main__container{padding:2rem 1.5rem}}@media (width>=1024px){.main__container{padding:2rem}}.card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.card--spacing-bottom{margin-bottom:2rem}.card__content{padding:1.5rem}.order-header__content{justify-content:space-between;align-items:center;display:flex}.order-header__info{flex:1}.order-header__title{color:#111827;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.order-header__details{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.order-header__details{grid-template-columns:repeat(3,1fr)}}.order-header__detail{flex-direction:column;gap:.25rem;display:flex}.order-header__detail-label{color:#6b7280;font-size:.875rem;font-weight:500}.order-header__detail-value{color:#111827;font-size:.875rem}.order-header__actions{flex-direction:column;gap:.75rem;margin-left:1.5rem;display:flex}@media (width>=768px){.order-header__actions{flex-direction:row}}.status{border-radius:9999px;align-items:center;padding:.125rem .625rem;font-size:.75rem;font-weight:500;display:inline-flex}.status--warning{color:#92400e;background-color:#fef3c7}.tabs__nav{border-bottom:1px solid #e5e7eb}.tabs__list{gap:2rem;padding:0 1.5rem;display:flex;overflow-x:auto}.tabs__button{cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;padding:1rem .25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.tabs__button-icon{width:1rem;height:1rem;margin-right:.5rem}.tabs__button--active{color:#2563eb;border-bottom-color:#3b82f6}.tabs__button--inactive{color:#6b7280}.tabs__button--inactive:hover{color:#374151;border-bottom-color:#d1d5db}.tabs__content{padding:1.5rem;overflow-x:hidden}.tab-content__title{color:#111827;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.tab-content__list{flex-direction:column;gap:.75rem;display:flex}.product-item{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:.5rem;justify-content:space-between;align-items:center;padding:1rem;display:flex}.product-item__info{align-items:center;gap:1rem;display:flex}.product-item__image{background-color:#e5e7eb;border-radius:.5rem;width:3rem;height:3rem}.product-item__details{flex-direction:column;display:flex}.product-item__name{color:#111827;font-weight:500}.product-item__sku{color:#6b7280;font-size:.875rem}.product-item__pricing{text-align:right}.product-item__price{color:#111827;font-weight:600}.product-item__quantity{color:#6b7280;font-size:.875rem}.steps__list{flex-direction:column;gap:1rem;display:flex}.step{align-items:center;gap:1rem;display:flex}.step__indicator{border-radius:50%;width:1rem;height:1rem}.step__indicator--completed{background-color:#10b981}.step__indicator--pending{background-color:#d1d5db}.step__indicator--current{background-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.step__content{flex:1}.step__title{font-weight:500}.step__title--completed{color:#111827}.step__title--pending{color:#6b7280}.step__title--current{color:#1d4ed8;font-weight:600}.step__date{color:#6b7280;font-size:.875rem}.step-info{background-color:#eff6ff;border:1px solid #dbeafe;border-left:4px solid #3b82f6;border-radius:.5rem;margin-top:1.5rem;padding:1rem}.step-info__title{color:#1e40af;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.step-info__content{color:#1e3a8a;font-size:.875rem;line-height:1.5}.step-info__list{margin:.5rem 0 0;padding-left:1rem}.step-info__list-item{margin-bottom:.25rem}.schedule__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.schedule__grid{grid-template-columns:repeat(2,1fr)}}.schedule__item{border:1px solid;border-radius:.5rem;padding:1rem}.schedule__item--blue{background-color:#eff6ff;border-color:#dbeafe}.schedule__item--green{background-color:#f0fdf4;border-color:#dcfce7}.schedule__item-title{margin-bottom:.5rem;font-weight:500}.schedule__item-title--blue{color:#1e3a8a}.schedule__item-title--green{color:#14532d}.schedule__item-date{color:#1d4ed8}.schedule__item-date--green{color:#16a34a}.client__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.client__grid{grid-template-columns:repeat(2,1fr)}}.client__section{flex-direction:column;gap:1rem;display:flex}.client__section-title{color:#111827;margin-bottom:.5rem;font-weight:500}.client__info{color:#4b5563;flex-direction:column;gap:.5rem;font-size:.875rem;display:flex}.client__info-label{font-weight:500}.client__address{color:#4b5563;font-size:.875rem;line-height:1.4}
/*# sourceMappingURL=index.9a868d6d.css.map */
