@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap";:root{--background: #f4f1ec;--foreground: #33322e;--card: #fbf9f4;--primary: #6e9187;--primary-foreground: #ffffff;--secondary: #ede9e1;--muted-foreground: #8a857b;--accent: #dce6e2;--border: #e7e2d8;--radius: .875rem;--max-width: 1080px}:root[data-theme=dark]{--background: #1c1c1a;--foreground: #eae7e0;--card: #262624;--primary: #8fb0a4;--primary-foreground: #0e1613;--secondary: #302f2c;--muted-foreground: #a6a199;--accent: #2e3d38;--border: #3a3936}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:Noto Sans SC,ui-sans-serif,system-ui,sans-serif;line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:var(--max-width);margin:0 auto;padding:0 24px}.site-header{border-bottom:1px solid var(--border);background:var(--card)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;color:var(--foreground)}.brand img{width:28px;height:28px}.brand:hover{text-decoration:none}nav.main-nav{display:flex;align-items:center;gap:28px}nav.main-nav a{color:var(--foreground);font-size:14px}nav.main-nav a.active{color:var(--primary);font-weight:500}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:calc(var(--radius) - 2px);background:var(--primary);color:var(--primary-foreground)!important;font-size:14px;font-weight:500;border:none;white-space:nowrap;flex-shrink:0;cursor:pointer;text-decoration:none!important}.btn:hover{opacity:.9}.btn.secondary{background:var(--secondary);color:var(--foreground)!important}.btn[disabled]{opacity:.6;cursor:default}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:999px;border:1px solid var(--border);background:var(--card);color:var(--foreground);cursor:pointer}.theme-toggle:hover{background:var(--secondary)}.theme-toggle svg{width:18px;height:18px;display:none}.theme-toggle[data-mode=system] .icon-system,.theme-toggle[data-mode=light] .icon-light,.theme-toggle[data-mode=dark] .icon-dark{display:block}.hero{padding:72px 0 56px;text-align:center}.hero h1{font-size:40px;margin:0 0 16px}.hero p.lead{font-size:17px;color:var(--muted-foreground);max-width:640px;margin:0 auto 32px}.hero .actions,.download-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.download-note{margin-top:12px;font-size:13px;color:var(--muted-foreground)}section{padding:48px 0}section h2{font-size:26px;text-align:center;margin:0 0 8px}section p.sub{text-align:center;color:var(--muted-foreground);margin:0 0 36px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:720px){.card-grid{grid-template-columns:1fr}.hero h1{font-size:30px}.site-header .wrap{flex-wrap:wrap;height:auto;padding:12px 24px;row-gap:10px}.brand{order:1}.header-actions{order:2}nav.main-nav{order:3;width:100%;justify-content:center;flex-wrap:wrap;gap:8px 16px}}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.card .icon{width:40px;height:40px;margin-bottom:14px;color:var(--primary)}.card h3{margin:0 0 8px;font-size:16px}.card p{margin:0;font-size:14px;color:var(--muted-foreground)}.shot{display:block;width:100%;border-radius:20px;border:1px solid var(--border);box-shadow:0 16px 36px -16px #33322e4d}.hero-shot{max-width:260px;margin:40px auto 0}.shot-row{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;margin:0;padding:0;list-style:none}.shot-row figure{margin:0;width:170px;text-align:center}.shot-row figcaption{margin-top:10px;font-size:13px;color:var(--muted-foreground)}.schools{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.schools span{background:var(--accent);border-radius:999px;padding:6px 16px;font-size:13px}.legal{max-width:720px;margin:0 auto;padding:48px 24px 72px}.legal h1{font-size:28px;margin-bottom:4px}.legal .updated{color:var(--muted-foreground);font-size:13px;margin-bottom:32px}.legal h2{font-size:18px;margin-top:32px}.legal p,.legal li{font-size:14.5px;color:var(--foreground)}.legal ul{padding-left:22px}.contact-list{max-width:480px;margin:0 auto}.contact-list .card{margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.contact-list .card>div{min-width:0}.site-footer{border-top:1px solid var(--border);padding:32px 0;font-size:13px;color:var(--muted-foreground)}.site-footer .wrap{display:flex;flex-wrap:wrap;gap:8px 24px;align-items:center;justify-content:space-between}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{color:var(--muted-foreground)}
