*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#2c2c2e;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}#root{display:flex;flex-direction:column;min-height:100vh}@media (max-width:768px){body{font-size:14px}}.container{margin:0 auto;max-width:100%;padding:0 16px}.text-center{text-align:center}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.p-4{padding:32px}.flex{display:flex}.flex-column{flex-direction:column}.justify-center{justify-content:center}.align-center{align-items:center}.space-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.app{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}.main-content{align-items:flex-start;display:flex;flex:1 1;justify-content:center;overflow-x:visible;overflow-y:visible;padding:20px}@media (max-width:768px){.main-content{padding:16px}}@media (max-width:480px){.main-content{padding:12px}}.header{background:#fff;border-bottom:1px solid #e5e7eb;color:#1f2937;padding:16px 0}.header-content{gap:12px;justify-content:space-between;margin:0 auto;max-width:100%;padding:0 20px}.header-content,.menu-button{align-items:center;display:flex}.menu-button{background:none;border:none;cursor:pointer;justify-content:center;padding:8px}.hamburger{display:flex;flex-direction:column;gap:3px}.hamburger span{background:#1f2937;border-radius:1px;height:2px;transition:all .3s ease;width:20px}.hamburger.open span:first-child{transform:rotate(45deg) translateY(7px)}.hamburger.open span:nth-child(2){opacity:0;transform:scale(0)}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}.header-title{color:#1f2937;font-size:18px;font-weight:700;margin:0}.menu-overlay{animation:fadeIn .2s ease;background:#0000004d;bottom:0;left:0;position:fixed;right:0;top:0;z-index:998}.burger-menu{animation:slideUp .3s ease;background:#fff;border-radius:24px;bottom:8px;box-shadow:0 -2px 20px #00000026;display:flex;flex-direction:row;gap:20px;left:8px;max-height:50vh;padding:40px 20px calc(40px + env(safe-area-inset-bottom));position:fixed;right:8px;width:auto;z-index:999}.menu-item{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:16px;color:#1f2937;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:20px;font-weight:600;gap:12px;justify-content:center;min-height:120px;padding:32px 24px;transition:all .2s ease}.menu-item:hover{background:#f3f4f6;border-color:#d1d5db;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.menu-item.active{background:#000;border-color:#000;color:#fff}.menu-item.active:hover{background:#1a1a1a;border-color:#1a1a1a}.menu-icon{font-size:48px;height:48px;width:48px}.menu-item.active .menu-icon{color:#fff}.menu-label{font-size:18px;font-weight:600}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.header-right{align-items:center;display:flex;gap:12px}.notification-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:8px}.bell-icon{color:#1f2937;font-size:18px}.profile-button{background:none;border:none;cursor:pointer;padding:0}.profile-avatar{align-items:center;background:#ebebf0;border-radius:50%;display:flex;height:36px;justify-content:center;width:36px}.profile-initial{color:0;font-size:14px;font-weight:600}.profile-image{border-radius:50%;height:100%;object-fit:cover;width:100%}@media (max-width:768px){.header-content{padding:0 16px}.header-title{font-size:16px}.burger-menu{padding:32px 16px calc(32px + env(safe-area-inset-bottom))}.menu-item{min-height:100px;padding:28px 20px}.menu-icon{font-size:40px;height:40px;width:40px}.menu-label{font-size:16px}}@media (max-width:480px){.header-content{padding:0 12px}.header-title{font-size:14px}.burger-menu{gap:16px;padding:24px 12px calc(24px + env(safe-area-inset-bottom))}.menu-item{min-height:90px;padding:24px 16px}.menu-icon{font-size:36px;height:36px;width:36px}.menu-label{font-size:15px}}.expense-form-container{margin:0 auto;max-width:400px;width:100%}.expense-form-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;padding:24px}.form-title{color:#1f2937;font-size:20px;font-weight:500;margin:0 0 36px}.expense-form{gap:16px}.expense-form,.form-group{display:flex;flex-direction:column}.form-group{gap:4px}.form-label{color:#374151;font-size:14px;font-weight:600}.form-input,.form-select,.form-textarea{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#f8f9fa;border:none;border-radius:8px;box-sizing:border-box;color:#333;font-size:16px;min-height:40px;padding:8px 12px;transition:all .2s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#fff;box-shadow:0 0 0 3px #ebebf04d;outline:none}.form-input:hover,.form-select:hover,.form-textarea:hover{background:#fff}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.select-wrapper{position:relative}.dropdown-arrow{color:#6b7280;font-size:12px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.form-textarea{font-family:inherit;min-height:80px;resize:vertical}.submit-button{background:#000;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:40px;min-height:40px;padding:8px 12px;transition:all .2s ease;width:100%}.submit-button:hover{background:#333;box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}.submit-button:active{transform:translateY(0)}.submit-button:disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.custom-select{position:relative;width:100%}.custom-select__trigger{align-items:center;background:#f8f9fa;border:none;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:space-between;min-height:40px;padding:8px 12px;transition:all .2s ease}.custom-select__trigger.open,.custom-select__trigger:hover{background:#ebebf0}.custom-select__value-wrapper{align-items:center;display:flex;flex:1 1;gap:8px;min-width:0}.custom-select__avatar{border-radius:50%;flex-shrink:0;height:24px;object-fit:cover;width:24px}.custom-select__value{color:#333;flex:1 1;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__value.placeholder{color:#6c757d}.custom-select__arrow{color:#6c757d;font-size:12px;margin-left:8px;transition:transform .2s ease}.custom-select__trigger.open .custom-select__arrow{transform:rotate(180deg)}.custom-select__dropdown{background:#fff;border:none;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;left:0;margin-top:4px;max-height:300px;position:absolute;right:0;top:100%;z-index:10000}.custom-select__dropdown.open-up{border-radius:8px 8px 0 0;bottom:100%;flex-direction:column-reverse;margin-bottom:4px;margin-top:0;top:auto}.custom-select__dropdown.open-up .custom-select__search{border-bottom:none;border-top:1px solid #f8f9fa}.custom-select__search{border-bottom:1px solid #f8f9fa;padding:8px}.custom-select__search-input{border:1px solid #e0e0e0;border-radius:6px;box-sizing:border-box;font-size:14px;outline:none;padding:8px 12px;width:100%}.custom-select__search-input:focus{border-color:#000}.custom-select__options{max-height:250px;overflow-x:hidden;overflow-y:auto}.custom-select__option{align-items:center;border-bottom:1px solid #f8f9fa;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:14px;gap:8px;margin:4px;padding:8px 12px;transition:background-color .2s ease}.custom-select__option-avatar{border-radius:50%;flex-shrink:0;height:24px;object-fit:cover;width:24px}.custom-select__option-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__option--no-results{color:#999;cursor:default;justify-content:center;padding:16px}.custom-select__option--no-results:hover{background-color:initial}.custom-select__option--create{color:#06c;font-weight:500}.custom-select__option--create:hover{background-color:#e6f2ff}.custom-select__option:hover{background-color:#ebebf0}.custom-select__option.selected{background-color:#ebebf0;color:#333}.custom-select__option:last-child{border-bottom:none}.amount-input{background:#f8f9fa;border:none;border-radius:8px;box-sizing:border-box;color:#333;font-size:16px;min-height:40px;outline:none;padding:8px 12px;transition:all .2s ease;width:100%}.amount-input:focus{background:#fff;box-shadow:0 0 0 3px #ebebf04d}.amount-input::placeholder{color:#6c757d}.amount-input:hover{background:#fff}.notion-data-container{margin:0 auto;max-width:100%;overflow-x:visible;overflow-y:visible;padding:20px;width:100%}.notion-data-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.database-select-wrapper{align-items:center;display:flex;flex:1 1;gap:12px;min-width:200px;position:relative;z-index:1}.database-select-label{color:#374151;font-size:14px;font-weight:500;white-space:nowrap}.notion-data-header h2{color:#1f2937;font-size:20px;font-weight:600;margin:0}.data-info{color:#6b7280;font-size:14px}.data-info strong{color:#1f2937;font-weight:600}.refresh-button,.retry-button{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .2s ease}.refresh-button:hover,.retry-button:hover{background:#333;box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}.empty-state,.error,.loading{color:#6b7280;padding:40px 20px;text-align:center}.error{color:#dc2626}.error p{margin:0 0 16px}.table-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow-x:auto;overflow-y:visible}.notion-data-table{background:#fff;border-collapse:collapse;font-size:14px;min-width:600px;width:100%}.notion-data-table thead{background:#f9fafb;position:-webkit-sticky;position:sticky;top:0;z-index:10}.notion-data-table th{border-bottom:2px solid #e5e7eb;color:#374151;font-size:13px;font-weight:600;letter-spacing:.5px;padding:12px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.notion-data-table th.sticky-col{background:#f9fafb;border-right:2px solid #e5e7eb;left:0;position:-webkit-sticky;position:sticky;z-index:11}.notion-data-table td{border-bottom:1px solid #e5e7eb;color:#1f2937;max-width:200px;overflow:hidden;padding:12px 16px;text-overflow:ellipsis;white-space:nowrap}.notion-data-table td.sticky-col{background:#fff;border-right:2px solid #e5e7eb;color:#6b7280;font-weight:600;left:0;position:-webkit-sticky;position:sticky;z-index:1}.notion-data-table tbody tr:hover,.notion-data-table tbody tr:hover td.sticky-col{background:#f9fafb}.notion-data-table tbody tr:last-child td{border-bottom:none}.empty-value{color:#9ca3af;font-style:italic}.date-cell{color:#6b7280;font-size:12px}@media (max-width:768px){.notion-data-container{padding:16px}.notion-data-header{align-items:flex-start;flex-direction:column}.notion-data-table{font-size:12px}.notion-data-table td,.notion-data-table th{padding:8px 12px}.notion-data-table th{font-size:11px}}@media (max-width:480px){.notion-data-container{padding:12px}.notion-data-table{font-size:11px}.notion-data-table td,.notion-data-table th{padding:6px 8px}}.access-request-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px;width:100%}.access-request-card{background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000001a;max-width:400px;padding:32px;text-align:center;width:100%}.access-request-title{color:#333;font-size:24px;font-weight:600;margin-bottom:16px}.access-request-message{color:#666;font-size:16px;line-height:1.5;margin-bottom:24px}.access-request-button{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-height:40px;padding:14px 28px;transition:all .2s ease;width:100%}.access-request-button:hover:not(:disabled){background:#333;box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}.access-request-button:active:not(:disabled){transform:translateY(0)}.access-request-button:disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}
/*# sourceMappingURL=main.29c659c5.css.map*/