@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}#root,body,html{height:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}*{transition:all .2s ease-in-out}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #4a90e2;outline-offset:2px}@media print{body{background:#fff!important}.no-print{display:none!important}}@media (max-width:768px){*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none}::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.app-container{min-height:100vh;overflow-x:hidden}.mobile-nav{animation:slideUp .3s ease-out;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-top:1px solid #0000001a;bottom:0;box-shadow:0 -4px 20px #0000001a;left:0;padding:8px 0 12px;position:fixed;right:0;z-index:1000}.mobile-nav-items{-webkit-overflow-scrolling:touch;align-items:center;display:flex;justify-content:space-around;max-width:100%;overflow-x:auto;padding:0 16px}.mobile-nav-item{align-items:center;border-radius:12px;color:#666;display:flex;flex-direction:column;min-width:60px;overflow:hidden;padding:8px 12px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-nav-item:before{background:#4a90e21a;border-radius:12px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:scale(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-nav-item:active:before{transform:scale(1)}.mobile-nav-item.active{background:#4a90e21a;color:#4a90e2;transform:scale(1.05)}.mobile-nav-item.active .icon{animation:bounce .6s ease-in-out}.mobile-nav-item .icon{font-size:22px;margin-bottom:4px}.mobile-nav-item .icon,.mobile-nav-item .label{position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1}.mobile-nav-item .label{font-size:10px;font-weight:600;line-height:1.2;text-align:center}.mobile-nav-item:active{transform:scale(.95)}.main-content{min-height:calc(100vh - 80px);padding-bottom:80px}.mobile-card{animation:scaleIn .4s ease-out;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:12px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-card:before{background:linear-gradient(135deg,#4a90e20d,#357abd0d);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.mobile-card:active{box-shadow:0 2px 12px #00000026;transform:scale(.98)}.mobile-card:active:before{opacity:1}.mobile-card-header{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;overflow:hidden;padding:20px;position:relative}.mobile-card-header:before{animation:fadeIn .6s ease-out;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:100%;position:absolute;right:-50%;top:-50%;width:100%}.mobile-card-content{padding:20px;position:relative}.mobile-card-content:after{background:linear-gradient(90deg,#0000,#e0e0e0,#0000);bottom:0;content:"";height:1px;left:20px;position:absolute;right:20px}.mobile-button{border:none;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;font-size:16px;font-weight:600;margin:12px 0;overflow:hidden;padding:18px 24px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.mobile-button:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.mobile-button:active:before{height:300px;width:300px}.mobile-button-primary{background:linear-gradient(135deg,#4a90e2,#357abd);box-shadow:0 4px 15px #4a90e24d;color:#fff}.mobile-button-primary:active{background:linear-gradient(135deg,#357abd,#2e6da4);box-shadow:0 2px 8px #4a90e266;transform:scale(.96)}.mobile-button-secondary{background:#f8f9fa;border:2px solid #e9ecef;box-shadow:0 2px 8px #0000000d;color:#333}.mobile-button-secondary:active{background:#e9ecef;border-color:#dee2e6;transform:scale(.96)}.mobile-button-success{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 4px 15px #28a7454d;color:#fff}.mobile-button-success:active{background:linear-gradient(135deg,#20c997,#17a2b8);transform:scale(.96)}.mobile-button-danger{background:linear-gradient(135deg,#dc3545,#c82333);box-shadow:0 4px 15px #dc35454d;color:#fff}.mobile-button-danger:active{background:linear-gradient(135deg,#c82333,#bd2130);transform:scale(.96)}.mobile-input{background:#fff;border:2px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000d;font-size:16px;margin:12px 0;padding:18px 20px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.mobile-input:focus{border-color:#4a90e2;box-shadow:0 4px 20px #4a90e226;outline:none;transform:translateY(-2px)}.mobile-input:active{transform:scale(.98)}.mobile-label{color:#333;display:block;font-size:14px;font-weight:600;letter-spacing:.5px;margin:20px 0 12px;text-transform:uppercase}.mobile-textarea{background:#fff;border:2px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000d;font-family:inherit;font-size:16px;margin:12px 0;min-height:120px;padding:18px 20px;resize:vertical;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.mobile-textarea:focus{border-color:#4a90e2;box-shadow:0 4px 20px #4a90e226;outline:none}.mobile-select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 20px center;background-repeat:no-repeat;background-size:20px;border:2px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000d;font-size:16px;margin:12px 0;padding:18px 50px 18px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.mobile-select:focus{border-color:#4a90e2;box-shadow:0 4px 20px #4a90e226;outline:none}.mobile-list{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;list-style:none;margin:0;overflow:hidden;padding:0}.mobile-list-item{align-items:center;background:#fff;border-bottom:1px solid #f8f9fa;display:flex;padding:20px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-list-item:before{background:#4a90e2;bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .3s cubic-bezier(.4,0,.2,1);width:4px}.mobile-list-item:active{background:linear-gradient(90deg,#4a90e20d,#0000);transform:translateX(4px)}.mobile-list-item:active:before{transform:scaleY(1)}.mobile-list-item:last-child{border-bottom:none}.mobile-list-item-icon{align-items:center;background:linear-gradient(135deg,#4a90e2,#357abd);border-radius:20px;box-shadow:0 2px 8px #4a90e24d;color:#fff;display:flex;font-size:18px;height:40px;justify-content:center;margin-right:16px;width:40px}.mobile-list-item-content{flex:1 1}.mobile-list-item-title{color:#333;font-size:16px;font-weight:600;margin-bottom:4px}.mobile-list-item-subtitle{color:#666;font-size:14px;line-height:1.4}.mobile-list-item-action{color:#4a90e2;font-size:24px;margin-left:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-list-item:active .mobile-list-item-action{color:#357abd;transform:scale(1.2)}.mobile-modal{align-items:flex-end;animation:fadeIn .3s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0009;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:2000}.mobile-modal-content{-webkit-overflow-scrolling:touch;animation:slideUp .4s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:20px 20px 0 0;max-height:85vh;overflow-y:auto;padding:24px;position:relative;width:100%}.mobile-modal-content:before{background:#e0e0e0;border-radius:2px;content:"";height:4px;left:50%;position:absolute;top:12px;transform:translateX(-50%);width:40px}.mobile-modal-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin:20px 0 24px;padding-bottom:20px;position:relative}.mobile-modal-title{color:#333;font-size:22px;font-weight:700;margin:0}.mobile-modal-close{align-items:center;background:#f8f9fa;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:20px;height:44px;justify-content:center;padding:12px;transition:all .3s cubic-bezier(.4,0,.2,1);width:44px}.mobile-modal-close:active{background:#e9ecef;transform:scale(.9)}.mobile-modal-body{padding:0}.mobile-modal-footer{border-top:1px solid #f0f0f0;display:flex;gap:12px;margin-top:24px;padding-top:20px}.mobile-table{border-collapse:collapse;font-size:14px;width:100%}.mobile-table td,.mobile-table th{border-bottom:1px solid #e0e0e0;padding:12px 8px;text-align:left}.mobile-table th{background:#f8f9fa;color:#333;font-weight:600}.mobile-chart{height:300px;margin:16px 0;width:100%}.mobile-alert{border-radius:8px;font-weight:500;margin:12px;padding:16px}.mobile-alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.mobile-alert-warning{background:#fff3cd;border:1px solid #ffeaa7;color:#856404}.mobile-alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.mobile-alert-info{background:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.mobile-loading{align-items:center;display:flex;justify-content:center;padding:40px}.mobile-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#4a90e2;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobile-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr;padding:16px}.mobile-grid-2{grid-template-columns:1fr 1fr}.mobile-grid-3{grid-template-columns:1fr 1fr 1fr}.mobile-padding{padding:16px}.mobile-margin{margin:16px}.mobile-title{color:#333;font-size:24px;font-weight:700;margin:16px 0}.mobile-subtitle{color:#666;font-size:18px;font-weight:600;margin:12px 0}.mobile-text{color:#333;font-size:16px;line-height:1.5;margin:8px 0}.mobile-text-small{color:#666;font-size:14px}.mobile-floating-action{background:linear-gradient(135deg,#4a90e2,#357abd);border:none;border-radius:28px;bottom:100px;box-shadow:0 4px 20px #4a90e266;color:#fff;cursor:pointer;font-size:24px;height:56px;position:fixed;right:20px;transition:all .3s cubic-bezier(.4,0,.2,1);width:56px;z-index:999}.mobile-floating-action:active{box-shadow:0 2px 12px #4a90e299;transform:scale(.9)}.mobile-pull-to-refresh{align-items:center;color:#666;display:flex;font-size:14px;justify-content:center;padding:20px}.mobile-pull-to-refresh .spinner{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#4a90e2;height:20px;margin-right:8px;width:20px}.mobile-swipe-indicator{animation:fadeIn .5s ease-out;background:#0000004d;border-radius:2px;bottom:8px;height:4px;left:50%;position:absolute;transform:translateX(-50%);width:30px}.mobile-haptic-feedback{-webkit-tap-highlight-color:rgba(74,144,226,.2)}.mobile-safe-area{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.mobile-status-bar{background:#4a90e2;height:env(safe-area-inset-top)}.mobile-swipeable{-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}.mobile-pinch-zoom{touch-action:manipulation}.mobile-container{margin:0 auto;max-width:100%;padding:16px}.mobile-container-wide{padding:20px}.mobile-container-narrow{padding:12px}.mobile-elevation-1{box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.mobile-elevation-2{box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.mobile-elevation-3{box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b}.mobile-elevation-4{box-shadow:0 14px 28px #00000040,0 10px 10px #00000038}.mobile-elevation-5{box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038}.desktop-only{display:none!important}.mobile-only{display:block!important}.mobile-page-enter{animation:slideUp .3s cubic-bezier(.4,0,.2,1)}.mobile-page-exit{animation:slideDown .3s cubic-bezier(.4,0,.2,1)}.mobile-toast{animation:slideDown .3s ease-out;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#000c;border-radius:12px;color:#fff;font-size:14px;font-weight:500;left:20px;padding:16px 20px;position:fixed;right:20px;top:20px;z-index:3000}.mobile-toast.success{background:#28a745e6}.mobile-toast.error{background:#dc3545e6}.mobile-toast.warning{background:#ffc107e6;color:#333}.mobile-toast.info{background:#17a2b8e6}}@media (min-width:769px) and (max-width:1024px){.mobile-nav{display:none}.main-content{padding-bottom:0}.mobile-grid{grid-template-columns:repeat(2,1fr)}.mobile-grid-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1025px){.mobile-nav{display:none}.main-content{padding-bottom:0}.mobile-only{display:none!important}.desktop-only{display:block!important}}
/*# sourceMappingURL=main.8dbedba7.css.map*/