.App{min-height:100vh;background:#f0fff0;color:#16202a}.page-header{background:#98fb98;padding:18px 24px;text-align:center;border-bottom:1px solid #7fd97f}.page-header h1{font-size:28px;font-weight:700;color:#17311f}.tabs{display:grid;grid-template-columns:repeat(4,1fr);background:#f0fff0;padding:10px 12px;gap:10px;border-bottom:1px solid #d6ead6}.tab{border:none;background:transparent;color:#355245;font-size:18px;font-weight:600;padding:8px 12px;border-radius:8px;cursor:pointer}.tab.is-active{background:#98fb98;color:#17311f;box-shadow:inset 0 -2px #17311f1f}.content{position:relative;background:#fff;margin:12px;border-radius:6px;padding:16px;min-height:480px;box-shadow:0 2px 10px #0f172a0f}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.toolbar-actions{display:flex;gap:8px}.toolbar h2{font-size:22px;color:#17311f}.add-item-button{border:none;background:#98fb98;color:#17311f;font-weight:700;border-radius:8px;padding:10px 14px;cursor:pointer}.add-item-button:hover{background:#b9e5ae}.export-button{border:none;background:#f0fff0;color:#1f3b28;font-weight:700;border-radius:8px;padding:10px 14px;cursor:pointer}.export-button:hover{background:#d6ead2}.search-row{display:flex;align-items:center;background:#f0fff0;border-radius:6px;padding:10px 12px;gap:10px}.search-input{flex:1;border:none;background:transparent;font-size:18px;outline:none}.search-input::placeholder{color:#6b7280}.search-button{width:40px;height:40px;border:1px solid #94a3b8;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:18px;cursor:pointer;color:#334155}.filters-row{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.filters-row select,.filters-row button{border:1px solid #98fb98;border-radius:8px;padding:8px 10px;font-size:14px;background:#fff;color:#1f2937}.status-message{margin-top:12px;color:#14532d;font-weight:600}.add-form-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#98fb9829;display:grid;place-items:center;padding:24px 16px;overflow-y:auto}.add-form{width:min(420px,90%);max-height:calc(100vh - 48px);background:#fff;border-radius:10px;padding:16px;display:grid;gap:8px;box-shadow:0 12px 30px #0f172a29;overflow-y:auto}.add-form h3{margin-bottom:4px;color:#17311f}.add-form label{font-size:14px;font-weight:600;color:#334155}.add-form input,.add-form select,.add-form textarea{border:1px solid #cbd5e1;border-radius:8px;padding:10px;font-size:15px;color:#1f2937}.form-actions{margin-top:6px;display:flex;justify-content:flex-end;gap:8px}.form-actions button{border:none;border-radius:8px;padding:9px 12px;cursor:pointer;font-weight:600}.form-actions .secondary{background:#edf2f7;color:#1f2937}.form-actions .primary{background:#98fb98;color:#17311f}.form-actions .primary:disabled{opacity:.65;cursor:not-allowed}.card{margin-top:18px;background:#eef2f7;border-radius:6px;padding:18px 20px;width:220px;box-shadow:0 2px #0f172a14;font-size:20px;display:grid;gap:14px}.items-list{margin-top:20px}.table-wrap{border:1px solid #98fb98;border-radius:8px;overflow-x:auto;background:#fff}.items-table{width:100%;border-collapse:collapse;min-width:1300px}.items-table thead th{background:#f0fff0;color:#244334;font-size:13px;text-transform:uppercase;letter-spacing:.02em;position:sticky;top:0;z-index:1}.items-table th,.items-table td{padding:10px 12px;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:top;white-space:nowrap}.items-table tbody tr:nth-child(2n){background:#f8fff8}.items-table tbody tr:hover{background:#eafbea}.notes-cell{max-width:280px;white-space:normal;word-break:break-word}.item-actions button{margin-right:8px}.row-actions{display:flex;gap:6px}.row-actions button{border:1px solid #cbd5e1;border-radius:6px;background:#fff;padding:6px 10px;font-size:12px;cursor:pointer;color:#1f2937}.row-actions button:hover{background:#f0fff0}@media (max-width: 900px){.toolbar{flex-direction:column;align-items:stretch;gap:10px}.toolbar-actions{justify-content:flex-start;flex-wrap:wrap}.search-input{font-size:16px}}.receipts-list{margin-top:20px;max-height:600px;overflow-y:auto}.no-receipts{text-align:center;color:#64748b;font-style:italic;padding:20px}.receipt-card{border:1px solid #dbe3ea;padding:12px;margin-bottom:10px;border-radius:6px;background:#fbfdfe}.receipt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.receipt-action{margin:0;font-size:14px;font-weight:700;padding:4px 8px;border-radius:4px;display:inline-block}.receipt-action.action-restock_requested{background:#ffeaa7;color:#d63031}.receipt-action.action-pickup_confirmed{background:#a8e6cf;color:#27ae60}.receipt-action.action-restock_completed{background:#96ceb4;color:#16a085}.receipt-time{font-size:12px;color:#64748b}.receipt-card p{margin:4px 0;font-size:14px}.receipt-details{margin-top:8px;padding:8px;background:#fff;border-radius:4px;border:1px solid #dbe3ea}.receipt-details summary{cursor:pointer;font-weight:600;font-size:12px;color:#2f6d4f}.receipt-details pre{margin:8px 0 0;font-size:11px;overflow-x:auto;background:#f5f5f5;padding:6px;border-radius:3px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}#root{width:100%;min-height:100vh}
