@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f9f9fb;color:#1a1a1a;overflow-x:hidden}::-webkit-scrollbar{width:0px;background:transparent}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.app-container{max-width:500px;margin:0 auto;min-height:100vh;background:#fff;position:relative;box-shadow:0 0 20px #0000000d;display:flex;flex-direction:column}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:500px;height:65px;background:linear-gradient(180deg,#0f172a,#1e1b4b);display:flex;justify-content:center;align-items:center;border-top:1px solid rgba(255,255,255,.1);z-index:100;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -10px 40px #0003}.bottom-nav ul{display:flex;width:100%;padding:0 .5rem;margin:0;justify-content:space-evenly;align-items:center;list-style:none}.nav-item{list-style:none;position:relative;flex:1 1 0;min-width:0;max-width:110px;height:65px}.nav-item div{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;cursor:pointer;transition:all .3s ease;padding:0 .15rem}.nav-item .icon{display:flex;align-items:center;justify-content:center;color:#fff6;transition:all .3s ease;margin-bottom:3px}.nav-item.active .icon{color:#3b82f6;transform:scale(1.1);filter:drop-shadow(0 0 10px rgba(59,130,246,.4))}.nav-item .text{color:#fff6;font-weight:700;font-size:.68rem;letter-spacing:.01em;transition:all .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center}.nav-item.active .text{color:#fff;opacity:1}.nav-item.active:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:30px;height:3px;background:#3b82f6;border-radius:0 0 10px 10px;box-shadow:0 2px 10px #3b82f680}.card-stats{background:#f4f5f7;border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.btn-primary{background:#34a853;color:#fff;border:none;padding:1.25rem;border-radius:1rem;font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 16px #34a85340;transition:transform .2s,box-shadow .2s}.btn-primary:active{transform:scale(.98);box-shadow:0 4px 8px #34a85333}.status-badge{background:#e2e8f0;color:#475569;padding:.25rem .5rem;border-radius:1rem;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.sigCanvas{border-radius:.75rem;background-color:#f8fafc}.loader{border:4px solid #f3f3f3;border-top:4px solid #1e1b4b;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
