*,*:before,*:after{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px}h1,h2,h3,h4{margin:0;line-height:1.3}h2{font-size:1.5rem;color:#111827}a{color:#1a5632}input,button,select,textarea{font-family:inherit}.pending-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f4f3;padding:1rem}.pending-card{background:#fff;border-radius:8px;box-shadow:0 4px 24px #00000014;padding:2.5rem 2rem;width:100%;max-width:440px;text-align:center}.pending-logo{width:70px;height:70px;margin-bottom:1rem}.pending-card h2{font-size:1.25rem;color:#111827;margin:0 0 .75rem}.pending-card p{color:#6b7280;font-size:.925rem;line-height:1.5;margin:0 0 1.5rem}.pending-logout{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.5rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.pending-logout:hover{background:#e5e7eb}.header{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:60px;background:#1a5632;color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.header-brand{display:flex;align-items:center;gap:.75rem}.header-logo{width:36px;height:36px;border-radius:4px}.header-brand h1{margin:0;font-size:1.25rem;font-weight:700}.header-subtitle{font-size:.85rem;opacity:.8}.header-right{display:flex;align-items:center;gap:1rem}.header-user{font-size:.875rem;display:flex;align-items:center;gap:.5rem}.header-badge{background:#fff3;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.header-logout{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.375rem .75rem;border-radius:4px;cursor:pointer;font-size:.825rem;transition:background .2s}.header-logout:hover{background:#ffffff40}@media(max-width:640px){.header{padding:0 .75rem;height:52px}.header-brand{gap:.5rem;min-width:0}.header-logo{width:28px;height:28px}.header-brand h1{font-size:1rem}.header-subtitle{display:none}.header-right{gap:.5rem}.header-user{font-size:.75rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-badge{font-size:.65rem;padding:.1rem .375rem}.header-logout{font-size:.75rem;padding:.25rem .5rem}}.sidebar{width:220px;min-height:calc(100vh - 60px);background:#f5f6f8;border-right:1px solid #e0e3e8;padding:1rem 0;flex-shrink:0}.sidebar-nav{display:flex;flex-direction:column;gap:.125rem}.sidebar-link{display:block;padding:.625rem 1.25rem;color:#374151;text-decoration:none;font-size:.9rem;transition:background .15s,color .15s}.sidebar-link:hover{background:#e8eaef;color:#1a5632}.sidebar-link--active{background:#dff0e6;color:#1a5632;font-weight:600;border-right:3px solid #1a5632}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.page-body{display:flex;flex:1}.page-content{flex:1;padding:1.5rem 2rem;background:#fff;overflow-y:auto}@media(max-width:768px){.page-body{flex-direction:column}.sidebar{width:100%;min-height:auto;border-right:none;border-bottom:1px solid #e0e3e8}.sidebar-nav{flex-direction:row;overflow-x:auto;padding:.5rem;gap:.25rem}.sidebar-link{white-space:nowrap;padding:.5rem .75rem;border-radius:4px}.sidebar-link--active{border-right:none;border-bottom:2px solid #1a5632}.page-content{padding:1rem}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f4f3;padding:1rem}.login-card{background:#fff;border-radius:8px;box-shadow:0 4px 24px #00000014;padding:2.5rem 2rem;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:70px;height:70px;margin-bottom:.5rem}.login-header p{color:#6b7280;margin:0;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.login-error{background:#fef2f2;color:#991b1b;padding:.625rem .75rem;border-radius:6px;font-size:.875rem;border:1px solid #fecaca}.login-button{background:#1a5632;color:#fff;padding:.7rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.25rem}.login-button:hover:not(:disabled){background:#15472a}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-forgot-link{text-align:center;margin:0;font-size:.825rem}.login-forgot-link a{color:#6b7280;text-decoration:none}.login-forgot-link a:hover{color:#1a5632;text-decoration:underline}.login-register-link{text-align:center;margin-top:1.25rem;font-size:.875rem;color:#6b7280}.login-register-link a{color:#1a5632;font-weight:500;text-decoration:none}.login-register-link a:hover{text-decoration:underline}.register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f4f3;padding:1rem}.register-card{background:#fff;border-radius:8px;box-shadow:0 4px 24px #00000014;padding:2.5rem 2rem;width:100%;max-width:460px}.register-header{text-align:center;margin-bottom:2rem}.register-logo{width:70px;height:70px;margin-bottom:.5rem}.register-header p{color:#6b7280;margin:0;font-size:.95rem}.register-form{display:flex;flex-direction:column;gap:1rem}.register-field{display:flex;flex-direction:column;gap:.375rem}.register-field label{font-size:.875rem;font-weight:500;color:#374151}.register-field input{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;transition:border-color .2s;width:100%}.register-field input:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.register-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.register-error{background:#fef2f2;color:#991b1b;padding:.625rem .75rem;border-radius:6px;font-size:.875rem;border:1px solid #fecaca}.register-button{background:#1a5632;color:#fff;padding:.7rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.25rem}.register-button:hover:not(:disabled){background:#15472a}.register-button:disabled{opacity:.6;cursor:not-allowed}.register-footer{text-align:center;margin-top:1.25rem;font-size:.875rem;color:#6b7280}.register-footer a{color:#1a5632;font-weight:500;text-decoration:none}.register-footer a:hover{text-decoration:underline}@media(max-width:480px){.register-row{grid-template-columns:1fr}}.forgot-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f4f3;padding:1rem}.forgot-card{background:#fff;border-radius:8px;box-shadow:0 4px 24px #00000014;padding:2.5rem 2rem;width:100%;max-width:400px}.forgot-header{text-align:center;margin-bottom:2rem}.forgot-logo{width:70px;height:70px;margin-bottom:.5rem}.forgot-header p{color:#6b7280;margin:0;font-size:.95rem}.forgot-form{display:flex;flex-direction:column;gap:1.25rem}.forgot-error{background:#fef2f2;color:#991b1b;padding:.625rem .75rem;border-radius:6px;font-size:.875rem;border:1px solid #fecaca}.forgot-success{text-align:center;color:#374151;font-size:.9rem;line-height:1.6}.forgot-success p{margin:0 0 .75rem}.forgot-back-button{display:inline-block;margin-top:.75rem;background:#1a5632;color:#fff;padding:.625rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s}.forgot-back-button:hover{background:#15472a}.forgot-button{background:#1a5632;color:#fff;padding:.7rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.25rem}.forgot-button:hover:not(:disabled){background:#15472a}.forgot-button:disabled{opacity:.6;cursor:not-allowed}.forgot-footer{text-align:center;margin-top:1.25rem;font-size:.875rem;color:#6b7280}.forgot-footer a{color:#1a5632;font-weight:500;text-decoration:none}.forgot-footer a:hover{text-decoration:underline}.setup-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f4f3;padding:1rem}.setup-card{background:#fff;border-radius:8px;box-shadow:0 4px 24px #00000014;padding:2.5rem 2rem;width:100%;max-width:440px}.setup-header{text-align:center;margin-bottom:2rem}.setup-logo{width:70px;height:70px;margin-bottom:.75rem}.setup-header h2{margin:0 0 .5rem;font-size:1.25rem;color:#111827}.setup-header p{color:#6b7280;margin:0;font-size:.9rem;line-height:1.4}.setup-form{display:flex;flex-direction:column;gap:1.25rem}.setup-form input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.setup-error{background:#fef2f2;color:#991b1b;padding:.625rem .75rem;border-radius:6px;font-size:.875rem;border:1px solid #fecaca}.setup-button{background:#1a5632;color:#fff;padding:.7rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.25rem}.setup-button:hover:not(:disabled){background:#15472a}.setup-button:disabled{opacity:.6;cursor:not-allowed}.setup-loading{text-align:center;color:#6b7280;padding:2rem 0}.setup-message{text-align:center;padding:1rem 0}.setup-message p{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0 0 1rem}.setup-signin-link{display:inline-block;color:#1a5632;font-weight:500;text-decoration:none;font-size:.9rem}.setup-signin-link:hover{text-decoration:underline}.setup-signin-text{text-align:center;margin-top:1.25rem;font-size:.875rem;color:#6b7280}.setup-signin-text a{color:#1a5632;font-weight:500;text-decoration:none}.setup-signin-text a:hover{text-decoration:underline}.dash-page{max-width:1100px}.dash-page h2{margin-bottom:1.5rem}.dash-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.dash-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;display:flex;flex-direction:column}.dash-card-link{text-decoration:none;color:inherit;transition:border-color .2s}.dash-card-link:hover{border-color:#1a5632}.dash-card-label{font-size:.775rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.dash-card-value{font-size:2rem;font-weight:700;color:#1a5632;margin:.125rem 0;line-height:1.2}.dash-card-alert{color:#dc2626}.dash-card-warn{color:#d97706}.dash-card-sub{font-size:.8rem;color:#9ca3af}.dash-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.5rem;align-items:start}.dash-section{border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.dash-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dash-section-header h3{font-size:1rem;color:#111827;margin:0}.dash-section-link{font-size:.825rem;color:#1a5632;text-decoration:underline}.dash-section-link:hover{color:#15472a}.dash-empty{color:#9ca3af;font-size:.875rem;margin:0}.dash-table{width:100%;border-collapse:collapse;font-size:.85rem}.dash-table th{text-align:left;padding:.5rem .625rem;border-bottom:2px solid #e5e7eb;font-size:.725rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;white-space:nowrap}.dash-table td{padding:.5rem .625rem;border-bottom:1px solid #f3f4f6}.dash-table tbody tr:hover{background:#f9fafb}.date-cell{white-space:nowrap;color:#6b7280;font-size:.8rem}.view-link{color:#1a5632;text-decoration:underline;font-size:.825rem}.status-pill{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.725rem;font-weight:500}.dash-attention-list{display:flex;flex-direction:column;gap:.25rem}.dash-attention-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .625rem;border-radius:6px;text-decoration:none;color:inherit;transition:background .15s}.dash-attention-item:hover{background:#f9fafb}.dash-attention-name{font-weight:500;font-size:.875rem}.dash-attention-detail{font-size:.8rem;color:#d97706}@media(max-width:768px){.dash-grid{grid-template-columns:1fr}.dash-stats{grid-template-columns:1fr 1fr}}.admin-orders-page{max-width:1100px}.admin-orders-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.admin-orders-header h2{display:flex;align-items:center;gap:.75rem}.new-orders-badge{background:#fef3c7;color:#92400e;font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:9999px}.orders-loading,.orders-error{color:#6b7280;padding:2rem 0}.orders-error{color:#991b1b}.orders-filters{display:flex;align-items:flex-end;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.orders-search{padding:.4rem .625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;width:220px}.orders-search:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.filter-group select,.filter-date{padding:.4rem .6rem;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;background:#fff}.filter-group select:focus,.filter-date:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.filter-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;margin-left:auto}.filter-count{font-size:.825rem;color:#9ca3af}.filter-clear{background:none;border:none;color:#6b7280;font-size:.775rem;cursor:pointer;padding:0;text-decoration:underline}.filter-clear:hover{color:#1a5632}.admin-orders-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-orders-table th{text-align:left;padding:.625rem .75rem;border-bottom:2px solid #e5e7eb;font-size:.775rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;white-space:nowrap}.admin-orders-table td{padding:.75rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.admin-orders-table tbody tr:hover{background:#f9fafb}.row-new{background:#fffbeb}.row-new:hover{background:#fef9e7!important}.order-num-cell{font-weight:600;color:#1a5632;white-space:nowrap;font-size:.85rem}.account-cell{font-weight:500}.units-detail{color:#9ca3af;font-size:.8rem;margin-left:.25rem}@media(max-width:768px){.admin-orders-table{font-size:.8rem}.admin-orders-table th,.admin-orders-table td{padding:.5rem}}.accts-page{max-width:1100px}.accts-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.accts-loading,.accts-error{color:#6b7280;padding:2rem 0}.accts-error{color:#991b1b}.accts-empty{text-align:center;padding:3rem 1rem;color:#6b7280;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.accts-filters{display:flex;align-items:flex-end;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.accts-search{padding:.4rem .625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;width:220px}.accts-search:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.filter-group{display:flex;flex-direction:column;gap:.25rem}.filter-group label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.filter-group select{padding:.4rem .6rem;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;background:#fff}.filter-group select:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.filter-count{font-size:.825rem;color:#9ca3af;margin-left:auto}.accts-table{width:100%;border-collapse:collapse;font-size:.875rem}.accts-table th{text-align:left;padding:.625rem .75rem;border-bottom:2px solid #e5e7eb;font-size:.775rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;white-space:nowrap}.accts-table td{padding:.75rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.accts-table tbody tr:hover{background:#f9fafb}.biz-cell{display:flex;flex-direction:column;gap:.125rem}.biz-name{font-weight:500}.biz-email{font-size:.8rem;color:#9ca3af}.date-cell{color:#6b7280;font-size:.825rem;white-space:nowrap}.access-badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.access-claimed{background:#d1fae5;color:#065f46}.access-invited{background:#dbeafe;color:#1e40af}.access-none{background:#f3f4f6;color:#9ca3af}.acct-form-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.acct-form{background:#fff;border-radius:8px;padding:1.5rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:.625rem}.acct-form h3{margin:0 0 .125rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.form-row-3{grid-template-columns:2fr 1fr 1fr}.form-row-addr{grid-template-columns:3fr 2fr 1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.2rem}.form-group label{font-size:.775rem;font-weight:500;color:#374151}.form-group input,.form-group textarea,.form-group select{padding:.4rem .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.825rem}.acct-invite-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;cursor:pointer}.acct-invite-checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:#1a5632;cursor:pointer}@media(max-width:768px){.form-row,.form-row-3,.form-row-addr{grid-template-columns:1fr}.accts-table{font-size:.8rem}}.products-page{max-width:1300px}.products-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.products-loading,.products-error{color:#6b7280;padding:2rem 0}.products-error{color:#991b1b}.products-empty{text-align:center;padding:3rem 1rem;color:#6b7280;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.products-table{width:100%;border-collapse:collapse;font-size:.9rem}.products-table th{text-align:left;padding:.625rem .75rem;border-bottom:2px solid #e5e7eb;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;white-space:nowrap}.products-table td{padding:.75rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.products-table tbody tr:hover{background:#f9fafb}.product-name-cell{display:flex;align-items:center;gap:.75rem}.product-name-cell>div{display:flex;flex-direction:column;gap:.125rem}.product-thumb{width:40px;height:52px;object-fit:contain;border-radius:6px;flex-shrink:0}.product-name{font-weight:500}.product-desc{font-size:.8rem;color:#9ca3af}.actions-cell{white-space:nowrap}.actions-cell .btn-link+.btn-link{margin-left:.75rem}.product-form-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.product-form{background:#fff;border-radius:8px;padding:2rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.product-form h3{margin:0 0 .25rem}.form-row-3{grid-template-columns:repeat(3,1fr)}.form-row-4{grid-template-columns:repeat(4,1fr)}.form-group input,.form-group textarea,.form-group select{padding:.5rem .625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s}.image-upload-area{display:flex;flex-direction:column}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border:2px dashed #d1d5db;border-radius:8px;padding:1.25rem;cursor:pointer;color:#6b7280;font-size:.85rem;transition:border-color .2s,background .2s}.image-placeholder:hover{border-color:#1a5632;background:#f0fdf4}.image-placeholder-icon{font-size:1.5rem;font-weight:300;color:#9ca3af}.image-placeholder-hint{font-size:.75rem;color:#9ca3af}.image-preview{position:relative;display:inline-block}.image-preview img{width:120px;height:120px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.image-remove-btn{position:absolute;top:4px;right:4px;background:#0009;color:#fff;border:none;border-radius:4px;font-size:.7rem;padding:2px 6px;cursor:pointer}.image-remove-btn:hover{background:#000c}.gallery-upload{display:flex;gap:.5rem;flex-wrap:wrap}.gallery-thumb{position:relative;width:72px;height:72px;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-remove{position:absolute;top:2px;right:2px;background:#0009;color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.gallery-add{width:72px;height:72px;border:2px dashed #d1d5db;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;font-size:1.5rem;transition:border-color .2s}.gallery-add:hover{border-color:#1a5632;color:#1a5632}.checkbox-row{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer}.status-cell{display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;white-space:nowrap}.addon-badge{display:inline-block;padding:.1rem .4rem;border-radius:9999px;font-size:.7rem;font-weight:500;background:#dbeafe;color:#1e40af;white-space:nowrap}.btn-link{background:none;border:none;color:#1a5632;cursor:pointer;font-size:.85rem;padding:0;text-decoration:underline}.btn-link:hover{color:#15472a}.btn-link-danger{color:#dc2626}.btn-link-danger:hover{color:#991b1b}@media(max-width:768px){.form-row,.form-row-3,.form-row-4{grid-template-columns:1fr}.products-table{font-size:.8rem}.products-table th,.products-table td{padding:.5rem}}.od-page{max-width:1000px}.od-loading,.od-error{color:#6b7280;padding:2rem 0}.od-error{color:#991b1b}.od-back{display:inline-block;color:#6b7280;text-decoration:none;font-size:.85rem;margin-bottom:1rem}.od-back:hover{color:#1a5632}.od-header{margin-bottom:1.5rem}.od-meta{color:#6b7280;font-size:.9rem;margin-top:.25rem}.od-pipeline{display:flex;gap:0;margin-bottom:1.5rem;background:#f9fafb;border-radius:8px;padding:1rem 1.5rem;border:1px solid #e5e7eb}.od-pipeline-step{display:flex;align-items:center;gap:.5rem;flex:1;position:relative;background:none;border:none;padding:.25rem 0;cursor:pointer;font-family:inherit}.od-pipeline-step:disabled{cursor:default}.od-pipeline-step:not(:disabled):hover .step-dot{box-shadow:0 0 0 4px #1a563226}.od-pipeline-step:not(:disabled):hover .step-label{color:#1a5632}.od-pipeline-step:not(:last-child):after{content:"";flex:1;height:2px;background:#d1d5db;margin:0 .75rem}.od-pipeline-step.step-done:not(:last-child):after{background:#1a5632}.od-actions{display:flex;gap:.75rem;margin-bottom:1.5rem;align-items:center}.od-complete-label{font-size:.9rem;color:#065f46;font-weight:500}.od-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;align-items:start}.od-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.od-card h3{font-size:1rem;margin-bottom:1rem;color:#111827}.od-items-table{width:100%;border-collapse:collapse;font-size:.85rem}.od-items-table th{text-align:left;padding:.5rem;border-bottom:2px solid #e5e7eb;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.od-items-table td{padding:.5rem;border-bottom:1px solid #f3f4f6}.od-items-table tfoot td{border-bottom:none;padding-top:.75rem}.od-sku{display:block;font-size:.75rem;color:#9ca3af}.od-product-cell{display:flex;align-items:center;gap:.625rem}.od-product-thumb{width:36px;height:46px;object-fit:contain;border-radius:4px;flex-shrink:0}.od-details{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;font-size:.875rem;margin:0}.od-details dt{color:#6b7280;font-weight:500}.od-details dd{margin:0}.od-invoice-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.od-invoice-section h4{font-size:.825rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.od-invoice-links{display:flex;gap:.75rem}.od-invoice-link{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border-radius:6px;font-size:.825rem;font-weight:500;text-decoration:none;background:#1a5632;color:#fff;transition:background .2s}.od-invoice-link:hover{background:#15472a}.od-invoice-pdf{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.od-invoice-pdf:hover{background:#e5e7eb}.od-customer-notes{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #f3f4f6}.od-customer-notes h4,.od-admin-notes h4{font-size:.825rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.375rem}.od-customer-notes p{font-size:.875rem;color:#374151;margin:0}.od-admin-notes{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #f3f4f6}.od-admin-notes textarea{width:100%;padding:.5rem .625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;resize:vertical;margin-bottom:.5rem}.od-admin-notes textarea:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.btn-success{background:#065f46;color:#fff}.btn-success:hover:not(:disabled){background:#064e3b}.od-contact-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.od-contact-section h4{font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem}.od-contact-section a{color:#1a5632;text-decoration:none}.od-contact-section a:hover{text-decoration:underline}.od-view-account{display:inline-block;margin-top:.5rem;font-size:.825rem;color:#1a5632;font-weight:500;text-decoration:none}.od-view-account:hover{text-decoration:underline}.od-danger-zone{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-danger-outline{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;background:transparent;color:#991b1b;border:1px solid #fca5a5;transition:all .2s}.btn-danger-outline:hover{background:#fef2f2;border-color:#ef4444}.btn-danger{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;background:#dc2626;color:#fff;border:none;transition:background .2s}.btn-danger:hover:not(:disabled){background:#b91c1c}.od-delete-confirm{background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;padding:1rem 1.25rem}.od-delete-confirm p{margin:0 0 .75rem;font-size:.875rem;color:#991b1b}.od-delete-actions{display:flex;gap:.5rem}@media(max-width:768px){.od-grid{grid-template-columns:1fr}.od-pipeline{padding:.75rem 1rem;overflow-x:auto}}.admin-back{display:inline-block;color:#6b7280;text-decoration:none;font-size:.85rem;margin-bottom:.5rem}.admin-back:hover{color:#1a5632}.account-selector{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}.account-selector label{font-size:.85rem;font-weight:500;color:#374151}.account-select-input{padding:.5rem .625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;max-width:400px}.account-select-input:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.account-selector-info{display:flex;align-items:center;gap:.75rem;font-size:.825rem;color:#6b7280}.account-terms{color:#6b7280;font-size:.8rem;padding:.0625rem .375rem;background:#f3f4f6;border-radius:4px}.tier-indicator-hint{margin-top:.375rem;font-size:.825rem;color:#15803d}.tier-threshold{font-size:.75rem;color:#9ca3af;padding:.125rem .5rem;border-radius:9999px;background:#f3f4f6}.tier-threshold-active{background:#1a5632;color:#fff;font-weight:500}.order-product-sku{font-size:.8rem;color:#9ca3af}.price-col{width:140px}.price-edit{display:flex;align-items:center;gap:0}.price-prefix{font-size:.825rem;color:#6b7280;margin-right:.125rem}.price-input{width:72px;padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;text-align:right;background:transparent}.price-input:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.price-input-custom{border-color:#f59e0b;background:#fffbeb}.price-input-custom:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}.price-reset{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1rem;padding:0 .25rem;line-height:1}.price-reset:hover{color:#ef4444}.price-tier-ref{display:block;font-size:.7rem;color:#9ca3af;margin-top:.125rem}.order-confirmation h2{color:#065f46;margin-bottom:.5rem}@media(max-width:768px){.order-summary{flex-direction:column}.order-totals{width:100%}.order-table{font-size:.8rem}.account-select-input{max-width:100%}}.ad-page{max-width:1000px}.ad-loading,.ad-error{color:#6b7280;padding:2rem 0}.ad-error{color:#991b1b}.ad-back{display:inline-block;color:#6b7280;text-decoration:none;font-size:.85rem;margin-bottom:1rem}.ad-back:hover{color:#1a5632}.ad-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.ad-meta{display:flex;gap:.5rem;margin-top:.375rem}.ad-pending-actions{background:#fefce8;border:1px solid #fde68a;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.ad-pending-msg{margin:0;font-size:.875rem;font-weight:500;color:#92400e}.ad-pending-buttons{display:flex;gap:.5rem}.btn-danger{background:#fff;color:#991b1b;border:1px solid #fca5a5}.btn-danger:hover:not(:disabled){background:#fef2f2}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.ad-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;align-items:start;margin-bottom:2rem}.ad-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.ad-card h3{font-size:1rem;margin-bottom:1rem;color:#111827}.ad-details{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;font-size:.875rem;margin:0}.ad-details dt{color:#6b7280;font-weight:500}.ad-details dd{margin:0}.ad-notes{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.ad-notes h4{font-size:.825rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.ad-notes p{font-size:.875rem;color:#374151;margin:0}.ad-invite-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.ad-invite-section h4{font-size:.825rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.ad-invite-status{font-size:.825rem;color:#6b7280;margin:0 0 .5rem}.ad-invite-claimed{color:#166534;font-weight:500;display:flex;align-items:center;gap:.375rem}.ad-invite-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#166534;color:#fff;border-radius:50%;font-size:.75rem;flex-shrink:0}.ad-invite-warning{font-size:.8rem;color:#9ca3af;margin:.375rem 0 0}.ad-stats{display:flex;flex-direction:column;gap:1rem}.ad-stat{display:flex;flex-direction:column}.ad-stat-value{font-size:1.25rem;font-weight:700;color:#1a5632}.ad-stat-label{font-size:.8rem;color:#6b7280}.ad-edit-form{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row-3{grid-template-columns:1fr 1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.3rem}.form-group label{font-size:.825rem;font-weight:500;color:#374151}.form-group input,.form-group textarea,.form-group select{padding:.5rem .625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.form-error{background:#fef2f2;color:#991b1b;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;border:1px solid #fecaca}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.ad-orders{margin-top:.5rem}.ad-orders h3{font-size:1rem;margin-bottom:1rem}.ad-orders-empty{color:#9ca3af;font-size:.875rem}.ad-orders-table{width:100%;border-collapse:collapse;font-size:.85rem}.ad-orders-table th{text-align:left;padding:.5rem .75rem;border-bottom:2px solid #e5e7eb;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.ad-orders-table td{padding:.625rem .75rem;border-bottom:1px solid #f3f4f6}.ad-orders-table tbody tr:hover{background:#f9fafb}.date-cell{white-space:nowrap;color:#6b7280;font-size:.825rem}.total-cell{font-weight:600}.view-link{color:#1a5632;text-decoration:underline;font-size:.85rem}.view-link:hover{color:#15472a}.ad-locations-section{margin-bottom:2rem}.ad-locations-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.ad-locations-header h3{font-size:1rem;margin:0;color:#111827}.ad-location-form{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:.75rem;display:flex;flex-direction:column;gap:.625rem;background:#f9fafb}.ad-location-form .form-row-addr{grid-template-columns:3fr 2fr 1fr 1fr}.ad-locations-list{display:flex;flex-direction:column;gap:.5rem}.ad-location-card{display:flex;align-items:center;justify-content:space-between;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;gap:1rem}.ad-location-primary{border-color:#bbf7d0;background:#f0fdf4}.ad-location-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.ad-location-info strong{font-size:.875rem;color:#111827}.ad-location-badge{display:inline-block;padding:.1rem .4rem;border-radius:9999px;font-size:.7rem;font-weight:500;background:#d1fae5;color:#065f46}.ad-location-addr{font-size:.8rem;color:#6b7280;flex-basis:100%}.ad-location-coords{font-size:.7rem;color:#1a5632;background:#f0fdf4;padding:.1rem .35rem;border-radius:4px}.ad-location-actions{display:flex;gap:.75rem;flex-shrink:0}@media(max-width:768px){.ad-location-form .form-row-addr{grid-template-columns:1fr}.ad-location-card{flex-direction:column;align-items:flex-start}}.ad-checkin-section{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.ad-checkin-card,.ad-activity-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.ad-checkin-card h3,.ad-activity-card h3{font-size:1rem;margin-bottom:1rem;color:#111827}.ad-checkin-warning{color:#92400e;background:#fef3c7;padding:.5rem .75rem;border-radius:6px;font-size:.825rem;margin-bottom:.75rem}.ad-checkin-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-checkin{padding:.5rem 1rem;border-radius:6px;font-size:.825rem;font-weight:500;cursor:pointer;border:1px solid #d1d5db;background:#fff;color:#374151;transition:all .2s}.btn-checkin:hover:not(:disabled){background:#1a5632;color:#fff;border-color:#1a5632}.btn-checkin:disabled{opacity:.5;cursor:not-allowed}.btn-checkin-sent{background:#d1fae5;color:#065f46;border-color:#a7f3d0}.btn-checkin-confirm{background:#fef3c7;color:#92400e;border-color:#fcd34d}.ad-last-checkin{margin-top:.75rem;font-size:.8rem;color:#6b7280}.ad-activity-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto}.ad-activity-item{display:flex;flex-wrap:wrap;gap:.375rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6;font-size:.825rem;align-items:center}.ad-activity-item:last-child{border-bottom:none}.ad-activity-type{font-weight:600;color:#1a5632}.ad-activity-detail{color:#6b7280}.ad-activity-date{color:#9ca3af;font-size:.775rem;margin-left:auto}@media(max-width:768px){.ad-checkin-section,.ad-grid,.form-row,.form-row-3{grid-template-columns:1fr}.ad-header{flex-direction:column;gap:.75rem}}.settings-page{max-width:500px}.settings-page h2{margin-bottom:1.5rem}.settings-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.settings-card h3{font-size:1rem;margin-bottom:.25rem;color:#111827}.settings-desc{font-size:.85rem;color:#6b7280;margin:0 0 1.25rem}.settings-form{display:flex;flex-direction:column;gap:1rem}.settings-field{display:flex;flex-direction:column;gap:.375rem}.settings-field label{font-size:.875rem;font-weight:500;color:#374151}.settings-field input{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;transition:border-color .2s;width:100%}.settings-field input:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.settings-error{background:#fef2f2;color:#991b1b;padding:.625rem .75rem;border-radius:6px;font-size:.875rem;border:1px solid #fecaca}.settings-success{background:#f0fdf4;color:#065f46;padding:.625rem .75rem;border-radius:6px;font-size:.875rem;border:1px solid #bbf7d0}.settings-actions{margin-top:.25rem}.settings-actions .btn-primary{background:#1a5632;color:#fff;padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.settings-actions .btn-primary:hover:not(:disabled){background:#15472a}.settings-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.reports-page{max-width:1200px}.reports-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.reports-header h2{margin:0}.reports-filters{display:flex;gap:.75rem;align-items:flex-end}.reports-loading{color:#6b7280;padding:2rem 0}.reports-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;display:flex;flex-direction:column}.kpi-value{font-size:1.75rem;font-weight:700;color:#1a5632;line-height:1.2}.kpi-label{font-size:.8rem;color:#6b7280;margin-top:.25rem}.kpi-change{font-size:.75rem;font-weight:500;margin-top:.375rem}.kpi-up{color:#065f46}.kpi-down{color:#dc2626}.report-section{border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;margin-bottom:1.5rem}.report-section h3{font-size:1rem;color:#111827;margin:0 0 1rem}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.report-grid .report-section{margin-bottom:0}.chart-container{width:100%}.chart-container-sm{display:flex;justify-content:center}.reports-table{width:100%;border-collapse:collapse;font-size:.875rem}.reports-table th{text-align:left;padding:.5rem .75rem;border-bottom:2px solid #e5e7eb;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.reports-table td{padding:.625rem .75rem;border-bottom:1px solid #f3f4f6}.reports-table tbody tr:hover{background:#f9fafb}.rank-cell{color:#9ca3af;font-weight:500;width:40px}.account-name-cell{font-weight:500}.revenue-cell{font-weight:600;color:#1a5632}.reports-filters .filter-group{display:flex;flex-direction:column;gap:.25rem}.reports-filters .filter-group label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.reports-filters .filter-group select{padding:.4rem .6rem;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;background:#fff}.reports-filters .filter-group select:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.export-group{display:flex;flex-direction:column;gap:.25rem}.export-group label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.export-buttons{display:flex;gap:.375rem}.export-buttons .btn-sm{padding:.3rem .625rem;font-size:.775rem}@media(max-width:768px){.reports-kpis{grid-template-columns:1fr 1fr}.report-grid{grid-template-columns:1fr}.reports-header{flex-direction:column}.kpi-value{font-size:1.4rem}}@media(max-width:480px){.reports-kpis{grid-template-columns:1fr}}.lightbox-trigger{cursor:zoom-in;transition:opacity .2s}.lightbox-trigger:hover{opacity:.85}.lightbox-overlay{position:fixed;inset:0;background:#000000d9;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;touch-action:none;-webkit-overflow-scrolling:none;overscroll-behavior:contain}.lightbox-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:1001;line-height:1;padding:.5rem}.lightbox-close:hover{opacity:.7}.lightbox-content{position:relative;max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:4px}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;font-size:2.5rem;cursor:pointer;padding:.25rem .75rem;border-radius:4px;line-height:1;transition:background .2s}.lightbox-nav:hover{background:#ffffff4d}.lightbox-prev{left:-3.5rem}.lightbox-next{right:-3.5rem}.lightbox-dots{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.lightbox-dot{width:10px;height:10px;border-radius:50%;background:#fff6;border:none;cursor:pointer;padding:0;transition:background .2s}.lightbox-dot-active{background:#fff}@media(max-width:600px){.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-nav{font-size:2rem;background:#0006;padding:.5rem .625rem}.lightbox-dots{bottom:-1.5rem}}.new-order-page{max-width:900px}.new-order-header{margin-bottom:1rem}.new-order-subtitle{color:#6b7280;font-size:.9rem;margin-top:.25rem}.tier-indicator{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.875rem 1.25rem;margin-bottom:1.5rem}.tier-indicator-current{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.tier-indicator-label{font-size:.85rem;color:#374151;font-weight:500}.tier-indicator-units{font-size:.825rem;color:#6b7280}.tier-indicator-hint{margin-top:.5rem;font-size:.85rem;color:#15803d;background:#fff;border:1px dashed #86efac;border-radius:6px;padding:.5rem .75rem;display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.tier-thresholds{display:flex;gap:.5rem;margin-top:.5rem}.tier-threshold{font-size:.75rem;padding:.2rem .6rem;border-radius:9999px;font-weight:500;opacity:.5;background:#f3f4f6;color:#9ca3af}.tier-threshold-active{background:#1a5632;color:#fff;opacity:1}.tier-threshold-color{opacity:.7}.tier-badge-sm{display:inline-block;padding:.0625rem .375rem;border-radius:9999px;font-size:.7rem;font-weight:500}.tier-badge-sm.tier-tier1{background:#fef3c7;color:#92400e}.tier-badge-sm.tier-tier2{background:#dbeafe;color:#1e40af}.tier-badge-sm.tier-tier3{background:#d1fae5;color:#065f46}.tier-badge-sm.tier-tier4{background:#ede9fe;color:#5b21b6}.tier-badge-sm.tier-tier5{background:#fef3c7;color:#78350f}.order-table{width:100%;border-collapse:collapse;font-size:.9rem;margin-bottom:1.5rem}.order-table th{text-align:left;padding:.625rem .75rem;border-bottom:2px solid #e5e7eb;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.order-table td{padding:.75rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.order-table tbody tr:hover{background:#f9fafb}.order-table .row-active{background:#f0fdf4}.order-table .row-active:hover{background:#e8fbe8}.order-product-cell{display:flex;align-items:center;gap:.75rem}.order-product-cell>div{display:flex;flex-direction:column}.order-product-img{width:56px;height:72px;object-fit:contain;border-radius:6px;flex-shrink:0}.order-product-name{font-weight:500;display:block}.order-product-desc{font-size:.8rem;color:#6b7280}.order-product-sku{font-size:.75rem;color:#9ca3af}.qty-col{width:100px;text-align:center}.total-col{width:120px;text-align:right}.qty-input{width:72px;padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;text-align:center}.qty-input:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.order-addons{margin-bottom:1.5rem;padding:1rem 1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.order-addons-title{font-size:.95rem;color:#111827;margin:0 0 .25rem}.order-addons-desc{font-size:.825rem;color:#6b7280;margin:0 0 .75rem}.order-addons-list{display:flex;flex-direction:column;gap:.5rem}.order-addon-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:border-color .2s,background .2s}.order-addon-item:hover{border-color:#bbf7d0}.order-addon-item.addon-selected{background:#f0fdf4;border-color:#86efac}.order-addon-item input[type=checkbox]{width:1.125rem;height:1.125rem;accent-color:#1a5632;flex-shrink:0;cursor:pointer}.order-addon-info{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}.order-addon-img{width:40px;height:52px;object-fit:contain;border-radius:4px;flex-shrink:0}.order-addon-name{font-weight:500;font-size:.875rem;display:block}.order-addon-desc{font-size:.8rem;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.order-addon-price{font-size:.8rem;font-weight:600;color:#065f46;background:#d1fae5;padding:.15rem .5rem;border-radius:9999px;flex-shrink:0}.order-summary{display:flex;gap:2rem;align-items:flex-start}.order-notes{flex:1;display:flex;flex-direction:column;gap:.375rem}.order-notes label{font-size:.825rem;font-weight:500;color:#374151}.order-notes textarea{padding:.5rem .625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;resize:vertical}.order-notes textarea:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.order-totals{width:240px;flex-shrink:0;display:flex;flex-direction:column;gap:.5rem}.order-totals-row{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280}.order-totals-grand{font-weight:700;font-size:1.05rem;color:#111827;padding-top:.5rem;border-top:2px solid #e5e7eb}.btn-submit{width:100%;padding:.7rem;margin-top:.5rem;font-size:.95rem}.order-confirmation{text-align:center;padding:3rem 1rem;max-width:500px;margin:0 auto}.order-confirmation-icon{width:64px;height:64px;background:#d1fae5;color:#065f46;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem}.order-confirmation h2{color:#065f46;margin-bottom:.25rem}.order-confirmation-number{font-size:1.1rem;font-weight:700;color:#1a5632;letter-spacing:.05em;margin-bottom:.5rem}.order-confirmation p{color:#6b7280;margin-bottom:1.5rem}.order-confirmation-actions{display:flex;gap:.75rem;justify-content:center}.order-min-hint{margin:.375rem 0 0;font-size:.775rem;color:#92400e;text-align:center}.review-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.review-modal{background:#fff;border-radius:8px;padding:1.5rem 2rem;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.review-modal h3{margin:0;font-size:1.1rem;color:#111827}.review-table{width:100%;border-collapse:collapse;font-size:.85rem}.review-table th{text-align:left;padding:.5rem;border-bottom:2px solid #e5e7eb;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.review-table td{padding:.5rem;border-bottom:1px solid #f3f4f6}.review-qty,.review-price,.review-total{text-align:right}.review-sku{color:#9ca3af;font-size:.8rem}.review-summary{display:flex;flex-direction:column;gap:.375rem}.review-summary-row{display:flex;justify-content:space-between;font-size:.85rem;color:#6b7280}.review-notes-row span:last-child{max-width:280px;text-align:right;font-style:italic}.review-grand{font-weight:700;font-size:1rem;color:#111827;padding-top:.5rem;border-top:2px solid #e5e7eb}.review-actions{display:flex;gap:.75rem;justify-content:flex-end}.order-shipping-note{margin-top:2rem;padding:1rem 1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.825rem;color:#6b7280}.order-shipping-note p{margin:0}.order-shipping-note p+p{margin-top:.375rem}.order-faq{margin-top:1.25rem}.order-faq h3{font-size:.9rem;color:#374151;margin-bottom:.625rem}.faq-item{border:1px solid #e5e7eb;border-radius:6px;margin-bottom:.5rem;font-size:.85rem}.faq-item summary{padding:.625rem .875rem;cursor:pointer;font-weight:500;color:#374151;list-style:none;display:flex;align-items:center;justify-content:space-between}.faq-item summary:after{content:"+";font-size:1rem;color:#9ca3af;font-weight:300}.faq-item[open] summary:after{content:"−"}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:0;padding:0 .875rem .75rem;color:#6b7280;line-height:1.5}.form-error{background:#fef2f2;color:#991b1b;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;border:1px solid #fecaca;margin-bottom:1rem}.btn-primary:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.order-summary{flex-direction:column}.order-totals{width:100%}.review-modal{padding:1.25rem}.review-notes-row span:last-child{max-width:180px}}@media(max-width:600px){.tier-indicator{padding:.75rem}.tier-thresholds{flex-wrap:wrap;gap:.375rem}.tier-threshold{font-size:.7rem;padding:.15rem .45rem}.order-table thead{display:none}.order-table,.order-table tbody,.order-table tr,.order-table td{display:block;width:100%}.order-table tr{padding:.75rem 0;border-bottom:1px solid #e5e7eb}.order-table td{padding:.25rem 0;border-bottom:none}.order-product-cell{gap:.625rem}.order-product-img{width:44px;height:56px}.order-product-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.75rem}.order-product-name{font-size:.875rem}.order-table td:nth-child(2),.order-table td:nth-child(3),.order-table td:nth-child(4){display:inline-block;width:auto;padding:.25rem 0}.order-table td:nth-child(2){width:30%;font-size:.85rem;color:#374151}.order-table td:nth-child(2):before{content:"Price: ";color:#9ca3af;font-size:.75rem}.order-table td:nth-child(3){width:35%;text-align:center}.order-table td:nth-child(4){width:35%;text-align:right;font-weight:500}.order-table td:nth-child(4):before{content:"= ";color:#9ca3af}.qty-col,.total-col{width:auto}.qty-input{width:60px;font-size:16px;padding:.3rem .375rem}.order-notes textarea{font-size:16px;width:100%;box-sizing:border-box}.order-notes{width:100%}.order-shipping-note{margin-top:1.25rem;font-size:.775rem;padding:.75rem}}.order-history-page{max-width:800px}.order-history-page h2{margin-bottom:1.5rem}.orders-empty{text-align:center;padding:3rem 1rem;color:#6b7280;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.orders-empty p{margin-bottom:1rem}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{display:block;border:1px solid #e5e7eb;border-radius:8px;padding:1.125rem 1.25rem;background:#fff;text-decoration:none;color:inherit;cursor:pointer;transition:border-color .2s,box-shadow .2s}.order-card:hover{border-color:#1a5632;box-shadow:0 1px 4px #1a563214}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.order-card-header-left{display:flex;flex-direction:column;gap:.25rem}.order-card-number{color:#1a5632;margin-right:.5rem;font-size:.85rem}.order-card-date{font-size:.825rem;color:#6b7280}.order-card-badges{display:flex;gap:.375rem;align-items:center}.order-card-status-desc{font-size:.775rem;color:#9ca3af;font-style:italic}.order-card-total{font-size:1.1rem;font-weight:700;color:#111827}.status-delivered,.status-paid{background:#d1fae5;color:#065f46}.order-card-items{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;padding:.75rem 0;border-top:1px solid #f3f4f6}.order-card-item{display:flex;align-items:center;gap:.625rem}.order-card-item-img{width:36px;height:46px;object-fit:contain;border-radius:4px;flex-shrink:0}.order-card-item-name{flex:1;font-weight:500}.order-card-item-detail{color:#6b7280;white-space:nowrap}.order-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #f3f4f6;margin-top:.25rem}.order-card-units{font-size:.825rem;color:#9ca3af}.order-card-footer-actions{display:flex;align-items:center;gap:.75rem}.order-card-view{font-size:.8rem;color:#1a5632;font-weight:500}.order-card:hover .order-card-view{text-decoration:underline}.btn-sm{padding:.325rem .75rem;font-size:.8rem}.btn-primary{background:#1a5632;color:#fff}.btn-primary:hover:not(:disabled){background:#15472a}@media(max-width:768px){.order-card-header{flex-direction:column;gap:.5rem}.order-card-total{font-size:1rem}.order-card-footer-actions{gap:.5rem}}.cod-page{max-width:1000px}.cod-loading,.cod-error{color:#6b7280;padding:2rem 0}.cod-error{color:#991b1b}.cod-back{display:inline-block;color:#6b7280;text-decoration:none;font-size:.85rem;margin-bottom:1rem}.cod-back:hover{color:#1a5632}.cod-header{margin-bottom:1.5rem}.cod-meta{color:#6b7280;font-size:.9rem;margin-top:.25rem}.cod-pipeline{display:flex;gap:0;margin-bottom:.5rem;background:#f9fafb;border-radius:8px;padding:1rem 1.5rem;border:1px solid #e5e7eb}.cod-pipeline-step{display:flex;align-items:center;gap:.5rem;flex:1;position:relative}.cod-pipeline-step:not(:last-child):after{content:"";flex:1;height:2px;background:#d1d5db;margin:0 .75rem}.cod-pipeline-step.step-done:not(:last-child):after{background:#1a5632}.step-dot{width:12px;height:12px;border-radius:50%;background:#d1d5db;flex-shrink:0}.step-done .step-dot{background:#1a5632}.step-current .step-dot{background:#1a5632;box-shadow:0 0 0 4px #1a563233}.step-label{font-size:.8rem;color:#9ca3af;white-space:nowrap}.step-done .step-label,.step-current .step-label{color:#1a5632;font-weight:600}.cod-status-desc{font-size:.825rem;color:#6b7280;font-style:italic;margin:0 0 1.5rem}.cod-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;align-items:start}.cod-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.cod-card h3{font-size:1rem;margin-bottom:1rem;color:#111827}.cod-items-table{width:100%;border-collapse:collapse;font-size:.85rem}.cod-items-table th{text-align:left;padding:.5rem;border-bottom:2px solid #e5e7eb;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.cod-items-table td{padding:.5rem;border-bottom:1px solid #f3f4f6}.cod-items-table tfoot td{border-bottom:none;padding-top:.75rem}.cod-sku{display:block;font-size:.75rem;color:#9ca3af}.cod-product-cell{display:flex;align-items:center;gap:.625rem}.cod-product-thumb{width:36px;height:46px;object-fit:contain;border-radius:4px;flex-shrink:0}.cod-details{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;font-size:.875rem;margin:0}.cod-details dt{color:#6b7280;font-weight:500}.cod-details dd{margin:0}.cod-invoice-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.cod-invoice-section h4{font-size:.825rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.cod-invoice-links{display:flex;gap:.75rem;flex-wrap:wrap}.cod-invoice-link{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:6px;font-size:.825rem;font-weight:500;text-decoration:none;background:#1a5632;color:#fff;transition:background .2s}.cod-invoice-link:hover{background:#15472a}.cod-invoice-pdf{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.cod-invoice-pdf:hover{background:#e5e7eb}.cod-customer-notes{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #f3f4f6}.cod-customer-notes h4{font-size:.825rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.375rem}.cod-customer-notes p{font-size:.875rem;color:#374151;margin:0}.status-pill{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-submitted{background:#fef3c7;color:#92400e}.status-confirmed{background:#dbeafe;color:#1e40af}.status-fulfilled{background:#ede9fe;color:#5b21b6}.status-delivered{background:#d1fae5;color:#065f46}.payment-pill{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.payment-pending{background:#fef2f2;color:#991b1b}.payment-paid{background:#d1fae5;color:#065f46}.cod-footer-actions{margin-top:.75rem}.btn{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:background .2s}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb}@media(max-width:768px){.cod-grid{grid-template-columns:1fr}.cod-pipeline{padding:.75rem 1rem;overflow-x:auto}}@media(max-width:600px){.cod-pipeline{padding:.625rem .75rem;gap:0}.step-label{font-size:.65rem;white-space:normal;text-align:center;max-width:60px}.cod-pipeline-step:not(:last-child):after{margin:0 .375rem}.cod-header h2{font-size:1.25rem}.cod-meta{font-size:.8rem}.cod-items-table thead{display:none}.cod-items-table,.cod-items-table tbody,.cod-items-table tr,.cod-items-table td{display:block;width:100%}.cod-items-table tr{padding:.5rem 0;border-bottom:1px solid #f3f4f6;display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem}.cod-items-table td{border-bottom:none;padding:.125rem 0}.cod-items-table td:first-child{width:100%;font-weight:500}.cod-items-table td:nth-child(2),.cod-items-table td:nth-child(3),.cod-items-table td:nth-child(4){width:auto;font-size:.8rem;color:#6b7280}.cod-items-table td:nth-child(2):before{content:"Qty: "}.cod-items-table td:nth-child(3):before{content:"@ "}.cod-items-table td:nth-child(3):after{content:" ="}.cod-items-table td:nth-child(4){font-weight:600;color:#111827}.cod-items-table tfoot tr{justify-content:flex-end;gap:.75rem}.cod-items-table tfoot td{width:auto}.cod-items-table tfoot td:first-child,.cod-items-table tfoot td:nth-child(2){width:auto}.cod-card{padding:1rem}.cod-details{font-size:.825rem;gap:.375rem .75rem}}.ca-page{max-width:800px}.ca-page h2{margin-bottom:1.5rem}.ca-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.ca-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.ca-card h3{font-size:1rem;margin-bottom:1rem;color:#111827}.ca-details{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;font-size:.875rem;margin:0}.ca-details dt{color:#6b7280;font-weight:500}.ca-details dd{margin:0}.ca-tier{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ca-tier-desc{font-size:.825rem;color:#6b7280}.ca-tier-thresholds{width:100%;display:flex;gap:.5rem;margin-top:.25rem}.ca-tier-threshold{font-size:.75rem;color:#6b7280;padding:.125rem .5rem;border-radius:9999px;background:#f3f4f6}.ca-stats{display:flex;gap:1.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #f3f4f6}.ca-stat{display:flex;flex-direction:column}.ca-stat-value{font-size:1.1rem;font-weight:700;color:#1a5632}.ca-stat-label{font-size:.75rem;color:#6b7280}.ca-locations{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.ca-locations h4{font-size:.825rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.ca-location-item{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.375rem 0;border-bottom:1px solid #f3f4f6;font-size:.85rem}.ca-location-item:last-child{border-bottom:none}.ca-location-primary{display:inline-block;padding:.1rem .35rem;border-radius:9999px;font-size:.65rem;font-weight:500;background:#d1fae5;color:#065f46}.ca-location-addr{font-size:.8rem;color:#6b7280;flex-basis:100%}.ca-pw-toggle{margin-top:.75rem;background:none;border:none;color:#6b7280;font-size:.825rem;cursor:pointer;padding:0;text-decoration:underline}.ca-pw-toggle:hover{color:#1a5632}.ca-password-section{border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;margin-top:.75rem}.ca-password-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.ca-password-header h3{font-size:1rem;margin:0;color:#111827}.ca-pw-cancel{background:none;border:none;color:#6b7280;font-size:.825rem;cursor:pointer;padding:0;text-decoration:underline}.ca-pw-cancel:hover{color:#991b1b}.ca-password-desc{font-size:.85rem;color:#6b7280;margin:0 0 1rem}.ca-password-form{display:flex;flex-direction:column;gap:.875rem;max-width:500px}.ca-pw-field{display:flex;flex-direction:column;gap:.375rem}.ca-pw-field label{font-size:.875rem;font-weight:500;color:#374151}.ca-pw-field input{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;transition:border-color .2s;width:100%}.ca-pw-field input:focus{outline:none;border-color:#1a5632;box-shadow:0 0 0 3px #1a56321a}.ca-pw-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.ca-pw-error{background:#fef2f2;color:#991b1b;padding:.625rem .75rem;border-radius:6px;font-size:.875rem;border:1px solid #fecaca}.ca-pw-success{background:#f0fdf4;color:#065f46;padding:.625rem .75rem;border-radius:6px;font-size:.875rem;border:1px solid #bbf7d0}.ca-pw-actions{margin-top:.25rem}.ca-pw-button{background:#1a5632;color:#fff;padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.ca-pw-button:hover:not(:disabled){background:#15472a}.ca-pw-button:disabled{opacity:.6;cursor:not-allowed}.ca-support{margin-top:2rem;font-size:.85rem;color:#6b7280;background:#f9fafb;padding:.75rem 1rem;border-radius:6px;border:1px solid #e5e7eb}.tier-badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.tier-tier1{background:#fef3c7;color:#92400e}.tier-tier2{background:#dbeafe;color:#1e40af}.tier-tier3{background:#d1fae5;color:#065f46}.tier-tier4{background:#ede9fe;color:#5b21b6}.tier-tier5{background:#fef3c7;color:#78350f}.tier-auto{background:#f3f4f6;color:#6b7280}.status-badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-active{background:#d1fae5;color:#065f46}.status-inactive{background:#f3f4f6;color:#6b7280}.status-pending{background:#fef3c7;color:#92400e}@media(max-width:768px){.ca-grid{grid-template-columns:1fr}.ca-stats{flex-wrap:wrap;gap:1rem}.ca-pw-row{grid-template-columns:1fr}}.support-page{max-width:600px}.support-page h2{margin-bottom:1.5rem}.support-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.support-card h3{font-size:1rem;margin-bottom:.75rem;color:#111827}.support-card>p{font-size:.875rem;color:#374151;line-height:1.6;margin:0 0 1.25rem}.support-contact{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;font-size:.875rem;background:#f9fafb;padding:.75rem 1rem;border-radius:6px;border:1px solid #e5e7eb;margin-bottom:1.25rem}.support-contact dt{color:#6b7280;font-weight:500}.support-contact dd{margin:0}.support-email{color:#1a5632;font-weight:500;text-decoration:none}.support-email:hover{text-decoration:underline}.support-note{font-size:.8rem;color:#9ca3af;margin:0}
