@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap";*{box-sizing:border-box;scrollbar-color:#4ecdc4 #e8f7ff;scrollbar-width:thin}::-webkit-scrollbar{width:14px;height:14px}::-webkit-scrollbar-track{background:#e8f7ff}::-webkit-scrollbar-thumb{background:#4ecdc4;border:3px solid #e8f7ff;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#ffe66d}body{color:#080808;background-color:#e8f7ff;background-image:radial-gradient(#38bdf8 2px,#0000 2px),radial-gradient(#38bdf8 2px,#0000 2px);background-position:0 0,16px 16px;background-size:32px 32px;min-height:100vh;margin:0;font-family:Fredoka,system-ui,-apple-system,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-container{max-width:1280px;margin:0 auto;padding:24px}.toon-card{background:#fff;border:4px solid #050505;border-radius:30px;padding:24px;transition:transform .18s,box-shadow .18s;box-shadow:6px 6px #050505}.toon-card:hover{transform:translateY(-3px);box-shadow:9px 9px #050505}.toon-card-sm{background:#fff;border:3px solid #050505;border-radius:20px;padding:16px;transition:transform .15s,box-shadow .15s;box-shadow:4px 4px #050505}.toon-card-sm:hover{transform:translateY(-2px);box-shadow:6px 6px #050505}.toon-button{color:#080808;background:#fff;border:4px solid #050505;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 20px;font-weight:700;text-decoration:none;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex;box-shadow:6px 6px #050505}.toon-button:hover{transform:translateY(-2px)}.toon-button:active{transform:translate(5px,5px);box-shadow:0 0 #050505}.toon-button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:6px 6px #050505}.toon-button-sm{color:#080808;background:#fff;border:3px solid #050505;border-radius:12px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 14px;font-size:.9rem;font-weight:700;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex;box-shadow:4px 4px #050505}.toon-button-sm:hover{transform:translateY(-2px)}.toon-button-sm:active{transform:translate(3px,3px);box-shadow:0 0 #050505}.toon-badge{color:#080808;background:#fff;border:2.5px solid #050505;border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:2px 2px #050505}.bg-orange{color:#080808!important;background:#ff9f1c!important}.bg-yellow{color:#080808!important;background:#ffe66d!important}.bg-teal{color:#080808!important;background:#4ecdc4!important}.bg-red{color:#fff!important;background:#ff6b6b!important}.bg-blue{color:#080808!important;background:#38bdf8!important}.bg-green{color:#080808!important;background:#2ec4b6!important}.bg-purple{color:#fff!important;background:#9b5de5!important}.bg-pink{color:#080808!important;background:#f15bb5!important}.bg-white{color:#080808!important;background:#fff!important}.purple{background:#d9cdf9}.toon-input,.toon-select,.toon-textarea{color:#080808;background:#fff;border:3px solid #050505;border-radius:14px;outline:none;width:100%;padding:12px 16px;font-family:Fredoka,sans-serif;font-size:1rem;transition:border-color .2s,box-shadow .2s;box-shadow:3px 3px #050505}.toon-input:focus,.toon-select:focus,.toon-textarea:focus{border-color:#38bdf8;box-shadow:5px 5px #050505}.toon-checkbox{appearance:none;cursor:pointer;background:#fff;border:3px solid #050505;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin:0;transition:all .15s ease-in-out;display:inline-flex;position:relative;box-shadow:2px 2px #050505}.toon-checkbox:hover{transform:translateY(-1px);box-shadow:3px 3px #050505}.toon-checkbox:checked{background:#2ec4b6;border-color:#050505}.toon-checkbox:checked:after{content:"✔";color:#fff;font-size:16px;font-weight:900;line-height:1}.toon-radio{appearance:none;cursor:pointer;background:#fff;border:3px solid #050505;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin:0;transition:all .15s ease-in-out;display:inline-flex;position:relative;box-shadow:2px 2px #050505}.toon-radio:hover{transform:translateY(-1px);box-shadow:3px 3px #050505}.toon-radio:checked{background:#2ec4b6;border-color:#050505}.toon-radio:checked:after{content:"";background:#fff;border-radius:50%;width:10px;height:10px;font-weight:900}.form-group{margin-bottom:18px}.form-group label{margin-bottom:6px;font-size:.95rem;font-weight:700;display:block}.custom-field{width:100%;position:relative}.custom-control{color:#080808;text-align:left;cursor:pointer;background:#fff;border:3px solid #050505;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;width:100%;min-height:52px;padding:12px 16px;font-family:Fredoka,sans-serif;font-size:1rem;font-weight:700;transition:all .15s;display:flex;box-shadow:3px 3px #050505}.custom-control.open,.custom-control:focus{border-color:#38bdf8;box-shadow:5px 5px #050505}.custom-control span{overflow-wrap:anywhere;min-width:0}.custom-popover{z-index:50;background:#fff;border:3px solid #050505;border-radius:16px;width:100%;animation:.16s pop;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:6px 6px #050505}@keyframes pop{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:none}}.select-popover{scrollbar-color:#ffe66d #fff;max-height:240px;display:grid;overflow-y:auto}.select-popover::-webkit-scrollbar-track{background:#fff}.select-popover::-webkit-scrollbar-thumb{background:#ffe66d;border:2px solid #fff;border-radius:999px}.select-popover button,.empty-option{color:#050505;text-align:left;overflow-wrap:anywhere;cursor:pointer;background:#fff;border:0;min-height:44px;padding:10px 16px;font-family:Fredoka,sans-serif;font-size:.95rem;font-weight:700;transition:background .1s}.select-popover button:hover,.select-popover button.active{background:#ffe66d}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#050505a6;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border:4px solid #050505;border-radius:30px;width:100%;max-width:560px;max-height:90vh;padding:28px;animation:.25s cubic-bezier(.34,1.56,.64,1) popIn;overflow-y:auto;box-shadow:10px 10px #050505}@keyframes popIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.flex-between{justify-content:space-between;align-items:center;gap:16px;display:flex}.flex-center{justify-content:center;align-items:center;gap:12px;display:flex}.flex-wrap{flex-wrap:wrap;gap:10px;display:flex}.tab-btn{cursor:pointer;background:#fff;border:3px solid #050505;border-radius:14px;padding:10px 20px;font-weight:700;transition:all .15s;box-shadow:3px 3px #050505}.tab-btn.active{background:#ffe66d;transform:translate(2px,2px);box-shadow:1px 1px #050505}.tab-btn:hover:not(.active){background:#e8f7ff}.bounce-hover:hover{transform:scale(1.05)}.shell{grid-template-columns:320px 1fr;gap:28px;max-width:1280px;margin:0 auto;padding:24px;display:grid}.sidebar{height:calc(100vh - 48px);position:sticky;top:24px}.nav-list{gap:14px;display:grid}.nav-button,.mobile-nav{justify-content:flex-start;width:100%;min-height:62px;font-size:19px;font-weight:800}.nav-button.active,.mobile-nav.active{color:#080808!important;background:#ffe66d!important}.nav-button:not(.active),.mobile-nav:not(.active){color:#767680;background:#fff}.mobile-header,.mobile-menu{display:none}.icon-button{color:#080808;background:#fff;border:4px solid #050505;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-weight:800;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex;box-shadow:6px 6px #050505}.icon-button:hover{transform:translateY(-2px)}.icon-button:active{transform:translate(5px,5px);box-shadow:0 0 #050505}.cloud{z-index:0;pointer-events:none;background:#ffffffa3;border-radius:999px;width:116px;height:46px;animation:32s linear infinite drift;position:fixed;left:-120px}.cloud:before,.cloud:after{content:"";background:inherit;border-radius:50%;position:absolute;bottom:8px}.cloud:before{width:46px;height:46px;left:18px}.cloud:after{width:58px;height:58px;right:18px}.cloud.right{animation-duration:38s}@keyframes drift{to{transform:translate(calc(100vw + 260px))}}@media (width<=980px){.shell{grid-template-columns:1fr;gap:16px;padding:14px}.sidebar{display:none}.mobile-header{z-index:30;background:#ffe66d;border-bottom:4px solid #050505;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0;box-shadow:0 4px #050505}.mobile-header strong{color:#080808;font-size:1.3rem;font-weight:800}.mobile-menu{z-index:50;background:#e8f7ff;border-left:4px solid #050505;flex-direction:column;padding:24px 18px;animation:.2s slideIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes slideIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.close{background:#fff;width:48px;height:48px;font-size:1.2rem}.mobile-nav{justify-content:flex-start;width:100%;min-height:56px;font-size:1.15rem}}@media (width<=680px){.shell{gap:14px;padding:12px}.grid-2,.grid-3{grid-template-columns:1fr;gap:14px}.toon-card{border-width:3px;border-radius:20px;padding:16px;box-shadow:5px 5px #050505}.toon-card-sm{border-width:3px;border-radius:16px;padding:14px;box-shadow:4px 4px #050505}.modal-content{border-width:3px;border-radius:20px;width:calc(100% - 16px);max-height:88vh;padding:20px 16px;box-shadow:6px 6px #050505}.flex-between{flex-wrap:wrap;gap:12px}.tx-item-card,.wallet-item-card,.saving-item-card,.category-item-card{flex-direction:column!important;align-items:stretch!important;gap:14px!important}.tx-left,.wallet-left,.saving-left,.category-left{width:100%!important}.tx-right,.wallet-right,.category-right{border-top:2px dashed #050505!important;flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;margin-top:2px!important;padding-top:14px!important;display:flex!important}.category-right{justify-content:flex-end!important}.saving-right{border-top:2px dashed #050505!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important;margin-top:2px!important;padding-top:14px!important;display:grid!important}.form-grid-2{grid-template-columns:1fr!important}.mobile-btn-full{flex:100%!important;justify-content:center!important}}@media (width<=480px){.toon-button,.toon-button-sm{padding:8px 14px;font-size:.9rem}.toon-input{padding:10px 14px;font-size:.95rem}}
