@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Quicksand:wght@500;600&display=swap";.landing{min-height:calc(100vh - 200px);background:linear-gradient(135deg,#0f3c3c,#11ab85);color:#fff}.landing-hero{position:relative;background:linear-gradient(135deg,#0f3c3c,#11ab85);padding:6rem 0;margin-bottom:3rem;border-bottom:2px solid rgba(17,171,133,.2);overflow:hidden}.hero-content{position:relative;text-align:center;max-width:800px;margin:0 auto;z-index:2}.hero-title{font-family:"DM Serif Display",serif;font-size:4rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 6px rgba(0,0,0,.3)}.hero-subtitle{font-family:Quicksand,sans-serif;font-size:1.5rem;color:#fffffff2;margin-bottom:1rem;font-weight:600;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.hero-description{font-family:Quicksand,sans-serif;font-size:1.1rem;color:#ffffffe6;line-height:1.6;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.service-card{position:relative;border-radius:30px;padding:2.5rem;box-shadow:#0003 0 30px 80px;border:2px solid rgba(255,255,255,.3);text-align:center;transition:all .3s ease;display:flex;flex-direction:column;min-height:400px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1;border-radius:30px;transition:all .3s ease}.service-card:hover:before{background:#0006;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.service-card>*{position:relative;z-index:2}.service-card:hover{transform:translateY(-8px);box-shadow:#0f3c3c4d 0 40px 100px;border-color:#0f3c3c80}.service-card-banking{background-image:url(/assets/banking-sgBYFSVS.jpg)}.service-card-insurance{background-image:url(/assets/insurance-CthRk5Fk.jpg)}.service-card-wealth{background-image:url(/assets/wealth-B_slbStK.jpg)}.service-card-investment{background-image:url(/assets/investment-C3YJfbIh.jpg)}.service-title{font-family:"DM Serif Display",serif;font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.service-description{font-family:Quicksand,sans-serif;color:#fff;line-height:1.6;margin-bottom:2rem;flex:1;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.service-card .btn{margin-top:auto;width:100%;position:relative;z-index:2;background:#fffffff2;color:#0f3c3c;font-weight:600}.service-card .btn:hover{background:#fff;transform:translateY(-2px);box-shadow:#fff6 0 8px 25px}.features-section{margin-top:4rem;padding-top:3rem;border-top:2px solid rgba(255,255,255,.2)}.features-title{font-family:"DM Serif Display",serif;font-size:2.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:3rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-item{text-align:center;padding:2rem;background-color:#ffffff1a;border-radius:20px;border:1px solid rgba(255,255,255,.2);transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-item:hover{border-color:#fff6;box-shadow:#ffffff1a 0 10px 30px;background-color:#ffffff26}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-item h3{font-family:"DM Serif Display",serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.feature-item p{font-family:Quicksand,sans-serif;color:#fffffff2;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.login{min-height:calc(100vh - 200px)}.error-message{background-color:#fee;border:1px solid #fcc;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-family:Quicksand,sans-serif;font-weight:500}.login-help{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef;text-align:center}.login-help p{color:#666;font-size:.9rem;font-family:Quicksand,sans-serif}.form-actions{margin-top:2rem;display:flex;justify-content:center}.form-actions .btn{width:100%;max-width:400px}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fff;color:#000;padding:15px 0;box-shadow:#00000014 0 2px 12px;border-bottom:2px solid rgba(15,60,60,.1)}.app-header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{height:50px;width:auto;object-fit:contain;cursor:pointer;transition:opacity .2s}.logo:hover{opacity:.8}.app-header nav{display:flex;gap:2rem}.nav-item{cursor:pointer;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s;font-weight:500}.nav-item:hover{background-color:#0f3c3c1a;color:#0f3c3c}.nav-user{color:#0f3c3ccc;font-weight:500;cursor:default}.nav-user:hover{background-color:transparent;color:#0f3c3ccc}.app-main{flex:1;padding:2rem 0}.app-footer{background-color:#0f3c3c;color:#fff;padding:1.5rem 0;margin-top:auto}.app-footer .container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{padding:.75rem 2rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(45deg,#0f3c3c,#11ab85);color:#fff;border:0px none rgb(255,255,255);border-radius:16px;padding:18px 32px;font-weight:600;font-size:17.6px;font-family:Quicksand,sans-serif}.btn-primary:hover{transform:translateY(-2px);box-shadow:#0f3c3c4d 0 8px 25px}.btn-secondary{background-color:#0f3c3c1a;color:#0f3c3c;border:2px solid rgba(15,60,60,.2)}.btn-secondary:hover{background-color:#0f3c3c33;border-color:#0f3c3c66}.btn-outline{background-color:transparent;border:2px solid rgb(15,60,60);color:#0f3c3c}.btn-outline:hover{background:linear-gradient(45deg,#0f3c3c,#11ab85);color:#fff}.card{background:#fffffff2;border-radius:30px;padding:45px;box-shadow:#0003 0 30px 80px;border:2px solid rgba(255,255,255,.3);margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#0f3c3c;font-family:Quicksand,sans-serif}.form-input,.form-select{width:100%;padding:16px 20px;border:2px solid rgba(15,60,60,.1);border-radius:12px;font-size:17.6px;font-family:Quicksand,sans-serif;transition:border-color .2s;background-color:#fff}.form-input:focus,.form-select:focus{outline:none;border-color:#0f3c3c}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.page-title{font-size:2.5rem;margin-bottom:1rem;color:#0f3c3c;font-family:"DM Serif Display",serif;font-weight:700}.page-subtitle{color:#0f3c3cb3;margin-bottom:2rem;font-family:Quicksand,sans-serif}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}.badge-success{background-color:#d4edda;color:#155724}.badge-warning{background-color:#fff3cd;color:#856404}.badge-info{background-color:#d1ecf1;color:#0c5460}.badge-danger{background-color:#f8d7da;color:#721c24}.account-setup{min-height:calc(100vh - 200px)}.account-type-selector{display:flex;gap:1rem;margin-top:.5rem}.account-type-btn{flex:1;padding:1rem;border:2px solid rgba(15,60,60,.2);border-radius:12px;background:#fff;font-size:1rem;font-weight:600;color:#0f3c3c;cursor:pointer;transition:all .2s;font-family:Quicksand,sans-serif}.account-type-btn:hover{border-color:#0f3c3c66;background:#0f3c3c0d}.account-type-btn.active{background:linear-gradient(45deg,#0f3c3c,#11ab85);color:#fff;border-color:transparent}.account-setup-identity{min-height:calc(100vh - 200px)}.file-upload-area{position:relative;border:2px dashed rgba(15,60,60,.3);border-radius:12px;padding:2rem;text-align:center;transition:all .2s;cursor:pointer}.file-upload-area:hover{border-color:#0f3c3c80;background:#0f3c3c05}.file-input{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}.file-label{display:block;font-family:Quicksand,sans-serif;color:#0f3c3c;font-weight:500;cursor:pointer}.file-help-text{margin-top:.5rem;font-size:.875rem;color:#0f3c3c99;font-family:Quicksand,sans-serif}.account-setup-confirmation{min-height:calc(100vh - 200px);display:flex;align-items:center}.account-details{background:#0f3c3c0d;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:left}.deposits-withdrawals{min-height:calc(100vh - 200px)}.transaction-type-selector{display:flex;gap:1rem;margin-top:.5rem}.transaction-type-btn{flex:1;padding:1rem;border:2px solid rgba(15,60,60,.2);border-radius:12px;background:#fff;font-size:1rem;font-weight:600;color:#0f3c3c;cursor:pointer;transition:all .2s;font-family:Quicksand,sans-serif}.transaction-type-btn:hover{border-color:#0f3c3c66;background:#0f3c3c0d}.transaction-type-btn.active{background:linear-gradient(45deg,#0f3c3c,#11ab85);color:#fff;border-color:transparent}.transaction-confirmation{min-height:calc(100vh - 200px);display:flex;align-items:center}.transaction-details{background:#0f3c3c0d;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:left}.checking-savings{min-height:calc(100vh - 200px)}.account-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.account-card{background:#fffffff2;border-radius:20px;padding:2rem;box-shadow:#0000001a 0 10px 30px;border:2px solid rgba(15,60,60,.1);cursor:pointer;transition:all .3s ease}.account-card:hover{transform:translateY(-4px);box-shadow:#0f3c3c33 0 15px 40px;border-color:#0f3c3c4d}.account-number{font-family:Quicksand,sans-serif;color:#0f3c3cb3;margin-bottom:1rem;font-size:.9rem}.account-details{min-height:calc(100vh - 200px)}.account-header-card{background:linear-gradient(135deg,#0f3c3c,#11ab85);border-radius:20px;padding:2.5rem;color:#fff;margin-bottom:2rem}.account-name{font-family:"DM Serif Display",serif;font-size:2rem;margin-bottom:1rem}.account-info{display:flex;gap:1.5rem;margin-bottom:1.5rem;font-family:Quicksand,sans-serif}.account-type{padding:.25rem .75rem;background:#fff3;border-radius:12px;font-size:.875rem;font-weight:600}.account-number{font-size:.9rem;opacity:.9}.account-balance{font-family:"DM Serif Display",serif;font-size:3rem;font-weight:700}.account-actions{margin-bottom:2rem}.transactions-list{display:flex;flex-direction:column;gap:1rem}.transaction-item{display:grid;grid-template-columns:120px 1fr auto;gap:1rem;padding:1.5rem;background:#0f3c3c05;border-radius:12px;border:1px solid rgba(15,60,60,.1);align-items:center}.transaction-date{font-family:Quicksand,sans-serif;color:#0f3c3cb3;font-size:.9rem}.transaction-description{font-family:Quicksand,sans-serif;color:#0f3c3c;font-weight:500}.transaction-amount{font-family:"DM Serif Display",serif;font-size:1.2rem;font-weight:600}.transaction-amount.credit{color:#155724}.transaction-amount.debit{color:#721c24}.statements{min-height:calc(100vh - 200px)}.statements-list{display:flex;flex-direction:column;gap:1.5rem}.statement-card{background:#fffffff2;border-radius:20px;padding:2rem;box-shadow:#0000001a 0 10px 30px;border:2px solid rgba(15,60,60,.1);transition:all .3s ease}.statement-card:hover{transform:translateY(-2px);box-shadow:#0f3c3c33 0 15px 40px;border-color:#0f3c3c4d}.statement-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(15,60,60,.1)}.statement-period{display:flex;align-items:center;gap:1rem}.statement-period-title{font-family:"DM Serif Display",serif;font-size:1.8rem;color:#0f3c3c;margin:0}.statement-badge{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600;font-family:Quicksand,sans-serif}.statement-badge.current{background-color:#d4edda;color:#155724}.statement-date-range{font-family:Quicksand,sans-serif;color:#0f3c3cb3;font-size:.9rem}.statement-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;padding:1.5rem;background:#0f3c3c05;border-radius:12px}.summary-item{display:flex;flex-direction:column;gap:.5rem}.summary-label{font-family:Quicksand,sans-serif;color:#0f3c3cb3;font-size:.9rem;font-weight:500}.summary-value{font-family:"DM Serif Display",serif;font-size:1.3rem;color:#0f3c3c;font-weight:600}.summary-value.positive{color:#155724}.summary-value.negative{color:#721c24}.statement-actions{display:flex;gap:1rem;justify-content:flex-end}.statement-actions .btn{min-width:150px}.statement-detail{display:flex;flex-direction:column;gap:2rem}.statement-detail-header{display:flex;justify-content:space-between;align-items:flex-start}.statement-detail-title{font-family:"DM Serif Display",serif;font-size:2rem;color:#0f3c3c;margin-bottom:.5rem}.statement-detail-dates{font-family:Quicksand,sans-serif;color:#0f3c3cb3;font-size:1rem}.statement-account-info{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(15,60,60,.1)}.statement-account-info h3{font-family:"DM Serif Display",serif;font-size:1.5rem;color:#0f3c3c;margin-bottom:.5rem}.statement-account-info .account-number{font-family:Quicksand,sans-serif;color:#0f3c3cb3;margin-bottom:.25rem}.statement-account-info .account-type{font-family:Quicksand,sans-serif;color:#0f3c3cb3;font-size:.9rem}.statement-summary-detail{margin-bottom:2rem}.section-title{font-family:"DM Serif Display",serif;font-size:1.5rem;color:#0f3c3c;margin-bottom:1.5rem}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.summary-card{background:#0f3c3c05;border-radius:12px;padding:1.5rem;text-align:center;border:1px solid rgba(15,60,60,.1)}.summary-card-label{font-family:Quicksand,sans-serif;color:#0f3c3cb3;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.summary-card-value{font-family:"DM Serif Display",serif;font-size:1.8rem;color:#0f3c3c;font-weight:700}.summary-card-value.positive{color:#155724}.summary-card-value.negative{color:#721c24}.statement-transactions{margin-bottom:2rem}.statement-note{font-family:Quicksand,sans-serif;color:#0f3c3cb3;font-style:italic;line-height:1.6}@media print{.back-button,.statement-actions{display:none}.statement-card,.card{page-break-inside:avoid}}.loan-origination{min-height:calc(100vh - 200px)}.loan-types-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.loan-type-card{background:#fffffff2;border-radius:20px;padding:2rem;box-shadow:#0000001a 0 10px 30px;border:2px solid rgba(15,60,60,.1);cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.loan-type-card:hover{transform:translateY(-4px);box-shadow:#0f3c3c33 0 15px 40px;border-color:#0f3c3c4d}.loan-type-name{font-family:"DM Serif Display",serif;font-size:1.8rem;color:#0f3c3c;margin-bottom:.75rem}.loan-type-description{font-family:Quicksand,sans-serif;color:#0f3c3cb3;margin-bottom:1.5rem;flex:1;line-height:1.6}.loan-type-range{font-family:Quicksand,sans-serif;font-size:1.1rem;color:#0f3c3c;font-weight:600;margin-bottom:1.5rem;padding:1rem;background:#0f3c3c0d;border-radius:12px}.loan-type-card .btn{width:100%;margin-top:auto}.loan-application{min-height:calc(100vh - 200px)}.amount-input-wrapper{position:relative;display:flex;align-items:center}.currency-symbol{position:absolute;left:20px;font-size:1.2rem;font-weight:600;color:#0f3c3c;z-index:1}.amount-input-wrapper .form-input{padding-left:40px}.loan-confirmation{min-height:calc(100vh - 200px);display:flex;align-items:center}.application-details{background:#0f3c3c0d;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:left}.profile-management{min-height:calc(100vh - 200px)}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(15,60,60,.1)}.profile-section-title{font-family:"DM Serif Display",serif;font-size:1.8rem;color:#0f3c3c;margin:0}.form-input:disabled{background-color:#0f3c3c0d;cursor:not-allowed}.insurance-quote{min-height:calc(100vh - 200px)}.form-actions{display:flex;justify-content:center;margin-top:2rem}.form-actions .btn{min-width:200px}.insurance-signup{min-height:calc(100vh - 200px)}.quote-summary{background:linear-gradient(135deg,#0f3c3c,#11ab85);border-radius:20px;padding:2rem;color:#fff;margin-bottom:2rem}.quote-summary-title{font-family:"DM Serif Display",serif;font-size:1.5rem;margin-bottom:1rem}.quote-amounts{display:flex;gap:2rem;flex-wrap:wrap}.quote-item{display:flex;flex-direction:column;gap:.5rem}.quote-label{font-family:Quicksand,sans-serif;font-size:.9rem;opacity:.9}.quote-value{font-family:"DM Serif Display",serif;font-size:1.8rem;font-weight:700}.insurance-confirmation{min-height:calc(100vh - 200px);display:flex;align-items:center}.confirmation-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(45deg,#0f3c3c,#11ab85);color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 2rem;font-weight:700}.policy-details{background:#0f3c3c0d;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:left}.claims-submission{min-height:calc(100vh - 200px)}textarea.form-input{resize:vertical;min-height:100px;font-family:Quicksand,sans-serif}.radio-group{display:flex;gap:2rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;font-family:Quicksand,sans-serif;cursor:pointer}.radio-label input[type=radio]{width:20px;height:20px;cursor:pointer}.claims-processing{min-height:calc(100vh - 200px);display:flex;align-items:center}.confirmation-card{text-align:center;max-width:600px;margin:0 auto}.processing-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(45deg,#0f3c3c,#11ab85);color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 2rem}.confirmation-title{font-family:"DM Serif Display",serif;font-size:2.5rem;color:#0f3c3c;margin-bottom:1rem}.confirmation-message{font-family:Quicksand,sans-serif;font-size:1.1rem;color:#0f3c3cb3;margin-bottom:2rem}.claim-details{background:#0f3c3c0d;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:left}.detail-item{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid rgba(15,60,60,.1)}.detail-item:last-child{border-bottom:none}.detail-label{font-family:Quicksand,sans-serif;font-weight:600;color:#0f3c3cb3}.detail-value{font-family:"DM Serif Display",serif;font-size:1.2rem;color:#0f3c3c;font-weight:600}.next-steps{background:#11ab851a;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:left}.next-steps-title{font-family:"DM Serif Display",serif;font-size:1.5rem;color:#0f3c3c;margin-bottom:1rem}.next-steps-list{font-family:Quicksand,sans-serif;color:#0f3c3cb3;line-height:2;padding-left:1.5rem}.next-step-item{margin-bottom:.5rem}.confirmation-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.confirmation-actions .btn{min-width:180px}.explanation-of-benefits{min-height:calc(100vh - 200px)}.eob-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(15,60,60,.1)}.eob-title{font-family:"DM Serif Display",serif;font-size:1.8rem;color:#0f3c3c;margin:0}.eob-claim-number{font-family:Quicksand,sans-serif;font-weight:600;color:#0f3c3cb3}.eob-details{display:flex;flex-direction:column;gap:2rem}.eob-section{background:#0f3c3c05;border-radius:12px;padding:1.5rem}.eob-section-title{font-family:"DM Serif Display",serif;font-size:1.3rem;color:#0f3c3c;margin-bottom:1rem}.eob-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(15,60,60,.1)}.eob-item:last-child{border-bottom:none}.eob-item.eob-total{border-top:2px solid rgba(15,60,60,.2);margin-top:.5rem;padding-top:1rem}.eob-label{font-family:Quicksand,sans-serif;color:#0f3c3cb3;font-weight:500}.eob-value{font-family:"DM Serif Display",serif;font-size:1.1rem;color:#0f3c3c;font-weight:600}.eob-paid{color:#155724}.eob-responsibility{color:#721c24;font-size:1.3rem}.eob-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.eob-actions .btn{min-width:120px}.car-insurance{min-height:calc(100vh - 200px)}.insurance-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.vehicles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.vehicle-card{background:#fffffff2;border-radius:20px;padding:2rem;box-shadow:#0000001a 0 10px 30px;border:2px solid rgba(15,60,60,.1)}.vehicle-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.vehicle-name{font-family:"DM Serif Display",serif;font-size:1.5rem;color:#0f3c3c;margin:0}.remove-button{background:none;border:1px solid rgba(220,53,69,.5);color:#dc3545;padding:.5rem 1rem;border-radius:8px;font-family:Quicksand,sans-serif;font-weight:500;cursor:pointer;transition:all .2s}.remove-button:hover{background:#dc35451a;border-color:#dc3545}.vehicle-detail-item{display:flex;justify-content:space-between;padding:.75rem;background:#0f3c3c05;border-radius:8px}.empty-state{text-align:center;padding:4rem 2rem;background:#0f3c3c05;border-radius:20px}.empty-state-message{font-family:Quicksand,sans-serif;color:#0f3c3cb3;font-size:1.1rem}.add-vehicle{min-height:calc(100vh - 200px)}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.remove-vehicle{min-height:calc(100vh - 200px)}.vehicle-info{margin-bottom:2rem}.vehicle-name{font-family:"DM Serif Display",serif;font-size:1.8rem;color:#0f3c3c;margin-bottom:1.5rem}.vehicle-details{display:flex;flex-direction:column;gap:1rem}.vehicle-detail-item{display:flex;justify-content:space-between;padding:1rem;background:#0f3c3c05;border-radius:8px}.vehicle-label{font-family:Quicksand,sans-serif;color:#0f3c3cb3;font-weight:500}.vehicle-value{font-family:"DM Serif Display",serif;color:#0f3c3c;font-weight:600}.warning-message{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.warning-text{font-family:Quicksand,sans-serif;color:#856404;line-height:1.6;margin:0}.btn-danger{background:#dc3545;color:#fff;border:none}.btn-danger:hover{background:#c82333;transform:translateY(-2px);box-shadow:#dc35454d 0 8px 25px}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.form-actions .btn{min-width:120px}.id-cards{min-height:calc(100vh - 200px)}.back-button{background:none;border:none;color:#0f3c3c;font-family:Quicksand,sans-serif;font-size:1rem;cursor:pointer;margin-bottom:1rem;padding:.5rem 0;transition:color .2s}.back-button:hover{color:#11ab85}.id-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.id-card{background:#fff;border:2px solid rgba(15,60,60,.2);border-radius:20px;padding:2rem;box-shadow:#0000001a 0 10px 30px}.id-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(15,60,60,.1)}.id-card-title{font-family:"DM Serif Display",serif;font-size:1.5rem;color:#0f3c3c;margin:0}.id-card-type{font-family:Quicksand,sans-serif;font-size:.875rem;color:#0f3c3cb3;font-weight:600;padding:.25rem .75rem;background:#0f3c3c1a;border-radius:8px}.id-card-content{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.id-card-item{display:flex;justify-content:space-between;padding:.75rem;background:#0f3c3c05;border-radius:8px}.id-card-label{font-family:Quicksand,sans-serif;color:#0f3c3cb3;font-weight:500;font-size:.9rem}.id-card-value{font-family:"DM Serif Display",serif;color:#0f3c3c;font-weight:600;font-size:1rem}.id-card-actions{display:flex;gap:1rem;justify-content:center}.id-card-actions .btn{flex:1;min-width:120px}@media print{.back-button,.id-card-actions{display:none}.id-card{page-break-inside:avoid}}.wealth-dashboard{min-height:calc(100vh - 200px)}.portfolio-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.summary-card{background:linear-gradient(135deg,#0f3c3c,#11ab85);border-radius:20px;padding:2rem;color:#fff}.summary-title{font-family:Quicksand,sans-serif;font-size:1rem;opacity:.9;margin-bottom:1rem}.summary-value{font-family:"DM Serif Display",serif;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.summary-value.positive{color:#90ee90}.summary-value.negative{color:#ff6b6b}.summary-percentage{font-family:Quicksand,sans-serif;font-size:1.2rem;opacity:.9}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:grid;grid-template-columns:120px 1fr auto;gap:1rem;padding:1.5rem;background:#0f3c3c05;border-radius:12px;border:1px solid rgba(15,60,60,.1);align-items:center}.activity-date{font-family:Quicksand,sans-serif;color:#0f3c3cb3;font-size:.9rem}.activity-description{font-family:Quicksand,sans-serif;color:#0f3c3c;font-weight:500}.activity-amount{font-family:"DM Serif Display",serif;font-size:1.2rem;font-weight:600;color:#0f3c3c}.activity-amount.positive{color:#155724}.portfolio-overview{min-height:calc(100vh - 200px)}.holdings-table{display:flex;flex-direction:column;gap:.5rem}.table-header{display:grid;grid-template-columns:100px 1fr 100px 100px 150px 100px;gap:1rem;padding:1rem;background:#0f3c3c0d;border-radius:8px;font-weight:600;font-family:Quicksand,sans-serif;color:#0f3c3c}.table-row{display:grid;grid-template-columns:100px 1fr 100px 100px 150px 100px;gap:1rem;padding:1rem;background:#0f3c3c05;border-radius:8px;border:1px solid rgba(15,60,60,.1);align-items:center}.table-cell.positive{color:#155724;font-weight:600}.table-cell.negative{color:#721c24;font-weight:600}@media (max-width: 768px){.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.table-cell{display:flex;justify-content:space-between}.table-cell:before{content:attr(data-label);font-weight:600}}.investment-accounts{min-height:calc(100vh - 200px)}.accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.account-card{background:#fffffff2;border-radius:20px;padding:2rem;box-shadow:#0000001a 0 10px 30px;border:2px solid rgba(15,60,60,.1)}.account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.account-name{font-family:"DM Serif Display",serif;font-size:1.5rem;color:#0f3c3c;margin:0}.account-type-badge{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600;background-color:#0f3c3c1a;color:#0f3c3c}.account-balance{font-family:"DM Serif Display",serif;font-size:2rem;font-weight:700;color:#0f3c3c}.financial-planning{min-height:calc(100vh - 200px)}.planning-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.planning-card{background:#fffffff2;border-radius:20px;padding:2.5rem;box-shadow:#0000001a 0 10px 30px;border:2px solid rgba(15,60,60,.1);display:flex;flex-direction:column;text-align:center}.planning-title{font-family:"DM Serif Display",serif;font-size:1.8rem;color:#0f3c3c;margin-bottom:1rem}.planning-description{font-family:Quicksand,sans-serif;color:#0f3c3cb3;line-height:1.6;margin-bottom:2rem;flex:1}.planning-card .btn{width:100%;margin-top:auto}.ib-dashboard{min-height:calc(100vh - 200px)}.dashboard-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.service-item{padding:1.5rem;background:#0f3c3c05;border-radius:12px;border:1px solid rgba(15,60,60,.1)}.service-name{font-family:"DM Serif Display",serif;font-size:1.3rem;color:#0f3c3c;margin-bottom:.5rem}.ib-service-description{font-family:Quicksand,sans-serif;color:#0f3c3cb3;line-height:1.6}.market-analysis{min-height:calc(100vh - 200px)}.section-title{font-family:"DM Serif Display",serif;font-size:1.8rem;color:#0f3c3c;margin-bottom:1.5rem}.market-data-list{display:flex;flex-direction:column;gap:1rem}.market-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#0f3c3c05;border-radius:12px;border:1px solid rgba(15,60,60,.1)}.market-sector{font-family:"DM Serif Display",serif;font-size:1.3rem;color:#0f3c3c;font-weight:600}.market-performance{font-family:"DM Serif Display",serif;font-size:1.5rem;font-weight:700}.market-performance.up{color:#155724}.market-performance.down{color:#721c24}.advisory-services{min-height:calc(100vh - 200px)}.advisory-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.advisory-card{background:#fffffff2;border-radius:20px;padding:2.5rem;box-shadow:#0000001a 0 10px 30px;border:2px solid rgba(15,60,60,.1)}.advisory-title{font-family:"DM Serif Display",serif;font-size:1.8rem;color:#0f3c3c;margin-bottom:1rem}.advisory-description{font-family:Quicksand,sans-serif;color:#0f3c3cb3;line-height:1.6}.transaction-history{min-height:calc(100vh - 200px)}.transactions-table{display:flex;flex-direction:column;gap:.5rem}.table-header{display:grid;grid-template-columns:120px 100px 120px 100px 120px 150px;gap:1rem;padding:1rem;background:#0f3c3c0d;border-radius:8px;font-weight:600;font-family:Quicksand,sans-serif;color:#0f3c3c}.table-row{display:grid;grid-template-columns:120px 100px 120px 100px 120px 150px;gap:1rem;padding:1rem;background:#0f3c3c05;border-radius:8px;border:1px solid rgba(15,60,60,.1);align-items:center}.table-cell{font-family:Quicksand,sans-serif;color:#0f3c3c}@media (max-width: 768px){.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#0f3c3c}#root{min-height:100vh;display:flex;flex-direction:column}
