:root{--ink:#252526;--paper:#faf9f6;--line:#e6e3de;--yellow:#ffe783;--purple:#aca0df}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"Microsoft YaHei",sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,summary{touch-action:manipulation}button,summary{cursor:pointer}button{color:inherit}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #7062b4;outline-offset:4px}header{height:88px;display:flex;align-items:center;gap:32px;padding:0 5%;border-bottom:1px solid var(--line);position:sticky;top:0;background:#faf9f6f5;backdrop-filter:blur(14px);z-index:10}.brand{display:flex;align-items:center;gap:12px;letter-spacing:.12em}.brand img{width:45px;height:45px;object-fit:contain}nav{display:flex;gap:28px;margin:auto;font-size:13px}nav a{padding:12px 0;color:#6b6b6b}nav a[aria-current]{color:#242424;border-bottom:2px solid}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;padding:19px 24px;border:1px solid #c9c6c0;border-radius:8px;background:white;font-size:14px;font-weight:600;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px);background:#f2edff}.primary{background:var(--yellow);border-color:#ead373;box-shadow:0 5px 0 #c4af62}.dark{background:var(--ink);color:white;border-color:var(--ink)}.small{padding:12px 17px;font-size:12px}.actions{display:flex;flex-wrap:wrap;gap:14px}.eyebrow{font-size:11px;letter-spacing:.22em;font-weight:bold;margin:0 0 26px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(40px,4.5vw,76px);line-height:1.2;letter-spacing:-.055em;font-weight:800;margin-bottom:28px}h2{font-size:clamp(28px,3.3vw,52px);letter-spacing:-.04em}h3{font-size:24px;letter-spacing:-.03em}p{line-height:1.85}em{font-style:normal;color:#9b89c9}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:690px}.hero-copy{padding:118px 35px 80px max(6vw,calc((100vw - 1500px)/2))}.lead{font-size:16px;color:#777;margin-bottom:34px}.tiny{font-size:9px;letter-spacing:.16em;color:#999;margin:38px 0 0}.hero-art{position:relative;isolation:isolate;overflow:hidden;background:#eeeafa}.orb{position:absolute;width:80%;aspect-ratio:1;background:#f6e7b5;border-radius:50%;right:-16%;top:8%}.mascots{position:absolute;height:145%;max-width:none;bottom:-40%;left:50%;transform:translateX(-50%);filter:drop-shadow(8px 6px 0 #ffffffbb);z-index:2}.outline-word{position:absolute;left:4%;top:1%;font-size:clamp(85px,10vw,180px);font-weight:900;color:transparent;-webkit-text-stroke:1px #cdc3e6;letter-spacing:-.09em}.brand-sticker{position:absolute;width:140px;right:4%;top:17%;transform:rotate(10deg);z-index:3}.spark{position:absolute;left:8%;top:33%;font-size:60px;color:white}.art-note{position:absolute;right:5%;bottom:7%;z-index:3;font-size:11px;letter-spacing:.12em;line-height:1.4}.wrap{max-width:1540px;padding:0 6%;margin:auto}.products{padding-top:100px;padding-bottom:100px}.section-top{display:flex;justify-content:space-between;align-items:end;margin-bottom:52px}.section-top h2{font-size:64px;margin:0}.section-top>p{color:#999;font-size:14px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.product{border:1px solid var(--line);border-radius:26px;overflow:hidden;background:white}.product>img{width:100%;height:280px;object-fit:cover;object-position:center 25%;display:block}.product>div{padding:32px}.product h3{margin-bottom:14px}.product p{color:#8b8b8b;font-size:14px}.product .muted{font-size:15px;color:#a7a0ab;margin-bottom:17px}.home-links{display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:80px;gap:26px}.home-links a{border-top:1px solid #cbc7c0;padding:25px 0;position:relative}.home-links small{color:#888}.home-links h3{margin:15px 0}.home-links span{position:absolute;right:0;top:25px}footer{border-top:1px solid var(--line);display:flex;align-items:center;gap:25px;padding:32px 6%;font-size:13px}footer img{width:85px}footer p{margin:0}footer small{color:#888}footer>span{margin-left:auto;color:#999;font-size:11px}#menu{display:none}.page-intro{max-width:1540px;margin:auto;padding:85px 6% 55px}.page-intro h1{max-width:950px}.page-intro>p:last-child{color:#888;max-width:720px}.workspace{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;padding-bottom:90px}.panel{padding:34px;background:white;border:1px solid var(--line);border-radius:20px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.panel-heading h2{font-size:23px;margin:0}.badge{font-size:11px;background:#f2edff;padding:7px 12px;border-radius:20px}.drop{position:relative;background:#f8f6fc;border:1px dashed #b8aecb;border-radius:12px;min-height:190px;text-align:center;display:flex!important;align-items:center;justify-content:center;flex-direction:column;gap:12px;cursor:pointer}.drop input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.drop>span:last-of-type{font-size:12px;color:#888;max-width:90%}.upload-symbol{font-size:32px}.drag{background:#e6def6}.panel label{display:block;font-size:13px;margin-bottom:20px}.panel input:not([type=file]),textarea{display:block;width:100%;border:1px solid var(--line);border-radius:8px;padding:13px;margin-top:9px;background:#fdfcfb}.muted{font-size:12px;color:#888}.panel>.muted{margin:20px 0 0}#file-status{font-size:13px;margin:16px 0;color:#6d5b8c;overflow-wrap:anywhere}aside{padding-top:25px}aside h2{font-size:30px}aside>p{color:#888}aside .button{margin:0 8px 12px 0;font-size:12px}.preview{border-top:1px solid var(--line);padding-top:30px;margin-top:30px;color:#888;overflow-wrap:anywhere}.preview img{max-width:160px;max-height:160px;object-fit:contain}.resource-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;padding-bottom:100px}.resource{padding:40px;background:white;border:1px solid var(--line);border-radius:18px}.resource h2{font-size:30px}.resource p{color:#888;font-size:14px}.resource .eyebrow{font-size:10px}.file-icon{display:block;width:70px;height:70px;background:#243b64;color:#add1ff;padding:14px;font-size:32px;margin-bottom:45px;border-radius:12px}.tinted{background:#eeeafa;display:flex;flex-direction:column;justify-content:center}.tinted .button{align-self:start}.guide-list,.jobs{padding-bottom:100px}details{border-top:1px solid var(--line)}details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;display:flex;gap:35px;align-items:center;padding:30px 0}summary::-webkit-details-marker{display:none}summary h2{font-size:26px;margin:0}summary>span{color:#999;font-size:13px}summary b{margin-left:auto}details[open] summary b{transform:rotate(45deg)}details>div{padding:0 0 35px 60px;max-width:850px}details p{color:#777}.contact-strip{padding:55px 0 90px}.contact-strip h2{margin-bottom:12px}.contact-strip p{color:#888}.text-button{background:none;border:0;border-bottom:1px solid;padding:8px 0;font-size:13px}.jobs summary h2{margin-right:auto}.app-download{display:flex;gap:65px;align-items:center;padding-bottom:100px}.app-download>img{width:210px;border-radius:35px}.app-download h2{font-size:36px}.app-download p{color:#999}dialog{border:1px solid var(--line);border-radius:20px;padding:40px;width:min(500px,90vw);color:var(--ink)}dialog::backdrop{background:#25203588;backdrop-filter:blur(4px)}dialog h2{font-size:26px}dialog p{color:#777}.close{position:absolute;right:18px;top:12px;font-size:28px;border:0;background:none}
@media(min-width:1800px){.hero{min-height:780px}.hero-copy{padding-top:155px}}
@media(max-width:1000px){header{gap:15px}nav{gap:16px}.hero-copy{padding:85px 25px 65px 6vw}.hero{min-height:610px}.brand-sticker{width:90px}.product>img{height:210px}.product>div{padding:24px}.workspace{gap:25px}.cards{gap:15px}}
@media(max-width:760px){header{height:72px;flex-wrap:wrap}header>.button{margin-left:auto}#menu{display:block;background:none;border:0;margin-left:auto;font-size:13px}nav{display:none;position:absolute;left:0;right:0;top:72px;padding:20px 6%;background:var(--paper);border-bottom:1px solid var(--line)}nav.open{display:flex;flex-wrap:wrap}.hero{grid-template-columns:1fr}.hero-copy{padding:65px 6% 45px}h1{font-size:42px}.hero-art{height:470px}.mascots{height:148%;bottom:-42%}.brand-sticker{width:115px}.actions{gap:12px}.actions .button{font-size:13px;padding:16px}.section-top{display:block}.section-top h2{font-size:44px}.section-top>p{margin-top:22px}.products{padding-top:65px;padding-bottom:55px}.cards,.resource-grid,.workspace,.home-links{grid-template-columns:1fr}.product>img{height:290px}.product>div{padding:30px}.home-links{gap:0;padding-bottom:40px}footer{flex-wrap:wrap}footer>span{width:100%;margin-left:0}.page-intro{padding-top:55px}.page-intro h1{font-size:39px}.workspace{padding-bottom:55px}.panel{padding:22px}.panel-heading h2{font-size:20px}.resource{padding:30px}.jobs summary{gap:15px;flex-wrap:wrap}.jobs summary h2{font-size:22px}summary h2{font-size:22px}summary{gap:16px}details>div{padding-left:0}.app-download{flex-direction:column;align-items:start;gap:25px}.app-download>img{width:130px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.product>img{height:auto;aspect-ratio:16/9;object-fit:contain;object-position:center;background:#fff}
/* Home: translucent OCUU App moments layered behind the mascots. */
.hero-art{--hero-x:0px;--hero-y:0px;--hero-tilt:0deg;--hero-card-x:0px;--hero-card-y:0px;background:linear-gradient(145deg,#f5f2ff 0%,#ebeaff 52%,#f8effa 100%)}
.hero-gradient{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 18% 84%,#ffdbef9c 0 4%,transparent 27%),radial-gradient(circle at 75% 14%,#dce7ffb5 0 4%,transparent 35%),linear-gradient(122deg,#fff7fc38 5%,transparent 44%,#dcd3ff35 100%)}
.orb{z-index:0;background:radial-gradient(circle at 35% 30%,#fff9d8db 0 8%,#ffeec394 48%,#edc8f15e 74%,#aebdff22 100%);filter:blur(.2px);opacity:.86}
.hero-app-layer{position:absolute;inset:0;z-index:1;pointer-events:none;transform:translate(var(--hero-card-x),var(--hero-card-y));transition:transform .8s cubic-bezier(.2,.82,.25,1.2)}
.hero-app-card{position:absolute;width:clamp(96px,14.2vw,205px);aspect-ratio:.74;padding:6px;overflow:hidden;border:1px solid #ffffffb8;border-radius:22px;background:#fff9;box-shadow:0 16px 30px #8d74bb20,0 2px 0 #fff8;opacity:.52;filter:saturate(.88) contrast(.96);backdrop-filter:blur(5px);transform:rotate(var(--card-rotate));transition:opacity .38s ease,filter .38s ease,box-shadow .38s ease}
.hero-app-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(150deg,#fff8 0%,transparent 28%,#e3d9ff3d 76%,#fff9 100%);border-radius:inherit}
.hero-app-card-inner{width:100%;height:100%;overflow:hidden;border-radius:16px;animation:home-app-float 7s ease-in-out infinite;animation-delay:var(--float-delay,0s);will-change:transform}
.hero-app-crop{display:block;width:100%;height:100%}
.app-card-editor{--card-rotate:-11deg;--float-delay:-2.1s;left:2%;top:31%}
.app-card-community{--card-rotate:9deg;--float-delay:-4.7s;right:2%;top:12%;width:clamp(92px,12.8vw,188px)}
.app-card-ranking{--card-rotate:-7deg;--float-delay:-1.1s;right:6%;bottom:9%;width:clamp(86px,11.7vw,174px);opacity:.43}
.app-card-diy{--card-rotate:7deg;--float-delay:-3.9s;left:29%;bottom:-4%;width:clamp(86px,12vw,178px);opacity:.35}
.hero-art:hover .hero-app-card{opacity:.67;filter:saturate(1.03) contrast(1);box-shadow:0 21px 34px #8d74bb2a,0 2px 0 #fff8}
.outline-word{z-index:2;opacity:.58}
.hero-mascot-enter{position:absolute;inset:0;z-index:4;opacity:1;transform-origin:8% 72%}
.mascots{z-index:auto;transform:translateX(calc(-50% + var(--hero-x))) translateY(var(--hero-y)) rotate(var(--hero-tilt));transform-origin:50% 77%;transition:transform .72s cubic-bezier(.2,.84,.25,1.25)}
.hero-art.has-home-motion:not(.is-ready) .hero-mascot-enter{opacity:0}
.hero-art.is-ready .hero-mascot-enter{animation:home-mascot-fly-in 1.18s cubic-bezier(.17,.82,.22,1.12) both}
.brand-sticker,.spark,.art-note{z-index:5}
@keyframes home-mascot-fly-in{0%{opacity:0;transform:translate3d(-118%,18%,0) rotate(-13deg) scale(.82)}58%{opacity:1;transform:translate3d(4%,-2%,0) rotate(1.5deg) scale(1.02)}78%{transform:translate3d(-1.3%,.6%,0) rotate(-.45deg) scale(.997)}100%{opacity:1;transform:translate3d(0,0,0) rotate(0) scale(1)}}
@keyframes home-app-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(.9deg)}}
@media(max-width:760px){.hero-art{height:500px}.hero-app-card{width:clamp(86px,28vw,142px);padding:4px;border-radius:16px}.hero-app-card-inner{border-radius:11px}.app-card-editor{left:2%;top:27%}.app-card-community{right:1%;top:9%;width:clamp(80px,25vw,130px)}.app-card-ranking{right:5%;bottom:8%;width:clamp(76px,23vw,122px)}.app-card-diy{left:25%;bottom:-4%;width:clamp(75px,23vw,122px)}.hero-gradient{background:radial-gradient(circle at 16% 82%,#ffdbef94 0 4%,transparent 31%),radial-gradient(circle at 75% 11%,#dce7ffab 0 4%,transparent 39%),linear-gradient(122deg,#fff7fc35 5%,transparent 44%,#dcd3ff32 100%)}}
@media(prefers-reduced-motion:reduce){.hero-app-card-inner,.hero-mascot-enter{animation:none!important}.hero-mascot-enter{opacity:1!important;transform:none!important}}
/* Home: carry the lavender atmosphere through the full hero instead of splitting it at the center. */
.hero{position:relative;isolation:isolate;overflow:hidden;background:#faf9f6}
.hero:before{content:"";position:absolute;z-index:0;inset:-24% -10% -24% 12%;pointer-events:none;background:radial-gradient(ellipse 76% 82% at 62% 47%,#dfe2ffdb 0%,#eae5ffbd 37%,#f2eafb91 59%,#f9f4f760 75%,#faf9f600 100%);filter:blur(44px);transform:scale(1.08)}
.hero-copy{position:relative;z-index:6}
.hero-art{overflow:visible;background:transparent}
.hero-app-card{aspect-ratio:612/1333}
.hero-app-card-image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}
.hero-copy .actions .button{flex:0 1 220px;width:220px;min-height:58px;justify-content:space-between;border:2px solid #33323d;border-radius:12px;padding:16px 20px;box-shadow:0 4px 0 #3a34431b,0 9px 18px #8e7b9a14;background:linear-gradient(135deg,#fff,#f4f0ff)}
.hero-copy .actions .button.primary{background:linear-gradient(135deg,#ffec9d,#ffe27d)}
.hero-copy .actions .button:hover,.hero-copy .actions .button:focus-visible{transform:translateY(-3px);box-shadow:0 7px 0 #3a344314,0 13px 21px #8e7b9a20}
@media(min-width:761px){.hero-gradient{inset:-12% -8% -12% -72%;background:radial-gradient(ellipse 70% 80% at 58% 62%,#ffdce978 0%,#f0e5fa5c 50%,transparent 86%),radial-gradient(ellipse 57% 72% at 82% 20%,#dce7ff94 0%,transparent 78%);filter:blur(28px);transform:scale(1.05)}.hero-app-card{width:clamp(92px,10vw,154px);aspect-ratio:612/1333;padding:5px;border-radius:20px;opacity:.4}.hero-app-card-inner{border-radius:15px}.hero-app-card-image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.app-card-editor{left:-18%;top:23%}.app-card-community{left:8%;top:5%;right:auto;width:clamp(86px,9.2vw,144px)}.app-card-ranking{right:4%;top:3%;bottom:auto;width:clamp(82px,8.7vw,136px)}.app-card-shop{--card-rotate:8deg;--float-delay:-5.4s;right:3%;bottom:2%;width:clamp(88px,9.4vw,146px);opacity:.34}.app-card-diy{left:14%;bottom:1%;width:clamp(82px,8.7vw,136px);opacity:.32}}
@media(max-width:760px){.hero-copy .actions .button{flex:1 1 100%;width:auto;max-width:none}.app-card-shop{--card-rotate:8deg;--float-delay:-5.4s;right:-3%;bottom:25%;width:clamp(74px,22vw,118px);opacity:.3}}
/* Careers: searchable roles with a distinct OCUU brand header. */
.careers-hero{background:#eeebf6;border-bottom:1px solid #e4dfed;overflow:hidden}
.careers-hero-inner{display:grid;grid-template-columns:1.25fr 1fr;gap:40px;align-items:center;min-height:450px;padding-top:62px;padding-bottom:58px}
.careers-hero h1{font-size:clamp(40px,4vw,64px);line-height:1.18;margin-bottom:22px}
.careers-hero h1 span{color:#8a78b3}.careers-hero p:not(.eyebrow){color:#797381;font-size:14px}
.careers-hero .button{margin-top:12px;padding:16px 20px}.careers-art{position:relative;min-height:325px}
.careers-big-word{position:absolute;top:-30px;left:10%;font-size:260px;line-height:1;font-weight:900;letter-spacing:-.1em;color:#d9d1e9}
.careers-art img{width:78%;position:absolute;left:9%;top:65px;transform:rotate(-8deg);filter:drop-shadow(0 16px 15px #9883b825)}
.careers-orbit{position:absolute;width:300px;height:300px;border:1px solid #cfc3e0;border-radius:50%;right:5%;top:10px}
.careers-art-note{position:absolute;bottom:0;left:15%;font-size:9px;letter-spacing:.15em;line-height:1.6;color:#83758f}
.careers-art-note{display:none}
.template-bundle .bundle-folder{display:flex;width:76px;height:76px;border:0;background:transparent}.bundle-folder img{display:block;width:100%;height:auto}
@media(max-width:760px){.template-bundle .bundle-folder{width:52px;height:52px}}
.template-showcase .artist-art-window{height:150px}.template-showcase .artist-art-window img{width:190%}
@media(max-width:1000px){.template-showcase .artist-art-window{height:115px}}
.template-showcase{background:linear-gradient(110deg,#faf9f6 35%,#f0ebf7);margin-bottom:38px;border-bottom:1px solid #ebe5ef;overflow:hidden}.template-showcase-inner{display:grid;grid-template-columns:1fr 1.15fr;gap:65px;align-items:center;padding-top:52px;padding-bottom:48px;min-height:480px}.template-showcase-copy h1{font-size:clamp(40px,4vw,64px)}.template-showcase-copy>p:not(.eyebrow){font-size:14px;color:#8c8494}.showcase-process{display:flex;align-items:center;gap:14px;margin-top:26px}.showcase-process img{width:66px;height:66px;object-fit:contain;background:#eee8f3;border-radius:50%}.showcase-process span{font-size:11px;color:#9b91a4;line-height:1.9}.showcase-process strong{font-size:13px;color:#7f6a93;font-weight:500}.showcase-process b{font-size:25px;color:#b0a0bf;margin-left:8px}.artist-board{position:relative;padding:20px 24px 14px;background:#e8e1ef;border:1px solid #dfd5e9;border-radius:20px;transform:rotate(1deg)}.artist-board-top{display:flex;justify-content:space-between;gap:10px;font-size:9px;letter-spacing:.08em;color:#8e7d9f;margin-bottom:20px}.artist-sheets{display:grid;grid-template-columns:1fr 1fr;gap:15px}.artist-sheet{background:#fffdfa;border:1px solid #e3dce7;border-radius:8px;margin:0;padding:9px;box-shadow:0 5px 12px #6754780b;transform:rotate(-3deg)}.artist-sheet:nth-child(even){transform:rotate(3deg)}.artist-sheet:nth-child(3){transform:rotate(-1deg)}.artist-art-window{position:relative;overflow:hidden;height:112px;border-radius:5px;background:#fcf9f4}.artist-art-window img{position:absolute;width:205%;max-width:none;height:auto;left:50%;top:50%;transform:translate(-50%,-46%)}.artist-sheet figcaption{display:flex;justify-content:space-between;font-size:8px;letter-spacing:.1em;color:#a697ac;padding:12px 3px 2px}.artist-base-note{display:flex;align-items:center;gap:12px;margin-top:19px;color:#8e7a9d}.artist-base-note img{width:50px;height:50px;object-fit:cover;border:4px solid white;border-radius:5px;transform:rotate(-5deg)}.artist-base-note span{font-size:10px;line-height:1.7}.artist-base-note b{margin-left:auto;font-size:31px;color:#faf4d5}
@media(max-width:1000px){.template-showcase-inner{gap:30px}.artist-board{padding:16px}.artist-art-window{height:95px}}
@media(max-width:760px){.template-showcase-inner{grid-template-columns:1fr;padding-top:45px;padding-bottom:30px;gap:26px}.template-showcase-copy h1{font-size:40px}.showcase-process{margin-top:18px}.artist-board{transform:none}.artist-art-window{height:100px}.artist-sheets{gap:12px}.artist-board-top{font-size:8px}.template-showcase{margin-bottom:28px}}
/* Keep the two template families on the same visual rhythm. */
.template-family-grid .template-family[data-family]{align-self:stretch}
.template-family-grid .template-family[data-family] .model-options button{padding:10px 8px 16px}
.template-family-grid .template-family[data-family] .model-face-image{height:112px;width:100%;max-width:none;aspect-ratio:auto;object-fit:contain;margin:0 auto 10px}
.template-family-grid .template-family[data-family] .template-family-tip{min-height:40px;margin-bottom:0}
@media(max-width:760px){.template-family-grid .template-family[data-family] .model-face-image{height:100px}.template-family-grid .template-family[data-family] .template-family-tip{min-height:0}}
.template-family-grid .template-family{align-self:start}.template-family-grid .template-family .template-download{margin-top:24px}
.template-bundle{display:flex;align-items:center;gap:24px;background:#eee9f7;border:1px solid #ddd3eb;border-radius:18px;padding:28px 30px;margin-bottom:28px}.bundle-symbol{width:55px;height:65px;display:grid;place-items:center;border:1px solid #c8badd;border-radius:12px;color:#80659f;font-size:32px;flex-shrink:0}.bundle-copy{flex:1}.bundle-copy .eyebrow{font-size:9px;color:#9a87ad;margin-bottom:12px}.bundle-copy h2{font-size:26px;margin-bottom:10px}.bundle-copy p{font-size:13px;color:#80758c;margin-bottom:5px}.bundle-copy small{font-size:11px;color:#9b8fa6}.template-family[data-family=eye] .model-face-image{height:122px;width:100%;aspect-ratio:auto;object-fit:contain}.template-family[data-family=eye] .model-options button{padding:10px 8px 16px}
@media(max-width:760px){.template-bundle{flex-wrap:wrap;padding:23px;gap:16px}.bundle-copy h2{font-size:23px}.template-bundle>.button{width:100%}.bundle-symbol{display:none}.template-family[data-family=eye] .model-face-image{height:90px}}
.model-options .model-face-image{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;margin:0 auto 10px}.template-family[data-family=face] .model-options button{padding:10px 8px 16px}.template-family[data-family=face] .model-options{margin-bottom:0}.template-family .template-download{margin-top:auto}
@media(max-width:760px){.template-family[data-family=face] .model-options{grid-template-columns:repeat(2,minmax(0,1fr))}.model-options .model-face-image{max-width:150px}}
.template-library{padding-bottom:55px}.template-library-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.template-library-top p{font-size:12px;color:#8c8397;margin:0}.template-library-top a{font-size:12px}.template-family-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.template-family{padding:34px;border:1px solid var(--line);border-radius:22px;background:white;display:flex;flex-direction:column}.template-family-heading{display:flex;justify-content:space-between;gap:20px;margin-bottom:28px}.template-family-heading .eyebrow{font-size:10px;color:#9b8bae;margin-bottom:16px}.template-family-heading h2{font-size:32px;margin-bottom:12px}.template-family-heading p:last-child{font-size:13px;color:#999;margin:0}.psd-mark{display:flex;align-items:center;justify-content:center;width:60px;height:68px;background:#eae5f5;color:#7a65a0;border-radius:12px;font-size:28px;flex-shrink:0}.template-family:nth-child(2) .psd-mark{background:#e7edf9;color:#597bb0}.model-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.template-family:nth-child(2) .model-options{grid-template-columns:repeat(3,minmax(0,1fr))}.model-options button{position:relative;min-height:94px;padding:16px 8px;background:#faf9fb;border:1px solid #e7e3eb;border-radius:10px;text-align:center}.model-options strong{display:block;font-size:23px;font-weight:600}.model-options span{display:block;font-size:11px;color:#999;margin-top:8px}.model-options i{display:none;position:absolute;right:7px;top:4px;font-style:normal;font-size:12px;color:#8f75b4}.model-options [aria-pressed=true]{border-color:#a68bc5;background:#f1ebfa;box-shadow:0 0 0 1px #a68bc5}.model-options [aria-pressed=true] strong{color:#80639e}.model-options [aria-pressed=true] i{display:block}.selected-template{display:flex;flex-direction:column;gap:10px;margin:28px 0 24px;padding:20px;background:#f9f8fa;border-radius:10px;overflow-wrap:anywhere}.selected-label{font-size:10px;color:#aaa;letter-spacing:.05em}.selected-filename{font-size:16px;font-weight:500}.selected-note{font-size:11px;color:#999}.template-download{width:100%;background:#29272d;color:white;border-color:#29272d;justify-content:space-between;min-height:58px}.template-download:hover{background:#4c425c}.template-family-tip{font-size:11px;color:#999;line-height:1.8;margin:16px 0 0}.template-help-strip{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:28px;background:#f0ecf7;border-radius:14px;padding:25px 30px}.template-help-strip strong{font-size:16px;font-weight:600}.template-help-strip p{font-size:12px;color:#999;margin:8px 0 0}.template-help-strip a{font-size:12px;padding:14px 18px}
@media(max-width:1000px){.template-family{padding:24px}.model-options{gap:7px}.model-options strong{font-size:20px}}
@media(max-width:760px){.template-family-grid{grid-template-columns:1fr;gap:20px}.template-library-top{align-items:start;flex-direction:column;gap:12px}.template-family{padding:23px}.template-family-heading h2{font-size:28px}.model-options{gap:7px}.model-options button{min-height:85px;padding:14px 5px}.model-options strong{font-size:21px}.model-options span{font-size:10px}.template-help-strip{padding:24px;flex-direction:column;align-items:start}.template-library{padding-bottom:20px}.selected-filename{font-size:14px}}
.template-guide{padding-bottom:90px;scroll-margin-top:110px}.template-guide-heading{border-top:1px solid var(--line);padding-top:55px;display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:34px}.template-guide-heading h2{font-size:34px;margin-bottom:15px}.template-guide-heading p:not(.eyebrow){font-size:14px;color:#888}.template-guide-heading>.text-button{white-space:nowrap;font-size:12px}.template-guide-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:50px;align-items:start}.template-guide-aside{position:sticky;top:115px;padding-top:0}.guide-label{display:inline-block;background:#eee7fa;color:#8870ab;border-radius:20px;padding:8px 13px;font-size:11px;margin-bottom:24px}.template-guide-aside h3{font-size:30px;line-height:1.4;margin-bottom:20px}.template-guide-aside>p{font-size:13px;line-height:1.9}.guide-tool-list{display:grid;gap:12px;margin-top:25px}.guide-tool-list .button{margin:0;font-size:13px}.guide-next{border-top:1px solid var(--line);padding-top:24px;margin-top:30px;font-size:13px}.guide-next p{color:#999}.guide-reader{border:1px solid #ded7e9;border-radius:16px;overflow:hidden;background:#eeebf7;max-width:794px}.guide-reader-bar{display:flex;justify-content:space-between;gap:12px;padding:17px 22px;font-size:10px;letter-spacing:.08em;color:#827493;background:#f7f4fc}.guide-image-window{max-height:650px;overflow:hidden;position:relative}.guide-image-window:not(.expanded):after{content:'';position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(transparent,#eee8fb)}.guide-image-window.expanded{max-height:none}.guide-image-window img{display:block;width:100%;height:auto}.guide-expand{border:0;background:#f5f0fc;color:#786090;width:100%;padding:20px;font-size:14px;font-weight:600}#guide-dialog{width:min(1040px,96vw);max-width:96vw;height:90vh;max-height:90vh;padding:0;overflow:hidden}#guide-dialog[open]{display:flex;flex-direction:column}.guide-dialog-bar{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 24px;border-bottom:1px solid var(--line);flex-shrink:0}.guide-dialog-bar strong{font-size:15px}.guide-dialog-bar>div{display:flex;align-items:center;gap:20px}.guide-dialog-bar .button{padding:10px 15px;font-size:12px}#guide-dialog-scroll{overflow:auto;flex:1;min-height:0;background:#eee9f5;overscroll-behavior:contain}#guide-dialog-scroll img{display:block;width:min(794px,100%);height:auto;margin:auto}#guide-dialog-scroll.actual-size img{width:794px;max-width:none}body:has(#guide-dialog[open]){overflow:hidden}
@media(max-width:760px){.template-guide-heading{display:block;padding-top:35px}.template-guide-heading h2{font-size:27px}.template-guide-heading>.text-button{display:inline-block}.template-guide-layout{grid-template-columns:1fr;gap:28px}.template-guide-aside{position:static}.template-guide-aside h3{font-size:24px}.template-guide-aside h3 br{display:none}.guide-tool-list{grid-template-columns:1fr 1fr}.guide-tool-list .button{font-size:12px;padding:14px 12px;gap:6px}.guide-next{margin-top:20px;padding-top:15px}.guide-image-window{max-height:520px}.guide-dialog-bar{padding:12px;gap:9px;flex-wrap:wrap}.guide-dialog-bar strong{font-size:13px}.guide-dialog-bar>div{gap:12px}.guide-dialog-bar .text-button{font-size:12px}.template-guide{padding-bottom:55px}}
/* Mayor-led recruitment welcome. */
.careers-mayor-hero{background:linear-gradient(115deg,#f4f5fa 0%,#eef1fd 52%,#e1e9fc 100%)}
.careers-mayor-hero .careers-hero-inner{min-height:545px;grid-template-columns:1.1fr 1fr;padding-top:50px;padding-bottom:45px;gap:20px}
.careers-mayor-hero h1{font-size:clamp(38px,4.1vw,64px);line-height:1.18;letter-spacing:-.04em}
.careers-mayor-hero h1 span{color:#637fc5}
.careers-mayor-hero .careers-art{height:450px;min-height:0;isolation:isolate}
.careers-mayor-hero .careers-art img{height:110%;width:auto;max-width:100%;object-fit:contain;left:50%;top:-12px;transform:translateX(-50%) rotate(-4deg);filter:drop-shadow(0 18px 15px #596f9e18);z-index:2}
.careers-mayor-hero .careers-orbit{width:370px;height:370px;background:#fbfaf38a;border:1px solid #fff;top:45px;right:5%}
.careers-mayor-hero .careers-big-word{font-size:110px;letter-spacing:-.05em;top:5px;left:0;color:#ced9f3}
.careers-mayor-hero .careers-art>b{top:23%;right:1%;color:#fff7cc;z-index:3}
.mayor-welcome{position:absolute;left:0;bottom:14%;z-index:3;transform:rotate(-6deg);background:#fffdf4;border:1px solid #e4dfcd;border-radius:14px;padding:14px 19px;font-size:11px;color:#8f96a6;line-height:1.8;box-shadow:0 6px 12px #40537b09}
.mayor-welcome strong{font-size:19px;color:#5d719f;font-weight:600}
@media(max-width:760px){.careers-mayor-hero .careers-hero-inner{grid-template-columns:1fr;padding-top:42px;padding-bottom:20px;gap:20px}.careers-mayor-hero h1{font-size:40px}.careers-mayor-hero .careers-art{height:330px;width:100%;max-width:390px}.careers-mayor-hero .careers-art img{height:106%;top:0}.careers-mayor-hero .careers-big-word{font-size:76px;top:15px}.careers-mayor-hero .careers-orbit{height:260px;width:260px;top:40px}.mayor-welcome{left:0;bottom:14%;padding:10px 13px}.mayor-welcome strong{font-size:15px}}
.careers-art b{position:absolute;right:2%;top:18%;font-size:55px;color:#fff}.careers-body{padding-top:65px;padding-bottom:65px;scroll-margin-top:108px}
.careers-section-title{display:flex;justify-content:space-between;gap:20px;align-items:end}.careers-section-title .eyebrow{margin-bottom:15px}
.careers-section-title h2{font-size:34px;margin-bottom:26px}.careers-section-title>p{font-size:13px;color:#999;margin-bottom:30px}
.career-search{display:flex;align-items:center;gap:20px;background:white;border:1px solid var(--line);border-radius:12px;padding:9px 9px 9px 24px}
.career-search label{font-size:13px;color:#777;border-right:1px solid var(--line);padding-right:20px;white-space:nowrap}
.career-search input{flex:1;min-width:0;border:none;padding:13px 0;background:transparent;font-size:14px}.career-search .button{padding:13px 23px}
.career-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:25px 0 30px}.career-tabs{display:flex;flex-wrap:wrap;gap:8px}
.career-tabs button{border:1px solid transparent;background:transparent;color:#777;padding:10px 17px;border-radius:24px;font-size:13px}
.career-tabs button[aria-pressed=true]{background:#eae4f4;border-color:#d5cce3;color:#6c558e}
.career-toolbar>.text-button{font-size:12px;color:#999;border:0;white-space:nowrap}
.career-results-top{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:#999;margin-bottom:16px}
#career-count{color:#57505f;font-weight:600}
.career-card{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:24px;padding:30px;background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:14px;transition:border-color .2s,box-shadow .2s}
.career-card:hover{border-color:#c5b4dd;box-shadow:0 8px 20px #43325708}.career-number{align-self:start;font-size:13px;color:#bcb2c8;padding-top:3px}
.career-card .eyebrow{font-size:9px;color:#a194af;margin-bottom:13px}.career-card h3{font-size:25px;margin-bottom:10px}
.career-card-copy>p:not(.eyebrow){font-size:13px;color:#999;margin-bottom:16px}.career-meta{display:flex;flex-wrap:wrap;gap:9px}
.career-meta span{font-size:11px;color:#888;background:#f7f6f8;padding:5px 9px;border-radius:4px}
.career-open{display:flex;align-items:center;gap:20px;border:0;background:#f4f0fa;border-radius:9px;padding:14px 17px;font-size:12px}.career-open span{font-size:20px;color:#8971a7}
.career-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;border-top:1px solid var(--line);padding-top:42px;margin-top:55px}
.career-bottom .eyebrow{font-size:9px;color:#a094ad;margin-bottom:16px}.career-bottom h3{font-size:24px;margin-bottom:10px}.career-bottom p:last-child{font-size:12px;color:#999;margin-bottom:0}.career-bottom img{width:110px}
.career-empty{padding:55px;text-align:center;border:1px dashed #d9cfdf;border-radius:14px}.career-empty p{color:#999;font-size:14px}
#career-detail{width:min(650px,92vw);max-height:85vh;padding:42px}#career-detail h2{font-size:34px}#career-detail h3{font-size:18px;margin-top:28px}
#career-detail ul{padding-left:21px;color:#777;font-size:14px;line-height:2}.career-demo-note{background:#f4f0fa;padding:12px;font-size:12px;border-radius:8px}.career-apply{border-top:1px solid var(--line);padding-top:20px;margin-top:25px;font-size:14px}.career-apply p{font-size:12px;margin-bottom:0}
@media(max-width:760px){.careers-hero-inner{grid-template-columns:1fr;padding-top:48px;padding-bottom:30px;gap:14px}.careers-hero h1{font-size:40px}.careers-art{min-height:180px;max-width:350px;width:100%;justify-self:center}.careers-big-word{font-size:170px;top:-5px}.careers-art img{width:66%;top:30px;left:22%}.careers-orbit{width:180px;height:180px}.careers-art-note{bottom:-5px;left:0;font-size:7px}.careers-art b{font-size:35px}.careers-body{padding-top:40px}.careers-section-title{display:block}.careers-section-title h2{font-size:28px;margin-bottom:12px}.careers-section-title>p{margin-bottom:20px}.career-search{padding-left:15px;gap:10px}.career-search label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.career-search .button{padding:12px 14px;gap:12px}.career-toolbar{align-items:start;margin:20px 0;gap:5px}.career-tabs{gap:3px}.career-tabs button{padding:9px 11px;font-size:12px}.career-results-top{font-size:10px}.career-card{grid-template-columns:1fr;padding:24px;gap:10px}.career-number{display:none}.career-card h3{font-size:23px}.career-open{justify-self:start;margin-top:8px}.career-bottom h3{font-size:20px}.career-bottom img{width:70px}.career-bottom{gap:14px}.career-empty{padding:35px 20px}#career-detail{padding:32px 24px}}

/* The new splash illustration includes its own orbit, stars and floor shadow. */
.mascots[src$="hero-mascots-splash.png"]{height:105%;bottom:-2%;filter:drop-shadow(7px 6px 0 #ffffffa8)}
@media(max-width:760px){.mascots[src$="hero-mascots-splash.png"]{height:106%;bottom:-2%}}

/* Independent hero decoration: these pieces never inherit the mascot pointer parallax. */
.hero-static-decor{position:absolute;inset:0;z-index:3;overflow:hidden;pointer-events:none}
.hero-static-decor i{position:absolute;display:block;font-style:normal}
.hero-orbit{border-radius:50%;opacity:.72}
.hero-orbit-pink{width:78%;aspect-ratio:1;right:-2%;top:8%;border:3px solid #f4a9d5;box-shadow:0 0 0 8px #ffd7eb2e}
.hero-orbit-blue{width:72%;aspect-ratio:1;right:-9%;top:18%;border:3px solid #98c3ff;transform:rotate(13deg);opacity:.65}
.hero-static-star{line-height:1;filter:drop-shadow(0 4px 5px #7769981b);animation:home-static-star-float 5.4s ease-in-out infinite}
.star-pink-one{left:38%;top:8%;font-size:46px;color:#ffadd5;animation-delay:-1.2s}
.star-blue-one{right:8%;top:17%;font-size:54px;color:#a8d1ff;animation-delay:-3.8s}
.star-pink-two{right:2%;top:34%;font-size:35px;color:#ffc0df;animation-delay:-.6s}
.star-blue-two{left:24%;top:43%;font-size:32px;color:#9dc5ff;animation-delay:-2.5s}
.star-blue-three{right:10%;bottom:10%;font-size:39px;color:#b7d5ff;animation-delay:-4.4s}
.star-pink-three{left:31%;bottom:8%;font-size:31px;color:#f5a7d3;animation-delay:-2s}
@keyframes home-static-star-float{0%,100%{translate:0 0;rotate:-2deg}50%{translate:0 -7px;rotate:3deg}}
@media(max-width:760px){.hero-orbit-pink{width:90%;right:-7%;top:10%}.hero-orbit-blue{width:84%;right:-13%;top:20%}.star-pink-one{left:27%;font-size:34px}.star-blue-one{right:4%;font-size:40px}.star-blue-two{left:9%}.star-pink-three{left:18%}}
@media(prefers-reduced-motion:reduce){.hero-static-star{animation:none}}
