@keyframes bht-shimmer{0%{transform:skewX(-25deg) translateX(0)}15%,to{transform:skewX(-25deg) translateX(400%)}}.bht-author{background:var(--bg-surface);border:1px solid var(--border-strong);border-top:3px solid var(--primary);border-radius:var(--r-xl);box-shadow:0 10px 30px -10px rgb(0 0 0/.05);margin:3rem auto;max-width:var(--content-width,768px);width:calc(100% - 3rem);overflow:hidden}.bht-author__inner{display:flex;padding:2rem;gap:2rem;align-items:flex-start}.bht-author__avatar{width:80px;height:80px;flex-shrink:0;border-radius:50%;overflow:hidden;box-shadow:0 8px 16px -4px rgb(0 0 0/.15);background:var(--bg-surface-alt);border:2px solid var(--bg-surface)}.bht-author__avatar img{object-fit:cover}.bht-author__content{flex-grow:1;min-width:0}.bht-author__header{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.bht-author__name{margin:0;font-size:1.375rem;font-weight:800;color:var(--text-main);letter-spacing:-.01em}.bht-author__badge{font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--primary);background:var(--primary-soft);padding:4px 10px;border-radius:6px}.bht-author__bio{font-size:.9375rem;line-height:1.65;color:var(--text-muted);margin-bottom:1.5rem}.bht-author__footer{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding-top:1.25rem;border-top:1px dashed var(--border);font-size:.8125rem;font-weight:600}.bht-author__footer a{color:var(--primary);text-decoration:none;transition:opacity .2s ease}.bht-author__footer a:hover{opacity:.7}.bht-author__sep{color:var(--border-strong);user-select:none}@media (max-width:640px){.bht-author__inner{flex-direction:column;align-items:center;text-align:center;padding:1.5rem;gap:1.25rem}.bht-author__header{flex-direction:column;gap:8px}.bht-author__footer,.bht-author__header{justify-content:center}}.bht-bot-cta{margin:4rem auto;width:100%;max-width:var(--content-width-wide,900px);padding:0 1.25rem;box-sizing:border-box}.bht-bot-cta__inner{display:flex;align-items:center;background:var(--bg-surface-alt);border:1px solid var(--border-strong);border-radius:var(--r-xl,24px);padding:3rem;gap:3.5rem;box-shadow:0 4px 20px rgb(0 0 0/.03);position:relative;overflow:hidden}.bht-bot-cta__media{flex:0 0 35%;max-width:260px;display:flex;justify-content:center}.bht-bot-cta__img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 12px 25px rgb(0 0 0/.1))}.bht-bot-cta__content{flex:1;display:flex;flex-direction:column}.bht-bot-cta__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:900;color:var(--text-main);line-height:1.15;margin:0 0 .75rem;letter-spacing:-.02em}.bht-bot-cta__subtitle{font-size:1rem;color:var(--text-muted);line-height:1.5;margin:0 0 1.75rem}.bht-bot-cta__offer{display:inline-flex;align-items:center;gap:16px;background:var(--bg-surface);padding:10px 20px;border-radius:12px;border:1px solid var(--border);margin-bottom:2rem;width:fit-content;flex-wrap:wrap}.bht-bot-cta__price-group{display:flex;align-items:baseline;gap:8px}.bht-bot-cta__price{font-size:2.25rem;font-weight:900;color:var(--text-main);line-height:1}.bht-bot-cta__old-price{font-size:1.125rem;color:var(--text-hint);text-decoration:line-through;font-weight:600}.bht-bot-cta__save-badge{background:var(--primary);color:#fff;font-size:.75rem;font-weight:800;padding:6px 10px;border-radius:6px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.bht-bot-cta__actions{display:flex;flex-direction:column;width:100%;align-items:flex-start}@media (max-width:800px){.bht-bot-cta__inner{flex-direction:column;padding:2.5rem 1.5rem;text-align:center;gap:2rem}.bht-bot-cta__media{order:-1;max-width:180px;margin:0 auto}.bht-bot-cta__content{align-items:center}.bht-bot-cta__offer{justify-content:center;width:100%;box-sizing:border-box;flex-direction:column;gap:8px}.bht-bot-cta__actions{align-items:center}}.bht-cta{margin:2rem auto;max-width:var(--content-width,768px);padding:0 1.5rem}.bht-cta__button,.bht-cta__link{display:inline-flex;align-items:center}.bht-cta__link{flex-direction:column;gap:8px;text-decoration:none!important}.bht-cta__button{justify-content:center;gap:10px;font-family:var(--font-sans);font-weight:600;border-radius:var(--r-md);transition:all var(--transition-normal) ease;position:relative;overflow:hidden}.bht-cta__icon{transition:var(--transition-normal)}.bht-cta__link:hover .bht-cta__icon{transform:translateX(4px)}.bht-cta__button--md{padding:14px 28px;font-size:16px}.bht-cta__button--cta{background:var(--bio-accent);color:var(--bg-surface)!important;box-shadow:var(--shadow-sm)}.bht-cta__link:hover .bht-cta__button--cta{background:var(--bio-accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.bht-cta__button--cta::after{content:"";position:absolute;top:0;left:-50%;width:50%;height:100%;background:linear-gradient(to right,#fff0 0,rgb(255 255 255/.3) 50%,#fff0 100%);animation:bht-shimmer 5s infinite linear}.bht-cta__button--ghost{background:#fff0;color:var(--text-muted)!important;border:1px solid var(--border);transition:all var(--transition-normal) ease}.bht-cta__link:hover .bht-cta__button--ghost{color:var(--text-main)!important;border-color:var(--border-strong);background:var(--bg-surface)}@media (max-width:640px){.bht-cta__link{display:flex;width:100%}.bht-cta__button{width:100%;justify-content:center}}.bht-faq{margin:3rem auto;max-width:var(--content-width,768px);width:calc(100% - 3rem)}.bht-faq__main-title{font-size:1.5rem;font-weight:800;color:var(--text-main);margin-bottom:1.5rem;letter-spacing:-.02em}.bht-faq__list{display:flex;flex-direction:column;border-top:1px solid var(--border)}.bht-comp-table td,.bht-faq__item{border-bottom:1px solid var(--border)}.bht-faq__header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:#fff0;border:0;cursor:pointer;text-align:left;color:var(--text-main);transition:color .2s ease}.bht-faq__header:hover{color:var(--primary)}.bht-faq__question{font-size:1.0625rem;font-weight:600;padding-right:1.5rem}.bht-faq__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--text-hint);transition:transform .3s ease,color .3s ease}.bht-faq__content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1)}.bht-faq__content-inner{overflow:hidden}.bht-faq__answer{padding-bottom:1.5rem;color:var(--text-muted);font-size:.9375rem;line-height:1.65}.bht-hero{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;background:#0f172a}.bht-hero__inner{position:relative;display:flex;align-items:center;justify-content:center;min-height:70vh;padding:6rem 1.5rem;overflow:hidden}.bht-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.bht-hero__overlay{position:absolute;inset:0;background:#000;z-index:1}.bht-hero__content{position:relative;z-index:2;text-align:center;max-width:800px;width:100%}.bht-hero__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#fff;line-height:1.15;margin:0 0 1.5rem;letter-spacing:-.02em}.bht-hero__subtitle{font-size:clamp(1.125rem,2vw,1.25rem);color:rgb(255 255 255/.85);line-height:1.6;margin:0 0 2.5rem;font-weight:500}.bht-hero__actions{margin-top:2rem}@media (max-width:640px){.bht-hero__inner{min-height:60vh;padding:4rem 1.5rem}}.bht-info-box{display:flex;align-items:flex-start;gap:16px;padding:1.25rem 1.5rem;border-radius:var(--r-md,10px);border:1px solid;margin:2rem auto;max-width:var(--content-width,768px);width:calc(100% - 3rem)}.bht-info-box__icon{flex-shrink:0;width:20px;height:20px;margin-top:2px;display:flex;align-items:center;justify-content:center}.bht-author__avatar img,.bht-info-box__icon svg{display:block;width:100%;height:100%}.bht-info-box__body{flex-grow:1;min-width:0;display:flex;flex-direction:column;gap:6px}.bht-info-box__title{font-size:1rem;font-weight:700;margin:0;letter-spacing:-.01em}.bht-info-box__content{font-size:.9375rem;line-height:1.6;color:var(--text-muted,#64748b);margin:0}.bht-info-box--success{background:var(--primary-soft,#F0FDF4);border-color:var(--primary-mid,#DCFCE7);color:var(--primary-text,#14532D)}@media (max-width:768px){.bht-info-box{padding:1.25rem;gap:12px}}.bht-ranked{margin:3rem auto;width:100%;max-width:var(--content-width-wide,1000px);padding:0 1.25rem;box-sizing:border-box}.bht-rc__card{background:var(--bg-surface);border-radius:var(--r-xl,16px);position:relative;display:flex;flex-direction:column}.bht-rc__card.is-winner{border:2px solid var(--primary);box-shadow:0 12px 40px rgb(0 0 0/.06);margin-top:1.5rem}.bht-rc__card.is-winner .bht-rc__badge-wrap{position:absolute;top:-16px;left:24px;z-index:2}.bht-rc__card.is-winner .bht-rc__badge{background:var(--primary);color:var(--bg-surface);padding:6px 16px;border-radius:50px;box-shadow:0 4px 12px rgb(0 0 0/.15)}.bht-rc__card.is-regular{border:1px solid var(--border-strong);box-shadow:0 4px 15px rgb(0 0 0/.02);overflow:hidden}.bht-rc__card.is-regular .bht-rc__badge-wrap{padding:1.25rem 1.5rem 0;border-bottom:1px solid var(--border);background:var(--bg-surface-alt)}.bht-rc__card.is-regular .bht-rc__badge{color:var(--text-muted);padding-bottom:.75rem}.bht-rc__badge{display:flex;align-items:center;gap:8px;font-weight:900;letter-spacing:.05em;font-size:.8125rem;text-transform:uppercase}.bht-rc__badge-num{font-size:1rem}.bht-rc__badge-sep{opacity:.5}.bht-rc__body{display:flex;align-items:stretch}.bht-rc__img-box,.bht-rc__media{display:flex;align-items:center;justify-content:center}.bht-rc__media{width:38%;padding:2.5rem;border-right:1px solid var(--border)}.bht-rc__img-box{width:100%;aspect-ratio:1;position:relative}.bht-rc__img-box img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.bht-rc__content{flex:1;padding:2.5rem;display:flex;flex-direction:column}.bht-rc__header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:1.25rem}.bht-rc__score strong,.bht-rc__title{color:var(--text-main);font-weight:900}.bht-rc__title{font-size:1.75rem;margin:0 0 6px;line-height:1.2}.bht-rc__sub{font-size:1rem;color:var(--text-muted);font-weight:500}.bht-rc__rating-row{display:inline-flex;flex-direction:column;align-items:flex-end;gap:4px;background:var(--bg-surface-alt);padding:8px 16px;border-radius:12px;border:1px solid var(--border-strong)}.bht-rc__stars{position:relative;display:inline-block;font-size:1rem;color:var(--border-strong);line-height:1;letter-spacing:2px}.bht-rc__stars-fill{position:absolute;top:0;left:0;color:#f59e0b;white-space:nowrap;overflow:hidden;width:var(--rating)}.bht-rc__score{font-size:.8125rem;color:var(--text-muted)}.bht-rc__score strong{font-size:1.125rem}.bht-rc__specs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.5rem}.bht-rc__spec-tag{font-size:.75rem;font-weight:700;color:var(--text-muted);background:var(--bg-surface-alt);border:1px solid var(--border-strong);padding:4px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.bht-rc__price-row{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem;border-bottom:1px solid var(--border);padding-bottom:1.5rem}.bht-rc__outcomes li,.bht-rc__price-new{font-size:2.25rem;font-weight:900;color:var(--text-main);line-height:1}.bht-rc__price-old{font-size:1.125rem;color:var(--text-hint);text-decoration:line-through;font-weight:600}.bht-rc__discount{font-size:.8125rem;font-weight:800;background:#dcfce7;color:#166534;padding:6px 12px;border-radius:6px;margin-left:8px}.bht-rc__outcomes{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:12px}.bht-rc__outcomes li{display:flex;align-items:flex-start;gap:12px;font-size:.9375rem;font-weight:500;line-height:1.4}.bht-rc__outcomes li span{padding-top:2px}.bht-rc__outcomes svg{width:20px;height:20px;flex-shrink:0}.bht-rc__outcomes li.is-pro svg{color:#10b981}.bht-rc__outcomes li.is-con svg{color:#ef4444}.bht-rc__actions{margin-top:auto}@media (max-width:800px){.bht-rc__body{flex-direction:column}.bht-rc__media{width:100%;border-right:none;border-bottom:1px solid var(--border);padding:2rem}.bht-rc__content{padding:1.5rem}.bht-rc__header{flex-direction:column-reverse;gap:15px;align-items:flex-start}.bht-rc__rating-row{flex-direction:row;align-items:center;gap:15px}}.bht-comp{margin:4rem auto 5rem;width:100%;max-width:var(--content-width-wide,1100px);padding:0 1.25rem;box-sizing:border-box}.bht-comp__header{text-align:center;margin-bottom:2.5rem}.bht-comp__title{font-size:clamp(2rem,3.5vw,2.5rem);font-weight:900;color:var(--text-main);margin:0 0 .5rem;letter-spacing:-.02em}.bht-comp__table-wrap{position:relative;overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--r-xl,16px);box-shadow:0 8px 30px rgb(0 0 0/.03)}.bht-comp-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;text-align:left}.bht-comp-table th{padding:1.5rem;vertical-align:bottom;border-bottom:2px solid var(--border)}.bht-comp-table td{padding:1.5rem;vertical-align:middle}.bht-comp-table tr:last-child td{border-bottom:none}.bht-ct-feature-head,.bht-ct-feature-name{width:160px;min-width:160px;font-size:.8125rem;font-weight:800;color:var(--text-hint);text-transform:uppercase;letter-spacing:.1em;position:sticky;left:0;background:var(--bg-surface);z-index:10;border-right:1px solid var(--border)}.bht-ct-feature-name{font-size:.9375rem;color:var(--text-main);letter-spacing:normal;text-transform:none}.bht-ct-feature-head::after,.bht-ct-feature-name::after{content:"";position:absolute;top:0;bottom:0;right:-12px;width:12px;background:linear-gradient(to right,rgb(0 0 0/.03),transparent);pointer-events:none}.bht-ct-col-head{width:28%}.bht-ct-badge,.bht-ct-name{font-weight:800;text-transform:uppercase}.bht-ct-badge{display:inline-block;background:var(--bg-surface-alt);border:1px solid var(--border-strong);color:var(--text-muted);font-size:.6875rem;padding:4px 12px;border-radius:50px;letter-spacing:.05em;margin-bottom:1rem}.bht-ct-name{font-size:1.25rem;color:var(--text-main);margin-bottom:4px;line-height:1.2}.bht-ct-sub{font-size:.875rem;font-weight:500;color:var(--text-muted);line-height:1.3}.bht-ct-cell-inner{display:flex;align-items:flex-start;gap:12px}.bht-ct-text-wrap{display:flex;flex-direction:column;gap:2px;padding-top:2px}.bht-ct-main-text{font-size:.9375rem;font-weight:600;color:var(--text-main);line-height:1.3}.bht-comp-table td.is-main,.bht-comp-table th.is-main{background:var(--bg-surface-alt);position:relative}.bht-comp-table th.is-main::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary)}.bht-ct-col-head.is-main .bht-ct-badge{background:var(--primary);color:var(--bg-surface);border-color:var(--primary);box-shadow:0 4px 10px rgb(0 0 0/.1)}.bht-ct-col-head.is-main .bht-ct-name,.header-logo a:hover{color:var(--primary)}@media (max-width:800px){.bht-comp__header{text-align:left}.bht-comp-table{min-width:620px}.bht-comp-table td,.bht-comp-table th{padding:1rem .75rem}.bht-ct-feature-head,.bht-ct-feature-name{width:95px!important;min-width:95px!important;font-size:.75rem;white-space:normal;word-break:break-word}.bht-ct-feature-name{font-size:.8125rem}.bht-ct-name{font-size:1.125rem}.bht-ct-badge{font-size:.6rem;padding:3px 8px;margin-bottom:.5rem}.bht-ct-cell-inner{gap:8px}.bht-ct-main-text{font-size:.875rem}}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0)}:where(body){margin:0}:where(.is-layout-flex){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body{padding:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text-main);background-color:var(--bg-base);transition:background-color var(--transition-normal),color var(--transition-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--bg-base:#F8FAFC;--bg-surface:#FFFFFF;--bg-surface-alt:#F1F5F9;--bg-elevated:#FFFFFF;--text-header:#070a13;--text-main:#0F172A;--text-muted:#475569;--text-hint:#94A3B8;--primary:#12803a;--primary-hover:#095e2a;--primary-soft:#F0FDF4;--primary-mid:#DCFCE7;--primary-text:#14532D;--accent:#1D4ED8;--accent-soft:#EFF6FF;--accent-mid:#DBEAFE;--accent-text:#1E3A8A;--bio-accent:#EA580C;--bio-accent-soft:#FFF7ED;--bio-accent-hover:#C2410C;--neutral:#334155;--neutral-soft:#F8FAFC;--score-high:#15803D;--score-mid:#B45309;--score-low:#B91C1C;--border:#E2E8F0;--border-strong:#CBD5E1;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.08), 0 2px 4px -2px rgb(0 0 0 / 0.05);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.08), 0 4px 6px -4px rgb(0 0 0 / 0.05);--r-sm:6px;--r-md:10px;--r-lg:16px;--r-xl:24px;--r-pill:999px;--font-sans:'DM Sans', system-ui, -apple-system, sans-serif;--font-serif:'Fraunces', Georgia, 'Times New Roman', serif;--font-mono:'DM Mono', 'Fira Code', monospace;--transition-fast:0.15s ease;--transition-normal:0.3s ease;--content-width:768px;--wide-width:1200px;--header-height:64px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}ul{list-style:none}img,svg{display:block;max-width:100%;height:auto}button{font:inherit}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}:focus:not(:focus-visible){outline:0}table{width:100%;border-collapse:collapse}td,th{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.header-nav a:hover,th{background:var(--bg-surface-alt)}h1,th{font-weight:700}th{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-hint)}h1{font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.2;letter-spacing:-.02em;color:var(--text-main)}h2{font-size:clamp(1.25rem,3vw,1.375rem);line-height:1.3}h3,h4{font-size:1rem;line-height:1.4}h4{font-size:.875rem}a{color:var(--primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-hover)}.container{width:100%;max-width:var(--wide-width);margin:0 auto;padding:0 1.5rem}.site-content{min-height:calc(100vh - var(--header-height) - 200px);padding-bottom:4rem}.site-header{position:sticky;top:0;z-index:100;background:var(--bg-surface);border-bottom:1px solid var(--border);transition:background var(--transition-normal),border-color var(--transition-normal)}.header-inner{justify-content:space-between;height:var(--header-height);max-width:var(--wide-width);margin:0 auto;padding:0 1.5rem}.header-logo a,.header-nav a{text-decoration:none;white-space:nowrap}.header-inner,.header-logo a{display:flex;align-items:center}.header-logo a{font-size:1.25rem;font-weight:700;color:var(--text-main);letter-spacing:-.02em;gap:.5rem;transition:color var(--transition-fast)}.header-actions,.header-nav{display:flex;align-items:center;gap:.25rem}.header-nav a{padding:.5rem .875rem;font-size:.875rem;font-weight:500;border-radius:var(--r-sm)}.header-nav a:hover{color:var(--text-main)}.header-actions{gap:.5rem}.header-nav a,.theme-toggle{color:var(--text-muted);transition:all var(--transition-fast)}.theme-toggle{display:flex;width:36px;height:36px;background:var(--bg-surface-alt);border:1px solid var(--border);border-radius:var(--r-md);cursor:pointer;padding:0}.footer-social a:hover,.theme-toggle:hover{color:var(--text-main);border-color:var(--border-strong)}.theme-toggle .icon-sun{display:flex}.theme-toggle .icon-moon,.theme-toggle .icon-sun{align-items:center;justify-content:center;line-height:1}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:flex}.hamburger-icon,.mobile-menu-toggle,.theme-toggle{justify-content:center;align-items:center}.mobile-menu-toggle{display:none;width:36px;height:36px;background:0 0;border:1px solid var(--border);border-radius:var(--r-md);cursor:pointer;padding:0;transition:all var(--transition-fast)}.mobile-menu-toggle:hover{border-color:var(--border-strong)}.hamburger-icon{display:flex;flex-direction:column;width:18px;height:18px;gap:4px}.hamburger-icon span{display:block;width:16px;height:2px;background:var(--text-muted);border-radius:1px;transition:all .25s ease;transform-origin:center}@media (max-width:1024px){.header-nav a{padding:.5rem .625rem;font-size:.8125rem}}@media (max-width:768px){.mobile-menu-toggle{display:flex}.header-nav{position:absolute;top:100%;left:0;right:0;background:var(--bg-surface);border-bottom:1px solid var(--border);flex-direction:column;padding:.5rem 1rem;gap:.125rem;box-shadow:var(--shadow-lg);z-index:95;display:none;opacity:0;transform:translateY(-8px)}.header-nav a{padding:.75rem 1rem;font-size:1rem;width:100%;border-radius:var(--r-md)}}@media (max-width:380px){.header-inner{padding:0 1rem}.header-logo a{font-size:.8125rem}}.site-footer{background:var(--bg-surface);border-top:1px solid var(--border);transition:background var(--transition-normal),border-color var(--transition-normal)}.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:2.5rem;max-width:var(--wide-width);margin:0 auto;padding:3rem 1.5rem 2rem}.footer-logo,.footer-logo .logo-icon{display:inline-flex;align-items:center}.footer-logo{font-size:.9375rem;font-weight:700;color:var(--text-main);text-decoration:none;gap:.5rem;margin-bottom:.75rem}.footer-logo .logo-icon{justify-content:center;width:24px;height:24px;background:var(--bio-accent);color:#fff;border-radius:4px;font-size:12px}.footer-brand p{font-size:.8125rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem}.footer-social{display:flex;gap:.5rem}.footer-links a,.footer-social a{color:var(--text-muted);text-decoration:none}.footer-social a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--r-sm);background:var(--bg-surface-alt);border:1px solid var(--border);font-size:14px;transition:all var(--transition-fast)}.footer-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-main);margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.8125rem;transition:color var(--transition-fast)}.footer-links a:hover{color:var(--primary)}.footer-disclaimer{background:var(--bg-surface-alt);border:1px solid var(--border);border-radius:var(--r-md);padding:1rem}.footer-disclaimer-title{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;color:var(--text-main);margin-bottom:.5rem}.footer-disclaimer-title svg{width:14px;height:14px;color:var(--bio-accent)}.entry-content li,.footer-disclaimer p{font-size:.75rem;color:var(--text-muted);line-height:1.6}.footer-disclaimer a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.footer-bottom{max-width:var(--wide-width);margin:0 auto;padding:1.25rem 1.5rem;border-top:1px solid var(--border);font-size:.75rem;color:var(--text-hint)}@media (max-width:768px){.footer-inner{grid-template-columns:1fr;gap:2rem}}@media (min-width:769px) and (max-width:1024px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}}.entry-content{width:100%}.entry-content>*+*{margin-top:1.75rem}.entry-content strong,h2,h3,h4{color:var(--text-main);font-weight:600}.entry-content a{color:var(--bio-accent);text-underline-offset:3px;text-decoration-color:var(--bio-accent);transition:var(--transition-slow)}.entry-content a:hover{text-decoration:underline;transition:var(--transition-fast);color:var(--bio-accent-hover);text-decoration-color:var(--bio-accent-hover)}.entry-content ul{padding-left:1.5rem;list-style:disc}.entry-content li{margin-bottom:.5rem;font-size:1.0625rem;line-height:1.75}.entry-content li::marker{color:var(--primary)}.entry-content img{border-radius:var(--r-md)}:root{--gb-container-width:1100px}.wp-block-group{box-sizing:border-box}.wp-container-core-group-is-layout-de391324{justify-content:center}