:root{font-family:system-ui,sans-serif;color-scheme:light;--accent: #6d28d9;--photo-bg: #eef0f3;--photo-icon: #c3c8d1}*{box-sizing:border-box}html.senior-mode{font-size:20px}html.senior-mode button{padding:.65rem 1.2rem}html.senior-mode .chat-panel{width:440px}html.senior-mode .voice-transcript{max-height:400px}html.senior-mode .voice-board{max-height:300px}body{margin:0;background:#fff;color:#1a1a1a}a{color:var(--accent)}h1{font-size:1.9rem;font-weight:700;letter-spacing:-.02em;margin:0 0 1.5rem}header{background:#0a0a0a}.header-inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem}.brand{color:#fff;font-weight:800;font-size:1.3rem;letter-spacing:.02em;text-decoration:none}nav{display:flex;gap:1.5rem}nav a{text-decoration:none;color:#fff;font-weight:600;font-size:.9rem}nav a:hover{color:#b794f6}.cart-link{position:relative;padding-right:.35rem}.cart-badge{position:absolute;top:-.7em;right:-.9em;min-width:1.5em;padding:0 .35em;border-radius:999px;background:#e53e3e;color:#fff;font-size:.72em;font-weight:700;line-height:1.5em;text-align:center}header button{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff}header button:hover{border-color:#fff}.senior-mode-toggle{white-space:nowrap}header .voice-status{color:#ffffffb3}header .voice-error{color:#ff9b9b}header .voice-assistant-connecting{color:#ffffffb3}header .voice-cancel{border-color:#ffffff59;color:#ffffffb3}header .chat-panel button{background:#1a1a1a;border:1px solid #333;color:#fff}header .chat-panel .chat-mic-toggle{background:#f7f7f7;border:1px solid #ccc;color:#333}header .chat-panel .chat-mic-toggle.is-off{background:#fbeaea;border-color:#e0b4b4;color:#8a3b3b}.app{max-width:960px;margin:0 auto;padding:2rem 1.5rem 3rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem 1.5rem}.product-card{display:flex;flex-direction:column;gap:.6rem;text-decoration:none;color:inherit}.product-card:hover .product-photo{box-shadow:0 6px 20px #0000001a}.product-photo{width:100%;aspect-ratio:1 / 1;background:var(--photo-bg);color:var(--photo-icon);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:box-shadow .15s ease}.product-photo svg{width:36%;height:36%}.product-photo img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.product-photo-detail{flex:0 0 320px;max-width:100%}.product-photo-thumb{width:56px;aspect-ratio:1 / 1;flex:none;border-radius:8px}.product-card-meta{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.product-card-name{font-weight:600;font-size:.95rem}.product-card-price{font-weight:700;font-size:.95rem;white-space:nowrap}.product-card-desc{color:#666;font-size:.85rem;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stock-badge{font-size:.8rem;color:#666;margin:0}.stock-badge-out{color:#b00020}.product-detail-layout{display:flex;gap:2rem;flex-wrap:wrap}.product-detail-info{flex:1;min-width:240px}.product-detail-price{font-size:1.3rem;font-weight:700}button{cursor:pointer;border:1px solid #333;background:#1a1a1a;color:#fff;border-radius:6px;padding:.5rem 1rem;font-size:.95rem}button:disabled{opacity:.5;cursor:not-allowed}input{padding:.4rem .6rem;border:1px solid #ccc;border-radius:6px;margin:.25rem 0}form{display:flex;flex-direction:column;gap:.75rem;max-width:320px}label{display:flex;flex-direction:column;gap:.25rem;font-weight:600}.error{color:#b00020}.hint{color:#666;font-size:.9rem}.voice-assistant{position:relative}.voice-start-button,header .voice-start-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#7c3aed,#db2777);border:none;color:#fff;font-weight:700;font-size:1rem;padding:.7rem 1.4rem;border-radius:999px;white-space:nowrap;cursor:pointer;transition:transform .15s ease,filter .15s ease;animation:voice-button-pulse 2.4s ease-out infinite}.voice-start-button:hover:not(:disabled),header .voice-start-button:hover:not(:disabled){border:none;transform:translateY(-1px);filter:brightness(1.12)}.voice-start-button:disabled{opacity:.75;animation:none;cursor:default}.voice-start-icon{font-size:1.1em;line-height:1}@keyframes voice-button-pulse{0%{box-shadow:0 0 #c084fc8c}70%{box-shadow:0 0 0 12px #c084fc00}to{box-shadow:0 0 #c084fc00}}@media (prefers-reduced-motion: reduce){.voice-start-button{animation:none;transition:none}}.voice-assistant-controls{display:flex;align-items:center;gap:.75rem}.voice-error{color:#b00020;font-size:.85rem;margin:0}.voice-status,.voice-assistant-connecting{color:#666;font-size:.85rem}.voice-cancel{background:none;border:1px solid #ccc;color:#666;font-size:.8rem;padding:.2rem .6rem}.voice-spinner{display:inline-block;width:.9em;height:.9em;border:2px solid rgba(0,0,0,.2);border-top-color:currentColor;border-radius:50%;animation:voice-spin .7s linear infinite;flex-shrink:0}button .voice-spinner{margin-right:.4em;vertical-align:-.15em}@keyframes voice-spin{to{transform:rotate(360deg)}}.chat-panel{position:absolute;top:100%;right:0;margin-top:.5rem;width:340px;display:flex;flex-direction:column;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 16px #0000001a;z-index:10;color:#1a1a1a}.chat-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid #eee}.chat-title{font-weight:600;font-size:.9rem}.chat-mic-toggle{font-size:.75rem;padding:.25rem .5rem;border:1px solid #ccc;background:#f7f7f7;color:#333}.chat-mic-toggle.is-off{background:#fbeaea;border-color:#e0b4b4;color:#8a3b3b}.chat-empty{margin:0;color:#888;font-size:.85rem}.chat-connecting p{display:flex;align-items:center;gap:.5em;margin:0}.chat-connecting .hint{margin-top:.5rem;font-size:.8rem;color:#a66}.chat-input-row{display:flex;gap:.5rem;padding:.5rem .75rem;border-top:1px solid #eee}.chat-input-row input{flex:1;min-width:0;padding:.4rem .6rem;border:1px solid #ccc;border-radius:6px;font-size:.9rem}.chat-input-row button{flex-shrink:0}.chat-send-error{padding:0 .75rem .25rem}.voice-board{max-height:240px;overflow-y:auto;padding:.5rem .75rem;border-bottom:1px solid #eee;background:#fafafa}.voice-board-heading{margin:0 0 .4rem;font-size:.75rem;font-weight:600;color:#888}.voice-board-empty{margin:0;color:#888;font-size:.85rem}.voice-board-products{display:flex;flex-direction:column;gap:.4rem;margin:0}.voice-board-products li{display:block;padding:0;border:none}.voice-board-product{display:flex;align-items:center;gap:.6rem;padding:.35rem;border:1px solid #e5e5e5;border-radius:6px;background:#fff;text-decoration:none;color:inherit}.voice-board-product:hover{border-color:var(--accent)}.voice-board-product .product-photo-thumb{flex-shrink:0}.voice-board-product-info{display:flex;flex-direction:column;min-width:0}.voice-board-product-name{font-size:.85rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-board-product-meta{font-size:.8rem;color:#666}.voice-board-lines{margin:0}.voice-board-lines li{display:flex;justify-content:space-between;gap:.5rem;padding:.15rem 0;border:none;font-size:.85rem}.voice-board-line-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-board-total{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin:.4rem 0 0;font-size:.85rem}.voice-board-payment{margin:.3rem 0 0;font-size:.85rem}.voice-board-payment-note{margin:.4rem 0 0;font-size:.8rem;color:#8a5b00;background:#fff7e6;border-radius:6px;padding:.4rem .6rem}.voice-board-confirm{border:2px solid #c47f00;border-radius:8px;background:#fff;padding:.6rem .75rem}.voice-board-confirm-note{margin:.5rem 0 0;font-size:.85rem;font-weight:600;color:#8a5b00;background:#fff7e6;border-radius:6px;padding:.4rem .6rem}.voice-board-qr{display:flex;align-items:center;gap:.6rem;margin-top:.5rem}.voice-board-qr svg{width:72px;height:72px;background:#fff;border:4px solid white;outline:1px solid #ddd;fill:#1a1a1a}.voice-board-qr span{font-size:.75rem;color:#666}.payment-paid-note{font-size:.9rem;color:#1b6e3c;background:#e9f7ee;border-radius:6px;padding:.5rem .75rem;max-width:32rem}.pay-now-button{display:inline-block;background:var(--accent);color:#fff;font-weight:600;text-decoration:none;border-radius:6px;padding:.55rem 1.1rem}.pay-now-button:hover{opacity:.9}.payment-pending-note{font-size:.9rem;color:#8a5b00;background:#fff7e6;border-radius:6px;padding:.5rem .75rem;max-width:32rem}.payment-methods{border:1px solid #ddd;border-radius:8px;padding:.75rem 1rem;margin:1rem 0}.payment-methods legend{font-weight:600;padding:0 .4rem}.payment-method-option{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.voice-board-account{border:2px solid var(--accent);border-radius:8px;background:#fff;padding:.75rem}.voice-board-account-name{margin:0 0 .5rem;font-weight:700}.voice-board-account dl{margin:0}.voice-board-account dl div{display:flex;align-items:baseline;gap:.75rem;padding:.2rem 0}.voice-board-account dt{flex-shrink:0;width:6.5em;font-size:.8rem;color:#666}.voice-board-account dd{margin:0;font-size:1.15rem;font-weight:700;letter-spacing:.04em;word-break:break-all}.voice-board-account-note{margin:.6rem 0 0;font-size:.8rem;color:#8a5b00;background:#fff7e6;border-radius:6px;padding:.4rem .6rem}.voice-board-delivery-steps{display:flex;gap:.35rem;margin:0 0 .6rem;padding:0;list-style:none}.voice-board-delivery-steps li{flex:1;text-align:center;font-size:.75rem;color:#999;background:#f1f1f1;border-radius:999px;padding:.25rem .4rem}.voice-board-delivery-steps li.is-done{color:#fff;background:var(--accent);font-weight:700}.voice-transcript{max-height:300px;min-height:120px;overflow-y:auto;padding:.75rem;background:#8cabd8;display:flex;flex-direction:column;gap:.5rem}.voice-message{margin:0;font-size:.9rem;line-height:1.45;max-width:78%;padding:.45rem .7rem;border-radius:14px;word-break:break-word;white-space:pre-wrap}.voice-message-assistant{align-self:flex-start;background:#fff;color:#1a1a1a;border-top-left-radius:4px;box-shadow:0 1px 1px #0000001f}.voice-message-user{align-self:flex-end;background:#06c755;color:#fff;border-top-right-radius:4px;box-shadow:0 1px 1px #0000001f}.voice-transcript .chat-empty{align-self:stretch;background:#ffffffeb;border-radius:10px;padding:.6rem .75rem}ul{list-style:none;padding:0}li{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid #eee}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:.15rem}.cart-item-name{font-weight:600}.cart-item-qty{color:#666;font-size:.85rem}.cart-item-total{font-weight:700;white-space:nowrap}.header-user{display:flex;align-items:center;gap:.75rem}.header-user-name{color:#fff;font-size:.9rem}.admin-nav{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #eee}.admin-nav a{text-decoration:none;font-weight:600;font-size:.9rem;color:#666}.admin-nav a.active,.admin-nav a:hover{color:var(--accent)}.admin-delete-button{margin-left:.5rem;border-color:#e53e3e;color:#e53e3e}.admin-delete-button:hover:not(:disabled){background:#e53e3e;color:#fff}.admin-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.admin-table th,.admin-table td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #eee;font-size:.9rem}.admin-table th{color:#666;font-weight:600}.admin-table input{width:90px}.admin-table button{margin-right:.4rem;padding:.35rem .75rem;font-size:.85rem}
