:root{
    --uct-bg:#faf6ee;
    --uct-surface:#ffffff;
    --uct-main:#2f6b5e;
    --uct-deep:#1e3d38;
    --uct-soft:#e8f0eb;
    --uct-accent:#e0685f;
    --uct-ink:#243330;
    --uct-gray:#6f7d78;
    --uct-line:#dfe6df;
}
body{background:var(--uct-bg);color:var(--uct-ink);font-family:'Sriracha',cursive;font-size:15px;line-height:1.9}
a{color:var(--uct-ink);text-decoration:none}
a:hover{color:var(--uct-main)}
img{max-width:100%;height:auto}

.uct-btn-cact,.uct-btn-bloom,.uct-btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;border:0;border-radius:8px;transition:.25s;clip-path:polygon(0 0,100% 0,calc(100% - 16px) 100%,16px 100%)}
.uct-btn-cact{background:var(--uct-main);color:#fff;padding:12px 46px}
.uct-btn-cact:hover{background:#245448;color:#fff}
.uct-btn-bloom{background:var(--uct-accent);color:#fff;padding:12px 46px}
.uct-btn-bloom:hover{background:#ea7c73;color:#fff}
.uct-btn-outline{background:var(--uct-surface);color:var(--uct-main);border:2px dotted var(--uct-main);padding:10px 44px}
.uct-btn-outline:hover{background:var(--uct-soft);color:var(--uct-main)}
.uct-btn-lg{padding:15px 54px;font-size:16px}
.uct-btn-sm{padding:8px 34px;font-size:13.5px}
.uct-btn-nav{padding:9px 32px;font-size:13.5px}

.uct-header{background:var(--uct-surface);border-bottom:3px dotted var(--uct-line);position:sticky;top:0;z-index:1000}
.uct-topline{background:var(--uct-deep);color:#bcd0c9;font-size:13px;padding:6px 0}
.uct-topline-inner{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.uct-topline-tag{background:var(--uct-accent);color:#fff;padding:1px 14px;font-size:12px;clip-path:polygon(0 0,100% 0,calc(100% - 9px) 100%,9px 100%)}
.uct-topline-right{margin-left:auto;color:#f0c7c3}
.uct-head-inner{display:flex;align-items:center;gap:22px;padding:13px 0}
.uct-brand{display:flex;align-items:center;gap:12px}
.uct-brand-pot{width:46px;height:46px;background:var(--uct-main);color:#fff;display:flex;align-items:center;justify-content:center;font-size:19px;clip-path:polygon(0 0,100% 0,calc(100% - 12px) 100%,12px 100%)}
.uct-brand-text b{display:block;font-size:17.5px;line-height:1.3}
.uct-brand-text small{display:block;color:var(--uct-accent);font-size:11px;letter-spacing:3px;text-transform:uppercase}
.uct-nav-wrap{display:flex;align-items:center;gap:18px;margin-left:auto}
.uct-nav{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}
.uct-nav>li>a{display:block;padding:8px 13px;font-size:14px;color:var(--uct-gray);border-radius:6px}
.uct-nav>li>a:hover{background:var(--uct-soft);color:var(--uct-main)}
.uct-menu-drop{position:relative}
.uct-menu-link{color:var(--uct-gray)}
.uct-caret{font-size:11px;color:var(--uct-accent)}
.uct-menu-panel{display:none;position:absolute;top:100%;right:0;min-width:520px;background:var(--uct-surface);border:3px dotted var(--uct-line);padding:22px;box-shadow:0 18px 40px rgba(30,61,56,.14);columns:2;column-gap:24px}
.uct-menu-drop.open .uct-menu-panel{display:block}
.uct-menu-group{break-inside:avoid;margin-bottom:14px}
.uct-menu-cat{display:block;color:var(--uct-main)}
.uct-menu-subs{display:flex;flex-wrap:wrap;gap:3px 13px;padding-top:5px}
.uct-menu-subs a{font-size:13px;color:var(--uct-gray)}
.uct-nav-btns{display:flex;gap:9px}
.uct-toggle{background:var(--uct-main);color:#fff;border:0;width:44px;height:38px;font-size:18px;margin-left:auto;clip-path:polygon(0 0,100% 0,calc(100% - 9px) 100%,9px 100%)}

.uct-hero{background:radial-gradient(ellipse at 12% 8%,#fff,transparent 52%),linear-gradient(180deg,#f4efe2,var(--uct-bg));padding:66px 0 60px;position:relative;overflow:hidden}
.uct-hero:before{content:'';position:absolute;bottom:-40px;right:6%;width:190px;height:250px;background:rgba(47,107,94,.08);clip-path:polygon(0 0,100% 0,calc(100% - 46px) 100%,46px 100%)}
.uct-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:44px;align-items:center;position:relative}
.uct-hero-badge{display:inline-block;background:var(--uct-surface);color:var(--uct-main);padding:5px 20px;font-size:13px;margin-bottom:17px;border:2px dotted var(--uct-main);clip-path:polygon(0 0,100% 0,calc(100% - 12px) 100%,12px 100%)}
.uct-hero-h1{font-size:35px;line-height:1.48;margin:0 0 16px}
.uct-hero-word{display:block;color:var(--uct-main);font-size:24px;margin-top:8px}
.uct-hero-p{color:var(--uct-gray);font-size:15.5px;margin-bottom:28px}
.uct-hero-btns{display:flex;gap:14px;flex-wrap:wrap}
.uct-setbox{background:var(--uct-surface);border:3px dotted var(--uct-main);padding:26px 28px}
.uct-setbox-head{color:var(--uct-main);padding-bottom:12px;border-bottom:2px dotted var(--uct-line);margin-bottom:6px}
.uct-sb-row{display:flex;align-items:center;gap:13px;padding:11px 0;border-bottom:2px dotted var(--uct-line)}
.uct-sb-row:last-child{border-bottom:0}
.uct-sb-ico{width:34px;height:34px;background:var(--uct-soft);color:var(--uct-main);display:flex;align-items:center;justify-content:center;font-size:13px;flex:0 0 auto;clip-path:polygon(0 0,100% 0,calc(100% - 9px) 100%,9px 100%)}
.uct-sb-txt{flex:1}
.uct-sb-txt b{display:block;font-size:14.5px}
.uct-sb-txt span{display:block;font-size:12.5px;color:var(--uct-gray)}
.uct-sb-val{color:var(--uct-accent);font-size:13px;flex:0 0 auto}

.uct-section{padding:62px 0}
.uct-section-tint{background:var(--uct-surface)}
.uct-section-desert{background:var(--uct-deep)}
.uct-section-desert .uct-section-title h2{color:#eaf2ee}
.uct-section-desert .uct-section-title p{color:#a4bab3}

.uct-vt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.uct-vt{display:block;position:relative;background:var(--uct-surface);border:3px dotted var(--uct-line);transition:.25s;clip-path:polygon(0 0,100% 0,calc(100% - 20px) 100%,20px 100%)}
.uct-vt:hover{border-color:var(--uct-main);transform:translateY(-5px)}
.uct-vt img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.uct-vt-tm{position:absolute;top:14px;left:22px;background:var(--uct-deep);color:#fff;font-size:12px;padding:2px 12px}
.uct-vt-body{padding:16px 34px 22px;text-align:center}
.uct-vt-body b{display:block;font-size:15.5px}
.uct-vt-body span{display:block;font-size:13px;color:var(--uct-gray)}

.uct-sl-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.uct-sl{display:flex;flex-direction:column;align-items:center;gap:9px;background:var(--uct-bg);padding:16px 10px;text-align:center;transition:.25s;clip-path:polygon(0 0,100% 0,calc(100% - 12px) 100%,12px 100%)}
.uct-sl:hover{background:var(--uct-soft)}
.uct-sl img{width:100%;aspect-ratio:1/1;object-fit:cover}
.uct-sl b{font-size:13.5px}
.uct-sl span{font-size:12px;color:var(--uct-gray)}

.uct-cr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.uct-cr{display:block;background:var(--uct-surface);border:3px dotted var(--uct-line);padding:0 0 20px;transition:.25s}
.uct-cr:hover{border-color:var(--uct-accent)}
.uct-cr img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.uct-cr-body{padding:16px 24px 0}
.uct-cr-body b{display:block;font-size:15.5px}
.uct-cr-body span{display:block;font-size:13px;color:var(--uct-gray)}
.uct-cr-pk{display:inline-block;margin-top:10px;background:var(--uct-soft);color:var(--uct-main);font-size:12.5px;padding:2px 14px}

.uct-pm-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.uct-pm{display:flex;flex-direction:column;align-items:center;gap:11px;text-align:center;transition:.25s}
.uct-pm:hover{transform:translateY(-5px)}
.uct-pm-ico{width:70px;height:70px;background:var(--uct-surface);border:3px dotted var(--uct-main);border-radius:50%;display:flex;align-items:center;justify-content:center}
.uct-pm-ico img{width:34px;height:34px;object-fit:contain}
.uct-pm b{font-size:13.5px}
.uct-pm span{font-size:12px;color:var(--uct-gray)}

.uct-ct-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.uct-ct{display:flex;flex-direction:column;align-items:center;gap:10px;background:var(--uct-bg);padding:20px 10px;text-align:center;transition:.25s;clip-path:polygon(0 0,100% 0,calc(100% - 14px) 100%,14px 100%)}
.uct-ct:hover{background:var(--uct-soft);transform:translateY(-4px)}
.uct-ct-ico{width:54px;height:54px;background:var(--uct-surface);border:2px dotted var(--uct-line);display:flex;align-items:center;justify-content:center}
.uct-ct-ico img{width:30px;height:30px;object-fit:contain}
.uct-ct b{font-size:13.5px}
.uct-ct span{font-size:12px;color:var(--uct-gray)}

.uct-fs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.uct-fs{display:block;background:rgba(255,255,255,.06);border:3px dotted rgba(255,255,255,.2);transition:.25s;clip-path:polygon(0 0,100% 0,calc(100% - 20px) 100%,20px 100%)}
.uct-fs:hover{background:rgba(255,255,255,.11);border-color:var(--uct-accent)}
.uct-fs img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.uct-fs-body{padding:16px 34px 22px;text-align:center}
.uct-fs-body b{display:block;font-size:15.5px;color:#eaf2ee}
.uct-fs-body span{display:block;font-size:13px;color:#a4bab3}
.uct-fs-rate{display:inline-block;margin-top:8px;color:#f0c7c3;font-size:12.5px}

.uct-articles{padding:62px 0;background:var(--uct-surface)}

.uct-faq{padding:62px 0}
.uct-faq-list{max-width:920px;margin:0 auto}
.uct-faq-item{background:var(--uct-surface);border:3px dotted var(--uct-line);margin-bottom:13px;transition:.25s}
.uct-faq-item.open{border-color:var(--uct-main)}
.uct-faq-btn{display:flex;align-items:center;gap:14px;width:100%;background:none;border:0;text-align:left;padding:18px 24px;font-size:15.5px;color:var(--uct-ink);cursor:pointer;font-family:inherit}
.uct-faq-ico{margin-left:auto;color:var(--uct-accent);font-size:15px;transition:.25s;flex:0 0 auto}
.uct-faq-item.open .uct-faq-ico{transform:rotate(90deg) scale(1.2);color:var(--uct-main)}
.uct-faq-body{display:none;padding:0 24px 20px;color:var(--uct-gray);font-size:14.5px}
.uct-faq-item.open .uct-faq-body{display:block}

.uct-footer{background:var(--uct-deep);color:#a4bab3;padding:54px 0 26px;font-size:14px}
.uct-footer a{color:#a4bab3}
.uct-footer a:hover{color:#fff}
.uct-foot-top{display:flex;gap:34px;align-items:flex-start;flex-wrap:wrap;padding-bottom:28px;border-bottom:2px dotted rgba(255,255,255,.2)}
.uct-foot-lead{flex:1;min-width:290px}
.uct-foot-brand{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.uct-foot-brand img{width:42px;height:42px;object-fit:contain}
.uct-foot-brand b{color:#fff;font-size:17.5px}
.uct-foot-act{text-align:right}
.uct-foot-act>span{display:block;margin-bottom:10px;color:#f0c7c3;font-size:13.5px}
.uct-foot-btns{display:flex;gap:10px;justify-content:flex-end}
.uct-foot-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;padding:28px 0}
.uct-foot-col h4{color:#fff;font-size:15px;margin:0 0 12px}
.uct-foot-col a{display:block;padding:4px 0;font-size:13.5px}
.uct-foot-set{list-style:none;margin:0;padding:0}
.uct-foot-set li{display:flex;justify-content:space-between;gap:10px;font-size:13px;padding:5px 0;border-bottom:2px dotted rgba(255,255,255,.16)}
.uct-foot-set em{font-style:normal;color:#f0c7c3}
.uct-links-row{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;padding:13px 0;border-top:2px dotted rgba(255,255,255,.2)}
.uct-links-label{background:var(--uct-main);color:#fff;font-size:12.5px;padding:2px 15px;flex:0 0 auto;clip-path:polygon(0 0,100% 0,calc(100% - 9px) 100%,9px 100%)}
.uct-link-item{font-size:13px;color:#8ba39c}
.uct-foot-base{padding-top:20px;border-top:2px dotted rgba(255,255,255,.2);text-align:center;font-size:13px}
.uct-foot-base p{margin:0 0 7px}
.uct-legal{color:#7f978f;font-size:12.5px;max-width:850px;margin:0 auto 7px}
.uct-icp a{color:#7f978f;font-size:12.5px}

@media (max-width:1199px){
    .uct-sl-grid,.uct-pm-grid,.uct-ct-grid{grid-template-columns:repeat(3,1fr)}
    .uct-menu-panel{min-width:420px}
}
@media (max-width:991px){
    .uct-nav-wrap{display:none;position:absolute;top:100%;left:0;right:0;background:var(--uct-surface);border-bottom:3px dotted var(--uct-line);flex-direction:column;align-items:stretch;padding:16px}
    .uct-nav-wrap.show{display:flex}
    .uct-nav{flex-direction:column;align-items:stretch}
    .uct-menu-panel{position:static;min-width:0;columns:1;box-shadow:none;border:0;border-top:2px dotted var(--uct-line);padding:10px 0}
    .uct-nav-btns{flex-direction:column}
    .uct-hero-grid{grid-template-columns:1fr;gap:30px}
    .uct-hero-h1{font-size:28px}
    .uct-vt-grid,.uct-cr-grid,.uct-fs-grid{grid-template-columns:repeat(2,1fr)}
    .uct-foot-cols{grid-template-columns:repeat(2,1fr)}
    .uct-foot-act{text-align:left}
    .uct-foot-btns{justify-content:flex-start}
}
@media (max-width:575px){
    .uct-hero{padding:42px 0 38px}
    .uct-hero-h1{font-size:24px}
    .uct-hero-word{font-size:19px}
    .uct-vt-grid,.uct-cr-grid,.uct-fs-grid{grid-template-columns:1fr}
    .uct-sl-grid,.uct-pm-grid,.uct-ct-grid{grid-template-columns:repeat(2,1fr)}
    .uct-foot-cols{grid-template-columns:1fr}
}

/* ---- shared skeleton (list / detail / sidebar / share) ---- */
.uct-section-title{text-align:center;margin-bottom:38px}
.uct-section-title h2{font-size:30px;font-weight:700;color:var(--uct-deep);margin:0 0 8px;position:relative;display:inline-block;padding-bottom:12px}
.uct-section-title h2::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:64px;height:3px;background:var(--uct-accent);border-radius:2px}
.uct-section-title p{color:var(--uct-gray);margin:8px 0 0}
.uct-title-left{text-align:left}
.uct-title-left h2::after{left:0;transform:none}

.uct-news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.uct-news-card{background:var(--uct-surface);border:1px solid var(--uct-line);border-radius:8px;overflow:hidden;transition:.25s}
.uct-news-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.12)}
.uct-news-card .news-img{height:160px;overflow:hidden}
.uct-news-card .news-img img{width:100%;height:100%;object-fit:cover;transition:.3s}
.uct-news-card:hover .news-img img{transform:scale(1.06)}
.uct-news-card .news-body{padding:14px 16px}
.uct-news-card h4{font-size:15.5px;margin:0 0 8px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.uct-news-card h4 a{color:var(--uct-ink)}
.uct-news-card h4 a:hover{color:var(--uct-main)}
.uct-news-card p{font-size:13px;color:var(--uct-gray);margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.news-meta{display:flex;gap:14px;font-size:12px;color:var(--uct-gray);border-top:1px dashed var(--uct-line);padding-top:8px}

/* Sidebar */
.uct-sidebar{position:sticky;top:120px}
.uct-sidebar-card{background:var(--uct-surface);border:1px solid var(--uct-line);border-radius:8px;padding:18px;margin-bottom:20px}
.uct-sidebar-title{font-weight:700;color:var(--uct-deep);border-bottom:2px solid var(--uct-main);padding-bottom:9px;margin-bottom:12px;font-size:16px}
.uct-sidebar-list{list-style:none;margin:0;padding:0}
.uct-sidebar-list li{padding:7px 0;border-bottom:1px dashed var(--uct-line);font-size:14px}
.uct-sidebar-list li:last-child{border-bottom:0}
.uct-sidebar-list a{color:var(--uct-ink);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.uct-sidebar-list a:hover{color:var(--uct-main)}
.uct-tag-cloud{display:flex;flex-wrap:wrap;gap:8px}
.uct-tag-cloud a{background:var(--uct-soft);border:1px solid var(--uct-line);color:var(--uct-main);font-size:13px;border-radius:4px;padding:3px 11px}
.uct-tag-cloud a:hover{background:var(--uct-main);border-color:var(--uct-main);color:#fff}

/* Breadcrumb / list / pagination / search */
.uct-breadcrumb{padding:18px 0 6px;font-size:13.5px;color:var(--uct-gray)}
.uct-breadcrumb a{color:var(--uct-gray)}
.uct-breadcrumb a:hover{color:var(--uct-main)}
.uct-breadcrumb .separator{margin:0 7px;color:var(--uct-line)}
.uct-breadcrumb ul{list-style:none;display:flex;flex-wrap:wrap;margin:0;padding:0;gap:6px}
.uct-list-item{display:flex;gap:18px;background:var(--uct-surface);border:1px solid var(--uct-line);border-radius:8px;padding:14px;margin-bottom:16px;transition:.25s}
.uct-list-item:hover{box-shadow:0 10px 22px rgba(0,0,0,.1);transform:translateY(-2px)}
.uct-list-item .list-img{flex:none;width:220px;height:140px;border-radius:6px;overflow:hidden}
.uct-list-item .list-img img{width:100%;height:100%;object-fit:cover}
.uct-list-item h3{font-size:17px;margin:0 0 8px;line-height:1.5}
.uct-list-item h3 a{color:var(--uct-ink)}
.uct-list-item h3 a:hover{color:var(--uct-main)}
.list-desc{font-size:13.5px;color:var(--uct-gray);margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.list-meta{display:flex;gap:16px;font-size:12.5px;color:var(--uct-gray)}
.uct-pagination{display:flex;justify-content:center;margin:26px 0}
.uct-pagination ul{list-style:none;display:flex;gap:8px;margin:0;padding:0}
.uct-pagination li a,.uct-pagination li span{display:inline-block;min-width:38px;text-align:center;padding:7px 12px;background:var(--uct-surface);border:1px solid var(--uct-line);border-radius:6px;color:var(--uct-ink);font-size:14px}
.uct-pagination li.active span,.uct-pagination li a:hover{background:var(--uct-main);border-color:var(--uct-main);color:#fff}
.uct-search-form{display:flex;gap:10px;margin:14px 0 26px}
.uct-search-form input{flex:1;border:1.5px solid var(--uct-line);border-radius:6px;padding:11px 16px;font-family:inherit;font-size:15px;background:var(--uct-surface);color:var(--uct-ink)}
.uct-search-form input:focus{outline:none;border-color:var(--uct-main)}
.uct-search-form button{background:var(--uct-main);color:#fff;border:0;border-radius:6px;padding:11px 28px;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 3px 0 var(--uct-deep)}
.uct-search-form button:hover{background:var(--uct-deep)}
.uct-no-data{text-align:center;padding:60px 20px;background:var(--uct-surface);border:1px dashed var(--uct-line);border-radius:8px}
.uct-no-data .no-icon{font-size:42px;color:var(--uct-main);margin-bottom:10px}
.uct-no-data p{color:var(--uct-gray);margin:0}

/* Detail */
.uct-detail{background:var(--uct-surface);border:1px solid var(--uct-line);border-radius:8px;padding:30px;margin-bottom:26px}
.uct-detail-narrow{max-width:860px;margin:0 auto}
.uct-detail-title{font-size:27px;font-weight:700;color:var(--uct-deep);line-height:1.4;margin:0 0 14px}
.uct-detail-meta{display:flex;flex-wrap:wrap;gap:8px 20px;font-size:13px;color:var(--uct-gray);border-bottom:1px dashed var(--uct-line);padding-bottom:14px;margin-bottom:16px}
.uct-detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.uct-detail-body{font-size:15.5px;line-height:1.9;color:var(--uct-ink);word-break:break-word}
.uct-detail-body img{border-radius:6px}
.uct-page-code{margin-top:18px;text-align:center}
.uct-detail-nav{display:flex;justify-content:space-between;gap:16px;border-top:1px dashed var(--uct-line);margin-top:24px;padding-top:16px}
.uct-detail-nav .nav-item{max-width:48%}
.uct-detail-nav .nav-next{text-align:right;margin-left:auto}
.uct-detail-nav .nav-label{font-size:12px;color:var(--uct-gray);margin-bottom:3px}
.uct-detail-nav a{font-size:14px;color:var(--uct-ink)}
.uct-detail-nav a:hover{color:var(--uct-main)}
.uct-related h3{font-size:20px;color:var(--uct-deep);margin:0 0 16px}
.uct-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:26px}

/* Share */
.uct-share-bar{display:flex;flex-wrap:wrap;align-items:center;gap:9px;border-top:1px dashed var(--uct-line);margin-top:20px;padding-top:16px}
.uct-share-bar .share-label{font-weight:700;color:var(--uct-deep);font-size:14px}
.uct-share-btn{display:inline-flex;align-items:center;gap:6px;background:var(--uct-soft);border:1px solid var(--uct-line);border-radius:6px;padding:5px 12px;font-size:13px;color:var(--uct-ink);cursor:pointer;font-family:inherit}
.uct-share-btn:hover{background:var(--uct-main);border-color:var(--uct-main);color:#fff}
.share-icon{width:16px;height:16px}
.uct-share-float,.uct-share-fixed{display:none}
.uct-hero-left{min-width:0}
.uct-hero-right{min-width:0}
