/* Technivoros design system. Change tokens here to evolve the visual identity. */
:root{--tv-bg:#0b0e0c;--tv-panel:#141a16;--tv-line:#303b32;--tv-text:#f4f7ef;--tv-muted:#adb9ad;--tv-green:#b5f544;--tv-yellow:#f3e761;--tv-radius:16px}
body.technivoros{margin:0;background:var(--tv-bg);color:var(--tv-text);font-family:Inter,Arial,sans-serif;line-height:1.6} .technivoros *{box-sizing:border-box}.technivoros a{color:inherit}.technivoros a:hover{color:var(--tv-green)}.technivoros a:focus-visible,.technivoros button:focus-visible,.technivoros input:focus-visible,.technivoros select:focus-visible{outline:3px solid var(--tv-yellow);outline-offset:4px}.technivoros h1,.technivoros h2,.technivoros h3{color:var(--tv-text);line-height:1.1;letter-spacing:-.035em;font-weight:750}.technivoros .tv-wrap{width:min(1240px,92%);margin-inline:auto}.tv-topline{background:var(--tv-green);color:#11180c;padding:7px 4%;font-size:10px;font-weight:800;letter-spacing:.12em;display:flex;justify-content:space-between}.tv-header{border-bottom:1px solid var(--tv-line)}.tv-header-main{display:flex;align-items:center;gap:28px;padding-block:26px}.tv-logo{font-size:27px;font-weight:900;letter-spacing:-1.5px;text-decoration:none;line-height:1}.tv-logo span{color:var(--tv-green)}.tv-logo small{display:block;font-size:8px;letter-spacing:2px;margin-top:10px;color:var(--tv-muted)}.custom-logo{max-width:240px;max-height:72px;width:auto}.tv-header .woocommerce-product-search{display:flex;gap:8px;flex:1;max-width:560px;margin-left:auto}.technivoros input:not([type=checkbox]):not([type=radio]),.technivoros select,.technivoros textarea{background:#1b231e;color:var(--tv-text);border:1px solid #536052;border-radius:8px;padding:12px;max-width:100%;min-width:0}.tv-header .search-field{width:100%}.technivoros button,.technivoros .button,.technivoros .tv-button,.technivoros input[type=submit],.woocommerce a.button,.woocommerce button.button.alt{background:var(--tv-green);color:#10170b;border:0;border-radius:8px;padding:13px 20px;font-weight:750;text-decoration:none;cursor:pointer;display:inline-block;line-height:1.3}.technivoros button:hover,.technivoros .button:hover,.technivoros .tv-button:hover,.woocommerce button.button.alt:hover{background:var(--tv-yellow);color:#111}.tv-cart{font-size:13px;white-space:nowrap}.tv-menu-toggle{display:none!important}.tv-nav{display:flex;gap:32px;padding-block:16px}.tv-nav a{text-decoration:none;font-size:13px;font-weight:600}.tv-menu{list-style:none;padding:0;margin:0;display:flex;gap:24px;flex-wrap:wrap}.tv-menu .sub-menu{list-style:none;padding:8px 0 0 16px}.tv-hero{display:grid;grid-template-columns:1.15fr 1fr;gap:50px;align-items:center;padding-block:85px 70px;overflow:hidden}.tv-eyebrow{font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--tv-green);margin:0 0 20px}.tv-hero h1{font-size:clamp(40px,4.7vw,68px);margin:0 0 25px}.tv-hero h1 span{color:var(--tv-green)}.tv-lead{font-size:16px;color:var(--tv-muted);max-width:530px}.tv-actions{display:flex;gap:25px;align-items:center;margin-top:32px}.tv-link{font-size:13px}.tv-hero-art{position:relative;min-height:350px;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse,#6e902c38,transparent 70%)}.tv-orbit{position:absolute;width:320px;height:320px;border:1px solid #b5f54444;border-radius:50%;box-shadow:0 0 0 34px #b5f54409,0 0 0 70px #b5f54405}.tv-screen{position:relative;width:95%;aspect-ratio:1.65;background:repeating-linear-gradient(120deg,transparent 0 42px,#b5f5440a 42px 44px),linear-gradient(140deg,#233c28,#070e0b 65%);border:7px solid #313b32;border-bottom:13px solid #313b32;border-radius:12px;transform:perspective(800px) rotateY(-12deg) rotateZ(-4deg);padding:32px;box-shadow:15px 28px 50px #0009}.tv-screen span{font-size:clamp(35px,4vw,58px);font-weight:900;line-height:.9;letter-spacing:-3px}.tv-screen strong{color:var(--tv-green)}.tv-screen small{display:block;margin-top:30px;font-size:8px;letter-spacing:3px;color:var(--tv-muted)}.tv-art-tag{position:absolute;bottom:10px;right:0;padding:10px 18px;background:var(--tv-yellow);color:#141a10;font-size:10px;font-weight:800;letter-spacing:2px;transform:rotate(-4deg)}.tv-section{padding-block:32px 45px}.tv-section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.tv-section-heading h2{font-size:30px;margin:0}.tv-section-heading a{font-size:13px}.tv-section-heading .tv-eyebrow{margin-bottom:12px}.tv-categories{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.tv-category{background:var(--tv-panel);border:1px solid var(--tv-line);border-radius:var(--tv-radius);padding:24px;text-decoration:none;display:flex;flex-direction:column;align-items:flex-start;min-height:170px}.tv-category:hover{border-color:var(--tv-green)}.tv-category-number{font-size:11px;color:var(--tv-green)}.tv-category h3{font-size:19px;margin:24px 0 12px}.tv-category>span:last-child{align-self:flex-end;margin-top:auto}.tv-states{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tv-state{border:1px solid var(--tv-line);border-top:3px solid var(--tv-green);border-radius:var(--tv-radius);padding:30px;background:linear-gradient(125deg,#25351c55,var(--tv-panel));text-decoration:none}.tv-state:nth-child(2){border-top-color:var(--tv-yellow)}.tv-state:nth-child(3){background:var(--tv-green);color:#13200b}.tv-state:nth-child(3) h3,.tv-state:nth-child(3) .tv-eyebrow{color:#13200b}.tv-state h3{font-size:28px;margin:25px 0 15px}.tv-state p{font-size:14px;margin-bottom:0}.tv-note,.tv-empty{font-size:13px;color:var(--tv-muted)}.tv-empty{border:1px dashed var(--tv-line);border-radius:12px;padding:30px}.tv-footer{border-top:1px solid var(--tv-line);margin-top:60px;padding-top:50px;background:#080b09}.tv-footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px}.tv-footer h2{font-size:17px}.tv-footer p,.tv-footer a{font-size:14px}.tv-footer .tv-logo{font-size:27px}.tv-footer-bottom{padding-block:30px;display:flex;justify-content:space-between;font-size:12px;color:var(--tv-muted)}.tv-shop{padding-block:40px}.tv-shop h1{font-size:46px}.tv-filters{display:flex;flex-wrap:wrap;gap:16px;align-items:end;padding:24px;background:var(--tv-panel);border:1px solid var(--tv-line);border-radius:16px;margin:30px 0}.tv-filters label{flex:1 1 150px;font-size:12px}.tv-filters select{display:block;width:100%;margin-top:8px}.tv-filters a{font-size:12px;padding-bottom:12px}.technivoros .woocommerce ul.products li.product,.woocommerce.technivoros ul.products li.product{background:var(--tv-panel);border:1px solid var(--tv-line);border-radius:14px;padding:16px;overflow:hidden}.technivoros ul.products li.product a img{aspect-ratio:1;object-fit:contain;background:#fff;border-radius:9px;padding:12px}.technivoros ul.products li.product .woocommerce-loop-product__title{font-size:17px;line-height:1.35}.technivoros ul.products li.product .price{color:var(--tv-green);font-size:19px;font-weight:700}.tv-product-meta{font-size:11px;color:var(--tv-muted);line-height:1.5}.technivoros .woocommerce span.onsale,.woocommerce.technivoros span.onsale{background:var(--tv-yellow);color:#111;min-height:0;line-height:1.6;padding:6px 12px;border-radius:8px}.technivoros .woocommerce-breadcrumb,.technivoros .woocommerce-result-count{color:var(--tv-muted)}.technivoros .woocommerce-message,.technivoros .woocommerce-info,.technivoros .woocommerce-error{background:var(--tv-panel);color:var(--tv-text)}.technivoros .woocommerce div.product p.price{color:var(--tv-green)}.technivoros .site-main{max-width:1240px;width:92%;margin:40px auto}.technivoros .woocommerce-tabs ul.tabs li{background:var(--tv-panel)!important}.technivoros .woocommerce-tabs ul.tabs li a{color:var(--tv-text)!important}.technivoros .woocommerce-tabs ul.tabs li.active a{color:var(--tv-green)!important}.technivoros #payment,.technivoros #payment .payment_box{background:#1b231e;color:var(--tv-text)}.technivoros table.shop_table{border-color:var(--tv-line)}.technivoros .select2-container--default .select2-selection--single,.technivoros .select2-dropdown{background:#1b231e;color:var(--tv-text)}.technivoros .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--tv-text)}.skip-link:focus{position:fixed;top:10px;left:10px;background:var(--tv-green);color:#111;padding:12px;z-index:99999;width:auto;height:auto;clip:auto;clip-path:none}
@media(max-width:950px){.tv-header-main{flex-wrap:wrap;gap:20px}.tv-header .woocommerce-product-search{order:3;max-width:none;flex-basis:100%}.tv-cart{margin-left:auto}.tv-nav{gap:20px;flex-wrap:wrap}.tv-hero{gap:20px;padding-block:50px}.tv-hero-art{min-height:280px}.tv-categories{grid-template-columns:repeat(3,1fr)}.tv-state{padding:22px}.tv-state h3{font-size:23px}}
@media(max-width:650px){.tv-topline{font-size:8px}.tv-topline span{display:none}.tv-logo{font-size:24px}.tv-menu-toggle:not([hidden]){display:inline-block!important;padding:9px 13px}.tv-nav-enhanced{display:none}.tv-nav-enhanced.is-open{display:flex}.tv-nav,.tv-menu{flex-direction:column}.tv-hero{grid-template-columns:1fr;padding-top:40px}.tv-hero-art{min-height:290px;max-width:400px;width:100%;margin:auto}.tv-actions{gap:18px}.tv-section{padding-block:25px}.tv-section-heading h2{font-size:26px}.tv-categories{grid-template-columns:repeat(2,1fr)}.tv-category{padding:20px;min-height:155px}.tv-categories .tv-category:last-child{grid-column:1/-1;min-height:120px}.tv-states{grid-template-columns:1fr}.tv-footer-grid{grid-template-columns:1fr}.tv-filters{padding:16px}.technivoros ul.products li.product .woocommerce-loop-product__title{font-size:14px}.technivoros ul.products li.product .button{font-size:12px;padding:10px}.tv-shop h1{font-size:36px}.tv-section-heading{align-items:start}.tv-section-heading>a{white-space:nowrap}}
