:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-page{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:#fff;font-family:Poppins,Inter,Segoe UI,sans-serif;overflow:hidden}.login-container{display:flex;width:100%;height:100%}.login-left{flex:1;background:radial-gradient(circle at 90% 20%,#2563eb,#172554);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;color:#fff;position:relative}.login-left:before{display:none}.login-content-card{width:100%;max-width:440px;background:#0f172a66;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:40px;box-shadow:0 20px 40px #0003}.login-header{margin-bottom:32px;text-align:center;z-index:1}.login-title{font-size:28px;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.5px}.login-subtitle{color:#e2e8f0;font-size:14px;margin:0}.login-error{margin-bottom:24px}.login-form{z-index:1}.login-form .ant-form-item-label>label{color:#fff!important;font-weight:500;font-size:14px}.login-form .ant-form-item-label>label:after{display:none}.login-form .ant-form-item-required:before{color:#f43f5e!important}.login-form .ant-form-item-label label{color:#cbd5e1!important}.login-form .ant-input-affix-wrapper,.login-form .ant-input{background:#ffffff14!important;border:1px solid rgba(255,255,255,.35);border-radius:12px;padding:10px 16px;color:#fff!important;transition:all .2s ease}.login-form .ant-input-affix-wrapper input,.login-form .ant-input-affix-wrapper input.ant-input{background:transparent!important;color:#fff!important}.login-form .ant-input-affix-wrapper:hover,.login-form .ant-input:hover{border-color:#7fb2ff;background:#ffffff1f!important}.login-form .ant-input-affix-wrapper-focused,.login-form .ant-input:focus{background:#ffffff24!important;border-color:#9ac4ff;box-shadow:0 0 0 4px #9ac4ff3d}.login-form .ant-input-prefix{color:#e2e8f0;margin-right:12px}.login-form .ant-input::placeholder,.login-form .ant-input-affix-wrapper input::placeholder{color:#94a3b8}.login-form input:-webkit-autofill,.login-form input:-webkit-autofill:hover,.login-form input:-webkit-autofill:focus{-webkit-text-fill-color:#ffffff;caret-color:#fff;transition:background-color 9999s ease-in-out 0s;box-shadow:0 0 0 1000px #ffffff14 inset}.login-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.login-actions .ant-checkbox-wrapper{color:#fff!important;font-size:14px}.login-actions .ant-checkbox-wrapper span{color:#fff!important}.login-actions .ant-checkbox .ant-checkbox-inner{background:transparent;border-color:#fff6}.login-actions .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#60a5fa}.login-actions .ant-checkbox-checked .ant-checkbox-inner{background-color:#3b82f6;border-color:#3b82f6}.forgot-link{color:#fff;font-weight:500;font-size:14px;transition:color .2s;text-decoration:none;opacity:.9}.forgot-link:hover{color:#93c5fd;text-decoration:underline;opacity:1}.login-submit{width:100%;height:48px;background:#3b82f6;border-radius:12px;font-size:16px;font-weight:600;border:none;box-shadow:0 4px 12px #3b82f64d;color:#fff;transition:all .2s}.login-submit:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 6px 20px #3b82f666}.login-footer{margin-top:24px;text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;color:#e2e8f0;font-size:14px;z-index:1}.secondary-button{margin-top:16px;width:100%;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:600;background:#ffffff0d;transition:all .2s}.secondary-button:hover{border-color:#fff;background:#ffffff1a;color:#fff}.login-right{flex:1;background:radial-gradient(circle at 10% 20%,#2563eb,#172554);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:60px 80px;position:relative;overflow:hidden}.login-right:before{content:"";position:absolute;top:-10%;right:-10%;width:60%;height:60%;background:radial-gradient(circle,rgba(59,130,246,.15),transparent 70%);filter:blur(40px)}.brand-display{position:absolute;top:40px;left:60px;display:flex;align-items:center;gap:12px;background:#ffffff1a;padding:8px 16px;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.brand-logo{width:36px;height:36px;object-fit:contain}.brand-name{font-weight:700;font-size:16px;letter-spacing:.5px;color:#fff}.hero-content{max-width:540px;z-index:1}.hero-image-container{margin-bottom:24px;display:flex;justify-content:center}.hero-character{height:180px;object-fit:contain}.hero-headline{font-size:36px;font-weight:700;margin-bottom:16px;line-height:1.2}.hero-subtitle{font-size:16px;color:#cbd5e1;margin-bottom:32px;line-height:1.5}.hero-list{list-style:none;padding:0;margin:0 0 40px}.hero-list li{position:relative;padding-left:32px;margin-bottom:16px;font-size:15px;color:#e2e8f0;line-height:1.4}.hero-list li:before{content:"✓";position:absolute;left:0;top:2px;width:20px;height:20px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.hero-cta-button{background:#60a5fa;border:none;height:52px;padding:0 32px;font-size:16px;font-weight:600;border-radius:8px;color:#0f172a;box-shadow:0 4px 14px #60a5fa66}.hero-cta-button:hover{background:#93c5fd;color:#0f172a}@media (max-width: 1024px){.login-left,.login-right{padding:40px}}@media (max-width: 768px){.login-container{flex-direction:column;overflow-y:auto}.login-left,.login-right{max-width:100%;flex:none;min-height:auto;padding:40px 24px}.login-right{padding-bottom:60px}.brand-display{position:static;margin-bottom:24px;display:inline-flex}}.register-page{height:100vh;width:100vw;display:flex;background:#0b1121;font-family:Poppins,Inter,Segoe UI,sans-serif;overflow:hidden}.register-left{flex:1;background:radial-gradient(circle at 10% 20%,#1e3a8a,#0f172a);color:#fff;display:flex;flex-direction:column;padding:40px 60px;position:relative;overflow:hidden}.register-left:before{content:"";position:absolute;top:-10%;left:-10%;width:60%;height:60%;background:radial-gradient(circle,rgba(59,130,246,.15),transparent 70%);filter:blur(40px)}.register-brand{display:flex;align-items:center;gap:12px;margin-bottom:32px;flex-shrink:0;position:relative}.register-brand-logo{width:40px;height:40px;object-fit:contain}.register-brand-name{font-weight:700;font-size:22px;letter-spacing:.5px;color:#fff}.promo-content{z-index:1;max-width:600px;flex:1;display:flex;flex-direction:column}.promo-headline{font-size:36px;font-weight:700;margin-bottom:16px;line-height:1.2}.promo-subheadline{font-size:20px;color:#e2e8f0;margin-bottom:24px;font-weight:500}.promo-list{list-style:none;padding:0;margin:0 0 24px}.promo-list li{position:relative;padding-left:32px;margin-bottom:12px;font-size:16px;color:#e2e8f0;line-height:1.4;font-weight:500}.promo-list li:before{content:"✓";position:absolute;left:0;top:2px;width:20px;height:20px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff}.contact-info{font-size:14px;color:#cbd5e1;margin-bottom:20px;font-weight:500}.dashboard-preview{flex:1;background:#ffffff0d;border-radius:12px 12px 0 0;border:1px solid rgba(255,255,255,.1);border-bottom:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -10px 40px #0003;margin-top:auto;position:relative;overflow:hidden;transform:translateY(20px)}.dashboard-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1e293b,#0f172a);display:flex;align-items:center;justify-content:center;color:#64748b;font-size:14px;position:relative}.dashboard-placeholder:after{content:"";position:absolute;inset:20px 20px 0;background:#ffffff0d;border-radius:8px 8px 0 0}.disclaimer{display:none}.register-right{flex:1;background:radial-gradient(circle at 90% 80%,#1e3a8a,#0b1121);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;color:#fff;position:relative;overflow-y:auto}.register-card{width:100%;max-width:440px;background:#0f172a66;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px;box-shadow:0 20px 40px #0003}.register-form .ant-form-item{margin-bottom:16px}.register-form .ant-form-item-label>label{color:#fff!important;font-weight:500;font-size:13px}.register-form .ant-form-item-label>label:after{display:none}.register-form .ant-form-item-required:before{color:#f43f5e!important}.register-form .ant-input-affix-wrapper,.register-form .ant-input{background:#ffffff14!important;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:8px 12px;color:#fff!important;transition:all .2s ease;font-size:14px}.register-form .ant-input-affix-wrapper input,.register-form .ant-input-affix-wrapper input.ant-input{background:transparent!important;color:#fff!important}.register-form .ant-input-affix-wrapper:hover,.register-form .ant-input:hover{border-color:#7fb2ff;background:#ffffff1f!important}.register-form .ant-input-affix-wrapper-focused,.register-form .ant-input:focus{background:#ffffff24!important;border-color:#9ac4ff;box-shadow:0 0 0 4px #9ac4ff3d}.register-form .ant-input-prefix{color:#e2e8f0;margin-right:12px}.register-form .ant-input::placeholder,.register-form .ant-input-affix-wrapper input::placeholder{color:#94a3b8}.register-form input:-webkit-autofill,.register-form input:-webkit-autofill:hover,.register-form input:-webkit-autofill:focus{-webkit-text-fill-color:#ffffff;caret-color:#fff;transition:background-color 9999s ease-in-out 0s;box-shadow:0 0 0 1000px #ffffff14 inset}.register-checkbox .ant-checkbox-wrapper{color:#fff!important;font-size:14px}.register-checkbox .ant-checkbox-wrapper span{color:#fff!important}.register-checkbox .ant-checkbox .ant-checkbox-inner{background:transparent;border-color:#fff6}.register-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#3b82f6;border-color:#3b82f6}.register-submit{width:100%;height:44px;background:#3b82f6;border-radius:12px;font-size:15px;font-weight:600;border:none;box-shadow:0 4px 12px #3b82f64d;color:#fff;transition:all .2s;margin-top:8px}.register-submit:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 6px 20px #3b82f666}.register-footer{margin-top:16px;text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:16px}.register-footer p{color:#94a3b8;font-size:14px;margin-bottom:8px;display:inline-block;margin-right:8px}.signin-link{color:#60a5fa!important;font-weight:600;font-size:14px;padding:0}.signin-link:hover{color:#93c5fd!important;text-decoration:underline}@media (max-width: 1024px){.register-left{padding:30px}.promo-headline{font-size:28px}}@media (max-width: 768px){.register-page{flex-direction:column;height:auto;overflow-y:auto}.register-left,.register-right{flex:none;width:100%;height:auto;padding:40px 24px}.dashboard-preview{height:200px;transform:none;margin-top:20px}}.subscription-modal .ant-modal-content{background-color:#0b1121!important;border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 20px 50px #00000080}.subscription-modal .ant-modal-close{color:#fff9}.subscription-modal .ant-modal-close:hover{color:#fff;background-color:#ffffff1a}.subscription-modal .ant-modal-body{max-height:70vh;overflow-y:auto;padding-right:12px}.subscription-modal .ant-modal-body::-webkit-scrollbar{width:8px}.subscription-modal .ant-modal-body::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.subscription-modal .ant-modal-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.subscription-modal .ant-modal-body::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.support-page{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;background:radial-gradient(circle at 10% 20%,#1e3a8a,#0f172a);padding:24px;overflow:hidden;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.support-container{width:100%;max-width:800px;animation:fadeIn .5s ease-out}.support-header{margin-bottom:32px;text-align:left}.support-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:8px}.support-subtitle{font-size:16px;color:#ffffffb3}.support-card{background:#0f172a99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:40px;box-shadow:0 20px 40px #0003}.support-item{display:flex;gap:24px;margin-bottom:32px;align-items:flex-start}.support-item:last-child{margin-bottom:0}.support-icon{font-size:24px;color:#60a5fa;background:#60a5fa1a;padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center}.support-content{flex:1}.support-item-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:4px}.support-item-desc{font-size:14px;color:#ffffffb3;line-height:1.5}.support-item-desc a{color:#60a5fa;text-decoration:none;transition:color .2s}.support-item-desc a:hover{color:#93c5fd;text-decoration:underline}.support-actions{display:flex;gap:16px;margin-top:40px}.glossary-page{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;background:radial-gradient(circle at 10% 20%,#1e3a8a,#0f172a);padding:24px;overflow:hidden;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.glossary-container{width:100%;max-width:1200px;height:90vh;display:flex;flex-direction:column;animation:fadeIn .5s ease-out}.glossary-header{margin-bottom:24px;text-align:left;flex-shrink:0}.glossary-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:8px}.glossary-subtitle{font-size:16px;color:#ffffffb3}.glossary-card{background:#0f172a99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:16px;display:flex;flex:1;overflow:hidden;box-shadow:0 20px 40px #0003}.glossary-sidebar{width:300px;background:#0003;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow-y:auto}.glossary-search{padding:16px;border-bottom:1px solid rgba(255,255,255,.1)}.glossary-list{flex:1;overflow-y:auto;padding:8px}.glossary-list-item{padding:12px 16px;color:#ffffffb3;cursor:pointer;border-radius:8px;transition:all .2s;font-size:14px;margin-bottom:4px}.glossary-list-item:hover{background:#ffffff0d;color:#fff}.glossary-list-item.active{background:#3b82f633;color:#60a5fa;font-weight:500}.glossary-content-area{flex:1;padding:40px;overflow-y:auto;display:flex;flex-direction:column}.glossary-term-title{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.glossary-term-desc{font-size:16px;color:#ffffffe6;line-height:1.6;flex:1}.glossary-actions{margin-top:24px;display:flex;gap:16px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.btn-primary{background:#3b82f6;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#2563eb;transform:translateY(-1px)}.btn-secondary{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.2);padding:10px 24px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff4d}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.settings-page{height:100vh;width:100vw;background:radial-gradient(circle at 10% 20%,#1e3a8a,#0f172a);display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif;color:#fff;overflow:hidden;box-sizing:border-box}.settings-container{width:90%;max-width:1000px;height:90vh;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 32px #0000005e}.settings-header{padding:24px 32px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;background:#0003}.settings-header h1{margin:0;font-size:24px;font-weight:600;display:flex;align-items:center;gap:12px}.settings-header .back-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px}.settings-header .back-button:hover{background:#fff3;transform:translateY(-1px)}.settings-content{flex:1;overflow-y:auto;padding:32px}.settings-section{margin-bottom:40px}.settings-section h2{font-size:18px;font-weight:600;margin-bottom:20px;color:#93c5fd;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:8px}.settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px}.setting-item{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px}.setting-item label{font-size:14px;font-weight:500;color:#e2e8f0}.setting-item .description{font-size:12px;color:#94a3b8;margin-bottom:8px}.setting-control select,.setting-control input[type=text],.setting-control input[type=number]{width:100%;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:10px 12px;color:#fff;font-size:14px;outline:none;transition:border-color .2s}.setting-control select:focus,.setting-control input:focus{border-color:#3b82f6}.setting-control select option{background:#0f172a;color:#fff}.toggle-switch{position:relative;display:inline-block;width:50px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ffffff1a;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#3b82f6}input:checked+.slider:before{transform:translate(24px)}.toggle-wrapper{display:flex;justify-content:space-between;align-items:center}.checkbox-group{display:flex;flex-direction:column;gap:8px}.checkbox-label{display:flex;align-items:center;gap:10px;font-size:14px;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#3b82f6;cursor:pointer}.save-status{font-size:12px;font-weight:400;margin-left:16px;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px}.save-status.saving{color:#fbbf24;background:#fbbf241a}.save-status.saved{color:#34d399;background:#34d3991a}.settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px;color:#94a3b8}.dashboard-container{display:flex;flex-direction:column;height:100vh;background:radial-gradient(circle at 10% 20%,#1e3a8a,#0f172a);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:0 24px;height:64px;background-color:#0b1121cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.1)}.header-brand{display:flex;align-items:center;gap:12px}.header-logo{width:32px;height:32px}.header-title{font-size:20px;font-weight:600;color:#fff;letter-spacing:.5px}.header-actions{display:flex;align-items:center;gap:24px}.header-link{color:#fff;font-size:14px;text-decoration:none;display:flex;align-items:center;gap:6px;cursor:pointer;transition:opacity .2s}.header-link:hover{opacity:.8}.user-profile{display:flex;align-items:center;gap:8px;cursor:pointer}.user-avatar{background-color:#3b82f6;color:#fff}.dashboard-main{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding:24px;gap:24px}.dashboard-top-section{display:flex;gap:24px;height:400px}.map-container{flex:2;background-color:#e2e8f0;border-radius:8px;overflow:hidden;position:relative;background-image:url(https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Canada_blank_map.svg/2560px-Canada_blank_map.svg.png);background-size:cover;background-position:center;border:1px solid #3b82f6}.map-marker{position:absolute;background-color:#fff;padding:4px 8px;border-radius:4px;font-weight:700;color:#ef4444;border:1px solid #ef4444;box-shadow:0 2px 4px #0003;display:flex;align-items:center;gap:4px}.map-marker:before{content:"📍"}.summary-container{flex:1;background-color:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #3b82f6;border-radius:8px;padding:24px;display:flex;flex-direction:column}.summary-title{font-size:24px;font-weight:600;margin-bottom:24px;color:#fff}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:auto}.summary-item{display:flex;justify-content:space-between;font-size:14px}.summary-label{color:#94a3b8}.summary-value{color:#fff;font-weight:500}.export-btn{background-color:#3b82f6;color:#fff;border:none;padding:12px;border-radius:6px;font-weight:500;cursor:pointer;width:100%;margin-top:24px;transition:background-color .2s}.export-btn:hover{background-color:#2563eb}.dashboard-content-card{background-color:#1e293b;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;gap:24px}.dashboard-actions-bar{display:flex;gap:12px;align-items:center}.action-link{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;cursor:pointer;padding:8px 16px;border-radius:6px;transition:all .2s;background:transparent;border:1px solid transparent}.action-link:hover{transform:translateY(-1px)}.action-link:active{transform:translateY(0)}.action-link.primary{background:#3b82f6;border:1px solid #3b82f6;color:#fff}.action-link.primary:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #3b82f64d}.action-link.danger{background:transparent;border:1px solid #ef4444;color:#ef4444}.action-link.danger:hover{background:#ef44441a;border-color:#dc2626;color:#dc2626}.action-link.secondary{background:transparent;border:1px solid rgba(255,255,255,.3);color:#e2e8f0}.action-link.secondary:hover{border-color:#fff;color:#fff;background:#ffffff0d}.dashboard-sidebar{display:none}.dashboard-content{padding:0;overflow:visible}.content-header{margin-bottom:24px}.content-title{font-size:24px;font-weight:600;color:#fff;margin-bottom:8px}.dashboard-table-wrapper{background:transparent;border-radius:8px;overflow:hidden}.ant-table-wrapper .ant-table{background:transparent!important;color:#e2e8f0!important}.ant-table-wrapper .ant-table-thead>tr>th{background:#334155!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.1)!important;font-weight:600}.ant-table-wrapper .ant-table-tbody>tr>td{border-bottom:1px solid rgba(255,255,255,.05)!important;color:#e2e8f0!important}.ant-table-wrapper .ant-table-tbody>tr:hover>td{background:#ffffff0d!important}.ant-table-wrapper .ant-table-cell-row-hover{background:#ffffff0d!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}.create-property-modal .ant-modal-content{background-color:#0f172a!important;border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.create-property-modal .ant-modal-header{background-color:transparent!important;border-bottom:1px solid rgba(255,255,255,.1)!important;margin-bottom:24px}.create-property-modal .ant-modal-title{color:#fff!important;font-size:20px;font-weight:600}.create-property-modal .ant-modal-close{color:#ffffff80!important}.create-property-modal .ant-modal-close:hover{color:#fff!important;background-color:#ffffff1a!important}.create-property-modal .ant-form-item-label>label{color:#e2e8f0!important;font-weight:500}.create-property-modal .ant-input,.create-property-modal .ant-select-selector{background-color:#ffffff14!important;border:1px solid rgba(255,255,255,.35)!important;color:#fff!important;border-radius:6px!important;height:40px!important;display:flex;align-items:center}.create-property-modal .ant-input::placeholder,.create-property-modal .ant-select-selection-placeholder{color:#94a3b8!important}.create-property-modal input[type=number]::-webkit-inner-spin-button,.create-property-modal input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.create-property-modal input[type=number]{-moz-appearance:textfield;appearance:textfield}.create-property-modal .ant-select-arrow{color:#e2e8f0}.pac-container{z-index:10000!important;background-color:#1e293b;border:1px solid #334155;font-family:inherit}.pac-item{border-top:1px solid #334155;color:#e2e8f0;padding:8px;cursor:pointer}.pac-item:hover{background-color:#334155}.pac-item-query{color:#fff}.create-property-modal .ant-modal-footer{border-top:none!important;padding-top:0;margin-top:24px}.create-property-modal .ant-btn-primary{background-color:#3b82f6!important;border-color:#3b82f6!important;height:40px;font-weight:500;width:100%}.create-property-modal .ant-btn-primary:hover{background-color:#2563eb!important;border-color:#2563eb!important}.create-property-modal .ant-btn-default{display:none}.dark-select .ant-select-selector{background-color:#0f172a!important;border-color:#3b82f6!important;color:#f8fafc!important}.dark-select .ant-select-selection-item{color:#f8fafc!important}.dark-select .ant-select-arrow{color:#3b82f6!important}.dark-select:hover .ant-select-selector{border-color:#60a5fa!important}.dark-select-dropdown{background-color:#172554!important;border:1px solid #3b82f6!important}.dark-select-dropdown .ant-select-item{color:#f8fafc!important}.dark-select-dropdown .ant-select-item-option-active{background-color:#1e3a8a!important}.dark-select-dropdown .ant-select-item-option-selected{background-color:#3b82f6!important;color:#fff!important}.dark-textarea::placeholder{color:#f8fafc99!important}.dark-textarea::-webkit-input-placeholder{color:#f8fafc99!important}.dark-textarea:-moz-placeholder{color:#f8fafc99!important}.dark-textarea::-moz-placeholder{color:#f8fafc99!important}.dark-textarea:-ms-input-placeholder{color:#f8fafc99!important}input[class*=white-placeholder]::placeholder{color:#fff9!important}input[class*=white-placeholder]::-webkit-input-placeholder{color:#fff9!important}input[class*=white-placeholder]::-moz-placeholder{color:#fff9!important}input[class*=white-placeholder]:-ms-input-placeholder{color:#fff9!important}.ant-table-wrapper .ant-input,.ant-table-wrapper .ant-input-number,.ant-table-wrapper .ant-input-number-input,.ant-table-wrapper .ant-select-selector,.ant-table-wrapper .ant-picker{border:none!important;box-shadow:none!important;background:transparent!important;padding:4px 8px!important;color:inherit!important}.dashboard-container .ant-table-wrapper .ant-input,.dashboard-container .ant-table-wrapper .ant-input-number,.dashboard-container .ant-table-wrapper .ant-input-number-input,.dashboard-container .ant-table-wrapper .ant-select-selector,.dashboard-container .ant-table-wrapper .ant-picker,.dashboard-container .ant-table-wrapper .ant-select-selection-search-input{border:none!important;box-shadow:none!important;background:transparent!important;color:#e2e8f0!important;outline:none!important}.dashboard-container .ant-table-wrapper .ant-select-selection-item{color:#e2e8f0!important}.dashboard-container .ant-table-wrapper .ant-input::placeholder,.dashboard-container .ant-table-wrapper .ant-select-selection-placeholder{color:#fff6!important}.ant-table-wrapper .ant-input:hover,.ant-table-wrapper .ant-input-number:hover,.ant-table-wrapper .ant-select-selector:hover,.ant-table-wrapper .ant-picker:hover{border:none!important;box-shadow:none!important;background:transparent!important}.dashboard-container .ant-table-wrapper .ant-input:hover,.dashboard-container .ant-table-wrapper .ant-input-number:hover,.dashboard-container .ant-table-wrapper .ant-input-number-input:hover,.dashboard-container .ant-table-wrapper .ant-select:hover .ant-select-selector,.dashboard-container .ant-table-wrapper .ant-picker:hover,.dashboard-container .ant-table-wrapper .ant-input-number-input-wrap:hover,.dashboard-container .ant-table-wrapper .ant-input-number:hover .ant-input-number-input{border:none!important;box-shadow:none!important;background:transparent!important;background-color:transparent!important}.dashboard-container .ant-table-wrapper .ant-input-number,.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper,.dashboard-container .ant-table-wrapper .ant-input-number-group-wrapper,.dashboard-container .ant-table-wrapper .ant-input-number-wrapper,.dashboard-container .ant-table-wrapper .ant-input-number-input-wrap,.dashboard-container .ant-table-wrapper .ant-input-number-input{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important}.dashboard-container .ant-table-wrapper .ant-input-number-prefix,.dashboard-container .ant-table-wrapper .ant-input-number-suffix{color:#e2e8f0!important;background:transparent!important}.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper:hover,.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper:focus,.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper-focused,.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper:focus-within{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important}.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper .ant-input-number,.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper .ant-input-number-input,.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper>.ant-input-number{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important}.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper,.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper-lg,.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper-sm,.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper-borderless,.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper-disabled,.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper-status-error,.dashboard-container .ant-table-wrapper .ant-input-number-affix-wrapper-status-warning,.dashboard-container .ant-table-wrapper [class*=ant-input-number-affix-wrapper]{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important}.ant-table-wrapper .ant-input:focus,.ant-table-wrapper .ant-input-number:focus,.ant-table-wrapper .ant-input-number-input:focus,.ant-table-wrapper .ant-select-focused .ant-select-selector,.ant-table-wrapper .ant-picker-focused{border:none!important;box-shadow:none!important;background:#00005a0d!important}.dashboard-container .ant-table-wrapper .ant-input:focus,.dashboard-container .ant-table-wrapper .ant-input-number:focus,.dashboard-container .ant-table-wrapper .ant-input-number-input:focus,.dashboard-container .ant-table-wrapper .ant-select-focused .ant-select-selector,.dashboard-container .ant-table-wrapper .ant-picker-focused{border:none!important;box-shadow:none!important;background:#3b82f61a!important;outline:none!important}.ant-table-wrapper .ant-input:focus-visible,.ant-table-wrapper .ant-input-number:focus-visible,.ant-table-wrapper .ant-input-number-input:focus-visible{outline:none!important}.ant-table-wrapper .ant-input-number-handler-wrap,.dashboard-container .ant-table-wrapper .ant-input-number-handler-wrap{display:none!important}.ant-table-wrapper .ant-select-arrow,.ant-table-wrapper .ant-picker-suffix{color:#00000040}.dashboard-container .ant-table-wrapper .ant-select-arrow,.dashboard-container .ant-table-wrapper .ant-picker-suffix{color:#ffffff80!important}.ant-table-wrapper .ant-select-selection-placeholder{color:#00000040}.ant-table-wrapper .ant-picker-input>input{border:none!important;background:transparent!important}.dashboard-container .ant-table-wrapper .ant-picker-input>input{border:none!important;background:transparent!important;color:#e2e8f0!important}.ant-table-wrapper .ant-input[disabled],.ant-table-wrapper .ant-input-number-disabled,.ant-table-wrapper .ant-input-number-disabled .ant-input-number-input,.ant-table-wrapper .ant-select-disabled .ant-select-selector{color:#0006!important;background:transparent!important;border:none!important;cursor:not-allowed}.dashboard-container .ant-table-wrapper .ant-input[disabled],.dashboard-container .ant-table-wrapper .ant-input-number-disabled,.dashboard-container .ant-table-wrapper .ant-input-number-disabled .ant-input-number-input,.dashboard-container .ant-table-wrapper .ant-select-disabled .ant-select-selector{color:#ffffff4d!important;background:transparent!important;border:none!important;cursor:not-allowed}.dashboard-container .ant-table-wrapper .ant-select-open .ant-select-selector,.dashboard-container .ant-table-wrapper .ant-select-open .ant-select-selection-search-input,.dashboard-container .ant-table-wrapper .ant-select-focused .ant-select-selector{background:transparent!important;border:none!important;box-shadow:none!important}.dashboard-container .ant-table-wrapper .ant-select-selection-search{background:transparent!important}.dashboard-container .ant-table-wrapper .ant-select-selection-search-input{background:transparent!important;color:#e2e8f0!important;caret-color:#e2e8f0!important}.dashboard-container .ant-table-wrapper .ant-select .ant-select-selector,.dashboard-container .ant-table-wrapper .ant-select-single .ant-select-selector,.dashboard-container .ant-table-wrapper .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,.dashboard-container .ant-table-wrapper .ant-select:not(.ant-select-disabled):hover .ant-select-selector,.dashboard-container .ant-table-wrapper .ant-select-focused:not(.ant-select-disabled) .ant-select-selector{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important}.dashboard-container .ant-table-wrapper .ant-select-open .ant-select-selection-item,.dashboard-container .ant-table-wrapper .ant-select-focused .ant-select-selection-item{color:#e2e8f0!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr:nth-child(odd)>td{background:#1e293b!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr:nth-child(2n)>td{background:#172033!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr:hover>td{background:#3b82f614!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td{background:#3b82f633!important}.dashboard-container .ant-table-wrapper .ant-table{border-color:#ffffff40!important}.dashboard-container .ant-table-wrapper .ant-table-thead{border-spacing:0!important}.dashboard-container .ant-table-wrapper .ant-table-thead>tr>th{border:2px solid rgba(255,255,255,.25)!important;border-top:none!important;border-left:none!important}.dashboard-container .ant-table-wrapper .ant-table-thead>tr>th:last-child{border-right:none!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr>td{border:2px solid rgba(255,255,255,.15)!important;border-top:none!important;border-left:none!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr>td:last-child{border-right:none!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.dashboard-container .ant-table-wrapper .ant-table-cell-fix-left,.dashboard-container .ant-table-wrapper .ant-table-cell-fix-right{border-right:2px solid rgba(255,255,255,.25)!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr:nth-child(odd)>td.ant-table-cell-fix-left,.dashboard-container .ant-table-wrapper .ant-table-tbody>tr:nth-child(odd)>td.ant-table-cell-fix-right{background:#1e293b!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr:nth-child(2n)>td.ant-table-cell-fix-left,.dashboard-container .ant-table-wrapper .ant-table-tbody>tr:nth-child(2n)>td.ant-table-cell-fix-right{background:#172033!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr:hover>td.ant-table-cell-fix-left,.dashboard-container .ant-table-wrapper .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right{background:#1e3a5f!important}.dashboard-container .ant-table-wrapper .ant-table-thead>tr>th.ant-table-cell-fix-left,.dashboard-container .ant-table-wrapper .ant-table-thead>tr>th.ant-table-cell-fix-right{background:#334155!important;z-index:3!important}.dashboard-container .ant-table-wrapper .ant-table-cell-fix-left,.dashboard-container .ant-table-wrapper .ant-table-cell-fix-right{z-index:2!important;position:sticky!important}.dashboard-container .ant-table-wrapper .ant-table-cell-fix-left-last:after,.dashboard-container .ant-table-wrapper .ant-table-cell-fix-right-first:after{box-shadow:inset 10px 0 8px -8px #0000004d!important}.dashboard-container .ant-table-wrapper .ant-table-thead>tr>th:first-child,.dashboard-container .ant-table-wrapper .ant-table-tbody>tr>td:first-child{border-right:2px solid rgba(255,255,255,.25)!important}.dashboard-container .ant-table-wrapper .ant-table,.dashboard-container .ant-table-wrapper .ant-table-container,.dashboard-container .ant-table-wrapper .ant-table-content,.dashboard-container .ant-table-wrapper .ant-table-header{border-color:#ffffff40!important}.dashboard-container .ant-table-wrapper table{border-collapse:collapse!important;border-spacing:0!important}.dashboard-container .ant-table-wrapper .ant-table-thead>tr:last-child>th{border-bottom:2px solid rgba(255,255,255,.25)!important}.dashboard-container .ant-table-wrapper .ant-table-thead,.dashboard-container .ant-table-wrapper .ant-table-tbody{border-spacing:0!important}.dashboard-container .ant-table-wrapper .ant-table-thead>tr>th{padding:12px 8px!important;margin:0!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr:first-child>td{border-top:none!important}.dashboard-container .ant-table-wrapper .ant-table-header{margin-bottom:0!important;padding-bottom:0!important}.dashboard-container .ant-table-wrapper .ant-table-body{margin-top:0!important;padding-top:0!important}.dashboard-container .ant-table-wrapper .ant-table-content,.dashboard-container .ant-table-wrapper .ant-table-container{margin:0!important;padding:0!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr>td{text-align:left!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr>td.ant-table-selection-column,.dashboard-container .ant-table-wrapper .ant-table-thead>tr>th.ant-table-selection-column{text-align:center!important}.dashboard-container .ant-table-wrapper .ant-table-selection-column .ant-checkbox-wrapper{display:flex!important;justify-content:center!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr>td .ant-checkbox-wrapper{display:flex!important;justify-content:center!important;width:100%!important}.dashboard-container .ant-table-wrapper .ant-table-tbody>tr>td .ant-checkbox{margin:0 auto!important}.dashboard-container .ant-table-wrapper .ant-input,.dashboard-container .ant-table-wrapper .ant-input-number-input,.dashboard-container .ant-table-wrapper .ant-select-selection-item{text-align:left!important;justify-content:flex-start!important}.dashboard-container .ant-table-wrapper .ant-input-number{text-align:left!important}.dashboard-container .ant-table-wrapper .ant-select-selector{justify-content:flex-start!important}.ant-table-wrapper .ant-checkbox-wrapper{margin:0!important}.ant-table-wrapper .ant-checkbox-inner{border-color:#00000026!important}.ant-table-wrapper .ant-table-tbody>tr:not(.ant-table-measure-row)>td{padding:0!important;height:40px!important;min-height:40px!important;vertical-align:middle!important}.ant-table-wrapper .ant-table-thead>tr>th{padding:8px!important;vertical-align:middle!important}.ant-table-wrapper .ant-input,.ant-table-wrapper .ant-input-number,.ant-table-wrapper .ant-select,.ant-table-wrapper .ant-picker{width:100%!important;height:100%!important;min-height:40px!important}.ant-table-wrapper .ant-table-body{margin-bottom:20px!important}.ant-table-wrapper .ant-table-scroll{padding-bottom:10px}.ant-table-wrapper .ant-table-container{padding-bottom:20px!important}.ant-table-wrapper .ant-table-tbody>tr:last-child>td{padding-bottom:8px!important}.ant-table-wrapper .ant-table{margin-bottom:16px!important}.ant-table-wrapper .ant-table-scroll-horizontal{padding-bottom:12px!important}.ant-table-wrapper .ant-table-scroll-horizontal>.ant-table-body{overflow-x:auto!important;overflow-y:visible!important}.ant-table-wrapper .ant-table-content{padding-bottom:20px!important}.ant-table-thead>tr:first-child>th[rowspan="2"]{vertical-align:middle!important}.dashboard-container .ant-table-thead>tr:first-child>th[rowspan="2"]{background-color:#334155!important;color:#fff!important;vertical-align:middle!important}.ant-table-thead>tr>th[colspan]{border-right:1px solid rgba(255,255,255,.2)!important}.ant-table-thead>tr>th[colspan]:last-child{border-right:none!important}.ant-table-row-selected>td{background-color:#00005a0d!important}.ant-checkbox-wrapper{color:#00005a!important}.ant-checkbox-checked .ant-checkbox-inner{background-color:#00005a!important;border-color:#00005a!important}.ant-switch-checked{background-color:#00005a!important}.ant-table-selection-column .ant-checkbox-inner{border-color:#00005a!important}.ant-table-selection-column .ant-checkbox-checked .ant-checkbox-inner{background-color:#00005a!important;border-color:#00005a!important}.ant-table-body::-webkit-scrollbar{height:8px;width:8px}.ant-table-body::-webkit-scrollbar-track{background:#f1f3f5}.ant-table-body::-webkit-scrollbar-thumb{background:#c1c8d1;border-radius:4px}.ant-table-body::-webkit-scrollbar-thumb:hover{background:#a0a8b5}.professional-button-secondary:hover{background-color:#00005a!important;color:#fff!important;border-color:#00005a!important}.professional-button-primary:hover{background-color:#000040!important;box-shadow:0 4px 8px #00005a40!important}.professional-button-danger:hover{background-color:#ff4d4f!important;color:#fff!important;border-color:#ff4d4f!important}.ant-table-wrapper .ant-table-tbody>tr>td{text-align:center!important}.ant-table-wrapper .ant-input,.ant-table-wrapper .ant-input-number-input,.ant-table-wrapper .ant-select-selection-item,.ant-table-wrapper .ant-input-number{text-align:center!important}.ant-table-wrapper .ant-table-tbody>tr>td:nth-child(2){text-align:left!important}.ant-table-wrapper .ant-table-tbody>tr>td:nth-child(2) .ant-input{text-align:left!important}.ant-table-wrapper .ant-input,.ant-table-wrapper .ant-input-number-input,.ant-table-wrapper .ant-select-selection-item{display:flex!important;align-items:center!important;justify-content:center!important}.ant-table-wrapper .ant-input-number,.ant-table-wrapper .ant-select-selector,.ant-table-wrapper .ant-picker-input{display:flex!important;align-items:center!important}.portfolio-dashboard-layout{min-height:100vh;background:#00002e}.portfolio-dashboard-header{display:flex;justify-content:space-between;align-items:center;background:#00002e;padding:0 24px;height:64px;border-bottom:none}.portfolio-dashboard-header .header-left{display:flex;align-items:center;gap:12px}.portfolio-dashboard-header .header-logo{width:32px;height:32px}.portfolio-dashboard-header .header-brand{display:flex;flex-direction:column}.portfolio-dashboard-header .header-title{font-size:20px;font-weight:600;color:#fff;letter-spacing:.5px;border-bottom:1px dashed rgba(255,255,255,.5);padding-bottom:4px}.portfolio-dashboard-header .header-right{display:flex;align-items:center}.portfolio-dashboard-header .ant-btn-text{color:#ffffffd9}.portfolio-dashboard-header .ant-btn-text:hover{color:#4da6ff;background:#4da6ff1a}.portfolio-dashboard-content{padding:24px 48px;background:#00002e;min-height:calc(100vh - 64px)}.page-title-section{margin-bottom:32px}.page-title{color:#fff!important;margin-bottom:16px!important;font-weight:500!important}.title-divider{border-top:2px dashed rgba(255,255,255,.3)}.portfolio-main-section{display:flex;gap:32px}.portfolio-actions{flex:0 0 320px;display:flex;flex-direction:column;gap:16px}.action-item{display:flex;align-items:center;gap:16px;padding:12px 16px;cursor:pointer;border-radius:8px;transition:all .2s ease}.action-item:hover{background:#ffffff0d}.action-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(135deg,#d4a574,#c4956a);color:#2a1a0a}.action-icon.create-icon{background:linear-gradient(135deg,#d4a574,#c4956a)}.action-icon.duplicate-icon{background:linear-gradient(135deg,#4da6ff,#2e8bc0);color:#fff}.action-icon.delete-icon{background:linear-gradient(135deg,#ff6b6b,#ee5a5a);color:#fff}.action-icon.import-icon{background:linear-gradient(135deg,#d4a574,#c4956a)}.action-icon.refresh-icon{background:linear-gradient(135deg,#4ecdc4,#3db9b0);color:#fff}.action-text{display:flex;flex-direction:column}.action-text .ant-typography-strong,.action-text .ant-typography{color:#fff!important;font-size:15px}.action-text .ant-typography-secondary{color:#ffffffa6!important;font-size:12px}.portfolio-table-container{flex:1;border:1px solid rgba(77,166,255,.3);border-radius:8px;overflow:hidden}.portfolio-table .ant-table{background:transparent}.portfolio-table .ant-table-thead>tr>th{background:#4da6ff33!important;color:#fff!important;border-bottom:1px solid rgba(77,166,255,.3);font-weight:500;padding:12px 16px}.portfolio-table .ant-table-tbody>tr>td{background:transparent;color:#ffffffd9;border-bottom:1px solid rgba(255,255,255,.1);padding:12px 16px}.portfolio-table .ant-table-tbody>tr:hover>td{background:#4da6ff1a!important}.portfolio-table .ant-table-tbody>tr.ant-table-row-selected>td{background:#4da6ff33!important}.portfolio-table .ant-checkbox-wrapper{margin-right:0}.portfolio-table .ant-checkbox-inner{background:#fff!important;border-color:#fff!important;border-width:2px}.portfolio-table .ant-checkbox:hover .ant-checkbox-inner{border-color:#4da6ff!important}.portfolio-table .ant-checkbox-checked .ant-checkbox-inner{background:#fff!important;border-color:#fff!important}.portfolio-table .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#1890ff!important;border-width:2px}.portfolio-table .ant-table-placeholder{background:transparent!important}.portfolio-table .ant-empty-description{color:#ffffff80}.portfolio-table .ant-table-body::-webkit-scrollbar{width:8px;height:8px}.portfolio-table .ant-table-body::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.portfolio-table .ant-table-body::-webkit-scrollbar-thumb{background:#4da6ff80;border-radius:4px}.portfolio-table .ant-table-body::-webkit-scrollbar-thumb:hover{background:#4da6ffb3}.version-info{position:fixed;bottom:16px;right:24px;color:#ffffff80;font-size:12px}.portfolio-dashboard-layout .ant-modal-content,.ant-modal-root .ant-modal-content{background:#00002e!important;border-radius:8px}.portfolio-dashboard-layout .ant-modal-header,.ant-modal-root .ant-modal-header{background:#00002e!important;border-bottom:1px solid rgba(255,255,255,.1);padding:16px 24px}.portfolio-dashboard-layout .ant-modal-title,.ant-modal-root .ant-modal-title{color:#fff!important;font-size:18px;font-weight:500}.portfolio-dashboard-layout .ant-modal-close,.ant-modal-root .ant-modal-close{color:#ffffff80}.portfolio-dashboard-layout .ant-modal-close:hover,.ant-modal-root .ant-modal-close:hover{color:#fff;background:#ffffff1a}.portfolio-dashboard-layout .ant-modal-body,.ant-modal-root .ant-modal-body{background:#00002e!important;padding:24px}.portfolio-dashboard-layout .ant-modal-footer,.ant-modal-root .ant-modal-footer{background:#00002e!important;border-top:1px solid rgba(255,255,255,.1);padding:12px 24px}.portfolio-dashboard-layout .ant-form-item-label>label,.ant-modal-root .ant-form-item-label>label{color:#fff!important;font-size:14px}.portfolio-dashboard-layout .ant-form-item-required:before,.ant-modal-root .ant-form-item-required:before{color:#ff6b6b!important}.portfolio-dashboard-layout .ant-input,.portfolio-dashboard-layout .ant-input-textarea textarea,.ant-modal-root .ant-input,.ant-modal-root .ant-input-textarea textarea{background:#00005a80!important;border:1px solid rgba(77,166,255,.3)!important;border-radius:6px;color:#fff!important;padding:10px 12px}.portfolio-dashboard-layout .ant-input:hover,.portfolio-dashboard-layout .ant-input-textarea textarea:hover,.ant-modal-root .ant-input:hover,.ant-modal-root .ant-input-textarea textarea:hover{border-color:#4da6ff99!important}.portfolio-dashboard-layout .ant-input:focus,.portfolio-dashboard-layout .ant-input-textarea textarea:focus,.portfolio-dashboard-layout .ant-input-focused,.ant-modal-root .ant-input:focus,.ant-modal-root .ant-input-textarea textarea:focus,.ant-modal-root .ant-input-focused{border-color:#4da6ff!important;box-shadow:0 0 0 2px #4da6ff33!important}.portfolio-dashboard-layout .ant-input::placeholder,.portfolio-dashboard-layout .ant-input-textarea textarea::placeholder,.ant-modal-root .ant-input::placeholder,.ant-modal-root .ant-input-textarea textarea::placeholder{color:#fff6!important}.portfolio-dashboard-layout .ant-input:-webkit-autofill,.portfolio-dashboard-layout .ant-input:-webkit-autofill:hover,.portfolio-dashboard-layout .ant-input:-webkit-autofill:focus,.portfolio-dashboard-layout .ant-input:-webkit-autofill:active,.ant-modal-root .ant-input:-webkit-autofill,.ant-modal-root .ant-input:-webkit-autofill:hover,.ant-modal-root .ant-input:-webkit-autofill:focus,.ant-modal-root .ant-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px rgba(0,0,90,1) inset!important;-webkit-text-fill-color:#fff!important;caret-color:#fff!important;transition:background-color 5000s ease-in-out 0s}.portfolio-dashboard-layout .ant-btn-default,.ant-modal-root .ant-btn-default{background:transparent!important;border-color:#ffffff4d!important;color:#fff!important}.portfolio-dashboard-layout .ant-btn-default:hover,.ant-modal-root .ant-btn-default:hover{border-color:#4da6ff!important;color:#4da6ff!important}.portfolio-dashboard-layout .ant-btn-primary,.ant-modal-root .ant-btn-primary{background:#1890ff!important;border-color:#1890ff!important}.portfolio-dashboard-layout .ant-btn-primary:hover,.ant-modal-root .ant-btn-primary:hover{background:#40a9ff!important;border-color:#40a9ff!important}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100vh}.ant-table{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ant-table-thead>tr>th{background-color:#f5f7fa!important;color:#00005a!important;font-weight:600!important;text-transform:uppercase!important;font-size:12px!important;letter-spacing:.5px!important;border-bottom:2px solid #e3e8ef!important;padding:12px 16px!important}.ant-table-thead>tr:not(:last-child)>th{border-bottom:1px solid #e3e8ef!important}.ant-table-thead>tr:last-child>th{border-bottom:2px solid #e3e8ef!important}.ant-table-tbody>tr>td{padding:8px 16px!important;border-bottom:1px solid #f0f2f5!important}.ant-table-thead,.ant-table-tbody{border-spacing:0!important}.ant-table table{border-collapse:collapse!important;border-spacing:0!important}.ant-table-thead>tr>th[colspan]{text-align:center!important;font-weight:700!important}.ant-table-thead>tr>th.ant-table-cell-fix-left,.ant-table-thead>tr>th.ant-table-cell-fix-right{background-color:#f5f7fa!important}.ant-table-tbody>tr:hover>td{background-color:#f8fafd!important}.ant-table-tbody .ant-input,.ant-table-tbody .ant-input-number,.ant-table-tbody .ant-select-selector{border:1px solid transparent!important;background-color:#fafbfc!important;transition:all .2s ease!important}.ant-table-tbody .ant-input:hover,.ant-table-tbody .ant-input-number:hover,.ant-table-tbody .ant-select-selector:hover{border-color:#d9d9d9!important;background-color:#fff!important}.ant-table-tbody .ant-input:focus,.ant-table-tbody .ant-input-number:focus,.ant-table-tbody .ant-select-focused .ant-select-selector{border-color:#00005a!important;background-color:#fff!important;box-shadow:0 0 0 2px #00005a1a!important}.white-placeholder::placeholder,.white-placeholder input::placeholder,.white-placeholder .ant-input::placeholder,input.white-placeholder::placeholder,.ant-input.white-placeholder::placeholder,input.ant-input.white-placeholder::placeholder,.white-placeholder.ant-input::placeholder{color:#fff9!important}.white-placeholder::-webkit-input-placeholder,.white-placeholder input::-webkit-input-placeholder,input.white-placeholder::-webkit-input-placeholder,.ant-input.white-placeholder::-webkit-input-placeholder,.white-placeholder.ant-input::-webkit-input-placeholder{color:#fff9!important}
