:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg, #fafafa);transition:background-color .3s ease}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-shell{background:var(--bg);min-height:100vh}.top-menu-bar{position:fixed;top:0;left:0;right:0;width:100%;background:#2b2c2d99;border:none;z-index:1000;box-shadow:0 2px 8px #0000004d}.top-menu-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:.75rem 2rem;height:50px}.hamburger-section{flex-shrink:0;margin-right:20px}.hamburger-container{position:relative}.hamburger-btn{width:40px;height:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:transparent;border:none;cursor:pointer;padding:0;gap:4px}.hamburger__bar{width:20px;height:2px;background:#fff;transition:all .3s ease}.hamburger-popup{position:absolute;top:100%;left:-140px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1001;margin-top:8px}.hamburger-container:hover .hamburger-popup{opacity:1;visibility:visible;transform:translateY(0)}.popup-menu{background:#2b2c2d99;border:1px solid #404040;border-radius:8px;box-shadow:0 4px 12px #0000004d;min-width:180px;padding:.5rem 0;margin-left:70%}.popup-menu-item{display:block;width:100%;background:transparent;color:#fff;border:none;padding:.75rem 1rem;text-align:left;font-size:.9rem;cursor:pointer;transition:background .2s ease}.popup-menu-item:hover{background:#ffffff1a}.popup-menu-item.active{background:#f003;color:red}.popup-menu-divider{height:1px;background:#404040;margin:.5rem 0}.logo-image{height:40px;width:auto;max-width:200px;margin-top:10px;object-fit:contain}.top-menu-nav{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:center;margin-left:20px}.top-menu-item{background:transparent;color:#fff;border:none;padding:.5rem 1rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;border-radius:0}.top-menu-item:hover{background:#ffffff1a;color:#fff}.top-menu-item.active{background:#fff3;color:#fff}.toggle-section{margin-left:20px;flex-shrink:0}.main-area{padding:2rem}.news-page{display:grid;margin-top:50px;gap:2rem;color:var(--text)}@media (max-width: 768px){.news-header{padding:1rem;border-radius:8px}.news-title{font-size:2.2rem}.main-content{grid-template-columns:1fr;gap:1.5rem}.product-section{position:static;height:auto}}.news-title{margin:0;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.8rem;letter-spacing:.02em}.news-sub{margin:.25rem 0 0;color:var(--muted)}.news-header__top{display:flex;align-items:center;justify-content:space-between}.news-nav{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.feed-btn{background:var(--accent-weak);color:var(--text);border:1px solid var(--accent-border);padding:.4rem .75rem;border-radius:999px;font-weight:600;font-size:.9rem;cursor:pointer}.feed-btn.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.news-state{display:grid;place-items:center;color:var(--muted);gap:.75rem}.news-state.error{color:#b91c1c}.main-content{display:grid;grid-template-columns:70% 30%;gap:2rem;margin-top:1rem;max-width:90%;margin-left:auto;margin-right:auto}.news-section{min-height:100vh}.news-section__header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.news-section__header h3{margin:0 0 .5rem;color:var(--text);font-size:1.25rem}.news-section__header p{margin:0;color:var(--muted);font-size:.9rem}.product-section{position:sticky;top:2rem;height:calc(100vh - 4rem);overflow-y:auto;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border);padding:1rem;z-index:10;scrollbar-width:none;-ms-overflow-style:none}.product-expand-btn{position:absolute;top:.75rem;right:.75rem;padding:.5rem .75rem;border:none;border-radius:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:15;box-shadow:0 2px 8px #0003;font-size:.8rem;font-weight:500}.product-expand-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.product-section::-webkit-scrollbar{display:none}.product-section__header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.product-section__header h3{margin:0 0 .5rem;color:var(--text);font-size:1.25rem}.product-section__header p{margin:0;color:var(--muted);font-size:.9rem}.product-list{display:flex;flex-direction:column;height:100%}.product-list__title{position:sticky;top:0;background:var(--bg-secondary);padding:.75rem 0;margin-bottom:1rem;border-bottom:1px solid var(--border);z-index:5}.product-list__title h4{margin:0;color:var(--text);font-size:1rem;font-weight:600}.product-items{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;flex:1;padding-right:.25rem;scrollbar-width:none;-ms-overflow-style:none}.product-items::-webkit-scrollbar{display:none}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.news-card{display:grid;grid-template-rows:auto 1fr;background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.news-card:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:var(--shadow-hover)}.news-card__image-wrap{position:relative;padding-top:56%;background:#0f0f0f}.news-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.news-card__body{padding:1rem 1rem 1.1rem;display:grid;gap:.5rem}.news-card__meta{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.85rem}.news-card__dot{opacity:.6}.news-card__source{opacity:.9}.news-card__title{margin:0;font-size:1.1rem;line-height:1.3}.page-content{display:grid;gap:2rem;max-width:100%}.content-section{background:var(--bg-secondary);padding:1.5rem;border-radius:12px;border:1px solid var(--border)}.content-section h2{margin:0 0 1rem;color:var(--text);font-size:1.25rem}.content-section p{margin:0;color:var(--muted-strong);line-height:1.6}.floating-hoverzone{position:fixed;left:0;right:0;bottom:0;height:32px;z-index:40}.floating-footer{position:fixed;left:50%;transform:translate(-50%) translateY(120%);bottom:14px;background:#2b2c2d99;color:#fff;border:1px solid #404040;border-radius:999px;padding:.5rem .75rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #0000004d;transition:transform .25s ease,opacity .25s ease;opacity:0;z-index:50}.floating-footer__nav{display:flex;gap:.75rem}.floating-link{color:#fff;text-decoration:none;font-weight:600;padding:.25rem .5rem;border-radius:6px;background:transparent;border:0;cursor:pointer}.floating-link:hover{background:#ffffff1a}.floating-footer__copy{color:#ccc;font-size:.9rem}.floating-hoverzone:hover~.floating-footer,.floating-footer:hover{transform:translate(-50%) translateY(0);opacity:1}.news-card__desc{margin:0;color:var(--muted-strong);font-size:.95rem}.news-card__tags{display:flex;gap:.5rem;flex-wrap:wrap}.news-card__tag{background:var(--accent-weak);color:var(--text);border:1px solid var(--accent-border);padding:.15rem .5rem;border-radius:999px;font-size:.75rem}.product-card{display:flex;gap:.75rem;background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.75rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-card:hover{transform:translateY(-1px);border-color:var(--accent);box-shadow:var(--shadow-hover)}.product-card__image-wrap{width:60px;height:60px;border-radius:6px;overflow:hidden;background:#f0f0f0;flex-shrink:0}.product-card__body{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.product-card__category{font-size:.75rem;color:var(--muted);font-weight:500}.product-card__name{margin:0;font-size:.9rem;font-weight:600;color:var(--text);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__store{font-size:.75rem;color:var(--muted);margin:.25rem 0;font-weight:500}.product-card__price{font-size:.85rem;font-weight:700;color:var(--accent)}.product-card__btn{background:var(--accent);color:#fff;border:0;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .18s ease;margin-top:auto}@media (max-width: 1024px){.main-content{grid-template-columns:1fr;gap:1rem}.product-section{position:static;height:auto;max-height:400px}.product-expand-btn{padding:.4rem .6rem;top:.5rem;right:.5rem;font-size:.75rem}.news-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.top-menu-content{padding:.5rem 1rem;height:45px}.main-area{margin-top:45px;padding:1rem}.news-grid{grid-template-columns:1fr}.top-menu-nav{display:none}.logo-image{height:35px}.hamburger-btn{width:35px;height:35px}.hamburger__bar{width:18px}.hamburger-popup{left:-120px}.popup-menu{min-width:160px;margin-left:70%}.popup-menu-item{padding:.6rem .8rem;font-size:.85rem}}@media (max-width: 480px){.top-menu-content{padding:.4rem .8rem;height:40px}.main-area{margin-top:40px;padding:.8rem}.logo-image{height:30px}.hamburger-btn{width:32px;height:32px}.hamburger__bar{width:16px}.hamburger-popup{left:-100px}.popup-menu{min-width:140px}.product-expand-btn{padding:.3rem .5rem;top:.4rem;right:.4rem;font-size:.7rem}.popup-menu-item{padding:.5rem .7rem;font-size:.8rem}.product-card{padding:.6rem}.product-card__image-wrap{width:50px;height:50px}.floating-footer{padding:.4rem .6rem;font-size:.8rem}.floating-footer__nav{gap:.5rem}}:root[data-theme=dark]{--bg: #171717;--bg-secondary: #1f1f1f;--card: #262626;--text: #f5f5f5;--muted: #a3a3a3;--muted-strong: #d4d4d4;--border: #404040;--accent: #4a5568;--accent-weak: rgba(16,163,127,.15);--accent-border: rgba(16,163,127,.3);--shadow: 0 4px 12px rgba(0,0,0,.4);--shadow-hover: 0 8px 20px rgba(0,0,0,.5)}:root[data-theme=light]{--bg: #fafafa;--bg-secondary: #ffffff;--card: #ffffff;--text: #1a1a1a;--muted: #6b7280;--muted-strong: #374151;--border: #e5e7eb;--accent: #4a5568;--accent-weak: rgba(16,163,127,.1);--accent-border: rgba(16,163,127,.25);--shadow: 0 2px 8px rgba(0,0,0,.1);--shadow-hover: 0 4px 12px rgba(0,0,0,.15)}.shop-page{background:var(--bg);min-height:100vh;color:var(--text);padding:2rem}.shop-header{margin-bottom:2rem;text-align:center}.shop-header__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.shop-header__left{display:flex;align-items:center;gap:1rem}.back-btn{padding:.5rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease}.back-btn:hover{background:#2d3748}.shop-title{margin:0;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.8rem;letter-spacing:.02em;color:var(--text)}.shop-sub{margin:.25rem 0 0;color:var(--muted);font-size:1.1rem}.shop-content{max-width:100%;margin:0 auto}.shop-filters{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.search-form{display:flex;gap:.5rem;flex:1;min-width:300px}.search-input{flex:1;padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--text);font-size:1rem}.search-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak)}.search-btn{padding:.75rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.search-btn:hover{background:#2d3748}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:150px}.filter-group label{font-size:.9rem;font-weight:600;color:var(--text)}.filter-select{padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--card);color:var(--text);font-size:.9rem;cursor:pointer}.filter-select:focus{outline:none;border-color:var(--accent)}.products-section{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.products-section__header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.products-section__header h3{margin:0 0 .5rem;color:var(--text);font-size:1.5rem;font-weight:600}.products-section__header p{margin:0;color:var(--muted);font-size:1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(30%,1fr));gap:1.5rem;margin-bottom:2rem}.product-card{display:flex;gap:1rem;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:var(--shadow-hover)}.product-card__image-wrap{width:125px;height:125px;border-radius:8px;overflow:hidden;background:#f0f0f0;flex-shrink:0}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__body{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.product-card__category{font-size:.8rem;color:var(--muted);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.product-card__name{margin:0;font-size:1rem;font-weight:600;color:var(--text);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-card__store{font-size:.85rem;color:var(--muted);margin:.25rem 0;font-weight:500}.product-card__btn{background:var(--accent);color:#fff;border:0;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .18s ease;margin-top:auto;width:fit-content}.product-card__btn:hover{background:#2d3748}.products-state{display:grid;place-items:center;color:var(--muted);gap:.75rem;padding:3rem 1rem}.products-state.error{color:#b91c1c}.products-hint{font-size:.9rem;color:var(--muted)}.spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.2);border-top-color:#646cff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.pagination-btn{padding:.75rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.pagination-btn:hover:not(:disabled){background:#2d3748}.pagination-btn:disabled{background:var(--muted);cursor:not-allowed;opacity:.6}.pagination-info{color:var(--muted);font-size:.9rem;font-weight:500}.theme-toggle{background:transparent;border:none;cursor:pointer;padding:0;position:relative;width:50px;height:24px;display:flex;align-items:center;justify-content:center}.theme-toggle__track{width:50px;height:24px;background:var(--border);border-radius:12px;position:relative;transition:background-color .3s ease;border:1px solid var(--border)}.theme-toggle__track:hover{background:var(--muted)}.theme-toggle__thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:var(--bg-secondary);border-radius:50%;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003}.theme-toggle__sun,.theme-toggle__moon{position:absolute;transition:opacity .3s ease;color:var(--muted)}.theme-toggle__sun{opacity:1}.theme-toggle__moon{opacity:0}:root[data-theme=dark] .theme-toggle__track{background:var(--accent)}:root[data-theme=dark] .theme-toggle__track:hover{background:#2d3748}:root[data-theme=dark] .theme-toggle__thumb{transform:translate(26px)}:root[data-theme=dark] .theme-toggle__sun{opacity:0}:root[data-theme=dark] .theme-toggle__moon{opacity:1}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));gap:1.5rem}.product-card{padding:1.25rem;gap:1.25rem}.product-card__image-wrap{width:140px;height:140px}.product-card__name{font-size:1.1rem;line-height:1.4;-webkit-line-clamp:3;line-clamp:3}.shop-filters{flex-direction:column;align-items:stretch}.search-form,.filter-group{min-width:auto}}@media (max-width: 768px){.shop-page{padding:1rem}.shop-title{font-size:2.2rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));gap:1rem}.product-card{padding:1.25rem;gap:1.25rem}.product-card__image-wrap{width:140px;height:140px}.product-card__name{font-size:1.1rem;line-height:1.4;-webkit-line-clamp:3;line-clamp:3}.pagination{flex-direction:column;gap:.75rem}.pagination-btn{padding:.6rem 1.25rem}}@media (max-width: 480px){.shop-page{padding:.75rem}.shop-title{font-size:1.8rem}.shop-header__top{flex-direction:column;gap:1rem}.shop-header__left{flex-direction:column;gap:.5rem}.back-btn{padding:.4rem .8rem;font-size:.8rem}.shop-filters{padding:1rem}.search-form{flex-direction:column}.search-input{padding:.6rem .8rem}.search-btn{padding:.6rem 1rem}.filter-group{flex-direction:row;align-items:center;gap:.75rem}.filter-group label{min-width:80px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));gap:.75rem}.product-card{padding:1rem;gap:1rem}.product-card__image-wrap{width:120px;height:120px}.product-card__name{font-size:1rem}.product-card__btn{padding:.4rem .8rem;font-size:.8rem}}
