body{padding:0;margin:0}.sign-in{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100vh;min-height:100dvh;background:linear-gradient(135deg,#1e2a5e,#263988,#3a4fa3);padding:16px;box-sizing:border-box;margin:0}.sign-in .sign-in-card{background:#1e2a5efa;border-radius:16px;padding:32px 24px;box-shadow:0 8px 32px #0006;border:1px solid rgba(255,255,255,.15);width:100%;max-width:380px;box-sizing:border-box;margin:0 auto}.sign-in h1{color:#fff;font-size:28px;font-weight:700;margin:0 0 8px;text-align:center;letter-spacing:-.5px}.sign-in .sign-in-subtitle{color:#b8c5e8;font-size:15px;text-align:center;margin:0 0 28px}.sign-in form,.sign-in-card form{display:flex;flex-direction:column;width:100%;background:transparent;background-color:transparent;border-radius:0;padding:0}.sign-in .sign-in-field{margin-bottom:18px;background:transparent}.sign-in label,.sign-in .sign-in-field label{display:block;color:#e2e8f5;font-size:14px;font-weight:600;margin-bottom:8px;background:transparent}.sign-in input,.sign-in input[type=email],.sign-in input[type=password],.sign-in .sign-in-field input{width:100%;height:auto;padding:14px 16px;border:2px solid rgba(255,255,255,.25);border-radius:10px;background:#ffffff1f;background-color:#ffffff1f;color:#fff;font-size:16px;transition:all .2s ease;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sign-in input::placeholder{color:#8a9bc4;opacity:1}.sign-in input:focus{outline:none;border-color:#6ab527;background:#ffffff2e;background-color:#ffffff2e}.sign-in button,.sign-in button[type=submit]{width:100%;height:auto;padding:14px;background:linear-gradient(135deg,#6ab527,#5a9c21);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sign-in button[type=submit]:hover:not(:disabled){background:linear-gradient(135deg,#7bc934,#6ab527);transform:translateY(-1px);box-shadow:0 4px 12px #6ab52766}.sign-in button[type=submit]:active:not(:disabled){transform:translateY(0)}.sign-in button[type=submit]:disabled{opacity:.7;cursor:not-allowed;transform:none}.sign-in .sign-in-divider{display:flex;align-items:center;width:100%;margin:20px 0}.sign-in .sign-in-divider:before,.sign-in .sign-in-divider:after{content:"";flex:1;height:1px;background:#ffffff40}.sign-in .sign-in-divider span{padding:0 14px;color:#a0b0d0;font-size:13px;text-transform:uppercase;letter-spacing:1px;font-weight:500}.sign-in .google-sign-in-btn,.sign-in button.google-sign-in-btn{width:100%;height:auto;padding:14px;background:#fff;color:#1f2937;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .2s ease;box-shadow:0 2px 8px #00000026;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:0}.sign-in .google-sign-in-btn:hover:not(:disabled){background:#f3f4f6;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.sign-in .google-sign-in-btn:active:not(:disabled){transform:translateY(0)}.sign-in .google-sign-in-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.sign-in .google-icon{flex-shrink:0}.sign-in .sign-in-error{background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:8px;padding:12px 16px;margin-top:20px;color:#fca5a5;font-size:14px;text-align:center;font-weight:500}@media(max-width:480px){.sign-in{padding:12px}.sign-in .sign-in-card{padding:24px 20px;border-radius:12px}.sign-in h1{font-size:24px}.sign-in .sign-in-subtitle{font-size:14px;margin-bottom:24px}.sign-in input,.sign-in button[type=submit],.sign-in .google-sign-in-btn{padding:12px 14px;font-size:16px}.sign-in .sign-in-divider{margin:16px 0}}.sign-in,.sign-in *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.store-selector{position:relative;display:inline-block}.store-selector-trigger{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;font-weight:600;color:#263988;padding:.4rem .85rem;background:#26398814;border-radius:999px;border:none;cursor:pointer;transition:background .2s ease;white-space:nowrap}.store-selector-trigger:hover{background:#26398824}.store-selector-trigger:focus{outline:2px solid rgba(38,57,136,.3);outline-offset:2px}.store-selector-chevron{flex-shrink:0;transition:transform .2s ease}.store-selector-chevron.open{transform:rotate(180deg)}.store-selector-dropdown{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);display:flex;flex-direction:column;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001f,0 0 0 1px #0000000d;list-style:none;margin:0;padding:6px;min-width:180px;z-index:1000}.store-selector-option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .75rem;border-radius:6px;cursor:pointer;font-size:.9rem;color:#333;transition:background .15s ease}.store-selector-option:hover{background:#2639880f}.store-selector-option.selected{color:#263988;font-weight:600;background:#26398814}.store-selector-option svg{flex-shrink:0;color:#263988}.switchButton{margin:0 10px;padding:10px 20px;font-size:16px;cursor:pointer;background-color:#263988}.buttonContainer{display:flex;justify-content:center;margin-bottom:20px}.signOutButton{background-color:red;width:auto;text-align:center;color:#fff}nav{width:90%;background:#fff;border-bottom:1px solid #e6e6e6;display:flex;justify-content:center;padding:0 2rem;position:sticky;top:0;z-index:10}nav img{width:140px}.nav-store-name{font-size:.95rem;font-weight:600;color:#263988;padding:.4rem 1rem;background:#26398814;border-radius:999px;white-space:nowrap}.navbar-container{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 0}nav ul{display:flex;gap:.75rem;list-style:none;margin:0;padding:0;align-items:center}.nav-link{text-decoration:none;color:#222;font-size:1rem;font-weight:600;padding:.5rem .9rem;border-radius:999px;transition:background .2s ease,color .2s ease}.nav-link:hover{background:#26398814}.nav-link-pill{background:#263988;color:#fff!important;box-shadow:0 6px 18px #2639884d}.nav-link-pill:hover{background:#1f2f6d}.nav-link-beta{background:linear-gradient(135deg,orange,#ff8c00);color:#fff!important;box-shadow:0 4px 12px #ff8c004d}.nav-link-beta:hover{background:linear-gradient(135deg,#ff8c00,#e67600)}.nav-content{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.nav-links{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.nav-actions{display:flex;align-items:center}.signOutButton{background:#e63946;color:#fff;border:none;width:auto;padding:.45rem 1.25rem;border-radius:999px;font-weight:600;cursor:pointer;box-shadow:0 6px 16px #e6394633}.signOutButton:hover{background:#c62839}h2{color:#fff;background-color:#e3ac2b;border-radius:20px;padding:10px;text-align:center;text-shadow:2px 2px black}form{background-color:#fff;border-radius:10px;padding:20px}.formEntry{display:grid;align-items:center;padding-bottom:10px}label{font-size:20px;margin-bottom:10px}.validInputField,input,select{display:block;height:35px;border-radius:5px;border:1px;background:#2639882e}.invalidInputField{display:block;height:35px;border-radius:5px;border:red 2px solid}button{width:90%;height:40px;background-color:#263988;border-radius:10px;color:#fff}button:hover{background-color:#6ab527}.backButton{width:100px;height:40px;background-color:#000;border-radius:10px;color:#fff}.searchContainer{width:95%}.searchBar{width:100%}.customContainer{display:flex;justify-content:center;padding-top:20px}.successContainer{max-width:730px;display:flex;flex-direction:column;justify-content:center;text-align:center}.title{font-size:80px;text-align:center;padding:10px;color:#fff}.image{padding:10px}.checkmark{width:272px}.newOrderButton{margin-top:20px;background-color:#6ab527;width:300px;height:70px;border-radius:20px;color:#fff;font-size:35px}.basicContainer{display:flex;flex-direction:column;width:100%;overflow-x:auto;min-height:92vh;background-color:#263988}.form{margin:0 auto 50px;width:700px}.formTitle{font-size:50px;font-weight:700;color:#fff;text-align:center;padding:20px}@media screen and (max-width:768px){nav{height:auto}nav img{width:200px}.navbar-container{display:flex;flex-direction:column;align-items:center}nav li{display:block;margin-top:0;margin-bottom:25px}.nav-link{font-size:30px}.form{width:90%}}h3{font-size:30px;color:#00f;text-align:center;background-color:#fff;border-radius:10px;padding:0;margin:0}.table-container{padding:10px;overflow-x:auto}table{border-collapse:collapse;background-color:#f8f9fa;box-shadow:0 2px 5px #0000001a}table th,table td{padding:15px;text-align:left;border:1px solid #ddd}table tr:hover{background-color:#f1f1f1;cursor:pointer}table th{background-color:#789;color:#fff;text-transform:uppercase;letter-spacing:.1em}tr,td,th{width:100px}.thermal-receipt{width:240px;max-width:100%;padding:12px 14px 18px;margin:0 auto;font-family:Roboto Mono,Courier New,monospace;font-size:12px;line-height:1.4;font-weight:600;background-color:#fff;color:#111;border:1px solid #dedede;border-radius:10px;box-shadow:0 6px 18px #0000001a}.thermal-receipt__header{display:flex;flex-direction:column;align-items:center;gap:.35rem;margin-bottom:.35rem}.thermal-receipt__logo{max-width:100px;width:65%;height:auto}.thermal-receipt__title{text-transform:uppercase;letter-spacing:.08em;font-size:1rem;text-align:center;margin:0;font-weight:700}.thermal-receipt__subtitle{text-align:center;margin:0;font-size:.9rem}.thermal-receipt__heading-copy{width:100%}.thermal-receipt__meta{margin:0 0 .4rem;padding:0}.thermal-receipt__meta-row{display:flex;justify-content:space-between;gap:.5rem;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;margin-bottom:.2rem}.thermal-receipt__meta-row dt,.thermal-receipt__meta-row dd{margin:0}.thermal-receipt__meta-row dd{font-weight:600}.thermal-receipt__body{margin-top:.5rem}.thermal-receipt__section{padding-bottom:.4rem}.thermal-receipt__section--padded{margin-top:.4rem}.thermal-receipt__section-title{margin:0 0 .3rem;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.thermal-receipt__row{display:flex;justify-content:space-between;gap:.75rem;padding:.1rem 0}.thermal-receipt__row--emphasize{font-weight:700}.thermal-receipt__label{text-transform:uppercase;font-size:.75rem;font-weight:700}.thermal-receipt__value{font-size:.85rem;text-align:right;word-break:break-word;font-weight:700}.thermal-receipt__value input,.thermal-receipt__value select,.thermal-receipt__value textarea{width:100%;font-family:inherit;font-size:.85rem}.thermal-receipt__value img{max-width:100%;display:block;margin-top:.2rem}.thermal-receipt__separator{border-bottom:1px dashed #c0c0c0;margin:.4rem 0}.thermal-receipt__list{list-style:none;padding:0;margin:0}.thermal-receipt__list-item{display:flex;justify-content:space-between;gap:.5rem;padding:.15rem 0;font-size:.85rem}.thermal-receipt__empty{margin:0;font-size:.8rem;font-style:italic}.thermal-receipt__footer{text-align:center;font-size:.75rem;margin:.4rem 0 0;letter-spacing:.06em;text-transform:uppercase}@media print{@page{margin:0}body{margin:0;padding:0}.thermal-receipt{width:58mm;padding:8px 10px 12px;box-shadow:none;border-radius:0;border:none}.thermal-receipt__logo{max-width:30mm;width:50%}}.ready{background-color:#90ee90}.pending{background-color:#f08080}.no-image-needed{background-color:#f0f0f0;color:#888;cursor:pointer}.ready,.pending{cursor:pointer}.buttonsContainer{display:flex;justify-content:space-between;width:400px;margin-bottom:20px}.filterButton{width:200px;border-radius:20px;border:none}.filterButton:hover{background-color:#00f}.searchResultsCake{height:fit-content;background-color:#fff;width:fit-content;max-width:100%;margin:20px auto;border-radius:20px;text-align:center;box-sizing:border-box}.cakeOrderRow{border:3px solid black;font-size:1rem;font-weight:700;font-family:monospace}.image-thumbnail{max-width:80px;max-height:60px;object-fit:contain;cursor:pointer;border-radius:4px;margin-top:4px;display:block}.image-thumbnail:hover{opacity:.8;box-shadow:0 2px 8px #00000026}.image-action-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.image-action-modal{background:#fff;border-radius:12px;padding:1rem;max-width:90vw;max-height:90vh;position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem}.image-preview{max-width:100%;max-height:60vh;object-fit:contain;border-radius:8px}.image-action-buttons{display:flex;gap:1rem}.image-action-btn{padding:.75rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;min-width:120px}.image-action-btn.print-btn{background:#2196f3;color:#fff}.image-action-btn.print-btn:hover{background:#1976d2}.image-action-btn.save-btn{background:#4caf50;color:#fff}.image-action-btn.save-btn:hover{background:#388e3c}.image-action-close{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;border:none;background:#f0f0f0;border-radius:50%;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.image-action-close:hover{background:#e0e0e0}.prepaidEntry{display:flex;flex-direction:row;align-items:flex-start}.form-check-input{transform:scale(1.5);margin-left:20px}.sortOptions{display:flex;justify-content:center;gap:20px;align-items:center}.sortOptions label{display:flex;align-items:center;font-size:14px;cursor:pointer}.cakeImage{width:100px;height:auto}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrapper table{width:100%;border-collapse:collapse}@media screen and (max-width:900px){.searchResultsCake{width:100%;max-width:100%;margin:10px auto;padding:10px;border-radius:10px}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -10px;padding:0 10px;background:linear-gradient(to right,#fff 30%,#fff0),linear-gradient(to right,#fff0,#fff 70%) 100% 0,linear-gradient(to right,#0000001a,#0000),linear-gradient(to left,#0000001a,#0000) 100% 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,14px 100%,14px 100%;background-attachment:local,local,scroll,scroll}.table-container{width:100%;margin:0}#cakeOrderTable{min-width:800px;font-size:14px}#cakeOrderTable th,#cakeOrderTable td{padding:8px 6px;white-space:nowrap}#cakeOrderTable td:nth-child(2),#cakeOrderTable td:nth-child(6),#cakeOrderTable td:nth-child(7),#cakeOrderTable td:nth-child(8){white-space:normal;max-width:120px}.sortOptions{flex-wrap:wrap;gap:10px}}@media screen and (max-width:600px){#cakeOrderTable{font-size:12px}#cakeOrderTable th,#cakeOrderTable td{padding:6px 4px}.image-thumbnail{max-width:50px;max-height:40px}}.rosca-form-container{min-height:100vh;background:#1d4332!important;padding:1.5rem 1rem}.rosca-form-header{text-align:center;margin-bottom:1.5rem}.rosca-title{font-size:2rem;color:#d4a439!important;margin:0;font-weight:700;background:none!important;padding:0!important;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.rosca-subtitle{color:#a8c4a8;font-size:1rem;margin:.25rem 0 0}.rosca-form-card{background:#fbf8f3!important;border-radius:12px!important;padding:1.5rem!important;max-width:600px;margin:0 auto;box-shadow:0 4px 20px #0000004d}.rosca-form-card form{background:transparent!important;padding:0!important}.rosca-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.rosca-form-group-full{grid-column:1 / -1}.rosca-form-group{display:flex;flex-direction:column}.rosca-label{font-weight:600!important;color:#1a3328!important;margin-bottom:.4rem!important;font-size:.9rem!important;background:none!important}.rosca-day-selector{display:flex;gap:.5rem}.rosca-day-btn{flex:1;padding:1rem .5rem!important;background:#fff!important;border:3px solid #A8C4A8!important;border-radius:10px!important;font-size:1rem!important;font-weight:600;color:#1a3328!important;cursor:pointer;transition:all .2s;width:auto!important;height:auto!important}.rosca-day-btn:hover{border-color:#1d4332!important;background:#f5f0e8!important}.rosca-day-btn.selected{background:#d4a439!important;border-color:#b8922f!important;color:#1a3328!important}.rosca-day-btn.invalid{border-color:#c43b21!important}.rosca-input{padding:.75rem!important;border:2px solid #A8C4A8!important;border-radius:8px!important;font-size:1rem!important;background:#fff!important;height:auto!important;width:100%;box-sizing:border-box}.rosca-input:focus{outline:none;border-color:#1d4332!important}.rosca-input-invalid{border-color:#c43b21!important;background:#fff5f5!important}.rosca-input-amount{font-size:1.5rem!important;font-weight:700;text-align:center}.rosca-time-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.rosca-time-btn{padding:.6rem .25rem!important;background:#fff!important;border:2px solid #A8C4A8!important;border-radius:8px!important;font-size:.95rem!important;font-weight:600;color:#1a3328!important;cursor:pointer;transition:all .15s ease;width:auto!important;height:auto!important}.rosca-time-btn:hover{border-color:#1d4332!important;background:#f5f0e8!important}.rosca-time-btn.selected{background:#d4a439!important;border-color:#b8922f!important;color:#1a3328!important}.rosca-time-btn.invalid{border-color:#c43b21!important}.rosca-hint{color:#888;font-size:.85rem;font-style:italic;margin:.5rem 0 0}.rosca-toggle-group{display:flex;gap:.5rem}.rosca-toggle-btn{flex:1;padding:.75rem!important;border:3px solid #A8C4A8!important;border-radius:8px!important;font-size:1.1rem!important;font-weight:700;cursor:pointer;background:#fff!important;color:#1a3328!important;width:auto!important;height:auto!important}.rosca-toggle-yes.selected{background:#4caf50!important;border-color:#388e3c!important;color:#fff!important}.rosca-toggle-no.selected{background:#f44336!important;border-color:#d32f2f!important;color:#fff!important}.rosca-toggle-btn.invalid{border-color:#c43b21!important}.rosca-form-actions{margin-top:1.5rem;text-align:center}.rosca-submit-btn{background:#d4a439!important;color:#1a3328!important;border:none!important;padding:1rem 3rem!important;font-size:1.2rem!important;font-weight:700;border-radius:50px!important;cursor:pointer;width:auto!important;height:auto!important;box-shadow:0 4px 10px #0003}.rosca-submit-btn:hover{background:#c49530!important}.rosca-form-section{margin-bottom:1.25rem}.rosca-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:500px){.rosca-form-row{grid-template-columns:1fr}.rosca-time-grid{grid-template-columns:repeat(3,1fr)}}.rosca-table-container{min-height:100vh;background:#1d4332!important;padding:1rem}.rosca-loading{display:flex;justify-content:center;padding:3rem}.rosca-table-header{max-width:1000px;margin:0 auto 1rem}.rosca-table-title{font-size:1.8rem;color:#d4a439!important;margin:0 0 1rem;text-align:center;background:none!important;padding:0!important}.rosca-stats-bar{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;background:#ffffff1a;padding:.75rem 1.5rem;border-radius:50px}.rosca-stat{display:flex;align-items:baseline;gap:.4rem}.rosca-stat-num{font-size:1.5rem;font-weight:700;color:#fff}.rosca-stat-paid{color:#90ee90}.rosca-stat-label{font-size:.85rem;color:#a8c4a8}.rosca-day-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.rosca-day-tab{background:#ffffff26!important;border:3px solid transparent!important;color:#fff!important;padding:1rem 1.5rem!important;border-radius:12px!important;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:100px;width:auto!important;height:auto!important;transition:all .2s}.rosca-day-tab:hover{background:#ffffff40!important}.rosca-day-tab.active{background:#d4a439!important;color:#1a3328!important;border-color:#b8922f!important}.tab-day{font-size:1.1rem;font-weight:700}.tab-count{font-size:1.5rem;font-weight:700}.rosca-day-tab.active .tab-count{color:#1a3328}.rosca-day-stats{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem;background:#0003;padding:.75rem 1.5rem;border-radius:50px;max-width:fit-content;margin-left:auto;margin-right:auto}.stat-item{display:flex;align-items:baseline;gap:.3rem}.stat-num{font-size:1.3rem;font-weight:700;color:#fff}.stat-green{color:#90ee90}.stat-blue{color:#87ceeb}.stat-gold{color:#d4a439}.stat-label{font-size:.8rem;color:#a8c4a8}.stat-divider{width:1px;height:24px;background:#ffffff4d}.rosca-search-row{display:flex;justify-content:center}.rosca-search{padding:.6rem 1rem!important;border:none!important;border-radius:50px!important;font-size:1rem!important;width:280px;background:#fff!important;height:auto!important}.rosca-table-wrapper{max-width:1000px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000004d}.rosca-table{width:100%;border-collapse:collapse;background:#fff!important;box-shadow:none!important}.rosca-table th{background:#1a3328!important;color:#d4a439!important;font-weight:600;text-align:left;padding:.75rem 1rem!important;font-size:.85rem;text-transform:uppercase!important;letter-spacing:.05em!important;border:none!important;width:auto!important}.rosca-table td{padding:.6rem 1rem!important;font-size:.95rem;border:none!important;border-bottom:1px solid #EEE!important;width:auto!important}.rosca-table tr{width:auto!important}.rosca-table tbody tr:hover{background:#f5f0e8!important}.row-paid{background:#f0fff0!important}.row-unpaid{background:#fff!important}.cell-time{font-weight:700;color:#1d4332}.cell-name{font-weight:500}.cell-phone{font-family:monospace;color:#666}.cell-amount{font-weight:700;font-size:1.1rem;color:#1d4332;text-align:center}.badge-paid{background:#4caf50;color:#fff;padding:.2rem .6rem;border-radius:4px;font-weight:700;font-size:.8rem}.badge-unpaid{background:#f44336;color:#fff;padding:.2rem .6rem;border-radius:4px;font-weight:700;font-size:.8rem}.cell-cashier{color:#888;font-size:.85rem}.btn-delete{background:none!important;border:none!important;color:#999!important;font-size:1rem;cursor:pointer;padding:.25rem .5rem!important;border-radius:4px!important;width:auto!important;height:auto!important}.btn-delete:hover{background:#fee!important;color:#c43b21!important}.rosca-empty{text-align:center;padding:3rem;color:#a8c4a8;font-size:1.2rem}.rosca-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding:1rem}.page-btn{background:#fff3!important;border:none!important;color:#fff!important;padding:.6rem 1.2rem!important;border-radius:50px!important;cursor:pointer;font-size:.9rem!important;width:auto!important;height:auto!important}.page-btn:hover:not(:disabled){background:#ffffff4d!important}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-info{color:#fff;font-weight:600}@media(max-width:768px){.rosca-form-grid{grid-template-columns:1fr}.rosca-day-selector{flex-direction:column}.rosca-day-btn{padding:.75rem!important}.rosca-day-tabs{gap:.25rem}.rosca-day-tab{padding:.75rem 1rem!important;min-width:80px}.tab-day{font-size:.9rem}.tab-count{font-size:1.2rem}.rosca-day-stats{gap:.75rem;padding:.5rem 1rem;flex-wrap:wrap}.stat-num{font-size:1.1rem}.rosca-search{width:100%}.rosca-search-row{padding:0 1rem}.rosca-table th,.rosca-table td{padding:.5rem!important;font-size:.85rem}.cell-phone,.cell-cashier{display:none}.cell-pickup{display:table-cell}}.hour-group-header{background:#e8f5e9!important;cursor:pointer;transition:background .15s}.hour-group-header:hover{background:#c8e6c9!important}.hour-group-header td{padding:.6rem 1rem!important;font-weight:600;color:#1a3328;border-bottom:2px solid #A8C4A8!important}.hour-group-toggle{display:inline-block;width:1.2rem;font-size:.7rem;color:#666}.hour-group-time{font-size:1rem;font-weight:700;color:#1d4332;margin-right:1rem}.hour-group-count{font-size:.85rem;font-weight:500;color:#666}.hour-group-header.picked-up-section{background:#e0e0e0!important}.hour-group-header.picked-up-section:hover{background:#d0d0d0!important}.hour-group-header.picked-up-section .hour-group-time{color:#666}.btn-pickup{background:none!important;border:2px solid #A8C4A8!important;border-radius:50%!important;width:28px!important;height:28px!important;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0!important;transition:all .15s ease;color:#a8c4a8!important}.btn-pickup:hover{border-color:#1d4332!important;color:#1d4332!important;background:#f5f0e8!important}.btn-pickup.picked-up{background:#4caf50!important;border-color:#388e3c!important;color:#fff!important}.btn-pickup.picked-up:hover{background:#388e3c!important}.row-picked-up{background:#f5f5f5!important;opacity:.7}.row-picked-up .cell-time,.row-picked-up .cell-name,.row-picked-up .cell-amount{color:#888}.row-picked-up:hover{background:#eee!important;opacity:1}.rosca-edit-modal{max-width:600px;width:100%}.rosca-edit-section{background:#f8f8f8;border-radius:8px;padding:1rem;margin-bottom:1rem}.rosca-edit-section-title{font-size:.75rem;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.rosca-edit-row{display:flex;gap:1rem;align-items:flex-start}.rosca-edit-row>div{flex:1}.rosca-edit-field{margin-bottom:.75rem}.rosca-edit-field:last-child{margin-bottom:0}.rosca-stepper{display:flex;align-items:center;gap:.5rem}.rosca-stepper-btn{width:44px!important;height:44px!important;border:2px solid #A8C4A8!important;border-radius:8px!important;background:#fff!important;font-size:1.5rem!important;font-weight:700;color:#1a3328!important;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0!important;transition:all .15s ease}.rosca-stepper-btn:hover{border-color:#1d4332!important;background:#f5f0e8!important}.rosca-stepper-btn:active{background:#e5e0d8!important}.rosca-stepper-value{font-size:1.5rem;font-weight:700;color:#1a3328;min-width:3rem;text-align:center}.rosca-edit-actions{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #EEE;margin-top:.5rem}.rosca-edit-actions-left,.rosca-edit-actions-right{display:flex;gap:.5rem}.rosca-btn-danger{background:#fee!important;border:2px solid #F44336!important;color:#c43b21!important;padding:.6rem 1rem!important;border-radius:8px!important;font-weight:600;cursor:pointer;transition:all .15s ease}.rosca-btn-danger:hover{background:#f44336!important;color:#fff!important}.rosca-btn-secondary{background:#fff!important;border:2px solid #A8C4A8!important;color:#1a3328!important;padding:.6rem 1rem!important;border-radius:8px!important;font-weight:600;cursor:pointer;transition:all .15s ease}.rosca-btn-secondary:hover{border-color:#1d4332!important;background:#f5f0e8!important}.rosca-btn-primary{background:#d4a439!important;border:none!important;color:#1a3328!important;padding:.6rem 1.5rem!important;border-radius:8px!important;font-weight:700;cursor:pointer;transition:all .15s ease}.rosca-btn-primary:hover{background:#c49530!important}.rosca-btn-primary:disabled{opacity:.5;cursor:not-allowed}.rosca-edit-time-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem}.rosca-edit-time-grid .rosca-time-btn{padding:.5rem .25rem!important;font-size:.85rem!important}.rosca-edit-day-selector{display:flex;gap:.35rem}.rosca-edit-day-selector .rosca-day-btn{padding:.6rem .75rem!important;font-size:.9rem!important}.rosca-edit-toggle-group{display:flex;gap:.35rem}.rosca-edit-toggle-group .rosca-toggle-btn{padding:.6rem 1rem!important;font-size:1rem!important}.rosca-print-hidden{position:absolute;left:-9999px;top:-9999px}@media print{.rosca-print-hidden{position:static;left:auto;top:auto}}.customer-picker-prompt{background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:12px 16px;margin-top:12px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.customer-picker-prompt-text{font-weight:500;color:#856404;font-size:15px}.customer-picker-prompt-buttons{display:flex;gap:8px}.customer-picker-prompt button{padding:10px 20px;min-height:44px;font-size:14px;font-weight:500;border-radius:4px;cursor:pointer;border:none}.customer-picker-btn-use{background:#28a745;color:#fff}.customer-picker-btn-use:hover{background:#218838}.customer-picker-btn-ignore{background:#6c757d;color:#fff}.customer-picker-btn-ignore:hover{background:#5a6268}.customer-picker-linked{background:#d4edda;border:1px solid #28a745;border-radius:6px;padding:10px 14px;margin-top:12px;display:flex;justify-content:space-between;align-items:center;color:#155724;font-weight:500}.customer-picker-linked button{background:transparent;border:none;color:#155724;text-decoration:underline;cursor:pointer;padding:4px 8px;font-size:14px}.customer-picker-linked button:hover{color:#0d3d16}.customer-picker input:disabled{background-color:#e9ecef;cursor:not-allowed}.modalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;overflow-y:auto;z-index:9999}.modalContent{display:flex;flex-direction:column;background:#fff;padding:20px;border-radius:12px;position:relative;max-height:90vh;overflow-y:auto;max-width:820px;width:100%}.closeButton{display:flex;justify-content:center;align-items:center;align-self:last baseline;width:30px;height:30px;text-align:right;border-radius:50%;font-size:30px;cursor:pointer;margin:0}.searchResultsBread{height:fit-content;text-align:center;background-color:#fff;width:fit-content;margin:20px auto;border-radius:20px}.bread-form-section{background:#26398808;border-radius:12px;padding:20px;margin-bottom:20px;border:1px solid rgba(38,57,136,.08)}.bread-form-section-title{font-size:14px;font-weight:600;color:#263988;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #E3AC2B;display:inline-block}.bread-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bread-form-row .formEntry{padding-bottom:0}.bread-items-container{display:flex;flex-direction:column;gap:12px}.bread-item-row{display:grid;grid-template-columns:80px 1fr auto;gap:12px;align-items:center;background:#fff;padding:12px;border-radius:8px;border:1px solid rgba(38,57,136,.12);transition:box-shadow .2s ease}.bread-item-row:hover{box-shadow:0 2px 8px #2639881a}.bread-item-row .formEntry{padding-bottom:0;margin:0}.bread-item-row label{display:none}.bread-item-quantity{width:100%;text-align:center;font-size:16px;font-weight:600}.bread-item-type{width:100%}.bread-remove-btn{width:36px!important;height:36px!important;min-width:36px;padding:0;background-color:#fee2e2;color:#dc2626;border:none;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.bread-remove-btn:hover{background-color:#dc2626;color:#fff}.bread-add-btn{width:100%!important;height:44px;background-color:#26398814;color:#263988;border:2px dashed rgba(38,57,136,.3);border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.bread-add-btn:hover{background-color:#26398826;border-color:#263988}.bread-notes-row{display:grid;grid-template-columns:2fr 1fr;gap:16px}.bread-notes-row .formEntry{padding-bottom:0}.bread-notes-row textarea{min-height:60px;resize:vertical}.bread-submit-section{margin-top:24px;padding-top:20px;border-top:1px solid rgba(38,57,136,.1)}.bread-submit-btn{width:100%!important;height:52px!important;font-size:18px!important;font-weight:600;background-color:#6ab527;border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #6ab5274d}.bread-submit-btn:hover{background-color:#5a9c21;box-shadow:0 6px 16px #6ab52766;transform:translateY(-1px)}.bread-submit-btn:disabled{background-color:#ccc;cursor:not-allowed;box-shadow:none;transform:none}.bread-form-section .selected-customer{background:#fff;padding:16px;border-radius:8px;border:1px solid rgba(38,57,136,.12)}.bread-form-section .change-customer-btn{width:auto!important;padding:8px 16px;font-size:14px;background-color:#26398814;color:#263988;border:none;border-radius:6px}.bread-form-section .change-customer-btn:hover{background-color:#26398826}@media screen and (max-width:768px){.bread-form-row{grid-template-columns:1fr;gap:12px}.bread-item-row{grid-template-columns:60px 1fr auto;gap:8px;padding:10px}.bread-notes-row{grid-template-columns:1fr;gap:12px}.bread-form-section{padding:16px;margin-bottom:16px}}.image-ready-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px}.image-ready-modal{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 22px 44px #1616161f}.image-ready-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.image-ready-modal-header h3{margin:0;font-size:1.25rem;color:#1f1f1f}.image-ready-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;line-height:1}.image-ready-modal-close:hover{color:#1f1f1f}.image-ready-modal-body{padding:20px}.image-ready-modal-order-info{margin:0 0 16px;font-size:.95rem;color:#333}.image-ready-modal-description{color:#666;font-weight:400}.image-ready-modal-reference{margin-bottom:16px;text-align:center}.image-ready-modal-reference-label{margin:0 0 8px;font-size:.85rem;color:#666;font-weight:500}.image-ready-modal-reference-img{max-width:100%;max-height:200px;border-radius:8px;object-fit:contain;border:1px solid #eee}.image-ready-modal-error{background:#fee2e2;color:#dc2626;padding:12px;border-radius:8px;margin-bottom:16px;font-size:.9rem}.image-ready-modal-dropzone{border:2px dashed #ccc;border-radius:12px;padding:40px 20px;text-align:center;cursor:pointer;transition:border-color .2s,background-color .2s}.image-ready-modal-dropzone:hover,.image-ready-modal-dropzone.dragover{border-color:#c18c5b;background-color:#fdf8f3}.image-ready-modal-file-input{display:none}.image-ready-modal-dropzone-content{display:flex;flex-direction:column;align-items:center;gap:8px}.image-ready-modal-dropzone-icon{font-size:2.5rem}.image-ready-modal-dropzone-content p{margin:0;color:#333;font-size:.95rem}.image-ready-modal-dropzone-hint{color:#888;font-size:.85rem}.image-ready-modal-preview-container{display:flex;flex-direction:column;align-items:center;gap:12px}.image-ready-modal-preview{max-width:100%;max-height:300px;border-radius:8px;object-fit:contain;border:1px solid #eee}.image-ready-modal-clear-btn{background:none;border:none;color:#c18c5b;cursor:pointer;font-size:.9rem;text-decoration:underline}.image-ready-modal-clear-btn:hover{color:#a07040}.image-ready-modal-clear-btn:disabled{color:#ccc;cursor:not-allowed}.image-ready-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-top:1px solid #eee}.image-ready-modal-footer-right{display:flex;gap:12px}.image-ready-modal-btn{padding:10px 20px;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .2s,opacity .2s}.image-ready-modal-btn:disabled{opacity:.5;cursor:not-allowed}.image-ready-modal-btn-secondary{background:#f5f5f5;border:1px solid #ddd;color:#333}.image-ready-modal-btn-secondary:hover:not(:disabled){background:#eee}.image-ready-modal-btn-tertiary{background:transparent;border:1px solid #999;color:#666}.image-ready-modal-btn-tertiary:hover:not(:disabled){background:#f9f9f9;border-color:#666}.image-ready-modal-btn-primary{background:#1f1f1f;border:none;color:#fff}.image-ready-modal-btn-primary:hover:not(:disabled){background:#333}@media(max-width:480px){.image-ready-modal-overlay{padding:10px}.image-ready-modal{max-height:95vh}.image-ready-modal-dropzone{padding:30px 15px}.image-ready-modal-footer{flex-direction:column;gap:8px}.image-ready-modal-footer-right{flex-direction:column;gap:8px;width:100%}.image-ready-modal-btn{width:100%;text-align:center}}.bakers-view-nav{display:flex;justify-content:space-between;align-items:center;padding:10px}.bakers-view-nav-button{display:flex;justify-content:center;align-items:center;font-size:15px;font-weight:700;background-color:#007bff;color:#fff;border:none;padding:20px;margin:10px;width:150px;height:50px;border-radius:20px}.bakers-view{overflow:visible!important}.cakes-content,.breads-content{overflow:visible;position:relative}.cake-order-card{background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000001a;margin:8px;padding:16px;max-width:100%;border:2px solid #ddd;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.cake-order-card.ready{border-color:#28a745;background:#f8fff9}.cake-order-card.pending{border-color:#ffc107;background:#fffdf5}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #ddd}.customer-name{font-size:28px;color:#fff}.status-badge{font-size:20px;font-weight:600;padding:8px 20px;border-radius:8px;text-align:center;min-width:140px}.cake-order-card.ready .status-badge{background:#28a745;color:#fff}.cake-order-card.pending .status-badge{background:#ffc107;color:#333}.order-table{width:100%;border-collapse:collapse;margin-bottom:16px}.order-table th{background:#f8f9fa;color:#555;font-weight:600;text-align:left;padding:16px;border:1px solid #ddd;width:30%;font-size:20px}.order-table td{padding:16px;border:1px solid #ddd;background:#fff;font-size:22px;font-weight:500;color:#333;vertical-align:top}.fillings-container{display:flex;flex-wrap:wrap;gap:8px}.filling-tag{background:#007bff;color:#fff;padding:6px 12px;border-radius:6px;font-size:18px;font-weight:500;display:inline-block}.message-text,.comments-text{font-size:20px;color:#666;background:#f8f9fa;padding:12px;border-radius:6px;border-left:4px solid #007bff;margin:0;line-height:1.4}.image-section{margin-bottom:16px;text-align:center}.image-section .label{display:block;margin-bottom:8px;text-align:left;font-size:20px;font-weight:600;color:#555}.cake-image{max-width:100%;max-height:200px;border-radius:6px;border:1px solid #ddd}.action-section{text-align:center;padding-top:12px;border-top:1px solid #ddd}.toggle-button{font-size:20px;font-weight:600;padding:16px 32px;border:none;border-radius:8px;cursor:pointer;min-width:220px;box-shadow:0 2px 4px #0000001a;transition:all .2s ease}.toggle-button.ready{background:#ffc107;color:#333}.toggle-button.ready:hover{background:#e0a800;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.toggle-button.pending{background:#28a745;color:#fff}.toggle-button.pending:hover{background:#218838;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}@media(max-width:768px){.order-table th,.order-table td{padding:12px;font-size:18px}.order-table th{width:35%;font-size:18px}.customer-name{font-size:24px}.status-badge{font-size:18px;padding:6px 16px;min-width:120px}.filling-tag{font-size:16px;padding:5px 10px}.message-text,.comments-text{font-size:18px;padding:10px}.toggle-button{font-size:18px;padding:14px 28px;min-width:200px}.cake-image{max-height:150px}}.toggle-button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.filling-tag{-webkit-tap-highlight-color:transparent}.cake-order-card:focus-within{outline:3px solid #3498db;outline-offset:2px}.toggle-button:focus{outline:3px solid #3498db;outline-offset:2px}.cake-header-container{position:sticky;top:0;z-index:1000;background:transparent;padding:0;margin-bottom:20px}.cake-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:10px 16px;color:#f1f1f1;border-radius:0 0 12px 12px;box-shadow:0 4px 16px #0000001a;position:relative}.cake-header-completed{background:linear-gradient(135deg,#4ade80,#22c55e);box-shadow:0 4px 16px #22c55e66;animation:celebration 2s ease-in-out}.cake-header-completed:before{content:"🎉";position:absolute;top:-10px;right:-10px;font-size:24px;animation:celebrationFloat 3s ease-in-out infinite}.cake-header-completed:after{content:"🎉";position:absolute;bottom:-10px;left:-10px;font-size:20px;animation:celebrationFloat 3s ease-in-out infinite 1s}@keyframes celebration{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes celebrationFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(10deg)}}.cake-header-content{display:flex;align-items:center;gap:16px;position:relative;z-index:2}.cake-header-actions{margin-left:auto}.cake-reload-button{display:inline-flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,0,0,.08);background:#fff;color:#764ba2;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 2px 10px #00000026;transition:background .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}.cake-reload-button:hover{background:#f8fafc;transform:translateY(-1px) rotate(90deg);box-shadow:0 6px 16px #0003}.cake-reload-button:active{transform:scale(.96) rotate(120deg)}.cake-reload-button:focus-visible{outline:2px solid #ffffff;outline-offset:2px;box-shadow:0 0 0 3px #ffffff59,0 2px 10px #00000026}.cake-header-icon{font-size:36px}.cake-header-text{flex:1;color:#fff}.cake-header-title{font-size:16px;font-weight:600;margin-bottom:4px;opacity:.9}.cake-header-count{font-size:36px;font-weight:700;line-height:1;margin-bottom:4px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.cake-header-subtitle{font-size:14px;opacity:.8;font-weight:500}.cake-header-progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#fff3;border-radius:0 0 12px 12px;overflow:hidden}.cake-header-progress-bar{height:100%;background:linear-gradient(90deg,#ff6b6b,#ffa726);border-radius:0 0 12px 12px;transition:width .3s ease}.cake-order-dashboard{margin-top:20px}@media(max-width:768px){.cake-header{padding:12px;border-radius:8px}.cake-header-icon,.cake-header-count{font-size:28px}.cake-header-title{font-size:14px}.cake-header-subtitle{font-size:12px}.cake-order-dashboard{margin-top:15px}}@media(max-width:480px){.cake-header-content{flex-direction:column;text-align:center;gap:8px}.cake-header-icon,.cake-header-count{font-size:24px}.cake-order-dashboard{margin-top:20px}}.cakeBakerCellReady,.cakeBakerCellPending{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column;margin:10px;padding:20px;max-width:1200px;background-color:#f0f8ff;border-radius:10px}.cakeBakerCellReady{background-color:#90ee90}.cakeBakerCellPending{background-color:#f08080}button{background-color:green;padding:10px}.readyContainer,.notReadyContainer{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:row;margin:10px;padding:10px;border-radius:10px}.bread-order-dashboard-header{color:#fff;text-align:center}.bread-order-dashboard-today,.bread-order-dashboard-tomorrow{display:flex;flex-wrap:wrap;flex-direction:row;align-items:stretch;align-content:stretch;justify-content:center}.no-orders-found{font-size:40px;color:#000;background-color:#fff;padding:20px;border-radius:20px}.bread-order-card{width:300px;background-color:#fff;box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px;padding:10px;margin:10px;border-radius:20px}label,span{font-size:20px;margin:2px}label{font-weight:700}.bread-order-card-details{display:flex;flex-direction:row;align-items:center;width:100%}.bread-order-card-bread-container{display:flex;flex-direction:column;width:100%;height:100%;justify-content:center;align-items:center}.bread-order-card-bread{color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100%;background-color:#32cd32;border-radius:20px;margin:2px;padding:10px}.bread-order-card-customer-name{font-size:30px;text-align:center;font-weight:700}.order-ready{background-color:#90ee90;border-radius:20px;font-size:20px;padding:10px;text-align:center}.bread-order-card-status-button{display:flex;justify-content:center;align-items:center;width:100%;height:75px;border-radius:20px;font-size:20px;padding:10px;text-align:center;margin-top:10px}.ready-button{background-color:orange}.pending-button{background-color:ready}.new-order-notification{background-color:#f08080;border-radius:5px;padding:10px;margin:10px 0;text-align:center}.bread-tag-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:center}.bread-tag{background-color:#fff;border-radius:20px;padding:5px;margin:5px}.customer-name{font-weight:700;text-align:center}.notif-title{text-align:center;font-size:30px;font-weight:700}.cake-tag-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:center}.cake-tag{background-color:#fff;border-radius:20px;padding:5px;margin:5px}.cake-detail{margin:2px 0;font-size:16px}body.bakers-fullscreen nav,body.bakers-fullscreen .navbar-container{display:none!important}:root{--color-pending: #FFA500;--color-pending-bg: #FFF8E7;--color-ready: #4CAF50;--color-ready-bg: #E8F5E9;--color-text: #333333;--color-text-muted: #666666;--color-background: #F5F5F5;--color-card: #FFFFFF;--font-size-body: 20px;--font-size-heading: 28px;--font-size-counter: 64px;--font-size-label: 16px;--spacing-xs: 8px;--spacing-sm: 12px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--touch-target-min: 56px;--button-height: 64px;--border-radius: 12px;--card-shadow: 0 2px 8px rgba(0, 0, 0, .1)}.bakers-view-v2{min-height:100vh;background:var(--color-background);padding:var(--spacing-md);box-sizing:border-box}.bakers-header-v2{max-width:1200px;margin:0 auto var(--spacing-lg);display:flex;flex-direction:column;gap:var(--spacing-sm)}.header-row{display:flex;gap:var(--spacing-sm);align-items:stretch}.header-row .tab-bar-v2{flex:1}.fullscreen-button{width:auto;height:auto;min-height:64px;padding:16px 20px;background:#333;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;touch-action:manipulation;-webkit-user-select:none;user-select:none}.fullscreen-button:active{background:#555}.legacy-link-button{display:flex;align-items:center;justify-content:center;min-height:64px;padding:16px;background:transparent;color:#999;border:1px solid #DDDDDD;border-radius:12px;font-size:12px;font-weight:500;text-decoration:none;white-space:nowrap;touch-action:manipulation;-webkit-user-select:none;user-select:none}.legacy-link-button:hover{background:#f0f0f0;color:#666}.legacy-link-button:active{background:#e0e0e0}.bakers-title-v2{font-size:var(--font-size-heading);font-weight:700;color:var(--color-text);margin:0 0 var(--spacing-md);text-align:center}.bakers-content-v2{max-width:1200px;margin:0 auto}.orders-container-v2{display:flex;flex-direction:column;gap:var(--spacing-lg)}.empty-state-v2{display:flex;align-items:center;justify-content:center;padding:var(--spacing-xl) var(--spacing-md);text-align:center;background:var(--color-card);border-radius:var(--border-radius);box-shadow:var(--card-shadow)}.empty-text-v2{font-size:var(--font-size-body);color:var(--color-text-muted);margin:0}.orders-placeholder-v2{background:var(--color-pending-bg);border:2px dashed var(--color-pending);border-radius:var(--border-radius);padding:var(--spacing-xl);text-align:center}.orders-placeholder-v2 p{font-size:var(--font-size-body);color:var(--color-text);margin:0 0 var(--spacing-xs)}.placeholder-note-v2{font-size:var(--font-size-label)!important;color:var(--color-text-muted)!important;font-style:italic}@media(max-width:767px){.header-row{flex-wrap:wrap}.header-row .tab-bar-v2{flex:1 1 100%;order:1}.fullscreen-button{flex:1;order:2;min-height:48px;padding:12px 16px;font-size:12px}.legacy-link-button{flex:0 0 auto;order:3;min-height:48px;padding:12px;font-size:11px}}@media(min-width:768px){.bakers-view-v2{padding:var(--spacing-lg)}.bakers-header-v2{margin-bottom:var(--spacing-xl)}.bakers-title-v2{font-size:32px}}@media(min-width:1024px){.bakers-view-v2{padding:var(--spacing-xl)}}.bakers-view-v2 *{touch-action:manipulation}.bakers-view-v2 button,.bakers-view-v2 [role=button]{user-select:none;-webkit-user-select:none}.tab-bar-v2{display:flex;width:100%;background:#e8e8e8;border-radius:16px;padding:6px;gap:6px}.tab-button-v2{flex:1;display:flex;align-items:center;justify-content:center;gap:12px;width:auto;height:auto;min-height:64px;padding:16px 24px;border:2px solid transparent;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;box-shadow:0 2px 4px #00000014}.tab-button-v2:active{transform:scale(.97);box-shadow:0 1px 2px #0000001a}.tab-button-v2.active{background:linear-gradient(135deg,orange,#ff8c00);border-color:#e69500;box-shadow:0 4px 12px #ff8c0066}.tab-button-v2:not(.active){border-color:#d0d0d0}.tab-button-v2:not(.active):active{background:#f5f5f5;border-color:orange}.tab-button-v2.active .tab-label{color:#fff;font-weight:700}.tab-button-v2{font-size:20px;font-weight:600;color:var(--color-text, #333333)}.progress-header-v2{background:var(--color-card, #FFFFFF);border-radius:16px;padding:24px;box-shadow:0 2px 8px #0000001a;transition:background-color .3s ease,box-shadow .3s ease}.progress-header-v2.celebration{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);box-shadow:0 4px 16px #4caf5033}.progress-header-content{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.progress-stats{display:flex;align-items:baseline;gap:16px}.progress-counter{font-size:64px;font-weight:700;color:var(--color-pending, #FFA500);line-height:1}.celebration .progress-counter{color:var(--color-ready, #4CAF50)}.progress-text{display:flex;flex-direction:column;gap:4px}.progress-label{font-size:24px;color:var(--color-text, #333333)}.progress-label strong{color:var(--color-ready, #4CAF50)}.progress-sublabel{font-size:16px;color:var(--color-text-muted, #666666);text-transform:lowercase}.reload-button-v2{display:flex;align-items:center;gap:8px;width:auto;height:auto;min-height:56px;padding:12px 28px;background:#f5f5f5;border:2px solid #E0E0E0;border-radius:12px;cursor:pointer;transition:all .2s ease;touch-action:manipulation;-webkit-user-select:none;user-select:none;font-size:18px;font-weight:600;color:var(--color-text, #333333)}.reload-button-v2:active{transform:scale(.97);background:#eee}.reload-button-v2 svg{flex-shrink:0}.progress-bar-container{width:100%;height:16px;background:#e0e0e0;border-radius:8px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#4caf50,#66bb6a);border-radius:8px;transition:width .4s ease}.celebration .progress-bar-fill{background:linear-gradient(90deg,#4caf50,#81c784)}.celebration-message{margin-top:20px;padding:16px;background:#4caf5026;border-radius:12px;text-align:center;font-size:20px;font-weight:600;color:#2e7d32}@media(max-width:600px){.progress-header-content{flex-direction:column;align-items:flex-start}.progress-stats{flex-direction:column;align-items:flex-start;gap:8px}.progress-counter{font-size:56px}.reload-button-v2{width:100%;justify-content:center}}@media(min-width:768px){.progress-header-v2{padding:32px}.progress-counter{font-size:72px}.progress-bar-container{height:20px;border-radius:10px}.progress-bar-fill{border-radius:10px}}.day-filter-v2{background:var(--color-card, #FFFFFF);border-radius:12px;padding:12px;box-shadow:0 2px 8px #0000001a}.day-filter-scroll{display:flex;gap:6px;justify-content:space-between}.day-button-v2{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:1;width:auto;height:auto;min-height:72px;padding:10px 6px;border:2px solid #E0E0E0;border-radius:10px;background:#fff;cursor:pointer;transition:all .2s ease;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;position:relative}.day-button-v2:active{transform:scale(.96)}.day-button-v2.past{opacity:.5;background:#f5f5f5}.day-button-v2.past .day-abbr,.day-button-v2.past .day-number{color:#999}.day-button-v2.today{border-color:var(--color-pending, #FFA500);border-width:3px}.day-button-v2.today .day-abbr{display:none}.day-button-v2.selected{background:linear-gradient(135deg,orange,#ff8c00);border-color:#e69500;box-shadow:0 4px 12px #ff8c004d}.day-button-v2.selected .day-abbr,.day-button-v2.selected .day-number,.day-button-v2.selected .day-today-label{color:#fff}.day-button-v2.selected .day-count{background:#fff;color:#ff8c00}.day-abbr{font-size:13px;font-weight:600;color:var(--color-text-muted, #666666);text-transform:uppercase;letter-spacing:.5px}.day-today-label{font-size:11px;font-weight:700;color:var(--color-pending, #FFA500);text-transform:uppercase;letter-spacing:1px}.day-number{font-size:22px;font-weight:700;color:var(--color-text, #333333);line-height:1}.day-count{position:absolute;top:-6px;right:-6px;min-width:24px;height:24px;padding:0 6px;background:var(--color-pending, #FFA500);color:#fff;font-size:13px;font-weight:700;border-radius:12px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.day-filter-v2{padding:16px}.day-filter-scroll{gap:10px}.day-button-v2{min-height:80px;padding:12px 10px}.day-number{font-size:26px}.day-abbr{font-size:14px}}.order-card-v2{background:var(--color-card, #FFFFFF);border-radius:16px;padding:32px 24px;margin-bottom:0;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:32px;transition:transform .2s ease,box-shadow .2s ease;border-left:6px solid var(--color-pending, #FFA500)}.order-card-v2.ready{border-left-color:var(--color-ready, #4CAF50);opacity:.85}.order-card-v2.completed{border-left-color:#9e9e9e;opacity:.7}.order-card-v2:active{transform:scale(.99)}.card-header-v2{display:flex;justify-content:space-between;align-items:center;gap:12px}.status-badge-v2{font-size:14px;font-weight:700;padding:8px 14px;border-radius:8px;text-transform:uppercase;letter-spacing:.5px}.status-badge-v2.pending{background:var(--color-pending-bg, #FFF8E7);color:#e65100}.status-badge-v2.ready{background:var(--color-ready-bg, #E8F5E9);color:#2e7d32}.pickup-time-v2{display:flex;align-items:center;gap:6px;font-size:20px;font-weight:700;color:var(--color-text, #333333)}.customer-name-v2{font-size:28px;font-weight:700;color:var(--color-text, #333333);margin:0;padding:0;line-height:1.2;text-transform:uppercase;background:none;border-radius:0;text-align:left}.cake-specs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:18px;color:var(--color-text, #333333)}.spec-item{display:inline-flex;align-items:center;gap:6px;font-weight:600}.spec-divider{color:#ccc}.spec-label{font-weight:500;color:#888;text-transform:uppercase;font-size:14px;letter-spacing:.5px}.filling-dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.2);flex-shrink:0}.topper-status{padding:12px 16px;border-radius:8px;font-size:16px;font-weight:700;text-align:center;text-transform:uppercase}.topper-status.ready{background:var(--color-ready-bg, #E8F5E9);color:#2e7d32}.topper-status.pending{background:#fff3e0;color:#e65100}.topper-status.no-needed{background:#f5f5f5;color:#9e9e9e}.image-info-v2{display:flex;flex-direction:column;gap:8px}.image-description-v2{font-size:16px;color:var(--color-text, #333333);padding:8px 12px;background:#f5f5f5;border-radius:6px}.message-v2{font-size:18px;font-style:italic;color:#880e4f;line-height:1.4;margin:0;max-height:80px;overflow-y:auto}.comments-v2{font-size:16px;color:var(--color-text-muted, #666666);line-height:1.4;margin:0;max-height:100px;overflow-y:auto}.image-section-v2{width:100%;border-radius:12px;overflow:hidden;background:#f5f5f5}.reference-image-v2{width:100%;max-height:200px;object-fit:cover;display:block}.bread-list-v2{display:flex;flex-direction:column;gap:10px}.bread-item-v2{display:flex;align-items:center;gap:12px;background:#f5f5f5;padding:14px 18px;border-radius:10px;font-size:18px}.bread-quantity{font-weight:700;color:var(--color-pending, #FFA500);min-width:40px}.bread-name{font-weight:600;color:var(--color-text, #333333)}.toggle-button-v2{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:auto;min-height:64px;padding:16px 24px;border:none;border-radius:12px;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;margin-top:auto}.toggle-button-v2.pending{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;box-shadow:0 4px 12px #4caf504d}.toggle-button-v2.pending:active{transform:scale(.98);box-shadow:0 2px 8px #4caf504d}.toggle-button-v2.ready{background:#f5f5f5;color:var(--color-text-muted, #666666);border:2px solid #E0E0E0}.toggle-button-v2.ready:active{transform:scale(.98);background:#eee}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.order-card-v2.just-toggled{animation:pulse .3s ease}.orders-grid-v2{display:grid!important;grid-template-columns:1fr;row-gap:40px!important;column-gap:24px;padding:8px 0}@media(min-width:768px){.orders-grid-v2{grid-template-columns:repeat(2,1fr);row-gap:48px!important;column-gap:28px}.order-card-v2{padding:40px 28px;gap:36px}.customer-name-v2{font-size:26px}}@media(min-width:1024px){.orders-grid-v2{grid-template-columns:repeat(3,1fr);row-gap:48px!important;column-gap:32px}}.date-group-v2{margin-bottom:24px}.date-group-v2:not(:first-child){margin-top:40px}.date-group-header-v2{font-size:20px;font-weight:700;color:var(--color-text, #333333);margin:0 0 16px;padding:0 0 12px;border-bottom:3px solid var(--color-pending, #FFA500);background:none;border-radius:0;text-align:left;text-shadow:none}.new-order-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;cursor:pointer}.new-order-alert{background:#fff;border-radius:20px;padding:40px;max-width:500px;width:100%;text-align:center;animation:popIn .3s ease}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.alert-title{font-size:32px;font-weight:700;color:var(--color-pending, #FFA500);margin:0 0 30px;background:none;border-radius:0;padding:0;text-shadow:none}.alert-order{background:#f5f5f5;border-radius:12px;padding:20px;margin-bottom:16px}.alert-order:last-of-type{margin-bottom:0}.alert-customer{font-size:24px;font-weight:700;color:var(--color-text, #333333);margin:0 0 8px;text-transform:uppercase}.alert-time{font-size:20px;font-weight:600;color:var(--color-pending, #FFA500);margin:0 0 8px}.alert-details{font-size:18px;color:var(--color-text-muted, #666666);margin:0}.alert-hint{font-size:16px;color:#999;margin:30px 0 0}.basicContainer.custom-orders-container{background:#eff2f9;padding:2rem 0}.custom-orders-wrapper{width:100%;max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;font-family:Inter,Helvetica Neue,Arial,sans-serif;color:#1f1f2c;padding:1rem 2rem 3rem}@media screen and (max-width:768px){.custom-orders-wrapper{padding:1rem}}.custom-orders-wrapper *,.custom-orders-wrapper *:before,.custom-orders-wrapper *:after{box-sizing:border-box}.custom-orders-wrapper button,.custom-orders-wrapper input,.custom-orders-wrapper select,.custom-orders-wrapper textarea{font:inherit;color:inherit}.custom-orders-wrapper input,.custom-orders-wrapper select,.custom-orders-wrapper textarea{width:100%;padding:.65rem .8rem;min-height:44px;border-radius:10px;border:1px solid #d5d5d5;background:#fff;height:auto}.custom-orders-wrapper input:focus,.custom-orders-wrapper select:focus,.custom-orders-wrapper textarea:focus{outline:none;border-color:#c43b21;box-shadow:0 0 0 2px #c43b2126}.custom-orders-wrapper button{border:none;border-radius:10px;padding:.65rem 1.5rem;cursor:pointer;background:#c43b21;color:#fff;font-weight:600;transition:transform .15s ease,box-shadow .15s ease;width:auto}.custom-orders-wrapper button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #c43b2140}.custom-orders-wrapper button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.custom-orders-wrapper h1,.custom-orders-wrapper h2,.custom-orders-wrapper h3,.custom-orders-wrapper h4,.custom-orders-wrapper h5{color:#1f1f2c;background:none;text-shadow:none;border-radius:0;padding:0;text-align:left}.custom-orders-wrapper label{font-size:.9rem;color:#6c6c7b;margin-bottom:.4rem;display:block}.custom-orders-wrapper .formEntry{display:flex;flex-direction:column;width:100%}.custom-orders-wrapper form{background:transparent;padding:0;border-radius:0}.custom-orders-header{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;align-items:flex-start;background:#fff;border-radius:24px;padding:1.75rem 2rem;box-shadow:0 20px 45px #0f172a14}.custom-orders-header h1{margin:.25rem 0;font-size:2rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#c43b21;font-weight:600;font-size:.85rem}.subtitle{color:#4a4a4a;max-width:520px}.custom-orders-tabs{display:flex;gap:.75rem}.custom-orders-tabs .switchButton{min-width:160px;border-radius:999px}.custom-orders-tabs .switchButton.active{background-color:#c43b21;color:#fff;box-shadow:0 4px 10px #c43b2159}.custom-orders-form,.custom-orders-list{background-color:#fff;border-radius:24px;padding:2.25rem;box-shadow:0 25px 50px #0f172a12}.custom-card-section{border:1px solid #f2f2f4;border-radius:18px;padding:1.5rem;margin-bottom:1.5rem;background:#fafbff}.custom-card-section h3{margin-top:0;margin-bottom:.75rem}.custom-section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;width:100%}.custom-section-grid--pickup{grid-template-columns:minmax(220px,1fr) minmax(180px,220px)}.custom-items-grid{display:flex;flex-direction:column;gap:.75rem}.custom-item-row{display:grid;grid-template-columns:2fr .7fr .7fr auto;gap:.5rem}.custom-form-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-helper{color:#6b6b6b;margin:0}.successMessage{background:#e6f6ed;color:#0d8742;padding:.5rem .85rem;border-radius:8px;border:1px solid #b8e1c8}.custom-form-actions{display:flex;justify-content:flex-end}.custom-orders-wrapper .primaryButton{background:#c43b21;color:#fff}.custom-orders-wrapper .secondaryButton{border:1px dashed #c43b21;background:transparent;padding:.45rem 1rem;color:#c43b21;cursor:pointer;border-radius:999px;width:fit-content}.custom-orders-wrapper .lightButton{border:none;background:#f0f0f0;border-radius:8px;cursor:pointer;padding:.4rem .8rem;color:#1f1f2c}.custom-item-row .lightButton{align-self:center;width:auto;min-width:90px;text-align:center;box-shadow:none}.custom-card-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.custom-orders-filters{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.custom-orders-filter-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.custom-order-cards{display:flex;flex-direction:column;gap:1rem}.custom-order-grid-wrapper{width:100%;overflow-x:auto;border:1px solid #e2e7f0;border-radius:18px;background:#fff;padding:1.25rem 1rem;margin-top:1.5rem}.custom-order-grid{width:100%;min-width:1200px;font-size:.95rem}.grid-row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(170px,1.1fr) minmax(150px,1fr) minmax(140px,.9fr) minmax(150px,1fr) minmax(150px,1fr) minmax(200px,1.2fr) minmax(120px,.8fr) minmax(140px,.8fr);gap:.6rem;padding:.8rem .6rem;align-items:center;border-bottom:1px solid #e9edf5}.grid-row:nth-last-child(1){border-bottom:none}.grid-row:nth-child(2n):not(.grid-header){background:#fafbff}.grid-header{background:#f4f6fb;font-weight:600;text-transform:uppercase;font-size:.8rem;letter-spacing:.05em}.grid-items-cell{display:flex;flex-direction:column;gap:.25rem}.custom-order-status{padding:.2rem .8rem;border-radius:999px;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.02em}.custom-order-status.created{background-color:#fff4e5;color:#c98700}.custom-order-status.ready{background-color:#e6f6ed;color:#0d8742}.custom-order-status.delivered{background-color:#e3f2fd;color:#1976d2}.grid-status-cell{display:flex;flex-direction:column;gap:.35rem}.status-advance-button{border:1px solid #c43b21;background:transparent;color:#c43b21;border-radius:14px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.status-advance-button:hover{background:#c43b2114}.status-next-hint{font-size:.75rem;color:#7a7a8f;text-transform:uppercase;letter-spacing:.06em}.paid-pill{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .6rem;border-radius:999px;font-weight:600;font-size:.85rem}.paid-pill.yes{background:#e6f6ed;color:#0d8742}.paid-pill.no{background:#f8f8fb;color:#8f8fa6}.clickable-order-row{cursor:pointer}.clickable-order-row:hover{background:#f3f5fb}.clickable-order-row:focus{outline:2px solid #c43b21;outline-offset:2px}.custom-summary{display:flex;gap:1rem;flex-wrap:wrap}.custom-summary-card{background:#fff;border-radius:18px;padding:1.2rem 1.4rem;min-width:200px;box-shadow:inset 0 0 0 1px #f0f0f5}.custom-summary-card strong{display:block;font-size:1.9rem;color:#1f1f2c}.custom-summary-card span{color:#8181a5}.print-template{display:none}.custom-orders-wrapper select{-moz-appearance:none;appearance:none;-webkit-appearance:none}.time-select{position:relative;width:100%}.time-select select{width:100%;padding-right:2.5rem;display:block;background-color:#fff}.time-select:after{content:"▾";position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#6c6c7b;font-size:.85rem}.custom-edit-modal{max-width:720px;display:flex;flex-direction:column;gap:1.25rem}.custom-edit-modal h3{margin:0}.custom-edit-modal input,.custom-edit-modal select{width:100%;padding:.6rem .75rem;border:1px solid #d5d5d5;border-radius:10px;background:#fff;font:inherit}.custom-edit-modal input:focus,.custom-edit-modal select:focus{outline:none;border-color:#c43b21;box-shadow:0 0 0 2px #c43b2126}.custom-edit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.custom-edit-grid label{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:#4a4a4a}.custom-edit-items{border:1px solid #ececf4;border-radius:12px;padding:1rem;background:#fafafb;display:flex;flex-direction:column;gap:.75rem}.custom-edit-items-header{display:flex;justify-content:space-between;align-items:center}.custom-edit-item-row{display:grid;grid-template-columns:.5fr 1.5fr .8fr auto;gap:.5rem;align-items:center}.custom-edit-actions{display:flex;justify-content:flex-end;gap:.5rem}.custom-edit-actions-right{display:flex;gap:.5rem}.dangerButton{background:#e63b3b;color:#fff}.dangerButton:hover{background:#c62828}.store-ordering-container{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:100%;margin:0 auto;padding:1rem 2rem}@media screen and (max-width:899px){.store-ordering-container{max-width:600px;padding:1rem}}.new-order-layout{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width:900px){.new-order-layout{flex-direction:row;gap:2.5rem;align-items:flex-start}.products-panel{flex:1;min-width:0}.cart-panel{width:450px;flex-shrink:0;position:sticky;top:1rem}.product-list-container{max-height:65vh}}@media screen and (min-width:1400px){.cart-panel{width:500px}}.new-order-section{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000f}.recent-orders-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1rem;margin-top:.5rem;background:transparent;border:1px dashed #d5d5d5;border-radius:12px;color:#6c6c7b;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s ease}.recent-orders-toggle:hover{border-color:#c43b21;color:#c43b21;background:#c43b2108}.recent-orders-section{margin-top:1rem}.orders-table-container{display:flex;flex-direction:column;gap:1rem}.orders-filters{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:.25rem}.filter-group label{font-size:.75rem;color:#6c6c7b;font-weight:500}.filter-group select,.filter-group input{padding:.5rem .75rem;border:1px solid #d5d5d5;border-radius:8px;font-size:.875rem;min-width:120px;background:#fff}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#c43b21}.clear-filters-btn{padding:.5rem 1rem;background:transparent;border:1px solid #d5d5d5;border-radius:8px;color:#6c6c7b;font-size:.875rem;cursor:pointer}.clear-filters-btn:hover{border-color:#c43b21;color:#c43b21}.orders-table{width:100%;border-collapse:collapse;font-size:.875rem}.orders-table th{text-align:left;padding:.75rem .5rem;border-bottom:2px solid #e8ebf2;color:#6c6c7b;font-weight:600;font-size:.75rem;text-transform:uppercase}.orders-table td{padding:.75rem .5rem;border-bottom:1px solid #f2f2f4;vertical-align:top}.orders-table tbody tr:hover{background:#f9fafb}.cell-date{font-weight:500;color:#1f1f2c}.cell-time{font-size:.75rem;color:#9a9aab}.cell-items{color:#6c6c7b;line-height:1.4}.more-items{color:#9a9aab;font-style:italic}.cell-total{font-weight:600;color:#1f1f2c}.table-edit-btn{padding:.35rem .75rem;background:#c43b21;color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer}.table-edit-btn:hover{background:#a83019}.table-pagination{display:flex;align-items:center;justify-content:center;gap:1rem}.table-pagination button{width:32px;height:32px;padding:0;background:#f0f0f0;border:none;border-radius:6px;font-size:1.25rem;color:#1f1f2c;cursor:pointer}.table-pagination button:hover:not(:disabled){background:#e0e0e0}.table-pagination button:disabled{opacity:.4;cursor:not-allowed}.page-info{font-size:.875rem;color:#6c6c7b}.results-count{text-align:center;font-size:.8rem;color:#9a9aab}@media screen and (max-width:600px){.orders-filters{flex-direction:column;align-items:stretch}.filter-group,.filter-group select,.filter-group input{width:100%}.orders-table th:nth-child(2),.orders-table td:nth-child(2){display:none}}.currency-input{font-size:1.25rem;font-weight:600;letter-spacing:.02em}.quantity-input-section{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 0}.quantity-input-wrapper{display:flex;flex-direction:column;align-items:center;gap:.25rem}.qty-input.smart{width:120px;height:64px;font-size:2.5rem;font-weight:700;text-align:center;border:2px solid #e8ebf2;border-radius:16px;background:#fff;color:#1f1f2c;padding:0}.qty-input.smart:focus{outline:none;border-color:#c43b21;box-shadow:0 0 0 4px #c43b2126}.qty-input.smart::placeholder{color:#d5d5d5}.quantity-unit{font-size:.9rem;color:#6c6c7b;font-weight:500}.recent-orders-expanded{padding:0 1.25rem 1.25rem}.recent-orders-expanded .my-orders-list{opacity:.9}.recent-orders-expanded .order-card{background:#fff}.store-ordering-tabs{display:flex;gap:2rem;margin-bottom:1.5rem;border-bottom:2px solid #e8ebf2}.store-ordering-tabs .tab-btn{padding:.75rem .25rem;font-weight:600;font-size:1rem;background:transparent;color:#6c6c7b;border:none;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:.5rem;position:relative;margin-bottom:-2px}.store-ordering-tabs .tab-btn svg{flex-shrink:0}.store-ordering-tabs .tab-btn:hover{color:#1f1f2c}.store-ordering-tabs .tab-btn.active{color:#c43b21}.store-ordering-tabs .tab-btn.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#c43b21;border-radius:3px 3px 0 0}.search-bar-wrapper{display:flex;gap:.75rem;margin-bottom:1rem}.search-bar-wrapper .search-input-container{flex:1;position:relative}.search-bar-wrapper input{width:100%;padding:.875rem 2.5rem .875rem 1rem;font-size:1rem;border:2px solid #e8ebf2;border-radius:12px;background:#fff;min-height:52px}.search-bar-wrapper input:focus{outline:none;border-color:#c43b21;box-shadow:0 0 0 3px #c43b2126}.search-bar-wrapper .clear-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:32px;height:32px;min-height:32px;padding:0;background:transparent;color:#6c6c7b;border:none;border-radius:50%;cursor:pointer;font-size:1.25rem}.search-bar-wrapper .clear-btn:hover{background:#f0f0f0;color:#1f1f2c}.search-bar-wrapper .add-product-btn{width:52px;height:52px;min-height:52px;padding:0;font-size:1.75rem;font-weight:600;border-radius:12px;background:#c43b21;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.search-bar-wrapper .add-product-btn:hover{background:#a83019;box-shadow:0 4px 12px #c43b214d}.product-list-container{display:flex;flex-direction:column;gap:.5rem;max-height:40vh;overflow-y:auto;border:1px solid #e8ebf2;border-radius:12px;background:#fff}.product-list-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #f2f2f4;cursor:pointer;transition:background .15s ease}.product-list-item:last-child{border-bottom:none}.product-list-item:hover{background:#f4f6fb}.product-list-item:active{background:#e8f4fc}.product-list-item .product-name{font-weight:600;font-size:1.05rem;color:#1f1f2c}.product-list-item .product-meta{font-size:.85rem;color:#6c6c7b}.product-list-item .tap-indicator{color:#c43b21;font-size:.75rem;font-weight:500}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem}.pagination button{width:40px;height:40px;min-height:40px;padding:0;border-radius:8px;background:#f0f0f0;color:#1f1f2c;font-weight:600;border:none;cursor:pointer}.pagination button.active{background:#c43b21;color:#fff}.pagination button:disabled{opacity:.5;cursor:not-allowed}.empty-state .add-suggestion{color:#c43b21;font-weight:500}.quantity-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding:1rem}@media screen and (min-width:601px){.quantity-modal-overlay{align-items:center}}.quantity-modal{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 -10px 40px #0003}@media screen and (min-width:601px){.quantity-modal{border-radius:24px;box-shadow:0 20px 60px #0000004d}}.quantity-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e8ebf2}.quantity-modal-header h3{margin:0;font-size:1.25rem;color:#1f1f2c}.modal-close-btn{width:36px;height:36px;min-height:36px;padding:0;background:#f0f0f0;color:#6c6c7b;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover{background:#e0e0e0;color:#1f1f2c}.quantity-modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.quantity-product-name{font-size:1.5rem;font-weight:700;color:#1f1f2c;text-align:center}.quantity-prompt{font-size:1.1rem;color:#6c6c7b;text-align:center}.quantity-controls{display:flex;align-items:center;justify-content:center;gap:.75rem}.qty-btn.large{width:56px;height:56px;min-height:56px;font-size:2rem;font-weight:600;border-radius:14px;background:#f0f0f0;color:#1f1f2c;border:2px solid #d5d5d5;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .15s ease}.qty-btn.large:hover:not(:disabled){background:#e0e0e0;border-color:#c43b21}.qty-btn.large:disabled{opacity:.5;cursor:not-allowed}.qty-input.large{width:100px;height:56px;min-height:56px;font-size:1.75rem;font-weight:700;text-align:center;border-radius:14px;border:2px solid #d5d5d5;background:#fff}.qty-input.large:focus{outline:none;border-color:#c43b21;box-shadow:0 0 0 3px #c43b2126}.pin-pad{display:flex;flex-direction:column;gap:.5rem}.pin-pad-row{display:flex;gap:.5rem;justify-content:center}.pin-btn{width:72px;height:52px;min-height:52px;font-size:1.5rem;font-weight:600;border-radius:12px;background:#f4f6fb;color:#1f1f2c;border:1px solid #e8ebf2;cursor:pointer;transition:all .1s ease}.pin-btn:hover{background:#e8ebf2}.pin-btn:active{background:#d5d5d5;transform:scale(.97)}.pin-btn.clear{background:#fee;color:#c62828;border-color:#fcc}.pin-btn.clear:hover{background:#fcc}.pin-btn.back{background:#fff4e5;color:#c98700;border-color:#ffe0b2}.pin-btn.back:hover{background:#ffe0b2}.quantity-estimates{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#f4f6fb;border-radius:12px}.estimate-row{display:flex;justify-content:space-between;align-items:center}.estimate-label{color:#6c6c7b;font-size:.95rem}.estimate-value{font-weight:600;font-size:1rem;color:#1f1f2c}.estimate-row.total .estimate-value{font-size:1.25rem;color:#c43b21}.quantity-modal-footer{padding:1rem 1.5rem 1.5rem}.add-to-order-btn{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;border-radius:14px;background:#c43b21;color:#fff;border:none;cursor:pointer;min-height:56px;transition:all .15s ease}.add-to-order-btn:hover:not(:disabled){background:#a83019;box-shadow:0 4px 12px #c43b214d}.add-to-order-btn:disabled{opacity:.5;cursor:not-allowed}.new-product-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding:1rem}@media screen and (min-width:601px){.new-product-modal-overlay{align-items:center}}.new-product-modal{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 -10px 40px #0003}@media screen and (min-width:601px){.new-product-modal{border-radius:24px;box-shadow:0 20px 60px #0000004d}}.new-product-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e8ebf2}.new-product-modal-header h3{margin:0;font-size:1.25rem;color:#1f1f2c}.new-product-modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.9rem;font-weight:500;color:#6c6c7b}.form-field input,.form-field select{padding:.875rem 1rem;font-size:1rem;border:2px solid #e8ebf2;border-radius:12px;background:#fff;min-height:52px}.form-field input:focus,.form-field select:focus{outline:none;border-color:#c43b21;box-shadow:0 0 0 3px #c43b2126}.price-input-wrapper{position:relative;display:flex;align-items:center}.price-input-wrapper .price-prefix{position:absolute;left:1rem;color:#6c6c7b;font-size:1rem;font-weight:500;pointer-events:none}.price-input-wrapper input{padding-left:2rem}.unit-input-wrapper{display:flex;align-items:center;gap:.75rem}.unit-input-wrapper input{flex:1;max-width:120px}.unit-input-wrapper .unit-suffix{color:#6c6c7b;font-size:.95rem;white-space:nowrap}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.new-product-modal-footer{padding:1rem 1.5rem 1.5rem}.create-product-btn{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;border-radius:14px;background:#c43b21;color:#fff;border:none;cursor:pointer;min-height:56px;transition:all .15s ease}.create-product-btn:hover:not(:disabled){background:#a83019;box-shadow:0 4px 12px #c43b214d}.create-product-btn:disabled{opacity:.5;cursor:not-allowed}.order-cart{background:#fff;border:2px solid #e8ebf2;border-radius:16px;overflow:hidden}.order-cart-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#f4f6fb;border-bottom:1px solid #e8ebf2}.order-cart-header h3{margin:0;font-size:1.1rem;color:#1f1f2c}.item-count{background:#c43b21;color:#fff;padding:.25rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600}.order-cart-items{display:flex;flex-direction:column}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #f2f2f4;cursor:pointer;transition:background .15s ease}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:#f4f6fb}.cart-item .item-info{display:flex;flex-direction:column;gap:.25rem}.cart-item .item-name{font-weight:600;font-size:1rem;color:#1f1f2c}.cart-item .item-details{font-size:.85rem;color:#6c6c7b}.cart-item .item-price{font-weight:600;font-size:1rem;color:#1f1f2c}.cart-item .remove-btn{width:32px;height:32px;min-height:32px;padding:0;background:#fee;color:#c62828;border:none;border-radius:8px;font-size:1rem;cursor:pointer;margin-left:.75rem}.cart-item .remove-btn:hover{background:#fcc}.order-cart-footer{padding:1rem 1.25rem;background:#f4f6fb;border-top:1px solid #e8ebf2}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-total .total-label{font-size:1rem;color:#6c6c7b}.cart-total .total-amount{font-size:1.5rem;font-weight:700;color:#c43b21}.send-order-btn{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;border-radius:14px;background:#0d8742;color:#fff;border:none;cursor:pointer;min-height:56px;transition:all .15s ease}.send-order-btn:hover:not(:disabled){background:#0a6b35;box-shadow:0 4px 12px #0d87424d}.send-order-btn:disabled{opacity:.5;cursor:not-allowed}.empty-cart{text-align:center;padding:2rem 1rem;color:#6c6c7b}.my-orders-list{display:flex;flex-direction:column;gap:.75rem}.order-card{background:#fff;border:1px solid #e8ebf2;border-radius:16px;overflow:hidden}.order-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;cursor:pointer}.order-card-header:hover{background:#f4f6fb}.order-card-info{display:flex;flex-direction:column;gap:.25rem}.order-date{font-weight:600;font-size:1rem;color:#1f1f2c}.order-summary{font-size:.85rem;color:#6c6c7b}.order-status{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.02em}.order-status.pending{background-color:#fff4e5;color:#c98700}.order-status.ordered{background-color:#f3e5f5;color:#7b1fa2}.order-status.received{background-color:#e6f6ed;color:#0d8742}.order-card-details{padding:0 1.25rem 1rem;background:#f4f6fb}.order-items-preview{padding:1rem;background:#fff;border-radius:8px;margin-bottom:.75rem;font-size:.9rem;color:#1f1f2c}.order-card-actions{display:flex;gap:.75rem}.edit-order-btn{flex:1;padding:.75rem 1rem;font-size:.95rem;font-weight:600;border-radius:10px;background:#c43b21;color:#fff;border:none;cursor:pointer;min-height:48px}.edit-order-btn:hover{background:#a83019}.cancel-edit-btn{width:100%;padding:.75rem 1rem;font-size:.95rem;font-weight:600;border-radius:10px;background:#f0f0f0;color:#6c6c7b;border:none;cursor:pointer;min-height:48px;margin-bottom:.5rem}.cancel-edit-btn:hover{background:#e0e0e0;color:#1f1f2c}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:2rem;color:#6c6c7b}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-box{background:linear-gradient(90deg,#e8ebf2,#f4f6fb 40%,#f4f6fb 60%,#e8ebf2);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-item{pointer-events:none}.skeleton-item:hover{background:transparent}.confirm-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem}.confirm-dialog{background:#fff;border-radius:20px;width:100%;max-width:340px;padding:1.5rem;text-align:center;box-shadow:0 20px 60px #0000004d}.confirm-dialog h4{margin:0 0 .5rem;font-size:1.25rem;color:#1f1f2c}.confirm-dialog p{margin:0 0 1.5rem;color:#6c6c7b}.confirm-dialog-actions{display:flex;gap:.75rem}.confirm-dialog-actions button{flex:1;padding:.875rem 1rem;font-size:1rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;min-height:48px}.confirm-dialog-actions .cancel-btn{background:#f0f0f0;color:#1f1f2c}.confirm-dialog-actions .confirm-btn{background:#0d8742;color:#fff}.confirm-dialog-actions .confirm-btn:hover{background:#0a6b35}.basicContainer.merchant-orders-container{background:#eff2f9;padding:2rem 0}.merchant-orders-wrapper{width:100%;max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;font-family:Inter,Helvetica Neue,Arial,sans-serif;color:#1f1f2c;padding:1rem 2rem 3rem}@media screen and (max-width:768px){.merchant-orders-wrapper{padding:1rem}}.merchant-orders-wrapper *,.merchant-orders-wrapper *:before,.merchant-orders-wrapper *:after{box-sizing:border-box}.merchant-orders-wrapper button,.merchant-orders-wrapper input,.merchant-orders-wrapper select,.merchant-orders-wrapper textarea{font:inherit;color:inherit}.merchant-orders-wrapper input,.merchant-orders-wrapper select,.merchant-orders-wrapper textarea{width:100%;padding:.65rem .8rem;min-height:44px;border-radius:10px;border:1px solid #d5d5d5;background:#fff;height:auto}.merchant-orders-wrapper input:focus,.merchant-orders-wrapper select:focus,.merchant-orders-wrapper textarea:focus{outline:none;border-color:#c43b21;box-shadow:0 0 0 2px #c43b2126}.merchant-orders-wrapper button{border:none;border-radius:10px;padding:.65rem 1.5rem;cursor:pointer;background:#c43b21;color:#fff;font-weight:600;transition:transform .15s ease,box-shadow .15s ease;width:auto}.merchant-orders-wrapper button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #c43b2140}.merchant-orders-wrapper button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.merchant-orders-wrapper h1,.merchant-orders-wrapper h2,.merchant-orders-wrapper h3,.merchant-orders-wrapper h4,.merchant-orders-wrapper h5{color:#1f1f2c;background:none;text-shadow:none;border-radius:0;padding:0;text-align:left}.merchant-orders-wrapper label{font-size:.9rem;color:#6c6c7b;margin-bottom:.4rem;display:block}.merchant-orders-wrapper .formEntry{display:flex;flex-direction:column;width:100%}.merchant-orders-header{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;align-items:flex-start;background:#fff;border-radius:24px;padding:1.75rem 2rem;box-shadow:0 20px 45px #0f172a14}.merchant-orders-header h1{margin:.25rem 0;font-size:2rem}.merchant-orders-tabs{display:flex;gap:.75rem;flex-wrap:wrap}.merchant-orders-tabs .switchButton{min-width:140px;border-radius:999px;background:#f0f0f0;color:#1f1f2c}.merchant-orders-tabs .switchButton.active{background-color:#c43b21;color:#fff;box-shadow:0 4px 10px #c43b2159}.merchant-orders-tabs .switchButton.hq-tab{background:#1e3a5f;color:#fff}.merchant-orders-tabs .switchButton.hq-tab.active{background:#0d47a1;box-shadow:0 4px 10px #0d47a159}.merchant-panel{background-color:#fff;border-radius:24px;padding:2.25rem;box-shadow:0 25px 50px #0f172a12}.merchant-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.merchant-panel-header h2{margin:0}.merchant-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.merchant-card{background:#fafbff;border:1px solid #e8ebf2;border-radius:16px;padding:1.25rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.merchant-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014;border-color:#c43b21}.merchant-card h3{margin:0 0 .5rem;font-size:1.1rem}.merchant-card p{margin:0;color:#6c6c7b;font-size:.9rem}.merchant-form-section{border:1px solid #f2f2f4;border-radius:18px;padding:1.5rem;margin-bottom:1.5rem;background:#fafbff}.merchant-form-section h3{margin-top:0;margin-bottom:.75rem}.merchant-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.merchant-form-actions{display:flex;justify-content:flex-end;gap:.75rem}.order-items-list{display:flex;flex-direction:column;gap:.75rem}.order-item-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:.75rem;align-items:center;padding:.75rem;background:#fff;border:1px solid #e8ebf2;border-radius:12px}.order-item-row input{min-height:40px}.orders-table-wrapper{width:100%;overflow-x:auto;border:1px solid #e2e7f0;border-radius:18px;background:#fff}.orders-table{width:100%;min-width:800px;border-collapse:collapse}.orders-table th,.orders-table td{padding:1rem;text-align:left;border-bottom:1px solid #e9edf5}.orders-table th{background:#f4f6fb;font-weight:600;text-transform:uppercase;font-size:.8rem;letter-spacing:.05em}.orders-table tbody tr:hover{background:#fafbff}.orders-table tbody tr:last-child td{border-bottom:none}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.02em}.status-badge.pending{background-color:#fff4e5;color:#c98700}.status-badge.consolidated{background-color:#e3f2fd;color:#1976d2}.status-badge.ordered{background-color:#f3e5f5;color:#7b1fa2}.status-badge.received{background-color:#e6f6ed;color:#0d8742}.action-button{padding:.4rem .8rem;font-size:.85rem;border-radius:8px}.action-button.secondary{background:#f0f0f0;color:#1f1f2c}.action-button.danger{background:#fee;color:#c62828}.empty-state{text-align:center;padding:3rem 1rem;color:#6c6c7b}.empty-state h3{color:#1f1f2c;margin-bottom:.5rem}.product-picker{border:1px solid #e8ebf2;border-radius:12px;padding:1rem;background:#fff;max-height:300px;overflow-y:auto}.product-picker-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #f2f2f4;cursor:pointer}.product-picker-item:last-child{border-bottom:none}.product-picker-item:hover{background:#e8f4fc;border-color:#1976d2;box-shadow:0 4px 12px #1976d226}.product-picker-item:active{transform:scale(.98);background:#d4ebfc}.product-picker-item .product-info{display:flex;flex-direction:column}.product-picker-item .product-name{font-weight:600;font-size:1.05rem}.product-picker-item .product-details{font-size:.85rem;color:#6c6c7b}.product-picker-item .tap-hint{font-size:.75rem;color:#1976d2;margin-top:.25rem}.consolidation-group{background:#fff;border:1px solid #e8ebf2;border-radius:16px;margin-bottom:1.5rem;overflow:hidden}.consolidation-group-header{background:#f4f6fb;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.consolidation-group-header h3{margin:0}.consolidation-group-content{padding:1.5rem}.consolidation-summary{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.consolidation-summary-card{background:#fafbff;border:1px solid #e8ebf2;border-radius:12px;padding:1rem;min-width:150px}.consolidation-summary-card strong{display:block;font-size:1.5rem;color:#1f1f2c}.consolidation-summary-card span{color:#6c6c7b;font-size:.85rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;min-height:auto;cursor:pointer}.add-form-inline{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap;padding:1rem;background:#f4f6fb;border-radius:12px;margin-bottom:1rem}.add-form-inline .formEntry{flex:1;min-width:150px}.add-form-inline button{min-height:44px}.back-button{background:transparent;color:#6c6c7b;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem}.back-button:hover{color:#1f1f2c;box-shadow:none;transform:none}.order-total-row{display:flex;justify-content:flex-end;padding:1rem;background:#f4f6fb;border-radius:12px;margin-top:1rem}.order-total-row strong{font-size:1.25rem}.filter-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.filter-tab{padding:.5rem 1rem;background:#f0f0f0;color:#1f1f2c;border-radius:999px;font-size:.85rem}.filter-tab.active{background:#1f1f2c;color:#fff}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.section-header-row h3{margin:0}.inline-add-form{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;padding:1rem;background:#f4f6fb;border-radius:12px;margin-bottom:1rem}.inline-add-form input,.inline-add-form select{flex:1;min-width:120px}.inline-add-form button{min-height:44px;white-space:nowrap}.product-quantity-selector{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background:#e8f4fc;border:2px solid #1976d2;border-radius:16px;margin-bottom:.5rem}.product-quantity-header{display:flex;align-items:baseline;gap:.5rem}.product-quantity-header .product-name{font-size:1.2rem;font-weight:600}.product-quantity-header .product-unit{color:#6c6c7b;font-size:.9rem}.product-quantity-label{text-align:center;font-size:1rem;color:#1976d2;font-weight:500}.product-quantity-controls{display:flex;align-items:center;justify-content:center;gap:.5rem}.product-quantity-controls .qty-btn{width:56px;height:56px;font-size:1.75rem;font-weight:600;border-radius:12px;background:#fff;color:#1f1f2c;border:2px solid #d5d5d5;display:flex;align-items:center;justify-content:center;padding:0}.product-quantity-controls .qty-btn:hover{background:#f0f0f0;border-color:#1976d2}.product-quantity-controls .qty-input{width:100px;height:56px;font-size:1.5rem;font-weight:600;text-align:center;border-radius:12px}.product-quantity-actions{display:flex;gap:.75rem;justify-content:flex-end}.product-quantity-actions button{min-height:48px;padding:.75rem 1.5rem;font-size:1rem}.mobile-order-cards{display:none}@media screen and (max-width:600px){.merchant-orders-header{flex-direction:column;padding:1.25rem;gap:1rem}.merchant-orders-header h1{font-size:1.5rem}.merchant-orders-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.merchant-orders-tabs .switchButton{min-width:unset;padding:.75rem .5rem;font-size:.85rem}.merchant-orders-tabs .switchButton.hq-tab{grid-column:span 2}.merchant-panel{padding:1.25rem;border-radius:16px}.merchant-panel-header{flex-direction:column;align-items:flex-start;gap:.75rem}.merchant-panel-header h2{font-size:1.25rem}.filter-tabs{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:.5rem;padding-bottom:.5rem}.filter-tab{flex-shrink:0;padding:.5rem .75rem;font-size:.8rem}.merchant-form-section{padding:1rem;border-radius:12px}.merchant-form-section h3{font-size:1rem}.section-header-row{flex-direction:column;align-items:flex-start;gap:.75rem}.section-header-row .action-button{width:100%}.inline-add-form{flex-direction:column;align-items:stretch}.inline-add-form input,.inline-add-form select{width:100%;min-width:unset}.inline-add-form button{width:100%}.product-picker{max-height:none}.product-picker-item{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem}.product-picker-item .product-info{width:100%}.product-picker-item .product-name{font-size:1rem}.product-picker-item button,.product-picker-item>div:last-child{width:100%;display:flex;gap:.5rem}.product-picker-item>div:last-child button{flex:1}.product-quantity-selector{padding:1rem}.product-quantity-header{flex-direction:column;align-items:flex-start;gap:.25rem}.product-quantity-header .product-name{font-size:1.1rem}.product-quantity-controls{width:100%;justify-content:space-between}.product-quantity-controls .qty-btn{width:64px;height:64px;font-size:2rem}.product-quantity-controls .qty-input{flex:1;max-width:120px;height:64px;font-size:1.75rem}.product-quantity-actions{flex-direction:column}.product-quantity-actions button{width:100%}.order-item-row{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem;align-items:center}.order-item-row>div:first-child{width:100%;font-weight:600;margin-bottom:.25rem}.order-item-row input[type=number]{width:80px}.order-item-controls{flex:1}.item-unit{flex-shrink:0}.item-price{flex-shrink:0;min-width:auto}.remove-btn{flex-shrink:0}.order-item-row .action-button{width:100%;margin-top:.5rem}.order-total-row{flex-direction:column;align-items:flex-start;gap:.25rem}.merchant-form-actions{flex-direction:column}.merchant-form-actions button{width:100%}.orders-table-wrapper{border:none;background:none;border-radius:0}.orders-table{display:none}.mobile-order-cards{display:flex;flex-direction:column;gap:.75rem}.mobile-order-card{background:#fff;border:1px solid #e8ebf2;border-radius:12px;padding:1rem}.mobile-order-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.mobile-order-card-header h4{margin:0;font-size:1rem}.mobile-order-card-meta{color:#6c6c7b;font-size:.85rem;margin-bottom:.75rem}.mobile-order-card-items{font-size:.9rem;margin-bottom:.75rem;padding:.75rem;background:#f4f6fb;border-radius:8px}.mobile-order-card-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.mobile-order-card-footer .total{font-weight:600;font-size:1.1rem}.mobile-order-card-footer button{flex:1;min-width:100px}.consolidation-group{border-radius:12px}.consolidation-group-header{padding:1rem;flex-direction:column;align-items:flex-start;gap:.25rem}.consolidation-group-header h3{font-size:1rem}.consolidation-group-content{padding:1rem}.consolidation-summary{flex-direction:column}.consolidation-summary-card{width:100%}.checkbox-label input[type=checkbox]{width:24px;height:24px}}.product-search{position:relative;margin-bottom:1rem}.product-search .search-input{padding-right:2.5rem}.product-search .clear-search{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:32px;height:32px;min-height:32px;padding:0;background:transparent;color:#6c6c7b;font-size:1rem;border-radius:50%}.product-search .clear-search:hover{background:#f0f0f0;color:#1f1f2c;box-shadow:none;transform:translateY(-50%)}.product-catalog{display:flex;flex-direction:column;gap:1.25rem}.product-group{border:1px solid #e8ebf2;border-radius:16px;overflow:hidden}.product-group-header{background:#f4f6fb;padding:.75rem 1rem;font-weight:600;font-size:.9rem;color:#6c6c7b;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #e8ebf2}.product-group .product-picker{border:none;border-radius:0;max-height:none}.product-picker-item.in-cart{background:#e6f6ed;border-left:3px solid #0d8742}.product-picker-item.in-cart:hover{background:#d4f0e0}.in-cart-badge{font-size:.75rem;color:#0d8742;font-weight:600;margin-top:.25rem}.cart-section{background:#fff9f0;border-color:#ffd699}.cart-section h3{color:#c98700}.order-item-controls{display:flex;align-items:center;gap:.25rem}.qty-btn.small{width:36px;height:36px;min-height:36px;font-size:1.25rem;padding:0;background:#fff;color:#1f1f2c;border:1px solid #d5d5d5;border-radius:8px}.qty-btn.small:hover{background:#f0f0f0;border-color:#1976d2;box-shadow:none;transform:none}.qty-input.small{width:50px;height:36px;min-height:36px;font-size:1rem;text-align:center;padding:.25rem}.item-unit{color:#6c6c7b;font-size:.85rem;min-width:60px}.item-price{font-weight:600;min-width:70px;text-align:right}.remove-btn{width:32px;height:32px;min-height:32px;padding:0;background:#fee;color:#c62828;font-size:1rem;border-radius:8px}.remove-btn:hover{background:#fcc;box-shadow:none;transform:none}.submit-order-btn{width:100%;min-height:56px;font-size:1.1rem}.merchant-card.selected{border-color:#c43b21;background:#fff9f0;box-shadow:0 4px 12px #c43b2133}.product-list{display:flex;flex-direction:column;gap:.75rem}.product-list-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border:1px solid #e8ebf2;border-radius:12px}.product-list-item .product-info{display:flex;flex-direction:column;gap:.25rem}.product-list-item .product-name{font-weight:600;font-size:1rem}.product-list-item .product-details{font-size:.85rem;color:#6c6c7b}@media screen and (max-width:600px){.product-list-item{flex-direction:column;align-items:stretch;gap:.75rem}.product-list-item>div:last-child{display:flex;gap:.5rem}.product-list-item>div:last-child button{flex:1}}@media screen and (max-width:360px){.merchant-orders-wrapper{padding:.75rem}.merchant-orders-tabs{grid-template-columns:1fr}.merchant-orders-tabs .switchButton.hq-tab{grid-column:span 1}.product-quantity-controls .qty-btn{width:56px;height:56px}.product-quantity-controls .qty-input{height:56px;font-size:1.5rem}}.basicContainer.analytics-container{background:#eff2f9;padding:2rem 0;min-height:100vh}.analytics-wrapper{width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;font-family:Inter,Helvetica Neue,Arial,sans-serif;color:#1f1f2c;padding:1rem 2rem 3rem}@media screen and (max-width:768px){.analytics-wrapper{padding:1rem}}.analytics-wrapper *,.analytics-wrapper *:before,.analytics-wrapper *:after{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.safe-banner{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border:1px solid #a5d6a7;border-radius:12px;padding:.875rem 1.25rem;color:#2e7d32}.safe-banner-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.safe-banner-icon svg{color:#43a047}.safe-banner-text{font-size:.9rem;line-height:1.4}.safe-banner-text strong{color:#1b5e20}.info-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#f0f4ff;color:#6c6c7b;cursor:pointer;transition:all .15s ease;flex-shrink:0}.info-button:hover{background:#e3eaff;color:#1976d2}.info-tooltip{position:absolute;bottom:calc(100% + 8px);right:0;width:220px;padding:.75rem 1rem;background:#1f1f2c;color:#fff;font-size:.8rem;line-height:1.4;border-radius:8px;box-shadow:0 8px 24px #0003;z-index:100;pointer-events:none}.info-tooltip:after{content:"";position:absolute;top:100%;right:12px;border:6px solid transparent;border-top-color:#1f1f2c}.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.section-label{font-size:.85rem;font-weight:600;color:#6c6c7b;text-transform:uppercase;letter-spacing:.025em}.filter-section{background:#fff;border-radius:18px;padding:1rem 1.5rem 1.25rem;box-shadow:0 15px 35px #0f172a0f}.analytics-header{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;align-items:flex-start;background:#fff;border-radius:24px;padding:1.75rem 2rem;box-shadow:0 20px 45px #0f172a14}.analytics-title-section h1{margin:0 0 .25rem;font-size:2rem;color:#1f1f2c}.analytics-subtitle{margin:0;color:#6c6c7b;font-size:.95rem}.analytics-actions{display:flex;gap:.75rem}.refresh-btn{padding:.65rem 1.5rem;border-radius:10px;background:#1976d2;color:#fff;border:none;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.refresh-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #1976d240}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.date-range-filter{background:#fff;border-radius:18px;padding:1rem 1.5rem;box-shadow:0 15px 35px #0f172a0f}.filter-tabs{display:flex;flex-direction:row;gap:.25rem;flex-wrap:nowrap;background:#f5f5f5;border-radius:8px;padding:.25rem;max-width:100%;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#c5cad6 transparent}.filter-tabs::-webkit-scrollbar{height:4px}.filter-tabs::-webkit-scrollbar-track{background:transparent}.filter-tabs::-webkit-scrollbar-thumb{background:#c5cad6;border-radius:4px}.filter-tab{padding:.5rem 1rem;background:transparent;color:#6c6c7b;border-radius:6px;font-size:.85rem;font-weight:600;border:none;cursor:pointer;transition:all .15s ease;min-width:48px}.filter-tab:hover{color:#1f1f2c;background:#ffffff80}.filter-tab.active{background:#fff;color:#1f1f2c;box-shadow:0 1px 3px #0000001a}.custom-range-form{margin-top:1rem;padding-top:1rem;border-top:1px solid #e8ebf2}.custom-range-inputs{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.custom-range-inputs .formEntry{display:flex;flex-direction:column;min-width:150px}.custom-range-inputs label{font-size:.85rem;color:#6c6c7b;margin-bottom:.4rem}.custom-range-inputs input{padding:.6rem .8rem;border-radius:8px;border:1px solid #d5d5d5;font-size:.95rem;background-color:#fff;color:#1f1f2c}.custom-range-inputs input[type=date]{background-color:#fff;color-scheme:light}.custom-range-inputs input:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 2px #1976d226}.apply-btn{padding:.6rem 1.5rem;background:#c43b21;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;height:fit-content}.apply-btn:hover{background:#a83320}.metrics-summary{background:#fff;border-radius:20px;padding:1.5rem 2rem;box-shadow:0 20px 45px #0f172a0f}.metrics-summary-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.metrics-summary-header h3{margin:0;font-size:1.1rem;color:#1f1f2c}.metrics-summary-labels{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.date-range-label{color:#1f1f2c;font-size:.9rem;font-weight:500}.comparison-label-hint{color:#6c6c7b;font-size:.8rem}.metrics-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.metric-card{background:#fafbff;border:1px solid #e8ebf2;border-left:4px solid #1976d2;border-radius:12px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.25rem}.metric-card-header{display:flex;justify-content:space-between;align-items:center}.metric-value{font-size:1.75rem;font-weight:700;line-height:1.2}.metric-label,.metric-previous{font-size:.85rem;color:#6c6c7b}.charts-section{display:flex;flex-direction:column;gap:1.5rem}.chart-container{background:#fff;border-radius:20px;padding:1.5rem 2rem 2rem;box-shadow:0 20px 45px #0f172a0f}.chart-container h3{margin:0 0 1.25rem;font-size:1.1rem;color:#1f1f2c}.chart-container .empty-state{text-align:center;padding:3rem 1rem;color:#6c6c7b}.stock-chart{padding:1.5rem 1.5rem 1rem}.stock-chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.stock-chart-header h3{margin:0 0 .25rem;font-size:.95rem;color:#6c6c7b;font-weight:500}.stock-chart-stats{display:flex;align-items:baseline;gap:.75rem}.stat-total{font-size:2rem;font-weight:700;color:#1f1f2c;line-height:1.2}.stat-avg{font-size:.9rem;font-weight:500;color:#6c6c7b;margin-left:.5rem}.order-type-selector{display:flex;flex-direction:row;gap:.25rem;flex-wrap:nowrap;background:#f5f5f5;border-radius:8px;padding:.25rem}.order-type-selector .type-btn{padding:.4rem .75rem;background:transparent;border:none;border-radius:6px;font-size:.8rem;font-weight:600;color:#6c6c7b;cursor:pointer;transition:all .15s ease}.order-type-selector .type-btn:hover{color:#1f1f2c;background:#ffffff80}.order-type-selector .type-btn.active{background:#fff;color:#1f1f2c;box-shadow:0 1px 3px #0000001a}.stock-tooltip{background:#1f1f2c;border-radius:8px;padding:.6rem .9rem;box-shadow:0 4px 16px #0003}.stock-tooltip .tooltip-date{margin:0 0 .25rem;font-size:.8rem;color:#9ca3af}.stock-tooltip .tooltip-value{margin:0;font-size:1rem;font-weight:600;color:#fff}.chart-tooltip{background:#fff;border:1px solid #e8ebf2;border-radius:8px;padding:.75rem 1rem;box-shadow:0 4px 12px #0000001a}.chart-tooltip .tooltip-date{margin:0 0 .5rem;font-weight:600;color:#1f1f2c}.chart-tooltip p{margin:.25rem 0;font-size:.9rem}.detailed-tooltip{background:#fff;border:1px solid #e8ebf2;border-radius:10px;padding:.875rem 1rem;box-shadow:0 8px 24px #0000001f;min-width:160px}.detailed-tooltip .tooltip-date{margin:0 0 .5rem;font-size:.85rem;font-weight:600;color:#1f1f2c;padding-bottom:.5rem;border-bottom:1px solid #e8ebf2}.detailed-tooltip .tooltip-total{display:flex;align-items:baseline;gap:.4rem;margin:.5rem 0}.detailed-tooltip .tooltip-total-value{font-size:1.5rem;font-weight:700;color:#1976d2;line-height:1}.detailed-tooltip .tooltip-total-label{font-size:.8rem;color:#6c6c7b}.detailed-tooltip .tooltip-breakdown{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e8ebf2}.detailed-tooltip .tooltip-row{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.detailed-tooltip .tooltip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.detailed-tooltip .tooltip-label{color:#4a4a5a;flex:1}.detailed-tooltip .tooltip-value{font-weight:600;color:#1f1f2c}.analytics-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.loading-spinner{width:40px;height:40px;border:3px solid #e8ebf2;border-top-color:#1976d2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.analytics-loading p{color:#6c6c7b;font-size:.95rem}.analytics-error{background:#fee;border:1px solid #fcc;border-radius:12px;padding:1.5rem;text-align:center}.analytics-error p{color:#c62828;margin:0 0 1rem}.analytics-error button{background:#c62828;color:#fff;border:none;border-radius:8px;padding:.5rem 1.5rem;font-weight:600;cursor:pointer}@media screen and (max-width:600px){.analytics-header{flex-direction:column;padding:1.25rem}.analytics-title-section h1{font-size:1.5rem}.analytics-actions,.analytics-actions .refresh-btn{width:100%}.stock-chart-header{flex-direction:column;gap:1rem}.order-type-selector{width:100%;overflow-x:auto;flex-wrap:nowrap}.order-type-selector .type-btn{white-space:nowrap;padding:.4rem .6rem;font-size:.75rem}.date-range-filter{padding:1rem}.filter-tabs{justify-content:flex-start;scrollbar-width:auto;padding-bottom:.5rem}.filter-section{position:relative}.filter-section:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:24px;height:40px;background:linear-gradient(to right,transparent,#fff);pointer-events:none;opacity:.8}.filter-tab{padding:.5rem .75rem;font-size:.8rem;min-width:40px}.custom-range-inputs{flex-direction:column;gap:.75rem}.custom-range-inputs .formEntry{width:100%}.custom-range-inputs .apply-btn{width:100%;padding:.75rem}.metrics-summary{padding:1.25rem}.metrics-cards-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.metric-card{padding:.875rem 1rem}.metric-value{font-size:1.4rem}.chart-container{padding:1.25rem}.chart-container h3{font-size:1rem}}@media screen and (max-width:360px){.analytics-wrapper{padding:.75rem}.metrics-cards-grid{grid-template-columns:1fr}.filter-tab{padding:.4rem .6rem;font-size:.75rem;min-width:36px}}.week-comparison{background:#fff;border-radius:20px;padding:1.5rem 2rem;box-shadow:0 20px 45px #0f172a0f}.week-comparison.loading{display:flex;justify-content:center;align-items:center;min-height:150px}.week-comparison.error{background:#fee;border:1px solid #fcc}.week-comparison.error p{color:#c62828;text-align:center;margin:0}.week-comparison-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.week-comparison-header h3{margin:0;font-size:1.1rem;color:#1f1f2c}.week-labels{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.this-week-label{font-size:.85rem;color:#1f1f2c;font-weight:500}.last-week-label{font-size:.8rem;color:#6c6c7b}.week-comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.comparison-card{background:#fafbff;border:1px solid #e8ebf2;border-left:4px solid #1976d2;border-radius:12px;padding:1rem 1.25rem}.comparison-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.comparison-label{font-size:.85rem;color:#6c6c7b}.change-indicator{font-size:.8rem;font-weight:600;padding:.15rem .4rem;border-radius:4px}.change-indicator.positive{color:#0d8742;background:#0d87421a}.change-indicator.negative{color:#c43b21;background:#c43b211a}.change-indicator.neutral{color:#6c6c7b;background:#6c6c7b1a}.comparison-values{display:flex;flex-direction:column;gap:.15rem}.this-week-value{font-size:1.5rem;font-weight:700;line-height:1.2}.last-week-value{font-size:.85rem;color:#6c6c7b}.day-of-week-chart .day-of-week-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.day-of-week-chart h3{margin:0!important}.busiest-day-badge{font-size:.85rem;color:#6c6c7b}.busiest-day-badge strong{color:#1976d2}.product-mix-chart .product-mix-content{display:flex;flex-direction:column;align-items:center}.product-mix-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem}.legend-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem}.legend-color{width:12px;height:12px;border-radius:3px}.legend-label{color:#1f1f2c}.legend-value{color:#6c6c7b;font-weight:500}.analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media screen and (max-width:900px){.analytics-grid{grid-template-columns:1fr}}.analytics-faq{background:#fff;border-radius:20px;padding:1.5rem 2rem;box-shadow:0 20px 45px #0f172a0f;margin-top:1rem}.analytics-faq h3{margin:0 0 1.25rem;font-size:1.1rem;color:#1f1f2c}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid #e8ebf2;border-radius:10px;overflow:hidden;transition:border-color .15s ease}.faq-item:hover{border-color:#c5cad6}.faq-item.expanded{border-color:#1976d2}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fafbff;border:none;cursor:pointer;text-align:left;font-size:.95rem;font-weight:600;color:#1f1f2c;transition:background-color .15s ease}.faq-question:hover{background:#f0f4ff}.faq-item.expanded .faq-question{background:#f0f4ff;border-bottom:1px solid #e8ebf2}.faq-icon{font-size:1.25rem;font-weight:400;color:#6c6c7b;flex-shrink:0;margin-left:1rem}.faq-answer{padding:1rem 1.25rem;background:#fff}.faq-answer p{margin:0 0 .75rem;font-size:.9rem;line-height:1.6;color:#4a4a5a}.faq-answer p:last-child{margin-bottom:0}.faq-answer p:empty{display:none}.faq-answer strong{color:#1f1f2c}@media screen and (max-width:600px){.week-comparison{padding:1.25rem}.week-comparison-header{flex-direction:column;align-items:flex-start}.week-labels{align-items:flex-start}.week-comparison-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.comparison-card{padding:.875rem 1rem}.this-week-value{font-size:1.25rem}.day-of-week-chart .day-of-week-header{flex-direction:column;align-items:flex-start}.product-mix-legend{gap:.75rem}.legend-item{font-size:.8rem}.analytics-faq{padding:1.25rem}.faq-question{padding:.875rem 1rem;font-size:.9rem}.faq-answer{padding:.875rem 1rem}.faq-answer p{font-size:.85rem}}.calc-detail{margin-top:.25rem;margin-bottom:.5rem}.calc-detail-toggle{background:none;border:none;color:#5c8ec6;font-size:.78rem;font-weight:500;cursor:pointer;padding:0;text-decoration:none}.calc-detail-toggle:hover{color:#1976d2;text-decoration:underline}.calc-detail-content{margin-top:.35rem;padding:.6rem .85rem;background:#f5f7fa;border-radius:8px;font-size:.8rem;line-height:1.5;color:#6c6c7b}.metric-subtitle{font-size:.73rem;color:#9ca3af;line-height:1.3}.methodology-divider{margin:1.5rem 0;border:none;border-top:2px solid #e8ebf2}.admin-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e0e0e0;margin-top:1rem}.admin-section h3{margin:0 0 .75rem;font-size:1.1rem;color:#6c6c7b;font-weight:600}.admin-description{font-size:.9rem;color:#666;margin:0 0 1rem;line-height:1.5}.backfill-btn{background:#6c6c7b;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s}.backfill-btn:hover:not(:disabled){background:#555560}.backfill-btn:disabled{opacity:.6;cursor:not-allowed}.backfill-status{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.9rem}.backfill-status.success{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.backfill-status.error{background:#ffebee;color:#c62828;border:1px solid #ef9a9a}.pin-gate-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#eff2f9}.pin-gate-overlay{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#eff2f9;padding:2rem 1rem}.pin-gate-card{background:#fff;border-radius:24px;padding:3rem 2.5rem;box-shadow:0 20px 60px #0f172a1f;text-align:center;max-width:380px;width:100%}.pin-gate-icon{display:flex;justify-content:center;margin-bottom:1.5rem;color:#6c6c7b}.pin-gate-title{margin:0 0 .5rem;font-size:1.75rem;color:#1f1f2c}.pin-gate-subtitle{margin:0 0 2rem;color:#6c6c7b;font-size:.95rem}.pin-inputs{display:flex;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.pin-digit{width:56px;height:64px;text-align:center;font-size:1.5rem;font-weight:700;border:2px solid #e8ebf2;border-radius:12px;background:#fafbff;color:#1f1f2c;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:textfield}.pin-digit:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d226}.pin-digit::-webkit-inner-spin-button,.pin-digit::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pin-error{color:#c62828;font-weight:600;font-size:.95rem;margin:0 0 1rem}.pin-gate-hint{margin:0;color:#9ca3af;font-size:.8rem}.holiday-alerts{display:flex;flex-direction:column;gap:.5rem}.holiday-alert{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#fff3e0,#fff8e1);border:1px solid #ffe0b2;border-radius:12px;padding:.875rem 1.25rem;color:#e65100}.holiday-alert-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.holiday-alert-icon svg{color:#ff9800}.holiday-alert-text{font-size:.9rem;font-weight:500;line-height:1.4}.peak-periods-section{background:#fff;border-radius:20px;padding:1.5rem 2rem;box-shadow:0 20px 45px #0f172a0f}.peak-periods-section h3{margin:0 0 1.25rem;font-size:1.1rem;color:#1f1f2c}.peak-periods-list{display:flex;flex-direction:column;gap:.75rem}.peak-period-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fafbff;border:1px solid #e8ebf2;border-radius:12px;transition:border-color .15s ease}.peak-period-card:hover{border-color:#c5cad6}.peak-period-rank{font-size:1rem;font-weight:700;color:#1976d2;min-width:28px}.peak-period-info{flex:1;min-width:0}.peak-period-label{font-weight:600;color:#1f1f2c;font-size:.95rem}.peak-period-dates{font-size:.8rem;color:#6c6c7b;margin-top:.15rem}.peak-period-stats{display:flex;align-items:baseline;gap:.35rem;flex-shrink:0}.peak-period-total{font-size:1.5rem;font-weight:700;color:#1f1f2c}.peak-period-unit{font-size:.8rem;color:#6c6c7b}.peak-period-multiplier{font-size:.75rem;font-weight:600;color:#ff5722;background:#ff57221a;padding:.1rem .4rem;border-radius:4px;margin-left:.25rem}.tooltip-spike-badge{margin:.25rem 0 .5rem;font-size:.75rem;font-weight:600;color:#ff5722;background:#ff57221a;padding:.15rem .5rem;border-radius:4px;display:inline-block}@media screen and (max-width:600px){.pin-gate-card{padding:2.5rem 1.5rem}.pin-digit{width:48px;height:56px;font-size:1.25rem}.holiday-alert{padding:.75rem 1rem}.holiday-alert-text{font-size:.85rem}.peak-periods-section{padding:1.25rem}.peak-period-card{flex-wrap:wrap;gap:.5rem}.peak-period-stats{width:100%;padding-top:.25rem;border-top:1px solid #e8ebf2}}.admin-container{min-height:100vh;background:#f7f4f1;padding:1rem}.auth-card{max-width:400px;margin:4rem auto;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 24px #0000001a;text-align:center}.auth-card h1{margin:0 0 .5rem;font-size:1.5rem}.auth-card p{color:#666;margin-bottom:1.5rem}.auth-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;margin-bottom:1rem}.auth-input:focus{outline:none;border-color:#c43b21}.auth-button{width:100%;padding:.75rem 1.5rem;background:#c43b21;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.auth-button:hover{background:#a83219}.admin-header{max-width:1200px;margin:0 auto 1.5rem}.admin-header h1{margin:0 0 1rem;font-size:1.75rem;color:#1f1f1f}.tab-bar{display:flex;gap:.5rem;background:#fff;padding:.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.tab-button{padding:.625rem 1.25rem;border:none;background:transparent;border-radius:8px;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s}.tab-button:hover{background:#f3f4f6}.tab-button.active{background:#c43b21;color:#fff}.admin-content{max-width:1200px;margin:0 auto}.loading-indicator{text-align:center;padding:2rem;color:#666}.overview-grid{display:grid;gap:1rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.stat-value{font-size:2.5rem;font-weight:700;color:#1f1f1f}.stat-label{font-size:.875rem;color:#666;margin-top:.25rem}.stat-card.error .stat-value{color:#dc2626}@media(min-width:640px){.overview-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.overview-grid{grid-template-columns:repeat(4,1fr)}}.app-breakdown,.latency-distribution{grid-column:1 / -1;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.app-breakdown h3,.latency-distribution h3{margin:0 0 1rem;font-size:1rem;color:#1f1f1f}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.data-table th{font-weight:600;color:#666;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.bucket-chart{display:flex;align-items:flex-end;gap:.5rem;height:150px}.bucket{flex:1;display:flex;flex-direction:column;align-items:center}.bucket-bar{width:100%;background:linear-gradient(135deg,#c43b21,#e7a55b);border-radius:4px 4px 0 0;min-height:4px;transition:height .3s ease}.bucket-label{font-size:.625rem;color:#666;margin-top:.5rem;text-align:center}.bucket-count{font-size:.75rem;font-weight:600;color:#1f1f1f}.filters{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.filter-input,.filter-select{padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;min-width:150px}.filter-input:focus,.filter-select:focus{outline:none;border-color:#c43b21}.refresh-button{padding:.5rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.875rem;transition:all .2s}.refresh-button:hover{border-color:#c43b21;background:#fef7f5}.app-badge{display:inline-block;padding:.25rem .5rem;background:#f3f4f6;border-radius:4px;font-size:.75rem;font-weight:500;font-family:monospace}.status-badge,.level-badge{display:inline-block;padding:.25rem .5rem;color:#fff;border-radius:4px;font-size:.75rem;font-weight:600}.error-list{display:flex;flex-direction:column;gap:.75rem}.error-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000000d}.error-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.timestamp{color:#999;font-size:.75rem;margin-left:auto}.error-path{margin:.5rem 0}.error-path code{background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-size:.875rem}.error-message{color:#dc2626;font-weight:500}.error-stack{margin-top:.75rem}.error-stack summary{cursor:pointer;color:#666;font-size:.875rem}.error-stack pre{background:#1f1f1f;color:#fff;padding:1rem;border-radius:8px;overflow-x:auto;font-size:.75rem;margin-top:.5rem}.log-list{display:flex;flex-direction:column;gap:.25rem}.log-entry{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border-radius:8px;font-size:.875rem;flex-wrap:wrap}.log-message{flex:1;min-width:200px;font-family:monospace}.metrics-section .refresh-button{margin-bottom:1rem}.metrics-grid{display:grid;gap:1rem}@media(min-width:768px){.metrics-grid{grid-template-columns:repeat(3,1fr)}}.metric-panel{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000000d}.metric-panel h3{margin:0 0 .75rem;font-size:.875rem;color:#666}.metric-panel pre{background:#f3f4f6;padding:.75rem;border-radius:8px;font-size:.75rem;overflow-x:auto;margin:0}.empty-state{text-align:center;padding:3rem;color:#666;font-size:1.125rem}.dev-section h2{margin-bottom:1.5rem;color:#e5e7eb}.dev-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.dev-panel{background:#1f2937;border-radius:8px;padding:1.5rem}.dev-panel h3{color:#9ca3af;font-size:.875rem;text-transform:uppercase;margin-bottom:1rem}.webhook-url{display:block;background:#111827;padding:.75rem;border-radius:4px;font-size:.75rem;word-break:break-all;color:#10b981;margin-bottom:.75rem}.copy-button{background:#374151;color:#e5e7eb;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem}.copy-button:hover{background:#4b5563}.test-buttons{display:flex;flex-direction:column;gap:.75rem}.test-button{padding:.75rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500}.test-button.error{background:#dc2626;color:#fff}.test-button.error:hover{background:#b91c1c}.test-button.metric{background:#2563eb;color:#fff}.test-button.metric:hover{background:#1d4ed8}.test-button.log{background:#10b981;color:#fff}.test-button.log:hover{background:#059669}.app-list{list-style:none;padding:0;margin:0}.app-list li{padding:.5rem 0;color:#d1d5db;border-bottom:1px solid #374151}.app-list li:last-child{border-bottom:none}.api-table{width:100%;font-size:.875rem}.api-table td{padding:.5rem 0;border-bottom:1px solid #374151}.api-table td:first-child{color:#10b981}.api-table td:last-child{color:#9ca3af}.settings-container{background:#eff2f9!important;padding:2rem 0}.settings-wrapper{width:100%;max-width:1000px;margin:0 auto;padding:1rem 2rem 3rem;font-family:Inter,Helvetica Neue,Arial,sans-serif;color:#1f1f2c}@media screen and (max-width:768px){.settings-wrapper{padding:1rem}}.settings-wrapper *,.settings-wrapper *:before,.settings-wrapper *:after{box-sizing:border-box}.settings-wrapper button,.settings-wrapper input,.settings-wrapper select,.settings-wrapper textarea{font:inherit;color:inherit}.settings-wrapper h1,.settings-wrapper h2,.settings-wrapper h3{color:#1f1f2c!important;background:none!important;text-shadow:none!important;border-radius:0!important;padding:0!important;text-align:left!important}.settings-wrapper label{font-size:.9rem!important;color:#6c6c7b;margin-bottom:.4rem;display:block}.settings-wrapper form{background:transparent!important;padding:0!important;border-radius:0!important}.settings-wrapper input,.settings-wrapper select{width:100%!important;padding:.65rem .8rem!important;min-height:44px!important;border-radius:10px!important;border:1px solid #d5d5d5!important;background:#fff!important;height:auto!important;display:block!important}.settings-wrapper input:focus,.settings-wrapper select:focus{outline:none;border-color:#c43b21!important;box-shadow:0 0 0 2px #c43b2126!important}.settings-wrapper button{border:none!important;border-radius:10px!important;padding:.65rem 1.5rem!important;cursor:pointer;background:#c43b21!important;color:#fff!important;font-weight:600;transition:transform .15s ease,box-shadow .15s ease;width:auto!important;height:auto!important}.settings-wrapper button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #c43b2140!important;background:#a8321a!important}.settings-wrapper button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.settings-content{background:#fff;border-radius:24px;padding:2.25rem;box-shadow:0 25px 50px #0f172a12}.settings-content h1{margin:.25rem 0 2rem;font-size:2rem}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:1rem;border-radius:6px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.error-message button{background:none!important;border:none!important;color:#c33!important;font-size:1.5rem;cursor:pointer;padding:0!important;width:24px;height:24px;box-shadow:none!important}.error-message button:hover{transform:none!important;background:transparent!important}.settings-section{margin-bottom:2.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.section-header h2{margin:0;font-size:1.5rem}.btn-add{background:#c43b21!important}.btn-add:hover{background:#a8321a!important}.add-filling-form{background:#fafbff;padding:1.5rem;border-radius:18px;margin-bottom:1.5rem;border:1px solid #f2f2f4}.form-row{display:grid;grid-template-columns:1fr 1fr 120px auto;gap:1rem;align-items:end}.form-group{display:flex;flex-direction:column}.form-group input[type=color]{height:44px;cursor:pointer;padding:.25rem!important}.btn-primary{background:#c43b21!important}.btn-primary:hover{background:#a8321a!important}.fillings-list{display:flex;flex-direction:column;gap:.75rem}.empty-state{text-align:center;color:#888;padding:2rem;font-style:italic}.filling-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fafbff;border-radius:18px;border:1px solid #f2f2f4;transition:box-shadow .2s}.filling-item:hover{box-shadow:0 4px 12px #0f172a14}.filling-info{display:flex;align-items:center;gap:1rem;flex:1}.filling-color-indicator{width:32px;height:32px;border-radius:8px;border:2px solid #e0e0e0;flex-shrink:0}.filling-details{display:flex;flex-direction:column;gap:.25rem}.filling-key{font-size:.85rem;color:#888;font-family:monospace}.filling-name{font-size:1rem;font-weight:600;color:#1f1f2c}.filling-actions{display:flex;align-items:center;gap:1rem}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#c43b21}.toggle-switch input:checked+.toggle-slider:before{transform:translate(26px)}.btn-delete{background:none!important;border:none!important;font-size:1.25rem;cursor:pointer;padding:.5rem;opacity:.6;transition:opacity .2s;box-shadow:none!important}.btn-delete:hover{opacity:1;transform:none!important;background:transparent!important}.printer-config{display:flex;flex-direction:column;gap:1rem}.printer-toggle-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fafbff;border-radius:18px;border:1px solid #f2f2f4}.printer-fields{padding:1.5rem;background:#fafbff;border-radius:18px;border:1px solid #f2f2f4;display:flex;flex-direction:column;gap:1rem}.printer-field-row{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.printer-actions{display:flex;gap:.75rem}@media(max-width:768px){.printer-field-row{grid-template-columns:1fr}.printer-actions{flex-direction:column}.printer-actions button{width:100%}}.printer-scan-section{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f5f6fa;border-radius:14px;border:1px dashed #d5d5d5}.printer-scan-row{display:flex;gap:.75rem;align-items:end}.printer-scan-row .form-group{flex:1}.printer-scan-row button{white-space:nowrap;min-height:44px}.btn-scanning{background:#6c757d!important}.btn-scanning:hover:not(:disabled){background:#5a6268!important}.scan-progress{display:flex;align-items:center;gap:.75rem}.scan-progress-bar{flex:1;height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.scan-progress-fill{height:100%;background:#c43b21;border-radius:3px;transition:width .3s ease}.scan-progress-text{font-size:.8rem;color:#6c6c7b;white-space:nowrap}.scan-results{display:flex;flex-direction:column;gap:.5rem}.scan-results>label{font-size:.85rem!important;font-weight:600;color:#1f1f2c!important}.scan-result-item{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:.6rem 1rem!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:10px!important;cursor:pointer;width:100%!important}.scan-result-item:hover:not(:disabled){border-color:#c43b21!important;background:#fef7f5!important;transform:none!important;box-shadow:0 0 0 2px #c43b2126!important}.scan-result-item.verified{border-color:#4caf50!important;background:#f1f8e9!important}.scan-result-item.verified:hover:not(:disabled){border-color:#388e3c!important;background:#e8f5e9!important;box-shadow:0 0 0 2px #4caf5033!important}.scan-result-ip{font-family:monospace;font-weight:600;color:#1f1f2c!important}.scan-result-badge{font-size:.75rem;padding:.2rem .6rem;border-radius:12px;font-weight:600}.scan-result-badge.verified{background:#e8f5e9;color:#2e7d32}.scan-result-badge.detected{background:#fff3e0;color:#e65100}@media(max-width:768px){.printer-scan-row{flex-direction:column}.printer-scan-row button{width:100%}}.data-utilities{display:flex;flex-direction:column;gap:1rem}.utility-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fafbff;border-radius:18px;border:1px solid #f2f2f4}.utility-info{flex:1}.utility-info strong{display:block;margin-bottom:.25rem}.utility-info p{margin:0;font-size:.9rem;color:#6c6c7b}.migration-status{padding:.75rem 1rem;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:10px;color:#2e7d32;font-size:.9rem}.migration-status.error{background:#ffebee;border-color:#ffcdd2;color:#c62828}@media(max-width:768px){.form-row{grid-template-columns:1fr}.filling-item{flex-direction:column;align-items:flex-start;gap:1rem}.filling-actions{width:100%;justify-content:space-between}.utility-item{flex-direction:column;align-items:flex-start;gap:1rem}.utility-item button{width:100%}}.image-count-badge{display:inline-block;margin-left:.5rem;padding:.2rem .6rem;background:#fff3cd;color:#856404;border-radius:12px;font-size:.8rem;font-weight:600}.btn-danger{background:#dc3545!important}.btn-danger:hover:not(:disabled){background:#c82333!important}.btn-danger:disabled{background:#6c757d!important}
