.yit-shell{--font-zh:"Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;--font-sans:"Noto Sans TC", "PingFang TC", -apple-system, BlinkMacSystemFont, sans-serif;--font-display:"Times New Roman", "Times", var(--font-noto-serif-tc), "Songti TC", "Songti SC", "STSong", "STSongti", "PMingLiU", "新細明體", "MingLiU", "細明體", "SimSun", "宋体", "Noto Serif TC", "Source Han Serif TC", serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--green:#3c4c3f;--green-deep:#2a3a2d;--green-soft:#97b196;--green-light:#c1dfaf;--cream:#fffbf1;--cream-2:#fbf3c1;--line:#e8e0d0;--ink:#1c1f18;--accent:#6f8ebd;--accent-2:#d1b49f;--accent-3:#d0c4df;--bg:var(--cream);--fg:var(--green);--muted:#1c1f188c;--r-sm:6px;--r:14px;--r-md:14px;--r-lg:22px;--r-pill:999px;--fs-sm:13px;--fs-body:16px;--fs-lead:19px;--fs-h3:clamp(22px, 2.4vw, 30px);--fs-h2:clamp(34px, 4.5vw, 60px);--fs-h1:clamp(56px, 8vw, 120px);--fs-mega:clamp(96px, 14vw, 240px);background:var(--bg);width:100%;min-height:100vh;color:var(--ink);font-family:var(--font-zh), var(--font-sans);font-feature-settings:"ss01", "cv11";font-size:var(--fs-body);text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:hidden}.yit-shell[data-lang=en]{font-family:var(--font-sans)}.yit-shell *{box-sizing:border-box}.yit-shell a{color:inherit;text-decoration:none}.yit-shell button{cursor:pointer;font-family:inherit}.yit-shell button:focus-visible,.yit-shell a:focus-visible,.yit-shell input:focus-visible,.yit-shell textarea:focus-visible{outline:2px solid var(--green);outline-offset:2px}.yit-shell .yit-container{width:min(100% - 200px,1260px);margin:0 auto}.yit-shell .yit-container-wide{width:min(100% - 160px,1500px);margin:0 auto}.yit-shell .yit-eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--green);align-items:center;gap:8px;font-size:17px;display:inline-flex}.yit-shell .yit-display{font-family:var(--font-display);letter-spacing:.005em;font-style:normal;font-weight:600}.yit-shell .yit-stat-num{color:var(--green);line-height:.92;letter-spacing:-.02em!important;font-family:Times New Roman,Times,Noto Serif TC,serif!important;font-style:italic!important;font-weight:600!important}.yit-shell .yit-h1{font-family:var(--font-display);font-size:var(--fs-h1);letter-spacing:-.02em;color:var(--green);font-weight:800;line-height:1.05}.yit-shell .yit-h2{font-family:var(--font-display);font-size:var(--fs-h2);letter-spacing:-.015em;color:var(--green);font-weight:800;line-height:1.1}.yit-shell .yit-h3{font-family:var(--font-display);font-size:var(--fs-h3);letter-spacing:-.01em;color:var(--green);font-weight:700;line-height:1.2}.yit-shell .yit-lead{font-size:var(--fs-lead);color:#1c1f18c7;max-width:60ch;line-height:1.55}.yit-shell .yit-rule{background:var(--line);border:0;height:1px;margin:0}.yit-shell .yit-btn{border-radius:var(--r-pill);font:600 15px/1 var(--font-zh), var(--font-sans);background:var(--green);color:var(--cream);border:0;align-items:center;gap:10px;padding:14px 22px;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex}.yit-shell .yit-btn:hover{background:var(--green-deep);transform:translateY(-2px)}.yit-shell .yit-btn-ghost{color:var(--green);border:1.5px solid var(--green);background:0 0}.yit-shell .yit-btn-ghost:hover{background:var(--green);color:var(--cream);transform:translateY(-2px)}.yit-shell .yit-btn-accent{background:var(--accent);color:#fff}.yit-shell .yit-btn-accent:hover{background:#e0552d}.yit-shell .yit-chip{border-radius:var(--r-pill);font:500 12px/1 var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--green);background:#3c4c3f14;border:1px solid #3c4c3f26;align-items:center;gap:6px;padding:6px 12px;display:inline-flex}.yit-shell .yit-img-ph{background:repeating-linear-gradient(135deg, #3c4c3f14 0 14px, #3c4c3f08 14px 28px), var(--cream-2);border-radius:var(--r);color:#3c4c3fb3;font:500 11px/1.4 var(--font-mono);letter-spacing:.06em;text-transform:uppercase;text-align:center;border:1px dashed #3c4c3f40;justify-content:center;align-items:center;padding:12px;display:flex;position:relative;overflow:hidden}.yit-shell .yit-img-ph[data-tone=green]{background:repeating-linear-gradient(135deg, #fffbf12e 0 14px, #fffbf10a 14px 28px), var(--green);color:#fffbf1cc;border-color:#fffbf14d}.yit-shell .yit-img-ph[data-tone=warm]{color:#b4501ed9;background:repeating-linear-gradient(135deg,#ff6a3d33 0 14px,#ff6a3d0a 14px 28px),#f7e7d8;border-color:#b4501e40}.yit-shell .yit-input,.yit-shell .yit-textarea{width:100%;font:400 15px/1.4 var(--font-zh), var(--font-sans);color:var(--ink);background:var(--cream);border:1.5px solid var(--line);border-radius:var(--r-sm);padding:14px 16px;transition:border-color .18s,box-shadow .18s}.yit-shell .yit-input:focus,.yit-shell .yit-textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 4px #3c4c3f1a}.yit-shell .yit-textarea{resize:vertical;min-height:120px}.yit-shell .yit-label{font:500 12px/1 var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--green);margin-bottom:8px;display:block}.yit-shell .yit-card{background:var(--cream);border:1.5px solid var(--line);border-radius:var(--r-lg);padding:28px;transition:transform .22s,box-shadow .22s,border-color .22s}.yit-shell .yit-card.is-hover:hover{border-color:var(--green);transform:translateY(-4px);box-shadow:0 24px 48px -24px #3c4c3f40}.yit-shell .yit-section{padding:clamp(40px,5vw,64px) 0}.yit-shell .yit-section-tight{padding:clamp(24px,3vw,48px) 0}.yit-shell .yit-marquee{border-block:1.5px solid var(--line);background:var(--cream);width:100%;overflow:hidden}.yit-shell .yit-marquee-track{white-space:nowrap;gap:56px;padding:22px 0;animation:38s linear infinite yit-marquee;display:flex}@keyframes yit-marquee{to{transform:translate(-50%)}}.yit-shell .yit-marquee-item{color:var(--green);align-items:center;gap:56px;font-family:Yuanti TC,Songti TC,Noto Serif TC,serif;font-size:clamp(22px,3vw,36px);font-style:normal;font-weight:600;display:flex}.yit-shell .yit-marquee-item:after{content:"✦";color:var(--accent);font-size:.8em;font-style:normal}.yit-shell .yit-reveal{opacity:1;transition:transform .6s ease-out;transform:none}.yit-shell .yit-reveal-armed{transform:translateY(14px)}.yit-shell .yit-reveal-armed.in{transform:translateY(0)}.yit-shell .yit-dark{background:var(--green);color:var(--cream)}.yit-shell .yit-dark .yit-h1,.yit-shell .yit-dark .yit-h2,.yit-shell .yit-dark .yit-h3,.yit-shell .yit-dark .yit-display,.yit-shell .yit-dark .yit-eyebrow,.yit-shell .yit-dark .yit-stat-num{color:var(--cream)}.yit-shell .yit-dark .yit-lead{color:#fffbf1d9}.yit-shell .yit-dark .yit-btn{background:var(--cream);color:var(--green)}.yit-shell .yit-dark .yit-btn:hover{background:#fff}.yit-shell .yit-dark .yit-btn-accent{background:var(--accent);color:#fff}.yit-shell .yit-dark .yit-chip{color:var(--cream);background:#fffbf11a;border-color:#fffbf140}.yit-shell .yit-dark .yit-rule{background:#fffbf12e}.yit-shell .yit-dark .yit-img-ph{color:#fffbf1b3;background:repeating-linear-gradient(135deg,#fffbf11f 0 14px,#fffbf10a 14px 28px),#fffbf10d;border-color:#fffbf14d}.yit-shell .yit-page-fade{animation:.4s both yit-fade}@keyframes yit-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.yit-gate-reveal{opacity:0;transition:opacity .45s}.yit-gate-reveal[data-revealed=true]{opacity:1}.yit-loading-overlay{z-index:9999;background:#fffbf1;flex-direction:column;justify-content:center;align-items:center;gap:20px;animation:.3s yit-overlay-in;display:flex;position:fixed;inset:0}@keyframes yit-overlay-in{0%{opacity:0}to{opacity:1}}.yit-loading-overlay .yit-load-logo{object-fit:contain;width:88px;height:auto}.yit-loading-overlay .yit-load-label{color:#3c4c3f;letter-spacing:.12em;font-size:14px;font-weight:600}.yit-load-spinner{border:3px solid #3c4c3f2e;border-top-color:#3c4c3f;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite yit-spin}@keyframes yit-spin{to{transform:rotate(360deg)}}.yit-load-logo{animation:1.6s ease-in-out infinite yit-load-pulse}@keyframes yit-load-pulse{0%,to{opacity:.6}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.yit-load-spinner{animation-duration:1.6s}.yit-load-logo{animation:none}.yit-gate-reveal{transition:none}}.yit-shell .yit-nav-desktop{display:flex}.yit-shell .yit-nav-mobilebar,.yit-shell .yit-nav-mobilemenu{display:none}.yit-shell .yit-nav-logo{height:48px}.yit-shell .yit-nav-title{font-size:22px}@media (max-width:760px){.yit-shell .yit-container{width:min(100% - 32px,1400px)}.yit-shell .yit-container-wide{width:min(100% - 24px,1400px)}.yit-shell .yit-nav-desktop{display:none}.yit-shell .yit-nav-mobilebar{display:flex}.yit-shell .yit-nav-mobilemenu{display:block}.yit-shell .yit-nav-subtitle{display:none}.yit-shell .yit-nav-row{gap:12px;padding:12px 16px}.yit-shell .yit-nav-logo{height:38px}.yit-shell .yit-nav-title{font-size:17px}.yit-shell{--fs-lead:17px;--fs-h3:clamp(19px, 4.8vw, 24px);--fs-h2:clamp(26px, 6.5vw, 36px);--fs-h1:clamp(32px, 8vw, 46px);--fs-mega:clamp(44px, 13vw, 72px)}.yit-shell .yit-grid-1col{grid-template-columns:1fr!important}.yit-shell .yit-grid-2col{grid-template-columns:repeat(2,1fr)!important}.yit-shell .yit-form-1col{grid-template-columns:1fr!important}.yit-shell .yit-form-1col>*{grid-column:auto!important}.yit-shell .yit-cta-box{gap:16px!important;padding:24px 20px!important}.yit-shell .yit-cta-btnwrap{justify-content:flex-start!important}.yit-shell .yit-founder-row{gap:24px!important;padding:36px 0!important}.yit-shell .yit-founder-portrait{order:-1!important;height:auto!important;position:static!important}.yit-shell .yit-team-grid{grid-template-columns:repeat(auto-fit,minmax(140px,170px))!important;justify-content:center!important;max-width:none!important}.yit-shell .yit-statement{letter-spacing:.01em;font-size:clamp(20px,5.4vw,26px)!important;line-height:1.6!important}.yit-shell .yit-hero-title{font-size:clamp(23px,6.2vw,31px)!important;line-height:1.3!important}.yit-shell .yit-join-card{gap:6px!important;padding:16px 18px!important}.yit-shell .yit-join-card .yit-h3{font-size:19px!important}.yit-shell .yit-join-card p{font-size:13.5px!important}.yit-shell .yit-stack{grid-template-columns:1fr!important;gap:28px!important}.yit-shell .yit-stack-text{padding-right:0!important}.yit-shell .yit-order-first{order:-1!important}.yit-shell .yit-stats-row{grid-template-columns:repeat(2,1fr)!important}.yit-shell .yit-stats-row>*{border-right:0!important}.yit-shell .yit-resp-tablewrap{border:0!important;border-radius:0!important;overflow-x:visible!important}.yit-shell .yit-resp-table{min-width:0!important}.yit-shell .yit-resp-table thead{display:none}.yit-shell .yit-resp-table tr{border:1.5px solid var(--line);border-radius:var(--r-lg);background:var(--cream);margin-bottom:12px;padding:10px 16px;display:block}.yit-shell .yit-resp-table td{overflow-wrap:anywhere;word-break:break-word;grid-template-columns:76px 1fr;align-items:start;gap:10px;display:grid;white-space:normal!important;border:0!important;padding:7px 0!important}.yit-shell .yit-resp-table td:before{content:attr(data-label);font-family:var(--font-mono);letter-spacing:.06em;color:var(--muted);font-size:11px}}.yit-shell .yit-rte-view{color:var(--ink);overflow-wrap:anywhere;word-break:break-word;font-size:16px;line-height:1.8}.yit-shell .yit-rte-view a{word-break:break-all}.yit-shell .yit-break-url{word-break:break-all;overflow-wrap:anywhere}.yit-shell .yit-rte-view h2{color:var(--green);margin:.8em 0 .4em;font-size:clamp(20px,2vw,26px);font-weight:700}.yit-shell .yit-rte-view h3{color:var(--green);margin:.7em 0 .35em;font-size:clamp(17px,1.6vw,21px);font-weight:700}.yit-shell .yit-rte-view p{margin:.5em 0}.yit-shell .yit-rte-view ul{margin:.5em 0;padding-left:1.4em;list-style:outside}.yit-shell .yit-rte-view ol{margin:.5em 0;padding-left:1.4em;list-style:decimal}.yit-shell .yit-rte-view a{color:var(--accent);text-decoration:underline}.yit-shell .yit-rte-view strong{font-weight:700}
