:root{font-family:Inter,Pretendard,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#101827;background:#faf9f5;color-scheme:light;--ink: #101827;--muted: #5e6978;--line: #e8e4dc;--paper: #ffffff;--soft: #f5f3ed;--accent: #108275;--accent-dark: #0d6f66;--shadow: 0 18px 48px rgba(32, 26, 16, .08)}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#ffffffe0 0,#faf9f5f5 520px,#faf9f5),radial-gradient(circle at 84% 18%,rgba(16,130,117,.08),transparent 30%)}a{color:inherit;text-decoration:none}.site-header{min-height:72px;padding:0;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border-bottom:1px solid rgba(232,228,220,.9);position:sticky;top:0;z-index:10;backdrop-filter:blur(14px)}.header-inner{width:calc(100% - 48px);max-width:1120px;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 auto}.logo{font-size:22px;font-weight:900;letter-spacing:0}.logo span{color:var(--accent)}.site-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px 20px;color:#242b36;font-size:14px;font-weight:800}.nav-item{position:relative}.nav-item button{appearance:none;padding:9px 0;color:inherit;background:transparent;border:0;cursor:pointer;font:inherit}.nav-item button:after{content:"⌄";margin-left:6px;color:#7b8491;font-size:12px}.nav-menu{position:absolute;right:0;top:calc(100% + 12px);z-index:20;min-width:180px;display:none;gap:4px;padding:10px;background:var(--paper);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.nav-menu:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}.nav-item:hover .nav-menu,.nav-item:focus-within .nav-menu{display:grid}.nav-menu a{padding:10px 12px;border-radius:8px;color:#364253}.nav-menu a:hover{color:var(--accent-dark);background:#f3faf8}.nav-all{padding:9px 0}main{width:calc(100% - 48px);max-width:1120px;margin:0 auto}.hero{min-height:500px;display:grid;grid-template-columns:minmax(0,620px) minmax(300px,420px);gap:80px;align-items:center;padding:80px 0 64px}.eyebrow{color:var(--accent);font-weight:900;margin:0 0 12px}h1{font-size:52px;line-height:1.12;letter-spacing:0;margin:0;max-width:620px}.hero-copy p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.78;max-width:610px;margin-top:22px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.primary-link,.secondary-link,.note-section a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:8px;font-weight:900}.primary-link,.note-section a{color:#fff;background:var(--accent);box-shadow:0 10px 24px #10827538}.secondary-link{color:#242b36;background:#fff;border:1px solid var(--line)}.hero-panel,.tool-card{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.hero-panel{display:grid;gap:12px;padding:14px;background:#f8fafcc7;border:1px solid rgba(232,228,220,.8);box-shadow:0 22px 58px #201a1014}.hero-panel a{display:grid;grid-template-columns:46px minmax(0,1fr) 22px;gap:14px;align-items:center;min-height:86px;padding:15px 16px;border-radius:8px;background:var(--paper);border:1px solid #eee9df}.hero-panel a:hover,.tool-card:hover,.category-list a:hover{border-color:#1082755c;transform:translateY(-1px)}.hero-panel strong,.tool-card strong{display:block;color:var(--ink);font-size:17px;margin-bottom:6px}.hero-panel span,.tool-card p,.section-head p,.category-copy p,.category-list span,.note-section p{color:var(--muted);line-height:1.65}.hero-tool-copy em{display:block;color:#7a8491;font-size:13px;font-style:normal;line-height:1.45}.arrow{color:#9aa4b2;font-weight:900}.tool-mark{width:40px;height:40px;display:inline-grid;place-items:center;border-radius:8px;color:#0f172a;font-size:17px;font-weight:900}.tool-mark.warm{background:#fff4dc;color:#9a5b00}.tool-mark.blue{background:#eaf2ff;color:#2657b8}.tool-mark.mint{background:#e9f8f2;color:#0b7760}.tool-mark.sky{background:#eaf7ff;color:#1e6f9b}.tool-mark.rose{background:#fff0f0;color:#a13d4c}.tool-mark.violet{background:#f3efff;color:#5f46a8}.tool-mark.green{background:#eff9e8;color:#507820}.tool-section{padding:60px 0 28px;border-top:1px solid rgba(232,228,220,.75)}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}h2{margin:0;color:var(--ink);font-size:30px;letter-spacing:0}.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tool-card{position:relative;padding:24px;min-height:218px;display:flex;flex-direction:column;transition:border-color .16s ease,transform .16s ease}.tool-card .domain{color:var(--accent);font-size:12px;font-weight:900;margin:16px 0 13px}.tool-card p{flex:1;font-size:14px}.tool-card em{display:flex;flex-wrap:wrap;gap:7px;color:#596678;font-size:12px;font-style:normal}.tool-card em b{padding:5px 8px;border-radius:999px;color:#5f6b78;background:#f4f6f7;font-weight:800}.category-section{display:grid;gap:18px;padding:18px 0 28px}.category-block{display:grid;grid-template-columns:240px minmax(0,1fr);gap:24px;align-items:start;padding:28px 0;border-top:1px solid var(--line)}.category-copy h2,.note-section h2{font-size:24px}.category-copy p,.note-section p{margin-bottom:0}.category-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-list a{min-height:112px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:8px;transition:border-color .16s ease,transform .16s ease}.category-list strong{display:block;margin-bottom:7px;font-size:16px}.category-list span{display:block;font-size:14px}.category-list .tool-mark{display:inline-grid;place-items:center;line-height:1;font-size:17px}.note-section{display:flex;justify-content:space-between;gap:22px;align-items:center;padding:clamp(22px,4vw,34px);margin:12px 0 52px;color:#102033;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.narrow{max-width:820px;margin-left:auto;margin-right:auto}.page-hero{padding:54px 0 22px}.page-hero p:not(.eyebrow){color:#526173;font-size:18px;line-height:1.75}.prose{padding-bottom:48px;color:#253244}.prose h2{margin-top:30px;margin-bottom:10px;font-size:24px}.prose p,.prose li,.prose dd{color:#475569;line-height:1.75}.prose a{color:#0f766e;font-weight:800}.info-list{display:grid;gap:12px;margin:16px 0}.info-list div{padding:16px;background:#fff;border:1px solid #dbe3ea;border-radius:8px}.info-list dt{margin-bottom:6px;color:#162033;font-weight:900}.info-list dd{margin:0}.notice{padding:16px;background:#eef8f6;border:1px solid #b7dcd6;border-radius:8px}.cost-table{width:100%;border-collapse:collapse;overflow:hidden;background:#fff;border:1px solid #dbe3ea;border-radius:8px}.cost-table th,.cost-table td{padding:14px;text-align:left;border-bottom:1px solid #e2e8f0;vertical-align:top}.cost-table th{color:#162033;background:#f1f6f5}.trust-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.trust-links a{color:#e2e8f0;font-weight:800}footer{margin-top:50px;padding:30px clamp(18px,4vw,56px);color:#cbd5e1;background:#101827}footer strong{color:#fff}@media(max-width:880px){.hero,.section-head,.category-block,.note-section{display:block}.site-header{position:static}.header-inner{width:calc(100% - 32px);align-items:flex-start;padding:16px 0}.site-nav{justify-content:flex-start;gap:10px 14px;margin-top:6px}.nav-menu{left:0;right:auto}main{width:calc(100% - 28px);max-width:560px}.hero{min-height:auto;padding:34px 0 30px}h1{font-size:38px;line-height:1.18}.hero-copy p:not(.eyebrow),.page-hero p:not(.eyebrow){font-size:16px}.hero-panel{gap:9px;margin-top:18px;padding:10px}.hero-panel a{min-height:72px;padding:12px}.tool-grid,.category-list{grid-template-columns:1fr}.note-section a{margin-top:18px;width:100%}}@media(max-width:520px){.header-inner{display:block;width:calc(100% - 28px);padding:12px 0}.logo{font-size:20px}.site-nav{gap:7px 11px;font-size:13px}.nav-item{position:static}.nav-menu{width:calc(100vw - 32px)}h1{font-size:29px}.hero-copy p:not(.eyebrow),.page-hero p:not(.eyebrow){line-height:1.6;margin-top:16px}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}.hero-actions a{min-height:44px;width:auto;padding:0 12px;font-size:14px}.hero-panel a{grid-template-columns:38px minmax(0,1fr) 16px;min-height:60px;gap:10px;padding:10px}.tool-mark{width:36px;height:36px}.hero-panel strong{font-size:15px;margin-bottom:3px}.hero-tool-copy em{display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:1}}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:640px){.cost-table{min-width:560px;font-size:14px}.cost-table th,.cost-table td{padding:9px 11px}}
