:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--primary-color: #667eea;--bg-hover: #f3f4f6;--primary-dark: #5568d3;--secondary-color: #764ba2;--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--text-primary: #1f2937;--text-secondary: #6b7280;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--border-color: #e5e7eb;--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius: 8px;--radius-lg: 12px;--transition: all .2s ease}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--bg-secondary);line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-dark)}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:var(--transition)}input,textarea,select{font-family:inherit;font-size:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.flex{display:flex}.flex-column{flex-direction:column}.align-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.spinner{width:40px;height:40px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spinner-small{width:20px;height:20px;border-width:2px}@media (max-width: 768px){.container{padding:0 15px}}.Toastify__toast{border-radius:var(--radius);font-family:inherit;background:#fff!important;color:var(--text-primary)!important;box-shadow:var(--shadow-lg)}.Toastify__toast--success{border-left:4px solid var(--success-color)}.Toastify__toast--success .Toastify__progress-bar{background:var(--success-color)!important}.Toastify__toast--error{border-left:4px solid var(--error-color)}.Toastify__toast--error .Toastify__progress-bar{background:var(--error-color)!important}.Toastify__toast--warning{border-left:4px solid var(--warning-color)}.Toastify__toast--warning .Toastify__progress-bar{background:var(--warning-color)!important}.Toastify__toast--info{border-left:4px solid #3b82f6}.Toastify__toast--info .Toastify__progress-bar{background:#3b82f6!important}.Toastify__toast-body{color:var(--text-primary);font-weight:500}.Toastify__close-button{color:var(--text-secondary);opacity:.7}.Toastify__close-button:hover{opacity:1}.product-tile{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius);overflow:hidden;transition:var(--transition)}.product-tile:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-link{display:block;text-decoration:none;color:inherit}.product-thumbnail{width:100%;height:200px;overflow:hidden;background:var(--bg-secondary);position:relative}.product-image{width:100%;height:100%;object-fit:contain}.product-info{padding:1rem}.product-title{font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:var(--text-primary);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.product-price{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.current-price{font-size:1.1rem;font-weight:700;color:var(--primary-color)}.old-price{font-size:.9rem;text-decoration:line-through;color:var(--text-secondary)}.product-rating{font-size:.85rem;color:var(--text-secondary);margin-bottom:.5rem}.product-rating .no-reviews{color:#9ca3af;font-style:italic;font-size:.8rem}.product-meta{font-size:.85rem;color:var(--text-secondary)}.home-page{flex:1;display:flex;flex-direction:column;min-height:calc(100vh - 64px)}.hero-section{text-align:center;max-width:1000px;margin:3rem auto;padding:2rem 0}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:var(--text-primary);line-height:1.2}.gradient-text{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{margin-bottom:2rem}.btn{display:inline-block;padding:.75rem 2rem;border-radius:var(--radius-lg);font-weight:600;text-align:center;transition:var(--transition);cursor:pointer;text-decoration:none}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66;background:linear-gradient(135deg,var(--secondary-color) 0%,var(--primary-color) 100%);color:#fff}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.main-content{flex:1;display:flex;flex-direction:column;width:100%}.search-section{margin:1rem auto .5rem;width:100%;max-width:800px;transition:all .3s ease}.search-section.compact{margin:.5rem auto;max-width:900px}.search-config-container{display:flex;justify-content:center;margin-top:1rem}.search-config-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#2d3748;border:2px solid #e2e8f0;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.search-config-btn:hover{transform:translateY(-3px);box-shadow:0 4px 15px #00000026;border-color:#667eea}.search-config-btn:active{transform:translateY(0)}.search-config-btn svg{width:16px;height:16px}.welcome-text{text-align:center;margin-bottom:1.5rem}.welcome-text h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.welcome-text p{font-size:1.1rem;color:var(--text-secondary)}.ai-link{cursor:pointer;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px;transition:opacity .2s}.ai-link:hover{opacity:.7}.footer{background:#0f172a;color:#fff;padding:60px 0 30px;margin-top:80px}.search-query-display{max-width:1200px;margin:.5rem auto;padding:0 1rem;text-align:center}.search-query-display h3{font-size:1.5rem;color:#374151;font-weight:600}.search-query-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:1.5rem;border-radius:var(--radius-lg);margin:2rem auto;max-width:800px;text-align:center}.error-message code{background:#0000000d;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.loading{text-align:center;padding:3rem 0;margin:2rem auto}.spinner{border:4px solid rgba(0,0,0,.1);border-left-color:var(--primary-color);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading p{color:var(--text-secondary);font-size:1.1rem}.no-results{text-align:center;padding:3rem 0;margin:2rem auto}.no-results p{color:var(--text-secondary);font-size:1.1rem}.footer code{background:#0000000d;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:var(--bg-primary);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{width:64px;height:64px;margin:0 auto 1.5rem;border-radius:50%;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);display:flex;align-items:center;justify-content:center;color:#fff}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.feature-card p{color:var(--text-secondary);line-height:1.6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f7fa;color:#333;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.8rem;font-weight:700;letter-spacing:-.5px}.nav-menu{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s;font-size:1rem}.nav-link:hover{opacity:.8}.search-section.compact{padding:.5rem 2rem}.community-interest-section{margin-top:.5rem;text-align:center;padding:.5rem 0}.community-title{font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.community-buttons{display:flex;justify-content:center;gap:.75rem;flex-wrap:nowrap}.community-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014;white-space:nowrap}.community-btn:hover{transform:translateY(-3px);box-shadow:0 4px 15px #00000026;border-color:#667eea}.community-btn .btn-icon{font-size:1.25rem;filter:grayscale(50%);transition:filter .3s ease}.community-btn:hover .btn-icon{filter:grayscale(0%)}.community-btn .btn-text{font-size:.875rem;font-weight:600;color:#2d3748}.community-btn.viewed-btn:hover{border-color:#3b82f6}.community-btn.liked-btn:hover{border-color:#10b981}.community-btn.tracked-btn:hover{border-color:#f59e0b}.community-btn.discussed-btn:hover{border-color:#8b5cf6}.search-container{max-width:700px;margin:0 auto}.search-form{width:100%}.search-box{display:flex;gap:.5rem;box-shadow:0 4px 20px #0000001a;border-radius:50px;overflow:hidden;background:#fff;padding:.5rem}.search-input{flex:1;padding:1rem 1.5rem;border:none;font-size:1rem;outline:none;background:transparent}.search-button{padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.search-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea);color:#fff}.search-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.search-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.search-suggestions{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 24px #0000001f;max-height:400px;overflow-y:auto;z-index:1000;animation:slideDown .2s ease}.suggestion-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid var(--border-color)}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover,.suggestion-item.selected{background:linear-gradient(135deg,#667eea1a,#764ba21a)}.suggestion-item svg{flex-shrink:0;color:var(--text-secondary)}.suggestion-item span{color:var(--text-primary);font-size:.95rem}.products-container{max-width:1400px;margin:0 auto;padding:0 2rem}.product-grid-container{margin-top:2rem}.results-count{margin-bottom:1.5rem;color:#4a5568;font-size:1rem}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-bottom:2rem}.product-tile{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #00000014;height:100%;display:flex;flex-direction:column}.product-tile:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.product-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.product-image-container{position:relative;width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:#f9fafb;overflow:hidden;padding:1rem}.product-image-container .discount-badge{position:absolute;top:10px;right:10px;background:var(--error-color);color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.product-image{width:180px;height:180px;object-fit:contain}.product-info{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-title{font-size:.9rem;font-weight:500;line-height:1.4;color:#2d3748;display:-webkit-box;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8rem}.product-price{display:flex;align-items:center;gap:.5rem;margin:.5rem 0}.current-price{font-size:1.25rem;font-weight:700;color:#057c11}.old-price{font-size:1rem;font-weight:700;color:#0c0202dd;text-decoration:line-through}.product-tag{font-size:.75rem;font-weight:500;color:#c01212dd}.product-rating{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#4a5568}.stars{color:#f59e0b;font-weight:600}.reviews{color:#718096}.product-size{font-size:.85rem;color:#718096;margin:.25rem 0}.size-label{background:#edf2f7;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.product-meta{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:.5rem;border-top:1px solid #e2e8f0}.store-name{font-size:.85rem;color:#4a5568}.pickup-badge{display:inline-block;font-size:.75rem;background:#d4f4dd;color:#2f855a;padding:.25rem .5rem;border-radius:4px;font-weight:500}.delivery-info{font-size:.8rem;color:#48bb78;margin-top:.25rem}.product-actions{padding:.75rem 1rem;border-top:1px solid #e2e8f0}.track-button{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.track-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.track-button:disabled{opacity:.6;cursor:not-allowed}.tracking-notification{background:#d4f4dd;color:#2f855a;padding:.75rem;border-radius:8px;text-align:center;font-weight:500;font-size:.9rem;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-message-box{padding:2rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;max-width:600px;margin:2rem auto;box-shadow:0 4px 15px #0003}.error-message-icon{margin:0 auto 1rem}.error-message-title{margin-bottom:1rem;font-size:1.5rem}.error-message-description{margin-bottom:1rem;opacity:.95}.error-message-list{list-style:none;padding:0;margin:1rem 0;opacity:.9}.error-message-list li{margin-bottom:.5rem}.error-message-footer{margin-top:1.5rem;font-weight:600}.product-page{min-height:calc(100vh - 64px);background:#f9fafb;padding:2rem 0}.product-container{max-width:1200px;margin:0 auto;padding:0 1rem}.back-button{background:#fff;border:1px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;color:#667eea;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem}.back-button:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translate(-4px);box-shadow:0 4px 12px #667eea4d}.product-page-loading,.product-page-error{text-align:center;padding:4rem 2rem;font-size:1.5rem;color:var(--text-secondary)}.product-info-row{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;display:grid;grid-template-columns:350px 1fr 10%;gap:2rem}.product-image-column{display:flex;align-items:flex-start;justify-content:center}.product-image-wrapper{position:relative;width:100%;max-width:350px;max-height:450px;overflow:hidden}.product-main-image{width:100%;max-height:450px;border-radius:8px;object-fit:contain}.product-discount-badge{position:absolute;top:10px;right:10px;background:var(--error-color);color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.product-details-column{display:flex;flex-direction:column;gap:1.5rem}.product-actions-column{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:flex-start;padding-top:1rem}.product-page-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);line-height:1.3;margin:0}.product-pricing{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.price-display{display:flex;align-items:baseline;gap:1rem}.current-price-large{font-size:2rem;font-weight:700;color:#059669}.old-price-large{font-size:1.25rem;color:#9ca3af;text-decoration:line-through}.product-rating-section{display:flex;align-items:center;gap:.75rem}.stars-large{font-size:1.25rem;color:#fbbf24}.reviews-count{color:var(--text-secondary);font-size:1rem}.product-retailer,.product-delivery{font-size:1rem;color:var(--text-primary)}.product-tag-info{margin-top:.5rem}.tag-badge{background:#e0e7ff;color:#4f46e5;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600}.product-extensions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.extension-item{background:#f3f4f6;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;color:var(--text-secondary)}.product-stats-compact{display:flex;gap:1.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;flex-wrap:wrap}.stat-item-compact{display:flex;align-items:center;gap:.35rem;color:#6b7280;font-size:.9rem}.stat-icon-compact{font-size:1.1rem;filter:grayscale(100%);opacity:.7}.stat-value-compact{font-weight:600;color:#374151}.stat-time-ago{font-weight:400;font-size:.75rem;color:#9ca3af;font-style:italic}.product-action-buttons{display:flex;gap:1rem;margin-top:1rem;margin-bottom:.5rem}.shop-now-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;white-space:nowrap;flex:1}.shop-now-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea);color:#fff}.shop-now-button:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d;color:#fff}.compare-deals-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;white-space:nowrap;cursor:pointer;flex:1}.compare-deals-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea);color:#fff}.compare-deals-button:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d;color:#fff}.compare-deals-button svg{transition:all .3s ease}.compare-deals-button:hover svg{stroke:#fff}.compare-deals-button:disabled{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed;opacity:.6}.compare-deals-button:disabled:hover{background:#f3f4f6;color:#9ca3af;transform:none;box-shadow:0 2px 8px #667eea1a}.community-voting-row{background:#fff;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.actions-tile-icons{display:flex;gap:1rem;align-items:center;justify-content:flex-start}.action-button{padding:.875rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;text-align:center;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.action-button.like-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-button.like-button:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.action-button.like-button.disabled{background:#9ca3af;cursor:not-allowed}.action-button.track-button{background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff}.action-button.track-button:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.action-button.track-button.disabled{background:#9ca3af;cursor:not-allowed}.action-button.view-deal-button{background:linear-gradient(135deg,#059669,#10b981);color:#fff}.action-button.view-deal-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #05966966}.action-icon-button{width:50px;height:50px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;text-decoration:none}.action-icon-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 16px #00000026;border-color:#667eea}.action-icon-button:disabled{cursor:not-allowed;opacity:.6;background:#d1d5db!important;border-color:#9ca3af!important;box-shadow:none!important}.action-icon-button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea4d}.action-icon-button.active:disabled{background:#d1d5db!important;border-color:#9ca3af!important;box-shadow:none!important}.unlike-dropdown-container{position:relative}.unlike-dropdown{position:absolute;top:0;left:60px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;padding:.75rem;min-width:240px;z-index:1000;border:1px solid #e5e7eb}.product-actions-column .unlike-dropdown{left:60px;top:0}.unlike-dropdown-header{font-size:.85rem;font-weight:600;color:#374151;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;margin-bottom:.5rem}.unlike-option{width:100%;text-align:left;padding:.75rem;border:none;background:transparent;cursor:pointer;font-size:.9rem;color:#4b5563;border-radius:6px;transition:all .2s ease;margin-bottom:.25rem}.unlike-option:hover{background:#f3f4f6;color:#ef4444;transform:translate(4px)}.unlike-option:last-child{margin-bottom:0}.community-discussion-row{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.discussion-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.add-comment-section{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.comment-form{display:flex;gap:1rem;align-items:center}.comment-input-single{flex:1;padding:.75rem 1rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit}.comment-input-single:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.submit-comment-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;white-space:nowrap}.submit-comment-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea);color:#fff}.submit-comment-btn:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d;color:#fff}.login-prompt{text-align:center;padding:2rem}.login-to-comment-btn{padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.login-to-comment-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.comments-list,.comments-tree{display:flex;flex-direction:column;gap:.75rem}.no-comments{text-align:center;color:var(--text-secondary);padding:2rem;font-style:italic}.comment-item{padding:.75rem 1rem;background:#f9fafb;border-radius:8px;border-left:3px solid #667eea}.replies-container{margin-top:.5rem;margin-left:2rem;padding-left:1rem;border-left:2px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.replies-container .comment-item{background:#fff;border-left-color:#9ca3af}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #f3f4f6}.comment-author-section{display:flex;align-items:center;gap:.75rem}.comment-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.author-name{font-weight:600;color:var(--text-primary)}.comment-actions-header{display:flex;align-items:center;gap:.5rem}.icon-btn{background:none;border:none;font-size:1rem;cursor:pointer;padding:.25rem;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;gap:.25rem;filter:grayscale(100%)}.icon-btn:hover:not(:disabled){filter:grayscale(0%);transform:scale(1.1)}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn.active{filter:grayscale(0%)}.replies-count,.time-ago{font-size:.875rem;color:var(--text-secondary);display:flex;align-items:center;gap:.25rem}.comment-text{color:var(--text-primary);line-height:1.5;margin-bottom:.5rem;display:-webkit-box;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.comment-actions{display:flex;gap:.5rem}.comment-action-btn{display:inline-flex;align-items:center;gap:.35rem;background:#f9fafb;border:1px solid #e5e7eb;color:var(--text-secondary);cursor:pointer;font-size:.85rem;padding:.35rem .6rem;border-radius:6px;transition:all .2s ease;font-weight:500}.comment-action-btn .btn-icon{font-size:1rem;line-height:1}.comment-action-btn .btn-text{font-size:.875rem}.comment-action-btn:hover:not(.disabled):not(:disabled){background:#fff;border-color:#667eea;color:#667eea;transform:translateY(-1px);box-shadow:0 2px 4px #667eea1a}.comment-action-btn.like-btn:hover:not(.disabled):not(:disabled){border-color:#667eea;color:#667eea}.comment-action-btn.reply-btn:hover:not(:disabled){border-color:#10b981;color:#10b981}.comment-action-btn.edit-btn:hover:not(:disabled){border-color:#f59e0b;color:#f59e0b}.comment-action-btn.flag-btn:hover:not(:disabled){border-color:#ef4444;color:#ef4444}.comment-action-btn.replies-btn:hover:not(:disabled){border-color:#8b5cf6;color:#8b5cf6}.reply-section{margin-top:.5rem;padding:.75rem;background:#fff;border-radius:8px}.reply-form{display:flex;gap:.75rem;align-items:center}.reply-input-single{flex:1;padding:.5rem .75rem;border:2px solid #d1d5db;border-radius:8px;font-size:.95rem;font-family:inherit}.reply-input-single:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.reply-actions{display:flex;gap:.75rem}.submit-reply-btn,.cancel-reply-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-reply-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.submit-reply-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea);color:#fff}.submit-reply-btn:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.cancel-reply-btn:hover{background:#d1d5db}.edit-section{margin-top:.5rem;padding:.75rem;background:#fff;border-radius:8px;display:flex;gap:.75rem;align-items:center}.edit-input-single{flex:1;padding:.5rem .75rem;border:2px solid #d1d5db;border-radius:8px;font-size:.95rem;font-family:inherit}.edit-input-single:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.edit-actions{display:flex;gap:.75rem}.submit-edit-btn,.cancel-edit-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-edit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.submit-edit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea);color:#fff}.submit-edit-btn:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.cancel-edit-btn:hover{background:#d1d5db}.comment-action-btn.disabled{opacity:.5;cursor:not-allowed}.comment-action-btn.disabled:hover{color:var(--text-secondary)}@media (max-width: 992px){.product-info-row,.community-voting-row{padding:1.5rem}}@media (max-width: 768px){.product-info-row,.community-voting-row{padding:1.25rem;border-radius:8px}}@media (max-width: 480px){.product-info-row,.community-voting-row{padding:1rem;border-radius:6px}}.liked-deals-page{min-height:calc(100vh - 64px);background:#f9fafb;padding:.5rem 0}.liked-deals-container{max-width:1400px;margin:0 auto;padding:0 2rem}.page-title{font-size:2rem;font-weight:700;text-align:center;color:var(--text-primary);margin-bottom:.25rem;margin-top:.5rem}.page-subtitle{font-size:1rem;text-align:center;color:var(--text-secondary);margin-bottom:.5rem;margin-top:.25rem}.loading-products{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.no-products{text-align:center;padding:4rem 2rem;color:var(--text-secondary)}.no-products svg{color:#9ca3af;margin-bottom:1rem}.no-products p{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.no-products .sub-text{font-size:1rem;color:var(--text-secondary);font-weight:400}.products-count{margin-bottom:.5rem;margin-top:.5rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.products-count p{margin:0;color:var(--text-secondary);font-size:.95rem}.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-bottom:2rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column}.discount-badge{position:absolute;top:10px;right:10px;background:var(--error-color);color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.liked-badge{position:absolute;top:.75rem;left:.75rem;background:linear-gradient(135deg,#ec4899,#be185d);color:#fff;padding:.375rem .75rem;border-radius:20px;font-weight:600;font-size:.85rem}.timestamp-badge{position:absolute;bottom:.5rem;right:.5rem;background:#374151e6;color:#fff;padding:.25rem .5rem;border-radius:4px;font-weight:500;font-size:.75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-source{font-size:.85rem;color:var(--text-secondary);margin-top:auto}.tracked-deals-page{min-height:calc(100vh - 64px);background:#f9fafb;padding:.5rem 0}.tracked-deals-container{max-width:1400px;margin:0 auto;padding:0 2rem}@keyframes spin{}.tracking-badge{position:absolute;top:.75rem;left:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.375rem .75rem;border-radius:20px;font-weight:600;font-size:.85rem}@media (max-width: 768px){.products-count>div:first-child{width:100%}.products-count>div:first-child input{width:100%!important;margin-left:0!important;margin-top:.5rem}.products-count>div:last-child{width:100%;justify-content:flex-start}}.past-searches-page{min-height:100vh;background:#f9fafb;padding:2rem 1rem}.past-searches-container{max-width:1400px;margin:0 auto}.past-searches-content{display:grid;grid-template-columns:350px 1fr;gap:2rem;min-height:600px}.searches-list{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;overflow-y:auto;max-height:calc(100vh - 180px)}.loading-searches,.no-searches{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#666}.no-searches .sub-text{font-size:.9rem;color:#999;margin-top:.5rem}.search-items{display:flex;flex-direction:column;gap:.75rem}.search-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:8px;background:#f8f9fa;border:2px solid transparent;cursor:pointer;transition:all .2s ease}.search-item:hover{background:#e9ecef;border-color:#667eea;transform:translate(4px)}.search-item.active{background:#667eea;border-color:#667eea;color:#fff}.search-item.active .search-title{color:#fff}.search-item.active .search-date{color:#ffffffe6}.search-item-content{flex:1;min-width:0}.search-title{font-size:1rem;font-weight:600;color:#333;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-date{font-size:.85rem;color:#666;margin:0}.delete-btn{background:none;border:none;color:#dc3545;padding:.5rem;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.delete-btn:hover{background:#dc35451a;color:#bd2130}.search-item.active .delete-btn{color:#fff}.search-item.active .delete-btn:hover{background:#fff3}.search-results{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;overflow-y:auto;max-height:calc(100vh - 180px)}.no-selection,.loading-results,.no-selection svg,.loading-results svg,.no-selection p,.loading-results p,.archive-notice{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem;color:#856404}.archive-notice svg{flex-shrink:0;margin-top:2px}.archive-notice span{font-size:.9rem;line-height:1.5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1024px){.searches-list{padding:1.25rem}}@media (max-width: 768px){.searches-list{padding:1rem;border-radius:8px}}@media (max-width: 480px){.searches-list{padding:.75rem;border-radius:6px}}.compared-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1rem 0}.compared-product-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.compared-product-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #667eea4d;border-color:#667eea}.compared-product-image{width:100%;height:150px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;background:#f7fafc;border-radius:8px;overflow:hidden}.compared-product-image img{max-width:100%;max-height:100%;object-fit:contain}.compared-product-details{display:flex;flex-direction:column;gap:.5rem}.compared-product-title{font-size:.9rem;font-weight:600;color:#2d3748;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;margin:0}.compared-product-info{display:flex;flex-direction:column;gap:.4rem}.compared-product-price{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.compared-product-price .current-price{font-size:1.1rem;font-weight:700;color:#48bb78}.compared-product-price .old-price{font-size:.85rem;color:#a0aec0;text-decoration:line-through}.compared-product-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.source-badge{background:#edf2f7;color:#4a5568;padding:.2rem .6rem;border-radius:6px;font-size:.75rem;font-weight:500}.compared-product-meta .rating{font-size:.8rem;color:#ed8936}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #667eea33}.product-source span{font-size:.875rem;color:var(--text-secondary)}.product-source strong{font-weight:600;color:var(--text-primary)}.product-stats-footer{padding:.75rem 1rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary);background:#f9fafb}.product-stats-footer svg{width:16px;height:16px;flex-shrink:0}.product-stats-footer .stat-count{font-weight:600;color:var(--text-primary)}.product-stats-footer .stat-time{color:var(--text-secondary);font-style:italic}.product-filter{margin-bottom:.5rem;margin-top:.5rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.filter-info{display:flex;align-items:center;gap:1rem}.product-count{font-size:1rem;color:#666;font-weight:500}.filter-controls{display:flex;align-items:center;gap:.75rem;position:relative}.filter-controls label{font-size:.95rem;color:#333;font-weight:500}.custom-select-wrapper{position:relative;min-width:200px}.custom-select-button{width:100%;padding:.6rem 2.5rem .6rem 1rem;font-size:.95rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;color:#333;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;text-align:left}.custom-select-button:hover{border-color:#667eea}.custom-select-button:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dropdown-arrow{transition:transform .2s ease;flex-shrink:0}.dropdown-arrow.open{transform:rotate(180deg)}.custom-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:2px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:300px;overflow-y:auto}.dropdown-option{padding:.75rem 1rem;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:space-between;font-size:.95rem;color:#333}.dropdown-option:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a)}.dropdown-option.selected{background:linear-gradient(135deg,#667eea26,#764ba226);color:#667eea;font-weight:600}.dropdown-option svg{color:#667eea}.product-filter .search-config-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#2d3748;border:2px solid #e2e8f0;padding:.6rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.product-filter .search-config-btn:hover{transform:translateY(-3px);box-shadow:0 4px 15px #00000026;border-color:#667eea}.product-filter .search-config-btn:active{transform:translateY(0)}.product-filter .search-config-btn svg{width:16px;height:16px}@media (max-width: 640px){.filter-info{flex-direction:column;align-items:flex-start}}.landing-page{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 0;min-height:calc(100vh - 64px)}.welcome-section{text-align:center;max-width:800px;margin:0 auto}.welcome-subtitle{font-size:1.125rem;color:var(--text-secondary);margin-bottom:3rem}.landing-card{background:var(--bg-primary);padding:3rem 2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.landing-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);display:flex;align-items:center;justify-content:center;color:#fff}.landing-card h2{font-size:1.75rem;margin-bottom:.75rem;color:var(--text-primary)}.landing-card p{color:var(--text-secondary);font-size:1.125rem}.features-section{background:linear-gradient(135deg,#667eea0d,#764ba20d);border-left:4px solid var(--primary-color);border-radius:var(--radius-md);padding:2rem;margin:2.5rem 0;text-align:left}.features-title{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1.25rem;text-align:left}.features-list{list-style:none;padding:0;margin:0;text-align:left}.features-list li{display:block;font-size:1.05rem;line-height:1.8;color:var(--text-primary);margin-bottom:1rem;padding-left:1.5rem;position:relative}.features-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.2rem}.features-list li strong{color:var(--primary-color);font-weight:600}.profile-page{flex:1;padding:3rem 0;min-height:calc(100vh - 64px)}.profile-container{max-width:800px;margin:0 auto}.profile-card{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2.5rem}.form-section{margin-bottom:2.5rem}.form-section:last-child{margin-bottom:0}.form-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);padding-bottom:.75rem;border-bottom:2px solid var(--border-color)}.form-label{display:flex;align-items:center;gap:.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary);font-size:.95rem}.verified-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:var(--success-color);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600}.input-with-button{display:flex;gap:.75rem;align-items:stretch}.input-with-button .form-input{flex:1}.btn-verify{padding:0 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:var(--transition);white-space:nowrap}.btn-verify:hover:not(:disabled){background:var(--primary-dark)}.btn-verify:disabled{opacity:.6;cursor:not-allowed}.verification-box{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:var(--radius);padding:1.5rem;margin-top:1rem}.verification-box p{margin-bottom:1rem;color:var(--text-secondary);font-size:.95rem}.otp-verification{display:flex;gap:.75rem;align-items:center}.otp-input-small{flex:1;text-align:center;font-size:1.25rem;letter-spacing:.25rem;font-weight:600}.btn-small{padding:.75rem 1.5rem;white-space:nowrap}.custom-phone-input{display:flex;align-items:center;gap:.5rem;flex:1}.phone-flag{font-size:1.5rem;padding:.75rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;min-width:50px;height:50px}.phone-country-code{font-size:1rem;font-weight:600;padding:0 1rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;height:50px;color:var(--text-primary)}.phone-number-input{flex:1;min-width:0}.phone-counter{font-size:.875rem;color:var(--text-secondary);margin-top:.5rem;text-align:right}.input-error{border-color:#ef4444!important}.input-error:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;background:var(--bg-secondary);border-radius:var(--radius)}.info-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}.info-value{font-size:1.125rem;color:var(--text-primary);font-weight:600}.legal-page{min-height:100vh;background:var(--bg-secondary);padding:2rem 0}.legal-content{max-width:900px;margin:0 auto;background:var(--bg-primary);padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.legal-content h1{font-size:2.5rem;color:var(--text-primary);margin-bottom:.5rem;font-weight:700}.last-updated{color:var(--text-secondary);font-size:.9rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:1.75rem;color:var(--text-primary);margin-bottom:1rem;font-weight:600;margin-top:2rem}.legal-content h3{font-size:1.25rem;color:var(--text-primary);margin-bottom:.75rem;margin-top:1.5rem;font-weight:600}.legal-content p{color:var(--text-primary);line-height:1.8;margin-bottom:1rem;font-size:1rem}.legal-content ul{margin:1rem 0 1rem 1.5rem;color:var(--text-primary);line-height:1.8}.legal-content li{margin-bottom:.5rem;padding-left:.5rem}.legal-content a{color:var(--primary-color);text-decoration:none;font-weight:500}.legal-content a:hover{text-decoration:underline}.contact-info{background:var(--bg-secondary);padding:1rem 1.5rem;border-radius:var(--radius);border-left:4px solid var(--primary-color);margin-top:1rem}.legal-content strong{color:var(--text-primary);font-weight:600}@media (max-width: 768px){.legal-content p{font-size:.95rem;line-height:1.7}}.signup-page{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 0;min-height:calc(100vh - 64px)}.signup-container{width:100%;max-width:450px;margin:0 auto}.signup-card{background:var(--bg-primary);padding:3rem 2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.signup-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem}.signup-form{width:100%}.form-group{margin-bottom:1.5rem;position:relative}.input-hint{display:block;font-size:.75rem;margin-top:.35rem;transition:var(--transition)}.text-muted{color:var(--text-secondary)}.text-success{color:var(--success-color);font-weight:500}.form-input{width:100%;padding:1rem;border:2px solid var(--border-color);border-radius:var(--radius);font-size:1rem;transition:var(--transition);background:var(--bg-primary)}.form-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #667eea1a}.form-input:disabled{background:var(--bg-secondary);cursor:not-allowed}.otp-input{text-align:center;font-size:1.75rem;letter-spacing:.5rem;font-weight:600}.btn-block{width:100%;display:flex;align-items:center;justify-content:center;padding:1rem;font-size:1rem}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.divider{display:flex;align-items:center;text-align:center;margin:2rem 0;color:var(--text-secondary);font-size:.875rem}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid var(--border-color)}.divider span{padding:0 1rem}.oauth-buttons{display:flex;flex-direction:column;gap:1rem}.btn-oauth{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1rem;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius);color:var(--text-primary);font-weight:500;transition:var(--transition)}.btn-oauth:hover:not(:disabled){border-color:var(--primary-color);background:var(--bg-secondary);transform:translateY(-1px)}.btn-oauth:disabled{opacity:.6;cursor:not-allowed}.terms-text{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color);font-size:.8rem;color:var(--text-secondary);text-align:center;line-height:1.5}.terms-text a{color:var(--primary-color);text-decoration:none;font-weight:500}.terms-text a:hover{text-decoration:underline}.btn-apple{background:#000;color:#fff;border-color:#000}.btn-apple:hover:not(:disabled){background:#1a1a1a;border-color:#1a1a1a}.link-button{background:none;border:none;color:var(--primary-color);font-weight:500;cursor:pointer;transition:var(--transition);font-size:.95rem}.link-button:hover:not(:disabled){color:var(--primary-dark);text-decoration:underline}.link-button:disabled{opacity:.6;cursor:not-allowed}.mx-2{margin:0 .5rem;color:var(--text-secondary)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;animation:fadeIn .2s ease}.modal-content{background:#fff;position:fixed;top:0;right:0;height:100vh;width:450px;max-width:90vw;overflow-y:auto;box-shadow:-4px 0 20px #0003;animation:slideInRight .3s ease}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background:#f3f4f6;color:#111827}.modal-body{padding:2.5rem}.modal-body h2{font-size:2rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ai-content{display:flex;flex-direction:column;gap:1.5rem}.ai-content section{padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border-left:4px solid #667eea;transition:transform .2s}.ai-content section:hover{transform:translate(5px)}.ai-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}.ai-content p{color:#4b5563;line-height:1.6;font-size:1rem}.ai-content ul{list-style:none;padding:0;margin:0}.ai-content ul li{color:#4b5563;line-height:1.8;font-size:1rem;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.ai-content ul li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}@keyframes slideInRight{}.filters-content{gap:2rem}.filter-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border-left:4px solid #667eea;padding:1.5rem}.filter-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;color:#1f2937}.filter-options{display:flex;flex-direction:column;gap:1rem}.filter-item{display:flex;align-items:center}.filter-item label{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer;padding:.75rem;background:#fff;border-radius:8px;transition:all .2s}.filter-item label:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.filter-item label span{font-size:1rem;color:#374151;font-weight:500}.toggle-switch{position:relative;width:50px;height:26px;background:#d1d5db;border-radius:13px;transition:all .3s;cursor:pointer}.toggle-switch.active{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle-switch.disabled{opacity:.5;cursor:not-allowed}.toggle-slider{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 2px 4px #0003}.toggle-switch.active .toggle-slider{transform:translate(24px)}.filter-actions{display:flex;justify-content:center;padding-top:1rem}.apply-filters-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 3rem;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.apply-filters-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea);color:#fff}.apply-filters-btn:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.flag-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in}@keyframes fadeIn{}.flag-modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{}.flag-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.flag-modal-header h3{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.flag-modal-close{background:none;border:none;font-size:2rem;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.flag-modal-close:hover{background:#f3f4f6;color:var(--text-primary)}.flag-modal-body{padding:1.5rem}.flag-modal-info{background:#fef3c7;border-left:4px solid #f59e0b;padding:1rem;border-radius:6px;margin-bottom:1.5rem;font-size:.95rem;color:#92400e;line-height:1.5}.form-group label{display:block;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;font-size:.95rem}.flag-categories{display:flex;flex-direction:column;gap:.75rem}.flag-category-option{display:flex;align-items:center;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.flag-category-option:hover{border-color:#667eea;background:#f9fafb}.flag-category-option input[type=radio]{margin-right:.75rem;cursor:pointer;width:18px;height:18px;accent-color:#667eea}.flag-category-option input[type=radio]:checked+span{color:#667eea;font-weight:600}.flag-category-option span{flex:1;font-size:.95rem;color:var(--text-primary)}.flag-reason-input{width:100%;padding:.75rem;border:2px solid #d1d5db;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;transition:border-color .2s ease}.flag-reason-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.char-count{text-align:right;font-size:.85rem;color:#9ca3af;margin-top:.5rem}.flag-modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.flag-modal-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.flag-modal-btn:disabled{opacity:.6;cursor:not-allowed}.flag-modal-btn-cancel{background:#f3f4f6;color:var(--text-primary)}.flag-modal-btn-cancel:hover:not(:disabled){background:#e5e7eb}.flag-modal-btn-submit{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.flag-modal-btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ef444466}@media (max-width: 768px){.flag-modal-header{padding:1rem}.flag-modal-header h3{font-size:1.1rem}}.about-page{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb}.about-container{flex:1;max-width:1000px;margin:0 auto;padding:2rem;width:100%}.about-content{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 20px 60px #0000004d}.about-section{margin-bottom:2.5rem}.section-heading{font-size:1.75rem;font-weight:600;color:#667eea;margin-bottom:1rem;position:relative;padding-bottom:.5rem}.section-heading:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.about-text{font-size:1.1rem;line-height:1.8;color:#4a5568;margin-bottom:1rem;text-align:justify}.about-text strong{color:#667eea;font-weight:600}.feature-list{list-style:none;padding:0;margin:1.5rem 0}.feature-list li{display:flex;align-items:flex-start;gap:1rem;padding:1rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:12px;border-left:4px solid #667eea;transition:all .3s ease}.feature-list li:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);transform:translate(5px)}.feature-icon svg{width:24px;height:24px;display:block;stroke:#000}.feature-list li div{flex:1}.feature-list strong{color:#667eea;display:block;margin-bottom:.25rem;font-size:1.05rem}.cta-section{margin-top:3rem;padding:2.5rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:12px;text-align:center;border:2px solid rgba(102,126,234,.2)}.cta-section h3{font-size:1.75rem;font-weight:600;color:#2d3748;margin-bottom:.75rem}.cta-section p{font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea);color:#fff}.cta-button:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.mission-page{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb}.mission-container{flex:1;max-width:900px;margin:0 auto;padding:2rem;width:100%}.back-button:hover{background:#ffffff4d;transform:translate(-5px)}.mission-content{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 20px 60px #0000004d}.mission-text{font-size:1.1rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem;text-align:justify}.mission-text strong{color:#667eea;font-weight:600}.mission-quote{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-left:4px solid #667eea;padding:1.5rem 2rem;margin:2rem 0;border-radius:8px;font-size:1.2rem;font-style:italic;color:#2d3748;text-align:center}.mission-quote em{color:#667eea;font-weight:500}.feedbacks-page{min-height:calc(100vh - 70px);background:#f9fafb;padding:2rem 0}.page-heading{max-width:1400px;margin:0 auto 1.5rem;padding:0 1rem;font-size:2rem;color:#111827;font-weight:700}.feedbacks-container{max-width:1400px;margin:0 auto;display:flex;gap:2rem;padding:0 1rem;align-items:flex-start}.feedback-sidebar{flex:0 0 380px;width:380px;min-width:380px;max-width:380px;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:.5rem;height:fit-content;position:sticky;top:1rem}.sidebar-item{padding:.875rem 1rem;border:none;background:transparent;text-align:left;font-size:1rem;color:#4b5563;cursor:pointer;border-radius:8px;transition:all .2s ease;font-weight:500;display:flex;align-items:center;gap:.75rem;white-space:nowrap}.sidebar-item:hover{background:#f3f4f6;color:#667eea}.sidebar-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.sidebar-item svg{flex-shrink:0}.feedback-content{flex:0 0 920px;width:920px;min-width:920px;max-width:920px;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.feedback-content h2{margin:0 0 1.5rem;font-size:1.75rem;color:#111827;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.message-form{max-width:800px}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s ease;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input:disabled,.form-textarea:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.form-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem}.btn-secondary{background:#e5e7eb;color:#374151}.btn-secondary:hover:not(:disabled){background:#d1d5db}.conversations-list{display:flex;flex-direction:column;gap:1rem}.conversation-card{background:#f9fafb;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.conversation-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.conversation-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.75rem}.conversation-header h3{margin:0;font-size:1.1rem;color:#111827;flex:1}.conversation-meta{display:flex;gap:1rem;margin-bottom:.75rem;font-size:.85rem;color:#6b7280}.conversation-preview{color:#4b5563;font-size:.9rem;line-height:1.5}.conversation-detail-header{margin-bottom:1.5rem}.messages-thread{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;max-height:600px;overflow-y:auto;padding:1rem;background:#f9fafb;border-radius:12px}.user-message{align-self:flex-end;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.admin-message{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;color:#000}.message-sender{font-weight:600;font-size:.85rem;margin-bottom:.5rem;opacity:.9}.user-message .message-sender,.admin-message .message-sender,.admin-message .message-text,.admin-message .message-time{color:#000!important}.reply-form .form-group{margin-bottom:0!important}.reply-form .form-textarea{width:100%!important;box-sizing:border-box!important;display:block!important}.reply-button-container{margin-top:1rem!important;text-align:left!important}.reply-button-container .btn{display:inline-block!important}.reply-form h3{margin:0 0 1rem;font-size:1.1rem;color:#374151}.loading,.no-data{padding:3rem;text-align:center;color:#9ca3af;font-style:italic}.navbar{background:var(--bg-primary);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--border-color)}.navbar-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;min-height:64px}.navbar-logo h2{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.5rem;font-weight:700}.navbar-actions{display:flex;align-items:center;gap:1rem}.language-pill{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:999px;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:not-allowed;opacity:.7;-webkit-user-select:none;user-select:none}.language-pill svg{flex-shrink:0}.mission-link{color:var(--text-primary);font-weight:500;padding:.5rem 1rem;border-radius:var(--radius-md);transition:var(--transition);text-decoration:none}.mission-link:hover{background:var(--bg-secondary);color:var(--primary-color)}.user-menu{position:relative}.user-button{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);-webkit-user-select:none;user-select:none}.user-button:hover{border-color:var(--primary-color);background:var(--bg-primary)}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-name{font-weight:500;color:var(--text-primary);max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-icon{transition:transform .2s ease;color:var(--text-secondary)}.dropdown-icon.rotate{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:240px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;animation:slideDown .2s ease;z-index:1001}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:1rem}.dropdown-user-name{font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.dropdown-user-email{font-size:.875rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background:var(--border-color)}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;color:var(--text-primary);text-align:left;transition:var(--transition);cursor:pointer;border:none}.dropdown-item:hover{background:var(--bg-secondary);color:var(--primary-color)}.dropdown-item svg{flex-shrink:0}.btn-primary{padding:.625rem 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff!important;border-radius:var(--radius-lg);font-weight:600;transition:var(--transition);text-decoration:none}.btn-text-mobile{display:none}.btn-text-desktop{display:inline}@media (max-width: 768px){.btn-text-desktop{display:none}.btn-text-mobile{display:inline}.user-name{display:none}.navbar-logo h2{font-size:1rem;white-space:nowrap}.navbar-content{padding:.5rem 0;min-height:auto;align-items:center}.navbar-actions{gap:.25rem;align-items:center}.mission-link{padding:.25rem .375rem;font-size:.75rem;white-space:nowrap}.language-pill{padding:.25rem .5rem;font-size:.7rem;white-space:nowrap;gap:.25rem}.language-pill svg{width:12px;height:12px}.btn-primary{padding:.25rem .5rem;font-size:.75rem;white-space:nowrap}.user-button{padding:.25rem .5rem;gap:.375rem}.user-avatar{width:24px;height:24px;font-size:.75rem}.dropdown-icon{width:16px;height:16px}}.footer{background:#0f172a;color:#fff;padding:15px 0 10px;margin-top:0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:10px;text-align:left}.footer-section{text-align:left}.footer-logo{margin-bottom:15px}.footer-logo .logo-text{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.footer-logo .logo-subtitle{font-size:.9rem;color:#cbd5e0;display:block;margin-top:5px}.footer-section p{color:#cbd5e0;line-height:1.6}.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:20px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px;color:#cbd5e0}.footer-section ul li i{margin-right:10px;color:#667eea;width:16px;display:inline-block}.footer-section ul li a{color:#cbd5e0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:10px;border-top:1px solid #374151;color:#9ca3af}.compare-deals-page{min-height:100vh;background:#f9fafb;padding:2rem 1rem}.compare-deals-container{max-width:1400px;margin:0 auto;padding:0 2rem}.compare-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.compare-header-left{flex:1}.add-compare-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.add-compare-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.compare-components-container{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0}.deal-compare-component{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;min-width:350px;max-width:350px;flex-shrink:0;display:flex;flex-direction:column;height:750px;transition:all .3s ease}.compare-row{padding:1rem;border-bottom:1px solid #e5e7eb}.compare-row:last-child{border-bottom:none}.dropdowns-row{display:flex;flex-direction:column;gap:.75rem;height:110px;flex-shrink:0}.dropdown-group{display:flex;flex-direction:column;gap:.25rem}.dropdown-label{font-size:.85rem;font-weight:600;color:#4a5568}.dropdown-select{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;color:#1a202c;background:#fff;cursor:pointer;transition:all .2s ease}.dropdown-select:hover{border-color:#667eea}.title-row{height:70px;flex-shrink:0}.product-title-compare{font-size:1rem;font-weight:600;color:#1a202c;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.details-row{display:flex;gap:1rem;height:200px;flex-shrink:0}.details-column{flex:1}.image-column{display:flex;align-items:center;justify-content:center}.product-thumbnail-compare{max-width:100%;max-height:180px;object-fit:contain}.info-column{display:flex;flex-direction:column;gap:.5rem}.detail-item{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:.85rem;font-weight:600;color:#4a5568}.detail-value{font-size:.9rem;font-weight:500;color:#1a202c}.detail-value.current-price{color:#10b981;font-weight:700;font-size:1.1rem}.detail-value.old-price{color:#6b7280;text-decoration:line-through}.detail-value.discount{color:#ef4444;font-weight:700}.detail-value.rating{color:#f59e0b}.specifications-row{height:180px;flex-shrink:0;overflow-y:auto}.specs-title{font-size:.9rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}.spec-item{font-size:.85rem;color:#6b7280;margin-bottom:.25rem}.button-row{height:80px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.shop-retailer-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;display:block}.shop-retailer-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.shop-retailer-btn:active{transform:translateY(0);color:#fff}.deal-compare-component{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem;min-height:400px;min-width:350px;max-width:350px;flex-shrink:0}.deal-compare-component:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-2px)}.compare-row{width:100%}.dropdowns-row{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.dropdown-group{display:flex;flex-direction:row;align-items:center;gap:.5rem}.dropdown-label{font-size:.8rem;font-weight:600;color:#4a5568;white-space:nowrap;min-width:65px}.dropdown-select{padding:.5rem;font-size:.85rem;border:2px solid #cbd5e0;border-radius:8px;background:#fff;color:#2d3748;cursor:pointer;transition:all .3s ease;flex:1;min-width:0}.dropdown-select:hover:not(:disabled){border-color:#667eea}.dropdown-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dropdown-select:disabled{background:#edf2f7;cursor:not-allowed;opacity:.7}.title-row{padding:1rem 0}.product-title-compare{font-size:1.1rem;font-weight:600;color:#2d3748;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.details-row{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:1rem 0;border-bottom:2px solid #e2e8f0}.details-column{display:flex;flex-direction:column}.image-column{align-items:center;justify-content:flex-start}.product-thumbnail-compare{width:100%;max-width:120px;height:auto;border-radius:8px;object-fit:contain;border:1px solid #e2e8f0;padding:.5rem;background:#fff}.info-column{gap:.75rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.detail-label{font-size:.9rem;font-weight:500;color:#718096}.detail-value{font-size:.95rem;font-weight:600;color:#2d3748}.detail-value.current-price{color:#48bb78;font-size:1.1rem}.detail-value.old-price{color:#a0aec0;text-decoration:line-through}.detail-value.discount{color:#f56565;background:#fff5f5;padding:.25rem .75rem;border-radius:6px}.detail-value.rating{color:#ed8936}.specifications-row{padding:1rem 0}.specifications-title{font-size:1rem;font-weight:700;color:#2d3748;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.specifications-content{margin-top:.5rem}.specifications-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.specification-item{padding:.5rem;background:#f7fafc;border-radius:6px;font-size:.9rem;color:#4a5568;border-left:3px solid #667eea}.no-specifications{padding:1rem;text-align:center;color:#a0aec0;font-style:italic;font-size:.9rem}.button-row{padding-top:1rem;border-top:2px solid #e2e8f0}.shop-retailer-btn{display:block;width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;text-decoration:none;border-radius:8px;font-size:.95rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.shop-retailer-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea);color:#fff}.shop-retailer-btn:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d;color:#fff}.empty-state{display:flex;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#a0aec0;font-size:.95rem;font-style:italic;min-height:200px}@media (max-width: 768px){.deal-compare-component{padding:1rem;min-height:350px;min-width:300px;max-width:300px}.details-row{grid-template-columns:100px 1fr;gap:.75rem}.product-thumbnail-compare{max-width:100px}.product-title-compare{font-size:1rem}.detail-item{flex-direction:column;align-items:flex-start;gap:.25rem}}@media (max-width: 480px){.deal-compare-component{min-width:280px;max-width:280px}.details-row{grid-template-columns:1fr}.product-thumbnail-compare{max-width:150px}.detail-value.current-price{font-size:1rem}}.admin-dashboard{min-height:calc(100vh - 70px);background:#f9fafb;padding:2rem 0}.admin-container{max-width:1400px;margin:0 auto;display:flex;gap:2rem;padding:0 1rem}.admin-loading{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 70px);font-size:1.2rem;color:#6b7280}.admin-sidebar{flex:0 0 20%;display:flex;flex-direction:column;gap:1.5rem}.admin-info-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.admin-info-section h3{margin:0 0 1rem;font-size:1.25rem;color:#111827;padding-bottom:.75rem;border-bottom:2px solid #667eea}.admin-detail{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.admin-detail:last-child{border-bottom:none}.admin-detail .label{font-weight:600;color:#6b7280;font-size:.9rem}.admin-detail .value{color:#374151;font-size:.9rem;text-align:right}.admin-menu-section{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:.5rem}.menu-item{padding:.875rem 1rem;border:none;background:transparent;text-align:left;font-size:1rem;color:#4b5563;cursor:pointer;border-radius:8px;transition:all .2s ease;font-weight:500}.menu-item:hover{background:#f3f4f6;color:#667eea}.menu-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.admin-content{flex:1;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.admin-content h2{margin:0 0 1.5rem;font-size:1.75rem;color:#111827;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.view-header h2{margin:0;padding:0;border:none}.time-filter-dropdown{padding:.5rem 2rem .5rem 1rem;font-size:.95rem;color:#374151;background:#fff;border:2px solid #667eea;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.time-filter-dropdown:hover{border-color:#764ba2;box-shadow:0 2px 8px #667eea33}.time-filter-dropdown:focus{outline:none;border-color:#764ba2;box-shadow:0 0 0 3px #667eea1a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #667eea33;transition:transform .2s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #667eea4d}.stat-icon{font-size:2.5rem;filter:brightness(0) invert(1);opacity:.9}.stat-info h3{margin:0 0 .5rem;font-size:.9rem;color:#ffffffe6;font-weight:600}.stat-value{margin:0;font-size:2rem;font-weight:700;color:#fff}.products-section{margin-top:2rem}.products-section h3{margin:0 0 1rem;font-size:1.25rem;color:#111827;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.products-list{list-style:none;padding:0;margin:0}.product-item{padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:.75rem;color:#374151;font-size:.95rem;border-left:4px solid #667eea;transition:all .2s ease}.product-item:hover{background:#f3f4f6;transform:translate(4px)}.no-data{padding:2rem;text-align:center;color:#9ca3af;font-style:italic}.placeholder-view{text-align:center;padding:3rem}.placeholder-view h2{margin-bottom:1rem;color:#111827;border:none;padding:0}.placeholder-view p{color:#9ca3af;font-size:1.1rem}.error-logs-view h2{margin-bottom:1.5rem}.logs-loading{padding:2rem;text-align:center;color:#6b7280;font-size:1.1rem}.error-logs-table-container{overflow-x:auto;margin-top:1rem}.error-logs-table{width:100%;border-collapse:collapse;font-size:.9rem}.error-logs-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.error-logs-table th{padding:1rem;text-align:left;font-weight:600;white-space:nowrap}.error-logs-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .2s ease}.error-logs-table tbody tr:hover{background:#f9fafb}.error-logs-table td{padding:1rem;vertical-align:top}.error-message{max-width:400px;word-wrap:break-word}.error-stack{margin-top:.5rem}.error-stack summary{cursor:pointer;color:#667eea;font-size:.85rem;font-weight:600;padding:.25rem 0}.error-stack summary:hover{color:#764ba2}.error-stack pre{background:#f3f4f6;padding:.75rem;border-radius:6px;overflow-x:auto;font-size:.75rem;margin-top:.5rem;color:#374151;border-left:3px solid #ef4444}.error-logs-table td small{color:#6b7280;font-size:.8rem}.error-logs-table td strong{color:#111827;font-weight:600}.users-table-container{overflow-x:auto;margin-top:1rem}.users-table{width:100%;border-collapse:collapse;font-size:.9rem}.users-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.users-table th{padding:1rem;text-align:left;font-weight:600}.users-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .2s ease}.users-table tbody tr:hover{background:#f9fafb}.users-table td{padding:1rem}.products-table-container{overflow-x:auto;margin-top:1rem}.products-table{width:100%;border-collapse:collapse;font-size:.9rem}.products-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.products-table th{padding:1rem;text-align:left;font-weight:600}.products-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .2s ease}.products-table tbody tr:hover{background:#f9fafb}.products-table td{padding:1rem}@media (max-width: 1024px){.admin-container{flex-direction:column}.admin-sidebar{flex:1}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.error-logs-table{font-size:.8rem}.error-logs-table th,.error-logs-table td{padding:.75rem .5rem}}.exclusion-manager{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.exclusion-loading{text-align:center;padding:2rem;color:#6b7280;font-size:1rem}.exclusion-input-row{display:flex;gap:.75rem;margin-bottom:1.5rem;align-items:stretch}.exclusion-input{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s ease}.exclusion-input:focus{border-color:#667eea}.exclusion-input:disabled{background-color:#f9fafb;cursor:not-allowed}.exclusion-add-button{padding:.75rem 2rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.exclusion-add-button:hover:not(:disabled){background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}.exclusion-add-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.exclusion-grid{display:flex;flex-direction:column;gap:.75rem;max-height:500px;overflow-y:auto;padding-right:.5rem}.exclusion-grid::-webkit-scrollbar{width:8px}.exclusion-grid::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.exclusion-grid::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.exclusion-grid::-webkit-scrollbar-thumb:hover{background:#9ca3af}.exclusion-empty{text-align:center;padding:3rem 1rem;color:#6b7280}.exclusion-empty p{margin:0;font-size:1rem;font-weight:500}.exclusion-empty-subtitle{font-size:.875rem;color:#9ca3af;margin-top:.5rem!important}.exclusion-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.exclusion-item:hover{background:#f3f4f6;border-color:#d1d5db}.exclusion-term{font-size:1rem;color:#374151;word-break:break-word;flex:1;margin-right:1rem}.exclusion-confirm-text{color:#dc2626;font-weight:500}.exclusion-edit-input{flex:1;padding:.5rem .75rem;border:2px solid #667eea;border-radius:6px;font-size:1rem;outline:none;margin-right:1rem}.exclusion-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0}.exclusion-edit-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease;flex-shrink:0}.exclusion-edit-button:hover{background:#dbeafe;border-color:#93c5fd;color:#2563eb}.exclusion-delete-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease;flex-shrink:0}.exclusion-delete-button:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.exclusion-save-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#10b981;border:1px solid #10b981;border-radius:6px;font-size:1.25rem;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0;line-height:1}.exclusion-save-button:hover{background:#059669;border-color:#059669}.exclusion-cancel-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #d1d5db;border-radius:6px;font-size:1.25rem;color:#6b7280;cursor:pointer;transition:all .2s ease;flex-shrink:0;line-height:1}.exclusion-cancel-button:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.exclusion-confirm-delete-button{padding:.5rem 1rem;background:#dc2626;border:1px solid #dc2626;border-radius:6px;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.exclusion-confirm-delete-button:hover{background:#b91c1c;border-color:#b91c1c}@media (max-width: 768px){.exclusion-manager{padding:1rem}.exclusion-input-row{flex-direction:column;gap:.5rem}.exclusion-add-button{width:100%}.exclusion-grid{max-height:400px}}.admin-exclusions-page{width:100%;padding:1rem}.exclusions-header{margin-bottom:2rem}.exclusions-header h2{margin:0;font-size:1.75rem;color:#111827;font-weight:700}.exclusions-subtitle{margin:.5rem 0 0;color:#6b7280;font-size:1rem}.exclusions-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.exclusion-column{display:flex;flex-direction:column;gap:1rem}.column-heading{margin:0;font-size:1.25rem;font-weight:600;color:#374151;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}@media (max-width: 1024px){.exclusions-container{grid-template-columns:1fr;gap:1.5rem}}.admin-feedbacks-view{padding:2rem}.admin-feedbacks-view h2{margin-bottom:2rem;color:#111827}.feedbacks-container{display:flex;gap:2rem;height:calc(100vh - 250px)}.users-column{flex:0 0 20%;display:flex;flex-direction:column}.users-column h3{margin-bottom:1rem;color:#374151;font-size:1.1rem}.users-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.user-card{padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}.user-card:hover{border-color:#667eea;background:#f9fafb}.user-card.active{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.user-info{display:flex;flex-direction:column;gap:.25rem}.user-info strong{color:#111827;font-size:.95rem}.user-email{color:#6b7280;font-size:.85rem}.message-count{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.conversations-column{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.conversations-column h3{margin-bottom:1.5rem;color:#111827;font-size:1.2rem}.no-selection{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-style:italic}.subjects-list{display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.subject-card{padding:1.25rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.subject-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.subject-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.subject-header h4{margin:0;color:#111827;font-size:1rem}.unread-badge{background:#ef4444;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.subject-meta{display:flex;gap:1rem;font-size:.85rem;color:#6b7280}.conversation-detail{display:flex;flex-direction:column;height:100%;max-height:calc(100vh - 300px);overflow:hidden}.conversation-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.back-button{background:transparent;border:none;color:#667eea;font-weight:600;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;font-size:.95rem;transition:color .2s ease}.back-button:hover{color:#764ba2}.conversation-header h4{margin:0 0 .5rem;color:#111827;font-size:1.1rem}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-open{background:#dbeafe;color:#1e40af}.status-in_progress{background:#fef3c7;color:#92400e}.status-resolved{background:#d1fae5;color:#065f46}.status-closed{background:#e5e7eb;color:#374151}.messages-thread{flex:1;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;overflow-y:auto;padding:1rem;background:#f9fafb;border-radius:8px;min-height:200px}.message-bubble{max-width:70%;padding:1rem;border-radius:12px;box-shadow:0 2px 4px #0000001a}.user-message{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;color:#000}.admin-message{align-self:flex-end;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;border-bottom-right-radius:4px}.message-sender{font-weight:600;font-size:.85rem;margin-bottom:.5rem;opacity:.9;color:inherit}.user-message .message-sender{color:#000}.user-message .message-text,.user-message .message-time,.admin-message .message-sender{color:#000!important}.message-text{line-height:1.6;white-space:pre-wrap;word-wrap:break-word;color:inherit}.admin-message .message-text,.admin-message .message-time{color:#fff!important}.message-time{font-size:.75rem;margin-top:.5rem;opacity:.7}.reply-form{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;border-top:2px solid #e5e7eb;flex-shrink:0}.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px;max-height:150px}.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;align-self:flex-start}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:#9ca3af;font-style:italic}
