:root{--dmpro-color-primary:#4338ca;--dmpro-color-primary-dark:#312e81;--dmpro-color-accent:#f59e0b;--dmpro-color-dark:#0f172a;--dmpro-color-background:#ffffff;--dmpro-color-surface:#f8fafc;--dmpro-color-border:#e2e8f0;--dmpro-color-text:#1e293b;--dmpro-color-text-muted:#64748b;--dmpro-color-success:#16a34a;--dmpro-color-success-text:#166534;--dmpro-color-error:#dc2626;--dmpro-color-error-text:#dc2626;--dmpro-font-family-heading:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;--dmpro-font-family-body:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;--dmpro-font-size-base:16px;--dmpro-container-width:1200px;--dmpro-gutter:1.5rem;--dmpro-radius-sm:6px;--dmpro-radius-md:10px;--dmpro-radius-lg:16px;--dmpro-shadow-sm:0 1px 2px rgba(15, 23, 42, 0.06);--dmpro-shadow-md:0 4px 16px rgba(15, 23, 42, 0.08);--dmpro-shadow-lg:0 12px 32px rgba(15, 23, 42, 0.12);--dmpro-transition:180ms ease;--dmpro-header-height:76px}*,::after,::before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background-color:var(--dmpro-color-background);color:var(--dmpro-color-text);font-family:var(--dmpro-font-family-body);font-size:var(--dmpro-font-size-base);line-height:1.6;-webkit-font-smoothing:antialiased}img,svg,video{max-width:100%;height:auto;display:block}a{color:var(--dmpro-color-primary);text-decoration:none;transition:color var(--dmpro-transition)}a:focus,a:hover{color:var(--dmpro-color-primary-dark)}h1,h2,h3,h4,h5,h6{font-family:var(--dmpro-font-family-heading);color:var(--dmpro-color-dark);line-height:1.25;margin:0 0 .75em;font-weight:700}p{margin:0 0 1.25em}ol,ul{padding-left:1.25em}button,input,select,textarea{font-family:inherit;font-size:inherit}:focus-visible{outline:2px solid var(--dmpro-color-primary);outline-offset:2px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.skip-link{left:-9999em;position:absolute;top:-9999em;z-index:100000;background:var(--dmpro-color-primary);color:#fff;padding:1em 1.5em;border-radius:0 0 var(--dmpro-radius-sm) 0}.skip-link:focus{left:0;top:0}.dmpro-container{width:100%;max-width:var(--dmpro-container-width);margin-inline:auto;padding-inline:var(--dmpro-gutter)}.dmpro-full-width{width:100%}.dmpro-content-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-block:2.5rem}@media (min-width:992px){.dmpro-content-layout.has-sidebar,.dmpro-content-layout:has(.dmpro-content-layout__sidebar){grid-template-columns:minmax(0,1fr) 320px}}.dmpro-content-layout__main{min-width:0}.dmpro-announcement-bar{background:var(--dmpro-color-dark);color:#fff;text-align:center;font-size:.875rem}.dmpro-announcement-bar p{margin:0;padding:.5rem var(--dmpro-gutter)}.site-header{border-bottom:1px solid var(--dmpro-color-border);background:var(--dmpro-color-background);z-index:40}.has-sticky-header .site-header{position:sticky;top:0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:var(--dmpro-header-height)}.site-branding{display:flex;flex-direction:column;justify-content:center}.site-title{margin:0;font-size:1.375rem;font-weight:800}.site-title a{color:var(--dmpro-color-dark)}.site-description{margin:0;font-size:.8125rem;color:var(--dmpro-color-text-muted)}.main-navigation{flex:1;display:flex;justify-content:center}.primary-menu{display:flex;align-items:center;gap:1.75rem;list-style:none;margin:0;padding:0}.primary-menu a{color:var(--dmpro-color-text);font-weight:500;font-size:.9375rem}.primary-menu a:hover{color:var(--dmpro-color-primary)}.menu-toggle{display:none;flex-direction:column;gap:4px;background:0 0;border:0;cursor:pointer;padding:.5rem}.menu-toggle__bar{width:22px;height:2px;background:var(--dmpro-color-dark);border-radius:2px}.site-header__actions{display:flex;align-items:center;gap:1rem}.dmpro-header-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--dmpro-color-dark);background:var(--dmpro-color-surface);border:0;cursor:pointer}.dmpro-header-icon:hover{background:var(--dmpro-color-border);color:var(--dmpro-color-dark)}.dmpro-header-layout-logo-center .site-header__inner{flex-wrap:wrap;justify-content:center;text-align:center}.dmpro-header-layout-logo-center .site-branding{width:100%;align-items:center;justify-content:center;margin-bottom:.75rem}.dmpro-header-layout-logo-center .main-navigation{width:100%;order:3}.has-transparent-header .site-header{position:absolute;inset-inline:0;top:0;background:0 0;border-bottom-color:transparent}.has-transparent-header.is-scrolled .site-header{position:sticky;background:var(--dmpro-color-background);border-bottom-color:var(--dmpro-color-border)}.dmpro-cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--dmpro-color-accent);color:#1e1e1e;font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center}@media (max-width:991px){.main-navigation .primary-menu{display:none}.menu-toggle{display:flex}}@media (max-width:400px){.site-header__actions{gap:.5rem}.dmpro-header-icon{width:36px;height:36px}.site-description{display:none}}.dmpro-breadcrumbs-wrap{padding-block:0.75rem;font-size:.8125rem;color:var(--dmpro-color-text-muted)}.dmpro-breadcrumbs .sep,.woocommerce-breadcrumb .sep{margin:0 .35em;color:var(--dmpro-color-border)}.dmpro-button{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:.75em 1.5em;border-radius:var(--dmpro-radius-sm);font-weight:600;font-size:.9375rem;cursor:pointer;border:1px solid transparent;transition:background-color var(--dmpro-transition),color var(--dmpro-transition),border-color var(--dmpro-transition)}.dmpro-button--primary{background:var(--dmpro-color-primary);color:#fff}.dmpro-button--primary:hover{background:var(--dmpro-color-primary-dark);color:#fff}.dmpro-button--outline{background:0 0;border-color:var(--dmpro-color-border);color:var(--dmpro-color-dark)}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%;padding:.75em 1em;border:1px solid var(--dmpro-color-border);border-radius:var(--dmpro-radius-sm);background:var(--dmpro-color-background);color:var(--dmpro-color-text)}.search-form{display:flex;position:relative}.search-form .search-submit{position:absolute;right:4px;top:4px;bottom:4px;border:0;background:var(--dmpro-color-primary);color:#fff;border-radius:var(--dmpro-radius-sm);padding:0 1em;cursor:pointer}.dmpro-entry{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--dmpro-color-border)}.dmpro-entry:last-child{border-bottom:0}.post-thumbnail img{border-radius:var(--dmpro-radius-md)}.entry-footer,.entry-meta{font-size:.8125rem;color:var(--dmpro-color-text-muted);display:flex;flex-wrap:wrap;gap:.75rem}.entry-title,.page-title{font-size:clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem)}.widget-area .widget{margin-bottom:2rem}.widget-title{font-size:1.0625rem;margin-bottom:1em}.site-footer{background:var(--dmpro-color-dark);color:#cbd5e1;margin-top:3rem}.site-footer a{color:#e2e8f0}.site-footer a:hover{color:#fff}.site-footer__widgets{padding-block:3rem}.site-footer__widgets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-block:1.5rem}.site-footer__bottom-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;font-size:.8125rem}.site-footer__copyright{margin:0}.dmpro-responsive-embed{position:relative;aspect-ratio:16/9;overflow:hidden}.dmpro-responsive-embed embed,.dmpro-responsive-embed iframe,.dmpro-responsive-embed object{position:absolute;inset:0;width:100%;height:100%}.dmpro-elementor-widget-notice{padding:1.5rem;border-radius:var(--dmpro-radius-md);background:var(--dmpro-color-surface);border:1px dashed var(--dmpro-color-border);color:var(--dmpro-color-text-muted);text-align:center}