@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--bg-primary: #F8FAFB;--bg-secondary: #FFFFFF;--bg-tertiary: #F1F5F9;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--border: #E2E8F0;--border-hover: #CBD5E1;--accent: #0D9488;--accent-dark: #0F766E;--accent-light: #CCFBF1;--success: #10B981;--warning: #F59E0B;--danger: #EF4444;--info: #0EA5E9}*{margin:0;padding:0;box-sizing:border-box}body{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}input,select,textarea,button{font-family:inherit}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-dark)}@media(max-width:640px){body{-webkit-tap-highlight-color:transparent;overscroll-behavior:none}.app-shell{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.app-header{order:2;position:fixed;bottom:0;left:0;right:0;z-index:100;border-top:1px solid var(--border);border-bottom:none!important;padding:8px 0 calc(8px + env(safe-area-inset-bottom))!important;justify-content:center!important}.app-header .logo{display:none}.app-header nav{width:100%;justify-content:space-around}.app-header nav a{flex:1;text-align:center;padding:10px 8px!important;font-size:12px!important}.app-main{padding:16px!important;padding-bottom:calc(80px + env(safe-area-inset-bottom))!important;max-width:100%!important}.profile-fields-grid{grid-template-columns:1fr!important}.modal-content{min-width:unset!important;max-width:unset!important;margin:0!important;border-radius:0!important;width:100%!important;height:100%!important;max-height:100%!important}.msg-header{flex-direction:column!important;align-items:flex-start!important;gap:2px}}
