/*!
Theme Name: _wt
Theme URI: https://wind.press/go/_wt/
Author: WindPress
Description: A custom theme based on _wt
Version: 0.0.61
Requires at least: 6.8
Requires PHP: 7.4
License: GPLv3
Text Domain: _wt
*/
 :root{--accent:rgb(74, 79, 88);--accent_light:#8da2b3;--bg:#fbfaf8;--surface:#ffffff;u --text:#000000;--muted:#6b7280;--border:#e6e3df;--radius:14px;--pad-x:22px;--h1:28px;--h2:22px;--body:1rem;--meta:14px;--measure-mobile:680px;--measure-desktop:780px;--sidebar-width:80px}html,body{background:var(--bg);color:var(--text);margin:0;padding:0}body{font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-size:var(--body)!important;line-height:1.65}h1,h2,h3{font-family:"Cal Sans UI",Georgia,serif!important;letter-spacing:-0.01em!important;color:#253556!important}a{//color:var(--accent);color:#00008B;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:2px;text-decoration-thickness:1px}a:hover{//color:var(--text);//color:#000;text-decoration-style:solid}.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;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-layout{display:flex;align-items:flex-start;min-height:100vh}@media (max-width:768px){.site-layout{flex-direction:column}}.site-content{display:flex;align-items:flex-start;min-height:100vh}@media (max-width:768px){.site-content{padding:0 1.5rem;box-sizing:border-box}}.site-footer{font-size:.9rem}.site-content-wrapper{flex:1;display:flex;flex-direction:column;min-width:0;background-color:#fff}@media (max-width:768px){#page,.site-layout,.site-content,.site-content-wrapper{max-width:100vw;overflow-x:hidden}}.uv-sidebar{width:var(--sidebar-width);flex-shrink:0;border-right:1px solid #e2e8f0;height:100vh;position:sticky;top:0;background:#fff;display:none;flex-direction:column;align-items:center;padding:1.5rem .5rem;z-index:999;background-color:#fff;box-sizing:border-box;overflow:hidden}@media (max-width:768px){.uv-sidebar{width:100%;height:auto;position:fixed;bottom:0;top:auto;left:0;right:0;flex-direction:row;align-items:center;justify-content:space-around;padding:.5rem 0;border-right:none;border-top:1px solid var(--border);z-index:9999;box-shadow:0 -2px 8px rgb(0 0 0 / .05)}}.uv-avatar-link{display:block;margin-bottom:2rem;text-decoration:none}.uv-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;transition:transform 0.2s ease}.uv-avatar:hover{transform:scale(1.05)}.uv-avatar--logged-in{background-color:#253556;color:#fff;border:2px solid #253556}.uv-avatar--guest{background-color:#f1f5f9;color:#64748b;border:1px dashed #cbd5e1}.uv-sidebar__nav{display:flex;flex-direction:column;gap:1.5rem;align-items:center;width:100%}@media (max-width:768px){.uv-sidebar__nav{flex-direction:row;gap:0;width:100%;justify-content:space-around}}.uv-nav-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#64748b;gap:.25rem;padding:.5rem;border-radius:8px;transition:background 0.1s ease,color 0.1s ease}@media (max-width:768px){.uv-nav-item{padding:.25rem 0;gap:.15rem}}.uv-nav-item:hover{background-color:#f8fafc;color:#0f172a}.uv-nav-item--inactive{opacity:.5;cursor:not-allowed}.uv-nav-icon svg{width:28px;height:28px;stroke-width:1.5px}@media (max-width:380px){.uv-nav-icon svg{width:22px;height:22px}}#masthead{position:sticky;top:0;z-index:900;background:rgb(251 250 248 / .95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem}.uv-header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1280px;margin:0 auto;padding:0}@media (max-width:768px){.uv-header-inner{flex-wrap:nowrap!important;justify-content:space-between;padding:0}}.site-title a{font-family:"Cal Sans",Georgia,serif;font-weight:700;text-transform:uppercase;letter-spacing:.12em;text-decoration:none;color:var(--text);font-size:3rem}@media (max-width:768px){.site-title a{font-size:2rem}}@media (max-width:380px){.site-title a{font-size:1rem}}.button-small{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;line-height:1;transition:all 0.2s ease;background:var(--text);color:#fff;border:1px solid var(--text)}@media (max-width:768px){.button-small{white-space:nowrap;padding:5px 10px;font-size:.75rem}}@media (max-width:380px){.button-small{padding:5px 10px;font-size:.75rem}}.button-small:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-1px)}.button-small.button-outline{background:#fff0;color:var(--muted);border:1px solid var(--border)}.button-small.button-outline:hover{border-color:var(--text);color:var(--text);background:#fff0}.uv-nav-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--text);opacity:.85}@media (max-width:380px){.uv-nav-icon{width:22px;height:22px}}.uv-nav-icon svg,.uv-nav-icon path{width:100%;height:100%;display:block;fill:currentColor}.uv-nav-item:hover .uv-nav-icon{color:var(--accent);opacity:1}.uv-nav-item--inactive .uv-nav-icon{color:var(--muted);opacity:.5}.uv-avatar__initials.serif-font{font-family:"Gelasio",Georgia,serif;font-weight:700}.uv-nav-desktop{display:flex;align-items:center;gap:12px}@media (max-width:768px){.uv-nav-desktop{display:none!important}}.uv-nav-desktop .uv-context-links{display:flex;gap:2rem;align-items:center}.uv-nav-desktop .uv-context-links a{font-size:1rem;color:var(--muted);text-decoration:none;font-weight:500}.uv-nav-desktop .uv-context-links a:hover{color:var(--text)}.uv-hamburger{display:none}@media (max-width:768px){.uv-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:6px;z-index:10001}}.uv-mobile-menu{display:none}@media (max-width:768px){.uv-mobile-menu{position:fixed;top:0;right:-420px;width:280px;height:100vh;background:#fff;z-index:10000;transition:right 0.3s ease;padding:5rem 1.5rem 2rem;box-shadow:-4px 0 16px rgb(0 0 0 / .1)}}.uv-mobile-overlay{display:none}@media (max-width:768px){.uv-mobile-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .3);z-index:9999}}@media (max-width:768px){.uv-sidebar__profile{display:none}}@media (max-width:768px){.uv-nav-item .text-xs{font-size:.6rem}}@media (max-width:768px){.uv-sidebar__footer{display:none}}@media (max-width:768px){.site-branding{flex:0 0 auto!important;text-align:left;order:0}}@media (max-width:768px){.uv-context-links{display:none!important}}@media (max-width:768px){.uv-hamburger span{display:block;width:22px;height:2px;background:#000;border-radius:2px;transition:transform 0.25s ease,opacity 0.2s ease}}@media (max-width:768px){.uv-hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}}@media (max-width:768px){.uv-hamburger.is-open span:nth-child(2){opacity:0}}@media (max-width:768px){.uv-hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}@media (max-width:768px){.uv-mobile-menu.is-open{right:0}}@media (max-width:768px){.uv-mobile-menu__nav{display:flex;flex-direction:column;gap:0}}@media (max-width:768px){.uv-mobile-menu__nav a{display:block;padding:.875rem 0;font-size:1rem;font-weight:500;color:var(--text);text-decoration:none;border-bottom:1px solid var(--border)}}@media (max-width:768px){.uv-mobile-menu__nav a:last-child{border-bottom:none}}@media (max-width:768px){.uv-mobile-menu__nav a:hover{color:var(--accent)}}@media (max-width:768px){.uv-mobile-overlay.is-open{display:block}}@media (max-width:768px){.uv-feed-search{gap:.5rem;padding:0;margin-bottom:1rem}}@media (max-width:480px){.uv-feed-search{}}.uv-feed-search>div:first-child{flex:1 1 200px;min-width:0}@media (max-width:768px){.uv-feed-search>div:first-child{flex:1 1 auto}}.uv-feed-search>div:last-of-type{flex:0 0 auto}@media (max-width:768px){.uv-feed-search>div:last-of-type{margin-left:0}}@media (max-width:480px){.uv-feed-search>div:last-of-type{margin-left:0;align-self:flex-end}}.uv-feed-search input[type="search"]{width:100%;border:1px solid #e2e8f0;border-radius:.375rem;padding:.625rem .75rem;font-size:.875rem;color:#0f172a;background:#fff;outline:none;transition:border-color 0.15s,box-shadow 0.15s}@media (max-width:768px){.uv-feed-search input[type="search"]{padding:.5rem .625rem;font-size:.8rem}}.uv-feed-search input[type="search"]::placeholder{color:#94a3b8}.uv-feed-search input[type="search"]:focus{border-color:#cbd5e1;box-shadow:0 0 0 4px rgb(15 23 42 / .06)}.uv-feed-search .flex{display:flex;align-items:center;gap:.5rem}.uv-feed-search label[for="uv-sort"]{font-size:.75rem;color:#64748b;white-space:nowrap}@media (max-width:768px){.uv-feed-search label[for="uv-sort"]{font-size:.7rem}}.uv-feed-search select{border:1px solid #e2e8f0;border-radius:.375rem;padding:.625rem .75rem;font-size:.75rem;color:#0f172a;background:#fff;outline:none;cursor:pointer;transition:border-color 0.15s,box-shadow 0.15s;font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@media (max-width:768px){.uv-feed-search select{padding:.5rem;font-size:.7rem}}.uv-feed-search select:focus{border-color:#cbd5e1;box-shadow:0 0 0 4px rgb(15 23 42 / .06)}#uv-search:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 4px rgb(251 191 36 / .25)}.home-hero-buttons .wp-block-button__link{color:#ffffff!important;background-color:#1b2a4a}.home-hero-buttons .wp-block-button__link:hover{background-color:#24335f;color:#fff}.wp-block-image img.wp-image-236{width:clamp(220px, 28vw, 395px);height:auto}.uv-feed-search>div:first-child input[type="search"]{width:60%}.uv-feed-search>.flex{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.uv-feed-search-group{margin-top:4rem;margin-bottom:2rem}.uv-feed-search-group input[type="search"]{flex:1}.uv-archive{width:728px;margin:2rem auto 0}@media (max-width:600px){.uv-archive{margin:0 auto}}.uv-archive-title{font-size:2.5rem;margin-bottom:.2rem;margin-top:1.5rem}@media (max-width:600px){.uv-archive-title{margin-top:2rem;font-size:2rem;margin-bottom:.2rem}}.uv-archive-subhed{font-size:1.5rem;line-height:1.9rem;font-family:"Cal Sans UI";margin:0;font-weight:300}@media (max-width:600px){.uv-archive-subhed{font-size:1.2rem;line-height:1.5rem;font-family:"Cal Sans UI";margin:0 0 0 0;font-weight:300}}@media (max-width:768px){.uv-archive__title{font-size:1.5rem;margin-bottom:.75rem;margin-top:1.5rem}}.uv-thread-card{position:relative;border-radius:12px;overflow:hidden;background:#fff;color:#1a2332;border:1px solid #e2e6ea;// border-bottom:3px solid #94A9C3;//box-shadow:0 1px 4px rgb(0 0 0 / .05),0 2px 10px rgb(0 0 0 / .02);margin-bottom:2rem;transition:transform 0.15s ease,box-shadow 0.15s ease}@media (max-width:768px){.uv-thread-card{border-radius:10px;margin-bottom:2rem}}article.uv-thread-card a.uv-thread-card__link{display:block;text-decoration:none;color:inherit;padding:0}article.uv-thread-card a.uv-thread-card__link:first-of-type{padding:0}@media (max-width:768px){article.uv-thread-card a.uv-thread-card__link:first-of-type{padding:0}}.uv-thread-card__inner{padding:8px 16px;display:block;gap:0}@media (max-width:768px){.uv-thread-card__inner{padding:8px 16px;gap:10px}}@media (max-width:600px){.uv-thread-card__inner{padding:8px 16px}}.uv-thread-card__title{font-family:"Cal Sans UI","Gelasio",Georgia,serif;font-size:1.4rem;font-weight:600;line-height:1.3;color:#1a2332;margin:0}@media (max-width:768px){.uv-thread-card__title{font-size:1.075rem}}@media (max-width:600px){.uv-thread-card__title{font-size:1.1rem}}.uv-thread-card__rule{border:none;border-top:1px solid #e2e6ea;margin:7px 0}@media (max-width:600px){.uv-thread-card__rule{margin:5px 0}}.uv-thread-card__thesis{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:1rem;line-height:1.3rem;color:#4a5568;margin:0;line-height:1.55}@media (max-width:600px){.uv-thread-card__thesis{font-size:1rem}}.uv-thread-card__footer{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:4px 12px;font-size:.8125rem;border-top:1px solid #e2e6ea;background:#f7f8f9;padding:4px 16px}@media (max-width:768px){.uv-thread-card__footer{font-size:.75rem}}@media (max-width:600px){.uv-thread-card__footer{flex-direction:column;gap:6px;padding:4px 16px}}.uv-thread-card__meta{display:flex;align-items:baseline;gap:5px;font-size:.8125rem;color:#9CA3AF;margin-bottom:0;white-space:nowrap}@media (max-width:600px){.uv-thread-card__meta{white-space:normal;flex-wrap:wrap;font-size:.75rem;gap:3px}}.uv-thread-card__date{color:#9CA3AF}.uv-thread-card__sep{color:#d1d5db}.uv-thread-card__author{color:#1a2332;font-weight:600;cursor:pointer}.uv-thread-card__author:hover{text-decoration:underline}.uv-thread-card:hover{// box-shadow:0 2px 8px rgb(0 0 0 / .08),0 4px 20px rgb(0 0 0 / .04);border-color:#cbd5e1}.uv-thread-card__link{display:block;text-decoration:none!important;color:inherit;padding:0}.uv-thread-card a.uv-thread-card__link{display:block;padding:0}.uv-thread-card a.uv-thread-card__link:first-of-type{padding:0}.uv-thread-card__footer a{display:inline;padding:0;margin:0;border:0;background:none}.uv-thread-card__footer a.uv-thread-card__link{display:none}.uv-profilethreads .uv-thread-card{margin-bottom:2rem}.uv-thread-card a{text-decoration:none!important;color:inherit;padding:0}.uv-thread{max-width:858px;margin:2rem auto;padding:0}@media (max-width:768px){.uv-thread{margin-top:0;max-width:100%}}.uv-share-icons{width:728px;margin:1rem auto 0;display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.uv-share-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:1.4rem;background:rgb(251 250 248 / .95);color:#000;border:1px solid var(--border);border-radius:6px;text-decoration:none;cursor:pointer;transition:background 0.15s ease,transform 0.15s ease}.uv-share-icon:hover{border:1px solid #000;color:blue}.uv-share-icon:active{transform:translateY(0)}.uv-share-icon i{font-size:.9rem;line-height:1}.uv-thread__section{margin-bottom:4rem}.uv-quotes{display:grid;max-width:878px;grid-template-columns:repeat(2,1fr);gap:2rem 2rem}@media (max-width:1024px){.uv-quotes{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.uv-quotes{grid-template-columns:1fr}}#recommendations{padding-top:3rem}.uv-recommendations{border:1px solid var(--border);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.uv-recommendations__header{padding:.3rem 1rem;background:#BDEEF6;font-weight:600;display:flex;justify-content:space-between;align-items:center;font-family:"Cal Sans UI"}.uv-recommendations__body{padding:.6rem 1rem}.uv-recommendations__body ul,.uv-recommendations__body ol{padding-left:1rem;margin-top:0;margin-bottom:0}.thread-author-profile{font-size:.85rem;margin:1rem auto 0 auto}@media (min-width:768px){.thread-author-profile{width:728px}}.thread-author-profile p:first-of-type{display:inline}.uv-thread__header{max-width:728px;margin:0 auto 1.5rem}.uv-thread__title{font-size:2.25rem;line-height:1.15;font-weight:600;margin-top:1.5rem}@media (max-width:768px){.uv-thread__title{font-size:1.75rem;margin-top:2rem}}.uv-thread__description{font-size:1rem;line-height:1.5;max-width:728px;margin:0 auto}.uv-quote__text{font-size:1rem;line-height:1.5rem;font-size:1.1rem;flex:1;min-width:0;font-family:"Gelasio",Georgia;margin:0}@media (max-width:768px){.uv-quote__text{font-size:1rem}}.uv-quote__source{font-size:.85rem;font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@media (max-width:768px){.uv-quote__source{font-size:.85rem;font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}}.uv-quote{border:1px solid var(--border);border-radius:10px;background:var(--surface);overflow:hidden;display:flex;flex-direction:column;padding:0!important}.uv-quote__header{padding:0rem;background:#fafafa;font-weight:500;font-family:"Cal Sans UI";font-size:1.1rem;display:flex;align-items:center;justify-content:space-between}.uv-quote__body{border-top:1px solid var(--border);background:var(--surface);flex:1;display:flex;flex-direction:column}@media (max-width:768px){.uv-quote__body{}}.uv-quote__text a{color:var(--text);overflow-wrap:break-word}.uv-quote__context{font-size:.9rem;color:var(--text);background:#fafafa;padding:.3rem 1rem;border-radius:4px;margin-top:auto;border-top:1px solid var(--border)}@media (max-width:768px){.uv-quote__context{font-size:.95rem}}.uv-quote__image{border-radius:6px;overflow:hidden;aspect-ratio:16/10;cursor:pointer;margin:.3rem 0 .3rem}.uv-quote__source-link{padding:0;cursor:pointer;background:none;border:0;font-size:.85rem;font-family:'Cal Sans UI';font-weight:400;text-decoration:none;color:var(--primary)}.uv-quote__feature-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:#fff0;color:var(--border);cursor:pointer;flex-shrink:0;margin-right:6px;border-radius:50%;transition:color 0.15s ease,background 0.15s ease}.uv-quote__feature-btn:hover{color:var(--accent);background:rgb(63 85 104 / .08)}.uv-quote__feature-btn .uv-check-path{opacity:0;transition:opacity 0.15s ease}.uv-quote__feature-btn.is-active{color:#16a34a}.uv-quote__feature-btn.is-active .uv-check-path{opacity:1}.flip-card{overflow:hidden;perspective:1000px;padding:.6rem 1rem .5rem;height:100%}.flip-card-inner{display:grid;transition:none;transform-style:preserve-3d;height:100%;grid-template-columns:minmax(0,1fr)}.flip-card-front,.flip-card-back{grid-area:1/1;-webkit-backface-visibility:hidden;backface-visibility:hidden}.flip-card-back{margin:0;font-style:normal;transform:rotateY(180deg);line-height:1.2}@media (max-width:768px){details.uv-quote{border-radius:8px;margin-bottom:5px}}@media (max-width:768px){.uv-quote__summary{padding:7px 10px;font-size:.875rem}}.uv-feed-search-btn,#comment-submit,#wp-submit{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.1rem;margin-left:.5rem;font-size:.875rem;font-weight:500;line-height:1.2;font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#fff;background-color:#3f5568;border:1px solid #3f5568;border-radius:.375rem;cursor:pointer;// box-shadow:0 1px 2px rgb(15 23 42 / .15);transition:background-color 120ms ease,border-color 120ms ease,box-shadow 120ms ease,transform 80ms ease}.uv-feed-search-btn:hover,#comment-submit:hover,#wp-submit:hover{background-color:#324457;border-color:#324457;// box-shadow:0 2px 5px rgb(15 23 42 / .25)}.uv-feed-search-btn:active,#comment-submit:active,#wp-submit:active{transform:translateY(1px);//box-shadow:0 1px 2px rgb(15 23 42 / .2)}.uv-feed-search-btn:focus-visible,#comment-submit:focus-visible,#wp-submit:focus-visible{outline:2px solid #facc15;outline-offset:2px}ul.comments-root{list-style:none;margin:0;padding:0}ul.children{list-style:none}article.comment-body{border-left:2px dashed var(--border);padding-left:1rem;margin-top:1.5rem}.comment-author{font-weight:700;font-size:1.15rem;line-height:1rem}.comment-metadata{font-size:.85rem;color:grey;line-height:.95rem}.comment-metadata a{text-decoration:none}.comment-text{font-size:1rem;color:#000;padding:.5rem 0}a.comment-reply-link{font-size:.85rem;color:var(--accent);line-height:.95rem;text-decoration:none}a#cancel-comment-reply-link{padding-left:2rem;font-weight:400}#comment{width:100%;font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:var(--body);padding:.5rem;box-sizing:border-box;border:1px solid #ddd}.uv-profile{width:728px;margin:2rem auto}@media (min-width:768px){.uv-profile{margin:2rem auto;width:728px}}@media (max-width:480px){.uv-profile{padding:1.5rem 1rem}}.uv-profileavatar{width:88px;height:88px;border-radius:50%;background:var(--wp--preset--color--text,#2E2630);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;flex-shrink:0}@media (min-width:768px){.uv-profileavatar{width:104px;height:104px}}.uv-profileinitials{font-family:var(--wp--preset--font-family--heading-serif,Gelasio,Georgia,serif);font-weight:700;font-size:28px;letter-spacing:.02em;line-height:1;color:#fff}@media (min-width:768px){.uv-profileinitials{font-size:34px}}.uv-profilename{font-size:2.5rem;margin-bottom:.2rem;margin-top:1.5rem}.uv-profilehandle{font-family:var(--wp--preset--font-family--body-sans,Inter,sans-serif);font-size:15px;color:var(--wp--preset--color--text,#2E2630);opacity:.55;margin:0 0 14px;letter-spacing:.01em}.uv-profilebio{font-family:var(--wp--preset--font-family--body-sans,Inter,sans-serif);font-size:16px;line-height:1.55;color:var(--wp--preset--color--text,#2E2630);opacity:.9;max-width:480px;margin:0 0 16px}.uv-profilemeta{color:var(--muted);font-size:.9rem;margin-bottom:18px}.uv-profilemeta-separator{opacity:.5}.uv-profileedit-link{display:inline-block;font-family:var(--wp--preset--font-family--body-sans,Inter,sans-serif);font-size:14px;font-weight:500;color:var(--wp--preset--color--primary,#3454A5);text-decoration:underline;text-underline-offset:3px}.uv-profilethreads{margin-top:4rem}.uv-profilesection-title{font-family:var(--wp--preset--font-family--heading-serif,Gelasio,Georgia,serif);font-size:22px;font-weight:700;margin:0 0 14px;color:var(--wp--preset--color--text,#2E2630)}.uv-profileempty{padding:32px 20px;text-align:center;border:1px dashed rgb(46 38 48 / .2);border-radius:12px;color:var(--wp--preset--color--text,#2E2630);opacity:.7;font-size:15px}body.page-id-31 .uv-account{width:728px;margin:2rem auto;background:#fff}@media (max-width:768px){body.page-id-31 .uv-account{margin:0rem auto 0}}body.page-id-31 .uv-account__title{font-size:2.5rem;margin-bottom:.2rem;margin-top:1.5rem}@media (max-width:768px){body.page-id-31 .uv-account__title{font-size:2rem;margin-top:2rem}}body.page-id-31 .uv-btn{display:flex;justify-content:center;align-items:center;padding:12px;border-radius:8px;font-weight:600;text-decoration:none;text-align:center}body.page-id-31 .uv-btn--primary{background:var(--text);color:#fff}body.page-id-31 .uv-btn--secondary{background:#fff;border:1px solid var(--border);color:var(--text)}.uv-dashboard-section{margin-top:4rem}.uv-account-bio{margin-top:2rem;border-top:1px solid #e2e8f0}.uv-account-bio__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.75rem}@media (max-width:480px){.uv-account-bio__header{flex-direction:column;gap:.25rem}}.uv-account-bio__view-profile{font-size:.8125rem;color:#64748b;text-decoration:none}.uv-account-bio__view-profile:hover{color:#0f172a;text-decoration:underline}.uv-account-bio__textarea{width:100%;padding:.75rem;box-sizing:border-box;font-family:inherit;font-size:.9375rem;line-height:1.5;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;resize:vertical;min-height:80px;transition:border-color 0.2s,box-shadow 0.2s}.uv-account-bio__textarea:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 4px rgb(251 191 36 / .25)}.uv-account-bio__textarea::placeholder{color:#94a3b8}.uv-account-bio__footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.uv-account-bio__charcount{font-size:.75rem;color:#94a3b8}.uv-account-bio__charcount--warn{color:#f59e0b;font-weight:600}.uv-account-bio__save{padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;color:#fff;background-color:#0f172a;border:none;border-radius:6px;cursor:pointer;transition:background-color 0.2s}.uv-account-bio__save:hover{background-color:#324457;border-color:#324457}.uv-account-bio__save:disabled{opacity:.5;cursor:not-allowed}.uv-account-bio__status{font-size:.8125rem;margin-top:.5rem;min-height:1.25rem}.uv-account-bio__status--success{color:#16a34a}.uv-account-bio__status--error{color:#dc2626}.thread-list{display:grid;grid-template-columns:auto auto auto auto}@media (max-width:768px){.thread-list{grid-template-columns:auto auto auto}}.thread-list-header{font-weight:700;font-size:1rem;border-bottom:1px solid #000;padding-left:2rem}.thread-list-header:first-child{padding-left:0}.thread-list-title{padding:.2rem 0;border-bottom:1px solid grey}.thread-list-date{color:var(--muted);padding:.2rem 0rem .2rem 2rem;border-bottom:1px solid grey}@media (max-width:768px){.thread-list-date{display:none}}.thread-list-status{color:var(--muted);padding:.2rem 0rem .2rem 2rem;border-bottom:1px solid grey}.thread-list-actions{padding:.2rem 0rem .2rem 2rem;border-bottom:1px solid grey}@media (max-width:768px){.thread-list-header-last-edit{display:none}}@media (max-width:768px){section.uv-account{padding:0}}@media (max-width:768px){section.uv-account .uv-when-logged-out,section.uv-account .uv-when-logged-in{// margin:2rem auto 0;// padding:20px 16px 24px}}@media (max-width:768px){section.uv-account .uv-account__actions{margin-top:20px;margin-bottom:12px;gap:8px}}@media (max-width:768px){section.uv-account .uv-btn,section.uv-account .uv-btn--primary,section.uv-account .uv-btn--secondary{padding:14px 20px;min-height:48px;font-size:16px}}@media (max-width:768px){section.uv-account .uv-account__footer,section.uv-account a[href*="lostpassword"],section.uv-account a[href*="resetpassword"]{display:block;margin-top:12px}}.uv-search-users{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:0 1rem}.uv-user-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;text-decoration:none;color:inherit;transition:border-color 0.2s,box-shadow 0.2s}.uv-user-card:hover{border-color:#cbd5e1;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.uv-user-card__avatar{width:40px;height:40px;border-radius:50%;background-color:#0f172a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.uv-user-card__initials{color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:.05em}.uv-user-card__info{flex:1;min-width:0;display:flex;flex-direction:column}.uv-user-card__name{font-size:.9375rem;font-weight:600;color:#0f172a;line-height:1.3}.uv-user-card__handle{font-size:.75rem;color:#94a3b8}.uv-user-card__bio{font-size:.8125rem;color:#64748b;margin-top:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:480px){.uv-user-card__bio{display:none}}.uv-user-card__threads{font-size:.75rem;color:#94a3b8;white-space:nowrap;flex-shrink:0}.uv-editorial{margin:2rem auto 4rem;width:728px}@media (max-width:768px){.uv-editorial{margin:0rem auto 4rem}}.uv-editorial__title{font-size:2.5rem;line-height:1.15;font-weight:600;margin-top:1.5rem;margin-bottom:0}@media (max-width:768px){.uv-editorial__title{margin-top:2rem;font-size:2rem}}.uv-editorial__content{font-family:'Inter',sans-serif;font-size:1rem;line-height:1.75;color:var(--text,#1e293b)}.uv-editorial__content h2{font-family:'Gelasio',serif;font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:.75rem}.uv-editorial__content h3{font-family:'Inter',sans-serif;font-size:1.125rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem}.uv-editorial__content ul,.uv-editorial__content ol{margin-bottom:1.25rem;padding-left:1.5rem}.uv-editorial__content li{margin-bottom:.5rem}.uv-editorial__content blockquote{border-left:3px solid var(--border,#e2e8f0);padding-left:1rem;margin:1.5rem 0;color:var(--muted,#64748b);font-style:italic}.uv-editorial .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:1000px}.uv-about__card .wp-block-image{margin:0}.uv-about__card .wp-block-image img{width:100%;height:220px;object-fit:cover}.uv-about__card{transition:box-shadow 0.2s ease}.uv-about__card:hover{box-shadow:0 8px 32px rgb(0 0 0 / .06)}.uv-about__feature{overflow:hidden}.uv-about__feature .wp-block-image{margin:0;height:100%}.uv-about__feature .wp-block-image img{width:100%;height:100%;object-fit:cover;min-height:360px}@media (max-width:860px){.uv-about__feature .wp-block-image img{min-height:220px;height:220px}}.uv-about__card .wp-block-list li::marker{color:#C78A2A}.uv-contact-form{display:grid;gap:.9rem;margin-top:.5rem;width:95%!important}.uv-contact-form__field label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#5A5260;margin-bottom:.25rem}.uv-contact-form__field input,.uv-contact-form__field textarea{width:100%;border-radius:8px;border:1px solid #e2e0dc;padding:.6rem .75rem;font-size:.95rem;line-height:1.4}.uv-contact-form__field textarea{resize:vertical;min-height:150px}.uv-contact-form__required{color:#C78A2A}.uv-contact-form__submit{margin-top:.5rem;border-radius:999px;border:none;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:#1B2A3B;color:#fff;cursor:pointer}.uv-contact-form__submit:hover{background:#24354a}.uv-contact-form__success{margin-top:.75rem;font-size:.9rem;color:#437a22}@media (max-width:768px){.uv-contact-form__alert{padding:.75rem 1rem;border-radius:8px;font-size:.95rem;line-height:1.5;margin-bottom:1.25rem}}@media (max-width:768px){.uv-contact-form__alert--success{background:#f1f7ee;color:#2f5e22;border:1px solid #cfe3c2}}@media (max-width:768px){.uv-contact-form__alert--error{background:#fdf2f0;color:#8a2e1f;border:1px solid #f1c8bf}}@media (max-width:768px){.uv-feedback{padding:1rem}}body.page-id-29 .site-content{max-width:100%;margin:0 auto;background-color:#fff;min-height:100vh;padding:0}@media (max-width:768px){body.page-id-29 .site-content{padding:0 .75rem;padding-bottom:5rem}}.acf-form{max-width:728px;margin:0 auto}.acf-fields>.acf-field{border-top:none;padding:1rem 0}.acf-label label{font-family:'Inter',sans-serif;font-size:.875rem;font-weight:600;color:#1e293b;letter-spacing:.01em}.acf-required{color:#dc2626}.acf-form .acf-input input[type="text"],.acf-form .acf-input input[type="url"],.acf-form .acf-input input[type="email"],.acf-form .acf-input input[type="number"],.acf-form .acf-input textarea,.acf-form .acf-input select{font-family:'Inter',sans-serif;font-size:.9375rem;border:1px solid #cbd5e1;border-radius:4px;padding:.4rem .75rem;background:#fff;color:#0f172a;width:100%;transition:border-color 0.15s ease}.acf-form .acf-input input:focus,.acf-form .acf-input textarea:focus,.acf-form .acf-input select:focus{border-color:#1e293b;outline:none;box-shadow:0 0 0 2px rgb(30 41 59 / .1)}.acf-form .acf-input textarea{resize:vertical}.acf-form .acf-post-title input{font-family:'Gelasio',serif;font-size:1.5rem;font-weight:600;border:1px solid #cbd5e1;border-radius:4px;padding:.75rem}.acf-repeater .acf-table{border:1px solid #e2e8f0;border-radius:4px;overflow:hidden}.acf-repeater .acf-table thead th{background:#f8fafc;font-family:'Inter',sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;padding:.5rem .75rem}.acf-repeater .acf-row td{border-top:1px solid #e2e8f0;padding:.75rem;vertical-align:top}.acf-repeater .acf-row-handle{background:#f8fafc;width:24px}.acf-repeater .acf-actions .acf-button{font-family:'Inter',sans-serif;font-size:.8125rem;font-weight:500;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;color:#1e293b;padding:.5rem 1rem;cursor:pointer}.acf-repeater .acf-actions .acf-button:hover{background:#e2e8f0}.acf-repeater .acf-row-handle .acf-icon.-minus{background:#fee2e2;color:#dc2626}.acf-form-submit input[type="submit"]{height:auto!important}.acf-form-submit input[type="submit"]:hover{background:var(--accent)}.acf-editor-wrap iframe{min-height:0!important;height:100px!important}body.page-template-page-submit-thread .site-content{max-width:100%;padding-left:2rem;padding-right:2rem}.uv-submit__form-wrap{width:728px;margin:0 auto}.uv-submit__form-wrap .acf-repeater .acf-table{width:100%;table-layout:fixed}.uv-submit__form-wrap .acf-repeater .acf-table td.acf-field{min-width:0}body.page-id-29 .uv-submit__form-wrap{margin:0 auto;background:#fff}@media (max-width:768px){body.page-id-29 .uv-submit__form-wrap{padding:0 .75rem;border-radius:10px;margin:0;max-width:100%;box-sizing:border-box}}body.page-id-29 .site-main{max-width:900px;margin:2rem auto}@media (max-width:768px){body.page-id-29 .site-main{margin:0rem auto}}body.page-id-29 .entry-title{font-size:2.5rem;line-height:1.15;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem}@media (max-width:768px){body.page-id-29 .entry-title{font-size:2rem;margin-top:2rem}}.uv-submit-buttons .uv-btn--secondary{line-height:63px;flex-shrink:0}div.mce-toolbar-grp>div{padding:0px!important}div.mce-statusbar{// display:none!important}@media (max-width:768px){.acf-form,.acf-fields,.acf-input input,.acf-input textarea{max-width:100%;box-sizing:border-box}}.wp-login-logo{display:none};.login .message,.login .notice,.login .success{border-left:4px solid #72aee6;padding:12px;margin-left:0;margin-bottom:20px;background-color:#fff;box-shadow:0 1px 1px 0 rgb(0 0 0 / .1);word-wrap:break-word}.login .success{border-left-color:#00a32a}.login .notice-error{border-left-color:#d63638}.login .login-error-list{list-style:none}.login .login-error-list li+li{margin-top:4px}#loginform p.submit,.login-action-lostpassword p.submit{border:none;margin:-10px 0 20px}.login .input::-ms-clear{display:none}.login .pw-weak{margin-bottom:15px}.login .button.wp-hide-pw{background:0 0;border:1px solid #fff0;box-shadow:none;font-size:14px;line-height:2;width:2.5rem;height:2.5rem;min-width:40px;min-height:40px;margin:0;padding:5px 9px;position:absolute;right:0;top:0}.login .button.wp-hide-pw:hover{background:0 0}.login .button.wp-hide-pw:focus{background:0 0;border-color:#3582c4;box-shadow:0 0 0 1px #3582c4;outline:2px solid #fff0}.login .button.wp-hide-pw:active{background:0 0;box-shadow:none;transform:none}.login .button.wp-hide-pw .dashicons{width:1.25rem;height:1.25rem;top:.25rem}.login .wp-pwd{position:relative}.no-js .hide-if-no-js{display:none}.login form{margin:24px 0 0 0;padding:15px 25px 25px;font-weight:400;overflow:hidden;background:#fff;border:1px solid var(--border);box-shadow:0 4px 12px rgb(0 0 0 / .05);border-radius:18px}.login form.shake{animation:shake .2s cubic-bezier(.19,.49,.38,.79) both;animation-iteration-count:3;transform:translateX(0)}@keyframes shake{25%{transform:translateX(-20px)}75%{transform:translateX(20px)}100%{transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.login form.shake{animation:none;transform:none}}.login-action-confirm_admin_email #login{width:60vw;max-width:650px;margin-top:-2vh}@media screen and (max-width:782px){.login-action-confirm_admin_email #login{box-sizing:border-box;margin-top:0;padding-left:4vw;padding-right:4vw;width:100vw}}.login form .forgetmenot{font-weight:400;float:left;margin-bottom:0}.login .button-primary{float:right}.login .reset-pass-submit{display:flex;flex-flow:row wrap;justify-content:space-between}.login .reset-pass-submit .button{display:inline-block;float:none;margin-bottom:6px}.login .admin-email-confirm-form .submit{text-align:center}.admin-email__later{text-align:left}.login form p.admin-email__details{margin:1.1em 0}.login .admin-email__heading{border-bottom:1px #f0f0f1 solid;color:#50575e;font-weight:400;padding-bottom:.5em;text-align:left}.admin-email__actions div{padding-top:1.5em}.login .admin-email__actions .button-primary{float:none;margin-left:.25em;margin-right:.25em}#login form p{margin-bottom:0}#login #reg_passmail,#login form .indicator-hint{margin-bottom:16px}#login form p.submit{margin:0;padding:0}.login label{font-size:14px;line-height:1.5;display:block;margin-bottom:3px}.login .forgetmenot label,.login .pw-weak label{line-height:1.5;vertical-align:top;display:inline;font-size:.95rem}.login p.forgetmenot{margin-top:0}#login{width:375px;padding:5% 0 0;margin:0 auto}.login #nav{margin:.75rem 0 0}#backtoblog{display:none;margin:16px 0;word-wrap:break-word}.login #backtoblog,.login #nav{font-size:13px;padding:0 24px}.login #backtoblog a,.login #nav a{text-decoration:none;color:#50575e}.login #backtoblog a:hover,.login #nav a:hover{color:#135e96}.login #backtoblog a:focus,.login #nav a:focus{color:#043959}.login .privacy-policy-page-link{text-align:center;width:100%;margin:3em 0 2em}.login form .input,.login input[type=password],.login input[type=text]{font-size:1rem;line-height:1;width:325px;border:1px solid #cbd5e1;border-radius:4px;padding:.4rem .75rem;background:#fff;transition:border-color 0.15s ease;margin:0 0 16px 0;max-height:none;font-family:'Inter',sans-serif;box-sizing:border-box}.login input.password-input{font-family:Consolas,Monaco,monospace}.login form .input,.login form input[type=checkbox],.login input[type=text]{background:#fff}.js.login-action-resetpass input[type=password],.js.login-action-resetpass input[type=text],.js.login-action-rp input[type=password],.js.login-action-rp input[type=text]{margin-bottom:0}.login #pass-strength-result{font-weight:600;margin:-1px 5px 16px 0;padding:6px 5px;text-align:center;width:100%}body.interim-login{height:auto}.interim-login #login{padding:0;margin:5px auto 20px}.interim-login.login h1 a{width:auto}.interim-login #login_error,.interim-login.login .message{margin:0 0 16px}.interim-login.login form{margin:0}.screen-reader-text,.screen-reader-text span{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}input::-ms-reveal{display:none}#language-switcher{padding:0;overflow:visible;background:0 0;border:none;box-shadow:none}#language-switcher select{margin-right:.25em}.language-switcher{margin:0 auto;padding:0 0 24px;text-align:center}.language-switcher label{margin-right:.25em}.language-switcher label .dashicons{width:auto;height:auto}.login .language-switcher .button{margin-bottom:0}@media screen and (max-height:550px){#login{padding:20px 0}#language-switcher{margin-top:0}}@media screen and (max-width:782px){.interim-login input[type=checkbox]{width:1rem;height:1rem}.interim-login input[type=checkbox]:checked:before{width:1.3125rem;height:1.3125rem;margin:-.1875rem 0 0 -.25rem}#language-switcher label,#language-switcher select{margin-right:0}}@media screen and (max-width:400px){.login .language-switcher .button{display:block;margin:5px auto 0}.login form .input,.login input[type=password],.login input[type=text]{width:100%}#login{padding:5% 0 0;margin:0 auto}}#caps-warning{display:none}