:root{--paper:#fffdf7;--ink:#2e2a26;--muted:#706d65;--yellow:#f6d66f;--sky:#a9d7e8;--line:#e5e2d7;--white:#fff;--green:#315b49;--display:'PingFang SC','Hiragino Sans GB',sans-serif;--body:-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.75 var(--body);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #337c9c;outline-offset:5px}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.3}h1,h2{font-family:var(--display);letter-spacing:-.045em}h2{font-size:38px;font-weight:750}h3{font-size:23px;letter-spacing:-.025em}p{color:var(--muted)}.wrap{width:min(1160px,calc(100% - 80px));margin-inline:auto}.header{height:100px;max-width:1320px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 40px;gap:24px;border-bottom:1px solid var(--line);position:relative;z-index:20}.brand{display:flex;gap:12px;align-items:center;font-weight:750;font-size:20px;line-height:1.3;white-space:nowrap}.brand img{object-fit:contain}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:.1em;font-weight:450;margin-top:4px}.brand-divider{color:#a59f91;margin-inline:5px}.header nav{display:flex;align-items:center;gap:32px;font-size:14px}.header nav a:hover{color:#257393}.nav-contact{border-bottom:1px solid var(--ink);padding-block:5px}.nav-contact span{margin-left:12px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;gap:54px;padding-top:66px;padding-bottom:82px;align-items:center}.eyebrow{color:var(--green);font-size:12px;letter-spacing:.1em;font-weight:650;margin-bottom:21px}.live-dot{display:inline-block;width:7px;height:7px;background:var(--green);border-radius:50%;margin-right:8px}.hero h1{font-size:clamp(50px,5.4vw,76px);font-weight:800;line-height:1.25;letter-spacing:-.055em;margin:26px 0}.marker{position:relative;isolation:isolate;white-space:nowrap}.marker:after{content:'';position:absolute;background:var(--yellow);height:22%;bottom:6%;left:0;right:-3px;z-index:-1;transform:rotate(-1deg);border-radius:2px 9px 3px 6px}.hero-desc{font-size:17px;line-height:1.95;max-width:540px}.hero-actions{display:flex;gap:12px;margin:30px 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:12px 20px;min-height:48px;border-radius:8px;border:1px solid var(--line);font-size:14px;font-weight:600;transition:transform .15s,background .15s}.button:hover{transform:translateY(-2px)}.primary{background:var(--ink);color:var(--paper);border-color:var(--ink)}.primary:hover{background:var(--green)}.subtle{background:transparent}.subtle:hover{background:#f2eedf}.hero-footnote{font-size:12px;display:flex;gap:13px;color:var(--muted);margin-top:34px}.hero-footnote i{color:#b8b09b;font-style:normal}.workbench{height:504px;border-radius:18px;background:#daedf3;position:relative;overflow:hidden;isolation:isolate}.workbench:before{content:'';position:absolute;inset:0;background-image:linear-gradient(#bfdce566 1px,transparent 1px),linear-gradient(90deg,#bfdce566 1px,transparent 1px);background-size:28px 28px;opacity:.5;z-index:-1}.bench-heading{display:flex;justify-content:space-between;padding:23px 26px;font-size:12px;letter-spacing:.09em;color:#467386}.bench-heading span:last-child{font-size:23px;line-height:1}.phone{position:absolute;background:var(--white);padding:7px;border:1px solid #ffffff;border-radius:13px;box-shadow:0 14px 30px #31556824;width:184px;transition:transform .3s;overflow:hidden}.phone img{width:100%;height:auto;border-radius:8px}.phone span{display:block;padding:8px 3px 2px;color:#4c5660;font-size:10px}.phone.one{left:42px;top:75px;transform:rotate(-7deg)}.phone.two{right:37px;top:118px;transform:rotate(8deg)}.phone:hover{transform:translateY(-7px) rotate(0)}.bench-note{position:absolute;bottom:24px;left:26px;font-size:12px;color:#355363;background:var(--paper);padding:8px 14px;box-shadow:2px 3px 0 #b5d0d8;transform:rotate(-2deg)}.bench-note span{font-size:20px;margin-right:7px}.section{padding-block:68px;scroll-margin-top:30px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:33px}.section-heading .eyebrow{margin-bottom:12px}.section-heading>p{font-size:14px;line-height:1.8}.section-heading>a{font-size:13px}.product-controls{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:0 0 25px}.filters{display:flex;flex-wrap:wrap;gap:6px}.filters button{border:1px solid transparent;background:transparent;padding:8px 16px;border-radius:7px;color:var(--muted);font-size:13px;min-height:40px}.filters button:hover{background:#f0edde}.filters button.selected{background:var(--ink);color:var(--paper)}.search{display:flex;align-items:center;gap:8px;min-width:220px;border-bottom:1px solid #bbb4a2;padding:7px 0;color:#817969}.search>span{font-size:25px;line-height:1}.search input{background:transparent;border:0;outline:none;width:100%;font-size:13px;color:var(--ink)}.search:focus-within{border-color:#337c9c}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.product-card{grid-column:span 2;border:1px solid var(--line);background:white;border-radius:13px;overflow:hidden;transition:border-color .2s,transform .2s}.product-card:hover{border-color:#b2ada1;transform:translateY(-3px)}.product-card.featured{grid-column:span 3;display:grid;grid-template-columns:.8fr 1fr}.product-visual{height:210px;position:relative;display:flex;justify-content:center;align-items:center;background:#deedf3;overflow:hidden}.blue .product-visual,.blue.detail-art{background:#dcedf3}.yellow .product-visual,.yellow.detail-art{background:#f6e9b5}.mint .product-visual,.mint.detail-art{background:#deeee5}.pink .product-visual,.pink.detail-art{background:#f1e8e8}.muted.detail-art{background:#eeece5}.featured .product-visual{height:100%;min-height:345px}.visual-caption{position:absolute;left:19px;top:16px;font-size:11px;letter-spacing:.08em;color:#4c6264}.store-shot{height:260px;width:auto;object-fit:contain;align-self:flex-start;margin-top:50px;box-shadow:0 5px 13px #16272917;transform:rotate(4deg);border-radius:7px}.featured .store-shot{height:305px;transform:rotate(-5deg);margin-top:57px}.product-visual .big-icon{width:82px;height:82px;object-fit:contain;border-radius:18px;box-shadow:0 9px 18px #534a3912}.visual-arrow{position:absolute;right:15px;bottom:15px;border-radius:50%;width:28px;height:28px;background:#ffffffd4;text-align:center;font-size:17px}.product-info{padding:24px}.meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:10px;color:var(--muted);margin-bottom:14px}.status{background:#edf3e9;color:var(--green);padding:2px 7px;border-radius:4px;font-size:10px;white-space:nowrap;font-weight:550}.status.archived{background:#e7e5e0;color:#655f55}.platform{font-size:10px}.product-info h3{font-size:23px;margin-bottom:12px}.product-info p{font-size:13px;line-height:1.85;min-height:70px}.product-links{display:flex;flex-wrap:wrap;gap:10px 16px;margin-top:24px;align-items:center;font-size:12px}.featured .product-links{display:grid;gap:10px}.text-link{display:inline-flex;gap:20px;align-items:center;font-weight:600}.text-link:hover,.quiet-link:hover{text-decoration:underline;text-underline-offset:5px}.quiet-link{color:var(--muted);font-size:11px}.resource-grid,.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.resource{border-top:1px solid #c7c2b4;padding-top:26px;position:relative}.resource-symbol{display:inline-flex;width:48px;height:48px;justify-content:center;align-items:center;background:var(--yellow);border-radius:10px;font-size:23px;font-weight:700;transform:rotate(-5deg)}.resource-symbol.sky{background:var(--sky);transform:rotate(5deg)}.resource-symbol.cream{background:#ede9dc;transform:rotate(-3deg)}.tiny-tag{float:right;color:var(--muted);font:11px/1.8 var(--body);padding-top:10px}.resource h3{font-size:21px;margin:25px 0 12px}.resource p{font-size:14px;min-height:74px}.resource .text-link{margin-top:23px;display:flex;justify-content:space-between;font-size:12px;padding-bottom:20px;border-bottom:1px solid var(--line)}.resource:hover .text-link{color:#267693}.toolbox-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:34px;padding:22px 25px;background:#f1efe6;border-radius:10px;font-size:13px}.toolbox-strip b{font-size:14px}.toolbox-strip small{display:block;color:var(--muted);margin-top:3px}.practice{background:#f4f1e8}.story-art{height:238px;padding:26px;position:relative;border-radius:10px;transition:transform .2s}.story:hover .story-art{transform:translateY(-4px)}.story-art.yellow{background:#f4d676}.story-art.blue{background:#b7dce9}.story-art.cream{background:#e8e2d4}.story-kicker{font-size:11px;letter-spacing:.06em}.story-art strong{display:block;font-size:29px;line-height:1.5;letter-spacing:-.035em;margin-top:22px}.play{position:absolute;right:22px;bottom:20px;width:32px;height:32px;border:1px solid #2e2a2688;border-radius:50%;text-align:center}.story h3{font-size:16px;margin:21px 0 7px}.story p{font-size:13px}.about{display:grid;grid-template-columns:1.3fr 1fr;gap:70px;align-items:center}.about-intro{display:flex;gap:24px;align-items:center}.character{width:125px;height:240px;object-fit:contain;mix-blend-mode:multiply;flex-shrink:0}.about-intro h2{font-size:31px}.about-intro p:not(.eyebrow){font-size:13px;margin-top:20px;line-height:1.9}.about-intro .text-link{font-size:12px;margin-top:20px}.contact-panel{padding:32px;background:#f7ecc5;border-radius:12px}.contact-panel h3{font-size:25px}.contact-panel .eyebrow{margin-bottom:10px}.contact-panel ul{list-style:none;padding:0;margin:25px 0}.contact-panel li{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #dcd1ad;padding:10px 0;font-size:13px}.contact-panel li span{font-size:10px;color:#776e54}.contact-hint{font-size:12px;line-height:1.8;margin-bottom:22px}.contact-panel .button{font-size:12px;gap:12px;margin:0 4px 10px 0;padding-inline:14px}.contact-id{font-size:10px}.archive{padding:0 0 65px}.archive details{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}summary{cursor:pointer;padding:23px 0;display:flex;justify-content:space-between;gap:20px;list-style:none;font-size:14px}summary::-webkit-details-marker{display:none}summary small{font-size:11px;color:var(--muted);margin-left:15px}summary>span:last-child{font-size:11px;color:var(--muted)}.archive-item{display:flex;align-items:center;gap:20px;padding:14px 0 30px}.archive-item img{border-radius:10px}.archive-item h3{font-size:16px}.archive-item p{font-size:12px;margin-top:5px}.archive-item .text-link{font-size:12px;margin-left:auto}.footer{border-top:1px solid var(--line);width:min(1240px,calc(100% - 80px));margin:auto;padding:34px 0 24px;display:grid;grid-template-columns:1fr auto;gap:23px}.footer-brand{font-weight:700;font-size:17px}.footer-brand span{display:block;font-size:11px;font-weight:400;color:var(--muted);margin-top:5px}.footer>div{display:flex;gap:25px;align-items:center;font-size:12px}.footer p,.footer .icp{font-size:10px;color:var(--muted)}.footer .icp{text-align:right}.detail{padding-top:30px}.back{font-size:12px;color:var(--muted)}.detail-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center;padding-top:38px}.product-name{margin-top:25px;font-size:15px}.detail h1{font-size:clamp(35px,4vw,54px);margin:15px 0 25px}.detail .hero-desc{font-size:16px}.detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.detail-art{height:455px;display:flex;align-items:center;justify-content:center;border-radius:15px;overflow:hidden}.detail-shot{height:380px;width:auto;transform:rotate(4deg);box-shadow:0 10px 30px #28332b22;border-radius:8px}.detail-icon{border-radius:30px;box-shadow:0 12px 30px #28332b22}.boundary{font-size:11px;line-height:1.8;margin-top:25px;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:30px}.feature-grid>div{border-top:1px solid var(--line);padding-top:24px}.feature-grid h3{font-size:19px}.feature-grid p{font-size:14px;margin-top:12px}.download-panel{display:flex;justify-content:space-between;align-items:center;gap:30px;background:#f0eddf;padding:40px;border-radius:15px;margin-bottom:75px}.download-panel p{font-size:14px;margin-block:15px}.download-panel img{padding:10px;background:white;object-fit:contain;border-radius:10px;width:180px;height:180px}.download-panel .button{margin:10px 6px 0 0}.tools-hero{padding:65px 0 40px}.tools-hero h1{font-size:55px;margin-bottom:22px}.tools-hero>p:not(.eyebrow){font-size:16px}.tools-hero .text-link{font-size:13px;margin-top:20px}.tools-section{padding-top:20px}.tool-controls{display:grid;gap:26px}.tool-controls .search{max-width:450px}.result-count{font-size:12px;margin:20px 0}.tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tool-card{background:white;border:1px solid var(--line);border-radius:10px;padding:22px;position:relative;display:flex;flex-direction:column}.tool-card>a{display:block;flex:1}.tool-card h3{font-size:18px;padding-right:30px}.tool-card .tool-icon{font-size:25px;margin-bottom:13px;display:block}.tool-card p{font-size:13px;margin-top:12px;min-height:65px}.tool-tags{display:flex;gap:7px;flex-wrap:wrap;font-size:10px;color:var(--muted);margin-top:16px}.tool-tags span{padding:2px 6px;background:#f3f1e9;border-radius:4px}.favorite{position:absolute;right:14px;top:16px;background:transparent;border:0;padding:8px;font-size:21px;color:#9b9381}.favorite[aria-pressed=true]{color:#776019}.empty{text-align:center;padding:50px;font-size:14px}.notice{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:var(--paper);font-size:13px;border-radius:8px;z-index:100;max-width:90vw}.notice:not(:empty){padding:12px 22px}.skip{position:fixed;top:-80px;left:20px;padding:10px 20px;background:var(--ink);color:white;z-index:99}.skip:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}[hidden]{display:none!important}
@media(min-width:1400px){.hero{padding-top:78px;padding-bottom:94px}.workbench{height:530px}.phone{width:192px}}
@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.hero{gap:30px}.hero h1{font-size:57px}.workbench{height:450px}.phone{width:160px}.phone.one{left:20px}.phone.two{right:20px;top:110px}.bench-note{bottom:20px}.header{padding-inline:28px}.header nav{gap:20px}.product-card.featured{display:block}.featured .product-visual{height:230px;min-height:0}.featured .store-shot{height:270px;margin-top:42px}.featured .product-links{display:flex}.about{gap:30px;grid-template-columns:1fr 1fr}.about-intro{gap:15px}.character{width:85px;height:180px}.contact-panel{padding:24px}.story-art strong{font-size:25px}.detail-hero{gap:40px}}
@media(max-width:760px){html{scroll-padding-top:25px}.wrap{width:calc(100% - 36px)}.header{height:80px;padding-inline:18px}.brand{font-size:18px}.brand img{width:32px;height:32px}.menu-toggle{display:flex;gap:14px;align-items:center;border:1px solid var(--line);border-radius:6px;padding:7px 12px;background:transparent;font-size:12px;min-height:40px}.header nav{display:none;position:absolute;left:12px;right:12px;top:74px;background:var(--paper);border:1px solid var(--line);box-shadow:0 14px 25px #2e2a2612;border-radius:10px;padding:20px;align-items:stretch;gap:0}.header nav.open{display:flex;flex-direction:column}.header nav a{padding:13px 6px}.nav-contact{border-bottom:0}.hero{grid-template-columns:1fr;padding-top:37px;padding-bottom:38px;gap:38px}.hero h1{font-size:56px;margin:16px 0 22px}.hero .eyebrow{font-size:11px;margin-bottom:10px}.hero-desc{font-size:15px}.hero-actions{margin:24px 0;gap:10px}.button{padding:12px 16px;font-size:13px;gap:17px}.hero-footnote{margin-top:23px;font-size:11px}.workbench{height:405px;width:100%;max-width:470px;margin:auto}.phone{width:145px}.phone.one{left:17%;top:67px}.phone.two{right:9%;top:103px}.bench-heading{font-size:11px;padding:18px 22px}.bench-note{bottom:18px;font-size:10px;left:18px}.section{padding-block:43px}.section-heading{display:block;margin-bottom:26px}.section-heading>p{margin-top:15px;font-size:13px}.section-heading>a{margin-top:17px}.section-heading .eyebrow{font-size:11px;margin-bottom:9px}h2{font-size:30px}.product-controls{display:grid;gap:16px}.filters button{font-size:12px;padding:7px 12px}.search{max-width:none}.product-grid{grid-template-columns:1fr;gap:20px}.product-card,.product-card.featured{grid-column:auto;display:grid;grid-template-columns:130px minmax(0,1fr)}.product-visual,.featured .product-visual{height:100%;min-height:250px}.product-info{padding:20px 17px}.product-info h3{font-size:21px}.product-info p{font-size:12px;min-height:0}.product-links,.featured .product-links{margin-top:18px;display:grid;gap:9px}.store-shot,.featured .store-shot{height:230px;margin-top:55px;max-width:none;transform:rotate(-5deg)}.visual-caption{left:12px;top:17px;font-size:10px}.visual-arrow{bottom:12px;right:12px}.meta{gap:5px}.product-visual .big-icon{width:62px;height:62px}.resource-grid,.story-grid{grid-template-columns:1fr;gap:27px}.resource{padding-top:20px}.resource h3{margin-top:18px}.resource p{min-height:0}.resource .text-link{margin-top:15px}.resource-symbol{width:40px;height:40px;font-size:21px}.toolbox-strip{padding:20px;align-items:start;flex-direction:column;gap:15px;margin-top:20px}.toolbox-strip>span:last-child{font-size:12px}.story-art{height:218px}.story-art strong{font-size:30px;margin-top:18px}.story h3{font-size:16px;margin-top:15px}.story p{font-size:12px}.about{grid-template-columns:1fr;gap:35px}.about-intro{gap:17px}.character{width:83px;height:190px}.about-intro h2{font-size:29px}.about-intro p:not(.eyebrow){font-size:13px}.contact-panel{padding:26px}.contact-panel li span{font-size:11px}.contact-panel .button{font-size:13px}.archive{padding-bottom:35px}summary{font-size:12px}summary small{display:block;margin-left:0;margin-top:3px}.archive-item{flex-wrap:wrap;gap:12px}.archive-item>div{flex:1}.archive-item .text-link{margin-left:68px}.footer{width:calc(100% - 36px);grid-template-columns:1fr;gap:18px;padding-top:27px}.footer>div{gap:28px}.footer .icp{text-align:left;margin-top:-12px}.detail{padding-top:23px}.detail-hero{grid-template-columns:1fr;gap:30px;padding-top:30px}.detail h1{font-size:40px}.detail .hero-desc{font-size:15px}.detail-art{height:355px}.detail-shot{height:310px}.feature-grid{grid-template-columns:1fr;gap:25px}.download-panel{padding:25px;flex-direction:column;align-items:start;gap:25px;margin-bottom:40px}.download-panel img{width:160px;height:160px}.tools-hero{padding-top:40px}.tools-hero h1{font-size:43px}.tools-hero>p:not(.eyebrow){font-size:14px}.tools-grid{grid-template-columns:1fr}.tool-card p{min-height:0}.tools-section{padding-top:15px}}
@media(max-width:370px){.hero h1{font-size:48px}.phone.one{left:8%}.phone.two{right:5%}.product-card,.product-card.featured{grid-template-columns:110px minmax(0,1fr)}.product-info{padding:18px 13px}.hero-actions .button{padding-inline:12px;gap:9px}.about-intro{display:block}.character{float:right;width:70px;height:135px;margin-left:15px}.contact-panel{padding:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Keep long Chinese product headlines readable on narrow screens. */
.detail h1{text-wrap:balance}
@media(max-width:370px){.detail h1{font-size:34px}.tools-hero h1{font-size:37px}}

.archive-toggle::before{content:"展开 ＋"}.archive details[open] .archive-toggle::before{content:"收起 −"}

/* Dedicated Skills section and a complete working-character illustration. */
.skills-section{position:relative}
.anchor-alias{position:absolute;top:0}
.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px}
.skill-intro{max-width:850px;margin:0 0 35px;font-size:14px;line-height:1.9}
.skill-intro strong{color:var(--ink)}
.skill-intro>span{display:block;font-size:12px;color:var(--muted);margin-top:15px}
.skill-intro i{font-style:normal;padding:0 12px;color:#7c957f}
.skills-grid .resource p{min-height:0;max-width:480px}
.skill-example{display:block;margin-top:16px;font-size:12px;color:var(--muted)}
.toolbox-area{padding-bottom:60px}.toolbox-area .toolbox-strip{margin-top:0}
.about{grid-template-columns:1.35fr 1fr;gap:65px;align-items:center}
.about-intro{display:flex;flex-direction:column;gap:20px;align-items:stretch}
.about-copy{order:-1;max-width:520px}
.character.office-character{display:block;width:min(100%,470px);height:auto;aspect-ratio:4/3;object-fit:contain;float:none;margin:0 auto;mix-blend-mode:multiply}
.wechat-contact{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:17px 18px;border:1px solid var(--ink);border-radius:8px;background:var(--ink);color:var(--paper);text-align:left}
.wechat-contact small{display:block;font-size:11px;margin-bottom:5px;opacity:.75}
.wechat-contact strong{font-size:17px;font-weight:500;overflow-wrap:anywhere}
.wechat-contact:hover{background:#464039}
.footer-copy{border:0;background:none;padding:0;color:inherit;font:inherit}
@media(max-width:1050px){.about{gap:35px}.wechat-contact{padding:15px 12px}.wechat-contact strong{font-size:15px}.header nav{gap:17px}}
@media(max-width:760px){.skills-grid{grid-template-columns:1fr;gap:27px}.skill-intro{font-size:13px;margin-bottom:27px}.skill-intro>span{font-size:11px}.skill-intro i{padding:0 4px}.toolbox-area{padding-bottom:40px}.about{grid-template-columns:1fr;gap:25px}.about-intro{gap:18px}.character.office-character{width:min(100%,420px);margin:0 auto}.wechat-contact strong{font-size:17px}}

/* Separate email copy action; preserve the stronger WeChat entry. */
.email-contact{margin-top:10px;background:transparent;color:var(--ink);border-color:var(--line)}
.email-contact:hover{background:#f1eddf}
.footer>div{flex-wrap:wrap}
.preview-note{max-width:440px}

/* Put preview labels above the image so decorative cropping never hides their status. */
.phone{display:flex;flex-direction:column}
.phone span{order:-1;padding:3px 2px 7px;font-size:9px}
