/* Theme Name: DigiMoneyBlogger
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Description: An editorial community blog with a writer dashboard. Pair with DigiMoneyBlogger Community.
License: GPL-2.0-or-later
Text Domain: digimoneyblogger
*/
:root{--background:#fcfcf9;--foreground:#18271f;--card:#fff;--card-foreground:#18271f;--popover:#fff;--popover-foreground:#18271f;--primary:#284e3c;--primary-foreground:#fff;--secondary:#edf1e9;--secondary-foreground:#284e3c;--muted:#f0f1eb;--muted-foreground:#657167;--accent:#edf1e9;--accent-foreground:#284e3c;--border:#dee3da;--input:#d4dbd1;--ring:#466953;--radius:.35rem;--destructive:#aa3428}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}h1,h2,h3,.brand{font-family:Georgia,'Times New Roman',serif;font-weight:400;margin:0}h1{letter-spacing:-2px;line-height:1.08}h2{font-size:36px;line-height:1.17;letter-spacing:-1px}h3{font-size:24px;line-height:1.3;letter-spacing:-.5px}p{line-height:1.7;color:#657067;margin:12px 0 20px}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}button,a,input,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}button{background:none;border:0}img{max-width:100%;display:block}button,a,input,textarea{outline-offset:5px}button:focus-visible,a:focus-visible{outline:2px solid #668b6c}input,textarea{width:100%;border:1px solid var(--input);border-radius:3px;background:#fff;padding:13px 15px;color:#18271f;min-width:0}input:focus,textarea:focus{outline:2px solid #a5b8a5}label{font-size:14px;display:block;margin:18px 0 0;font-weight:500}label input,label textarea,label [data-slot=select-trigger]{margin-top:9px}small{font-size:12px;line-height:1.6;color:#697569}.header{height:99px;max-width:1440px;padding:0 6%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#fcfcf9;position:relative;z-index:20}.brand{font-size:27px;letter-spacing:-1px;display:flex;align-items:center;white-space:nowrap}.brand-light{font-weight:400;color:#65755e}.brand small{display:block;font-family:Arial,sans-serif;font-size:9px;font-weight:400;letter-spacing:2.3px;margin-top:6px}.brand-icon{width:37px;height:43px;background:#eaf0e6;display:grid;place-items:center;margin-right:10px;border-radius:20px 20px 5px 5px}.nav{display:flex;gap:30px;font-size:14px}.nav a:hover,.login-link:hover{color:#708963}.header-actions{display:flex;align-items:center;gap:24px}.login-link{font-size:14px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:#284e3c;color:#fff;border:1px solid transparent;border-radius:3px;min-height:48px;padding:13px 22px;font-size:14px;line-height:1.4;transition:background .2s,transform .2s;white-space:nowrap}.button:hover{background:#39674e;transform:translateY(-2px)}.button.small{min-height:41px;padding:10px 16px;gap:10px}.button.cream{background:#f6f6e9;color:#263e30}.button.secondary{background:transparent;border-color:#a9b6a7;color:#284e3c}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#2b503b;line-height:1.5}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.mobile-menu{display:none}.hero{position:relative;min-height:610px;color:#fff;overflow:hidden;margin:0 24px}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 57%;animation:hero-reveal 1.3s ease both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,37,29,.83),rgba(16,34,30,.34) 55%,rgba(20,37,30,.1))}.hero-content{position:relative;max-width:1268px;margin:auto;padding:61px 5% 28px}.eyebrow{font-size:11px;line-height:1.5;font-weight:500;letter-spacing:1.8px;text-transform:uppercase;color:#476049;display:block}.eyebrow.light{color:#e6e9d9;font-size:10px;letter-spacing:2px}.hero h1{font-size:78px;margin:24px 0 20px;letter-spacing:-3.1px}.hero h1 em{font-weight:400;color:#dfdfb9}.hero p{font-size:16px;color:#edf0e4;line-height:1.7;margin-bottom:26px}.hero-bottom{margin-top:39px;padding-top:20px;border-top:1px solid #ffffff35;display:flex;justify-content:space-between;align-items:center;gap:20px}.hero-bottom>span{font-size:9px;letter-spacing:1.9px;color:#e0e6da}.hero-bottom a{font-size:12px;display:flex;gap:14px;align-items:center}.hero-note{position:absolute;right:8%;top:25%;font-family:Georgia,serif;font-style:italic;font-size:28px;line-height:1.6;transform:rotate(-9deg);color:#f2f0df}.hero-slides{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;pointer-events:none;background:#16302a}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-slide h1{font-size:46px;margin:20px 0 14px;letter-spacing:-1.5px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-slide p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-dots{position:absolute;z-index:5;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.hero-dot{width:8px;height:8px;border-radius:50%;background:#ffffff66;border:0;padding:0;cursor:pointer;transition:.2s}.hero-dot.is-active{background:#fff;width:22px;border-radius:4px}.category-strip{display:flex;align-items:center;justify-content:space-between;gap:25px;margin:0 auto;padding:25px 0;max-width:1160px;border-bottom:1px solid var(--border)}.category-strip>span{font-size:9px;letter-spacing:1.8px;color:#78806f}.category-strip>a{font-family:Georgia,serif;font-size:17px;display:flex;align-items:center;gap:20px}.section{max-width:1160px;margin:0 auto;padding:67px 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:29px}.section-heading h2{margin-top:10px}.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.card-image{position:relative;overflow:hidden;background:#e0e6df;aspect-ratio:1.5}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.story-card:hover img{transform:scale(1.045)}.image-arrow{position:absolute;bottom:14px;right:14px;background:#fbfcf7e8;width:35px;height:35px;border-radius:50%;display:grid;place-items:center;opacity:0;transform:translateY(5px);transition:.2s}.story-card:hover .image-arrow{opacity:1;transform:none}.card-copy{padding-top:21px}.card-copy h3{margin:9px 0 16px;font-size:25px}.meta{display:flex;gap:10px;align-items:center;color:#81887d;font-size:12px;line-height:1.5}.meta i{display:block;width:3px;height:3px;background:#9fa69c;border-radius:50%}.about-band{max-width:1240px;margin:auto;background:#edf0e7;padding:43px 40px;display:grid;grid-template-columns:65px 1fr 1fr;gap:32px;align-items:center}.about-band h2{font-size:33px;margin-top:12px}.about-band p{font-size:14px;margin-top:0;line-height:1.85}.about-band em{color:#657a56}.filter-row{display:flex;gap:8px;margin:0 0 33px;flex-wrap:wrap}.filter{font-size:13px;border:1px solid #dce1d7;padding:9px 17px;border-radius:2px;color:#637160}.filter.active,.filter:hover{background:#284e3c;color:white;border-color:#284e3c}.search{display:flex;gap:10px;align-items:center;border-bottom:1px solid #c8d0c4;margin:0;width:230px}.search input{border:0;background:none;padding:10px 0;margin:0;font-size:14px}.latest-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:62px;align-items:start}.horizontal{display:grid;grid-template-columns:215px 1fr;gap:25px;padding:23px 0;border-bottom:1px solid var(--border)}.horizontal.no-image{grid-template-columns:1fr}.horizontal:first-child{padding-top:0}.horizontal .card-image{aspect-ratio:1.43}.horizontal .card-copy{padding-top:3px}.horizontal h3{font-size:24px;margin:7px 0 7px}.horizontal p{font-size:14px;line-height:1.65;margin:0 0 12px}.writers-note{background:#edf0e7;padding:35px 29px;position:sticky;top:25px}.writers-note>svg{margin:37px 0 18px}.writers-note h2{font-size:35px}.writers-note p{font-size:14px;line-height:1.9}.writers-note small{display:block;margin-top:22px}.newsletter{max-width:1240px;margin:0 auto 60px;background:#e9eee3;padding:46px 40px;display:flex;align-items:center;gap:24px}.newsletter h2{font-size:28px;margin-top:9px}.newsletter p{font-size:14px;margin:10px 0 0}.newsletter form{margin-left:auto;min-width:350px}.subscribe-input{display:flex;gap:8px}.subscribe-input input{max-width:220px}.newsletter small{display:block;margin-top:10px}footer{max-width:1160px;margin:auto;padding:0 0 24px}.footer-top{border-bottom:1px solid var(--border);padding:5px 0 35px;display:grid;grid-template-columns:1fr auto;gap:10px}.footer-top p{font-size:12px;margin:0;grid-column:1}.footer-top>div{grid-column:2;grid-row:1/3;display:flex;align-items:center;gap:27px;font-size:13px}.footer-bottom{display:flex;justify-content:space-between;color:#81897d;font-size:11px;padding-top:25px}.footer-bottom>span:last-child{font-family:Georgia,serif;font-style:italic;font-size:15px;color:#52654d}.article-hero{background:#16302a;margin:0 24px;padding:60px 5% 48px}.article-hero-inner{max-width:900px;margin:0 auto;color:#fff}.article-hero .eyebrow{color:#dae2d1}.article-hero h1{font-size:52px;margin:20px 0 16px}.article-hero p{color:#e4ebdf;font-size:16px;margin:0}.article-hero-image{max-width:1160px;margin:28px auto 0;padding:0 24px}.article-hero-image img{width:100%;height:auto;display:block;border-radius:4px}.article-layout{max-width:1060px;margin:50px auto;display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:65px}.article-meta{display:flex;align-items:center;gap:13px;font-size:13px;border-bottom:1px solid var(--border);padding-bottom:25px;margin-bottom:28px}.article-meta>.text-link{margin-left:auto;font-size:12px}.avatar{width:42px;height:42px;border-radius:50%;background:#e6eade;display:grid;place-items:center;font-family:Georgia,serif;color:#3d5d40;flex-shrink:0}.article-meta .meta{margin-top:5px}.article-body{font-family:Georgia,serif;font-size:19px;line-height:1.9}.article-body p{white-space:pre-line;color:#424d42;margin:0 0 24px}.article-body h2{font-size:31px;margin:35px 0 17px}.author-box{margin-top:40px;padding:26px 0;border-top:1px solid var(--border);display:flex;gap:18px;align-items:center}.author-box h3{font-size:22px;margin-top:5px}.author-box p{font-size:13px;margin:6px 0}.article-sidebar h2{font-size:29px;margin:12px 0 26px}.article-sidebar>a{display:flex;gap:14px;align-items:center;margin-bottom:22px}.article-sidebar>a img{width:89px;height:82px;object-fit:cover}.article-sidebar h3{font-size:18px;margin-top:5px}.article-sidebar .eyebrow{font-size:9px}.sidebar-callout{margin-top:40px;background:#edf0e7;padding:24px}.sidebar-callout p{font-size:14px}.source-attribution{padding:20px;background:#edf0e7;font-size:14px}.source-attribution a{text-decoration:underline}.dashboard{max-width:1160px;margin:40px auto 70px;min-height:62vh}.auth-layout{display:grid;grid-template-columns:1.05fr 1fr;min-height:620px;border:1px solid var(--border)}.auth-story{background:#e9eee3;padding:55px}.auth-story h1{font-size:65px;margin:28px 0}.auth-story h1 em{color:#697b5c}.auth-story p{font-size:15px;line-height:1.9}.auth-story>svg{margin-top:35px;color:#496348}.auth-form{padding:65px 60px}.auth-form h2{margin-top:15px}.auth-form>p{font-size:14px}.auth-form form>.button{width:100%;margin-top:25px}.inline-link{padding:0;font-size:14px;color:#284e3c;text-decoration:underline}.dashboard-heading,.dashboard-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px}.dashboard-heading h1{font-size:49px;margin-top:12px}.dashboard-heading p{margin-top:12px}.dash-tabs{margin:20px 0 25px!important;background:#eef1e9!important;height:auto!important;padding:5px!important;gap:5px}.dash-tabs button{padding:13px 22px!important;height:auto!important;font-size:14px!important}.dashboard-toolbar{margin:20px 0 25px}.count{font-family:Arial,sans-serif;font-size:15px;border:1px solid var(--border);padding:5px 10px;vertical-align:middle;border-radius:4px}.empty{padding:65px 25px;text-align:center;background:#f0f3ed;margin:25px 0;display:flex;align-items:center;flex-direction:column;gap:15px}.empty p{margin:0 0 10px}.my-story{display:flex;align-items:center;gap:25px;padding:25px 0;border-bottom:1px solid var(--border)}.my-story img{width:100px;height:85px;object-fit:cover}.my-story>div{flex:1}.my-story h3{font-size:24px;margin:5px 0 10px}.editor-heading{margin:25px 0}.editor-heading p{max-width:780px;font-size:15px}.editor{display:grid;grid-template-columns:1fr 290px;gap:40px;align-items:start}.editor-main label:first-child{margin-top:0}.title-input{font-family:Georgia,serif;font-size:30px;padding:15px}.story-input{font-family:Georgia,serif;font-size:19px;line-height:1.85;resize:vertical}.editor-options{background:#edf1e8;padding:25px}.editor-options small{display:block;margin:8px 0 20px}.editor-options .button{width:100%;margin-top:12px}.category-select{width:100%!important;background:white!important;height:45px!important}.notice{background:#f3eddd;border:1px solid #e5d8b5;padding:14px 18px;color:#655d3d;font-size:14px;border-radius:3px}.connection-layout{display:grid;grid-template-columns:1fr 1.25fr;gap:30px}.panel{padding:30px;border:1px solid var(--border);background:#fff}.panel h3{margin:15px 0}.panel p{font-size:14px}.muted{font-size:14px;color:#737d6e}.key-box{padding:15px;background:#eef3e9;margin:15px 0}.key-box small{display:block;margin-top:10px}.connections-title{margin:35px 0 15px}.connection-row{display:flex;align-items:center;gap:18px;border-top:1px solid var(--border);padding:23px 0}.connection-row>div{flex:1}.connection-row h3{font-size:21px}.connection-row p{font-size:13px;margin:6px 0;overflow-wrap:anywhere}.preloader{min-height:80vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;color:#284e3c;font-family:Georgia,serif;font-size:24px}.pulse{animation:pulse 1s ease infinite alternate}.loading{padding:40px;display:grid;gap:30px}.section,.auth-layout,.article-layout{animation:fade-in .65s ease both}@keyframes fade-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes hero-reveal{from{transform:scale(1.04)}to{transform:scale(1)}}@keyframes pulse{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1500px){.hero{max-width:1392px;margin:auto}.hero-content{padding-left:54px;padding-right:54px}}
@media(max-width:1250px){.section,.category-strip,footer,.dashboard{margin-left:5%;margin-right:5%}.about-band,.newsletter{margin-left:3%;margin-right:3%}.header{padding:0 4%;gap:15px}.nav{gap:19px}.brand{font-size:25px}.latest-layout{gap:35px}.article-layout{margin-left:6%;margin-right:6%}.newsletter{flex-wrap:wrap}.newsletter form{min-width:300px}.newsletter h2{font-size:25px}.newsletter>svg{display:none}.auth-form{padding:45px}.hero-content{padding-left:5%;padding-right:5%}}
@media(max-width:900px){.nav{display:none}.mobile-menu{display:block}.nav.open{display:flex;position:absolute;top:90px;left:0;right:0;background:#fcfcf9;padding:25px;box-shadow:0 10px 20px #0001}.hero{margin:0 15px;min-height:560px}.hero h1{font-size:68px}.hero-slide h1{font-size:34px;margin-top:16px}.hero-note{right:7%;font-size:24px}.category-strip{gap:16px}.category-strip>span{display:none}.category-strip>a{font-size:15px;gap:7px}.featured-grid{gap:20px}.card-copy h3{font-size:22px}.section{padding:48px 0}.about-band{grid-template-columns:1fr 1fr;padding:35px}.about-band>svg{display:none}.latest-layout{grid-template-columns:1fr 240px;gap:25px}.horizontal{grid-template-columns:150px 1fr;gap:18px}.horizontal h3{font-size:21px}.writers-note{padding:28px 22px}.writers-note h2{font-size:28px}.newsletter form{margin-left:0;width:100%}.subscribe-input input{max-width:none}.footer-top>div{gap:15px}.article-layout{grid-template-columns:1fr;gap:30px}.article-sidebar{display:none}.auth-story{padding:35px}.auth-story h1{font-size:52px}.auth-form{padding:35px}.connection-layout{grid-template-columns:1fr}.editor{grid-template-columns:1fr 240px;gap:20px}.article-hero h1{font-size:42px}.article-hero-image{padding:0 15px}}
@media(max-width:640px){.header{height:85px;padding:0 5%}.brand{font-size:21px}.brand-icon{display:none}.brand small{font-size:8px;letter-spacing:1.6px}.header-actions{gap:12px}.header-actions .small{display:none}.login-link{font-size:13px}.hero{margin:0 10px;min-height:585px}.hero-content{padding:40px 7% 23px}.hero h1{font-size:62px;letter-spacing:-2.5px;margin-top:24px}.hero-slide h1{font-size:28px;letter-spacing:-1px;margin-top:14px;-webkit-line-clamp:2}.hero-photo{object-position:64% center}.hero-shade{background:linear-gradient(90deg,#0d251dcc,#16382a55)}.hero-note{display:none}.hero p{font-size:15px}.hero-dots{bottom:12px}.eyebrow.light{font-size:9px;letter-spacing:1.3px}.hero-bottom{display:block;margin-top:36px;padding-top:20px}.hero-bottom>span{font-size:8px}.hero-bottom a{margin-top:15px}.category-strip{display:grid;grid-template-columns:1fr 1fr;gap:17px;padding:22px 0}.category-strip>a{justify-content:space-between;font-size:16px}.section{padding:40px 0}.section-heading{align-items:start;flex-wrap:wrap;gap:16px}.section-heading h2{font-size:31px}.section-heading .text-link{font-size:13px}.featured-grid{grid-template-columns:1fr;gap:30px}.card-image{aspect-ratio:1.6}.card-copy{padding-top:15px}.card-copy h3{font-size:26px;margin-bottom:12px}.about-band{grid-template-columns:1fr;gap:20px;padding:30px}.about-band h2{font-size:31px}.about-band p{margin-bottom:13px}.search{width:100%;margin-top:5px}.filter-row{gap:7px}.filter{font-size:12px;padding:9px 12px}.latest-layout{grid-template-columns:1fr}.horizontal{grid-template-columns:116px 1fr;gap:17px;padding:22px 0}.horizontal .card-image{aspect-ratio:.9}.horizontal h3{font-size:20px;line-height:1.3}.horizontal p{display:none}.horizontal .meta{font-size:10px;gap:5px;margin-top:11px}.horizontal .eyebrow{font-size:9px;letter-spacing:1.3px}.writers-note{position:static;padding:28px}.writers-note>svg{margin:22px 0 14px}.writers-note h2{font-size:33px}.newsletter{padding:30px 25px;margin-bottom:35px}.newsletter h2{font-size:29px}.newsletter form{min-width:0}.subscribe-input{flex-direction:column}.newsletter .eyebrow{font-size:9px}.footer-top{display:block}.footer-top p{margin-top:10px}.footer-top>div{margin-top:25px;flex-wrap:wrap;font-size:13px}.footer-bottom{flex-direction:column;gap:15px;font-size:10px}.article-hero{margin:0 10px;padding:40px 7% 35px}.article-hero h1{font-size:34px;letter-spacing:-1.5px}.article-hero p{font-size:15px}.article-hero-image{padding:0 10px;margin-top:20px}.article-layout{margin-top:30px}.article-meta{flex-wrap:wrap}.article-meta>.text-link{margin-left:55px}.article-body{font-size:18px}.article-body h2{font-size:28px}.auth-layout{grid-template-columns:1fr}.auth-story{padding:30px}.auth-story h1{font-size:44px;margin:20px 0}.auth-story h1 br{display:none}.auth-story h1 em{display:block}.auth-story p{font-size:14px}.auth-story>svg{display:none}.auth-form{padding:30px}.auth-form h2{font-size:30px}.dashboard{margin-top:20px}.dashboard-heading h1{font-size:37px}.dashboard-heading{align-items:start}.dashboard-heading p{font-size:14px}.dash-tabs{display:flex!important;width:100%}.dash-tabs button{padding:10px 9px!important;font-size:12px!important;gap:5px!important}.dash-tabs button svg{display:none}.dashboard-toolbar h2{font-size:28px}.dashboard-toolbar .button{font-size:12px;padding:12px}.editor{grid-template-columns:1fr}.editor-heading h2{font-size:29px}.title-input{font-size:25px}.my-story{gap:12px;flex-wrap:wrap}.my-story img{width:65px;height:65px}.my-story h3{font-size:21px}.my-story>.text-link{font-size:12px}.panel{padding:24px}.connection-row{flex-wrap:wrap}.connection-row>.text-link{margin-left:42px}.empty h2{font-size:30px}.empty{padding:35px 20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

