:root{--lg-emerald-50:#ecfdf5;--lg-emerald-100:#d1fae5;--lg-emerald-500:#10b981;--lg-emerald-600:#059669;--lg-emerald-700:#047857;--lg-emerald-800:#065f46;--lg-emerald-900:#064e3b;--lg-emerald-950:#022c22;--lg-dark-bg:#030712;--lg-card-bg:#064e3b26;--lg-card-border:#10b98126;--lg-card-border-hover:#10b98159;--lg-font-sans:"Outfit", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.landing-container{font-family:var(--lg-font-sans);background-color:var(--lg-dark-bg);background-image:radial-gradient(circle at 10% 20%, #022c2299 0%, transparent 50%), radial-gradient(circle at 90% 80%, #065f4666 0%, transparent 50%), radial-gradient(circle at 50% 50%, #030712cc 0%, var(--lg-dark-bg) 100%);color:#f3f4f6;min-height:100vh;line-height:1.5;position:relative;overflow-x:hidden}.lg-navbar{-webkit-backdrop-filter:blur(16px);z-index:100;background:#03071299;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px 8%;transition:all .3s;display:flex;position:sticky;top:0}.lg-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.lg-logo-icon{background:linear-gradient(135deg, var(--lg-emerald-500), var(--lg-emerald-700));color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:800;transition:transform .3s;display:flex;transform:rotate(-5deg);box-shadow:0 4px 12px #10b9814d}.lg-logo:hover .lg-logo-icon{transform:rotate(5deg)scale(1.05)}.lg-logo-text{background:linear-gradient(to right, #fff, var(--lg-emerald-100));-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;font-size:22px;font-weight:800}.lg-nav-links{align-items:center;gap:32px;display:flex}.lg-nav-link{color:#9ca3af;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s,transform .2s}.lg-nav-link:hover{color:var(--lg-emerald-100);transform:translateY(-1px)}.lg-nav-cta{background:linear-gradient(135deg, var(--lg-emerald-600), var(--lg-emerald-700));color:#fff;border:1px solid #ffffff1a;border-radius:30px;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #05966933}.lg-nav-cta:hover{background:linear-gradient(135deg, var(--lg-emerald-500), var(--lg-emerald-600));transform:translateY(-2px);box-shadow:0 4px 20px #10b98166}.lg-hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;padding:80px 8% 60px;display:grid}.lg-hero-content{flex-direction:column;display:flex}.lg-badge{color:var(--lg-emerald-100);background:#10b9811a;border:1px solid #10b98133;border-radius:100px;align-items:center;gap:8px;width:fit-content;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.lg-hero-title{background:linear-gradient(to right, #fff, var(--lg-emerald-100), #fff);-webkit-text-fill-color:transparent;letter-spacing:-1.5px;-webkit-background-clip:text;margin:0 0 20px;font-size:54px;font-weight:800;line-height:1.15}.lg-hero-title span{color:var(--lg-emerald-500);-webkit-text-fill-color:var(--lg-emerald-500)}.lg-hero-subtitle{color:#9ca3af;margin-bottom:40px;font-size:18px;line-height:1.6}.lg-cta-group{gap:20px;margin-bottom:48px;display:flex}.lg-btn{border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.lg-btn-primary{background:linear-gradient(135deg, var(--lg-emerald-600), var(--lg-emerald-700));color:#fff;border:1px solid #ffffff1a;box-shadow:0 4px 20px #05966940}.lg-btn-primary:hover{background:linear-gradient(135deg, var(--lg-emerald-500), var(--lg-emerald-600));transform:translateY(-3px);box-shadow:0 8px 30px #10b98166}.lg-btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a}.lg-btn-secondary:hover{background:#ffffff1a;border-color:#10b9814d;transform:translateY(-3px)}.lg-stats-section{padding:40px 8%}.lg-stats-strip{border:1px solid var(--lg-card-border);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#064e3b33,#03071280);border-radius:24px;grid-template-columns:repeat(4,1fr);gap:24px;padding:30px 40px;display:grid}.lg-stat-item{text-align:center;position:relative}.lg-stat-item:not(:last-child):after{content:"";background:#ffffff1a;width:1px;height:70%;position:absolute;top:15%;right:-12px}.lg-stat-number{color:#fff;background:linear-gradient(to right, #fff, var(--lg-emerald-500));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:4px;font-size:36px;font-weight:800}.lg-stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:500}.lg-features-section{padding:80px 8%}.lg-section-header{text-align:center;max-width:600px;margin:0 auto 60px}.lg-section-title{color:#fff;letter-spacing:-1px;margin:0 0 16px;font-size:40px;font-weight:800}.lg-section-subtitle{color:#9ca3af;font-size:16px;line-height:1.6}.lg-features-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.lg-feature-card{background:var(--lg-card-bg);border:1px solid var(--lg-card-border);-webkit-backdrop-filter:blur(10px);border-radius:20px;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.lg-feature-card:before{content:"";background:linear-gradient(90deg, transparent, var(--lg-emerald-500), transparent);width:100%;height:4px;transition:transform .5s;position:absolute;top:0;left:0;transform:translate(-100%)}.lg-feature-card:hover{border-color:var(--lg-card-border-hover);transform:translateY(-8px);box-shadow:0 12px 30px #10b98126}.lg-feature-card:hover:before{transform:translate(100%)}.lg-feature-icon{width:52px;height:52px;color:var(--lg-emerald-500);background:#10b9811a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:24px;transition:all .3s;display:flex}.lg-feature-card:hover .lg-feature-icon{background:var(--lg-emerald-500);color:#fff;transform:scale(1.05)}.lg-feature-title{color:#fff;margin:0 0 12px;font-size:20px;font-weight:700}.lg-feature-desc{color:#9ca3af;margin:0;font-size:14px;line-height:1.6}.lg-mockup-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.lg-phone-mockup{background:#000;border:10px solid #1f2937;border-radius:40px;flex-direction:column;width:290px;height:580px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px -15px #000000e6,0 0 0 2px #ffffff0d}.lg-phone-notch{z-index:10;background:#000;border-bottom-right-radius:15px;border-bottom-left-radius:15px;justify-content:center;align-items:center;width:140px;height:24px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.lg-phone-camera{background:#111827;border-radius:50%;width:8px;height:8px;margin-right:6px}.lg-phone-speaker{background:#374151;border-radius:10px;width:40px;height:3px}.lg-phone-status-bar{color:#374151;z-index:5;background:#f8fafc;justify-content:space-between;align-items:center;height:28px;padding:0 24px;font-size:10px;font-weight:700;display:flex}.lg-phone-screen{font-family:var(--lg-font-sans);color:#1e293b;background:#f8fafc;flex-direction:column;flex:1;padding:16px;display:flex;overflow-y:auto}.m-app-header{border-bottom:1px solid #e2e8f0;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;display:flex}.m-app-header-back{color:#059669;font-size:16px;font-weight:700}.m-app-header-title{fontWeight:800;color:#0f172a;font-size:14px}.m-step-indicator{gap:4px;margin-bottom:16px;display:flex}.m-step-pill{background:#e2e8f0;border-radius:2px;flex:1;height:4px}.m-step-pill.active{background:#059669}.m-title{color:#0f172a;margin:0 0 2px;font-size:16px;font-weight:800}.m-subtitle{color:#64748b;margin-bottom:16px;font-size:11px}.m-label{color:#475569;margin-bottom:4px;font-size:10px;font-weight:700}.m-selector{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 12px;font-size:11px;font-weight:600;display:flex}.m-amount-wrap{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:6px;margin-bottom:12px;padding:8px 12px;display:flex}.m-amount-prefix{color:#64748b;font-size:14px;font-weight:800}.m-amount-value{color:#475569;font-size:13px;font-weight:700}.m-fee-row{color:#64748b;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:10px;font-weight:600;display:flex}.m-fee-value{color:#334155;font-weight:700}.m-emi-card{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:10px;margin-top:10px;padding:12px}.m-emi-title{color:#065f46;text-transform:uppercase;letter-spacing:.3px;margin-bottom:8px;font-size:11px;font-weight:700}.m-emi-val-row{justify-content:space-between;margin-bottom:8px;display:flex}.m-emi-val-label{color:#065f46;font-size:10px;font-weight:600}.m-emi-val-num{color:#047857;font-size:15px;font-weight:900}.m-breakdown-row{color:#065f46;justify-content:space-between;margin-bottom:4px;font-size:9.5px;font-weight:600;display:flex}.m-breakdown-val{color:#047857;font-weight:700}.m-btn-next{color:#fff;text-align:center;cursor:pointer;background:#059669;border:none;border-radius:8px;margin-top:14px;padding:10px;font-size:12px;font-weight:700;box-shadow:0 4px 10px #05966933}.lg-demo-section{background:#03071266;border-top:1px solid #ffffff08;border-bottom:1px solid #ffffff08;padding:80px 8%}.lg-demo-grid{grid-template-columns:1.15fr .85fr;align-items:start;gap:50px;display:grid}.lg-calc-card{background:var(--lg-card-bg);border:1px solid var(--lg-card-border);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:40px}.lg-calc-title{color:#fff;align-items:center;gap:12px;margin:0 0 32px;font-size:24px;font-weight:800;display:flex}.lg-calc-title-icon{color:var(--lg-emerald-500)}.lg-calc-form{flex-direction:column;gap:28px;margin-bottom:36px;display:flex}.lg-slider-group{flex-direction:column;display:flex}.lg-slider-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.lg-slider-label{color:#9ca3af;font-size:15px;font-weight:600}.lg-slider-value{color:#fff;font-size:18px;font-weight:700}.lg-slider{-webkit-appearance:none;background:#1f2937;border-radius:3px;outline:none;width:100%;height:6px;transition:background .2s}.lg-slider::-webkit-slider-runnable-track{cursor:pointer;border-radius:3px;width:100%;height:6px}.lg-slider::-webkit-slider-thumb{appearance:none;background:var(--lg-emerald-500);cursor:pointer;border-radius:50%;width:20px;height:20px;margin-top:-7px;transition:transform .1s;box-shadow:0 0 10px #10b98180}.lg-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.lg-toggle-container{background:#111827;border:1px solid #ffffff0d;border-radius:10px;padding:4px;display:flex}.lg-toggle-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.lg-toggle-btn.active{background:var(--lg-emerald-800);color:#fff}.lg-calc-results{background:#03071266;border:1px solid #ffffff08;border-radius:16px;grid-template-columns:repeat(3,1fr);gap:20px;padding:24px;display:grid}.lg-result-item{flex-direction:column;display:flex}.lg-result-label{color:#6b7280;margin-bottom:6px;font-size:13px;font-weight:500}.lg-result-val{color:#fff;font-size:20px;font-weight:800}.lg-result-val.highlight{color:var(--lg-emerald-500);font-size:24px}.lg-download-section{padding:80px 8%}.lg-download-card{border:1px solid var(--lg-card-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#064e3b4d 0%,#030712cc 100%);border-radius:32px;justify-content:space-between;align-items:center;gap:40px;padding:60px 80px;display:flex;position:relative;overflow:hidden}.lg-download-card:after{content:"";filter:blur(50px);background:#10b9810d;border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.lg-download-info{max-width:550px}.lg-download-title{color:#fff;margin:0 0 16px;font-size:36px;font-weight:800}.lg-download-desc{color:#9ca3af;margin-bottom:32px;font-size:16px;line-height:1.6}.lg-download-meta{color:#6b7280;border-top:1px solid #ffffff0d;gap:24px;padding-top:20px;font-size:13px;font-weight:600;display:flex}.lg-download-action-wrap{flex-direction:column;align-items:center;gap:16px;display:flex}.lg-qr-placeholder{background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;padding:12px;display:flex;box-shadow:0 10px 30px #0000004d}.lg-qr-text{color:#030712;text-align:center;margin-top:6px;font-size:10px;font-weight:700}.lg-footer{background:#020617;border-top:1px solid #ffffff08;padding:60px 8% 30px}.lg-footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:60px;margin-bottom:40px;display:grid}.lg-footer-about{flex-direction:column;display:flex}.lg-footer-desc{color:#6b7280;max-width:320px;margin:16px 0 0;font-size:14px;line-height:1.6}.lg-footer-column{flex-direction:column;gap:16px;display:flex}.lg-footer-title{color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:15px;font-weight:700}.lg-footer-list{flex-direction:column;gap:10px;display:flex}.lg-footer-item{color:#6b7280;font-size:14px;text-decoration:none;transition:color .2s}.lg-footer-item:hover{color:#fff}.lg-footer-bottom{color:#4b5563;border-top:1px solid #ffffff08;justify-content:space-between;align-items:center;padding-top:30px;font-size:13px;display:flex}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.lg-float-animation{animation:6s ease-in-out infinite float}@media (width<=1024px){.lg-hero{text-align:center;grid-template-columns:1fr;gap:40px;padding-top:40px}.lg-hero-content{align-items:center}.lg-badge{margin-left:auto;margin-right:auto}.lg-cta-group{justify-content:center}.lg-demo-grid{grid-template-columns:1fr;gap:40px}.lg-phone-mockup{margin:0 auto}.lg-stats-strip{grid-template-columns:repeat(2,1fr)}.lg-stat-item:nth-child(2):after{display:none}.lg-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.lg-navbar{padding:16px 5%}.lg-nav-links{display:none}.lg-hero-title{font-size:38px}.lg-download-card{text-align:center;flex-direction:column;padding:40px}.lg-download-meta{justify-content:center}.lg-footer-grid{grid-template-columns:1fr;gap:30px}}@media (width<=480px){.lg-cta-group{flex-direction:column;width:100%}.lg-btn{justify-content:center;width:100%}.lg-stats-strip{grid-template-columns:1fr;padding:20px}.lg-stat-item:after{display:none!important}.lg-features-grid,.lg-calc-results{grid-template-columns:1fr}}.customer-detail-page{flex-direction:column;gap:20px;display:flex}.customer-detail-header{align-items:flex-end}.customer-back-button{color:#64748b;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;width:fit-content;margin-bottom:10px;padding:8px 0;font-size:13px;font-weight:700;display:inline-flex}.customer-back-button:hover{color:#10b981}.customer-header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.customer-icon-button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:inline-flex}.customer-icon-button:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.customer-hero{justify-content:space-between;align-items:stretch;gap:24px;padding:24px;display:flex;position:relative;overflow:hidden}.customer-hero:before{content:"";background:linear-gradient(90deg,#10b981,#3b82f6,#f59e0b);height:4px;position:absolute;inset:0}.customer-identity{align-items:center;gap:18px;min-width:0;display:flex}.customer-avatar{color:#fff;letter-spacing:0;background:linear-gradient(135deg,#1e3a5f,#0f172a);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:84px;height:84px;font-size:24px;font-weight:800;display:flex;box-shadow:0 16px 30px #0f172a2e}.customer-title-block{min-width:0}.customer-title-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}.customer-title-row h2{color:#0f172a;margin:0;font-size:26px;font-weight:800;line-height:1.15}.customer-meta-row,.customer-tag-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.customer-meta-row{color:#64748b;margin-bottom:12px;font-size:13px;font-weight:600}.customer-meta-row span:not(:last-child):after{content:"";vertical-align:middle;background:#cbd5e1;border-radius:50%;width:4px;height:4px;margin-left:10px;display:inline-block}.customer-tag-row span{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex}.credit-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;min-width:170px;padding:18px;display:flex}.credit-label,.credit-panel span:last-child{color:#64748b;font-size:12px;font-weight:700}.credit-panel strong{color:#0f172a;margin:8px 0;font-size:36px;line-height:1}.credit-panel-excellent{background:#ecfdf5;border-color:#a7f3d0}.credit-panel-excellent span:last-child{color:#059669}.credit-panel-good{background:#eff6ff;border-color:#bfdbfe}.credit-panel-good span:last-child{color:#2563eb}.credit-panel-watch{background:#fffbeb;border-color:#fde68a}.credit-panel-watch span:last-child{color:#d97706}.customer-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.customer-stat-card{align-items:center;gap:14px;min-width:0;padding:18px;display:flex}.customer-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.customer-stat-card span,.customer-info-item span,.customer-loan-values span,.customer-health-grid span,.customer-kyc-item span{color:#64748b;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.customer-stat-card strong{color:#0f172a;overflow-wrap:anywhere;font-size:18px;font-weight:800;line-height:1.25;display:block}.customer-action-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:12px;display:grid}.customer-action-button{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 12px;font-size:13px;font-weight:800;transition:all .2s;display:inline-flex}.customer-action-button:hover{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.customer-detail-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:20px;display:grid}.customer-main-column,.customer-side-column{flex-direction:column;gap:20px;min-width:0;display:flex}.customer-section-card{padding:22px}.customer-section-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.customer-section-header.compact{margin-bottom:16px}.customer-section-header h3{color:#0f172a;margin:0 0 4px;font-size:16px;font-weight:800}.customer-section-header p{color:#64748b;font-size:13px;line-height:1.4}.customer-text-link{color:#10b981;white-space:nowrap;font-size:13px;font-weight:800;text-decoration:none}.customer-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.customer-info-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:12px;min-width:0;padding:14px;display:flex}.customer-info-item svg{color:#10b981;flex-shrink:0;margin-top:1px}.customer-info-item strong{color:#0f172a;text-transform:capitalize;font-size:14px;font-weight:800;line-height:1.45}.customer-info-item.wide{grid-column:1/-1}.customer-loan-list{flex-direction:column;gap:14px;display:flex}.customer-loan-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.customer-loan-top{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.customer-loan-top h4{color:#0f172a;margin:0 0 4px;font-size:15px;font-weight:800}.customer-loan-top p{color:#64748b;font-size:13px}.customer-loan-values{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.customer-loan-values strong,.customer-health-grid strong,.customer-kyc-item strong{color:#0f172a;overflow-wrap:anywhere;font-size:14px;font-weight:800;display:block}.customer-progress-row{color:#64748b;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;font-size:12px;font-weight:800;display:grid}.customer-progress-track{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.customer-progress-track.large{height:10px}.customer-progress-track div{border-radius:inherit;background:linear-gradient(90deg,#10b981,#3b82f6);height:100%}.customer-health-pill{color:#059669;background:#ecfdf5;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.customer-health-score{margin-bottom:16px}.customer-health-score strong{color:#0f172a;margin-bottom:6px;font-size:38px;font-weight:900;line-height:1;display:block}.customer-health-score span{color:#64748b;font-size:13px;font-weight:700}.customer-health-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.customer-health-grid div{background:#f8fafc;border-radius:12px;padding:12px}.customer-kyc-list,.customer-timeline{flex-direction:column;gap:12px;display:flex}.customer-kyc-item{background:#f8fafc;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.customer-kyc-item em{color:#059669;white-space:nowrap;font-size:12px;font-style:normal;font-weight:800}.customer-doc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.customer-doc-item{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;flex-direction:column;gap:7px;min-height:112px;padding:14px;display:flex}.customer-doc-item svg{color:#64748b}.customer-doc-item span{color:#334155;font-size:13px;font-weight:800}.customer-doc-item strong{color:#d97706;margin-top:auto;font-size:12px;font-weight:800}.customer-timeline-item{grid-template-columns:12px minmax(0,1fr);gap:12px;display:grid;position:relative}.customer-timeline-item:not(:last-child):after{content:"";background:#e2e8f0;width:2px;position:absolute;top:18px;bottom:-14px;left:5px}.timeline-dot{z-index:1;background:#94a3b8;border-radius:50%;width:12px;height:12px;margin-top:4px}.dot-success{background:#10b981}.dot-info{background:#3b82f6}.dot-danger{background:#ef4444}.customer-timeline-item strong{color:#0f172a;text-transform:capitalize;font-size:13px;font-weight:800}.customer-timeline-item p{color:#64748b;text-transform:capitalize;margin:2px 0;font-size:12px;line-height:1.45}.customer-timeline-item small{color:#94a3b8;font-size:11px;font-weight:700}.customer-empty-box{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:170px;display:flex}.customer-empty-box strong{color:#334155;font-size:14px}.customer-empty-box span{font-size:12px}.customer-empty-box.small{min-height:70px}@media (width<=1180px){.customer-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-detail-grid{grid-template-columns:1fr}}@media (width<=760px){.customer-detail-header{align-items:flex-start}.customer-header-actions,.customer-header-actions .btn-secondary,.customer-header-actions .btn-primary{width:100%}.customer-header-actions .btn-secondary,.customer-header-actions .btn-primary{justify-content:center}.customer-hero{flex-direction:column;padding:18px}.customer-identity{align-items:flex-start}.customer-avatar{border-radius:14px;width:64px;height:64px;font-size:19px}.customer-title-row h2{font-size:22px}.credit-panel{min-width:0}.customer-stat-grid,.customer-action-strip,.customer-info-grid,.customer-loan-values,.customer-health-grid,.customer-doc-grid{grid-template-columns:1fr}.customer-section-card{padding:18px}.customer-section-header{flex-direction:column;align-items:stretch}.customer-action-button{justify-content:flex-start}}@media (width<=520px){.customer-identity{flex-direction:column}.customer-stat-card{align-items:flex-start}.customer-meta-row{gap:6px;display:grid}.customer-meta-row span:after{display:none!important}}.doc-status-badge{border-radius:999px;padding:3px 8px;margin-bottom:0!important;font-size:11px!important;font-weight:700!important;display:inline-flex!important}.doc-status-badge.verified{background-color:#ecfdf5;color:#059669!important}.doc-status-badge.unverified{background-color:#fffbeb;color:#d97706!important}.doc-verify-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:5px 12px;font-size:11px;font-weight:800;transition:all .2s}.doc-verify-btn.btn-verify{color:#fff;background-color:#10b981}.doc-verify-btn.btn-verify:hover{background-color:#059669}.doc-verify-btn.btn-unverify{color:#ef4444;background-color:#0000;border-color:#ef4444}.doc-verify-btn.btn-unverify:hover{background-color:#fef2f2}.customer-doc-item.verified{background-color:#f6fdfa!important;border-color:#a7f3d0!important}.customer-doc-item.unverified{background-color:#f8fafc!important;border-color:#cbd5e1!important}.customer-doc-table{border-collapse:collapse;width:100%}.customer-doc-table th{text-transform:uppercase;letter-spacing:.5px;color:#64748b;border-bottom:2px solid var(--border-color);background-color:#f8fafc;padding:12px 16px;font-size:11px;font-weight:700}.customer-doc-table td{color:var(--text-color);border-bottom:1px solid var(--border-color);padding:14px 16px;font-size:13px}.customer-doc-table tr:hover{background-color:#f8fafc}.customer-profile-layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:20px;display:grid}@media (width<=1180px){.customer-profile-layout{grid-template-columns:1fr}}.employee-detail-page{flex-direction:column;gap:20px;display:flex}.employee-detail-header{align-items:flex-end}.employee-back-button{color:#64748b;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;width:fit-content;margin-bottom:10px;padding:8px 0;font-size:13px;font-weight:700;display:inline-flex}.employee-back-button:hover{color:#10b981}.employee-header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.employee-icon-button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:inline-flex}.employee-icon-button:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.employee-hero{justify-content:space-between;align-items:stretch;gap:24px;padding:24px;display:flex;position:relative;overflow:hidden}.employee-hero:before{content:"";background:linear-gradient(90deg,#10b981,#3b82f6,#f59e0b);height:4px;position:absolute;inset:0}.employee-identity{align-items:center;gap:18px;min-width:0;display:flex}.employee-avatar{color:#fff;letter-spacing:0;background:linear-gradient(135deg,#1e3a5f,#0f172a);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:84px;height:84px;font-size:24px;font-weight:800;display:flex;box-shadow:0 16px 30px #0f172a2e}.employee-title-block{min-width:0}.employee-title-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}.employee-title-row h2{color:#0f172a;margin:0;font-size:26px;font-weight:800;line-height:1.15}.employee-meta-row,.employee-tag-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.employee-meta-row{color:#64748b;margin-bottom:12px;font-size:13px;font-weight:600}.employee-meta-row span:not(:last-child):after{content:"";vertical-align:middle;background:#cbd5e1;border-radius:50%;width:4px;height:4px;margin-left:10px;display:inline-block}.employee-tag-row span{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex}.salary-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;min-width:170px;padding:18px;display:flex}.salary-label,.salary-panel span:last-child{color:#64748b;font-size:12px;font-weight:700}.salary-panel strong{color:#0f172a;margin:8px 0;font-size:28px;line-height:1}.employee-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.employee-stat-card{align-items:center;gap:14px;min-width:0;padding:18px;display:flex}.employee-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-blue{color:#2563eb;background:#eff6ff}.stat-red{color:#dc2626;background:#fef2f2}.stat-green{color:#059669;background:#ecfdf5}.stat-violet{color:#7c3aed;background:#f5f3ff}.employee-stat-card span,.employee-info-item span{color:#64748b;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.employee-stat-card strong{color:#0f172a;overflow-wrap:anywhere;font-size:16px;font-weight:800;line-height:1.25;display:block}.employee-detail-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:20px;display:grid}.employee-main-column,.employee-side-column{flex-direction:column;gap:20px;min-width:0;display:flex}.employee-section-card{padding:22px}.employee-section-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.employee-section-header.compact{margin-bottom:16px}.employee-section-header h3{color:#0f172a;margin:0 0 4px;font-size:16px;font-weight:800}.employee-section-header p{color:#64748b;font-size:13px;line-height:1.4}.employee-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.employee-info-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:12px;min-width:0;padding:14px;display:flex}.employee-info-item svg{color:#10b981;flex-shrink:0;margin-top:1px}.employee-info-item strong{color:#0f172a;font-size:14px;font-weight:800;line-height:1.45}.employee-permissions-list{flex-wrap:wrap;gap:8px;display:flex}.employee-permission-badge{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}@media (width<=1180px){.employee-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-detail-grid{grid-template-columns:1fr}}@media (width<=760px){.employee-detail-header{align-items:flex-start}.employee-hero{flex-direction:column;padding:18px}.employee-identity{align-items:flex-start}.employee-avatar{border-radius:14px;width:64px;height:64px;font-size:19px}.employee-title-row h2{font-size:22px}.salary-panel{min-width:0}.employee-stat-grid,.employee-info-grid{grid-template-columns:1fr}.employee-section-card{padding:18px}.employee-section-header{flex-direction:column;align-items:stretch}}@media (width<=520px){.employee-identity{flex-direction:column}.employee-stat-card{align-items:flex-start}.employee-meta-row{gap:6px;display:grid}.employee-meta-row span:after{display:none!important}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}@layer theme{:root,:host{--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--ease-in-out:cubic-bezier(.4, 0, .2, 1);--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}:root{--bg-color:#f8fafc;--text-color:#334155;--text-heading:#0f172a;--border-color:#e2e8f0;--card-bg:#ffffffd9;--card-border:#ffffff4d;--shadow-color:#0000000f;--table-header-bg:#f8fafc;--table-row-hover:#f8fafc;--input-bg:#fff;--text-muted:#64748b;--navbar-bg:#ffffffd9;--navbar-border:#e2e8f0;--sidebar-bg:#0f172a;--sidebar-text:#94a3b8;--sidebar-link-hover:#1e293b;--modal-bg:#fff}.dark{--bg-color:#0b0f19;--text-color:#cbd5e1;--text-heading:#f8fafc;--border-color:#1e293b;--card-bg:#1e293b99;--card-border:#ffffff0d;--shadow-color:#00000040;--table-header-bg:#1e293b;--table-row-hover:#1e293b;--input-bg:#1e293b;--text-muted:#94a3b8;--navbar-bg:#0f172ad9;--navbar-border:#1e293b;--sidebar-bg:#090d16;--sidebar-text:#64748b;--sidebar-link-hover:#1e293b;--modal-bg:#1e293b}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s,color .3s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}}@layer components{.glass-card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--card-border);box-shadow:0 4px 30px var(--shadow-color);border-radius:16px;transition:background-color .3s,border-color .3s,box-shadow .3s}.glass-card-dark{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293bd9;border:1px solid #ffffff14;border-radius:16px}.gradient-primary{background:linear-gradient(135deg,#1e3a5f 0%,#0f172a 100%)}.gradient-accent{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.gradient-blue{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.gradient-purple{background:linear-gradient(135deg,#8b5cf6 0%,#6d28d9 100%)}.gradient-orange{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.gradient-pink{background:linear-gradient(135deg,#ec4899 0%,#db2777 100%)}.stat-card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--card-border);box-shadow:0 4px 30px var(--shadow-color);border-radius:16px;padding:20px 16px;transition:all .3s}.stat-card:hover{box-shadow:0 12px 40px var(--shadow-color);transform:translateY(-2px)}.sidebar-link{color:#94a3b8;border-radius:10px;align-items:center;gap:12px;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-link:hover{background:var(--sidebar-link-hover);color:#e2e8f0}.sidebar-link.active{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 15px #10b9814d}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 15px #10b98166}.btn-secondary{background:var(--input-bg);color:var(--text-color);border:1px solid var(--border-color);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-secondary:hover{background:var(--table-row-hover);border-color:var(--border-color)}.btn-danger{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-danger:hover{transform:translateY(-1px);box-shadow:0 4px 15px #ef444466}.input-field{background:var(--input-bg);border:1px solid var(--border-color);width:100%;color:var(--text-heading);border-radius:10px;outline:none;padding:10px 14px;font-size:14px;transition:all .2s}.input-field:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.input-field::placeholder{color:#94a3b8}.form-label{color:var(--text-muted);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--card-border);box-shadow:0 4px 30px var(--shadow-color);border-radius:16px;transition:background-color .3s,border-color .3s}.table-container{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--card-border);box-shadow:0 4px 30px var(--shadow-color);border-radius:16px;overflow:hidden}.data-table{border-collapse:separate;border-spacing:0;width:100%}.data-table thead{background:var(--table-header-bg);z-index:10;position:sticky;top:0}.data-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);text-align:left;border-bottom:1px solid var(--border-color);white-space:nowrap;padding:14px 16px;font-size:12px;font-weight:600}.data-table td{color:var(--text-color);border-bottom:1px solid var(--border-color);white-space:nowrap;padding:14px 16px;font-size:14px}.data-table tbody tr{transition:background .15s}.data-table tbody tr:hover{background:var(--table-row-hover)}.badge{letter-spacing:.02em;border-radius:20px;align-items:center;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.badge-success{color:#059669;background:#ecfdf5}.badge-warning{color:#d97706;background:#fffbeb}.badge-danger{color:#dc2626;background:#fef2f2}.badge-info{color:#2563eb;background:#eff6ff}.badge-neutral{color:#64748b;background:#f1f5f9}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.page-title{color:var(--text-heading);font-size:24px;font-weight:700}.page-subtitle{color:var(--text-muted);margin-top:4px;font-size:14px}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-content{background:var(--modal-bg);color:var(--text-color);border-radius:16px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #00000026}.drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background:#00000080;position:fixed;inset:0}.drawer-content{background:var(--modal-bg);color:var(--text-color);z-index:51;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-10px 0 40px #0000001a}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite skeleton-loading}.dark .skeleton{background:linear-gradient(90deg,#1e293b 25%,#334155 50%,#1e293b 75%) 0 0/200% 100%!important}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}}@layer utilities{.collapse{visibility:collapse}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.border{border-style:var(--tw-border-style);border-width:1px}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}@media (hover:hover){.hover\:scale-105:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x) var(--tw-scale-y)}.hover\:underline:hover{text-decoration-line:underline}}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@keyframes spin{to{transform:rotate(360deg)}}
