:root{--background:#f5f2e9;--foreground:#18251d;--muted-foreground:#677168;--card:#fffdf7;--border:#d8ddd3;--primary:#1e3428;--primary-foreground:#fffdf7;--accent:#c65335;--accent-soft:#efe0d3;--result:#1d3026;--result-foreground:#f8f5ea;--result-muted:#c4d1c4;--result-border:#4b6151;--result-hover:#334a3b;--status:#a9d4a8;--prose:#344238;--focus:#b8482b;--error:#a33326;--radius-card:6px;--radius-control:4px;--container-width:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}button,select{font:inherit}button{cursor:pointer}a{color:inherit}::selection{background:var(--accent-soft);color:var(--foreground)}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-shell main{flex:1}.container{width:min(100% - 48px, var(--container-width));margin-inline:auto}.site-header{border-bottom:1px solid var(--border);background:var(--background)}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:70px;display:flex}.wordmark{letter-spacing:-.02em;white-space:nowrap;align-items:center;gap:10px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.wordmark-symbol{letter-spacing:-.14em;padding-right:7px;font-family:Georgia,Times New Roman,serif;font-size:29px;font-weight:700;line-height:1;position:relative}.wordmark-mark{color:var(--accent);font-size:19px;font-weight:400;position:relative;top:-6px;left:-3px}.main-nav{align-items:center;gap:30px;font-size:13px;font-weight:600;display:flex}.main-nav a,.site-footer a{text-decoration:none}.main-nav a:hover,.site-footer a:hover{color:var(--accent)}.main-nav a:focus-visible,.site-footer a:focus-visible,.wordmark:focus-visible,.article-prose a:focus-visible{outline:2px solid var(--focus);outline-offset:4px}.hero-section{padding:55px 0}.hero-inner{flex-direction:column;gap:28px;display:flex}.hero-copy{flex-direction:column;gap:12px;max-width:800px;display:flex}.eyebrow,.section-label,.panel-topline{letter-spacing:.14em;font-size:11px;font-weight:700}.eyebrow{color:var(--accent);margin:0}h1,h2,p{margin-top:0}.hero-copy h1{letter-spacing:-.055em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(50px,6vw,80px);font-weight:400;line-height:.98}.hero-intro{max-width:670px;color:var(--muted-foreground);margin:0;font-size:16px;line-height:1.6}.hero-footnote{color:var(--muted-foreground);margin:-10px 0 0;font-size:12px}.tool-grid{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--card);grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);min-height:375px;display:grid;overflow:hidden}.tool-controls{flex-direction:column;gap:22px;min-width:0;padding:27px 30px 30px;display:flex}.panel-topline{color:var(--muted-foreground);justify-content:space-between;align-items:center;gap:16px;display:flex}.control-group{flex-direction:column;gap:9px;min-width:0;display:flex}.control-group label{font-size:13px;font-weight:700}.control-group select{appearance:none;border:1px solid var(--border);border-radius:var(--radius-control);width:100%;height:44px;color:var(--foreground);background:var(--card) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23677168' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 15px center;padding:0 40px 0 14px;font-size:13px;display:block}.control-group select:hover{border-color:var(--primary)}.control-group select:focus-visible,.primary-button:focus-visible,.copy-button:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.letter-control{align-items:center;gap:18px;display:flex}.letter-control select{flex:0 0 88px;height:64px;padding-left:17px;font-family:Georgia,Times New Roman,serif;font-size:34px}.letter-hint{max-width:180px;color:var(--muted-foreground);font-size:12px;line-height:1.45}.control-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;display:grid}.primary-button{background:var(--primary);height:50px;color:var(--primary-foreground);border:1px solid var(--primary);border-radius:var(--radius-control);justify-content:space-between;align-items:center;gap:20px;padding:0 17px;font-size:14px;font-weight:700;display:flex}.primary-button:hover{background:var(--foreground)}.primary-button span{font-size:20px;font-weight:400}.tool-error{color:var(--error);margin:-8px 0 0;font-size:12px;line-height:1.4}.result-panel{background:var(--result);color:var(--result-foreground);flex-direction:column;min-width:0;padding:27px 30px 24px;display:flex}.result-panel .panel-topline{color:var(--result-muted)}.result-rule{color:var(--result-foreground);border:1px solid var(--result-muted);white-space:nowrap;border-radius:2px;padding:5px 7px;line-height:1}.result-body{flex:1;align-items:center;min-height:220px;display:flex}.result-text{letter-spacing:-.025em;overflow-wrap:anywhere;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(23px,2.3vw,34px);line-height:1.37}.result-bottom{border-top:1px solid var(--result-border);justify-content:space-between;align-items:center;gap:16px;padding-top:18px;display:flex}.validation-status{color:var(--result-muted);align-items:center;gap:8px;font-size:12px;display:inline-flex}.status-dot{background:var(--status);border-radius:50%;flex:none;width:6px;height:6px}.copy-button{border:1px solid var(--result-muted);color:var(--result-foreground);border-radius:var(--radius-control);white-space:nowrap;background:0 0;min-width:96px;height:36px;padding:0 12px;font-size:12px;font-weight:700}.copy-button:hover{background:var(--result-hover)}.information-section{border-top:1px solid var(--border);padding:62px 0}.information-section-last{padding-bottom:76px}.information-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:52px;display:grid}.section-label{color:var(--accent);margin:0 0 14px}.information-grid h2{letter-spacing:-.045em;max-width:360px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,3.8vw,48px);font-weight:400;line-height:1.08}.prose{max-width:620px;color:var(--prose);font-size:15px;line-height:1.75}.prose p{margin:0 0 18px}.prose p:last-child{margin-bottom:0}.prose em{color:var(--foreground);font-family:Georgia,Times New Roman,serif;font-size:18px}.steps-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.steps-list li{border-top:1px solid var(--border);grid-template-columns:38px 1fr;gap:14px;padding:17px 0;display:grid}.steps-list li:last-child{border-bottom:1px solid var(--border)}.steps-list li>span{color:var(--accent);padding-top:3px;font-size:12px;font-weight:700}.steps-list strong{color:var(--foreground)}.steps-list p{color:var(--muted-foreground);margin:4px 0 0;font-size:13px;line-height:1.55}.section-heading{max-width:620px;margin-bottom:28px}.section-heading h2{letter-spacing:-.045em;margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,3.8vw,48px);font-weight:400;line-height:1.08}.section-heading>p:last-child{color:var(--muted-foreground);margin:0;font-size:15px;line-height:1.65}.example-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.example-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--card);min-width:0;padding:23px 24px 25px}.example-rule{color:var(--accent);letter-spacing:.14em;font-size:11px;font-weight:700}.example-line{letter-spacing:-.025em;min-height:104px;margin:24px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,2.1vw,30px);line-height:1.25}.example-card>p:last-child{border-top:1px solid var(--border);color:var(--muted-foreground);margin:0;padding-top:15px;font-size:13px;line-height:1.55}.faq-list{max-width:620px}.faq-list>div{border-top:1px solid var(--border);padding:18px 0 20px}.faq-list>div:last-child{border-bottom:1px solid var(--border)}.faq-list h3{color:var(--foreground);margin:0 0 7px;font-size:16px;line-height:1.4}.faq-list p{color:var(--muted-foreground);margin:0;font-size:14px;line-height:1.65}.site-footer{border-top:1px solid var(--border)}.footer-inner{justify-content:space-between;align-items:center;gap:24px;min-height:92px;display:flex}.footer-brand{font-size:13px;font-weight:700}.footer-brand span{color:var(--muted-foreground);margin-left:8px;font-weight:400}.site-footer nav{color:var(--muted-foreground);flex-wrap:wrap;gap:12px 22px;font-size:12px;display:flex}.page-article{min-height:62vh;padding-top:80px;padding-bottom:100px}.page-article h1{letter-spacing:-.05em;margin:0 0 32px;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,6vw,68px);font-weight:400;line-height:1}.article-prose{max-width:690px;color:var(--prose);font-size:16px;line-height:1.75}.article-prose p{margin:0 0 20px}.article-prose h2{color:var(--foreground);margin:34px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:400}.article-prose a{color:var(--accent);text-underline-offset:3px}@media (max-width:800px){.hero-section{padding:42px 0 48px}.tool-grid{grid-template-columns:1fr}.tool-controls,.result-panel{padding:24px}.result-body{min-height:185px;padding:24px 0}.information-grid{grid-template-columns:1fr;gap:26px}.example-grid{grid-template-columns:1fr}.example-line{min-height:0;margin-block:18px}}@media (max-width:560px){.container{width:min(100% - 32px, var(--container-width))}.header-inner{min-height:60px}.wordmark{gap:6px;font-size:13px}.wordmark-symbol{font-size:25px}.main-nav{gap:14px;font-size:12px}.main-nav a:first-child{display:none}.hero-section{padding:36px 0 42px}.hero-inner{gap:24px}.hero-copy{gap:10px}.hero-copy h1{font-size:clamp(43px,12vw,58px)}.hero-intro{font-size:14px;line-height:1.55}.tool-controls,.result-panel{padding:20px}.tool-controls{gap:19px}.control-row{grid-template-columns:1fr;gap:17px}.letter-control select{height:56px}.result-body{min-height:165px}.result-text{font-size:25px}.result-bottom{align-items:flex-start}.information-section{padding:48px 0}.information-section-last{padding-bottom:62px}.footer-inner{flex-direction:column;align-items:flex-start;gap:17px;padding-block:25px}.page-article{padding-top:58px;padding-bottom:72px}}
