.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-column{flex-direction:column;display:flex}.button-gradient{color:#fff;background:linear-gradient(135deg,#5f9d20 0%,#4a7a18 100%);border:none;transition:all .3s}.button-gradient:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5f9d2059}.button-gradient:active{transform:translateY(0)}.button-gradient:disabled{opacity:.6;cursor:not-allowed;transform:none}.card-base{background:#fff;border-radius:20px;padding:20px;transition:all .3s;box-shadow:0 8px 24px #5f9d201f}.card-base:hover{transform:translateY(-8px);box-shadow:0 12px 32px #5f9d2033}html{scroll-behavior:smooth;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{background:linear-gradient(135deg,#c7e1a3 0%,#bcf385 100%);min-height:100vh;margin:0;padding:0}.order-search-page{min-height:100vh;padding-bottom:60px}.header-banner{text-align:center;color:#fff;background:linear-gradient(135deg,#c7e1a3 0%,#bcf385 100%);padding:60px 20px;position:relative}.header-banner .brand-title{letter-spacing:2px;text-shadow:2px 2px 8px #00000026;margin:0 0 15px;font-size:3.5rem;font-weight:900}.header-banner .brand-subtitle{opacity:.95;letter-spacing:1px;text-transform:uppercase;margin:8px 0 30px;font-size:.9rem}.header-banner .search-button-main{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#3d6114 0%,#2d4810 100%);border:3px solid #fff;border-radius:50px;margin:0 auto;padding:16px 48px;font-size:1.1rem;font-weight:800;transition:all .3s;display:inline-block;box-shadow:0 8px 20px #0003}.header-banner .search-button-main:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000040}.header-banner .search-button-main:active{transform:translateY(-1px)}.search-section{background:linear-gradient(135deg,#c7e1a3 0%,#bcf385 100%);padding:40px 20px}.search-section .search-container{max-width:700px;margin:0 auto}.search-section .search-title{text-align:center;color:#3d6114;text-transform:uppercase;letter-spacing:1px;margin:0 0 30px;font-size:1.6rem;font-weight:800}.search-section .search-input-group{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;gap:12px;padding:14px;display:flex;box-shadow:0 12px 32px #5f9d2059}.search-section .search-input{color:#333;background:0 0;border:none;outline:none;flex:1;padding:12px 18px;font-size:1rem}.search-section .search-input::placeholder{color:#999;font-style:italic}.search-section .search-button{color:#fff;cursor:pointer;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#5f9d20 0%,#4a7a18 100%);border:none;border-radius:50px;padding:12px 36px;font-size:.95rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #5f9d2059}.search-section .search-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5f9d2059}.search-section .search-button:active{transform:translateY(0)}.search-section .search-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading-spinner{justify-content:center;align-items:center;padding:60px 20px;display:flex}.loading-spinner .spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:1s linear spin}.orders-section{background:linear-gradient(135deg,#c7e1a3 0%,#bcf385 100%);max-width:1200px;margin:0 auto;padding:30px 20px}.orders-section .orders-title{text-align:center;color:#3d6114;text-transform:uppercase;letter-spacing:.5px;margin:0 0 30px;font-size:1.5rem;font-weight:700}.orders-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.order-card{cursor:pointer;background:#fff;border-radius:20px;padding:20px;transition:all .3s;box-shadow:0 8px 24px #5f9d201f}.order-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #5f9d2033}.order-card .order-card-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;display:flex}.order-card .order-card-header .order-header-content{flex:1;align-items:center;gap:12px;display:flex}.order-card .order-card-header .order-collapse-btn{cursor:pointer;color:#5f9d20;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex}.order-card .order-card-header .order-collapse-btn:hover{background:#5f9d2026}.order-card .order-card-header .order-collapse-btn .collapse-icon{transition:transform .3s;transform:rotate(0)}.order-card .order-card-header .order-collapse-btn.collapsed .collapse-icon{transform:rotate(180deg)}.order-card .order-card-header .order-id{color:#3d6114;font-size:1.1rem;font-weight:700}.order-card .order-content{opacity:1;max-height:2000px;transition:max-height .4s,opacity .3s;overflow:hidden}.order-card .order-status{text-transform:uppercase;border-radius:20px;padding:6px 12px;font-size:.85rem;font-weight:600}.order-card .order-status.completed{color:#065f46;background-color:#d1fae5}.order-card .order-status.pending{color:#92400e;background-color:#fef3c7}.order-card .order-status.cancelled{color:#991b1b;background-color:#fee2e2}.order-card .order-customer-info{border-bottom:1px solid #f0f0f0;margin-bottom:15px;padding-bottom:15px}.order-card .order-detail{align-items:center;gap:0;margin-bottom:12px;font-size:.95rem;display:flex}.order-card .order-detail .order-detail-label{color:#999;min-width:120px;margin-right:10px;font-weight:600;display:inline-block}.order-card .order-detail .order-detail-value{color:#333;flex:1;font-weight:500}.order-card .order-detail .phone-masked,.order-card .order-detail .tracking-masked,.order-card .order-detail .address-masked,.order-card .order-detail .status-value{letter-spacing:.5px}.order-card .order-products{border-bottom:1px solid #f0f0f0;margin-bottom:15px;padding-bottom:15px}.order-card .order-products .products-label{color:#999;text-transform:uppercase;margin-bottom:10px;font-size:.9rem;font-weight:600}.order-card .order-products .products-list{flex-direction:column;gap:8px;display:flex}.order-card .order-products .product-item{background:#f9fbf5;border-radius:8px;align-items:flex-start;gap:12px;padding:12px;font-size:.85rem;display:flex}.order-card .order-products .product-item .product-image-wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;overflow:hidden}.order-card .order-products .product-item .product-image-wrapper .product-image{object-fit:cover;width:100%;height:100%}.order-card .order-products .product-item .product-info{flex-direction:column;flex:1;gap:6px;display:flex}.order-card .order-products .product-item .product-info .product-name{color:#333;font-weight:600;line-height:1.3;display:block}.order-card .order-products .product-item .product-info .product-qty{color:#999;font-size:.8rem;font-weight:600}.order-card .order-products .product-item .product-info .product-price{color:#5f9d20;font-size:.9rem;font-weight:700}.order-card .order-footer{justify-content:flex-end;display:flex}.order-card .order-footer .order-price{color:#5f9d20;font-size:1.3rem;font-weight:700}.empty-state{text-align:center;color:#3d6114;padding:60px 20px}.empty-state .empty-icon{stroke:#5a1f7d4d;width:80px;height:80px;margin:0 auto 20px}.empty-state .empty-title{margin:0 0 10px;font-size:1.3rem;font-weight:700}.empty-state .empty-subtitle{opacity:.8;margin:0;font-size:.95rem}.error-alert{background:#ff44441a;border:2px solid #ff44444d;border-radius:20px;gap:16px;margin:20px;padding:20px;display:flex}.error-alert .error-content{gap:16px;width:100%;display:flex}.error-alert .error-icon{stroke:#c33;flex-shrink:0;width:24px;height:24px}.error-alert .error-title{color:#c33;margin:0 0 8px;font-weight:700}.error-alert .error-message{color:#c33;margin:0;font-size:.95rem}.hidden{display:none!important}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translate(0,0)}}@keyframes slideOutDown{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translateY(40px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes bounceIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.toast-enter{animation:.3s ease-out slideInUp}.toast-exit{animation:.3s ease-in slideOutDown}@media (width<=768px){.header-banner .brand-title{font-size:2.5rem}.search-section .search-title{font-size:1.1rem}.search-section .search-input-group{flex-direction:column;gap:10px}.search-section .search-button{width:100%;padding:12px}.orders-grid{grid-template-columns:1fr}.orders-section .orders-title{font-size:1.2rem}.order-card .order-card-header{flex-direction:column;gap:10px}.order-card .order-detail{flex-direction:column;align-items:flex-start;gap:4px}.order-card .order-detail .order-detail-label{min-width:auto;margin-right:0}.order-card .product-item{flex-direction:column;align-items:flex-start}.order-card .product-item .product-qty,.order-card .product-item .product-price{margin-right:0}}.logo img{height:60px}
