:root{--background-color: #ffffff;--text-color: #333333;--header-h1-color: #222222;--section-background: #f0f2f5;--section-border: #e0e0e0;--section-h2-color: #444444;--link-item-background: #007bff;--link-item-text: #ffffff;--link-item-hover-background: #0056b3;--product-card-background: #ffffff;--product-card-shadow: rgba(0, 0, 0, .15);--product-card-hover-shadow: rgba(0, 0, 0, .2);--product-title-color: #007bff;--product-desc-color: #666666}[data-theme=dark]{--background-color: #1a1a1a;--text-color: #e0e0e0;--header-h1-color: #f5f5f5;--section-background: #2a2a2a;--section-border: #3a3a3a;--section-h2-color: #cccccc;--link-item-background: #6200ea;--link-item-text: #ffffff;--link-item-hover-background: #3700b3;--product-card-background: #333333;--product-card-shadow: rgba(0, 0, 0, .3);--product-card-hover-shadow: rgba(0, 0, 0, .4);--product-title-color: #bb86fc;--product-desc-color: #b0b0b0}body{background-color:var(--background-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}._container_41ima_41{max-width:960px;margin:0 auto;padding:20px;font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}._header_41ima_48{text-align:center;margin-bottom:40px}._header_41ima_48 h1{font-size:3em;color:var(--header-h1-color);letter-spacing:1px}._main_41ima_59{display:flex;flex-direction:column;gap:40px}._linksSection_41ima_65,._productsSection_41ima_65{background-color:var(--section-background);padding:25px;border-radius:12px;box-shadow:0 4px 15px #0000001a;border:1px solid var(--section-border);transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}._linksSection_41ima_65 h2,._productsSection_41ima_65 h2{font-size:2em;color:var(--section-h2-color);margin-bottom:25px;border-bottom:2px solid var(--section-border);padding-bottom:12px;text-align:center}._linksGrid_41ima_83{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}._linkItem_41ima_90{display:flex;align-items:center;gap:10px;padding:12px 20px;background-color:var(--link-item-background);color:var(--link-item-text);text-decoration:none;border-radius:8px;transition:background-color .3s ease,transform .2s ease;font-weight:600;font-size:1.1em}._linkItem_41ima_90:hover{background-color:var(--link-item-hover-background);transform:translateY(-3px)}._productsGrid_41ima_109{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}._productCard_41ima_115{display:block;background-color:var(--product-card-background);padding:25px;border-radius:12px;box-shadow:0 4px 10px var(--product-card-shadow);text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}._productCard_41ima_115:hover{transform:translateY(-8px);box-shadow:0 8px 20px var(--product-card-hover-shadow)}._productTitle_41ima_131{font-size:1.4em;color:var(--product-title-color);margin-bottom:12px;font-weight:700}._productDesc_41ima_138{font-size:.95em;color:var(--product-desc-color);line-height:1.6}
