*{margin:0;padding:0;box-sizing:border-box}.app-container{height:100vh;display:flex;flex-direction:column}.navbar-logo{width:40px;height:40px;object-fit:contain}.navbar{background-color:#aebec7;color:#1f2937;padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100;gap:2rem}.navbar-brand{display:flex;align-items:center;gap:.5rem}.navbar-brand h2{font-size:1.5rem;font-weight:600}.navbar-nav{display:flex;align-items:center;gap:2rem;flex:1}.navbar-links{display:flex;gap:1.5rem}.navbar-link{color:#1f2937;text-decoration:none;font-size:1rem;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s}.navbar-link:hover{background-color:#1a202c}.navbar-dropdown{position:relative}.navbar-dropdown-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ffffff1a;color:#1f2937;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .3s}.navbar-dropdown-button:hover{background-color:#fff3}.credential-dot{width:12px;height:12px;border-radius:50%;padding:2px}.credential-dot-inner{width:100%;height:100%;border-radius:50%}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;min-width:200px;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;padding:.5rem 0;z-index:50}.dropdown-menu-right{left:auto;right:0}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;text-align:left;color:#374151;background:none;border:none;cursor:pointer;font-size:.875rem;text-decoration:none;transition:background-color .2s}.dropdown-item:hover{background-color:#f3f4f6}.dropdown-item.active{background-color:#e5e7eb;color:#1f2937}.dropdown-header{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;margin-bottom:.5rem}.dropdown-divider{height:1px;background-color:#e5e7eb;margin:.5rem 0}.navbar-actions{display:flex;align-items:center;gap:1rem}.navbar-icon-button{position:relative;padding:.5rem;color:#1f2937;background:#ffffff1a;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.navbar-icon-button:hover{background-color:#fff3}.notification-badge{position:absolute;top:4px;right:4px;width:8px;height:8px;background-color:#ef4444;border-radius:50%;border:2px solid #2D3748}.user-dropdown-button{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffff1a;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s;color:#fff}.user-dropdown-button:hover{background-color:#fff3}.user-avatar{width:32px;height:32px;background-color:#4a5568;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:500}.user-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.user-name{font-size:.875rem;font-weight:500;color:#fff}.user-role{font-size:.75rem;color:#fffc}.dropdown-header .user-name{color:#111827;font-weight:600}.user-email{font-size:.875rem;color:#6b7280}.main-container{display:flex;flex:1;overflow:hidden;background-color:#fff}.sidebar{width:250px;background-color:#cbd5db;color:#1f2937;overflow-y:auto;transition:width .3s ease;position:relative;box-shadow:2px 0 4px #0000001a}.sidebar.collapsed{width:64px}.sidebar-toggle{position:absolute;right:-12px;top:24px;width:24px;height:24px;background-color:#fff;border:none;border-radius:50%;box-shadow:0 2px 4px #0003;display:flex;align-items:center;justify-content:center;color:#4a5568;cursor:pointer;z-index:10;transition:all .3s}.sidebar-toggle:hover{background-color:#f3f4f6;transform:scale(1.1)}.sidebar-content{display:flex;flex-direction:column;height:100%;padding-top:1rem}.sidebar-user{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #D1D5DB;gap:.75rem}.sidebar-user-avatar{width:40px;height:40px;background-color:#4a5568;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.875rem;color:#fff;flex-shrink:0}.sidebar-user-info{min-width:0;flex:1}.sidebar-user-name{font-size:.875rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav{flex:1;padding:1rem 0}.sidebar-menu{list-style:none;padding:0 .5rem;margin:0}.sidebar-menu li{margin-bottom:.25rem}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;color:#1f2937;text-decoration:none;border-radius:8px;transition:all .2s;position:relative;cursor:pointer;border:none;background:none;width:100%;text-align:left}.sidebar.collapsed .sidebar-item{justify-content:center;padding:.75rem}.sidebar-item:hover{background-color:#d1d5db;color:#111827}.sidebar-item.active{background-color:#9ca3af;color:#111827;box-shadow:0 2px 4px #0000001a;font-weight:600}.sidebar-item-text{min-width:0;flex:1}.sidebar-item-label{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-item-description{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.sidebar-item:hover .sidebar-item-description{color:#4b5563}.sidebar-tooltip{position:absolute;left:64px;padding:.5rem .75rem;background-color:#1f2937;color:#fff;font-size:.75rem;border-radius:4px;box-shadow:0 2px 8px #0003;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;z-index:100}.sidebar-item:hover .sidebar-tooltip{opacity:1}.sidebar-footer{padding:.5rem;border-top:1px solid #D1D5DB}.sidebar-item.logout{color:#dc2626}.sidebar-item.logout:hover{background-color:#fee2e2;color:#e86c42}.content{flex:1;padding:0;overflow-y:auto;background-color:#fff;display:flex;flex-direction:column}@media (max-width: 1024px){.navbar{padding:0 1rem}.user-info{display:none}}@media (max-width: 768px){.sidebar{position:fixed;left:0;top:60px;height:calc(100vh - 60px);z-index:40;transform:translate(-100%);transition:transform .3s ease}.sidebar.open{transform:translate(0)}.navbar-links{display:none}.navbar-nav{gap:1rem}}.avatar-circle{width:36px;height:36px;border-radius:9999px;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.customer-form-container{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.form-header{margin-bottom:2rem}.form-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.form-subtitle{color:#6b7280;font-size:1rem}.customer-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{background-color:#f9fafb;padding:1.5rem;border-radius:8px}.section-header{display:flex;align-items:center;margin-bottom:1.5rem}.section-icon{color:#3b82f6;margin-right:.5rem}.section-title{font-size:1.125rem;font-weight:600;color:#111827}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-row:last-child{margin-bottom:0}.form-row-three{grid-template-columns:1fr 1fr 1fr}.form-fields-group{display:flex;flex-direction:column;gap:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.inline-icon{display:inline;vertical-align:middle;margin-right:.25rem}.form-input{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827;background-color:#fff;transition:all .2s}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}select.form-input{cursor:pointer}.form-error{margin-top:.25rem;font-size:.875rem;color:#ef4444}.document-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.document-type-card{padding:1.5rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .2s;text-align:center}.document-type-card:hover{border-color:#d1d5db}.document-type-card.active{border-color:#3b82f6;background-color:#eff6ff}.document-type-label{font-size:1rem;font-weight:500;color:#111827;margin-bottom:.25rem}.document-type-description{font-size:.875rem;color:#6b7280}.form-actions{padding-top:1rem}.submit-button{width:100%;display:flex;align-items:center;justify-content:center;padding:.875rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.submit-button:hover:not(:disabled){background-color:#2563eb}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;margin-right:.5rem}@media (max-width: 768px){.customer-form-container{padding:1.5rem}.form-row,.form-row-three,.document-type-grid{grid-template-columns:1fr}.form-title{font-size:1.5rem}}.chat-page{display:flex;flex-direction:column;height:100%;background-color:#f9fafb}.chat-auth-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;flex-shrink:0}.chat-auth-banner p{margin:0;font-size:.875rem}.chat-auth-buttons{display:flex;gap:.75rem}.chat-auth-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.chat-auth-btn.login{background-color:#fff;color:#667eea}.chat-auth-btn.login:hover{background-color:#f3f4f6}.chat-auth-btn.signup{background-color:#fff3;color:#fff;border:1px solid white}.chat-auth-btn.signup:hover{background-color:#ffffff4d}.chat-main{flex:1;overflow-y:auto;padding:2rem;min-height:0}.chat-messages{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.chat-bubble-container{display:flex;width:100%}.chat-bubble-container.user{justify-content:flex-end}.chat-bubble-container.assistant{justify-content:flex-start}.chat-bubble{max-width:70%;padding:.75rem 1rem;border-radius:1rem;word-wrap:break-word}.user-bubble{background-color:#3b82f6;color:#fff}.assistant-bubble{background-color:#e5e7eb;color:#111827}.chat-input-form{border-top:1px solid #e5e7eb;background-color:#fff;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 -2px 4px #0000000d;flex-shrink:0}.chat-upload-btn{padding:.5rem;border-radius:6px;background-color:#f3f4f6;border:none;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-upload-btn:hover{background-color:#e5e7eb}.hidden-file-input{display:none}.chat-text-input{flex:1;border:1px solid #d1d5db;border-radius:8px;padding:.625rem 1rem;font-size:.875rem;color:#111827;background-color:#fff;transition:all .2s}.chat-text-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.chat-text-input::placeholder{color:#9ca3af}.chat-send-btn{padding:.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-send-btn:hover{background-color:#2563eb}.chat-send-btn:active{background-color:#1d4ed8}.icon{width:20px;height:20px}@media (max-width: 768px){.chat-main{padding:1rem}.chat-messages{max-width:100%}.chat-bubble{max-width:85%}.chat-input-form{padding:.75rem 1rem;gap:.5rem}.chat-auth-banner{flex-direction:column;align-items:flex-start}}.chat-page:not(:has(.chat-auth-banner)) .chat-main{padding-top:3rem}.auth-content{height:100%;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);overflow-y:auto}.auth-card-inline{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:2.5rem;width:100%;max-width:480px;margin:auto}.auth-header{text-align:center;margin-bottom:2rem}.auth-icon-inline{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin-bottom:1rem}.auth-title{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.5rem}.auth-subtitle{color:#6b7280;font-size:.875rem}.auth-error{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.625rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;transition:all .2s}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input::placeholder{color:#9ca3af}.form-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.form-options{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;color:#374151;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.auth-link-small{color:#667eea;text-decoration:none;font-size:.875rem}.auth-link-small:hover{text-decoration:underline}.auth-button{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:.5rem}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}.auth-footer p{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.auth-link{color:#667eea;text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}@media (max-width: 640px){.auth-content{padding:1rem}.auth-card-inline{padding:1.5rem}.auth-title{font-size:1.5rem}.auth-form{gap:.875rem}}.upload-step{max-width:1000px;margin:0 auto;padding:2rem}.upload-header{text-align:center;margin-bottom:2rem}.upload-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.upload-subtitle{color:#6b7280;font-size:1rem}.upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.upload-card{display:flex;flex-direction:column;gap:.75rem}.upload-label{cursor:pointer}.upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;background-color:#f9fafb;transition:all .3s}.upload-area:hover{border-color:#3b82f6;background-color:#eff6ff}.upload-icon{width:48px;height:48px;color:#9ca3af;margin-bottom:.75rem}.upload-text{font-size:1rem;font-weight:500;color:#374151}.upload-hint{font-size:.875rem;color:#9ca3af;margin-top:.25rem}.upload-preview{width:100%;height:100%;object-fit:cover;border-radius:8px}.upload-card-label{text-align:center;font-size:.875rem;font-weight:500;color:#374151}.upload-instructions{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.instructions-title{font-size:1rem;font-weight:600;color:#1e40af;margin-bottom:.75rem}.instructions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.instructions-list li{color:#1e40af;font-size:.875rem}.upload-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.upload-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #3b82f64d}.upload-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.upload-step{padding:1rem}.upload-grid{grid-template-columns:1fr}}.upload-card{position:relative}.selfie-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;border-radius:8px}.verification-badge{background:#ffffffe6;padding:8px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#059669}.upload-fallback{display:block;margin-top:8px;text-align:center}.fallback-text{font-size:12px;color:#6b7280;text-decoration:underline;cursor:pointer}.fallback-text:hover{color:#374151}.verification-chip{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:8px 12px;border-radius:6px;font-size:12px;margin-top:8px;display:flex;align-items:center;gap:4px}.session-id{opacity:.7;font-size:10px}.upload-input-hidden{display:none}.upload-area{cursor:pointer;transition:all .2s ease}.upload-area:hover{border-color:#3b82f6;background:#f8fafc}.selfie-capture-button{background:none;border:none;padding:0;margin:0 0 8px;width:100%;cursor:pointer}.selfie-capture-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.selfie-capture-button .upload-area{cursor:pointer;transition:all .2s ease}.selfie-capture-button .upload-area:hover{border-color:#3b82f6;background:#f0f9ff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f61a}.selfie-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;border-radius:8px;opacity:0;transition:opacity .2s ease}.selfie-capture-button:hover .selfie-overlay{opacity:1}.verification-badge{background:#fffffff2;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;color:#059669;text-align:center}.upload-fallback{display:flex;justify-content:center;margin-top:8px}.fallback-label{cursor:pointer;display:block}.fallback-text{font-size:12px;color:#6b7280;text-decoration:underline;transition:color .2s ease;display:block;padding:4px 8px;border-radius:4px}.fallback-text:hover{color:#374151;background:#f3f4f6}.verification-chip{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:8px 12px;border-radius:6px;font-size:12px;margin-top:8px;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.session-id{opacity:.7;font-size:10px;margin-left:4px}.upload-input-hidden{display:none!important}.upload-area{position:relative;overflow:hidden}.upload-area-passed{border:2px solid #22c55e;background-color:#f0fdf4;cursor:default}.upload-area-passed:hover{border-color:#22c55e;background-color:#f0fdf4;transform:none;box-shadow:none}.passed-icon{color:#22c55e;width:40px;height:40px;margin-bottom:.75rem}.passed-text{color:#166534;font-weight:600}.passed-hint{color:#16a34a;font-weight:500}.liveness-optional-button{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px 12px;margin-top:8px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;color:#0369a1;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.liveness-optional-button:hover{background:#e0f2fe;border-color:#7dd3fc}.selfie-modal{position:fixed;inset:0;z-index:1000;background:#00000080;display:flex;align-items:center;justify-content:center}.selfie-modal-content{position:relative;width:min(92vw,420px);max-height:92vh;overflow:auto;background:#fff;border-radius:12px;padding:16px}.selfie-video-wrap{position:relative;width:100%;aspect-ratio:4/3;background:#000;border-radius:12px;overflow:hidden}.selfie-video{width:100%;height:100%;object-fit:cover}.rec-indicator{position:absolute;top:8px;right:8px;background:red;color:#fff;padding:4px 8px;border-radius:4px;font-weight:700;font-size:12px}.status-passed{color:#16a34a}.status-failed{color:#dc2626}.status-processing{color:#f59e0b}.selfie-actions button{padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;flex:1}.selfie-actions button:disabled{opacity:.6;cursor:not-allowed}.selfie-actions{display:flex;gap:8px;margin-top:16px}.selfie-finish-overlay{position:absolute;inset:0;background:#00000080;display:grid;place-items:center;z-index:4}.selfie-finish-card{background:#111827;color:#fff;padding:16px 18px;border-radius:12px;min-width:260px;text-align:center;box-shadow:0 10px 30px #00000059}.selfie-finish-card.passed{border:2px solid #16a34a}.selfie-finish-card.failed{border:2px solid #dc2626}.selfie-finish-title{font-weight:700;margin-bottom:4px}.selfie-finish-sub{font-size:14px;opacity:.9}.face-guide{pointer-events:none;position:absolute;inset:0;display:grid;place-items:center}.face-oval{width:min(70%,280px);height:min(70%,280px);border-radius:50%;border:4px solid #e11d48;box-shadow:0 0 0 9999px #00000040 inset;transition:border-color .18s ease-in-out,box-shadow .18s ease-in-out}.face-oval.fit{border-color:#16a34a;box-shadow:0 0 0 9999px #0000002e inset}.face-guide-label{position:absolute;bottom:8px;left:0;right:0;text-align:center;color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.6);font-size:14px}.field-wrapper{display:flex;flex-direction:column;gap:.5rem}.field-label{font-size:.875rem;font-weight:500;color:#374151;display:flex;align-items:center;gap:.5rem}.field-required{color:#ef4444}.confidence-badge{font-size:.75rem;padding:.125rem .5rem;border-radius:9999px;font-weight:500}.high-confidence{background-color:#d1fae5;color:#065f46}.medium-confidence{background-color:#fef3c7;color:#92400e}.low-confidence{background-color:#fee2e2;color:#991b1b}.field-input{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s}.field-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.field-input.high-confidence{border-color:#10b981}.field-input.low-confidence{border-color:#f59e0b}.field-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.review-step{max-width:1000px;margin:0 auto;padding:2rem}.review-header{text-align:center;margin-bottom:2rem}.review-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.review-subtitle{color:#6b7280;font-size:1rem}.confidence-banner{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem}.confidence-banner.high{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.confidence-banner.medium{background-color:#fef3c7;border:1px solid #fde68a;color:#92400e}.confidence-banner.low{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b}.confidence-banner strong{display:block;margin-bottom:.25rem}.confidence-banner p{margin:0;font-size:.875rem}.portrait-preview{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.portrait-image{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #3b82f6}.portrait-label{font-size:.875rem;color:#6b7280;font-weight:500}.edit-toggle{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.edit-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.edit-button:hover{background-color:#e5e7eb}.review-form{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin-bottom:2rem}.section-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.review-actions{display:flex;flex-direction:column;gap:1rem}.confirm-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.confirm-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #10b9814d}.confirm-button:disabled{opacity:.6;cursor:not-allowed}.review-note{text-align:center;color:#6b7280;font-size:.875rem;margin:0}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@media (max-width: 768px){.review-step{padding:1rem}.form-grid{grid-template-columns:1fr}.review-form{padding:1.5rem}}.timeline-container{max-width:800px;margin:0 auto;padding:2rem}.timeline-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.timeline-title{font-size:1.5rem;font-weight:700;color:#111827}.timeline-alert{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500}.timeline-alert.error{background-color:#fee2e2;color:#991b1b}.timeline-alert.warning{background-color:#fef3c7;color:#92400e}.timeline{position:relative;display:flex;flex-direction:column;gap:1rem}.timeline-step{display:flex;gap:1.5rem;position:relative}.timeline-step-icon{display:flex;flex-direction:column;align-items:center;position:relative}.icon-wrapper{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;transition:all .3s}.timeline-step.pending .icon-wrapper{background-color:#f3f4f6;color:#9ca3af;border:2px solid #e5e7eb}.timeline-step.active .icon-wrapper{background-color:#dbeafe;color:#3b82f6;border:2px solid #3b82f6;animation:pulse 2s infinite}.timeline-step.completed .icon-wrapper{background-color:#d1fae5;color:#10b981;border:2px solid #10b981}.timeline-step.error .icon-wrapper{background-color:#fee2e2;color:#ef4444;border:2px solid #ef4444}@keyframes pulse{0%,to{box-shadow:0 0 #3b82f666}50%{box-shadow:0 0 0 10px #3b82f600}}.timeline-connector{width:2px;height:calc(100% + 1rem);position:absolute;top:48px;left:50%;transform:translate(-50%);transition:background-color .3s}.timeline-step.pending .timeline-connector{background-color:#e5e7eb}.timeline-step.active .timeline-connector{background-color:#3b82f6}.timeline-step.completed .timeline-connector{background-color:#10b981}.timeline-step.error .timeline-connector{background-color:#ef4444}.timeline-step-content{flex:1;padding-bottom:2rem}.step-label{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.step-description{color:#6b7280;font-size:.875rem;margin:0}.step-spinner{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;color:#3b82f6;font-size:.875rem}.spinner-small{width:16px;height:16px;border:2px solid rgba(59,130,246,.3);border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}.timeline-issues{background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:1.5rem;margin-top:2rem}.issues-title{font-size:1rem;font-weight:600;color:#991b1b;margin-bottom:1rem}.issues-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.issues-list li{color:#991b1b;font-size:.875rem;padding-left:1.5rem;position:relative}.issues-list li:before{content:"•";position:absolute;left:.5rem}.timeline-info{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1rem 1.5rem;margin-top:2rem;display:flex;align-items:center;gap:.75rem;color:#1e40af}.timeline-info p{margin:0;font-size:.875rem}@media (max-width: 768px){.timeline-container{padding:1rem}.timeline-header{flex-direction:column;align-items:flex-start}}.kyc-page{min-height:100vh;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;display:flex;gap:2rem;overflow:hidden}.kyc-container{flex:1;max-width:1200px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;overflow-y:auto;overflow-x:hidden;max-height:100%;display:flex;flex-direction:column}@media (max-width: 768px){.kyc-page{flex-direction:column;gap:1rem;padding:1rem}}.kyc-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;display:flex;flex-direction:column;gap:1rem}.back-button{display:flex;align-items:center;gap:.5rem;background:#fff3;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background .2s;width:fit-content}.back-button:hover{background:#ffffff4d}.kyc-header-content{text-align:center}.kyc-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.kyc-subtitle{font-size:1rem;opacity:.9}.doc-type-selector{padding:2rem;border-bottom:1px solid #e5e7eb}.doc-type-label{display:block;font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem}.doc-type-options{display:flex;gap:1rem;flex-wrap:wrap}.doc-type-btn{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:#fff;color:#374151;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.doc-type-btn:hover{border-color:#3b82f6;background:#eff6ff}.doc-type-btn.active{border-color:#3b82f6;background:#3b82f6;color:#fff}.kyc-content{padding:2rem;flex:1;overflow-y:auto}.processing-container{display:flex;flex-direction:column;gap:2rem}.processing-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.retry-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.retry-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #3b82f64d}.fallback-button{padding:.75rem 1.5rem;background:#fff;color:#374151;border:2px solid #d1d5db;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.fallback-button:hover{border-color:#9ca3af;background:#f9fafb}.complete-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.complete-icon{width:120px;height:120px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;margin-bottom:2rem;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.complete-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem}.complete-message{color:#6b7280;font-size:1.125rem}.fallback-notice{background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:1.5rem 2rem;text-align:center}.fallback-notice p{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.fallback-link{background:none;border:none;color:#3b82f6;font-weight:500;cursor:pointer;font-size:.875rem;text-decoration:underline}.fallback-link:hover{color:#2563eb}.progress-indicator{display:flex;justify-content:space-between;padding:1.5rem 2rem;background-color:#f9fafb;border-top:1px solid #e5e7eb}.progress-step{flex:1;text-align:center;padding:.75rem;font-size:.875rem;font-weight:500;color:#9ca3af;border-radius:6px;transition:all .3s;position:relative}.progress-step.active{background-color:#dbeafe;color:#1e40af;font-weight:600}.progress-step.completed{color:#059669}.progress-step.completed:after{content:"✓";margin-left:.5rem}@media (max-width: 768px){.kyc-page{padding:1rem}.kyc-header{padding:1.5rem}.kyc-title{font-size:1.5rem}.kyc-content{padding:1rem}.doc-type-options{flex-direction:column}.progress-indicator{flex-wrap:wrap;gap:.5rem}.progress-step{font-size:.75rem;padding:.5rem}}.kyc-router-loading,.kyc-router-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.kyc-router-loading .spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.kyc-router-loading p{font-size:1.1rem;margin:0}.kyc-router-error h2{font-size:2rem;margin:0 0 1rem}.kyc-router-error p{font-size:1.1rem;margin:0 0 2rem;opacity:.9}.retry-button{padding:12px 32px;font-size:1rem;font-weight:600;color:#667eea;background:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.retry-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.kyc-router-status{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.kyc-router-status .status-icon{font-size:4rem;width:96px;height:96px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:1.5rem}.kyc-router-status .status-icon.pending-review{background:#ffffff26}.kyc-router-status .status-icon.verified{background:#48c78e40;color:#48c78e}.kyc-router-status h2{font-size:2rem;margin:0 0 1rem;font-weight:700}.kyc-router-status p{font-size:1.1rem;margin:0 0 1rem;opacity:.9;max-width:480px;line-height:1.6}.kyc-router-status .status-detail{font-size:.85rem;opacity:.6;margin-bottom:2rem}.kyc-router-status .status-detail code{background:#ffffff26;padding:2px 8px;border-radius:4px;font-size:.8rem}.kyc-router-status .refresh-button{padding:12px 32px;font-size:1rem;font-weight:600;color:#667eea;background:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.kyc-router-status .refresh-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.kyc-router-status .actions-list{width:100%;max-width:520px;margin:1.5rem 0;display:flex;flex-direction:column;gap:.75rem}.kyc-router-status .action-item{background:#ffffff1a;border-radius:10px;padding:1rem 1.25rem;text-align:left;border-left:4px solid transparent}.kyc-router-status .action-item.action-error{border-left-color:#ff6b6b;background:#ff6b6b26}.kyc-router-status .action-item.action-warning{border-left-color:#ffc107;background:#ffc1071f}.kyc-router-status .action-item.action-info{border-left-color:#ffffff80;background:#ffffff14}.kyc-router-status .action-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.kyc-router-status .action-severity-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;border-radius:4px}.action-error .action-severity-badge{background:#ff6b6b;color:#fff}.action-warning .action-severity-badge{background:#ffc107;color:#333}.action-info .action-severity-badge{background:#ffffff40;color:#fff}.kyc-router-status .action-stage{font-size:.8rem;opacity:.7;text-transform:capitalize}.kyc-router-status .action-message{font-size:.9rem;margin:0 0 .4rem;opacity:.95;line-height:1.4;max-width:none;text-align:left}.kyc-router-status .action-instruction{font-size:.85rem;margin:0;opacity:.8;font-style:italic;max-width:none;text-align:left}.verification-progress-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px;display:flex;align-items:center;justify-content:center}.verification-container{width:100%;max-width:800px}.progress-header{text-align:center;margin-bottom:32px;color:#fff}.progress-header h1{font-size:32px;font-weight:700;margin:0 0 12px}.progress-header p{font-size:16px;opacity:.9;margin:0}.progress-tips{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:24px;margin-top:24px;color:#fff}.progress-tips h3{font-size:18px;font-weight:600;margin:0 0 16px}.progress-tips ul{list-style:none;padding:0;margin:0 0 16px}.progress-tips li{padding:8px 0;font-size:14px;opacity:.9}.tip-note{background:#ffffff26;padding:12px 16px;border-radius:8px;font-size:13px;margin:0}.tip-note strong{font-weight:600}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;color:#fff}.loading-container .spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}@media (max-width: 768px){.verification-progress-page{padding:20px 16px}.progress-header h1{font-size:24px}.progress-header p{font-size:14px}.progress-tips{padding:16px}}.user-progress-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:32px}.user-progress-content{max-width:1200px;margin:0 auto}.progress-welcome{margin-bottom:32px}.progress-welcome h1{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 8px}.progress-welcome p{font-size:16px;color:#6b7280;margin:0}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.loading-spinner .spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner p{color:#6b7280;font-size:14px}.progress-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}@media (max-width: 1024px){.progress-grid{grid-template-columns:1fr}}.progress-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card-header-section{padding:24px;color:#fff}.card-body-section{padding:24px}.status-approved{background:linear-gradient(135deg,#059669,#10b981)}.status-in-progress{background:linear-gradient(135deg,#2563eb,#3b82f6)}.status-needs-review{background:linear-gradient(135deg,#d97706,#f59e0b)}.status-rejected{background:linear-gradient(135deg,#dc2626,#ef4444)}.status-not-started{background:linear-gradient(135deg,#4b5563,#6b7280)}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-bottom:12px}.status-pill.approved,.status-pill.rejected,.status-pill.needs-review,.status-pill.in-progress,.status-pill.not-started{background:#ffffff40}.card-title{font-size:24px;font-weight:700;margin:0 0 8px;line-height:1.3}.card-subtitle{font-size:14px;opacity:.9;margin:0;line-height:1.5;max-width:500px}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.info-row:last-of-type{border-bottom:none}.info-label{font-size:14px;color:#6b7280}.info-value{font-size:14px;font-weight:600;color:#1f2937}.progress-bar-section{margin:24px 0}.progress-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px;color:#6b7280}.progress-bar-header span:last-child{font-weight:600;color:#1f2937}.progress-bar{width:100%;height:10px;background:#e5e7eb;border-radius:5px;overflow:hidden}.progress-fill{height:100%;border-radius:5px;transition:width .5s ease}.progress-fill.status-approved{background:linear-gradient(90deg,#059669,#10b981)}.progress-fill.status-in-progress{background:linear-gradient(90deg,#2563eb,#3b82f6)}.progress-fill.status-needs-review{background:linear-gradient(90deg,#d97706,#f59e0b)}.progress-fill.status-rejected{background:linear-gradient(90deg,#dc2626,#ef4444)}.progress-fill.status-not-started{background:linear-gradient(90deg,#4b5563,#6b7280)}.status-message-section{margin-top:16px;padding:12px 16px;background:#f0f9ff;border-radius:8px;border-left:4px solid #3b82f6}.status-message-text{margin:0;font-size:14px;color:#1e40af}.errors-section{margin-top:16px;padding:16px;background:#fef2f2;border-radius:8px;border-left:4px solid #ef4444}.errors-section h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#991b1b}.errors-list{margin:0;padding-left:20px}.errors-list li{font-size:13px;color:#b91c1c;margin-bottom:8px}.errors-list li:last-child{margin-bottom:0}.action-buttons{display:flex;flex-direction:column;gap:12px;margin-top:24px}.btn-stacked-primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;color:#fff}.btn-stacked-primary.green{background:linear-gradient(135deg,#059669,#10b981)}.btn-stacked-primary.green:hover{background:linear-gradient(135deg,#047857,#059669);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.btn-stacked-primary.blue{background:linear-gradient(135deg,#2563eb,#3b82f6)}.btn-stacked-primary.blue:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-stacked-primary.amber{background:linear-gradient(135deg,#d97706,#f59e0b)}.btn-stacked-primary.amber:hover{background:linear-gradient(135deg,#b45309,#d97706);transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.btn-stacked-primary.red{background:linear-gradient(135deg,#dc2626,#ef4444)}.btn-stacked-primary.red:hover{background:linear-gradient(135deg,#b91c1c,#dc2626);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.btn-stacked-secondary{width:100%;padding:14px 24px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;font-weight:600;color:#4b5563;cursor:pointer;transition:all .2s ease}.btn-stacked-secondary:hover{background:#f9fafb;border-color:#d1d5db}.checklist-card{height:fit-content}.checklist-header{background:#f9fafb;color:#1f2937;padding:20px 24px}.checklist-title-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.checklist-icon{width:36px;height:36px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a;color:#4b5563}.checklist-header h3{font-size:18px;font-weight:700;margin:0}.checklist-header p{font-size:13px;color:#6b7280;margin:0}.checklist-body{padding:0}.checklist-items{border-bottom:1px solid #f3f4f6}.checklist-item{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #f3f4f6;transition:background .2s ease}.checklist-item:last-child{border-bottom:none}.checklist-item:hover{background:#f9fafb}.checklist-item-content{display:flex;flex-direction:column;gap:2px}.checklist-label{font-size:14px;font-weight:500;color:#6b7280}.checklist-label.completed{color:#1f2937}.checklist-description{font-size:12px;color:#9ca3af}.checklist-status{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.checklist-status.pass{background:#dcfce7;color:#16a34a}.checklist-status.pending{background:#dbeafe;color:#2563eb}.checklist-status.fail{background:#fee2e2;color:#dc2626}.checklist-status.not_started{background:#f3f4f6}.status-circle.empty{width:12px;height:12px;border:2px solid #d1d5db;border-radius:50%}.checklist-tip{padding:20px 24px;margin:0}.checklist-tip p{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:14px 16px;font-size:13px;color:#1d4ed8;margin:0;line-height:1.5}.checklist-tip strong{font-weight:600}@media (max-width: 768px){.user-progress-container{padding:16px}.progress-welcome h1{font-size:24px}.card-title{font-size:20px}.card-header-section,.card-body-section{padding:20px}.checklist-item{padding:14px 20px}.checklist-tip{padding:16px 20px}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.dashboard-content{max-width:1200px;margin:0 auto}.dashboard-content h1{color:#1f2937;margin-bottom:2rem;font-size:2rem}.status-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.card h3{color:#374151;margin-bottom:1rem;font-size:1.1rem}.card p{font-size:1rem;color:#6b7280}.status-good{color:#10b981;font-weight:600}.status-bad{color:#ef4444;font-weight:600}.info-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;margin-top:2rem}.info-section h2{color:#1f2937;margin-bottom:1rem}.info-section p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.info-section ul{list-style-position:inside;color:#6b7280;line-height:2}.dashboard-content{max-width:100%}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.dashboard-wrapper{max-width:1400px;margin:0 auto;padding:2rem}.dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.dashboard-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.dashboard-subtitle{color:#6b7280;margin-top:.25rem}.credential-badge{font-weight:600;color:#10b981}.last-updated{font-size:.875rem;color:#9ca3af}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:1.5rem;transition:all .3s}.stat-card:hover{box-shadow:0 4px 6px #0000001a}.stat-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.stat-icon{padding:.75rem;border-radius:8px}.stat-icon-emerald{background-color:#d1fae5;color:#10b981}.stat-icon-blue{background-color:#dbeafe;color:#3b82f6}.stat-icon-yellow{background-color:#fef3c7;color:#f59e0b}.stat-icon-green{background-color:#d1fae5;color:#10b981}.stat-label{font-size:.875rem;font-weight:500;color:#6b7280}.stat-value{font-size:2rem;font-weight:700;color:#111827;margin-top:.25rem}.stat-growth{font-size:.875rem;color:#10b981;font-weight:500;margin-top:1rem}.stat-warning{font-size:.875rem;color:#f59e0b;font-weight:500;margin-top:1rem}.stat-info{font-size:.875rem;color:#6b7280;margin-top:1rem}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:1.5rem;margin-bottom:2rem}.content-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.content-card-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.content-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#111827}.content-subtitle{font-size:.875rem;color:#6b7280;margin-top:.25rem}.view-all-link{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#10b981;font-weight:500;text-decoration:none;transition:color .3s}.view-all-link:hover{color:#059669}.view-all-link-blue{color:#3b82f6}.view-all-link-blue:hover{color:#2563eb}.content-card-body{padding:1.5rem}.request-list{display:flex;flex-direction:column;gap:1rem}.request-item{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;transition:all .3s}.request-item:hover{border-color:#10b981;box-shadow:0 2px 4px #0000000d}.request-content{display:flex;align-items:flex-start;gap:.75rem}.request-icon{padding:.5rem;border-radius:8px}.request-details{flex:1}.request-title{font-weight:500;color:#111827}.request-meta{font-size:.875rem;color:#6b7280;margin-top:.25rem}.request-issuer{font-size:.875rem;color:#9ca3af}.request-footer{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.status-badge{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.request-time{font-size:.75rem;color:#9ca3af}.performance-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:1.5rem;margin-bottom:2rem}.performance-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.performance-period{font-size:.875rem;color:#9ca3af}.performance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.performance-item{text-align:center;padding:1rem;background-color:#f9fafb;border-radius:8px}.performance-value{font-size:2rem;font-weight:700;color:#111827}.performance-label{font-size:.875rem;color:#6b7280;margin-top:.25rem}.performance-change{font-size:.75rem;font-weight:500;margin-top:.5rem}.performance-change-positive{color:#10b981}.performance-change-warning{color:#f59e0b}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.action-card{border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem;text-decoration:none;color:#fff;transition:all .3s}.action-card:hover{box-shadow:0 10px 15px #0000001a;transform:translateY(-2px)}.action-card-emerald{background:linear-gradient(135deg,#10b981,#059669)}.action-card-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.action-content{display:flex;align-items:center;justify-content:space-between}.action-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.action-description{opacity:.9}.action-arrow{transition:transform .3s}.action-card:hover .action-arrow{transform:translate(.25rem)}.bg-green-100{background-color:#d1fae5}.bg-yellow-100{background-color:#fef3c7}.bg-blue-100{background-color:#dbeafe}.bg-red-100{background-color:#fee2e2}.text-green-800{color:#166534}.text-yellow-800{color:#92400e}.text-blue-800{color:#1e40af}.text-red-800{color:#991b1b}.font-medium{font-weight:500}@media (max-width: 768px){.content-grid,.actions-grid{grid-template-columns:1fr}}.register-page{max-width:100%;padding:2rem;min-height:100vh;background-color:#f9fafb}.register-success{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.success-icon{width:80px;height:80px;background-color:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin-bottom:1.5rem}.register-success h2{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.register-success p{color:#6b7280;font-size:1.125rem}
