:root{--pc-bg:#0b0b0c;--pc-surface:#111113;--pc-surface-2:#18181b;--pc-surface-3:#202024;--pc-gold:#d4af37;--pc-gold-dark:#b88a1d;--pc-gold-light:#f0d77b;--pc-text:#f4edda;--pc-muted:#b5ae9e;--pc-border:#3a3426;--pc-success:#57c785;--pc-danger:#cf5353}
.pd-compare-section{margin:.5rem 0;display:flex;align-items:center;gap:.5rem}
.pd-compare-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .85rem;border:1px solid #51482f;border-radius:20px;background:#111113;color:#b5ae9e;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .2s ease;position:relative}
.pd-compare-btn:hover{border-color:#d4af37;color:#d4af37;background:#1c1a13;transform:translateY(-1px);box-shadow:0 2px 6px rgba(212,175,55,.15)}
.pd-compare-btn.added{border-color:#57c785;color:#57c785;background:#162019}
.pd-compare-btn .compare-remove{display:none}
.pd-compare-btn.added .compare-text{display:none}
.pd-compare-btn.added .compare-remove{display:flex!important;align-items:center;gap:.25rem;font-weight:600;font-size:.9rem;color:#cf5353!important;opacity:1!important;visibility:visible!important;z-index:1;position:relative}
.pd-compare-btn.added .compare-remove[hidden]{display:flex!important}
.pd-compare-btn.added .compare-remove{display:flex!important}
[hidden].compare-remove{display:none!important}
.pd-compare-btn.added [hidden].compare-remove{display:flex!important}
.pd-compare-btn.added{border-color:#cf5353!important;color:#cf5353!important;background:#241516!important}
.pd-compare-btn.added .compare-remove svg{color:#cf5353!important}
.pd-compare-btn.added:hover{border-color:#78d49b;color:#78d49b;background:#16291d;transform:translateY(-1px);box-shadow:0 2px 6px rgba(87,199,133,.2)}
.pd-compare-btn .compare-icon{width:16px;height:16px;flex-shrink:0}
.pd-compare-info{display:inline-flex;align-items:center}
.compare-note{color:#9f9887;font-size:.7rem;font-weight:500;transition:color .2s ease}
.pd-compare-btn.added+.pd-compare-info .compare-note{color:#57c785;font-weight:600}
.compare-indicator{position:relative}
.compare-indicator .badge{position:absolute;top:-8px;right:-8px;min-width:18px;height:18px;padding:0 5px;background:#dc5f5f;color:#f8f3e3;border-radius:9px;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;transform:scale(0);transition:transform .2s ease}
.compare-floating-badge{position:fixed;right:16px;bottom:calc(20px+60px);width:auto;min-width:56px;height:56px;padding:0 16px;border-radius:28px;background:linear-gradient(135deg,#d4af37 0%,#b88a1d 100%);color:#111113;box-shadow:0 8px 24px -8px rgba(212,175,55,.5);cursor:pointer;z-index:1104;opacity:0;transform:translateY(8px) scale(.9);transition:opacity .3s ease,transform .3s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:.85rem;pointer-events:none}
.compare-floating-badge.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.compare-floating-badge:hover{box-shadow:0 12px 32px -10px rgba(212,175,55,.6);transform:translateY(-2px) scale(1.02)}
.compare-floating-badge:active{transform:translateY(0) scale(.98)}
.compare-floating-badge .cfb-icon{width:20px;height:20px;flex-shrink:0}
.compare-floating-badge .cfb-count{font-size:.9rem;font-weight:700;min-width:20px;text-align:center;background:rgba(248,243,227,.16);padding:2px 8px;border-radius:12px;line-height:1;display:flex;align-items:center;justify-content:center;height:24px}
.compare-floating-badge .cfb-text{display:none}
@media (min-width:641px){
.compare-floating-badge .cfb-text{display:block}
}
@media (max-width:640px){
.compare-floating-badge{right:14px;bottom:calc(var(--scroll-top-bottom,calc(68px+18px+env(safe-area-inset-bottom)))+60px);min-width:48px;height:48px;padding:0 12px;border-radius:24px}
.compare-floating-badge .cfb-icon{width:18px;height:18px}
.compare-floating-badge .cfb-count{font-size:.8rem;padding:2px 6px;height:20px}
}
.compare-indicator .badge.active{transform:scale(1)}
.compare-sidebar{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:#111113;box-shadow:-4px 0 20px rgba(0,0,0,.1);z-index:9999;display:flex;flex-direction:column;transition:right .3s ease}
.compare-sidebar.open{right:0}
.compare-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9998;opacity:0;visibility:hidden;transition:all .3s ease}
.compare-overlay.active{opacity:1;visibility:visible}
.compare-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid #3a3426;background:#18181b}
.compare-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#f4edda;margin:0}
.compare-count{color:#b5ae9e;font-weight:400}
.compare-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:#b5ae9e;cursor:pointer;transition:all .2s ease}
.compare-close:hover{background:#3a3426;color:#e2dbc9}
.compare-content{flex:1;overflow-y:auto;padding:1rem}
.compare-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem 1rem}
.compare-empty h5{margin:1rem 0 .5rem;color:#e2dbc9}
.compare-empty p{color:#b5ae9e;font-size:.875rem;line-height:1.5}
.compare-list{display:flex;flex-direction:column;gap:.75rem}
.compare-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #3a3426;border-radius:8px;background:#111113;transition:all .2s ease}
.compare-item:hover{border-color:#51482f;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.compare-item-image{flex-shrink:0;width:48px;height:48px;border-radius:6px;overflow:hidden;border:1px solid #3a3426}
.compare-item-image img{width:100%;height:100%;object-fit:cover}
.compare-item-info{flex:1;min-width:0}
.compare-item-name{font-weight:500;font-size:.875rem;color:#f4edda;margin-bottom:.25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.compare-item-price{font-weight:600;font-size:.8rem;color:#57c785}
.compare-item-remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:#cf5353;cursor:pointer;transition:all .2s ease}
.compare-item-remove:hover{background:#241516;color:#ff8c8c}
.compare-actions{padding:1rem;border-top:1px solid #3a3426;display:flex;gap:.75rem}
.compare-actions .btn{flex:1;padding:.75rem 1rem;border-radius:6px;font-weight:600;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s ease}
.btn-outline-danger{border:1px solid #cf5353;background:transparent;color:#cf5353}
.btn-outline-danger:hover{background:#cf5353;color:#f8f3e3}
.btn-primary{border:1px solid #d4af37;background:#d4af37;color:#f8f3e3}
.btn-primary:hover{background:#b88a1d;border-color:#b88a1d}
.btn-primary:disabled{opacity:.5;cursor:not-allowed}
.btn-primary:disabled:hover{background:#d4af37;border-color:#d4af37}
.ai-compare-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:none;align-items:center;justify-content:center}
.ai-compare-modal.open{display:flex}
.ai-compare-modal .modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}
.modal-container{position:relative;width:90%;max-width:1000px;max-height:90vh;background:#111113;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden}
.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #3a3426;background:#18181b}
.modal-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;color:#f4edda;margin:0}
.modal-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#b5ae9e;cursor:pointer;transition:all .2s ease}
.modal-close:hover{background:#3a3426;color:#e2dbc9}
.modal-content{flex:1;overflow-y:auto;padding:2rem}
.ai-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}
.loading-animation{margin-bottom:1rem}
.typing-indicator{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:1rem}
.typing-indicator span{width:8px;height:8px;background:#d4af37;border-radius:50%;animation:typing 1.4s infinite ease-in-out}
.typing-indicator span:nth-child(2){animation-delay:.2s}
.typing-indicator span:nth-child(3){animation-delay:.4s}
@keyframes typing{
0%,80%,100%{opacity:.3;transform:scale(.8)}
40%{opacity:1;transform:scale(1)}
}
.ai-loading p{font-weight:500;color:#f4edda;margin-bottom:.5rem}
.ai-loading small{color:#b5ae9e}
.ai-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}
.ai-error h4{margin:1rem 0 .5rem;color:#cf5353}
.ai-error p{color:#b5ae9e;margin-bottom:1.5rem}
.ai-results>div{margin-bottom:2rem}
.ai-summary-card,.ai-comparison-table,.ai-detailed-analysis,.ai-recommendations,.ai-tips{background:#18181b;border:1px solid #3a3426;border-radius:12px;padding:1.5rem}
.ai-results h4{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:#f4edda;margin-bottom:1rem}
.summary-text{font-size:1rem;line-height:1.6;color:#e2dbc9;margin-bottom:1rem}
.winner-badge{padding:1rem;background:linear-gradient(135deg,#57c785 0%,#57c785 100%);color:#f8f3e3;border-radius:8px}
.winner-badge strong{display:block;margin-bottom:.25rem}
.winner-badge small{opacity:.9;font-size:.875rem}
.comparison-grid{display:grid;gap:1rem;margin-top:1rem}
.comparison-category{background:#f8f3e3;border:1px solid #3a3426;border-radius:8px;overflow:hidden}
.category-header{background:#202024;padding:.75rem 1rem;font-weight:600;color:#f4edda;border-bottom:1px solid #3a3426}
.category-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;background:#3a3426}
.product-score{background:#f8f3e3;padding:1rem;text-align:center}
.score-value{display:inline-flex;align-items:center;gap:.25rem;margin-bottom:.5rem}
.score-stars{color:#e8c85b}
.score-note{font-size:.8rem;color:#b5ae9e;line-height:1.3}
.product-name-header{margin-bottom:.5rem}
.product-name-header strong{font-size:.8rem;font-weight:600;color:#f4edda;line-height:1.3;display:block;word-break:break-word}
.product-price{font-size:.8rem;font-weight:600;color:#57c785}
.products-analysis{display:grid;gap:1rem;margin-top:1rem}
.product-analysis{background:#f8f3e3;border:1px solid #3a3426;border-radius:8px;padding:1rem}
.product-analysis h5{color:#f4edda;margin-bottom:.75rem;font-weight:600}
.analysis-section{margin-bottom:.75rem}
.analysis-section:last-child{margin-bottom:0}
.analysis-section h6{font-size:.875rem;font-weight:600;margin-bottom:.5rem}
.analysis-section h6.strengths{color:#57c785}
.analysis-section h6.weaknesses{color:#cf5353}
.analysis-section h6.best-for{color:#c99b32}
.analysis-section ul{list-style:none;padding:0;margin:0}
.analysis-section li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.25rem;font-size:.875rem;line-height:1.4}
.analysis-section li:before{content:"•";color:#b5ae9e;font-weight:bold;margin-top:.1rem}
.best-for-text{font-size:.875rem;color:#e2dbc9;font-style:italic}
.recommendations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}
.recommendation-card{background:#f8f3e3;border:1px solid #3a3426;border-radius:8px;padding:1rem;text-align:center}
.recommendation-card h5{font-size:1rem;margin-bottom:.75rem;color:#f4edda}
.recommendation-card p{font-size:.875rem;color:#e2dbc9;line-height:1.5}
.tips-list{list-style:none;padding:0;margin:1rem 0 0 0}
.tips-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;line-height:1.5;color:#e2dbc9}
.tips-list li:before{content:"💡";font-size:1rem;margin-top:.1rem}
.modal-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-top:1px solid #3a3426;background:#18181b}
.btn-outline-secondary{border:1px solid #b5ae9e;background:transparent;color:#b5ae9e;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease}
.btn-outline-secondary:hover{background:#b5ae9e;color:#f8f3e3}
@media (max-width:880px){
.pd-compare-section{margin:1rem 0;display:block}
.pd-compare-btn{width:100%;font-size:.85rem;padding:.65rem 1rem;border-radius:10px;justify-content:center;min-height:44px}
.pd-compare-btn .compare-icon{width:16px;height:16px}
.pd-compare-info{margin-top:.5rem;display:block;text-align:center}
.compare-note{font-size:.7rem;display:block}
}
@media (max-width:768px){
.compare-sidebar{width:100%;right:-100%;height:100vh;height:100dvh}
.compare-actions{position:sticky;bottom:0;background:#f8f3e3;border-top:2px solid #3a3426;box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:10}
.compare-actions .btn{min-height:48px;font-size:.9rem;font-weight:700}
.modal-container{width:95%;max-height:95vh;max-height:95dvh}
.modal-header,.modal-content,.modal-footer{padding:1rem}
.recommendations-grid{grid-template-columns:1fr}
.category-products{grid-template-columns:1fr}
.modal-footer{flex-direction:column;gap:.75rem}
.modal-footer .btn{width:100%}
.pd-compare-section{display:block!important;visibility:visible!important;opacity:1!important;margin:1rem 0;padding:0;position:relative!important;z-index:1!important;max-width:100%;overflow:hidden}
.pd-compare-btn{display:flex!important;visibility:visible!important;opacity:1!important;width:100%;padding:.75rem 1rem;font-size:.9rem;min-height:48px;border:2px solid #3a3426!important;background:#111113!important;position:relative!important;z-index:2!important;box-sizing:border-box;flex-wrap:wrap;gap:.5rem}
.pd-compare-btn .compare-text{display:inline!important;visibility:visible!important;font-weight:600;color:#c8c0ad!important}
.pd-compare-btn .compare-remove{display:none!important}
.pd-compare-btn.added .compare-remove{display:flex!important;flex-wrap:wrap;align-items:center;gap:.4rem;word-break:break-word}
.pd-compare-btn .compare-icon{display:inline-block!important;width:18px;height:18px;flex-shrink:0}
.pd-compare-info{margin-top:.5rem}
.compare-note{font-size:.85rem!important;display:block!important;visibility:visible!important;color:#b5ae9e!important}
}
@media (max-width:480px){
#compareBtn{width:46px;height:46px}
.pd-compare-section{-webkit-transform:translateZ(0);transform:translateZ(0)}
.pd-compare-btn{-webkit-appearance:none!important;appearance:none!important;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.compare-sidebar{height:100vh;height:-webkit-fill-available;min-height:100vh;min-height:-webkit-fill-available}
.compare-actions{position:sticky;bottom:0;background:#f8f3e3;border-top:2px solid #3a3426;box-shadow:0 -4px 12px rgba(0,0,0,.15);padding:1.25rem 1rem;z-index:20}
.compare-actions .btn{min-height:52px;font-size:1rem;font-weight:700;border-radius:8px}
.compare-content{padding-bottom:6rem}
}
@media (-webkit-min-device-pixel-ratio:2) and (max-width:430px){
.pd-compare-section{display:block!important}
.pd-compare-btn{display:flex!important;min-height:44px;font-size:16px}
.compare-sidebar{height:100vh;height:100dvh;height:-webkit-fill-available;max-height:100vh;max-height:100dvh;max-height:-webkit-fill-available;overflow:hidden}
.compare-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1rem 1rem 8rem 1rem}
.compare-actions{position:fixed;bottom:0;left:0;right:0;width:100%;background:#f8f3e3;border-top:2px solid #3a3426;box-shadow:0 -4px 20px rgba(0,0,0,.2);padding:1rem;z-index:9999;display:flex!important;gap:.75rem}
.compare-actions .btn{flex:1;min-height:30px;font-size:.8rem;font-weight:600;border-radius:12px;display:flex!important;align-items:center;justify-content:center;gap:.5rem}
#compareAnalyze{background:#d4af37!important;border-color:#d4af37!important;color:#f8f3e3!important;box-shadow:0 4px 12px rgba(212,175,55,.3)}
#compareAnalyze:not(:disabled){background:#b88a1d!important;border-color:#b88a1d!important;transform:scale(1.02)}
#compareAnalyze:disabled{opacity:.6!important;background:#8f8878!important;border-color:#8f8878!important}
}
.ai-disclaimer{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#27200f;border:1px solid #e8c85b;border-radius:8px;margin:0}
.disclaimer-icon{font-size:1.25rem;flex-shrink:0;margin-top:.125rem}
.disclaimer-text{font-size:.85rem;line-height:1.4;color:#d9bd72}
.disclaimer-text strong{color:#f0d77b;font-weight:600}
.compare-disclaimer{margin-top:1rem;padding:1rem;background:#1c1a13;border:1px solid #d4af37;border-radius:8px}
.compare-disclaimer h6{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#f0d77b;margin-bottom:.5rem}
.compare-disclaimer p{font-size:.8rem;line-height:1.4;color:#d8c184;margin-bottom:.5rem}
.compare-disclaimer p:last-child{margin-bottom:0}
.compare-disclaimer ul{list-style:none;padding:0;margin:.5rem 0 0 0}
.compare-disclaimer li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.25rem;font-size:.75rem;line-height:1.3;color:#d8c184}
.compare-disclaimer li:before{content:"•";color:#d4af37;font-weight:bold;margin-top:.1rem;flex-shrink:0}
@supports (height:100dvh){
@media (max-width:768px){
.compare-sidebar{height:100dvh!important;max-height:100dvh!important}
.modal-container{max-height:95dvh!important}
}
}
@supports (height:-webkit-fill-available){
@media (max-width:768px){
.compare-sidebar{height:-webkit-fill-available!important;max-height:-webkit-fill-available!important}
}
}
@media (max-width:768px) and (orientation:portrait){
.compare-sidebar{min-height:600px;height:calc(100vh - env(keyboard-inset-height,0px));height:calc(100vh - env(safe-area-inset-bottom,0px))}
.compare-actions{position:sticky!important;bottom:env(safe-area-inset-bottom,0px)!important;margin-bottom:0!important;padding-bottom:calc(1rem+env(safe-area-inset-bottom,0px))!important}
}
@media (display-mode:standalone){
.compare-sidebar{height:100vh!important;height:100dvh!important}
}
.btn-sm{padding:.5rem .75rem;font-size:.8rem}
[hidden]{display:none!important}
.pulse-highlight{animation:pulse-glow 2s ease-in-out 3;box-shadow:0 0 0 0 rgba(212,175,55,.7)}
@keyframes pulse-glow{
0%{box-shadow:0 0 0 0 rgba(212,175,55,.7)}
50%{box-shadow:0 0 0 10px rgba(212,175,55,0)}
100%{box-shadow:0 0 0 0 rgba(212,175,55,0)}
}
.flying-product{position:fixed;z-index:9999;pointer-events:none}
.flying-product img{border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.3)}