/* WICAM internal content / archive / search / 404 — 0.9.9.17 */
.wicam-content-hero{position:relative;isolation:isolate;overflow:hidden;margin-bottom:clamp(28px,4vw,48px);padding:clamp(28px,4.5vw,54px);border:1px solid rgba(27,166,176,.18);border-radius:28px;background:linear-gradient(135deg,var(--wicam-navy-950),var(--wicam-indigo-900));color:var(--wicam-offwhite);box-shadow:var(--wicam-shadow-card)}
.wicam-content-hero::before,.wicam-content-hero::after{content:"";position:absolute;border:1px solid rgba(27,166,176,.18);border-radius:50%;pointer-events:none}.wicam-content-hero::before{width:220px;height:220px;inset:-110px auto auto -60px}.wicam-content-hero::after{width:130px;height:130px;inset:-50px auto auto 35px}.wicam-content-hero__inner{position:relative;z-index:1;max-width:760px}.wicam-content-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--wicam-teal-500);font-size:.78rem;font-weight:800;letter-spacing:.04em}.wicam-content-hero h1{margin:0;color:var(--wicam-offwhite);font-size:clamp(1.7rem,2.8vw,2.8rem);line-height:1.45}.wicam-content-hero p{max-width:62ch;margin:12px 0 0;color:rgba(245,248,252,.76);font-size:clamp(.9rem,.2vw + .86rem,1rem)}
.wicam-breadcrumbs{margin:0 0 14px;font-size:.82rem;color:var(--wicam-text-muted)}.wicam-content-hero .wicam-breadcrumbs{color:rgba(245,248,252,.7)}.wicam-breadcrumbs :where(p,.rank-math-breadcrumb){margin:0}.wicam-breadcrumbs a{text-decoration:none}.wicam-breadcrumbs a:hover{color:var(--wicam-teal-500)}.wicam-breadcrumbs__fallback{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wicam-breadcrumbs__sep{opacity:.5}
.wicam-content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.wicam-content-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid rgba(13,35,64,.1);border-radius:22px;background:rgba(245,248,252,.92);box-shadow:0 10px 30px rgba(7,22,38,.055);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.wicam-content-card:hover{transform:translateY(-4px);border-color:rgba(27,166,176,.38);box-shadow:0 18px 44px rgba(7,22,38,.09)}.wicam-content-card__media{display:block;position:relative;overflow:hidden;aspect-ratio:16/10;background:var(--wicam-mist-200)}.wicam-content-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.wicam-content-card:hover .wicam-content-card__media img{transform:scale(1.025)}.wicam-content-card__placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--wicam-teal-500)}.wicam-content-card__placeholder svg{width:38px;height:38px}.wicam-content-card__body{display:flex;flex:1;flex-direction:column;padding:20px}.wicam-content-card__meta{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px;color:var(--wicam-text-muted);font-size:.76rem}.wicam-content-card__meta span:first-child{color:var(--wicam-teal-500);font-weight:800}.wicam-content-card h2{margin:0;font-size:clamp(1rem,.45vw + .92rem,1.2rem);line-height:1.7}.wicam-content-card h2 a{text-decoration:none}.wicam-content-card p{margin:10px 0 18px;color:var(--wicam-text-muted);font-size:.88rem;line-height:1.95}.wicam-content-card__link{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:var(--wicam-indigo-900);font-size:.84rem;font-weight:800;text-decoration:none}.wicam-content-card__link svg{width:16px;height:16px;transition:transform .2s ease}.wicam-content-card__link:hover{color:var(--wicam-teal-500)}.wicam-content-card__link:hover svg{transform:translateX(-3px)}
.wicam-pagination{margin-top:36px}.wicam-pagination .nav-links{display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.wicam-pagination .page-numbers{display:grid;min-width:42px;height:42px;place-items:center;padding:0 12px;border:1px solid rgba(13,35,64,.12);border-radius:12px;background:var(--wicam-offwhite);text-decoration:none}.wicam-pagination .current,.wicam-pagination a:hover{border-color:var(--wicam-teal-500);background:rgba(27,166,176,.08);color:var(--wicam-indigo-900)}
.wicam-search-form{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:22px;padding:7px;border:1px solid rgba(245,248,252,.15);border-radius:17px;background:rgba(245,248,252,.07);backdrop-filter:blur(8px)}.wicam-search-form__icon{display:grid;width:40px;height:40px;place-items:center;color:var(--wicam-teal-500)}.wicam-search-form__icon svg{width:20px;height:20px}.wicam-search-form input{min-width:0;height:44px;border:0;outline:0;background:transparent;color:var(--wicam-offwhite)}.wicam-search-form input::placeholder{color:rgba(245,248,252,.55)}.wicam-search-form button{min-height:44px;border:0;border-radius:12px;background:var(--wicam-amber-500);color:var(--wicam-navy-950);padding:0 20px;font-weight:850;cursor:pointer}.wicam-search-form button:hover{filter:brightness(.98)}
.wicam-empty-state{display:grid;place-items:center;min-height:300px;padding:44px;border:1px dashed rgba(13,35,64,.16);border-radius:24px;text-align:center}.wicam-empty-state__icon{display:grid;width:66px;height:66px;place-items:center;margin-bottom:16px;border-radius:20px;background:var(--wicam-indigo-900);color:var(--wicam-teal-500)}.wicam-empty-state__icon svg{width:28px;height:28px}.wicam-empty-state h2{margin:0;font-size:1.25rem}.wicam-empty-state p{max-width:50ch;margin:8px auto 20px;color:var(--wicam-text-muted)}
.wicam-article-shell{max-width:960px}.wicam-article-head{margin-bottom:28px}.wicam-article-head__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:12px 0;color:var(--wicam-text-muted);font-size:.82rem}.wicam-article-head__meta span{display:inline-flex;align-items:center;gap:6px}.wicam-article-head__meta svg{width:16px;height:16px;color:var(--wicam-teal-500)}.wicam-article-head h1{max-width:20ch;margin:0;font-size:clamp(1.8rem,3.2vw,3rem);line-height:1.55}.wicam-article-cover{overflow:hidden;margin:26px 0;border-radius:26px;background:var(--wicam-mist-200);box-shadow:var(--wicam-shadow-card)}.wicam-article-cover img{display:block;width:100%;height:auto}.wicam-article-content{max-width:760px;margin-inline:auto}.wicam-article-content :where(p,li){font-size:clamp(.96rem,.18vw + .92rem,1.04rem);line-height:2.05}.wicam-article-content :where(h2,h3,h4){scroll-margin-top:120px}.wicam-article-content h2{margin-top:44px}.wicam-article-content img{border-radius:18px}.wicam-article-tags{display:flex;gap:8px;flex-wrap:wrap;max-width:760px;margin:34px auto 0}.wicam-article-tags a{padding:7px 11px;border:1px solid rgba(13,35,64,.1);border-radius:999px;background:rgba(220,229,240,.34);font-size:.78rem;text-decoration:none}.wicam-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:760px;margin:34px auto 0}.wicam-post-nav a{display:flex;min-height:82px;flex-direction:column;justify-content:center;padding:16px;border:1px solid rgba(13,35,64,.1);border-radius:16px;background:var(--wicam-offwhite);text-decoration:none}.wicam-post-nav small{color:var(--wicam-teal-500);font-weight:800}.wicam-post-nav strong{margin-top:4px;font-size:.9rem}
.wicam-page-fallback{max-width:900px}.wicam-page-fallback__head{margin-bottom:28px}.wicam-page-fallback__head h1{margin:0;font-size:clamp(1.7rem,2.7vw,2.7rem)}
.wicam-404-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:28px;align-items:center;min-height:430px}.wicam-404-code{font-family:var(--wicam-font-data);font-size:clamp(5rem,13vw,9.5rem);font-weight:900;line-height:1;color:rgba(27,166,176,.14);letter-spacing:-.05em}.wicam-404-copy h1{margin:0;font-size:clamp(1.75rem,3vw,2.8rem)}.wicam-404-copy p{max-width:52ch;color:var(--wicam-text-muted)}.wicam-404-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.wicam-404-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:12px;text-decoration:none;font-weight:800}.wicam-404-actions a:first-child{background:var(--wicam-amber-500);color:var(--wicam-navy-950)}.wicam-404-actions a:last-child{border:1px solid rgba(13,35,64,.14);background:var(--wicam-offwhite)}
@media(max-width:980px){.wicam-content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wicam-404-panel{grid-template-columns:1fr}.wicam-404-code{display:none}}
@media(max-width:620px){.wicam-content-hero{padding:24px 20px;border-radius:22px}.wicam-content-grid{grid-template-columns:1fr;gap:14px}.wicam-content-card__body{padding:17px}.wicam-search-form{grid-template-columns:auto minmax(0,1fr)}.wicam-search-form button{grid-column:1/-1;width:100%}.wicam-post-nav{grid-template-columns:1fr}.wicam-article-head h1{max-width:none}.wicam-article-content :where(p,li){line-height:1.95}}
@media(prefers-reduced-motion:reduce){.wicam-content-card,.wicam-content-card__media img,.wicam-content-card__link svg{transition:none!important}.wicam-content-card:hover{transform:none}.wicam-content-card:hover .wicam-content-card__media img{transform:none}}
.wicam-comments{max-width:760px;margin:42px auto 0;padding-top:28px;border-top:1px solid rgba(13,35,64,.1)}.wicam-comments h2,.wicam-comments .comment-reply-title{font-size:1.2rem}.wicam-comments .comment-list{list-style:none;margin:18px 0 28px;padding:0}.wicam-comments .comment{margin:0 0 12px;padding:16px;border:1px solid rgba(13,35,64,.1);border-radius:16px;background:var(--wicam-offwhite)}.wicam-comments .comment-meta{font-size:.78rem;color:var(--wicam-text-muted)}.wicam-comments textarea,.wicam-comments input:not([type=submit]){width:100%;border:1px solid rgba(13,35,64,.14);border-radius:12px;background:var(--wicam-offwhite);padding:12px}.wicam-comments input[type=submit]{min-height:44px;border:0;border-radius:12px;background:var(--wicam-amber-500);color:var(--wicam-navy-950);padding:0 20px;font-weight:800}

/* 0.9.9.17 — WICAM Academy single article redesign */
body.wicam-content-single .wicam-site-main{
  background:
    radial-gradient(circle at 8% 8%,rgba(27,166,176,.055),transparent 24%),
    linear-gradient(180deg,rgba(220,229,240,.18),rgba(245,248,252,0) 420px),
    var(--wicam-offwhite);
}
.wicam-content-single .wicam-content-shell{padding-block:clamp(26px,3.8vw,54px) clamp(74px,7vw,110px)}
.wicam-article-shell{max-width:1180px}
.wicam-article{min-width:0}
.wicam-article-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:clamp(26px,4vw,54px);align-items:stretch;overflow:hidden;padding:clamp(24px,3.4vw,42px);border:1px solid rgba(27,166,176,.16);border-radius:28px;background:linear-gradient(135deg,var(--wicam-navy-950),var(--wicam-indigo-900));box-shadow:0 24px 64px rgba(7,22,38,.14);color:var(--wicam-offwhite)}
.wicam-article-hero.no-media{grid-template-columns:1fr}.wicam-article-hero.no-media .wicam-article-hero__copy{max-width:850px}
.wicam-article-hero:before,.wicam-article-hero:after{content:"";position:absolute;border:1px solid rgba(27,166,176,.12);border-radius:50%;pointer-events:none}.wicam-article-hero:before{width:260px;height:260px;right:-120px;top:-110px;box-shadow:0 0 0 36px rgba(27,166,176,.018),0 0 0 78px rgba(27,166,176,.012)}.wicam-article-hero:after{width:110px;height:110px;right:74px;bottom:-58px}
.wicam-article-hero__signal{position:absolute;left:22px;bottom:18px;display:flex;align-items:center;gap:6px;opacity:.78}.wicam-article-hero__signal i{display:block;width:5px;height:5px;border-radius:50%;background:var(--wicam-teal-500)}.wicam-article-hero__signal i:nth-child(2){opacity:.5}.wicam-article-hero__signal i:nth-child(3){opacity:.22}
.wicam-article-hero__copy{position:relative;z-index:2;display:flex;min-width:0;flex-direction:column;justify-content:center;padding-block:4px}.wicam-article-hero .wicam-breadcrumbs{margin:0 0 18px;color:rgba(245,248,252,.56);font-size:11px}.wicam-article-hero .wicam-breadcrumbs a{color:rgba(245,248,252,.7)}.wicam-article-hero .wicam-breadcrumbs a:hover{color:var(--wicam-teal-500)}
.wicam-article-hero__kicker{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.wicam-article-hero__kicker>span{font-family:var(--wicam-font-data);font-size:9px;font-weight:900;letter-spacing:.11em;color:var(--wicam-teal-500)}.wicam-article-hero__kicker>a{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border:1px solid rgba(220,229,240,.1);border-radius:999px;background:rgba(245,248,252,.045);color:rgba(245,248,252,.72);font-size:10px;text-decoration:none}.wicam-article-hero__kicker>a:hover{border-color:rgba(27,166,176,.3);color:var(--wicam-offwhite)}
.wicam-article-hero h1{max-width:16ch;margin:0;color:var(--wicam-offwhite);font-size:clamp(1.85rem,2.25vw + .45rem,2.8rem);font-weight:900;line-height:1.48;letter-spacing:0}.wicam-article-hero__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:18px}.wicam-article-hero__meta>span{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 10px;border:1px solid rgba(220,229,240,.1);border-radius:11px;background:rgba(245,248,252,.045);color:rgba(245,248,252,.66);font-size:10.5px}.wicam-article-hero__meta svg{width:15px;height:15px;color:var(--wicam-teal-500)}
.wicam-article-hero__back{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;margin-top:18px;color:var(--wicam-offwhite);font-size:10.5px;font-weight:800;text-decoration:none}.wicam-article-hero__back svg{width:15px;height:15px;color:var(--wicam-amber-500);transition:transform .2s ease}.wicam-article-hero__back:hover svg{transform:translateX(-3px)}
.wicam-article-hero__media{position:relative;z-index:2;overflow:hidden;min-height:320px;margin:0;border:1px solid rgba(220,229,240,.11);border-radius:22px;background:var(--wicam-mist-200);box-shadow:0 18px 42px rgba(7,22,38,.23)}.wicam-article-hero__media img{display:block;width:100%;height:100%;min-height:320px;aspect-ratio:4/3;object-fit:cover}.wicam-article-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 64%,rgba(7,22,38,.18));pointer-events:none}.wicam-article-hero__focus{position:absolute;right:16px;top:16px;width:42px;height:42px;border:1px solid rgba(245,248,252,.44);border-radius:12px;pointer-events:none}.wicam-article-hero__focus:before,.wicam-article-hero__focus:after,.wicam-article-hero__focus i:before,.wicam-article-hero__focus i:after{content:"";position:absolute;background:var(--wicam-teal-500)}.wicam-article-hero__focus:before{width:11px;height:1px;right:6px;top:7px}.wicam-article-hero__focus:after{width:1px;height:11px;right:7px;top:6px}.wicam-article-hero__focus i:before{width:11px;height:1px;left:6px;bottom:7px}.wicam-article-hero__focus i:after{width:1px;height:11px;left:7px;bottom:6px}
.wicam-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:clamp(22px,3vw,34px);align-items:start;margin-top:28px}.wicam-article-maincolumn{min-width:0}.wicam-article-aside{position:sticky;top:112px;display:grid;gap:12px;min-width:0}
.wicam-article-body{overflow:hidden;border:1px solid rgba(13,35,64,.09);border-radius:24px;background:linear-gradient(180deg,rgba(245,248,252,.99),rgba(245,248,252,.95));box-shadow:0 14px 38px rgba(7,22,38,.055)}
.wicam-article-content{max-width:none;margin:0;padding:clamp(26px,4vw,48px);color:var(--wicam-indigo-900)}.wicam-article-content>*:first-child{margin-top:0}.wicam-article-content>*:last-child{margin-bottom:0}.wicam-article-content :where(p,li){font-size:clamp(.93rem,.14vw + .9rem,1rem);line-height:2.12}.wicam-article-content p{max-width:none;margin:0 0 18px}.wicam-article-content :where(h2,h3,h4){color:var(--wicam-navy-950);scroll-margin-top:128px;text-wrap:balance}.wicam-article-content h2{position:relative;margin:44px 0 18px;padding-right:17px;font-size:clamp(1.25rem,.7vw + 1.05rem,1.62rem);line-height:1.75}.wicam-article-content h2:before{content:"";position:absolute;right:0;top:.42em;width:4px;height:1.25em;border-radius:999px;background:var(--wicam-teal-500);box-shadow:0 0 0 5px rgba(27,166,176,.06)}.wicam-article-content h3{position:relative;margin:34px 0 14px;padding-right:15px;font-size:clamp(1.1rem,.45vw + 1rem,1.35rem);line-height:1.8}.wicam-article-content h3:before{content:"";position:absolute;right:1px;top:.78em;width:6px;height:6px;border-radius:50%;background:var(--wicam-amber-500)}.wicam-article-content h4{margin:28px 0 12px;font-size:1.05rem}.wicam-article-content strong{color:var(--wicam-navy-950);font-weight:850}.wicam-article-content a{color:var(--wicam-teal-500);font-weight:700;text-decoration-thickness:1px;text-underline-offset:4px}.wicam-article-content :where(ul,ol){display:grid;gap:9px;margin:18px 0 22px;padding-right:22px}.wicam-article-content ul{list-style:none;padding-right:0}.wicam-article-content ul>li{position:relative;padding-right:19px}.wicam-article-content ul>li:before{content:"";position:absolute;right:1px;top:.92em;width:7px;height:7px;border:2px solid var(--wicam-teal-500);border-radius:50%;transform:translateY(-50%)}.wicam-article-content ol li::marker{color:var(--wicam-teal-500);font-weight:900}.wicam-article-content blockquote{position:relative;margin:28px 0;padding:22px 22px 22px 24px;border:1px solid rgba(27,166,176,.14);border-right:3px solid var(--wicam-teal-500);border-radius:16px;background:rgba(220,229,240,.26);color:var(--wicam-indigo-900)}.wicam-article-content :where(figure,.wp-caption){max-width:100%!important;margin:30px auto}.wicam-article-content img{display:block;width:auto;max-width:100%;height:auto;margin-inline:auto;border:1px solid rgba(13,35,64,.07);border-radius:18px;box-shadow:0 16px 38px rgba(7,22,38,.075)}.wicam-article-content figcaption,.wicam-article-content .wp-caption-text{margin-top:9px;color:var(--wicam-text-muted);font-size:.78rem;text-align:center}.wicam-article-content table{width:100%;margin:26px 0;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid rgba(13,35,64,.1);border-radius:15px;background:rgba(245,248,252,.84)}.wicam-article-content :where(th,td){padding:12px 14px;border-bottom:1px solid rgba(13,35,64,.08);text-align:right}.wicam-article-content th{background:rgba(220,229,240,.32);font-size:.86rem}.wicam-article-content tr:last-child td{border-bottom:0}.wicam-article-content code{padding:2px 6px;border-radius:7px;background:rgba(220,229,240,.42);font-family:var(--wicam-font-data);font-size:.86em}
.wicam-article-toc,.wicam-article-progress,.wicam-article-note{border:1px solid rgba(13,35,64,.09);border-radius:18px;background:rgba(245,248,252,.94);box-shadow:0 10px 28px rgba(7,22,38,.045)}.wicam-article-toc{overflow:hidden}.wicam-article-toc summary{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 15px;cursor:pointer;list-style:none;color:var(--wicam-navy-950)}.wicam-article-toc summary::-webkit-details-marker{display:none}.wicam-article-toc summary>span{display:grid;width:30px;height:30px;place-items:center;border-radius:10px;background:var(--wicam-indigo-900);color:var(--wicam-teal-500)}.wicam-article-toc summary svg{width:15px;height:15px}.wicam-article-toc summary strong{font-size:11px}.wicam-article-toc ol{display:grid;gap:2px;margin:0;padding:5px 10px 10px;list-style:none}.wicam-article-toc li{margin:0}.wicam-article-toc a[data-target]{display:block;padding:8px 10px;border-right:2px solid transparent;border-radius:9px;color:var(--wicam-text-muted);font-size:10px;line-height:1.75;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease}.wicam-article-toc .wicam-toc-level-h3 a{padding-right:20px;font-size:9.5px}.wicam-article-toc a:hover,.wicam-article-toc a.is-active{border-right-color:var(--wicam-teal-500);background:rgba(27,166,176,.06);color:var(--wicam-indigo-900)}.wicam-article-toc__academy{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:4px 10px 10px;padding:10px;border-top:1px solid rgba(13,35,64,.07);color:var(--wicam-indigo-900);font-size:9.5px;font-weight:850;text-decoration:none}.wicam-article-toc__academy svg{width:14px;height:14px;color:var(--wicam-teal-500)}
.wicam-article-progress{padding:14px 15px}.wicam-article-progress>div{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.wicam-article-progress span{font-size:9.5px;color:var(--wicam-text-muted)}.wicam-article-progress b{font-family:var(--wicam-font-data);font-size:9.5px;color:var(--wicam-teal-500)}.wicam-article-progress>i{display:block;height:4px;overflow:hidden;border-radius:999px;background:rgba(220,229,240,.7)}.wicam-article-progress>i>em{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--wicam-teal-500),var(--wicam-amber-500));transition:width .12s linear}
.wicam-article-note{display:grid;grid-template-columns:38px 1fr;align-items:start;gap:10px;padding:14px}.wicam-article-note>span{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:var(--wicam-indigo-900);color:var(--wicam-teal-500)}.wicam-article-note svg{width:18px;height:18px}.wicam-article-note b{font-size:10.5px;color:var(--wicam-navy-950)}.wicam-article-note p{margin:3px 0 0;color:var(--wicam-text-muted);font-size:9.25px;line-height:1.8}
.wicam-article-tags{max-width:none;margin:18px 0 0;padding:15px;border:1px solid rgba(13,35,64,.08);border-radius:16px;background:rgba(220,229,240,.16)}.wicam-article-tags a{display:inline-flex;align-items:center;min-height:30px;margin:3px;padding:0 10px;border:1px solid rgba(13,35,64,.08);border-radius:999px;background:var(--wicam-offwhite);color:var(--wicam-text-muted);font-size:9.5px;text-decoration:none}.wicam-article-tags a:hover{border-color:rgba(27,166,176,.28);color:var(--wicam-indigo-900)}
.wicam-post-nav{max-width:none;margin:14px 0 0}.wicam-post-nav a{position:relative;overflow:hidden;min-height:94px;padding:17px 18px;border:1px solid rgba(13,35,64,.09);border-radius:17px;background:rgba(245,248,252,.96);box-shadow:0 9px 26px rgba(7,22,38,.04)}.wicam-post-nav a:after{content:"";position:absolute;right:0;top:0;width:3px;height:100%;background:var(--wicam-teal-500);opacity:.2;transition:opacity .2s ease}.wicam-post-nav a:hover:after{opacity:1}.wicam-post-nav small{font-size:9.5px}.wicam-post-nav strong{font-size:11px;line-height:1.75}
.wicam-comments{max-width:none;margin:18px 0 0;padding:24px;border:1px solid rgba(13,35,64,.09);border-radius:22px;background:rgba(245,248,252,.96);box-shadow:0 12px 34px rgba(7,22,38,.045)}.wicam-comments h2,.wicam-comments .comment-reply-title{margin:0 0 12px;color:var(--wicam-navy-950);font-size:clamp(1.1rem,.4vw + 1rem,1.3rem)}.wicam-comments .comment-notes{margin:0 0 14px;color:var(--wicam-text-muted);font-size:.82rem}.wicam-comments label{display:block;margin-bottom:6px;color:var(--wicam-indigo-900);font-size:.82rem;font-weight:750}.wicam-comments textarea,.wicam-comments input:not([type=submit]){min-height:44px;border-color:rgba(13,35,64,.11);background:rgba(245,248,252,.72);transition:border-color .18s ease,box-shadow .18s ease}.wicam-comments textarea{min-height:150px;resize:vertical}.wicam-comments textarea:focus,.wicam-comments input:not([type=submit]):focus{outline:none;border-color:var(--wicam-teal-500);box-shadow:0 0 0 3px rgba(27,166,176,.08)}.wicam-comments input[type=submit]{min-height:43px;padding-inline:19px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.wicam-comments input[type=submit]:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(7,22,38,.09)}
@media(max-width:980px){.wicam-article-hero{grid-template-columns:1fr}.wicam-article-hero__media{min-height:0}.wicam-article-hero__media img{min-height:0;aspect-ratio:16/9}.wicam-article-layout{grid-template-columns:1fr}.wicam-article-aside{position:static;grid-template-columns:minmax(0,1fr) minmax(180px,.55fr);align-items:start}.wicam-article-toc{grid-row:1/3}.wicam-article-note{min-height:100%}}
@media(max-width:767px){.wicam-content-single .wicam-content-shell{padding-block:18px 74px}.wicam-article-hero{gap:20px;padding:20px;border-radius:22px}.wicam-article-hero h1{max-width:none;font-size:clamp(1.55rem,7vw,2.05rem);line-height:1.55}.wicam-article-hero__meta>span{min-height:32px;font-size:9.5px}.wicam-article-hero__media{border-radius:17px}.wicam-article-hero__media img{aspect-ratio:4/3}.wicam-article-layout{margin-top:16px;gap:14px}.wicam-article-aside{grid-template-columns:1fr;gap:10px}.wicam-article-toc{grid-row:auto;order:1}.wicam-article-progress{order:2}.wicam-article-note{order:3;min-height:0}.wicam-article-toc summary{min-height:48px}.wicam-article-content{padding:22px 18px}.wicam-article-content :where(p,li){font-size:.94rem;line-height:2.02}.wicam-article-content h2{margin-top:36px;font-size:1.23rem}.wicam-article-content h3{margin-top:28px;font-size:1.08rem}.wicam-article-content :where(figure,.wp-caption){margin-block:22px}.wicam-article-content img{border-radius:14px}.wicam-post-nav{grid-template-columns:1fr}.wicam-comments{padding:19px 16px;border-radius:18px}}
@media(max-width:480px){.wicam-article-hero__kicker{gap:6px}.wicam-article-hero__meta{gap:6px}.wicam-article-hero__meta>span{padding-inline:8px}.wicam-article-content{padding-inline:16px}.wicam-article-note{grid-template-columns:34px 1fr}.wicam-article-note>span{width:34px;height:34px}}
@media(prefers-reduced-motion:reduce){.wicam-article-hero__back svg,.wicam-article-progress>i>em,.wicam-article-toc a[data-target],.wicam-comments input[type=submit]{transition:none!important}.wicam-comments input[type=submit]:hover{transform:none}}

/* 0.9.9.17 — Academy detail polish */
@media(min-width:981px){
  .wicam-article-hero{grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr)}
  .wicam-article-hero h1{max-width:none;font-size:clamp(1.5rem,1.55vw,2rem);line-height:1.55;white-space:nowrap}
}
.wicam-article-content{width:100%;max-width:none}
.wicam-article-content>:where(p,h2,h3,h4,h5,h6,ul,ol,blockquote,figure,table,.wp-block-group,.wp-block-columns){width:100%;max-width:none}
.wicam-article-content :where(p,h2,h3,h4,h5,h6,li){text-align:right}

.wicam-article-quick-buy{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:16px;overflow:hidden;margin:14px 0 0;padding:14px 16px;border:1px solid rgba(27,166,176,.18);border-radius:18px;background:linear-gradient(135deg,var(--wicam-indigo-900),var(--wicam-navy-950));color:var(--wicam-offwhite);text-decoration:none;box-shadow:0 12px 30px rgba(7,22,38,.075);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.wicam-article-quick-buy:before{content:"";position:absolute;right:-32px;top:-55px;width:140px;height:140px;border:1px solid rgba(27,166,176,.11);border-radius:50%;box-shadow:0 0 0 28px rgba(27,166,176,.018)}.wicam-article-quick-buy:hover{transform:translateY(-2px);border-color:rgba(27,166,176,.36);box-shadow:0 16px 36px rgba(7,22,38,.12)}.wicam-article-quick-buy__visual{position:relative;z-index:1;display:grid;width:72px;height:72px;place-items:center;overflow:hidden;border:1px solid rgba(220,229,240,.12);border-radius:16px;background:rgba(245,248,252,.07);color:var(--wicam-teal-500)}.wicam-article-quick-buy__visual img{width:100%;height:100%;object-fit:contain;background:var(--wicam-offwhite)}.wicam-article-quick-buy__visual svg{width:27px;height:27px}.wicam-article-quick-buy__copy{position:relative;z-index:1;display:grid;gap:2px;min-width:0}.wicam-article-quick-buy__copy small{font-family:var(--wicam-font-data);font-size:8.5px;font-weight:900;letter-spacing:.1em;color:var(--wicam-teal-500)}.wicam-article-quick-buy__copy strong{font-size:14px;line-height:1.65}.wicam-article-quick-buy__copy em{font-style:normal;font-size:9.5px;line-height:1.75;color:rgba(245,248,252,.62)}.wicam-article-quick-buy__cta{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 13px;border-radius:12px;background:var(--wicam-amber-500);color:var(--wicam-navy-950);font-size:10px;font-weight:900;white-space:nowrap}.wicam-article-quick-buy__cta svg{width:14px;height:14px;transition:transform .2s ease}.wicam-article-quick-buy:hover .wicam-article-quick-buy__cta svg{transform:translateX(-3px)}

.wicam-post-nav a{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:13px;padding:10px 11px;min-height:92px}.wicam-post-nav__media{display:grid;width:82px;height:70px;place-items:center;overflow:hidden;border-radius:12px;background:rgba(220,229,240,.36)}.wicam-post-nav__media img{display:block;width:100%;height:100%;object-fit:cover}.wicam-post-nav__media i{display:grid;width:100%;height:100%;place-items:center;color:var(--wicam-teal-500)}.wicam-post-nav__media svg{width:22px;height:22px}.wicam-post-nav__copy{display:grid;gap:3px;min-width:0}.wicam-post-nav__copy small{color:var(--wicam-teal-500);font-weight:850}.wicam-post-nav__copy strong{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:11px;line-height:1.75}

.wicam-comments .comment-reply-title{font-size:clamp(1rem,.28vw + .96rem,1.16rem);line-height:1.7}.wicam-comments .comment-form-comment{width:100%;margin:0 0 14px}.wicam-comments .comment-form-comment textarea{display:block;width:100%;max-width:none;min-height:170px;box-sizing:border-box}.wicam-comment-captcha{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:14px 0 16px;padding:13px 14px;border:1px solid rgba(27,166,176,.14);border-radius:15px;background:rgba(220,229,240,.2)}.wicam-comment-captcha__label{display:flex;align-items:center;gap:10px;min-width:0}.wicam-comment-captcha__label>span{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:11px;background:var(--wicam-indigo-900);color:var(--wicam-teal-500)}.wicam-comment-captcha__label svg{width:17px;height:17px}.wicam-comment-captcha__label div{display:grid;gap:1px}.wicam-comment-captcha__label b{font-size:10px;color:var(--wicam-navy-950)}.wicam-comment-captcha__label small{font-size:8.75px;line-height:1.65;color:var(--wicam-text-muted)}.wicam-comment-captcha__challenge{display:flex;align-items:center;gap:8px;direction:ltr}.wicam-comment-captcha__challenge label{margin:0;font-family:var(--wicam-font-data);font-size:13px;font-weight:900;white-space:nowrap;color:var(--wicam-indigo-900)}.wicam-comment-captcha__challenge input{width:70px!important;min-height:38px!important;padding:4px 8px!important;text-align:center}

@media(max-width:980px){.wicam-article-hero h1{max-width:none;font-size:clamp(1.42rem,4.2vw,1.85rem);line-height:1.55}.wicam-post-nav a{grid-template-columns:74px minmax(0,1fr)}.wicam-post-nav__media{width:74px;height:66px}}
@media(max-width:767px){
  .wicam-article-hero h1{font-size:clamp(1.24rem,5.5vw,1.55rem);line-height:1.6}
  .wicam-article-progress{position:fixed;z-index:9998;right:0;left:0;bottom:0;margin:0;padding:0;border:0;border-radius:0;background:rgba(7,22,38,.96);box-shadow:0 -5px 20px rgba(7,22,38,.12);backdrop-filter:blur(8px)}
  .wicam-article-progress>div{height:22px;margin:0;padding:0 11px;justify-content:flex-end}
  .wicam-article-progress span{display:none}.wicam-article-progress b{font-size:8.5px;color:var(--wicam-offwhite)}
  .wicam-article-progress>i{height:2px;border-radius:0;background:rgba(220,229,240,.16)}
  .wicam-article-progress>i>em{border-radius:0}
  .wicam-article-quick-buy{grid-template-columns:56px minmax(0,1fr);gap:11px;padding:12px}.wicam-article-quick-buy__visual{width:56px;height:56px;border-radius:13px}.wicam-article-quick-buy__copy strong{font-size:12px}.wicam-article-quick-buy__copy em{font-size:8.5px}.wicam-article-quick-buy__cta{grid-column:1/-1;width:100%;min-height:36px}
  .wicam-post-nav a{grid-template-columns:68px minmax(0,1fr);min-height:82px}.wicam-post-nav__media{width:68px;height:60px}.wicam-comments .comment-reply-title{font-size:1.02rem}.wicam-comment-captcha{align-items:stretch;flex-direction:column}.wicam-comment-captcha__challenge{justify-content:space-between}
}
@media(prefers-reduced-motion:reduce){.wicam-article-quick-buy,.wicam-article-quick-buy__cta svg{transition:none!important}.wicam-article-quick-buy:hover{transform:none}}

/* 0.9.9.17 — Article text truly spans the available content card width.
 * theme.css intentionally limits generic non-Elementor paragraphs to 72ch;
 * Academy articles opt out of that generic readability cap because their
 * dedicated article card already controls the readable canvas and padding. */
body.single-post .wicam-entry:not(.wicam-entry--elementor) .wicam-article-content :where(p,ul,ol,blockquote,h2,h3,h4,h5,h6){
  width:100%!important;
  max-width:none!important;
}
body.single-post .wicam-entry:not(.wicam-entry--elementor) .wicam-article-content :where(p,li){
  max-width:none!important;
}
