/*
Theme Name: TudCloud Journal
Version: 1.0.0
Description: A bespoke editorial theme for TudCloud.
Author: TudCloud
*/
:root{--navy:#0b172b;--ink:#17263b;--muted:#5b6b80;--teal:#70ead0;--line:#dce3ea;--paper:#f6f8fb}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}a:hover{color:#087b68}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #128cba;outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.14;letter-spacing:-.045em}button,input{font:inherit}.header{max-width:1320px;margin:auto;min-height:100px;padding:20px 48px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-size:25px;font-weight:800;letter-spacing:-1px;display:flex;align-items:center;gap:10px}.mark{display:inline-grid;place-items:center;background:var(--navy);color:var(--teal);width:38px;height:38px;border-radius:10px;font-size:29px}.journal{font-size:15px;color:var(--muted);font-weight:500;letter-spacing:0}.header nav{display:flex;gap:25px;align-items:center;font-size:14px;font-weight:650}.nav-cta{border:1px solid #c9d2de;border-radius:6px;padding:10px 15px}.hero{background:var(--navy);color:white;padding:76px max(48px,calc((100vw - 1224px)/2));display:grid;grid-template-columns:1.6fr 1fr;gap:80px;position:relative;overflow:hidden;border-bottom:5px solid var(--teal)}.eyebrow{font-size:12px;font-weight:750;letter-spacing:.17em;margin-bottom:25px;color:#4c6c80}.hero .eyebrow,.cta .eyebrow{color:var(--teal)}.hero h1{font-size:clamp(40px,4.5vw,68px);font-weight:650;line-height:1.07;margin-bottom:28px}.hero h1 span{color:var(--teal)}.intro{color:#b8c7d9;max-width:530px;font-size:18px;line-height:1.8;margin-bottom:33px}.button{display:inline-flex;gap:35px;align-items:center;justify-content:center;padding:13px 22px;background:var(--teal);color:#0b2a29;font-size:14px;font-weight:750;border-radius:5px}.button:hover{background:#b4f5e7;color:#082d25}.hero-aside{padding-top:10px}.hero-aside>a{display:flex;align-items:center;gap:18px;border-bottom:1px solid #304057;padding:23px 0}.hero-aside>a:hover{color:var(--teal)}.hero-aside>a>span:last-child{margin-left:auto;color:var(--teal);font-size:24px}.hero-aside h2{font-size:21px;margin-bottom:6px;letter-spacing:-.025em}.hero-aside p{font-size:14px;color:#a3b6cd;margin:0}.num{font-size:12px;color:#82a09d}.aside-foot{padding-top:22px}.feed{max-width:1320px;margin:auto;padding:68px 48px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:30px}.section-head .eyebrow{margin-bottom:12px}.section-head h2{font-size:38px;margin-bottom:20px}.section-head form{display:flex;border-bottom:1px solid #aebac8;max-width:100%}.section-head input{background:transparent;border:0;padding:10px 0;min-width:0;width:205px;font-size:14px;color:var(--ink)}.section-head button{border:0;background:transparent;cursor:pointer;font-size:23px}.topics{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 32px}.topics a{font-size:13px;border:1px solid var(--line);padding:6px 14px;border-radius:30px;background:white}.topics a:first-child{background:var(--navy);color:white;border-color:var(--navy)}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.card{background:white;border:1px solid var(--line);border-radius:9px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 18px 35px #12233f0c}.card-art{height:210px;background:#11283c;color:#b0f5df;padding:25px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-bottom:1px solid #dce3ea}.card:nth-child(3n+2) .card-art{background:#d9eae8;color:#185553}.card:nth-child(3n+3) .card-art{background:#e2e8f4;color:#2a4479}.card-art:hover{color:inherit}.card-art strong{font-size:32px;letter-spacing:-.04em;line-height:1.1;max-width:240px}.art-label,.art-bottom{font-size:10px;letter-spacing:.13em;font-weight:700}.art-bottom{display:flex;justify-content:space-between;align-items:center}.art-bottom span{font-size:23px}.card-art:has(img){padding:0}.card-art img{width:100%;height:100%;object-fit:cover}.card-body{padding:25px;flex:1;display:flex;flex-direction:column}.meta{font-size:12px;color:var(--muted);letter-spacing:.01em}.card h3{font-size:25px;line-height:1.25;margin:0 0 16px;letter-spacing:-.035em}.excerpt{font-size:15px;color:var(--muted);line-height:1.75}.read{font-size:13px;font-weight:750;margin-top:auto;padding-top:15px;display:flex;justify-content:space-between}.cta{max-width:1224px;margin:0 auto 70px;background:var(--navy);color:white;border-radius:10px;padding:40px 45px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:34px;margin-bottom:12px}.cta p:last-child{color:#b8c7d9;margin:0}.cta .eyebrow{margin-bottom:16px}.cta .button{white-space:nowrap}.footer{border-top:1px solid var(--line);max-width:1224px;margin:auto;padding:40px 0;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;font-size:13px;color:var(--muted)}.footer>div{display:flex;flex-direction:column;gap:8px}.footer .brand{color:var(--ink)}.article-wrap{max-width:850px;padding:50px 40px 85px;margin:auto;min-height:60vh}.back{font-size:14px;color:var(--muted)}.article-head{margin:45px 0 35px}.article-head .eyebrow{margin-bottom:15px}.article-head h1{font-size:clamp(36px,5vw,58px);margin-bottom:25px}.prose{font-size:18px;line-height:1.9}.prose h2{font-size:29px;margin:40px 0 18px}.prose h3{font-size:24px}.prose a{color:#087965;text-decoration:underline}.prose img,.article-wrap>article>img{max-width:100%;height:auto}.prose pre{overflow:auto;background:var(--navy);color:white;padding:20px;border-radius:8px;font-size:14px}.prose table{display:block;overflow:auto}.prose blockquote{border-left:3px solid #19aa8d;padding-left:25px;margin-left:0}.article-end{border-block:1px solid var(--line);padding:28px 0;margin:45px 0;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.article-end a{color:#087965}.nav-links{display:flex;justify-content:space-between;gap:30px;margin-top:30px}.nav-links>div{flex:1}.nav-next{text-align:right}.screen-reader-text,.skip{position:absolute;left:-10000px}.skip:focus{left:10px;top:10px;background:white;z-index:100;padding:10px}@media(max-width:1050px){.hero{gap:40px;padding:55px 35px}.header{padding:20px 35px}.journal{display:none}.cards{gap:18px}.feed{padding:50px 35px}.card-body{padding:20px}.cta,.footer{margin-left:35px;margin-right:35px}.hero h1{font-size:48px}}@media(max-width:760px){.header{padding:20px;flex-wrap:wrap;gap:15px}.header nav{width:100%;gap:20px;flex-wrap:wrap;font-size:13px}.nav-cta{margin-left:auto;padding:6px 10px}.hero{grid-template-columns:1fr;padding:45px 24px;gap:40px}.hero h1{font-size:44px}.hero-aside{border-top:1px solid #304057;padding-top:25px}.hero-aside>a{padding:18px 0}.intro{font-size:17px}.feed{padding:45px 22px}.section-head{align-items:flex-start;flex-direction:column;gap:5px}.section-head form{width:100%;margin-bottom:18px}.section-head input{width:100%}.section-head h2{font-size:32px}.cards{grid-template-columns:1fr;gap:25px}.card-art{height:220px}.card-body{padding:25px}.cta{margin:0 22px 40px;padding:30px;flex-direction:column;align-items:flex-start}.cta h2{font-size:30px}.footer{margin:0 22px;grid-template-columns:1fr 1fr;gap:30px}.footer>div:first-child{grid-column:1/-1}.article-wrap{padding:30px 24px 60px}.article-head{margin-top:35px}.prose{font-size:17px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card{transition:none}}

/* TudCloud official brand and tutorial library */
.logo-window{display:block;position:relative;width:260px;height:59px;overflow:hidden;flex-shrink:0}.brand-image{position:absolute;width:286px!important;height:286px!important;max-width:none;left:-13px;top:-108px;mix-blend-mode:multiply}.footer .logo-window{width:220px;height:51px}.footer .brand-image{width:242px!important;height:242px!important;left:-11px;top:-91px}.header .brand{gap:14px}.journal{border-left:1px solid #c9d2de;padding-left:15px}.header nav{gap:20px;flex-wrap:wrap}.header{flex-wrap:wrap}.library-feature{max-width:1224px;margin:40px auto 0;padding:28px 32px;background:#e6eef9;border:1px solid #cbd8eb;border-left:4px solid #272687;border-radius:8px;display:flex;justify-content:space-between;align-items:center;gap:25px}.library-feature .eyebrow{margin-bottom:10px;color:#272687}.library-feature h2{font-size:28px;margin:0 0 10px}.library-feature p:last-child{margin:0;color:var(--muted)}.library-feature .button{background:#252583;color:white;white-space:nowrap}.pinned-label{font-size:11px;font-weight:800;letter-spacing:.08em;color:#252583;margin-bottom:12px}.card-pinned{border-color:#b4b4dd}.tutorial-video{margin:30px 0}.video-frame{position:relative;width:100%;aspect-ratio:16/9;background:#0b172b;border-radius:9px;overflow:hidden}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.tutorial-video figcaption{font-size:13px;color:#536278;margin-top:10px;line-height:1.6}.guide-note{border-left:4px solid #286390;background:#eaf0f7;padding:17px 22px;margin:25px 0;font-size:15px;line-height:1.75}.guide-note p{margin:0}.guide-toc{background:white;border:1px solid var(--line);padding:25px;border-radius:8px;margin:30px 0}.guide-toc ol{margin-bottom:0;padding-left:24px}.guide-toc li{padding-bottom:8px}.hub-chapter{border-top:1px solid var(--line);padding-top:14px;margin-top:44px}.prose code{font-size:.88em;overflow-wrap:anywhere}.prose pre code{overflow-wrap:normal}.prose pre{line-height:1.65;max-width:100%}.prose li{margin-bottom:10px}.prose .guide-note code{font-size:.95em}.pagination .nav-links{flex-wrap:wrap;justify-content:center;gap:10px}.page-numbers{padding:7px 14px;background:white;border:1px solid var(--line);border-radius:5px}.page-numbers.current{background:var(--navy);color:white}.art-label,.art-bottom{font-size:12px}.card-art strong{font-size:29px}.article-wrap{max-width:920px}.prose{overflow-wrap:break-word}.header .brand{max-width:100%}@media(max-width:1050px){.library-feature{margin:30px 35px 0;flex-wrap:wrap}.header{gap:20px}}@media(max-width:760px){.header .logo-window{width:225px;height:52px}.header .brand-image{width:248px!important;height:248px!important;left:-11px;top:-93px}.header nav{gap:12px 18px}.header nav a{font-size:13px}.header nav .nav-cta{margin-left:0}.library-feature{margin:25px 22px 0;padding:24px}.library-feature h2{font-size:27px}.library-feature .button{white-space:normal;text-align:left}.prose pre{font-size:13px;padding:16px}.guide-toc{padding:20px}.article-head h1{font-size:36px}}
