*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input{font:inherit}.wrap{width:min(var(--wrap),calc(100% - 40px));margin:auto}:root{--peach:#EC5F8C;--peach-strong:#D94373;--peach-soft:#F9B8CC;--peach-pale:#FDE6EE;--pink:#F16D9A;--pink-light:#FAD0DD;--pink-mist:#FFF0F5;--yellow:#F2CA72;--yellow-soft:#FAE9B3;--yellow-pale:#FFF7DA;--vanilla:#FFF9E9;--berry:#9C3659;--berry-dark:#67243F;--berry-deep:#421827;--brown:#695055;--brown-soft:#92777C;--cream:#FFFAF7;--cream-2:#FFF6F3;--surface:#FFFFFF;--ink:#35262B;--ink-2:#70575F;--ink-3:#A18B91;--line:rgba(217,67,115,.11);--line-strong:rgba(217,67,115,.22);--yellow-line:rgba(242,202,114,.36);--shadow:0 6px 24px rgba(103,36,63,.08);--shadow-hover:0 18px 44px rgba(103,36,63,.14);--radius:12px;--radius-card:18px;--radius-large:26px;--radius-pill:999px;--wrap:1320px}.skip-link{position:fixed;left:12px;top:-60px;z-index:1000;background:#fff;padding:10px 14px;border-radius:10px}.skip-link:focus{top:12px}.fresh-bar{height:30px;background:var(--berry-dark);color:#fff;font-size:13px}.fresh-inner{height:30px;display:flex;align-items:center;gap:16px}.fresh-inner strong{color:var(--yellow-soft)}.fresh-inner a{margin-left:auto;color:var(--yellow-soft)}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,250,247,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);transition:.25s}.site-header.scrolled{background:rgba(255,255,255,.98);box-shadow:var(--shadow)}.header-inner{height:66px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:9px;font-weight:900;color:var(--berry);white-space:nowrap}.brand img{width:34px;height:34px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:20px;margin-left:10px}.desktop-nav a{position:relative;color:var(--ink-2);font-size:15px;padding:21px 0}.desktop-nav a:hover{color:var(--peach)}.desktop-nav a.active:after{content:"";position:absolute;left:25%;right:25%;bottom:10px;height:2px;background:var(--peach);border-radius:2px}.header-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.icon-btn{border:0;background:var(--pink-mist);color:var(--berry);width:38px;height:38px;border-radius:50%;cursor:pointer}.action-link{font-size:14px;color:var(--ink-2)}.mega-menu{position:absolute;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.mega-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:22px 0}.mega-grid a{padding:14px;border-radius:14px;background:var(--cream-2)}.mega-grid a:hover{background:var(--yellow-pale)}.mega-grid span{color:var(--peach);margin-right:7px}.search-modal{display:none;position:fixed;inset:0;z-index:200;background:rgba(66,24,39,.58);align-items:flex-start;justify-content:center;padding-top:10vh}.search-modal.is-open{display:flex}.search-modal[hidden]{display:none!important}.search-panel{position:relative;width:min(760px,calc(100% - 32px));background:#fff;border-radius:28px;padding:40px;box-shadow:0 30px 80px rgba(66,24,39,.28)}.search-close{position:absolute;right:18px;top:16px;width:40px;height:40px;border:0;border-radius:50%;background:var(--pink-mist);font-size:26px;cursor:pointer}.search-box,.hero-search,.search-page-form{display:flex;background:#fff;border:1px solid var(--line-strong);border-radius:18px;padding:6px;box-shadow:var(--shadow)}.search-box:focus-within,.hero-search:focus-within,.search-page-form:focus-within{box-shadow:0 0 0 5px rgba(242,202,114,.24)}.search-box input,.hero-search input,.search-page-form input{flex:1;border:0;outline:0;background:transparent;padding:12px 15px;min-width:0}.search-box button,.hero-search button{border:0;background:linear-gradient(135deg,#EC5F8C,#D94373);color:white;border-radius:13px;padding:0 22px;font-weight:800}.hot-search{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;align-items:center}.hot-search a{padding:5px 10px;border-radius:999px;background:var(--yellow-pale);color:var(--brown);font-size:13px}.hot-search.large a{padding:9px 14px}.home-hero{background:linear-gradient(135deg,#FFF9E9 0%,#FFF2F5 48%,#FDE3EC 100%);position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(236,95,140,.12);filter:blur(12px);right:42%;top:-160px}.hero-grid{min-height:580px;display:grid;grid-template-columns:56% 44%;align-items:center;gap:50px;padding:54px 0}.hero-copy h1,.inner-hero h1{font-size:clamp(38px,5vw,70px);line-height:1.12;margin:16px 0 20px;color:var(--berry-deep);letter-spacing:-.04em}.hero-copy p,.inner-hero p{font-size:18px;color:var(--ink-2);max-width:700px}.eyebrow{display:inline-block;color:var(--berry);font-weight:900;letter-spacing:.08em;font-size:13px;text-transform:uppercase}.hero-search{margin-top:28px;max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:14px;font-weight:800;border:1px solid transparent}.btn.primary{background:linear-gradient(135deg,#EC5F8C,#D94373);color:#fff}.btn.secondary{background:linear-gradient(135deg,#FFF7DA,#FAE9B3);color:var(--berry-dark);border-color:var(--yellow-line)}.btn.ghost{background:#fff;color:var(--berry);border-color:var(--line-strong)}.hero-media{position:relative}.hero-media img,.inner-hero-media img{width:100%;height:460px;object-fit:cover;border-radius:30px;box-shadow:var(--shadow-hover)}.floating-note{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:10px 13px;font-weight:800;color:var(--berry)}.note-a{left:-24px;bottom:55px}.note-b{right:-16px;top:35px;background:var(--yellow-pale)}.quick-lanes{background:#fff;border-bottom:1px solid var(--line)}.quick-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;padding:18px 0}.quick-grid a{text-align:center;padding:10px;border-radius:12px;background:var(--cream-2);color:var(--ink-2);font-weight:700}.quick-grid a:hover{background:var(--yellow-pale);color:var(--berry)}.home-module,.content-section{padding:72px 0}.home-module:nth-of-type(even):not(.dark){background:#fff}.home-module:nth-of-type(3n):not(.dark){background:var(--cream-2)}.section-heading{max-width:780px;margin-bottom:28px}.section-heading h2{font-size:clamp(28px,3.3vw,46px);line-height:1.2;margin:9px 0;color:var(--berry-deep)}.section-heading p{color:var(--ink-2);font-size:17px}.module-items{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.module-card,.content-card,.point-card,.discussion-card,.topic-grid article,.challenge-board article,.contact-grid article,.help-grid article,.inspiration-wall article{background:#fff;border:1px solid var(--line);border-radius:var(--radius-card);padding:22px;box-shadow:var(--shadow);transition:.2s}.module-card:hover,.content-card:hover,.point-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.module-card h3,.point-card h3{font-size:20px;margin:12px 0}.module-card p,.point-card p,.discussion-card p{color:var(--ink-2)}.module-card a,.point-card a,.discussion-card a{color:var(--peach-strong);font-weight:800}.pill{display:inline-flex;padding:4px 9px;border-radius:999px;background:var(--pink-mist);color:var(--berry);font-size:12px;font-weight:900}.pill.yellow{background:var(--yellow-pale)}.content-rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.content-rail .module-card{min-width:330px;scroll-snap-align:start}.dark{background:linear-gradient(135deg,#67243F 0%,#8D3554 55%,#C7587E 100%);color:#fff}.dark .section-heading h2,.dark .section-heading p,.dark .eyebrow{color:#fff}.dark .module-card{background:rgba(255,255,255,.1);border-color:rgba(250,233,179,.22);color:#fff}.dark .module-card p{color:rgba(255,255,255,.74)}.dark .module-card a{color:var(--yellow-soft)}.rank-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.rank-list li{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;padding:16px 18px;border-radius:15px;background:#fff;border:1px solid var(--line)}.rank-list strong{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--pink-mist);color:var(--berry)}.rank-list li:nth-child(1) strong{background:#9C3659;color:#fff}.rank-list li:nth-child(2) strong{background:#EC5F8C;color:#fff}.rank-list li:nth-child(3) strong{background:#F2CA72;color:#5a4327}.rank-list span{font-size:13px;color:var(--ink-3)}.rank-list.large li{padding:18px}.step-line{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.step-line a{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;text-align:center}.step-line strong{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;margin:0 auto 8px;background:var(--yellow-pale);color:var(--berry)}.point-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.section-soft{background:var(--pink-mist)}.section-yellow{background:linear-gradient(135deg,#FFF7DA,#FAE9B3)}.section-split .point-grid,.section-lines .point-grid{grid-template-columns:repeat(3,1fr)}.section-lines .point-card{border-left:4px solid var(--peach)}.inner-hero{background:linear-gradient(135deg,#FFF9E9 0%,#FFF3F6 34%,#FDE6EE 70%,#FAD0DD 100%)}.inner-hero-grid{display:grid;grid-template-columns:58% 42%;gap:48px;min-height:500px;align-items:center;padding:54px 0}.inner-hero.compact .inner-hero-grid{min-height:420px}.inner-hero-media img{height:360px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.card-media img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:14px}.card-body h3{font-size:20px;margin:12px 0}.card-body p{color:var(--ink-2)}.card-meta{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--ink-3)}.card-meta a{color:var(--peach-strong);font-weight:800}.mini-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-pair{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.feature-pair img{width:100%;height:360px;object-fit:cover;border-radius:22px}.discussion-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.discussion-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;font-size:13px;color:var(--ink-3)}.discussion-actions button{border:0;background:var(--pink-mist);border-radius:999px;padding:7px 11px;cursor:pointer;color:var(--berry)}.app-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.app-layout img{width:100%;max-height:520px;object-fit:contain;border-radius:24px}.phone-art{max-height:360px!important}.app-layout ul,.clean-list{padding-left:20px;color:var(--ink-2)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.faq-grid.full{grid-template-columns:1fr}.faq-grid details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.faq-grid summary{font-weight:900;color:var(--berry);cursor:pointer}.faq-grid p{color:var(--ink-2)}.home-cta{padding:60px 0;background:var(--cream)}.cta-panel{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:40px;border-radius:28px;background:linear-gradient(135deg,#67243F,#421827);color:#fff}.cta-panel h2{font-size:38px;margin:8px 0}.cta-panel p{color:rgba(255,255,255,.75)}.light-ghost{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.3)!important}.tool-category-grid,.topic-grid,.help-grid,.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.inspiration-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.challenge-board{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.challenge-board strong{font-size:36px;color:var(--peach-soft)}.update-timeline{display:grid;gap:20px}.update-timeline article{display:grid;grid-template-columns:90px 1fr;gap:22px;position:relative}.update-timeline time{color:var(--berry);font-weight:900}.update-timeline article>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.filter-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.filter-tabs button,.filter-tabs a{border:0;background:var(--pink-mist);color:var(--berry);padding:9px 14px;border-radius:999px;cursor:pointer}.filter-tabs .active{background:var(--peach);color:#fff}.search-page-form{max-width:760px;margin-bottom:20px}.empty-state{padding:50px;border:1px dashed var(--line-strong);border-radius:20px;text-align:center;background:#fff}.prose{max-width:900px}.prose h2{color:var(--berry);margin-top:34px}.cta-inline{display:flex;justify-content:space-between;align-items:center;gap:30px}.center{text-align:center}.site-footer{background:linear-gradient(135deg,#67243F,#421827);color:rgba(255,255,255,.72);border-top:1px solid rgba(250,233,179,.24);padding:58px 0 26px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:38px}.footer-grid h2{color:white;font-size:15px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid a:hover{color:var(--yellow-soft)}.brand.light{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;margin-top:34px;font-size:13px}.mobile-bottom{display:none}.back-top{position:fixed;right:20px;bottom:20px;width:44px;height:44px;border:0;border-radius:50%;background:var(--berry);color:#fff;box-shadow:var(--shadow);cursor:pointer;opacity:0;pointer-events:none;transition:.2s}.back-top.show{opacity:1;pointer-events:auto}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reveal{opacity:1;transform:none}.js-ready .reveal{opacity:0;transform:translateY(12px);transition:.5s}.js-ready .reveal.in-view{opacity:1;transform:none}.search-open{overflow:hidden}@media(max-width:1200px){.desktop-nav{gap:13px}.action-link{display:none}.tool-category-grid,.inspiration-wall{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.desktop-nav{display:none}.hero-grid,.inner-hero-grid{grid-template-columns:1fr;min-height:auto;padding:50px 0}.hero-media img{height:420px}.quick-grid{grid-template-columns:repeat(3,1fr)}.card-grid.four{grid-template-columns:repeat(2,1fr)}.tool-category-grid,.topic-grid,.help-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}@media(max-width:900px){.module-items,.point-grid,.card-grid,.mini-card-grid{grid-template-columns:repeat(2,1fr)}.step-line{grid-template-columns:repeat(3,1fr)}.inspiration-wall{grid-template-columns:repeat(2,1fr)}.app-layout{grid-template-columns:1fr}.feature-pair img{height:300px}}@media(max-width:768px){.wrap{width:min(100% - 28px,var(--wrap))}.fresh-inner span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{gap:8px}.hero-copy h1,.inner-hero h1{font-size:42px}.hero-media img{height:360px}.module-items,.point-grid,.discussion-grid,.faq-grid,.challenge-board{grid-template-columns:1fr}.cta-panel,.cta-inline{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;padding-bottom:55px}.footer-grid>div:last-child{grid-column:auto}.mobile-bottom{display:grid;position:fixed;z-index:90;left:10px;right:10px;bottom:10px;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.96);border:1px solid var(--line);box-shadow:var(--shadow-hover);border-radius:18px;padding:9px}.mobile-bottom a{text-align:center;font-size:12px;color:var(--berry)}.back-top{bottom:78px}.search-panel{padding:30px 20px}.search-box{flex-direction:column}.search-box button{padding:12px}.footer-bottom{padding-bottom:60px}}@media(max-width:600px){.quick-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{gap:26px}.hero-media img{height:300px}.floating-note{font-size:12px}.note-a{left:8px}.note-b{right:8px}.module-items,.card-grid,.card-grid.four,.mini-card-grid,.tool-category-grid,.topic-grid,.help-grid,.contact-grid,.inspiration-wall{grid-template-columns:1fr}.feature-pair{grid-template-columns:1fr}.rank-list li{grid-template-columns:42px 1fr}.rank-list span{display:none}.step-line{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.cta-panel{padding:28px}.cta-panel h2{font-size:30px}.home-module,.content-section{padding:54px 0}.inner-hero-media img{height:280px}}
/* Home module structural variety */
.module-editorial .module-items{grid-template-columns:1.5fr 1fr 1fr}.module-editorial .module-card:first-child{grid-row:span 2;min-height:280px;background:linear-gradient(135deg,var(--vanilla),var(--pink-mist))}.module-editorial .module-card:first-child h3{font-size:30px}
.module-video-grid .module-card{min-height:230px;display:flex;flex-direction:column}.module-video-grid .module-card a{margin-top:auto}.module-split .module-items{grid-template-columns:1.4fr .8fr}.module-split .module-card:first-child{grid-row:span 2;background:var(--pink-mist)}
.module-timeline .module-items{grid-template-columns:1fr}.module-timeline .module-card{display:grid;grid-template-columns:180px 1fr auto;align-items:center;border-left:4px solid var(--peach)}
.module-tag-wall .module-items{display:flex;flex-wrap:wrap}.module-tag-wall .module-card{flex:1 1 260px;border-radius:999px;padding:18px 24px}.module-tag-wall .module-card p{display:none}
.module-learning .module-items{counter-reset:learn}.module-learning .module-card{position:relative;padding-top:58px}.module-learning .module-card:before{counter-increment:learn;content:"0" counter(learn);position:absolute;top:18px;left:22px;font-weight:900;color:var(--peach);font-size:24px}
.module-media-list .module-items{grid-template-columns:1fr}.module-media-list .module-card{display:grid;grid-template-columns:1fr 2fr auto;align-items:center}.module-media-list .module-card .pill{justify-self:start}
.module-workflow .module-items{position:relative}.module-workflow .module-card{border-top:4px solid var(--yellow)}.module-workflow .module-card:nth-child(2){transform:translateY(20px)}
.module-accent-grid .module-card:nth-child(1){background:var(--pink-mist)}.module-accent-grid .module-card:nth-child(2){background:var(--yellow-pale)}.module-accent-grid .module-card:nth-child(3){background:var(--cream-2)}
.module-steps .module-items{counter-reset:step}.module-steps .module-card{display:grid;grid-template-columns:56px 1fr}.module-steps .module-card:before{counter-increment:step;content:counter(step);grid-row:1/4;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--yellow-pale);color:var(--berry);font-weight:900}.module-steps .module-card .pill,.module-steps .module-card h3,.module-steps .module-card p,.module-steps .module-card a{grid-column:2}
.module-tips .module-items{grid-template-columns:repeat(3,1fr)}.module-tips .module-card{padding:16px;box-shadow:none;border-style:dashed}.module-tips .module-card h3{font-size:18px}
.module-duo .module-items{grid-template-columns:1fr 1fr}.module-duo .module-card:nth-child(3){grid-column:1/3}.module-mosaic .module-items{grid-template-columns:2fr 1fr}.module-mosaic .module-card:first-child{grid-row:span 2;min-height:300px}.module-before-after .module-items{grid-template-columns:1fr 1fr 1fr}.module-before-after .module-card:nth-child(2){background:var(--yellow-pale)}
.module-case-study .module-items{grid-template-columns:1.6fr 1fr}.module-case-study .module-card:first-child{grid-row:span 2}.module-process-map .module-items{grid-template-columns:repeat(3,1fr);position:relative}.module-process-map .module-card{border-bottom:4px solid var(--peach-soft)}
.module-tool-grid .module-card{box-shadow:none;background:var(--cream-2)}.module-inspiration-board .module-items{display:grid;grid-template-columns:repeat(6,1fr)}.module-inspiration-board .module-card{grid-column:span 2}.module-inspiration-board .module-card:nth-child(2){grid-column:span 3}.module-inspiration-board .module-card:nth-child(3){grid-column:span 3}
.module-notes .module-items{grid-template-columns:1fr}.module-notes .module-card{transform:rotate(-.4deg);background:#fffdf6}.module-notes .module-card:nth-child(2){transform:rotate(.5deg)}.module-challenge .module-card{border:2px solid var(--yellow-line);background:var(--vanilla)}.module-warnings .module-card{border-left:5px solid var(--berry)}.module-rights .module-card{background:linear-gradient(180deg,#fff,var(--yellow-pale))}.module-creator-grid .module-card{border-radius:28px}.module-recommend .module-card{border-top:3px solid var(--peach)}.module-about-strip .module-items{grid-template-columns:repeat(3,1fr);background:var(--pink-mist);padding:20px;border-radius:26px}
@media(max-width:900px){.module-editorial .module-items,.module-split .module-items,.module-mosaic .module-items,.module-case-study .module-items,.module-inspiration-board .module-items{grid-template-columns:1fr 1fr}.module-editorial .module-card:first-child,.module-split .module-card:first-child,.module-mosaic .module-card:first-child,.module-case-study .module-card:first-child{grid-row:auto}.module-timeline .module-card,.module-media-list .module-card{grid-template-columns:1fr}.module-duo .module-card:nth-child(3){grid-column:auto}.module-inspiration-board .module-card,.module-inspiration-board .module-card:nth-child(2),.module-inspiration-board .module-card:nth-child(3){grid-column:auto}}
@media(max-width:600px){.module-editorial .module-items,.module-split .module-items,.module-mosaic .module-items,.module-case-study .module-items,.module-inspiration-board .module-items,.module-duo .module-items,.module-before-after .module-items,.module-process-map .module-items,.module-tips .module-items{grid-template-columns:1fr}.module-tag-wall .module-card{border-radius:18px}.module-workflow .module-card:nth-child(2){transform:none}.module-about-strip .module-items{grid-template-columns:1fr}}
