:root{--color-brand: #e8570c;--color-brand-dark: #c44a0a;--color-brand-light: #fef3ed;--color-accent: #26a69a;--color-bg: #f9f9f8;--color-surface: #ffffff;--color-border: #e5e5e3;--color-text: #1a1a1a;--color-text-muted: #8c8c8a;--color-bubble-user: #efefed;--color-bubble-bot: transparent;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 2px 8px rgba(0,0,0,.08);--shadow-lg: 0 4px 20px rgba(0,0,0,.1);--font-sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body,html,#root{height:100%;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}button{cursor:pointer;font-family:inherit}img{display:block}.chat-layout{display:flex;flex-direction:column;width:100%;max-width:720px;margin:0 auto;height:100dvh;background:transparent}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:transparent;position:sticky;top:0;z-index:10;flex-shrink:0}.chat-header__left{display:flex;align-items:center;gap:10px}.history-btn{background:transparent;border:none;color:var(--color-text-muted);padding:6px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.history-btn:hover{background:var(--color-border);color:var(--color-text)}.chat-header__brand{display:flex;align-items:center;gap:10px}.chat-header__logo{font-size:1.1rem}.chat-header__name{font-size:.95rem;font-weight:600;color:var(--color-text-muted);letter-spacing:0}.cart-btn{position:relative;background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:6px 12px;font-size:1rem;display:flex;align-items:center;gap:6px;color:var(--color-text-muted);transition:background .15s,border-color .15s}.cart-btn:hover{background:var(--color-border);border-color:#ccc}.cart-btn__badge{position:absolute;top:-6px;right:-6px;background:var(--color-brand);color:#fff;font-size:.7rem;font-weight:700;border-radius:999px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:var(--shadow-sm)}.chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px 24px 24px;display:flex;flex-direction:column;gap:0;scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.message{display:flex;flex-direction:column;align-items:flex-start;max-width:100%;padding:4px 0}.message--assistant{padding:8px 0}.message--user{align-items:flex-end;padding:6px 0}.message__content{display:flex;flex-direction:column;gap:10px;max-width:min(78%,560px)}.message--assistant .message__content{max-width:100%}.message--user .message__content{align-items:flex-end;max-width:min(78%,560px)}.message__bubble{line-height:1.7;font-size:1rem;word-break:break-word}.message--user .message__bubble{background:var(--color-bubble-user);color:var(--color-text);padding:10px 16px;border-radius:18px 18px 4px;box-shadow:none}.message--assistant .message__bubble{background:transparent;color:var(--color-text);padding:0}.message__bubble--info{font-style:italic;color:var(--color-text-muted);font-size:.9rem}.typing-indicator{display:flex;align-items:center;gap:5px;padding:8px 0;min-width:36px}.typing-dot{width:7px;height:7px;border-radius:50%;background:var(--color-text-muted);animation:typing-bounce 1.2s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;width:100%}.product-list .product-card{display:flex;flex-direction:column;gap:10px;padding:0 0 12px;min-width:0;overflow:hidden}.product-list .product-card__img{width:100%;height:140px;max-height:140px;object-fit:cover;object-position:center;border-radius:var(--radius-sm) var(--radius-sm) 0 0;flex-shrink:0}.product-list .product-card__body{padding:0 12px;min-width:0}.message__bubble--streaming:after{content:"";display:inline-flex;gap:3px;margin-left:6px;vertical-align:middle}.message__bubble--streaming>*:last-child:after,.message__bubble--streaming:after{display:none}.message__bubble--streaming .streaming-dots{display:inline-flex;gap:4px;margin-left:4px;vertical-align:middle}.streaming-dot{width:5px;height:5px;border-radius:50%;background:var(--color-text-muted);display:inline-block;animation:typing-bounce 1.2s infinite ease-in-out}.streaming-dot:nth-child(2){animation-delay:.2s}.streaming-dot:nth-child(3){animation-delay:.4s}.product-card{display:flex;flex-direction:row;gap:14px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px;box-shadow:none;transition:border-color .15s;overflow:hidden}.product-card:hover{border-color:#c8c8c6}.product-card__img{width:88px;height:88px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;background:var(--color-bg)}.product-card__body{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.product-card__category{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-accent)}.product-card__name{font-size:.95rem;font-weight:700;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__desc{font-size:.82rem;color:var(--color-text-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px}.product-card__price{font-size:1.05rem;font-weight:700;color:var(--color-brand)}.product-card__actions{display:flex;gap:6px}.product-card__btn{padding:6px 12px;border-radius:var(--radius-sm);border:none;font-size:.8rem;font-weight:600;transition:background .15s,transform .1s}.product-card__btn:active{transform:scale(.96)}.product-card__btn--primary{background:var(--color-brand);color:#fff}.product-card__btn--primary:hover{background:var(--color-brand-dark)}.product-card__btn--secondary{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.product-card__btn--secondary:hover{background:var(--color-border)}.cart-strip{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:44px;background:var(--color-surface);border-top:1px solid var(--color-border);flex-shrink:0;animation:cart-strip-in .2s ease}@keyframes cart-strip-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cart-strip__summary{font-size:.85rem;font-weight:500;color:var(--color-text-muted)}.cart-strip__total{font-weight:400;color:var(--color-text-muted)}.cart-strip__btn{background:transparent;color:var(--color-brand);border:1px solid var(--color-brand);border-radius:var(--radius-sm);padding:5px 12px;font-size:.8rem;font-weight:600;transition:background .15s,color .15s}.cart-strip__btn:hover{background:var(--color-brand);color:#fff}.chat-input-bar{display:flex;align-items:center;gap:10px;padding:12px 24px 28px;background:transparent;border-top:none;flex-shrink:0}.chat-input-pill{flex:1;position:relative;display:flex;align-items:center}.chat-input{width:100%;padding:14px 52px 14px 18px;border-radius:28px;border:1.5px solid var(--color-border);font-size:.95rem;font-family:inherit;background:var(--color-surface);color:var(--color-text);box-shadow:0 1px 4px #0000000f;transition:border-color .15s,box-shadow .15s}.chat-input:focus{outline:none;border-color:#bbb;box-shadow:0 1px 8px #0000001a}.chat-input:disabled{opacity:.5}.chat-send-btn{position:absolute;right:10px;width:34px;height:34px;border-radius:50%;border:none;background:var(--color-brand);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .1s}.chat-send-btn:hover:not(:disabled){background:var(--color-brand-dark)}.chat-send-btn:active:not(:disabled){transform:scale(.94)}.chat-send-btn:disabled{background:transparent;color:var(--color-border);cursor:not-allowed}.new-chat-btn{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1.5px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;transition:border-color .15s,color .15s,background .15s,transform .1s;box-shadow:0 1px 4px #0000000f}.new-chat-btn:hover{border-color:var(--color-brand);color:var(--color-brand);background:var(--color-brand-light)}.new-chat-btn:active{transform:scale(.94)}.history-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:100;animation:fade-in .2s ease}.history-panel{position:fixed;top:0;left:0;width:min(320px,85vw);height:100dvh;background:var(--color-surface);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;z-index:101;animation:slide-in-left .22s ease}@keyframes slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.history-panel__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--color-border);flex-shrink:0}.history-panel__title{font-size:.95rem;font-weight:600;color:var(--color-text)}.history-panel__close{background:none;border:none;font-size:1rem;color:var(--color-text-muted);padding:4px 8px;border-radius:var(--radius-sm);transition:background .15s}.history-panel__close:hover{background:var(--color-bg)}.history-panel__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--color-text-muted);font-size:.88rem;text-align:center;padding:32px}.history-panel__empty-icon{font-size:2rem}.history-list{list-style:none;overflow-y:auto;flex:1;padding:8px 0}.history-item{display:flex;flex-direction:column;gap:3px;width:100%;text-align:left;background:none;border:none;padding:12px 20px;cursor:pointer;transition:background .12s;border-radius:0}.history-item:hover{background:var(--color-bg)}.history-item--active,.history-item--active:hover{background:var(--color-brand-light)}.history-item__title{font-size:.88rem;font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item__time{font-size:.75rem;color:var(--color-text-muted)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:100;display:flex;justify-content:flex-end;animation:fade-in .2s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.cart-panel{width:min(400px,100vw);height:100%;background:var(--color-surface);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;animation:slide-in .22s ease}@keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-panel__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--color-border)}.cart-panel__title{font-size:1.1rem;font-weight:700}.cart-panel__close{background:none;border:none;font-size:1.2rem;color:var(--color-text-muted);padding:4px 8px;border-radius:var(--radius-sm);transition:background .15s}.cart-panel__close:hover{background:var(--color-bg)}.cart-panel__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--color-text-muted);text-align:center;padding:32px;line-height:1.6}.cart-panel__empty-icon{font-size:3rem}.cart-panel__list{flex:1;overflow-y:auto;list-style:none;padding:12px 0}.cart-item{display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid var(--color-border)}.cart-item:last-child{border-bottom:none}.cart-item__img{width:56px;height:56px;border-radius:var(--radius-sm);object-fit:cover;background:var(--color-bg);flex-shrink:0}.cart-item__info{flex:1;min-width:0}.cart-item__name{display:block;font-size:.88rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__price{display:block;font-size:.85rem;color:var(--color-brand);font-weight:700;margin-top:2px}.cart-item__controls{display:flex;align-items:center;gap:6px;flex-shrink:0}.cart-item__qty-btn{width:26px;height:26px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg);font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .12s}.cart-item__qty-btn:hover{background:var(--color-border)}.cart-item__qty{min-width:20px;text-align:center;font-size:.9rem;font-weight:600}.cart-item__remove{background:none;border:none;font-size:1rem;color:var(--color-text-muted);padding:4px;transition:color .12s}.cart-item__remove:hover{color:#e53935}.cart-panel__footer{border-top:1px solid var(--color-border);padding:18px 20px;display:flex;flex-direction:column;gap:12px}.cart-panel__total{display:flex;justify-content:space-between;font-size:1rem;font-weight:700}.cart-panel__checkout-btn{background:var(--color-brand);color:#fff;border:none;border-radius:var(--radius-md);padding:14px;font-size:1rem;font-weight:700;transition:background .15s}.cart-panel__checkout-btn:hover{background:var(--color-brand-dark)}.cart-panel__checkout-hint{font-size:.78rem;color:var(--color-text-muted);text-align:center}:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.message--assistant .message__bubble p{margin:0 0 .6em}.message--assistant .message__bubble p:last-child{margin-bottom:0}.message--assistant .message__bubble ul,.message--assistant .message__bubble ol{padding-left:1.4em;margin:.4em 0 .6em}.message--assistant .message__bubble li{margin-bottom:.25em;line-height:1.6}.message--assistant .message__bubble strong{font-weight:700;color:var(--color-text)}.message--assistant .message__bubble em{font-style:italic}.message--assistant .message__bubble code{font-family:ui-monospace,monospace;font-size:.88em;background:var(--color-border);padding:1px 5px;border-radius:4px}.message--assistant .message__bubble pre{background:var(--color-border);border-radius:var(--radius-sm);padding:12px;overflow-x:auto;font-size:.88em;margin:.6em 0}.message--assistant .message__bubble pre code{background:none;padding:0}.message--assistant .message__bubble h1,.message--assistant .message__bubble h2,.message--assistant .message__bubble h3{font-weight:700;margin:.8em 0 .3em;line-height:1.3}.message--assistant .message__bubble h1{font-size:1.15em}.message--assistant .message__bubble h2{font-size:1.05em}.message--assistant .message__bubble h3{font-size:1em}.message--assistant .message__bubble a{color:var(--color-brand);text-decoration:underline;text-underline-offset:2px}@media (max-width: 480px){.chat-messages{padding:8px 16px 16px}.chat-input-bar{padding:8px 12px 20px;gap:8px}.chat-header{padding:14px 16px}.message__content{max-width:88%}.new-chat-btn{width:40px;height:40px}}@media (prefers-color-scheme: dark){:root{--color-bg: #1c1c1b;--color-surface: #242423;--color-border: #2e2e2c;--color-text: #edece8;--color-text-muted: #888885;--color-bubble-user: #2e2e2c;--color-bubble-bot: transparent;--color-brand-light: #2a1608;--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 2px 8px rgba(0,0,0,.4);--shadow-lg: 0 4px 20px rgba(0,0,0,.5)}.message--assistant .message__bubble{background:transparent}.message__bubble--info{color:var(--color-text-muted)}.product-card{background:var(--color-surface);border-color:var(--color-border)}.product-card__btn--secondary{background:transparent;border-color:var(--color-border);color:var(--color-text)}.product-card__btn--secondary:hover{background:var(--color-border)}.welcome-chip{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.welcome-chip:hover{background:#2e1a0e;border-color:var(--color-brand);color:#ffab91}.reply-chip{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.reply-chip:hover{background:#2e1a0e;border-color:var(--color-brand);color:#ffab91}.cart-strip{background:#2e1a0e;border-color:#5a3a1a}.chat-input{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.chat-input::placeholder{color:var(--color-text-muted)}.cart-panel{background:var(--color-surface)}.cart-item{border-color:var(--color-border)}.cart-item__qty-btn{background:#333;border-color:#444;color:var(--color-text)}.history-panel{background:var(--color-surface)}.history-item:hover{background:#2a2a28}.history-item--active{background:#2a1608}.new-chat-btn{background:var(--color-surface);border-color:var(--color-border)}}.welcome-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px 20px;gap:20px;animation:welcome-fade-in .4s ease}@keyframes welcome-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.welcome-hero{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.welcome-logo{font-size:2.6rem;line-height:1;margin-bottom:2px}.welcome-title{font-size:1.6rem;font-weight:800;color:var(--color-text);letter-spacing:-.02em}.welcome-tagline{font-size:.95rem;color:var(--color-text-muted);font-weight:400}.welcome-chips-section{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.welcome-chips-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted)}.welcome-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:480px}.welcome-chip{padding:9px 16px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:.875rem;font-weight:500;box-shadow:var(--shadow-sm);transition:border-color .15s,color .15s,background .15s,box-shadow .15s}.welcome-chip:hover{border-color:var(--color-brand);color:var(--color-brand);background:var(--color-brand-light);box-shadow:none}.welcome-hint{font-size:.8rem;color:var(--color-text-muted);opacity:.7;-webkit-user-select:none;user-select:none}.reply-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;margin-bottom:14px;animation:welcome-fade-in .25s ease}.reply-chip{padding:6px 13px;border-radius:999px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);font-size:.82rem;font-weight:500;transition:border-color .15s,color .15s,background .15s;white-space:nowrap}.reply-chip:hover{border-color:var(--color-brand);color:var(--color-brand);background:var(--color-brand-light)}.product-card--clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.product-card--clickable:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.pd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:flex-end;justify-content:center;animation:pd-backdrop-in .22s ease}@keyframes pd-backdrop-in{0%{opacity:0}to{opacity:1}}.pd-sheet{width:100%;max-width:720px;max-height:92dvh;background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;display:flex;flex-direction:column;overflow:hidden;animation:pd-sheet-up .28s cubic-bezier(.32,.72,0,1);box-shadow:0 -4px 32px #00000024;transition:transform .3s cubic-bezier(.32,.72,0,1),opacity .3s ease;will-change:transform}@keyframes pd-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pd-header{display:flex;align-items:center;gap:10px;padding:14px 16px 12px;border-bottom:1px solid var(--color-border);flex-shrink:0}.pd-back-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;background:var(--color-bg);color:var(--color-text);flex-shrink:0;transition:background .15s}.pd-back-btn:hover{background:var(--color-border)}.pd-header__category{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-accent);flex:1}.pd-header__spacer{width:34px;flex-shrink:0}.pd-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.pd-drag-handle{display:flex;justify-content:center;align-items:center;padding:10px 0 6px;cursor:grab;flex-shrink:0;touch-action:none}.pd-drag-handle:active{cursor:grabbing}.pd-drag-pill{width:36px;height:4px;border-radius:2px;background:var(--color-border);display:block}.pd-carousel{width:100%;position:relative;background:var(--color-bg);overflow:hidden;aspect-ratio:4 / 3;flex-shrink:0;touch-action:pan-y}.pd-carousel__track{display:flex;height:100%;will-change:transform}.pd-carousel__slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:16px}.pd-carousel__img{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.pd-carousel__dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:6px;pointer-events:none}.pd-carousel__dot{width:6px;height:6px;border-radius:50%;border:none;background:#00000038;padding:0;pointer-events:all;transition:background .2s,transform .2s;cursor:pointer}.pd-carousel__dot--active{background:var(--color-brand);transform:scale(1.35)}.pd-thumbs{display:flex;gap:8px;padding:10px 16px 0;overflow-x:auto;scrollbar-width:none}.pd-thumbs::-webkit-scrollbar{display:none}.pd-thumb{width:64px;height:64px;flex-shrink:0;border-radius:var(--radius-sm);border:2px solid var(--color-border);background:var(--color-bg);padding:0;overflow:hidden;cursor:pointer;transition:border-color .15s}.pd-thumb img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.pd-thumb--active{border-color:var(--color-brand)}.pd-info{padding:20px 20px 12px;display:flex;flex-direction:column;gap:14px}.pd-info__name{font-size:1.25rem;font-weight:800;color:var(--color-text);line-height:1.3}.pd-info__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.pd-info__stock{font-size:.82rem;font-weight:600}.pd-info__stock--in{color:#2e7d32}.pd-info__stock--out{color:#c62828}.pd-info__price{font-size:1.5rem;font-weight:800;color:var(--color-brand)}.pd-info__section-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:6px}.pd-info__desc{font-size:.95rem;line-height:1.65;color:var(--color-text)}.pd-footer{display:flex;gap:10px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0}.pd-btn{flex:1;padding:13px 16px;border-radius:var(--radius-md);border:none;font-size:.95rem;font-weight:700;transition:background .15s,transform .1s}.pd-btn:active{transform:scale(.97)}.pd-btn:disabled{opacity:.45;cursor:not-allowed}.pd-btn--primary{background:var(--color-brand);color:#fff}.pd-btn--primary:hover:not(:disabled){background:var(--color-brand-dark)}.pd-btn--secondary{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.pd-btn--secondary:hover{background:var(--color-border)}
