*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#343a40;background-image:linear-gradient(#ffffff0d 1px,#0000 0),linear-gradient(90deg,#ffffff0d 1px,#0000 0);background-size:20px 20px;color:#1a202c;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:85%;padding:4rem 1.5rem 6rem}@media (max-width:768px){.container{max-width:95%;padding:1rem 1rem 5rem}}@media (max-width:480px){.container{max-width:98%;padding:.75rem .75rem 4.5rem}}.header{background:#20b2aa;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;margin-left:calc(-50vw + 50%);margin-top:-4rem;padding:1rem 0;width:100vw}.header-content{margin:0 auto;max-width:95%;padding:0 1.5rem}.header-content h1{color:#fff;font-size:1.875rem;font-weight:700;line-height:1.2;margin:0;text-align:left}@media (max-width:768px){.header{margin-bottom:1.5rem;margin-top:0;padding:.75rem 0}.header-content{max-width:98%;padding:0 1rem}.header-content h1{font-size:1.25rem;line-height:1.3;white-space:nowrap}}@media (max-width:480px){.header{margin-bottom:1rem;margin-top:0;padding:.5rem 0}.header-content{max-width:100%;padding:0 .75rem}.header-content h1{font-size:1rem;line-height:1.4;white-space:nowrap}}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f9fa0d;border-top:1px solid #e9ecef80;bottom:0;left:0;margin-left:calc(-50vw + 50%);margin-top:3rem;padding:1.5rem 0;position:fixed;width:100vw}.footer-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:85%;padding:0 1.5rem}.footer-left p{color:#6c757d;font-size:.875rem;margin:0}.footer-right{display:flex;gap:2rem}.footer-link{color:#6c757d;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#20b2aa}@media (max-width:768px){.footer{margin-top:2rem;padding:1rem 0}.footer-content{flex-direction:column;gap:1rem;max-width:95%;padding:0 1rem;text-align:center}.footer-left p{font-size:.8rem}.footer-right{gap:1.5rem}.footer-link{font-size:.8rem}}@media (max-width:480px){.footer{margin-top:1.5rem;padding:.75rem 0}.footer-content{gap:.75rem;max-width:98%;padding:0 .75rem}.footer-left p{font-size:.75rem}.footer-right{gap:1rem}.footer-link{font-size:.75rem}}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:80vh;max-width:600px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.modal-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:2rem;height:2rem;justify-content:center;padding:0;transition:all .2s ease;width:2rem}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{color:#374151;line-height:1.6;padding:2rem}.modal-body p{margin-bottom:1rem}.modal-body p:last-child{margin-bottom:0}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;margin-bottom:1.5rem;padding:2rem;transition:all .3s ease;width:100%}@media (max-width:768px){.card{margin-bottom:1rem;overflow:hidden;padding:1.5rem}}@media (max-width:480px){.card{margin-bottom:.75rem;padding:1rem}.card,.form-group{overflow:hidden}}.btn{background:#20b2aa;border:none;border-radius:8px;box-shadow:0 2px 8px #20b2aa4d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;letter-spacing:.5px;min-width:160px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.btn:hover{background:#1a9a94;box-shadow:0 4px 12px #20b2aa80;transform:translateY(-1px)}.btn:disabled{background:#6c757d;box-shadow:0 4px 15px #6c757d66;cursor:not-allowed;transform:none}.btn-secondary{background:#20b2aa;box-shadow:0 2px 8px #20b2aa4d}.btn-secondary:hover{background:#1a9a94;box-shadow:0 4px 12px #20b2aa80;transform:translateY(-1px)}.btn-danger{background:#dc3545;box-shadow:0 2px 8px #dc35454d}.btn-danger:hover{background:#c82333;box-shadow:0 4px 12px #dc354580;transform:translateY(-1px)}.input{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;font-size:1rem;font-weight:500;padding:1rem 1.25rem;transition:all .3s ease;width:100%}@media (max-width:768px){.input{font-size:.95rem;padding:.875rem 1rem}}@media (max-width:480px){.input{font-size:.9rem;padding:.75rem .875rem}input[type=date]{max-width:100%;min-width:0;overflow:hidden}}.input:focus{background:#fff;border-color:#20b2aa;box-shadow:0 0 0 4px #20b2aa1a;outline:none}.input::placeholder{color:#a0aec0;font-weight:400}textarea.input{font-family:Monaco,Menlo,Ubuntu Mono,monospace;line-height:1.5;min-height:120px;resize:vertical}textarea.input::placeholder{line-height:1.6;white-space:pre-line}.processing-status{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.status-pending{background:#f8f9fa;border-color:#dee2e6}.status-processing{animation:pulse 1.5s infinite;background:#e3f2fd;border-color:#2196f3}.status-completed{background:#e8f5e8;border-color:#4caf50}.status-error{background:#ffebee;border-color:#f44336}table{border-collapse:collapse;font-size:.875rem;min-width:100%;width:100%}td,th{border-bottom:1px solid #e5e7eb;padding:.875rem 1rem;text-align:left}th{background-color:#f9fafb;color:#374151;font-weight:600;position:sticky;top:0;z-index:10}tr:hover{background-color:#f3f4f6}.overflow-x-auto{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:1024px){table{font-size:.75rem}td,th{padding:.5rem .25rem}}@media (max-width:768px){.overflow-x-auto{margin:0 -1rem;padding:0 1rem}.container{max-width:98%;padding:1rem .5rem}}.label{color:#2d3748;display:block;font-size:.95rem;font-weight:700;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.form-group{margin-bottom:2rem}.grid{grid-gap:1rem;display:grid;gap:1rem}.grid-cols-2{grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.grid-cols-2{grid-template-columns:1fr}}.flex{display:flex}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.space-x-8>*+*{margin-left:2rem}.space-x-4>*+*{margin-left:1rem}.text-center{text-align:center}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.text-green-600{color:#20b2aa}.text-red-600{color:#e53e3e}.text-gray-600{color:#4a5568}.text-blue-600{color:#20b2aa}.text-purple-600{color:#343a40}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.p-4{padding:1rem}.bg-green-50{background:#f0fdfa;border:1px solid #99f6e4}.bg-red-50{background:#fef2f2;border:1px solid #fecaca}.bg-blue-50{background:#f0fdfa;border:1px solid #99f6e4}.bg-purple-50{background:#f8f9fa;border:1px solid #dee2e6}.bg-yellow-50{background:#fffdd0;border:1px solid #ffe4b5}.border-yellow-200{border-color:#ffe4b5}.hover\:bg-yellow-100:hover{background:#fffacd}.bg-gray-50{background:#f9fafb;border:1px solid #e5e7eb}.border-gray-200{border-color:#e5e7eb}.hover\:bg-gray-100:hover{background:#f3f4f6}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.mt-12{margin-top:3rem}.space-y-4>*+*{margin-top:.5rem}.border{border:1px solid #e5e7eb}.border-green-200{border-color:#99f6e4}.border-red-200{border-color:#fecaca}.border-blue-200{border-color:#99f6e4}.rounded-lg{border-radius:8px}.spinner{border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.loading,.spinner{animation:spin 1s linear infinite;display:inline-block;margin-right:.75rem}.loading{border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:24px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-row{animation:pulse 2s infinite;background:#f8f9fa}.financial-value{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-weight:700;letter-spacing:.5px}.asset-badge{border-radius:20px;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase}.asset-badge.stock{background:#343a40;color:#fff}.asset-badge.mutual-fund{background:#3498db;color:#fff}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-black{font-weight:900}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}.expandable-button{transition:all .3s ease}.expandable-button:hover{background:#ffffff1a}.expandable-content{animation:slideDown .3s ease-out;margin-top:1.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.a3719f34.css.map*/