body{background:#f4f7fb;font-family:system-ui}.te-sidebar{position:fixed;left:0;top:0;width:260px;height:100vh;background:linear-gradient(180deg,#08111f,#102a45);color:#fff;z-index:1000;overflow-y:auto}.te-sidebar a{display:block;color:#dce9ff;text-decoration:none;padding:13px 18px;border-left:4px solid transparent}.te-sidebar a:hover{background:rgba(255,255,255,.08);border-left-color:#ffc107;color:#fff}.te-brand{display:flex;gap:12px;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.12)}.te-logo{width:55px}.te-topbar{position:fixed;left:260px;top:0;right:0;height:62px;background:#fff;display:flex;align-items:center;padding:0 20px;z-index:999;box-shadow:0 2px 15px rgba(0,0,0,.08)}.te-content{margin-left:260px;padding:86px 24px 24px}.card{border:0;border-radius:18px;box-shadow:0 8px 25px rgba(15,23,42,.08)}.form-control,.form-select,.btn{border-radius:12px}.whatsapp-float{position:fixed;bottom:20px;right:20px;background:#25d366;color:white;width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:34px;text-decoration:none;z-index:2000;animation:pulse 1.5s infinite}@keyframes pulse{50%{transform:scale(1.08)}}@media(max-width:991px){.te-sidebar{transform:translateX(-105%);transition:.25s}.te-sidebar.open{transform:translateX(0)}.te-topbar{left:0}.te-content{margin-left:0;padding:82px 14px 14px}}