:root{--bg:#f6f6f4;--surface:#ffffff;--text:#111111;--muted:#66665f;--line:#ddd;--accent:#111111}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{font-family:Inter,system-ui,Arial,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.site-header{background:#f6f6f4eb;border-bottom:1px solid #e7e7e2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-row{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:14px}.brand-logo-img{width:52px;height:52px;object-fit:contain;border-radius:14px}.brand-copy strong{display:block;font-size:18px;line-height:1.1}.brand-copy span{display:block;color:var(--muted);font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:16px;border:1px solid transparent;font-weight:800}.btn-primary{background:#111;color:#fff}.btn-secondary{background:#fff;color:#111;border-color:#e2e2dc}.hero-simple{min-height:calc(100vh - 85px);display:flex;align-items:center}.hero-simple-inner{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0}.hero-logo{width:110px;height:110px;object-fit:contain;margin-bottom:24px}.hero-simple h1{margin:0;font-size:56px;line-height:1.02}.hero-simple p{margin:18px 0 0;font-size:18px;color:var(--muted);max-width:640px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:28px}.register-page{padding:56px 0 72px}.register-wrap{max-width:820px}.register-head{text-align:center;margin-bottom:28px}.register-logo{width:84px;height:84px;object-fit:contain;margin:0 auto 18px}.register-head h1{margin:0;font-size:42px}.register-head p{margin:14px 0 0;color:var(--muted)}.register-card{background:#fff;border:1px solid #e7e7e2;border-radius:28px;padding:28px}label span{display:block;margin-bottom:8px;font-size:14px;font-weight:700;color:var(--muted)}input,textarea{width:100%;border:1px solid #ddd;border-radius:16px;background:#fff;padding:14px 16px;color:#111}textarea{min-height:120px;resize:vertical}.form-status{margin-top:16px;border-radius:16px;padding:14px 16px;font-weight:700}.form-status.success{background:#22c55e1f}.form-status.error{background:#ef44441f}@media (max-width:768px){.header-row{flex-direction:column;align-items:flex-start;justify-content:center;padding:14px 0}.hero-simple{min-height:auto;padding:36px 0 48px}.hero-simple h1{font-size:38px}.hero-simple p{font-size:16px}.hero-logo{width:88px;height:88px}.form-grid.two-col{grid-template-columns:1fr}.hero-actions,.header-actions,.hero-actions .btn,.header-actions .btn{width:100%}.register-card{padding:20px;border-radius:22px}.register-head h1{font-size:32px}}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.container{width:min(1100px,calc(100% - 32px));margin:0 auto}.header-row{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit;min-width:0}.brand-logo-img{width:56px;height:56px;object-fit:contain;border-radius:16px;flex:0 0 auto}.header-actions{display:flex;gap:10px;flex-wrap:wrap}.home-page{flex:1}.hero-simple{min-height:calc(100vh - 84px);display:flex;align-items:center}.hero-simple-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:56px 0}.hero-logo{width:112px;height:112px;object-fit:contain;margin-bottom:24px}.hero-simple h1{margin:0;font-size:56px;line-height:1.02;letter-spacing:-.03em}.hero-simple p{margin:18px 0 0;font-size:18px;line-height:1.7;color:var(--muted);max-width:640px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.site-footer{border-top:1px solid var(--border);background:#fff;margin-top:auto}.footer-row{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:12px;min-width:0}.footer-logo{width:42px;height:42px;object-fit:contain;border-radius:12px;flex:0 0 auto}.footer-brand-copy strong{display:block;font-size:16px;line-height:1.1}.footer-brand-copy span{display:block;color:var(--muted);font-size:13px;line-height:1.2}.footer-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.footer-links a{color:var(--muted);text-decoration:none;font-weight:700}.footer-links a:hover{color:var(--text)}.register-page{flex:1;padding:42px 0 64px}.register-wrap{max-width:900px}.register-head{text-align:center;margin-bottom:26px}.register-logo{width:82px;height:82px;object-fit:contain;margin:0 auto 18px}.register-head h1{margin:0;font-size:42px;line-height:1.08}.register-head p{margin:12px 0 0;color:var(--muted);font-size:16px}.register-card{background:var(--bg-elev);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:28px;padding:28px}.form-grid{display:grid;gap:16px}.form-grid.two-col{grid-template-columns:1fr 1fr}.full-span{grid-column:1 / -1}.form-status{margin-top:16px;padding:14px 16px;border-radius:16px;font-weight:700}.form-status.success{background:#22c55e24;color:#166534}.form-status.error{background:#ef444424;color:#991b1b}.legal-page{flex:1;padding:42px 0 64px}.legal-wrap{max-width:920px}.legal-head{margin-bottom:22px}.legal-head h1{margin:0;font-size:42px;line-height:1.08;letter-spacing:-.02em}.legal-head p{margin:12px 0 0;color:var(--muted);font-size:16px;line-height:1.6}.legal-card{background:var(--bg-elev);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:28px;padding:28px}.legal-card h2{margin:26px 0 10px;font-size:24px;line-height:1.2}.legal-card h2:first-child{margin-top:0}.legal-card p,.legal-card li{color:var(--text);line-height:1.75;font-size:16px}.legal-card ul{margin:8px 0 0 20px;padding:0}.legal-card a{color:var(--text);font-weight:700;text-decoration:none;border-bottom:1px solid rgba(17,17,17,.18)}.legal-card a:hover{border-bottom-color:#111}@media (max-width: 768px){.container{width:min(1100px,calc(100% - 24px))}.header-row{min-height:auto;padding:14px 0;flex-direction:column;align-items:flex-start}.header-actions{width:100%}.header-actions .btn{flex:1 1 100%;width:100%}.hero-simple{min-height:auto;padding:36px 0 54px}.hero-logo{width:88px;height:88px;margin-bottom:18px}.hero-simple h1{font-size:38px;line-height:1.06}.hero-simple p{font-size:16px}.hero-actions{width:100%;flex-direction:column}.hero-actions .btn{width:100%}.register-page,.legal-page{padding:28px 0 48px}.register-head h1,.legal-head h1{font-size:32px}.register-card,.legal-card{padding:20px;border-radius:22px}.form-grid.two-col{grid-template-columns:1fr}.footer-row{align-items:flex-start;flex-direction:column}.footer-links{flex-direction:column;align-items:flex-start;gap:10px}}
