:root{--bottom-nav-height: 60px;--primary-color: #db9028;--primary-hover: #bd7d23;--primary-light: #dba65d;--background-color: #fff3e2;--background-light: #f8f4ff;--text-primary: #333;--text-secondary: #666;--text-muted: #999;--white: #ffffff;--error-color: #dc2626;--success-color: #16a34a;--warning-color: #ea580c;--border-color: #ddd;--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(130, 49, 214, .15)}body{margin:0;padding:0;min-height:100vh;box-sizing:border-box;background-color:var(--background-color)}.page-container,.container{padding-bottom:calc(var(--bottom-nav-height) + 20px);min-height:100vh;box-sizing:border-box}main{padding-bottom:calc(var(--bottom-nav-height) + 10px)}.scrollable-content{padding-bottom:var(--bottom-nav-height)}@media (max-width: 480px){:root{--bottom-nav-height: 60px}}body{overflow:auto!important}.container,.page-container,main{position:static!important;height:auto!important;min-height:100vh;padding-bottom:calc(var(--bottom-nav-height, 60px) + 20px);overflow:visible!important}@media (max-width: 768px){html,body{overflow-x:hidden;overflow-y:auto}.container,.page-container,main{padding-bottom:calc(var(--bottom-nav-height, 60px) + 30px)}.modal-overlay{position:fixed;overflow:hidden}}.scrollable-content{max-height:calc(100vh - var(--bottom-nav-height, 60px) - 40px);overflow-y:auto;padding-bottom:20px}.app-container.svelte-w9ldgm{min-height:100vh;background-color:var(--background-color);width:100%}
