:root{--text: #1d1d1f;--muted: #6e6e73;--bg: #ffffff;--soft: #f5f5f7;--line: #d2d2d7;--accent: #275af4}@media(prefers-color-scheme:dark){:root{--text: #f5f5f7;--muted: #a1a1a6;--bg: #111113;--soft: #1c1c1f;--line: #38383d;--accent: #6ea8ff}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font:17px/1.6 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:880px;margin:0 auto;padding:0 24px}header{border-bottom:1px solid var(--line)}header .wrap{display:flex;align-items:center;gap:12px;height:60px}header img{width:30px;height:30px}header .name{font-weight:600;color:var(--text);margin-right:auto}header nav a{margin-left:20px;font-size:15px;color:var(--muted)}main{padding:56px 0 72px}.hero{text-align:center;padding:24px 0 40px}.hero img{width:128px;height:128px}.hero h1{font-size:clamp(30px,5vw,46px);line-height:1.12;letter-spacing:-.02em;margin:20px 0 12px}.hero p{font-size:20px;color:var(--muted);max-width:640px;margin:0 auto 24px}.badge{display:inline-block;padding:9px 18px;border-radius:999px;background:var(--soft);border:1px solid var(--line);font-size:15px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:32px}.card{background:var(--soft);border-radius:14px;padding:20px 22px}.card h2{font-size:18px;margin:0 0 6px}.card p{margin:0;font-size:15.5px;color:var(--muted)}.legal h1{font-size:34px;letter-spacing:-.02em;line-height:1.15;margin:0 0 8px}.legal h2{font-size:22px;margin:40px 0 8px}.legal h3{font-size:18px;margin:28px 0 6px}.legal li{margin:6px 0}.legal hr{border:0;border-top:1px solid var(--line);margin:40px 0}.legal pre{background:var(--soft);border-radius:10px;padding:16px;overflow-x:auto;font:12.5px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.legal code{font:.9em ui-monospace,SFMono-Regular,Menlo,monospace;background:var(--soft);padding:1px 5px;border-radius:5px}.table{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:15px;margin:16px 0}th,td{text-align:left;vertical-align:top;padding:9px 12px;border-bottom:1px solid var(--line)}th{font-weight:600}footer{border-top:1px solid var(--line);color:var(--muted);font-size:14px}footer .wrap{display:flex;flex-wrap:wrap;gap:8px 20px;padding-top:22px;padding-bottom:28px}footer a{color:var(--muted)}footer .right{margin-left:auto}.contact form{display:grid;gap:16px;margin-top:8px}.contact label{display:grid;gap:6px;font-size:15px;font-weight:600}.contact .row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.contact input[type=text],.contact input[type=email],.contact textarea{font:inherit;font-weight:400;color:var(--text);background:var(--bg);border:1px solid var(--line);border-radius:9px;padding:9px 12px;width:100%}.contact textarea{resize:vertical;min-height:160px}.contact input:focus-visible,.contact textarea:focus-visible,.contact button:focus-visible,.contact .choose:focus-within{outline:2px solid var(--accent);outline-offset:1px}.contact .elsewhere{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.contact .files ul{list-style:none;padding:0;margin:10px 0 0}.contact .files li{margin:4px 0;font-size:15px}.contact .choose{display:inline-block;font-weight:500;padding:7px 14px;border:1px solid var(--line);border-radius:9px;background:var(--soft);cursor:pointer;margin-right:10px}.contact .choose input{position:absolute;opacity:0;width:1px;height:1px}.contact .hint{font-size:14px;font-weight:400;color:var(--muted)}.contact .link{font:inherit;font-size:14px;color:var(--accent);background:none;border:0;padding:0 0 0 8px;cursor:pointer}.contact .send{justify-self:start;font:inherit;font-weight:600;color:#fff;background:var(--accent);border:0;border-radius:10px;padding:10px 26px;cursor:pointer}.contact .send:disabled{opacity:.6;cursor:default}@media(prefers-color-scheme:dark){.contact .send{color:#0b1020}}.contact .problem{margin:0;padding:10px 14px;border-radius:10px;background:#fde8e8;color:#8a1c1c;font-size:15px}@media(prefers-color-scheme:dark){.contact .problem{background:#3a1a1a;color:#ffb4b4}}.contact .done{background:var(--soft);border-radius:14px;padding:8px 22px 14px;margin-top:16px}
