.ComparisonSection{margin-top:60px;margin-bottom:40px}.ComparisonSection .final-porovnat{margin-top:30px}.ComparisonSection__wrapper{grid-template-columns:1.4fr .2fr 1.4fr;justify-content:center;align-items:center;gap:40px;max-width:900px;margin:0 auto;display:grid}.ComparisonSection__vs{color:#333;text-align:center;flex-shrink:0;font-size:32px;font-weight:700}.ComparisonSection .PorovnaniePage__column{width:100%;max-width:400px;height:100%;margin:0 auto;position:relative}.ComparisonSection .PorovnaniePage__column a.PorovnaniePage__cell--logo,.ComparisonSection .PorovnaniePage__column a.PorovnaniePage__cell--name{color:inherit;text-decoration:none;transition:opacity .2s;display:block}.ComparisonSection .PorovnaniePage__column a.PorovnaniePage__cell--logo:hover,.ComparisonSection .PorovnaniePage__column a.PorovnaniePage__cell--name:hover{opacity:.8}.ComparisonSection__remove{color:#f44;cursor:pointer;z-index:8;background:0 0;border:3px solid #f44;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:28px;line-height:1;transition:background .3s;display:flex;position:absolute;top:10px;right:10px}.ComparisonSection__empty-card{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;min-height:240px;display:flex}.ComparisonSection__empty-card p{color:var(--text-third);text-align:center;margin-top:10px}.ComparisonSection__empty{color:#ccc;font-size:48px;font-weight:700}.ComparisonSection__empty-card-mobile{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;min-height:200px;display:flex}.ComparisonSection__empty-card-mobile p{color:var(--text-third);text-align:center;margin-top:10px;font-size:14px}.ComparisonSection__plus{color:var(--accent);border:3px solid var(--accent);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:64px;font-weight:300;line-height:1;transition:transform .2s,background .2s;animation:2s ease-in-out infinite pulse;display:flex}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(var(--accent-rgb),.4);transform:scale(1)}30%{box-shadow:0 0 0 10px rgba(var(--accent-rgb),0);transform:scale(1.08)}60%{box-shadow:0 0 0 0 rgba(var(--accent-rgb),0);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(var(--accent-rgb),0);transform:scale(1)}}.ComparisonSection__empty-card:hover .ComparisonSection__plus{background:var(--accent);color:var(--white);animation:none;transform:scale(1.1)}@media (max-width:768px){.ComparisonSection__wrapper{grid-template-columns:1fr;gap:20px}.ComparisonSection .PorovnaniePage__column{flex:1;width:100%;max-width:100%}}.ComparisonModal{z-index:1000;background:rgba(0,0,0,.5);align-items:flex-end;animation:.3s fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ComparisonModal__content{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-height:80vh;animation:.3s slideUp;display:flex}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ComparisonModal__header{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px;display:flex}.ComparisonModal__header h3{color:#333;margin:0;font-size:20px}.ComparisonModal__close{color:#999;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:32px;line-height:1;display:flex}.ComparisonModal__list{flex:1;padding:10px;overflow-y:auto}.ComparisonModal__item{background:var(--white);cursor:pointer;border:2px solid transparent;border-radius:10px;align-items:center;gap:15px;margin-bottom:10px;padding:15px;transition:all .3s;display:flex}.ComparisonModal__item:active{transform:scale(.98)}.ComparisonModal__item--selected{border-color:var(--accent);background:rgba(var(--accent-rgb),.05)}.ComparisonModal__item-logo{flex-shrink:0;justify-content:center;align-items:center;width:80px;height:40px;display:flex}.ComparisonModal__item-logo img{object-fit:contain;max-width:100%;max-height:100%}.ComparisonModal__item-info{flex:1;min-width:0}.ComparisonModal__item-info h4{color:#333;margin:0 0 5px;font-size:16px}.ComparisonModal__item-info p{color:var(--text-third);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.ComparisonModal__item-check{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;font-weight:700;display:flex}.PorovnaniePage h2{font-size:28px}@media (max-width:900px){.PorovnaniePage h2{font-size:22px}}.PorovnaniePage__title{text-align:center;color:#333;margin-bottom:40px;font-size:36px}.PorovnaniePage__table{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:1200px){.PorovnaniePage__table{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.PorovnaniePage__table{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.PorovnaniePage__table{grid-template-columns:1fr}}.PorovnaniePage__column{background:var(--white);border-radius:10px;flex-direction:column;align-items:center;gap:16px;padding:20px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.08)}.PorovnaniePage__column:hover{box-shadow:0 4px 16px rgba(0,0,0,.15)}.PorovnaniePage__cell{width:100%}.PorovnaniePage__cell--logo{text-align:center;cursor:pointer;justify-content:center;align-items:center;min-height:70px;display:flex}.PorovnaniePage__cell--logo img{max-width:100%;height:auto}.PorovnaniePage__cell--name{text-align:center;cursor:pointer}.PorovnaniePage__cell--name h2,.PorovnaniePage__cell--name h3{color:#333;margin:0;font-size:24px}.PorovnaniePage__cell--description{color:var(--text-third);border-bottom:1px solid var(--google-hover-border);flex:1;padding-bottom:12px}.PorovnaniePage__cell--description p{margin:0;font-size:14px;line-height:1.6}.PorovnaniePage__cell--link{width:100%;margin-top:auto}.PorovnaniePage__cell--link .btn:disabled{cursor:not-allowed;background:#ccc}.PorovnaniePage__cell--link .btn--active{background:var(--white);border:2px solid var(--accent);color:var(--accent-dark)!important}.PorovnaniePage__cell--redirect{text-align:right;border-top:1px solid var(--google-hover-border);padding-top:10px}.PorovnaniePage__cell--redirect a{font-weight:700}.PorovnaniePage__cell--value{justify-content:space-between;display:flex}
.PorovnanieSkeleton__slot{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;flex:1;gap:16px;padding:24px;animation:1.5s ease-in-out infinite pulse;display:flex}.PorovnanieSkeleton__logo{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;width:200px;height:70px;margin:0 auto;animation:1.5s infinite shimmer}.PorovnanieSkeleton__title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:60%;height:28px;margin:0 auto;animation:1.5s infinite shimmer}.PorovnanieSkeleton__description{flex-direction:column;gap:8px;margin-top:8px;display:flex}.PorovnanieSkeleton__line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:100%;height:14px;animation:1.5s infinite shimmer}.PorovnanieSkeleton__value{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:80%;height:20px;animation:1.5s infinite shimmer}.PorovnanieSkeleton__list-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:350px;height:32px;margin-bottom:24px;animation:1.5s infinite shimmer}.PorovnanieSkeleton__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.PorovnanieSkeleton__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:12px;padding:20px;animation:1.5s ease-in-out infinite pulse;display:flex}.PorovnanieSkeleton__card-logo{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;width:150px;height:60px;margin:0 auto;animation:1.5s infinite shimmer}.PorovnanieSkeleton__card-name{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:70%;height:24px;margin:0 auto;animation:1.5s infinite shimmer}.PorovnanieSkeleton__card-description{flex-direction:column;gap:8px;margin-top:8px;display:flex}.PorovnanieSkeleton__card-button{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;width:100%;height:44px;margin-top:8px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@media (max-width:768px){.PorovnanieSkeleton__grid{grid-template-columns:1fr;gap:16px}.PorovnanieSkeleton__slot{gap:12px;padding:16px}.PorovnanieSkeleton__logo{width:150px;height:50px}}
