:root{--notif-bg:#ffffff;--notif-border:var(--border-light);--notif-hover:#f9fafb;--notif-title:var(--text-primary);--notif-sub:var(--text-secondary);--notif-radius:14px}.notifications-container{background:var(--bg-white);min-height:100vh}.notifications-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.header-left{display:flex;flex-direction:column;align-items:flex-start}.clear-all-btn{display:flex;align-items:center;gap:6px;border:none;outline:none;background:var(--brand-primary-50);color:var(--brand-primary);font-weight:500;font-size:.9rem;padding:.5rem .8rem;border-radius:8px;cursor:pointer;transition:all .25s ease}.clear-all-btn:hover{background:var(--brand-primary);color:#fff}.notification-list{display:flex;flex-direction:column;gap:1.2rem}.notification-card{border:1px solid var(--notif-border);border-radius:var(--notif-radius);background:var(--notif-bg);transition:all .5s ease-in;box-shadow:var(--shadow-sm);cursor:pointer}.notification-card:hover{background:var(--notif-hover);box-shadow:var(--shadow-lg)}.notification-content{display:flex;flex-direction:column;gap:.4rem;padding:1.3rem 1.5rem!important}.notification-title{font-weight:600!important;color:var(--notif-title);font-size:1.25rem;margin-bottom:.5rem!important;display:flex;align-items:center;gap:6px}.notification-message{color:var(--notif-sub);line-height:1.5;font-size:.95rem}.notification-ad{font-size:.9rem;color:var(--brand-primary);font-weight:500;padding:.4rem 0 0!important}.notification-ad span{color:var(--text-primary);font-weight:600}.notification-date{display:flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.85rem;font-weight:500;padding-top:.4rem}.notification-date .date-icon{font-size:15px;color:var(--text-muted)}@media (max-width:768px){.notification-content{padding:1rem!important}.clear-all-btn{width:fit-content;align-self:flex-start;font-size:.8rem;gap:3px}}:root{--vh:1dvh;--bottom-nav-height:56px}@supports (height:100dvh){:root{--vh:1dvh}}.chat-shell{display:grid;grid-template-columns:340px 1fr;height:calc(100dvh - var(--header-height, 80px));max-height:calc(100dvh - var(--header-height, 80px))}.chat-left{background:var(--bg-gray-50);border-right:1px solid var(--border-light)}.cl-wrap{height:100%;display:flex;flex-direction:column}.cl-head{padding:16px 16px 0;background:var(--bg-white);border-bottom:1px solid var(--border-light)}.cl-head h4{margin:0 0 8px;color:var(--text-primary);font-weight:700}.cl-empty{width:100%;padding:40px 10px;text-align:center;color:#999;font-size:14px;display:flex;align-items:center;justify-content:center}.cl-tabs .MuiTabs-indicator{background:var(--brand-primary);height:2px}.cl-tabs .MuiTab-root.Mui-selected{color:var(--brand-primary)}.cl-tabs .MuiTabs-flexContainer{gap:8px;align-items:center}.cl-tabs .MuiTab-root{text-transform:none;font-weight:700;color:var(--text-secondary)}.cl-search{margin-top:10px}.cl-list{padding:8px;overflow-y:auto;height:calc(100% - 132px)}.cl-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border-bottom:1px solid #e7e7e7;background:transparent;cursor:pointer;transition:.2s}.cl-item:hover{background:var(--bg-white);box-shadow:var(--shadow-sm)}.cl-item.active{background:linear-gradient(0deg,var(--brand-primary-50),var(--brand-primary-50));border-bottom:1px solid var(--brand-ring);box-shadow:var(--shadow-sm)}.cl-meta{min-width:0;flex:1}.cl-r1{display:flex;justify-content:space-between;gap:8px}.cl-name{font-weight:700;color:var(--text-primary);text-align:left}.cl-time{font-size:12px;color:var(--text-muted);white-space:nowrap}.cl-r2{display:flex;align-items:center;gap:8px}.cl-sub{font-size:13px;color:var(--text-secondary);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cl-unread{background:var(--brand-accent);color:#fff;border-radius:999px;font-size:12px;padding:2px 7px}.chat-right,.cw-wrap{display:flex;flex-direction:column;flex:1;min-height:0}.cw-wrap{background:var(--bg-white)}.cw-head{justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border-light);background:var(--bg-white)}.cw-h-left,.cw-head{display:flex;align-items:center}.cw-h-left{gap:10px}.cw-user h5{margin:0;font-weight:700;color:var(--text-primary)}.cw-status{font-size:13px;color:var(--text-secondary)}.cw-status.off:before,.cw-status.on:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}.cw-status.on:before{background:#10b981}.cw-status.off:before{background:#9ca3af}.cw-product{padding:14px 16px;border-bottom:1px solid var(--border-light);background:var(--bg-gray-50)}.cw-relates{margin:0 0 8px;font-weight:600;color:var(--text-muted)}.cw-prod-card{display:flex;gap:12px;align-items:start;background:var(--bg-white);border:1px solid var(--border-light);border-radius:12px;padding:10px 12px}.cw-prod-img{width:90px;height:64px;border-radius:8px;background:var(--bg-gray-100);display:grid;place-items:center;overflow:hidden}.cw-prod-img img{width:100%;height:100%;object-fit:cover}.cw-prod-title{margin:0;font-weight:700;color:var(--text-primary)}.cw-prod-price{margin:2px 0 0;font-weight:800;color:var(--brand-accent)}.cw-body{flex:1;min-height:0!important;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c7c7c773 transparent;padding:16px;background:#f7f8fb}.cw-body::-webkit-scrollbar{width:8px}.cw-body::-webkit-scrollbar-track{background:transparent}.cw-body::-webkit-scrollbar-thumb{background-color:#bdbdbd73;border-radius:999px;border:2px solid transparent;background-clip:padding-box}.cw-body::-webkit-scrollbar-thumb:hover{background-color:rgba(99,102,241,.55)}.msg-row{display:flex;align-items:flex-end;gap:8px;margin:15px 0}.msg-row.mine{justify-content:flex-end}.msg-avatar{width:32px;height:32px}.msg-bubble{max-width:min(70%,560px);position:relative;padding:10px 12px;border-radius:14px;border:1.5px solid var(--border-light);background:#fff;box-shadow:var(--shadow-sm);overflow-wrap:break-word;word-break:break-word}.msg-bubble.me{background:var(--bg-secondary);border-color:color-mix(in oklab,var(--bg-primary) 22%,white);outline:2px solid color-mix(in oklab,var(--bg-primary) 18%,transparent)}.msg-bubble.other{background:#fff}.msg-text{margin:0;color:var(--text-primary);line-height:1.45}.msg-image{display:block;max-width:100%;border-radius:10px;margin:.25rem 0}.msg-time{display:flex;flex-direction:row-reverse;font-size:10px;color:var(--text-muted);text-transform:uppercase}.cw-composer{display:flex;align-items:center;gap:8px;position:relative;padding:10px 12px;border-top:1px solid var(--border-light);background:#fff}.cw-send{background:var(--cta-start)!important;color:#fff!important;border-radius:10px}.cw-send:hover{filter:brightness(.95)}@media (max-width:1024px){.chat-shell{grid-template-columns:300px 1fr}}@media (max-width:768px){.chat-shell{grid-template-columns:1fr;height:calc(100dvh - var(--header-height, 80px) - var(--bottom-nav-height));max-height:calc(100dvh - var(--header-height, 80px) - var(--bottom-nav-height));position:relative}.chat-left{display:none!important}.chat-left.show{display:block!important;width:100%}.chat-right.hide{display:none!important}.chat-right.show{display:block!important;height:100%}.cw-body{flex:1;min-height:0!important;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:12px}.chat-right{height:100%}.chat-right,.cw-wrap{display:flex;flex-direction:column;min-height:0}.cw-wrap{flex:1;background:var(--bg-white)}.chat-left.is-open{transform:translateX(0)}.cw-list-btn{display:inline-block}.cw-head{position:sticky;top:0;z-index:5;background:var(--bg-white)}.cw-input .MuiOutlinedInput-root{border-radius:999px;padding-left:8px;font-size:14px!important}.cw-input .MuiOutlinedInput-notchedOutline{border-color:var(--border-light)}.cw-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{box-shadow:0 0 0 3px var(--brand-ring)}.cw-composer .MuiIconButton-root{width:24px;height:24px}.cw-send{width:36px!important;height:36px!important;border-radius:999px;padding:.5rem!important;background:linear-gradient(90deg,var(--cta-start),var(--cta-end));color:#fff!important;box-shadow:var(--shadow-md)}.cw-send:hover{filter:brightness(.95)}.mic-live{background:var(--brand-primary-50);border-radius:12px}.mic-live svg{color:var(--brand-accent)}.cl-head{padding:12px}.cl-list{padding:6px}.msg-bubble{max-width:88%}.cl-tabs .MuiTabs-flexContainer{overflow:auto}}.cw-preview{justify-content:space-between;padding:8px 12px;border-top:1px solid var(--border-light);background:#fff}.cw-preview,.cw-thumbs{display:flex;align-items:center;gap:8px}.cw-thumbs{max-height:90px;overflow-x:auto;padding:2px 0;scrollbar-width:thin}.cw-thumbs::-webkit-scrollbar{height:8px}.cw-thumbs::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:999px}.cw-thumb{position:relative;width:96px;height:72px;flex:0 0 auto;border:1px solid var(--border-light);border-radius:12px;overflow:hidden;background:var(--bg-gray-100);box-shadow:var(--shadow-sm)}.cw-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cw-thumb-x{position:absolute;top:6px;right:6px;width:22px;height:22px;border:none;border-radius:999px;display:grid;place-items:center;background:rgba(0,0,0,.6);color:#fff;cursor:pointer}.cw-clear-all{border:none;background:var(--brand-primary-50);color:var(--brand-primary);border-radius:999px;padding:4px 10px;font-weight:600}.cw-list-btn{display:none;width:36px;height:36px;margin-right:6px;border-radius:8px;border:1px solid var(--border-light);background:#fff}.cw-list-btn span{display:block;width:18px;height:2px;background:var(--text-primary);margin:4px auto;border-radius:2px}.chat-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.25);opacity:0;pointer-events:none;transition:.2s}.chat-backdrop.show{opacity:1;pointer-events:auto}.cl-more{display:flex;justify-content:center;margin-top:8px}.cl-more-btn{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;font-size:12px;line-height:1;border:1px solid #d1d5db;border-radius:9999px;color:#374151;background:#fff;cursor:pointer}.cl-more-btn:hover{background:#f9fafb}.cl-more-btn:active{background:#f3f4f6}.cl-more-btn:focus{outline:2px solid #7c3aed33;outline-offset:2px}.cl-more-btn:disabled{opacity:.5;cursor:not-allowed}.cw-jump{position:absolute;right:40%;top:-100%;margin:0 auto;z-index:10;background:#eeeeee;color:#5b40d4;padding:8px 12px;border-radius:9999px;box-shadow:0 6px 18px rgba(0,0,0,.25);font-size:12px}.cw-jump:hover{opacity:.95}.cl-ava{position:relative;width:40px;height:40px;flex:0 0 40px;border-radius:50%}.cl-ava-product{width:100%;height:100%;display:block;background:#f3f4f6}.cl-ava-product,.cl-ava-profile{object-fit:cover;border-radius:50%}.cl-ava-profile{position:absolute;right:-5px;bottom:-5px;width:24px;height:24px;border:2px solid #fff;background:#e5e7eb}.cl-ava-initials{display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#111827}.rec-indicator{display:flex;align-items:center;gap:.75rem;background:#0e1324;color:#fff;border-radius:9999px;padding:.5rem .9rem;box-shadow:0 6px 22px rgba(20,16,56,.22);border:1px solid rgba(94,104,255,.18)}.rec-indicator .dot{width:10px;height:10px;border-radius:9999px;background:#ef4444;box-shadow:0 0 0 0 rgba(239,68,68,.7);animation:pulse 1.4s infinite}.rec-indicator .t{font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.2px}.rec-indicator .bar{flex:1;height:3px;border-radius:3px;background:rgba(105,121,255,.25);position:relative;overflow:hidden}.rec-indicator .bar:after{content:"";position:absolute;inset:0;width:40%;background:linear-gradient(90deg,rgba(116,130,255,.8),rgba(116,130,255,0));transform:translateX(0);animation:recflow 1.2s linear infinite}@keyframes recflow{to{transform:translateX(150%)}}.voice-preview{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;margin:10px 0 6px;background:#f4f2ff;color:#0b1026;border:1px solid rgba(113,99,255,.25);border-radius:14px;box-shadow:0 8px 26px rgba(120,97,255,.1)}.voice-preview .vp-actions{display:flex;gap:10px}.voice-preview .vp-delete{background:#ef4444;padding:8px 12px;font-weight:600}.voice-preview .vp-delete,.voice-preview .vp-send{color:#fff;border:0;border-radius:10px;font-size:14px}.voice-preview .vp-send{background:#5a54ff;padding:8px 14px;font-weight:700}.mic-live{outline:2px solid #ef4444;border-radius:12px}.msg-bubble.msg-audio{padding:12px;border-radius:14px;background:#efeaff;border:1px solid rgba(113,99,255,.25);overflow:hidden}.msg-bubble.other.msg-audio{background:#fff;border-color:#ebe9ff}.msg-audio .aw-wrap{display:block;width:100%;max-width:100%}.msg-bubble.msg-audio .msg-time{margin-top:6px}.cw-loading-old{display:flex;justify-content:center;align-items:center;padding:8px 0}.cw-loading-old .spinner{width:24px;height:24px;border:3px solid rgba(0,0,0,.1);border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.chat-shell{grid-template-columns:1fr;height:calc(100dvh - var(--header-height, 80px));max-height:calc(100dvh - var(--header-height, 80px));position:relative}.chat-right{flex-direction:column}.chat-right,.cw-wrap{display:flex;height:100%;min-height:0;position:relative}.cw-wrap{flex:1;flex-direction:column}.cw-head{position:sticky;top:0;z-index:5;background:var(--bg-white);flex-shrink:0}.cw-product{flex-shrink:0;padding:8px 10px}.cw-prod-card{display:flex;gap:10px;padding:8px;border-radius:8px}.cw-prod-img{width:60px;height:45px;border-radius:8px}.cw-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:12px;background:#f7f8fb;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.cw-preview,.rec-indicator,.voice-preview{flex-shrink:0;position:relative;z-index:10}body.chat-scroll-lock{height:100dvh;overflow:hidden;overscroll-behavior:none}body.chat-scroll-lock .cl-list,body.chat-scroll-lock .cw-body{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.cw-composer{position:sticky;bottom:var(--bottom-nav-height);z-index:20;flex-shrink:0;background:#fff;border-top:1px solid var(--border-light);padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.cw-list-btn{display:inline-block}.chat-back-btn{display:block;background:none;border:none;color:var(--text-primary);font-weight:600;padding:12px 16px;text-align:left;width:100%;border-bottom:1px solid var(--border-light);font-size:16px}.chat-back-btn:hover{background:var(--bg-gray-100)}.msg-row{margin:10px 0;gap:6px}.msg-avatar{width:28px;height:28px}.msg-bubble{max-width:88%;padding:8px 10px;border-radius:12px}.msg-bubble,.msg-text{font-size:14px}.msg-time{font-size:9px;padding-top:3px}.cw-input .MuiOutlinedInput-root,.cw-send{min-height:40px}.cw-send{min-width:40px}.chat-left{display:none!important}.chat-left.show{display:block!important;width:100%}.chat-right.hide{display:none!important}.chat-right.show{display:block!important}}:root{--bidDlg-primary:#ff5c66;--bidDlg-primary-deep:#ff4656;--bidDlg-chip-bg:#fff2f4;--bidDlg-soft-bg:#ffe6e9;--bidDlg-dark:#0f172a;--bidDlg-muted:#6b7280;--bidDlg-border:#e5e7eb;--bidDlg-radius-lg:16px;--bidDlg-radius-xl:20px}.bidDlg-title{display:flex;align-items:center;gap:8px;font-weight:800;color:var(--bidDlg-dark)}.bidDlg-backBtn{margin-right:4px}.bidDlg-content{padding-top:8px}.bidDlg-card{padding:12px;border:1px solid var(--bidDlg-border);border-radius:18px;background:#fff;margin-bottom:12px}.bidDlg-cardImg{width:84px;height:84px;border-radius:14px;object-fit:cover;background:#f2f3f5;font-weight:700;color:var(--bidDlg-muted)}.bidDlg-cardBody{flex:1;min-width:0}.bidDlg-titleText{font-weight:800;color:var(--bidDlg-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bidDlg-priceRow{margin-top:6px}.bidDlg-priceNow{color:var(--bidDlg-primary);font-weight:900}.bidDlg-priceMrp{color:var(--bidDlg-muted);text-decoration:line-through}.bidDlg-location{margin-top:6px;font-size:13px;color:var(--bidDlg-muted)}.bidDlg-locationText{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bidDlg-timer{margin-top:10px;align-self:flex-start;padding:8px 12px;border-radius:12px;border:1px solid #ffd0d6;background:var(--bidDlg-soft-bg);color:#ff6b7a;font-size:13px;font-weight:700}.bidDlg-timerText{margin-right:6px}.bidDlg-dim{opacity:.7}.bidDlg-desc{margin:12px 0;color:var(--bidDlg-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:all .3s ease}.bidDlg-lastBid{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border-radius:12px;background:var(--bidDlg-chip-bg);color:#e74c3c;border:1px solid #ffd0d6;font-size:14px;font-weight:700;margin:12px 0}.bidDlg-lastBidIcon{color:#e74c3c}.bidDlg-lastBidLabel{opacity:.8;font-weight:600}.bidDlg-lastBidValue{color:#e74c3c;font-weight:900}.bidDlg-inputLabel{margin-bottom:6px;color:var(--bidDlg-muted);font-size:13px}.bidDlg-input .MuiOutlinedInput-root{border-radius:14px;height:48px}.bidDlg-input input{font-weight:600}.bidDlg-input input::-webkit-inner-spin-button,.bidDlg-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.bidDlg-input input[type=number]{-moz-appearance:textfield}.bidDlg-actions{padding:18px 24px 22px!important;display:flex;justify-content:end;gap:12px}.bidDlg-cancel{color:var(--bidDlg-muted)!important;font-weight:700!important}.bidDlg-submit{background:var(--bidDlg-primary)!important;color:#fff!important;font-weight:800!important;border-radius:999px!important;padding:12px 20px!important;text-transform:capitalize!important;box-shadow:0 10px 22px rgba(255,92,102,.3)!important}.bidDlg-submit:hover{background:var(--bidDlg-primary-deep)!important}.offerDlg-title{display:flex;align-items:center;justify-content:space-between;font-weight:800;color:var(--offerDlg-dark)}.offerDlg-close{margin-left:8px}.offerDlg-content{padding-top:8px}.offerDlg-card{padding:12px;border:1px solid var(--offerDlg-border);border-radius:18px;background:#fff;margin-bottom:12px}.offerDlg-cardImg{width:64px;height:64px;border-radius:12px;object-fit:cover;background:#f2f3f5;font-weight:700;color:var(--offerDlg-muted)}.offerDlg-cardBody{flex:1;min-width:0}.offerDlg-titleText{font-weight:800;color:var(--offerDlg-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.offerDlg-location{margin-top:6px;font-size:13px;color:var(--offerDlg-muted)}.offerDlg-locationText{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.offerDlg-instructions{border:1.5px solid #bcdcff;border-radius:12px;padding:12px;margin-bottom:14px;background:#f7fbff}.offerDlg-instructionsHead{font-weight:800;color:var(--offerDlg-dark);margin-bottom:6px}.offerDlg-instructionsText{color:var(--offerDlg-muted);line-height:2;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.offerDlg-inputLabel{margin-bottom:6px;color:var(--offerDlg-muted);font-size:13px}.offerDlg-input .MuiOutlinedInput-root{border-radius:14px;height:50px;background:#fff}.offerDlg-input input{font-weight:700}.offerDlg-input input::-webkit-inner-spin-button,.offerDlg-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.offerDlg-input input[type=number]{-moz-appearance:textfield}.offerDlg-sellerRow{margin-top:8px}.offerDlg-sellerIcon{color:var(--offerDlg-primary);font-size:18px!important;margin-right:6px}.offerDlg-sellerLabel{color:var(--offerDlg-muted);margin-right:6px;font-weight:700}.offerDlg-sellerValue{color:#e74c3c;font-weight:900}.wr-ratingRow{margin:8px 0 12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc}.wr-ratingRow .MuiRating-iconFilled{color:#f59e0b}.wr-ratingRow .MuiRating-iconHover{color:#fbbf24}.wr-score{color:#64748b;font-weight:600;font-size:.9rem}.wr-textarea .MuiOutlinedInput-root{border-radius:12px;background:#fff;min-height:120px;transition:box-shadow .18s ease,background .18s ease}.wr-textarea .MuiOutlinedInput-root:hover{background:#f8fafc}.wr-textarea .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb}.wr-textarea .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#ff5c66;border-width:2px;box-shadow:0 0 0 4px rgba(255,92,102,.08)}.wr-textarea .MuiInputLabel-root{color:#6b7280}.wr-textarea .MuiInputLabel-root.Mui-focused{color:#ff5c66}.wr-textarea .MuiOutlinedInput-input{padding:14px;font-size:.96rem;line-height:1.55;color:#0f172a}.wr-helperRow{margin-top:6px;display:flex;align-items:center;justify-content:space-between}.wr-hint{color:#6b7280;font-size:.82rem}.wr-count{color:#94a3b8;font-size:.82rem}.wr-cancel{text-transform:none!important;font-weight:700!important;color:#64748b!important;border:1px solid #e5e7eb!important;background:#fff!important;border-radius:10px!important;padding:8px 14px!important}.wr-cancel:hover{background:#f8fafc!important}.wr-submit{text-transform:none!important;font-weight:800!important;color:#fff!important;background:#ff5c66!important;border-radius:10px!important;padding:8px 16px!important;box-shadow:0 8px 18px rgba(255,92,102,.3)!important}.wr-submit:hover{background:#ff4656!important}.wr-submit.Mui-disabled{background:#cbd5e1!important;color:#94a3b8!important;box-shadow:none!important}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-6px)}50%{transform:translateX(6px)}75%{transform:translateX(-4px)}to{transform:translateX(0)}}.shake{animation:shake .3s ease-in-out}