:root{--primary-color:#1890ff;--success-color:#52c41a;--warning-color:#faad14;--error-color:#ff4d4f;--text-color:#262626;--text-secondary:#8c8c8c;--border-color:#d9d9d9;--background-color:#f5f5f5;--card-background:#fff;--header-height:56px;--nav-height:60px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body{background-color:var(--background-color);color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.dark,html.dark body{background-color:#000;color:#ffffffd9}html:has(.app-container.dark),html:has(.app-container.dark) body{background-color:#000;color:#ffffffd9}.app-container{display:flex;flex-direction:column;min-height:100vh}.app-content{flex:1;padding:16px;padding-bottom:calc(var(--nav-height) + 16px)}.card{background:var(--card-background);border-radius:8px;box-shadow:0 1px 2px #0000000d;margin-bottom:16px;padding:16px}.text-primary{color:var(--primary-color)}.text-success{color:var(--success-color)}.text-warning{color:var(--warning-color)}.text-error{color:var(--error-color)}.text-secondary{color:var(--text-secondary)}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:8px}.gap-2{gap:16px}@media(min-width:768px){html{font-size:16px}.app-content{margin:0 auto;max-width:1200px;padding:24px}.card{padding:24px}}.auth-container{align-items:center;background:linear-gradient(135deg,#1890ff,#096dd9);display:flex;justify-content:center;min-height:100vh;padding:16px;transition:background .3s}.auth-container.dark{background:#000}.auth-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;color:#000000d9;max-width:400px;padding:32px 24px;transition:background .3s,color .3s;width:100%}.auth-container.dark .auth-card{background:#141414;box-shadow:0 4px 12px #00000080;color:#ffffffd9}.auth-title{font-size:24px;font-weight:600;margin-bottom:8px;text-align:center}.auth-subtitle{color:#00000073;margin-bottom:24px;text-align:center}.auth-container.dark .auth-subtitle{color:#ffffff73}.auth-divider{align-items:center;color:#00000073;display:flex;margin:24px 0}.auth-container.dark .auth-divider{color:#ffffff73}.auth-divider:after,.auth-divider:before{background:#d9d9d9;content:"";flex:1;height:1px}.auth-container.dark .auth-divider:after,.auth-container.dark .auth-divider:before{background:#303030}.auth-divider span{font-size:12px;padding:0 16px}.auth-footer{color:#00000073;margin-top:16px;text-align:center}.auth-container.dark .auth-footer{color:#ffffff73}.auth-footer a{color:var(--primary-color);font-weight:500}.google-btn{align-items:center;background:#fff;border:1px solid #d9d9d9;border-radius:8px;color:#000000d9;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;height:44px;justify-content:center;transition:all .2s;width:100%}.auth-container.dark .google-btn{background:#1f1f1f;border-color:#303030;color:#ffffffd9}.google-btn:hover{border-color:var(--primary-color);box-shadow:0 2px 4px #0000001a}.auth-container.dark .ant-input,.auth-container.dark .ant-input-affix-wrapper,.auth-container.dark .ant-input-password .ant-input{background:#1f1f1f;border-color:#303030;color:#ffffffd9}.auth-container.dark .ant-input-password .ant-input::-moz-placeholder,.auth-container.dark .ant-input::-moz-placeholder{color:#ffffff73}.auth-container.dark .ant-input-password .ant-input::placeholder,.auth-container.dark .ant-input::placeholder{color:#ffffff73}.auth-container.dark .ant-input-affix-wrapper:hover,.auth-container.dark .ant-input:hover{border-color:var(--primary-color)}.auth-container.dark .ant-input-affix-wrapper-focused,.auth-container.dark .ant-input-affix-wrapper:focus,.auth-container.dark .ant-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #1890ff33}.auth-container.dark .ant-input-prefix,.auth-container.dark .ant-input-suffix{color:#ffffff73}.auth-container.dark .ant-input:-webkit-autofill,.auth-container.dark .ant-input:-webkit-autofill:active,.auth-container.dark .ant-input:-webkit-autofill:focus,.auth-container.dark .ant-input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #1f1f1f!important;-webkit-text-fill-color:hsla(0,0%,100%,.85)!important;caret-color:#ffffffd9!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.auth-container.dark .ant-input-affix-wrapper .ant-input:-webkit-autofill,.auth-container.dark .ant-input-affix-wrapper .ant-input:-webkit-autofill:active,.auth-container.dark .ant-input-affix-wrapper .ant-input:-webkit-autofill:focus,.auth-container.dark .ant-input-affix-wrapper .ant-input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #1f1f1f!important;-webkit-text-fill-color:hsla(0,0%,100%,.85)!important;caret-color:#ffffffd9!important}.currency-positive{color:var(--success-color)}.currency-negative{color:var(--error-color)}.loading-container{align-items:center;display:flex;justify-content:center;min-height:200px}.drawer-dark .ant-drawer-content{background:#141414}.drawer-dark .ant-drawer-body{background:#141414;padding:0}.drawer-dark .ant-menu{background:transparent;border-inline-end:none!important}.drawer-dark .sidebar-header{border-bottom:1px solid #303030}.drawer-dark .logo-text{color:#1890ff}.drawer-dark .ant-btn-text{color:#ffffffd9}
