*{box-sizing:border-box;margin:0;padding:0}html{overflow:hidden;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;scroll-behavior:smooth;overflow:hidden;overscroll-behavior-y:none;touch-action:auto;background-color:#fff;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}#root{height:100%;min-height:100vh;display:flex;flex-direction:column;min-height:100dvh}.app{display:flex;height:100%;min-height:100vh;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);flex-direction:column;min-height:100dvh}.app-content{padding:1rem;padding-bottom:calc(6rem + env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;flex:1;width:100%;max-width:600px;margin:0 auto}.bottom-nav{position:fixed;display:flex;height:calc(4rem + env(safe-area-inset-bottom));z-index:100;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid #e0e0e0;min-height:4rem;bottom:0;left:0;right:0}.nav-item{display:flex;cursor:pointer;color:#666;text-decoration:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items: center;padding:.5rem;transition:color .1s}.nav-item.active{color:#000;font-weight:600}.nav-item:hover{color:#000}.nav-icon{margin-bottom:.25rem;font-size:1.2rem}.nav-label{font-size:.75rem}.card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;padding:1rem}.button{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;background:#000;border:none;border-radius:6px;min-height:44px;padding:.75rem 1rem;transition:opacity .1s;font-size:1rem}.button:hover{opacity:.8}.button:disabled{opacity:.5;cursor:not-allowed}.button-circle{color:#6e6e6e;display:flex;background-color:#e0e0e0;border-radius:999px;justify-content:center;align-items: center;width:32px;height:32px;min-height:auto;font-weight:900;padding:0!important;font-size:18px!important}.button-secondary{color:#000;background:#fff;border:1px solid #000}.button-danger{color:#fff;background:#dc3545}.input{border:1px solid #ccc;border-radius:6px;width:100%;min-height:44px;padding:.75rem;font-size:1rem}.input:focus{outline:none;border-color:#aaa}.select{background:#fff;border:1px solid #ccc;border-radius:6px;width:100%;min-height:44px;padding:.75rem;font-size:1rem}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500}.loading{display:flex;color:#666;justify-content:center;align-items: center;height:200px;font-size:1.1rem}.error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;margin-bottom:1rem;padding:1rem}.warning{color:#856404;background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.modal-overlay{position:fixed;display:flex;z-index:2000;background:#00000080;justify-content:center;align-items: center;padding:1rem;inset:0}.modal{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;background:#fff;border-radius:8px;width:100%;max-width:400px;max-height:90vh;padding:1.5rem}.modal-header{display:flex;justify-content:space-between;align-items: center;margin-bottom:1rem}.modal-title{font-size:1.25rem;font-weight:600}.modal-close{cursor:pointer;display:flex;background:0 0;border:none;justify-content:center;align-items: center;width:2rem;height:2rem;padding:0;font-size:1.5rem}.modal-actions{display:flex;gap:.5rem;margin-top:1rem}@media (max-width:768px){.app-content{padding:.75rem .75rem 5rem}.modal{margin:.5rem;padding:1rem}}.text-center{text-align:center}.text-right{text-align:right}.font-bold{font-weight:600}.font-large{font-size:1.125rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.flex{display:flex}.flex-between{justify-content:space-between}.flex-center{justify-content:center}.align-center{align-items: center}.card,.button,.button-primary,.button-secondary,.button-outline,.nav-item,.category-card,.settings-card{transition:box-shadow .1s,border-color .1s}.button:focus-visible{outline:2px solid #007aff;outline-offset:2px;z-index:1}.button-primary:focus-visible{outline:2px solid #007aff;outline-offset:2px;z-index:1}.button-secondary:focus-visible{outline:2px solid #007aff;outline-offset:2px;z-index:1}.button-outline:focus-visible{outline:2px solid #007aff;outline-offset:2px;z-index:1}.nav-item:focus-visible{outline:2px solid #007aff;outline-offset:2px;z-index:1}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.gap-1{gap:.5rem}.gap-2{gap:1rem}.w-full{width:100%}.dropdown-container{position:relative;overflow:visible;width:100%}.dropdown-trigger{display:flex;cursor:pointer;text-align:left;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #ccc;border-radius:6px;justify-content:space-between;align-items: center;width:100%;min-height:44px;padding:.75rem;transition:border-color .1s;font-size:1rem}.dropdown-trigger:hover{border-color:#aaa}.dropdown-trigger:focus{outline:none;border-color:#aaa}.dropdown-trigger.disabled{opacity:.6;cursor:not-allowed;background-color:#f5f5f5}.dropdown-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000;flex:1}.dropdown-arrow{color:#666;display:flex;align-items: center;margin-left:.5rem;transition:transform .1s}.dropdown-menu{position:absolute;z-index:9999;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overflow-x:hidden;background:#fff;border:1px solid #ccc;border-radius:6px;max-height:200px;margin-top:2px;top:100%;left:0;right:0;box-shadow:0 4px 12px #00000026}.dropdown-option{text-align:left;cursor:pointer;color:#000;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:none;width:100%;padding:.75rem;transition:background-color 75ms;font-size:1rem}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover{background-color:#f5f5f5}.dropdown-option.selected{background-color:#e3f2fd;font-weight:500}.action-menu-container{position:relative;display:inline-block;overflow:visible}.action-menu{position:absolute;z-index:9999;overflow:hidden;background:#fff;border:1px solid #ccc;border-radius:8px;min-width:120px;margin-top:4px;top:100%;right:0;box-shadow:0 4px 12px #00000026}.action-menu-left{left:0;right:auto}.action-menu-item{text-align:left;cursor:pointer;display:flex;background:0 0;border:none;border-bottom:1px solid #f0f0f0;align-items: center;gap:.5rem;width:100%;padding:.75rem 1rem;transition:background-color 75ms;font-size:.9rem}.action-menu-item:last-child{border-bottom:none}.action-menu-item:hover{background-color:#f5f5f5}.action-menu-item.danger{color:#dc3545}.action-menu-item.danger:hover{background-color:#fff5f5}.action-menu-icon{display:flex;justify-content:center;align-items: center;width:16px;height:16px}.action-menu-label{color:#000;flex:1}
