*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}.page{min-height:100vh;background-size:cover;background-position:center}.overlay{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:44px 18px 48px}.inner{width:100%;max-width:600px}.head{text-align:center}.avatar{width:104px;height:104px;border-radius:50%;margin:0 auto 16px;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:800;background:#ffffff1a}.avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.name{font-size:26px;font-weight:800;letter-spacing:-.01em}.bio{font-size:15.5px;opacity:.9;margin-top:8px;line-height:1.5;max-width:420px;margin-left:auto;margin-right:auto}.social{display:flex;justify-content:center;gap:14px;margin-top:22px}.social a{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff24;color:inherit;transition:transform .15s,background .15s}.social a:hover{transform:translateY(-2px);background:#ffffff3d}.blocks{margin-top:26px;display:flex;flex-direction:column;gap:16px}.sec-header{display:flex;align-items:center;gap:10px;font-weight:800;font-size:15px;letter-spacing:.06em;text-transform:uppercase;margin:8px 2px -2px}.sec-header .tri{opacity:.6}.ai-card{display:flex;align-items:center;gap:16px;border-radius:22px;padding:20px;cursor:pointer;background:#111114;color:#fff;box-shadow:0 12px 30px -10px #00000080;transition:transform .15s}.ai-card:hover{transform:translateY(-2px)}.ai-ico{width:52px;height:52px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ai-txt{flex:1;min-width:0}.ai-txt .t{font-size:17px;font-weight:800;line-height:1.25}.ai-txt .s{font-size:13.5px;opacity:.82;margin-top:4px;line-height:1.4}.ai-arrow{width:44px;height:44px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.link-card{display:flex;align-items:center;gap:14px;border-radius:20px;padding:14px;text-decoration:none;color:#fff;background:#141418eb;transition:transform .15s,filter .15s}.link-card:hover{transform:translateY(-2px);filter:brightness(1.05)}.link-card .thumb{width:66px;height:66px;border-radius:14px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;background:#ffffff1a}.link-card .lc-txt{flex:1;min-width:0}.link-card .lc-t{font-size:15.5px;font-weight:800;line-height:1.25}.link-card .lc-s{font-size:13px;opacity:.75;margin-top:3px;line-height:1.4}.link-card .ext{opacity:.55;flex-shrink:0}.link-hero{display:block;border-radius:22px;overflow:hidden;text-decoration:none;color:#fff;position:relative;background:#1a1a1f;transition:transform .15s}.link-hero:hover{transform:translateY(-2px)}.link-hero img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;display:block}.link-hero .cap{position:absolute;left:0;right:0;bottom:0;padding:18px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.75))}.link-hero .cap .t{font-size:19px;font-weight:800}.link-hero .cap .s{font-size:13.5px;opacity:.85;margin-top:2px}.wa-card{border-radius:22px;padding:20px;color:#0b3d24;background:#b7d8b7}.wa-top{display:flex;align-items:center;gap:12px}.wa-ico{width:44px;height:44px;border-radius:50%;background:#ffffff80;display:flex;align-items:center;justify-content:center}.wa-card .wt{font-weight:800;font-size:16px}.wa-card .wn{font-size:13px;opacity:.8}.wa-card .wsub{font-weight:800;font-size:14px;letter-spacing:.03em;text-transform:uppercase;margin:14px 0 12px}.wa-btn{display:block;text-align:center;border-radius:999px;padding:13px;font-weight:800;font-size:14px;background:#ffffff8c;color:#0b3d24;text-decoration:none}.embed{border-radius:20px;overflow:hidden;background:#141418e6}.embed .eh{padding:12px 16px;font-weight:700;font-size:14px;color:#fff}.embed iframe{width:100%;border:none;display:block}.chat-fab{position:fixed;bottom:20px;right:20px;border:none;cursor:pointer;border-radius:999px;padding:14px 20px;font-size:14px;font-weight:800;display:flex;align-items:center;gap:8px;box-shadow:0 10px 26px #00000059;color:#fff}.chat-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex}.chat-box{position:relative;width:100%;height:100vh;height:100dvh;background:#fff;color:#1c1a17;display:flex;flex-direction:column;overflow:hidden;animation:up .3s ease}@keyframes up{0%{opacity:0}to{opacity:1}}.chat-head{padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top));border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-id{display:flex;align-items:center;gap:11px;min-width:0}.chat-av{width:42px;height:42px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#efe9f7;display:flex;align-items:center;justify-content:center;font-weight:800;color:#7c3aed;flex-shrink:0}.chat-av img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.chat-id .nm{font-size:15px;font-weight:800;line-height:1.2}.chat-status{font-size:12px;color:#10b981;display:flex;align-items:center;gap:5px;margin-top:1px}.chat-status .sd{width:7px;height:7px;border-radius:50%;background:#10b981}.chat-close{border:none;background:none;cursor:pointer;color:#999;line-height:1;padding:4px}.chat-msgs{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#f6f5f3}.msg{max-width:82%;padding:11px 15px;border-radius:16px;font-size:14px;line-height:1.5;white-space:pre-line}.msg.a{align-self:flex-start;background:#fff;border:1px solid #eee;border-bottom-left-radius:6px}.msg.u{align-self:flex-end;color:#fff;border-bottom-right-radius:6px}.dots{display:flex;gap:4px;padding:6px 4px}.dot{width:7px;height:7px;border-radius:50%;background:#bbb;animation:bounce 1s infinite}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.chat-input{display:flex;gap:8px;padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom));border-top:1px solid #eee;align-items:center}.chat-input input{flex:1;border:1px solid #ddd;border-radius:999px;padding:12px 16px;font-size:16px;outline:none;min-width:0}.chat-input button{border:none;cursor:pointer;border-radius:50%;width:42px;height:42px;color:#fff;font-weight:700;flex-shrink:0}.lead-inp{width:100%;border:1px solid #ddd;border-radius:10px;padding:11px 12px;margin-bottom:8px;font-size:16px}.chat-chips{display:flex;flex-wrap:wrap;gap:8px;align-self:flex-start;max-width:92%;margin-top:2px}.chip{background:#fff;border:1.5px solid;border-radius:999px;padding:9px 15px;font-size:14px;font-weight:700;cursor:pointer;line-height:1.1;transition:transform .12s,filter .12s}.chip:hover{filter:brightness(.96)}.chip:active{transform:scale(.97)}.spinner{width:38px;height:38px;border-radius:50%;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;animation:spin .8s linear infinite;margin:44vh auto}@keyframes spin{to{transform:rotate(360deg)}}
