*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%;height:auto}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background:linear-gradient(180deg,#6b46c1,#8b5cf6);min-height:100vh}.container{width:92%;max-width:1400px;margin:0 auto}.flex{display:flex}.center{align-items:center;justify-content:center}.app-root{min-height:100vh;display:flex;flex-direction:column}.hero-space{flex:1}.navbar{padding:18px 0;border-bottom:0}.nav-inner{display:flex;align-items:center;justify-content:space-between}.brand{font-weight:750;letter-spacing:1px;font-size:24px;color:#fff}.nav-right{display:flex;align-items:center;gap:30px}.nav-link,.dropdown-toggle{color:#fffffff2;text-decoration:none;font-weight:600;background:transparent;border:none;cursor:pointer;font-size:16px}.nav-link:hover{opacity:.9}.nav-dropdown{position:relative;display:inline-block}.caret{font-size:12px;margin-left:6px}.dropdown-menu{position:absolute;right:0;top:40px;width:160px;background:#fff;color:#222;border-radius:8px;box-shadow:0 10px 30px #0000002e;padding:6px 0;transform-origin:top right;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:60}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:12px 16px;color:#333;text-decoration:none;font-size:14px}.dropdown-item:hover{background:#f5f5f5}.profile-circle{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000001f}.dropdown-item{padding:10px 14px;font-size:14px;transition:.2s ease;font-weight:500}.dropdown-item:hover{background:#f3f3f3;color:#6a44ff}.nav-dropdown .profile-circle+.dropdown-menu{top:45px}.profile-img{width:120px;height:60px;object-fit:contain}.profile-circle{width:12px;height:12px;padding:0}.nav-link{display:inline-flex;align-items:center;justify-content:center;height:20px;padding:0;margin:0;line-height:1;font-size:16px;font-weight:600;color:#fffffff2;text-decoration:none;background:none;border:none;cursor:pointer}.hover-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.caret-doc{display:inline-block;transition:transform .2s ease}.hover-dropdown:hover .caret-doc,.hover-dropdown:hover .profile-icon{transform:rotate(180deg)}.caret-doc,.profile-icon{transition:transform .25s ease}.caret{display:inline-flex;align-items:center;justify-content:center;width:10px;height:10px;margin-left:8px;position:relative;pointer-events:none;transform:translateY(-1px)}.caret:after{content:"";width:4px;height:4px;border-right:2px solid rgba(255,255,255,.95);border-bottom:2px solid rgba(255,255,255,.95);transform:rotate(45deg);transition:transform .22s ease}.nav-dropdown .dropdown-menu a.dropdown-item{font-weight:600}.profile-btn+.dropdown-menu .dropdown-item{font-weight:600}.hero{display:flex;align-items:center;justify-content:space-between;gap:24px}.hero-left{max-width:640px;padding-left:40px;padding-top:20px}.hero-title{font-size:48px;font-weight:700;letter-spacing:-1px;margin-bottom:18px;color:#fff;text-shadow:0 2px 0 rgba(0,0,0,.02)}.hero-sub{color:#ffffffeb;font-size:17px;line-height:1.6;max-width:800px;font-weight:400}.hero-right{display:flex;align-items:center;justify-content:center;padding-top:40px;padding-right:40px}.hero-svg{width:520px;height:auto;filter:drop-shadow(0 18px 40px rgba(0,0,0,.18));border-radius:8px;background:transparent}@media(max-width:1100px){.hero-title{font-size:44px}.hero-svg{width:420px}}@media(max-width:860px){.hero{flex-direction:column-reverse;text-align:center;padding:40px 0}.hero-left{padding-left:0;padding-top:10px}.hero-svg{width:320px;margin-bottom:10px}}.hero-bottom-white{display:block;width:100%;height:110px;margin-top:10px;pointer-events:none;z-index:10;position:relative}@media(min-width:1600px){.hero-bottom-white{height:120px}}.chat-floating{position:fixed;bottom:24px;right:24px;width:68px;height:68px;background-color:#6b46c1;border-radius:50%;box-shadow:0 8px 18px #0000002e;z-index:1000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.chat-floating:hover{transform:translateY(0) scale(1.05);box-shadow:0 12px 26px #00000040;background-color:#7d55d8}.chat-icon svg{transition:transform .15s ease}.chat-floating:hover .chat-icon svg{transform:scale(1.1s)}
