:root{--yellow:#f6c648;--brown:#603913;--ink:#332217;--cream:#fffaf0;--paper:#fffdf8;--line:#eadfc9;--soft:#fff2cf;--muted:#7d6b59;--green:#718866;--r:18px;--shadow:0 8px 24px rgba(96,57,19,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang TC","Noto Sans TC","Microsoft JhengHei",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.container{width:min(1160px,calc(100% - 32px));margin:auto}.site-header{position:sticky;z-index:10;top:0;background:rgba(255,253,248,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.nav{height:66px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:8px;font-weight:900;color:var(--brown);letter-spacing:.02em}.brand img{width:34px;height:34px;object-fit:contain}.brand-text{display:grid;line-height:1.02;font-size:17px}.brand-text small{font-size:10px;letter-spacing:.13em}.nav-links{display:none;align-items:center;gap:26px;font-size:14px;font-weight:800}.nav-links a:hover{color:var(--brown)}.nav-actions{display:flex;gap:4px}.icon-btn{display:grid;place-items:center;width:44px;height:44px;border:0;background:transparent;color:var(--brown);cursor:pointer}.icon-btn svg{width:23px;height:23px;stroke:currentColor;stroke-width:2.3;fill:none}.follow{display:none;align-items:center;min-height:40px;padding:0 17px;border-radius:999px;background:var(--brown);color:#fff;font-size:14px;font-weight:800}.hero{overflow:hidden;background:linear-gradient(112deg,#ffedb3,#fff6dc);border-bottom:1px solid #f0d995}.hero-inner{position:relative;min-height:362px;padding:35px 0 0}.hero-copy{position:relative;z-index:1;max-width:330px}.eyebrow{display:inline-block;margin:0 0 9px;color:var(--brown);font-size:12px;font-weight:900;letter-spacing:.12em}.hero h1{margin:0;color:var(--brown);font-size:clamp(31px,8.5vw,56px);line-height:1.25;letter-spacing:.02em;font-weight:900}.hero p{margin:13px 0 0;color:#765229;font-size:15px;font-weight:700}.hero-art{position:absolute;right:-75px;bottom:-7px;width:min(98vw,690px);height:auto;mix-blend-mode:multiply;pointer-events:none}.section{padding:34px 0}.section-title{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:0 0 18px;color:var(--brown);font-size:25px;letter-spacing:-.03em}.more{color:var(--muted);font-size:13px;font-weight:800}.categories{padding:20px 0 9px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.category{display:flex;min-height:100px;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:15px;background:var(--paper);color:var(--brown);font-size:13px;font-weight:800;text-align:center;transition:transform .2s ease,border-color .2s ease}.category:hover{transform:translateY(-2px);border-color:var(--yellow)}.category svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.articles{display:grid;gap:12px}.article-card{display:grid;grid-template-columns:112px 1fr;gap:13px;align-items:start;padding:10px;border-radius:14px;background:var(--paper);border:1px solid transparent;transition:border-color .2s ease,box-shadow .2s ease}.article-card:hover{border-color:#e9ca7b;box-shadow:var(--shadow)}.cover{position:relative;overflow:hidden;aspect-ratio:1/1;border-radius:10px;background:#a4bed4}.cover:before,.cover:after{content:"";position:absolute}.cover.etf{background:linear-gradient(135deg,#80b5df,#e9f6ff)}.cover.etf:before{width:82%;height:40%;bottom:14%;left:9%;background:linear-gradient(to top,transparent 0 19%,#fff 20% 39%,transparent 40% 59%,#fff 60% 79%,transparent 80%);clip-path:polygon(0 100%,23% 68%,46% 78%,74% 18%,100% 0,100% 100%)}.cover.family{background:linear-gradient(135deg,#f8cf55,#fff0bb)}.cover.family:before{width:51%;height:51%;bottom:8%;left:25%;border-radius:50% 50% 42% 42%;background:#603913;box-shadow:25px 16px 0 -4px #f7c5a5,-27px 15px 0 -3px #f9d5b9}.cover.travel{background:linear-gradient(135deg,#93c9e5,#fff2c7)}.cover.travel:before{left:20%;bottom:0;width:70%;height:72%;background:#5f9ac0;clip-path:polygon(0 100%,40% 13%,59% 54%,78% 0,100% 100%)}.cover.life{background:linear-gradient(135deg,#f8e4bb,#b48247)}.cover.life:before{left:23%;top:14%;width:54%;height:70%;border-radius:4px;background:#fff8e7;box-shadow:7px 4px 0 rgba(96,57,19,.16)}.cover.life:after{left:30%;top:29%;width:38%;height:2px;background:#c8a979;box-shadow:0 13px #c8a979,0 26px #c8a979}.article-info{min-width:0}.tag{display:inline-block;margin-bottom:6px;padding:3px 8px;border-radius:999px;background:#fff0c7;color:#8c5b10;font-size:11px;font-weight:900}.article-card h3{margin:0;font-size:16px;line-height:1.42;letter-spacing:-.025em}.article-card time{display:block;margin-top:7px;color:var(--muted);font-size:12px;font-weight:650}.popular-list{display:grid;gap:9px}.popular{display:grid;grid-template-columns:38px 62px 1fr;gap:11px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.rank{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:var(--yellow);color:var(--brown);font-size:13px;font-weight:900}.popular .cover{width:62px;height:62px}.popular h3{margin:0;font-size:14px;line-height:1.4}.popular time{color:var(--muted);font-size:11px}.quote{margin:12px 0 0;padding:25px 24px;border-radius:var(--r);background:#fff0c9;color:var(--brown);text-align:center}.quote img{width:38px;vertical-align:middle;margin-right:8px}.quote blockquote{margin:0;font-size:19px;line-height:1.6;font-weight:900}.quote cite{display:block;margin-top:7px;font-size:13px;font-style:normal}.site-footer{margin-top:38px;padding:29px 0 82px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.footer-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px}.socials{display:flex;gap:15px;font-weight:800}.socials a:hover{color:var(--brown)}
.article-shell{padding:28px 0 64px}.article-header{max-width:780px;margin:20px auto 28px}.breadcrumb{display:flex;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.article-header .tag{margin:28px 0 10px}.article-header h1{margin:0;color:var(--brown);font-size:clamp(31px,7.5vw,51px);line-height:1.22;letter-spacing:-.045em}.article-meta{display:flex;gap:12px;margin-top:16px;color:var(--muted);font-size:13px}.article-hero{overflow:hidden;max-width:980px;margin:0 auto 32px;border-radius:var(--r);background:#edf4f8}.article-hero img{display:block;width:100%;aspect-ratio:16/8;object-fit:cover;object-position:right center}.article-body{max-width:760px;margin:auto;font-size:17px;line-height:1.9}.article-body h2{margin:42px 0 13px;color:var(--brown);font-size:26px;line-height:1.35}.article-body h3{margin:29px 0 8px;font-size:20px}.article-body p{margin:0 0 20px}.article-body strong,.highlight{background:linear-gradient(transparent 45%,#ffe49a 45%);font-weight:800}.article-body blockquote{margin:28px 0;padding:18px 20px;border-left:5px solid var(--yellow);border-radius:0 12px 12px 0;background:#fff5d7;color:#65472a;font-weight:700}.article-body ul{padding-left:23px}.article-body table{width:100%;border-collapse:collapse;margin:26px 0;font-size:15px}.article-body th,.article-body td{padding:11px;border:1px solid var(--line);text-align:left}.article-body th{background:#fff0c9;color:var(--brown)}.share{display:flex;flex-wrap:wrap;gap:8px;margin:42px 0 0;padding-top:25px;border-top:1px solid var(--line)}.share span{width:100%;font-weight:900}.share a{min-height:40px;padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:13px;font-weight:800}.related{max-width:1000px;margin:54px auto 0;padding-top:34px;border-top:1px solid var(--line)}.related h2{color:var(--brown)}.related .articles{grid-template-columns:repeat(3,1fr)}.related .article-card{display:block}.related .cover{aspect-ratio:16/9;margin-bottom:11px}.related .article-info{padding:0 2px}
@media(min-width:720px){.container{width:min(1160px,calc(100% - 64px))}.nav{height:76px}.brand img{width:43px;height:43px}.brand-text{font-size:20px}.nav-links{display:flex}.follow{display:inline-flex}.nav-actions .icon-btn:last-child{display:none}.hero-inner{min-height:405px;padding-top:79px}.hero-copy{max-width:480px}.hero h1{font-size:48px;line-height:1.28}.hero p{font-size:17px}.hero-art{right:-12px;width:650px}.section{padding:55px 0}.categories{padding:26px 0 0}.category-grid{grid-template-columns:repeat(7,1fr);gap:12px}.category{min-height:112px;font-size:14px}.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.article-card{display:block;padding:0;overflow:hidden}.article-card .cover{aspect-ratio:16/10;border-radius:0}.article-info{padding:14px 15px 16px}.article-card h3{font-size:17px}.two-columns{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:50px;align-items:start}.popular{grid-template-columns:38px 70px 1fr}.popular .cover{width:70px;height:70px}.quote{margin-top:32px;padding:34px}.quote blockquote{font-size:22px}.site-footer{padding-bottom:38px}.article-shell{padding-top:45px}.article-header{margin-top:35px}.article-hero{margin-bottom:46px}.article-body{font-size:18px}.article-body h2{font-size:30px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

/* List pages do not render a cover thumbnail.  Do not reserve a phantom image
   column on narrow screens: it left titles with only a few characters per line. */
.article-card.list-card{grid-template-columns:minmax(0,1fr);gap:0}
.article-card.list-card .article-info{min-width:0}
.article-card.list-card h3{font-size:18px;line-height:1.5;word-break:normal;overflow-wrap:break-word;line-break:strict;text-wrap:balance}

/* Single-canvas illustrated hero */
.hero{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(ellipse at 47% 19%,rgba(255,247,194,.9),transparent 38%),linear-gradient(108deg,#ffd76c 0%,#ffedab 48%,#f9cf59 100%)}
.hero-inner{min-height:430px;padding:60px 0 0}.hero-copy{z-index:2;max-width:495px}.eyebrow{color:#7a481a}.hero h1{color:#44260f;font-family:"Arial Rounded MT Bold","Hiragino Maru Gothic ProN","PingFang TC","Microsoft JhengHei",sans-serif;font-size:clamp(30px,4.2vw,53px);line-height:1.2;letter-spacing:.025em;font-weight:900}.hero-line{display:block;width:max-content;max-width:100%;white-space:nowrap;text-shadow:0 1px 0 rgba(255,255,255,.22)}.hero-line-one{margin-left:.75em;transform:rotate(-1.6deg)}.hero-line-two{margin-left:.02em;transform:rotate(.65deg)}.hero-line-three{margin-left:.42em;transform:rotate(-.8deg)}.hero p{margin-top:17px;font-weight:800}.hero-art{z-index:1;right:-3%;bottom:-10px;width:min(69vw,835px);mix-blend-mode:normal}.hero-sun{position:absolute;z-index:0;top:-150px;left:29%;width:460px;height:460px;border-radius:50%;background:rgba(255,245,180,.34)}.hero-spark{position:absolute;z-index:1;width:42px;height:30px;border-top:6px solid #f6a81f;border-radius:50%;transform:rotate(30deg);opacity:.9}.hero-spark::after{content:"";position:absolute;top:-9px;left:30px;width:6px;height:31px;border-radius:999px;background:#f6a81f;transform:rotate(29deg)}.hero-spark-one{top:84px;left:44%;transform:rotate(-21deg)}.hero-spark-two{right:15%;top:72px;transform:rotate(133deg) scale(.78)}.hero-swoop{position:absolute;z-index:1;left:3%;bottom:62px;width:105px;height:45px;border-top:3px solid #f3a01b;border-radius:50%;transform:rotate(-11deg);opacity:.78}.hero-swoop::after{content:"";position:absolute;right:-8px;top:-3px;width:12px;height:12px;border-top:3px solid #f3a01b;border-right:3px solid #f3a01b;transform:rotate(36deg)}
@media(min-width:720px){.hero-inner{min-height:465px;padding-top:84px}.hero-copy{max-width:520px}.hero h1{font-size:52px;line-height:1.19}.hero-art{right:-1%;width:min(68vw,835px)}.hero-sun{top:-145px;left:31%;width:600px;height:600px}.hero-spark-one{left:48%;top:112px}.hero-spark-two{right:13%;top:95px}.hero-swoop{left:5%;bottom:77px}}
@media(max-width:719px){.hero-inner{min-height:438px;padding-top:31px}.hero-copy{max-width:100%}.hero h1{font-size:clamp(29px,8.2vw,37px);line-height:1.18}.hero-line-one{margin-left:.45em}.hero-line-three{margin-left:.18em}.hero p{position:relative;z-index:2;margin-top:13px;font-size:14px}.hero-art{right:-12%;bottom:-4px;width:122%;max-width:none}.hero-sun{top:90px;left:16%;width:300px;height:300px}.hero-spark-one{top:52px;left:76%;transform:rotate(-30deg) scale(.7)}.hero-spark-two{display:none}.hero-swoop{left:5%;bottom:108px;transform:rotate(-11deg) scale(.7);transform-origin:left center}}

/* Illustrated category icons: visual artwork stays separate from category labels. */
.category svg{display:none}.category::before{content:"";display:block;width:58px;height:58px;background:center/contain no-repeat;transition:transform .2s ease}.category:nth-child(1)::before{background-image:url("/icons/category-etf.png")}.category:nth-child(2)::before{background-image:url("/icons/category-stock.png")}.category:nth-child(3)::before{background-image:url("/icons/category-card.png")}.category:nth-child(4)::before{background-image:url("/icons/category-family.png")}.category:nth-child(5)::before{background-image:url("/icons/category-travel.png")}.category:nth-child(6)::before{background-image:url("/icons/category-tools.png")}.category:nth-child(7)::before{background-image:url("/icons/category-life.png")}.category:hover::before{transform:scale(1.07)}
@media(max-width:719px){.category::before{width:54px;height:54px}.category{gap:6px}}

/* Hero typography refinement: quieter, level headline and a small creator signature. */
.hero-line-one,.hero-line-two,.hero-line-three{margin-left:0;transform:none}.hero-swoop{transform:none}.hero-swoop::before{content:attr(data-signature);position:absolute;left:118px;top:49px;width:max-content;color:#7a481a;font-size:13px;font-weight:900;letter-spacing:.025em;transform:rotate(0)}
@media(min-width:720px){.hero-swoop::before{font-size:14px}}
@media(max-width:719px){.hero-swoop::before{left:83px;top:60px;font-size:11px}.hero-swoop{transform:scale(.7);transform-origin:left center}}

/* Mobile portrait: simplify desktop doodles and reserve a clear text safe area. */
@media(max-width:719px){.hero-spark{display:none}.hero-art{bottom:-22px}.hero-swoop{top:246px;bottom:auto;left:5%;width:auto;height:18px;border:0;opacity:1;transform:none}.hero-swoop::after{display:none}.hero-swoop::before{left:0;top:0;font-size:11px;line-height:18px;white-space:nowrap}}

@media(max-width:719px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category{min-width:0;overflow:hidden;font-size:12px}}

/* Mobile signature follows the subtitle in normal document flow. */
@media(max-width:719px){.hero-swoop{display:none}.hero-copy p::after{content:attr(data-signature);display:block;margin-top:16px;color:#7a481a;font-size:11px;font-weight:900;letter-spacing:.025em;line-height:18px}}

/* Full-width brand quote with a readable centered content column. */
.quote{width:100%;max-width:none;margin-left:0;margin-right:0;border-radius:0}
.quote blockquote{max-width:760px;margin-left:auto;margin-right:auto}

/* Homepage content architecture below the existing hero. */
.home-section{padding:52px 0;scroll-margin-top:88px}.home-section h2{margin:0;color:var(--brown);font-size:clamp(27px,4vw,36px);line-height:1.25;letter-spacing:-.035em}.home-heading{max-width:760px;margin:0 0 24px}.home-heading>p:last-child,.home-heading>div>p:last-child{max-width:720px;margin:8px 0 0;color:var(--muted);font-size:16px}.section-kicker{margin:0 0 5px;color:#a36a18;font-size:11px;font-weight:900;letter-spacing:.14em}.heading-row{display:flex;max-width:none;align-items:end;justify-content:space-between;gap:22px}.text-link{display:inline-flex;min-height:44px;align-items:center;color:var(--brown);font-size:14px;font-weight:900;white-space:nowrap}.text-link:hover,.card-cta:hover{text-decoration:underline;text-underline-offset:4px}.content-empty{grid-column:1/-1;margin:0;padding:22px;border:1px dashed #dbcaa9;border-radius:14px;color:var(--muted);text-align:center}

.start-section{background:var(--cream)}.start-grid{display:grid;gap:14px}.start-card{display:grid;min-height:188px;grid-template-columns:82px 1fr;gap:16px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--paper);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.start-card:hover{transform:translateY(-3px);border-color:#dfbd67;box-shadow:var(--shadow)}.start-card img{width:82px;height:82px;object-fit:contain}.start-card h3{margin:0 0 7px;color:var(--brown);font-size:21px}.start-card p{margin:0 0 12px;color:var(--muted);font-size:14px;line-height:1.65}.card-cta{display:inline-flex;min-height:44px;align-items:center;color:var(--brown);font-size:14px;font-weight:900}

.tools-section{background:#fff5d9;border-block:1px solid #f1dfb5}.tool-grid{display:grid;gap:14px}.tool-card{display:flex;min-height:230px;flex-direction:column;align-items:flex-start;padding:22px;border:1px solid #e5d2ab;border-radius:17px;background:#fffdf8;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.tool-card:hover{transform:translateY(-3px);border-color:#c99329;box-shadow:var(--shadow)}.tool-card img{width:68px;height:68px;margin-bottom:14px;object-fit:contain}.tool-card h3{margin:0 0 6px;color:var(--brown);font-size:20px}.tool-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.tool-featured{border-color:#d6a338;background:#fff0bd}.tool-action{display:inline-flex;min-height:44px;align-items:end;margin-top:auto;padding-top:14px;color:var(--brown);font-size:14px;font-weight:900}

.beginner-section{background:var(--paper)}.beginner-grid{display:grid;grid-auto-columns:min(82vw,310px);grid-auto-flow:column;gap:14px;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x mandatory;scrollbar-width:thin}.beginner-card{display:flex;min-height:330px;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;scroll-snap-align:start;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.beginner-card:hover{transform:translateY(-3px);border-color:#dfbd67;box-shadow:var(--shadow)}.dynamic-cover{display:block;background:#f7df9a url('/assets/bee-logo.png') center/68px no-repeat}.dynamic-cover.has-image{background-color:#efe4ce;background-position:center;background-size:cover;background-repeat:no-repeat}.beginner-card .dynamic-cover{aspect-ratio:16/10}.beginner-content{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:17px}.beginner-content strong{color:var(--ink);font-size:18px;line-height:1.45}.beginner-content>span:last-child{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.55}

.articles-section{background:#fffaf0;border-top:1px solid var(--line)}.article-columns{display:grid;gap:46px}.list-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.list-heading h2{font-size:clamp(25px,3vw,32px)}.latest-list,.ranking-list{display:grid}.latest-row{display:grid;min-height:112px;grid-template-columns:96px minmax(0,1fr) 24px;gap:15px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.latest-row:first-child,.ranking-row:first-child{border-top:1px solid var(--line)}.latest-row:hover strong,.ranking-row:hover strong{color:#9c650f}.latest-thumb{width:96px;height:76px;border-radius:11px}.latest-copy{display:grid;justify-items:start}.latest-copy strong{color:var(--ink);font-size:16px;line-height:1.45;transition:color .2s ease}.latest-copy time{margin-top:4px;color:var(--muted);font-size:12px}.latest-copy .tag{margin-bottom:4px}.row-arrow{color:#a36a18;font-size:18px;font-weight:900}.ranking-row{display:grid;min-height:86px;grid-template-columns:42px minmax(0,1fr) 24px;gap:13px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.ranking-number{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--yellow);color:var(--brown);font-size:12px;font-weight:900}.ranking-row strong{display:block;color:var(--ink);font-size:15px;line-height:1.45;transition:color .2s ease}.ranking-row small{display:block;margin-top:4px;color:var(--muted);font-size:12px}

.about-section{padding-top:30px;background:var(--cream)}.about-grid{display:grid;gap:16px}.about-card,.instagram-card{min-height:300px;border-radius:20px}.about-card{display:grid;grid-template-columns:86px 1fr;gap:20px;align-items:start;padding:26px;border:1px solid var(--line);background:var(--paper)}.about-mark{display:grid;width:82px;height:82px;place-items:center;border-radius:50%;background:#fff1c6}.about-mark img{width:64px;height:64px;object-fit:contain}.about-card h2,.instagram-card h2{margin:0 0 8px;color:var(--brown);font-size:28px}.about-card p:not(.section-kicker){margin:0 0 12px;color:var(--muted);font-size:15px}.about-card .about-role{color:var(--brown)!important;font-weight:900}.instagram-card{display:flex;flex-direction:column;justify-content:space-between;padding:28px;background:#332217;color:#fff}.instagram-card .section-kicker{color:#f6c648}.instagram-card h2{color:#fff}.instagram-card p{max-width:430px;margin:0 0 16px;color:#f1e6d7}.instagram-card strong{font-size:21px}.instagram-cta{display:inline-flex;min-height:46px;align-items:center;align-self:flex-start;margin-top:26px;padding:0 18px;border-radius:999px;background:var(--yellow);color:#332217;font-size:14px;font-weight:900;transition:transform .2s ease,background .2s ease}.instagram-cta:hover{transform:translateY(-2px);background:#ffd86e}

.home-footer{margin-top:0;padding:36px 0 22px;background:#24170f;color:#f5eadb}.footer-grid{display:grid;gap:28px}.footer-brand p{margin:10px 0 0;color:#cdbfac;font-size:13px}.home-footer .brand{color:#fff}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 18px}.footer-links a,.footer-social a{display:inline-flex;min-height:44px;align-items:center;color:#f2e5d5;font-size:13px;font-weight:800}.footer-links a:hover,.footer-social a:hover{color:var(--yellow)}.footer-social{display:grid;align-content:start}.footer-social span{color:#9f9181;font-size:12px}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#9f9181;font-size:11px}

@media(min-width:720px){.home-section{padding:68px 0}.home-heading{margin-bottom:30px}.start-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.start-card{grid-template-columns:1fr;align-content:start}.start-card img{width:88px;height:88px}.tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.beginner-grid{grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;padding:0}.beginner-card{min-height:350px}.about-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.15fr 1.45fr .7fr;align-items:start}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:980px){.start-card{grid-template-columns:90px 1fr}.tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.beginner-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.article-columns{grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:58px}.about-card,.instagram-card{min-height:330px}.about-card{padding:34px}.instagram-card{padding:34px}}
@media(max-width:719px){.home-section{padding:46px 0}.heading-row{display:block}.heading-row .text-link{margin-top:10px}.start-card{min-height:0}.about-card{grid-template-columns:1fr}.about-mark{width:72px;height:72px}.about-mark img{width:56px;height:56px}.home-footer{padding-bottom:28px}.footer-bottom{display:grid}.latest-row{grid-template-columns:82px minmax(0,1fr) 18px}.latest-thumb{width:82px;height:70px}}

/* Shared primary CTA: yellow is reserved for meaningful actions, not navigation. */
:root{--yellow-hover:#eab72e}
.primary-cta{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:7px;align-self:flex-start;margin-top:auto;padding:10px 16px;border-radius:10px;background:var(--yellow);color:var(--ink);font-size:14px;font-weight:900;line-height:1.35;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}
a:hover .primary-cta,.primary-cta:hover{background:var(--yellow-hover);box-shadow:0 5px 12px rgba(96,57,19,.12);text-decoration:none;transform:translateY(-2px)}
.start-card>div{display:flex;min-width:0;align-self:stretch;flex-direction:column;align-items:flex-start}.start-card .primary-cta{margin-top:auto}.tool-card .primary-cta{margin-top:auto}.about-card .primary-cta{margin-top:18px}.instagram-card .primary-cta{margin-top:26px;align-self:flex-start}.instagram-cta{border-radius:10px;background:var(--yellow);color:var(--ink)}
@media(max-width:719px){.start-card .primary-cta{margin-top:4px}.tool-card .primary-cta{margin-top:18px}.about-card .primary-cta{margin-top:16px}}

/* Rich-editor article output. Kept within the existing reading column. */
.article-summary{margin:14px 0 0;color:var(--muted);font-size:18px;line-height:1.7}.article-body figure{max-width:760px;margin:30px auto}.article-body figure.align-left{margin-left:0}.article-body figure.align-right{margin-right:0}.article-body figure.image-medium{max-width:560px}.article-body figure.image-large{max-width:760px}.article-body figure.image-full{max-width:none}.article-body figure img{display:block;max-width:100%;height:auto;border-radius:14px}.article-body figcaption{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.55;text-align:center}.article-body hr{height:1px;margin:36px 0;border:0;background:var(--line)}

/* Keep all tools on the same neutral card surface; yellow remains for CTAs only. */
.tool-featured{border-color:#e5d2ab;background:#fffdf8}

.site-milestones{margin:20px 0}.milestone-title{display:block;margin-bottom:8px;color:var(--brown);font-size:13px;font-weight:900}.milestone-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.milestone-card{display:grid;gap:2px;min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fffaf0}.milestone-label{color:var(--muted);font-size:12px;font-weight:800}.milestone-card strong{color:var(--brown);font-size:clamp(19px,4vw,25px);line-height:1.2;letter-spacing:-.03em;font-variant-numeric:tabular-nums}

/* Header polish and compact, functional mobile navigation. */
.brand-text small{margin-top:2px;transform:translateY(1px)}.mobile-menu{display:grid;border-top:1px solid var(--line);background:var(--paper);box-shadow:0 12px 22px rgba(96,57,19,.1)}.mobile-menu[hidden]{display:none}.mobile-menu a{min-height:48px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--line);font-weight:800}.site-search{width:min(520px,calc(100% - 32px));border:1px solid var(--line);border-radius:18px;background:var(--paper);color:var(--ink);box-shadow:0 22px 55px rgba(51,34,23,.26)}.site-search::backdrop{background:rgba(51,34,23,.35)}.site-search form{display:grid;gap:12px;padding:18px}.search-heading{display:flex;align-items:center;justify-content:space-between;font-size:20px}.search-heading button{width:36px;height:36px;border:0;background:transparent;color:var(--brown);font-size:28px;cursor:pointer}.site-search input{width:100%;min-height:46px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font:inherit}.search-submit{min-height:44px;border:0;border-radius:10px;background:var(--yellow);color:var(--ink);font:inherit;font-weight:900;cursor:pointer}.search-results{display:grid;gap:4px;min-height:22px;color:var(--muted);font-size:14px}.search-results a{display:grid;gap:2px;padding:10px 0;border-bottom:1px solid var(--line);color:var(--ink);font-weight:800}.search-results a span{color:var(--muted);font-size:12px;font-weight:700}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:720px){.mobile-menu{display:none!important}}
.brand-text small{margin-top:2px;transform:translateY(1px)}.mobile-menu{display:grid;border-top:1px solid var(--line);background:var(--paper);box-shadow:0 12px 22px rgba(96,57,19,.1)}.mobile-menu[hidden]{display:none}.mobile-menu a{min-height:48px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--line);font-weight:800}.site-search{width:min(520px,calc(100% - 32px));border:1px solid var(--line);border-radius:18px;background:var(--paper);color:var(--ink);box-shadow:0 22px 55px rgba(51,34,23,.26)}.site-search::backdrop{background:rgba(51,34,23,.35)}.site-search form{display:grid;gap:12px;padding:18px}.search-heading{display:flex;align-items:center;justify-content:space-between;font-size:20px}.search-heading button{width:36px;height:36px;border:0;background:transparent;color:var(--brown);font-size:28px;cursor:pointer}.site-search input{width:100%;min-height:46px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font:inherit}.search-submit{min-height:44px;border:0;border-radius:10px;background:var(--yellow);color:var(--ink);font:inherit;font-weight:900;cursor:pointer}.search-results{display:grid;gap:4px;min-height:22px;color:var(--muted);font-size:14px}.search-results a{display:grid;gap:2px;padding:10px 0;border-bottom:1px solid var(--line);color:var(--ink);font-weight:800}.search-results a span{color:var(--muted);font-size:12px;font-weight:700}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:720px){.nav-links{gap:28px;font-size:16px}.mobile-menu,#menu-toggle{display:none!important}}

/* Semantic, fixed-palette highlights authored from the admin editor. */
.article-body mark,.rich-editor mark{padding:0 .12em;border-radius:3px;color:#332217;box-decoration-break:clone;-webkit-box-decoration-break:clone}.article-body mark.highlight-yellow,.rich-editor mark.highlight-yellow{background:#ffe3a1}.article-body mark.highlight-green,.rich-editor mark.highlight-green{background:#cfe8bf}.article-body mark.highlight-red,.rich-editor mark.highlight-red{background:#ffd1d0}.article-body mark.highlight-blue,.rich-editor mark.highlight-blue{background:#cce6f7}.highlight-menu{position:relative;display:flex;gap:3px}.editor-toolbar .highlight-palette-toggle{min-width:30px;padding-left:7px;padding-right:7px}.highlight-palette{position:absolute;z-index:6;top:calc(100% + 6px);left:0;display:flex;gap:6px;padding:7px;border:1px solid #d9cdb8;border-radius:10px;background:#fff;box-shadow:0 9px 20px rgba(96,57,19,.14)}.highlight-palette.hidden{display:none}.editor-toolbar .highlight-swatch{width:30px;min-height:30px;padding:0;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #cfc2ad}.editor-toolbar .highlight-swatch:hover,.editor-toolbar .highlight-swatch:focus-visible{transform:translateY(-1px);box-shadow:0 0 0 2px var(--ink)}.highlight-swatch.highlight-yellow{background:#ffe3a1}.highlight-swatch.highlight-green{background:#cfe8bf}.highlight-swatch.highlight-red{background:#ffd1d0}.highlight-swatch.highlight-blue{background:#cce6f7}
.editor-toolbar .history-button{width:38px;min-height:36px;padding:0;border-color:#decfac;background:#fffdf8}.editor-toolbar .history-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.editor-toolbar .history-button:hover{border-color:#b78531;background:#fff4d7;color:#6f4316}

/* CMS-authored lines keep intentional breaks; exceptionally long lines may wrap. */
.hero-line{white-space:normal;overflow-wrap:anywhere}
.hero-line[hidden]{display:none!important}
