*{box-sizing:border-box;-webkit-user-select:none;user-select:none;margin:0%;padding:0%}body{width:100%;height:100%}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-content{flex:1}.app-topbar{z-index:1000;background:#fff;border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:center;padding:10px 20px;display:flex;position:sticky;top:0}.app-topbar__brand{align-items:center;gap:10px;display:flex}.app-topbar__logo{border-radius:8px}.app-topbar__name{letter-spacing:.3px;color:#0f172a;font-size:18px;font-weight:700}.app-topbar__name span{color:#8bc34a}.app-topbar__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.app-topbar__btn{border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s}.app-topbar__btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0f172a1f}.app-topbar__btn--primary{color:#fff;background:#1f2937}@media (max-width:640px){.app-topbar{flex-direction:column;align-items:flex-start;gap:10px}.app-topbar__actions{width:100%}.app-topbar__btn{text-align:center;width:100%}}.app-footer{background:#f8fafc;border-top:1px solid #e7e7e7;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;padding:28px 20px;display:flex}.app-footer__brand{flex-direction:column;gap:10px;max-width:420px;display:flex}.app-footer__logo{align-items:center;gap:10px;text-decoration:none;display:inline-flex}.app-footer__name{color:#0f172a;font-size:18px;font-weight:700}.app-footer__name span{color:#8bc34a}.app-footer__text{color:#475569;font-size:14px;line-height:1.6}.app-footer__links{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.app-footer__link{color:#0f172a;font-size:14px;font-weight:600;text-decoration:none}.app-footer__social{gap:12px;display:flex}.app-footer__icon{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.app-footer__icon--instagram{color:#e4405f}.app-footer__icon--linkedin{color:#0a66c2}.app-footer__icon--whatsapp{color:#25d366}.app-footer__icon svg{fill:currentColor;width:20px;height:20px}.app-footer__icon:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0f172a1f}@media (max-width:640px){.app-footer{padding:24px 16px}.app-footer__links{align-items:center;width:100%}.app-footer__social{justify-content:center;width:100%}}
