*,*:before,*:after{box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--color-bg);color:var(--color-text)}html,body{margin:0;padding:0}:root{--color-primary: #2563eb;--color-secondary: #1d4ed8;--color-accent: #f97316;--color-bg: #f1f5ff;--color-surface: #ffffff;--color-border: #e0e7ff;--color-text: #0f172a;--color-text-muted: #475569}.flex-row{display:flex;flex-direction:row}.flex-row-wrap{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap}.flex-column{display:flex;flex-direction:column;gap:12px}.header-img{width:40px;height:40px;border-radius:10px}.header-container{margin:8px;justify-content:space-between}.header_options{display:flex;flex-direction:column;position:fixed;top:60px;right:10px;z-index:3;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:6px;box-shadow:0 4px 12px #00000014;min-width:160px}.header_options-hidden{display:none}.header_options-opts{text-decoration:none;color:var(--color-text-muted);font-size:14px;font-weight:500;padding:8px 12px;border-radius:6px;transition:all .2s ease}.header_options-opts:hover{background-color:var(--color-border);color:var(--color-text)}.header-button-opt{background:none;border:none;font-size:22px;cursor:pointer;color:var(--color-text);padding:4px 8px;border-radius:6px;transition:all .2s ease;line-height:1}.header-button-opt:hover{background-color:var(--color-border);color:var(--color-primary)}.header-search-input{padding:10px 16px;border:1px solid var(--color-border);border-radius:8px;font-size:14px;width:min-content;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.header-search-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}.header-search-input::placeholder{color:var(--color-text-muted)}@media(min-width:760px){.header-button-opt{display:none}.header_options{position:static;display:flex;flex-direction:row;justify-content:space-around;gap:12px}}.Footer-section{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center;width:100%;background-color:var(--color-text);color:var(--color-surface);padding:32px 16px}.Footer-section a{color:var(--color-surface);text-decoration:none;transition:color .2s ease}.Footer-section a:hover{color:var(--color-primary)}.footer-logo-img{width:48px;height:48px;border-radius:8px}.footer-links{display:flex;gap:24px}.footer-links a{font-size:14px}.footer-contact{font-size:14px;color:var(--color-text-muted)}.footer-github{font-size:14px}.footer-github span{color:var(--color-primary);font-weight:500}.footer-copyright{font-size:12px;color:var(--color-text-muted);margin-top:8px}.main-section{display:flex;flex-direction:column;margin:12px}.category-navigation__list{gap:18px;list-style:none;flex-wrap:wrap}.category-navigation__item{text-decoration:none}.category-navigation__link{text-decoration:none;border:none;background-color:transparent;outline:none}.category-navigation__link:focus{border-radius:4px;border:1px solid var(--color-secondary)}.title-category{width:fit-content;color:var(--color-text);font-size:24px;font-weight:600;border-bottom:4px solid var(--color-secondary);border-radius:2px;margin-bottom:0}.title-accent{width:100%;height:4px;border-radius:2px;margin-bottom:16px;border-bottom:2px solid var(--color-border)}.Categories_Section{flex-wrap:wrap;gap:12px;margin-bottom:40px;justify-content:space-evenly}.category-card{width:250px;background:var(--color-surface);border-radius:12px;padding:12px;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;text-align:center}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.category-card img{width:180px;height:180px;object-fit:cover;border-radius:8px}.category-card .category-product_name{font-weight:600;font-size:14px;margin-top:12px;color:var(--color-text)}.category-description{font-size:12px;color:var(--color-text-muted);display:-webkit-box;text-wrap:balance;overflow-wrap:normal}@media(max-width:760px){.Categories_Section{flex-wrap:nowrap;gap:12px;margin-bottom:40px;overflow-x:scroll;justify-content:flex-start;padding-bottom:8px}.Categories_Section::-webkit-scrollbar{height:4px;margin-top:8px}.Categories_Section::-webkit-scrollbar-track{background:var(--color-border);border-radius:2px;margin:0 10vw}.Categories_Section::-webkit-scrollbar-thumb{background:var(--color-secondary);border-radius:2px}.category-card{min-width:200px}}.brands-section{max-width:1200px;margin:0 auto;padding:40px 20px}.brands-title{font-size:24px;font-weight:600;margin-bottom:24px;color:var(--color-text)}.brands-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.brand-card{background:var(--color-surface);border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;text-align:center}.brand-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.brand-logo{height:64px;width:100%;object-fit:contain;margin-bottom:12px;filter:grayscale(100%);transition:filter .2s ease}.brand-card:hover .brand-logo{filter:grayscale(0%)}.brand-name{font-weight:600;font-size:16px;color:var(--color-text)}@media(min-width:760px){.brands-grid{grid-template-columns:repeat(3,1fr);gap:20px}.brand-logo{height:80px}}@media(min-width:1024px){.brands-grid{grid-template-columns:repeat(4,1fr)}}.about-content{background:var(--color-surface);border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f;max-width:800px}.about-description{font-size:16px;line-height:1.6;color:var(--color-text);margin-bottom:24px}.about-notice{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:16px;margin-bottom:24px}.about-notice p{font-size:14px;color:#92400e;margin:0;line-height:1.5}.about-info{margin-bottom:24px}.about-subtitle{font-size:18px;font-weight:600;margin-bottom:12px;color:var(--color-text)}.about-tech-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:8px}.about-tech-list li{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;padding:6px 12px;font-size:14px;color:var(--color-text-muted)}.about-author{font-size:16px;font-weight:600;color:var(--color-text);margin-bottom:4px}.about-contact{font-size:14px;color:var(--color-text-muted)}.contact-info{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.contact-item{padding:16px;background:var(--color-bg);border-radius:8px}.contact-link{font-size:16px;color:var(--color-primary);text-decoration:none;font-weight:500}.contact-link:hover{text-decoration:underline}.contact-text{font-size:16px;color:var(--color-text);margin:0}
