.ds-root{font-family:var(--ds-font-body);color:var(--ds-color-text);background-color:var(--ds-color-background)}.ds-root.dark[data-theme=teknoloji-kategorisi],.ds-root[data-theme=teknoloji-kategorisi]{color-scheme:dark;color:#f8fafc;background-color:#000000;--ds-color-background:#000000;--ds-color-background-dark:#000000;--ds-color-text:#f8fafc;--ds-color-text-on-dark:#f8fafc;--ds-color-text-muted:#94a3b8;--ds-color-text-muted-dark:#94a3b8;--ds-color-surface:#0a0a0a;--ds-color-surface-muted:#111111;--ds-color-surface-dark:#0a0a0a;--ds-color-border:#1f2a2c;--ds-color-border-dark:#1f2a2c}.ds-root[data-theme=teknoloji-kategorisi] .bg-background-light,.ds-root[data-theme=teknoloji-kategorisi] .bg-white{background-color:#000000!important;color:#f8fafc}.dark .ds-root,html.dark .ds-root{color:var(--ds-color-text-on-dark,#f8f9fc);background-color:var(--ds-color-background-dark,#101622);--ds-color-text:var(--ds-color-text-on-dark,#f8f9fc);--ds-color-background:var(--ds-color-background-dark,#101622);--ds-color-surface:var(--ds-color-surface-dark,#1a2133);--ds-color-border:var(--ds-color-border-dark,#374151);--ds-color-text-muted:var(--ds-color-text-muted-dark,#a3a3a3)}.ds-header{position:sticky;top:0;z-index:50;height:var(--ds-header-height);box-shadow:var(--ds-header-shadow);background-color:var(--ds-color-surface);border-bottom:1px solid var(--ds-color-border)}.ds-header__inner{max-width:var(--ds-layout-max);margin-inline:auto;height:100%;padding-inline:var(--ds-header-px);padding-block:var(--ds-header-py);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem}.ds-header__logo{display:flex;align-items:center;gap:.5rem;font-family:var(--ds-font-display);font-weight:800;text-transform:uppercase;letter-spacing:-.02em;color:var(--ds-color-text);text-decoration:none;flex-shrink:0}.ds-header__search{display:flex;min-width:0}.ds-header__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.ds-header__nav{border-top:1px solid var(--ds-color-border);background-color:var(--ds-color-surface)}.ds-header__nav-inner{max-width:var(--ds-layout-max);margin-inline:auto;padding-inline:var(--ds-header-px);display:flex;gap:2rem;overflow-x:auto;padding-block:.75rem}.ds-product-card{display:flex;flex-direction:column;height:100%;border-radius:1rem;box-shadow:0 1px 2px rgb(15 23 42/.04);border:1px solid color-mix(in srgb,var(--ds-color-border,var(--border,#e2e8f0)) 85%,transparent);background-color:var(--ds-color-surface,var(--background,#fff));overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .28s ease,transform .28s ease,border-color .28s ease}.ds-product-card:hover{box-shadow:0 14px 28px -16px rgb(15 23 42/.28);border-color:color-mix(in srgb,var(--ds-color-primary,var(--primary,#005cb8)) 35%,var(--ds-color-border,var(--border,#e2e8f0)));transform:translateY(-2px)}.ds-product-card__media{position:relative;aspect-ratio:1/1;background:linear-gradient(160deg,color-mix(in srgb,var(--ds-color-border,#e2e8f0) 45%,#fff) 0,color-mix(in srgb,var(--ds-color-border,#e2e8f0) 20%,#f8fafc) 100%);overflow:hidden}.ds-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,1,.36,1)}.ds-product-card:hover .ds-product-card__image{transform:scale(1.06)}.ds-product-card__badges{position:absolute;top:.65rem;left:.65rem;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;max-width:calc(100% - 1.3rem)}.ds-product-card__badge{display:inline-flex;align-items:center;padding:.28rem .55rem;border-radius:999px;font-size:.625rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1.1;box-shadow:0 4px 10px rgb(15 23 42/.12)}.ds-product-card__badge--sale{background:#dc2626;color:#fff}.ds-product-card__badge--hot{background:#d97706;color:#fff}.ds-product-card__badge--popular{background:#0f172a;color:#fff}.ds-product-card__badge--new{background:var(--ds-color-primary,var(--primary,#005cb8));color:#fff}.ds-product-card__body{padding:.85rem .95rem .35rem;gap:.4rem}.ds-product-card__body,.ds-product-card__link{display:flex;flex-direction:column;flex:1;min-height:0}.ds-product-card__link{text-decoration:none;color:inherit}.ds-product-card__subtitle{font-size:.625rem;font-weight:700;text-transform:uppercase;color:var(--ds-color-text-muted,var(--muted-foreground,#64748b));letter-spacing:.08em;margin:0;line-height:1.2}.ds-product-card__title{font-size:.875rem;font-weight:700;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--ds-color-text,var(--foreground,#0f172a));transition:color .2s ease}.ds-product-card:hover .ds-product-card__title{color:var(--ds-color-primary,var(--primary,#005cb8))}.ds-product-card__rating{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:var(--ds-color-text-muted,var(--muted-foreground,#64748b))}.ds-product-card__stars{color:#eab308;letter-spacing:-.05em;font-size:.72rem}.ds-product-card__rating-value{font-weight:700;color:var(--ds-color-text,var(--foreground,#0f172a))}.ds-product-card__rating-count{font-weight:500}.ds-product-card__price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.35rem}.ds-product-card__prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem;min-width:0}.ds-product-card__price{font-size:1.05rem;font-weight:800;font-variant-numeric:tabular-nums;color:var(--ds-color-primary,var(--primary,#005cb8));line-height:1.1}.ds-product-card__price--old{font-size:.75rem;color:var(--ds-color-text-muted,var(--muted-foreground,#94a3b8));text-decoration:line-through;font-weight:500;font-variant-numeric:tabular-nums}.ds-product-card__discount-chip{flex-shrink:0;font-size:.65rem;font-weight:800;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:.4rem;padding:.2rem .4rem;letter-spacing:.02em}.ds-product-card__actions{margin-top:auto;padding:.55rem .95rem .95rem}.ds-product-card__actions>*{width:100%}@media (prefers-color-scheme:dark){.dark .ds-product-card,:is(.dark) .ds-product-card{background-color:color-mix(in srgb,var(--ds-color-surface,#0f172a) 92%,#000)}.dark .ds-product-card__discount-chip,:is(.dark) .ds-product-card__discount-chip{background:rgb(127 29 29/.35);border-color:rgb(185 28 28/.45);color:#fecaca}}.ds-footer{background-color:var(--ds-color-surface);border-top:1px solid var(--ds-color-border);padding-block:var(--ds-footer-py)}.ds-footer__inner{max-width:var(--ds-layout-max);margin-inline:auto;padding-inline:var(--ds-header-px);display:flex;flex-direction:column;gap:var(--ds-footer-gap)}.ds-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:2rem}.ds-listing{max-width:var(--ds-layout-max);margin-inline:auto;padding-inline:var(--ds-header-px);padding-block:1.5rem}.ds-listing__shell{display:flex;flex-direction:column;gap:var(--ds-listing-gap)}@media (min-width:1024px){.ds-listing__shell--with-sidebar{flex-direction:row}.ds-listing__sidebar{width:var(--ds-listing-sidebar);flex-shrink:0}}.ds-listing__grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--ds-listing-grid-min),1fr));gap:var(--ds-listing-gap)}