:root{--chat-height:96px}#root,body,html{height:100%;margin:0;padding:0}.app{background:#f7f8fb;display:flex;flex-direction:column;height:100vh;min-height:100vh}.main{display:flex;overflow:hidden;position:relative}.embedWrapper,.main{flex:1 1 auto;min-height:0}.embedWrapper{height:100%}.chatWrapper{background:#fff;box-shadow:0 -1px 8px #00000014;flex:0 0 auto;position:relative;width:100%;z-index:50}iframe{border:0;display:block;height:100%;width:100%}:root{--primary:#0f766e;--muted:#f3f4f6;--container:1100px}*{box-sizing:border-box}body{background:#f3f4f6;background:var(--muted);color:#0f172a;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;line-height:1.4;margin:0}.container{margin:0 auto;max-width:1100px;max-width:var(--container);padding:20px}.site-header{background:#fff;border-bottom:1px solid #e6e6e6}.header-inner{align-items:center;display:flex;justify-content:space-between;padding:12px 20px}.logo{display:block;height:44px}.main-nav a{color:#0f172a;font-weight:600;margin-left:18px;text-decoration:none}.hero{background:linear-gradient(90deg,#0f766e14,#6366f105);border-bottom:1px solid #eaeaea;margin-bottom:18px;padding:48px 0}.hero h1{font-size:28px;margin:0 0 8px}.btn-primary{background:#0f766e;background:var(--primary);border-radius:8px;color:#fff;display:inline-block;font-weight:700;margin-top:8px;padding:10px 16px;text-decoration:none}.content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 320px;padding:28px 0}.cards{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.card,.panel{background:#fff;border-radius:10px;box-shadow:0 6px 18px #1018280f;padding:16px}.site-footer{background:#fff;border-top:1px solid #e6e6e6;color:#334155;margin-top:28px;padding:14px 0}.footer-links a{color:#0f172a;margin-left:12px;text-decoration:none}.link{color:#0f766e;color:var(--primary);font-weight:600;text-decoration:none}.chat-toggle{align-items:center;background:#0f766e;background:var(--primary);border:none;border-radius:50%;bottom:20px;box-shadow:0 8px 24px #0f766e33;color:#fff;cursor:pointer;height:56px;justify-content:center;width:56px}.chat-panel,.chat-toggle{display:flex;position:fixed;right:20px;z-index:10000}.chat-panel{background:#fff;border-radius:12px;bottom:86px;box-shadow:0 12px 40px #02061733;flex-direction:column;max-height:70vh;overflow:hidden;width:360px}.chat-header{background:linear-gradient(90deg,#0f766e,#0ea5a2);color:#fff;font-weight:700;padding:12px 14px}.chat-body{background:#f8fafc;flex:1 1;overflow-y:auto;padding:12px}.chat-input{background:#fff;border-top:1px solid #e6e6e6;display:flex;gap:8px;padding:10px}.msg{display:flex;margin-bottom:10px}.msg .bubble{border-radius:10px;max-width:80%;padding:8px 10px;white-space:pre-wrap}.msg.user{justify-content:flex-end}.msg.user .bubble{background:#0f766e;background:var(--primary);border-bottom-right-radius:4px;color:#fff}.msg.bot .bubble{background:#e6eef0;border-bottom-left-radius:4px;color:#0a1820}.chat-input input[type=text]{border:1px solid #e6e6e6;border-radius:8px;flex:1 1;font-size:14px;padding:8px 10px}.chat-input button{background:#0f766e;background:var(--primary);border:none;border-radius:8px;color:#fff;cursor:pointer;padding:8px 10px}
/*# sourceMappingURL=main.cfe619aa.css.map*/