/*
Theme Name: 생활비서 Action
Theme URI: https://lifebiseo.kr
Author: 생활비서 편집팀
Description: 질문·진단·실행 순서 중심의 생활비 의사결정 테마
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: lifebiseo-action
License: GPL-2.0-or-later
*/
:root{--navy:#11243f;--blue:#5272f2;--soft:#eef3ff;--yellow:#ffc54d;--ink:#172235;--muted:#667085;--line:#e4e9f1;--bg:#f6f8fb;--green:#16794b;--shadow:0 18px 50px rgba(23,34,53,.09);--wrap:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Segoe UI",sans-serif;font-size:17px;line-height:1.72;word-break:keep-all;overflow-wrap:anywhere}a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}img{max-width:100%;height:auto}button,input{font:inherit}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wrap{width:min(var(--wrap),calc(100% - 40px));margin:auto}.section{padding:86px 0}.soft{background:var(--bg)}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 15px;color:var(--blue);font-weight:850;font-size:14px}.eyebrow:before{content:"";width:26px;height:3px;border-radius:99px;background:var(--yellow)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-head h2{margin:0;font-size:clamp(30px,4vw,46px);line-height:1.18;letter-spacing:-.045em}.section-head p{max-width:560px;margin:0;color:var(--muted)}
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(228,233,241,.9);background:rgba(255,255,255,.93);backdrop-filter:blur(18px)}.admin-bar .site-header{top:32px}.head-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.branding{display:flex;align-items:center;gap:12px}.custom-logo{max-height:42px;width:auto}.site-title{font-size:24px;font-weight:900;letter-spacing:-.05em;color:var(--navy)}.nav ul{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.nav a{display:block;padding:10px 13px;border-radius:12px;font-size:15px;font-weight:750;color:#344054}.nav a:hover,.nav .current-menu-item>a{background:var(--soft);color:var(--blue)}.menu-toggle{display:none;border:0;background:var(--navy);color:#fff;border-radius:12px;padding:9px 13px;font-weight:800}
.hero{position:relative;overflow:hidden;padding:90px 0 72px;background:radial-gradient(circle at 78% 18%,rgba(82,114,242,.18),transparent 26%),radial-gradient(circle at 12% 88%,rgba(255,197,77,.22),transparent 25%),linear-gradient(180deg,#fff,#f8faff)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(340px,.86fr);gap:64px;align-items:center}.hero h1{margin:0 0 22px;font-size:clamp(44px,6.8vw,78px);line-height:1.04;letter-spacing:-.065em;color:var(--navy)}.hero h1 strong{color:var(--blue)}.hero-copy>p{max-width:700px;margin:0 0 30px;color:#475467;font-size:clamp(18px,2vw,22px)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border:1px solid transparent;border-radius:15px;font-weight:850;cursor:pointer;transition:.2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--yellow);color:#241b08;box-shadow:0 12px 28px rgba(243,174,27,.25)}.primary:hover{color:#241b08;background:#ffd16b}.ghost{border-color:var(--line);background:#fff;color:var(--navy)}.proof{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted);font-size:14px}.proof span:before{content:"✓";display:inline-grid;place-items:center;width:19px;height:19px;margin-right:7px;border-radius:50%;background:#e7f6ee;color:var(--green);font-size:12px;font-weight:900}
.prompt-card{padding:26px;border:1px solid rgba(82,114,242,.16);border-radius:30px;background:rgba(255,255,255,.9);box-shadow:var(--shadow)}.prompt-card:before{content:"생활비서 AI";display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--soft);color:var(--blue);font-size:12px;font-weight:900}.prompt-card h2{margin:16px 0 7px;font-size:27px;letter-spacing:-.04em}.prompt-card p{margin:0 0 18px;color:var(--muted);font-size:15px}.prompt{display:flex;gap:10px;padding:8px;border:1px solid var(--line);border-radius:17px;background:#fff}.prompt input{width:100%;min-width:0;border:0;outline:0;padding:8px 10px}.prompt button{border:0;border-radius:12px;padding:0 16px;background:var(--navy);color:#fff;font-weight:850}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.chip{display:inline-flex;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#475467;font-size:13px;font-weight:750}.chip:hover{border-color:var(--blue);background:var(--soft);color:var(--blue)}
.action-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.action-card{min-height:210px;padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;transition:.22s;box-shadow:0 8px 24px rgba(23,34,53,.04)}.action-card:hover{transform:translateY(-5px);border-color:rgba(82,114,242,.35);box-shadow:var(--shadow)}.action-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--soft);font-size:23px}.action-card h3{margin:22px 0 8px;font-size:22px;letter-spacing:-.035em}.action-card p{margin:0;color:var(--muted);font-size:15px}.action-card b{display:inline-block;margin-top:18px;color:var(--blue);font-size:14px}
.tool-shell{border-radius:30px;background:var(--navy);color:#fff;padding:38px;box-shadow:0 26px 70px rgba(17,36,63,.22)}.tool-shell .section-head{margin-bottom:24px}.tool-shell .section-head h2,.tool-shell .section-head p{color:#fff}.tool-shell .section-head p{opacity:.72}.money-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.money-card{padding:25px;border:1px solid var(--line);border-radius:22px;background:#fff}.money-meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:18px;color:var(--muted);font-size:12px;font-weight:800}.money-meta span:last-child{color:var(--green)}.money-card h3{margin:0 0 9px;font-size:21px;line-height:1.35;letter-spacing:-.035em}.money-card p{margin:0 0 20px;color:var(--muted);font-size:14px}.money-card a{font-size:14px;font-weight:850;color:var(--blue)}
.hub-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.hub-card{min-height:235px;padding:24px;border-radius:22px;background:#fff;border:1px solid var(--line)}.hub-card small{color:var(--blue);font-weight:850}.hub-card h3{margin:12px 0 9px;font-size:22px;letter-spacing:-.04em}.hub-card p{margin:0;color:var(--muted);font-size:14px}.hub-card ul{list-style:none;padding:0;margin:17px 0 0;font-size:13px;color:#475467}.hub-card li+li{margin-top:5px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.guide-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff}.guide-thumb{aspect-ratio:16/9;background:linear-gradient(135deg,var(--soft),#fff5dc);overflow:hidden}.guide-thumb img{width:100%;height:100%;object-fit:cover}.guide-body{padding:22px}.guide-cat{color:var(--blue);font-size:12px;font-weight:900}.guide-card h3{margin:9px 0 10px;font-size:21px;line-height:1.4;letter-spacing:-.035em}.guide-card p{margin:0 0 17px;color:var(--muted);font-size:14px}.guide-foot{display:flex;justify-content:space-between;gap:12px;color:#667085;font-size:12px}.empty{grid-column:1/-1;padding:34px;border:1px dashed #cfd7e6;border-radius:20px;text-align:center;color:var(--muted);background:#fff}.trust{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center;padding:38px;border-radius:28px;background:linear-gradient(135deg,#f3f6ff,#fffaf0)}.trust h2{margin:0 0 14px;font-size:36px;line-height:1.25;letter-spacing:-.05em}.trust p{margin:0;color:var(--muted)}.trust-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.trust-item{padding:17px;border:1px solid rgba(82,114,242,.12);border-radius:15px;background:rgba(255,255,255,.78);font-size:14px;font-weight:800}.trust-item:before{content:"✓";margin-right:8px;color:var(--green)}
.site-footer{padding:54px 0 30px;background:var(--navy);color:#dbe4f0}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px}.site-footer h2,.site-footer h3{margin:0 0 12px;color:#fff}.site-footer p{margin:0;color:#aebdce;font-size:14px}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li+li{margin-top:8px}.site-footer a{color:#dbe4f0;font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:40px;padding-top:22px;border-top:1px solid rgba(255,255,255,.11);font-size:12px;color:#90a4ba}.content{width:min(820px,calc(100% - 40px));margin:70px auto}.content h1{font-size:clamp(36px,5vw,56px);line-height:1.16;letter-spacing:-.055em}.content .meta{color:var(--muted);font-size:14px}.content .entry-content h2{margin-top:2.2em;font-size:32px}.content .entry-content h3{margin-top:1.8em;font-size:24px}.content .entry-content a{text-decoration:underline;text-underline-offset:3px;color:var(--blue)}
@media(max-width:1080px){.hero-grid{grid-template-columns:1fr;gap:36px}.action-grid{grid-template-columns:repeat(3,1fr)}.money-grid{grid-template-columns:repeat(2,1fr)}.hub-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.admin-bar .site-header{top:46px}.menu-toggle{display:block}.nav{display:none;position:absolute;left:20px;right:20px;top:70px;padding:13px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)}.nav.is-open{display:block}.nav ul{display:block}.nav a{padding:12px}.section{padding:64px 0}.section-head{display:block}.section-head p{margin-top:12px}.action-grid,.hub-grid{grid-template-columns:repeat(2,1fr)}.guide-grid{grid-template-columns:1fr 1fr}.trust,.footer-grid{grid-template-columns:1fr}}@media(max-width:560px){body{font-size:16px;word-break:normal}.wrap{width:min(100% - 28px,var(--wrap))}.hero{padding:60px 0 50px}.hero h1{font-size:44px}.prompt{display:block}.prompt button{width:100%;min-height:46px;margin-top:7px}.action-grid,.money-grid,.hub-grid,.guide-grid,.trust-list{grid-template-columns:1fr}.tool-shell{padding:24px}.section-head h2{font-size:32px}.footer-bottom{display:block}}
