:root{--primary: #6b9b82;--primary-soft: #ecf4ef;--secondary: #d4a84b;--secondary-soft: #fcf6eb;--background: #f6f9f7;--foreground: #2f3d36;--muted: #ecf1ee;--muted-foreground: #6b7c74;--border: #dce5df;--destructive: #c45c5c;--surface: #ffffff;--radius: 12px;--font: "Sarabun", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:var(--font);color:var(--foreground);background:var(--background);line-height:1.5;-webkit-font-smoothing:antialiased}.atmosphere{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse 80% 50% at 15% -10%,rgba(107,155,130,.22),transparent 55%),radial-gradient(ellipse 60% 40% at 95% 5%,rgba(212,168,75,.14),transparent 50%),linear-gradient(180deg,#f3f8f5,#f6f9f7 45%,#eef4f0);animation:atmosphere-drift 18s ease-in-out infinite alternate}@keyframes atmosphere-drift{0%{transform:scale(1) translate(0)}to{transform:scale(1.04) translate(-1.5%,1%)}}.shell{width:min(560px,calc(100% - 40px));margin:0 auto;padding:clamp(48px,12vh,120px) 0 48px;display:flex;flex-direction:column;gap:28px}.brand-block{text-align:center;animation:rise-in .7s ease-out both}.brand-mark{display:block;margin:0 auto 16px;border-radius:18px;box-shadow:0 12px 40px #2f3d361f}.brand-name{margin:0 0 8px;font-size:clamp(2.4rem,8vw,3.4rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--foreground)}.headline{margin:0 0 10px;font-size:clamp(1.35rem,4vw,1.65rem);font-weight:600;color:var(--foreground)}.lede{margin:0 auto;max-width:28rem;font-size:1.05rem;color:var(--muted-foreground)}.lookup{animation:rise-in .7s ease-out .12s both}.lookup-row{display:flex;gap:10px;align-items:stretch;background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);padding:8px;box-shadow:0 10px 30px #2f3d360f;transition:border-color .2s ease,box-shadow .2s ease}.lookup-row:focus-within{border-color:var(--primary);box-shadow:0 12px 36px #6b9b822e}#phone{flex:1;min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:1.125rem;padding:14px;color:var(--foreground)}#phone::placeholder{color:var(--muted-foreground)}#submit-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:var(--radius);background:var(--primary);color:#fff;font:inherit;font-weight:600;font-size:1.05rem;padding:0 22px;cursor:pointer;transition:transform .15s ease,background .15s ease,opacity .15s ease}#submit-btn:hover:not(:disabled){background:#5f8d75}#submit-btn:active:not(:disabled){transform:scale(.98)}#submit-btn:disabled{opacity:.65;cursor:wait}.status{min-height:1.5em;margin:12px 4px 0;font-size:.95rem;color:var(--muted-foreground)}.status.is-error{color:var(--destructive)}.result{text-align:center;padding:8px 4px 0;animation:rise-in .45s ease-out both}.result-label{margin:0 0 6px;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground)}.result-name{margin:0;font-size:clamp(1.5rem,5vw,2rem);font-weight:700;color:var(--foreground)}.result-name.is-empty{font-weight:600;color:var(--muted-foreground)}.result-phone{margin:6px 0 0;font-size:1.05rem;color:var(--muted-foreground)}.footer{text-align:center;padding:24px 20px 40px;color:var(--muted-foreground);font-size:.9rem}.footer p{margin:0 0 6px}.footer a{color:var(--primary);font-weight:600;text-decoration:underline;text-underline-offset:3px}.footer a:hover{color:#5f8d75}.site-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;width:min(760px,calc(100% - 40px));margin:0 auto;padding:20px 0 0}.site-bar-brand{display:inline-flex;align-items:center;gap:10px;color:var(--foreground);font-weight:700;font-size:1.1rem;text-decoration:none}.site-bar-brand img{border-radius:10px}.site-bar-nav{display:flex;flex-wrap:wrap;gap:14px;font-size:.95rem}.site-bar-nav a{color:var(--muted-foreground);text-decoration:none}.site-bar-nav a:hover,.site-bar-nav a[aria-current=page]{color:var(--primary);font-weight:600}.shell-doc{width:min(760px,calc(100% - 40px));padding-top:32px}.doc{animation:rise-in .6s ease-out both}.doc-kicker{margin:0 0 8px;font-size:.8rem;letter-spacing:.08em;font-weight:600;color:var(--primary)}.doc h1{margin:0 0 12px;font-size:clamp(1.85rem,4vw,2.6rem);letter-spacing:-.02em;line-height:1.2}.doc-meta{margin:0 0 32px;color:var(--muted-foreground);line-height:1.6}.doc-meta a,.doc a{color:var(--primary);font-weight:600;text-decoration:underline;text-underline-offset:3px}.doc section{margin-bottom:28px}.doc h2{margin:0 0 10px;font-size:1.25rem;font-weight:700}.doc p,.doc li{color:var(--foreground);line-height:1.65}.doc p{margin:0 0 10px}.doc ul{margin:8px 0 0;padding-left:1.25em}.doc li{margin-bottom:6px}.doc code{font-size:.92em;padding:.1em .35em;border-radius:6px;background:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes rise-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.lookup-row{flex-direction:column;gap:8px}#submit-btn{min-height:48px;width:100%}}@media(prefers-reduced-motion:reduce){.atmosphere,.brand-block,.lookup,.result{animation:none!important}}
