:root{--sat: env(safe-area-inset-top, 0px);--sab: env(safe-area-inset-bottom, 0px)}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}body{padding-top:var(--sat);padding-bottom:var(--sab);background-color:var(--bg-color, #0f172a)}div.flex.flex-col>div.flex.items-center.justify-between:first-child{padding-top:var(--sat)!important;height:auto!important;min-height:calc(3.5rem + var(--sat))!important}header{padding-top:var(--sat)!important;height:calc(60px + var(--sat))!important}.main-content-container{padding-top:calc(80px + var(--sat))!important}.overflow-auto,.overflow-y-auto,.overflow-x-auto{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}button,[role=button],a{touch-action:manipulation;-webkit-tap-highlight-color:rgba(255,236,0,.2)}@media(max-width:640px){body{font-size:14px}button{min-height:40px;min-width:36px}}@media(max-width:400px){button{min-height:36px;min-width:28px;font-size:12px}}button{word-break:break-word;overflow-wrap:break-word}@media(hover:none)and (pointer:coarse){*{-webkit-tap-highlight-color:rgba(255,236,0,.2)}}.global-notepad-btn{position:fixed;bottom:90px;right:24px;width:56px;height:56px;border-radius:50%;background-color:var(--surface, #1e1e1e);border:2px solid var(--accent, #eab308);color:var(--accent, #eab308);display:flex;align-items:center;justify-content:center;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.5);cursor:pointer;animation:pulse-glow 2s infinite ease-in-out}@keyframes pulse-glow{0%{box-shadow:0 0 rgba(234,179,8,.4)}70%{box-shadow:0 0 0 10px rgba(234,179,8,0)}to{box-shadow:0 0 rgba(234,179,8,0)}}
