:root{--sidebar-width: 270px;--sidebar-bg: #ffffff;--sidebar-border: #e5e7eb;--sidebar-shadow: 0 0 30px rgba(15, 23, 42, .08);--sidebar-text-main: #0f172a;--sidebar-text-muted: #6b7280;--sidebar-accent: #1f2937;--sidebar-accent-soft: #f3f4f6}.mobile-header{display:none}.mobile-header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:56px;background:linear-gradient(135deg,#0f172a,#111827);box-shadow:0 2px 8px #0f172a2e;position:relative;z-index:200}.mobile-header-left{display:flex;align-items:center;gap:12px}.hamburger-btn{width:38px;height:38px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;padding:0;transition:background .2s ease;flex-shrink:0}.hamburger-btn:hover{background:#ffffff26}.hamburger-btn span{display:block;width:18px;height:2px;background:#fff;border-radius:2px;transition:all .25s ease;transform-origin:center}.hamburger-btn.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-btn.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-header-title{font-size:16px;font-weight:600;color:#fff;letter-spacing:.01em;white-space:nowrap}.mobile-header-right{display:flex;align-items:center;gap:8px}.mobile-notif-slot{display:flex;align-items:center}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:149;animation:fadeIn .2s ease forwards}.sidebar-overlay.visible{display:block}.sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);max-width:var(--sidebar-width);flex-shrink:0;flex-grow:0;height:100vh;position:sticky;top:0;left:0;overflow-y:auto;background:radial-gradient(circle at top left,#f9fafb 0,#fff 40%,#f3f4f6);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;box-shadow:var(--sidebar-shadow);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;z-index:100;transition:transform .3s cubic-bezier(.4,0,.2,1)}.sidebar-header{padding:18px 20px 14px;border-bottom:1px solid var(--sidebar-border);background:linear-gradient(135deg,#0f172a,#111827);color:#fff;flex-shrink:0}.sidebar-title{font-size:18px;font-weight:600;letter-spacing:.01em}.sidebar-subtitle{font-size:11px;opacity:.75;margin-top:4px}.sidebar-sections{flex:1;padding:14px 12px 12px;overflow-y:auto}.menu-section+.menu-section{margin-top:18px;padding-top:10px;border-top:1px dashed #e5e7eb}.menu-section-header{padding:0 8px 4px;display:flex;align-items:center;justify-content:space-between;gap:8px}.menu-section-title{font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:600;color:var(--sidebar-text-muted)}.menu-section-actions{display:flex;align-items:center;gap:4px}.circle-icon-btn{width:22px;height:22px;border-radius:999px;border:1px solid #d1d5db;background:#f9fafb;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:0;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .05s ease}.circle-icon-btn:hover{background:#111827;color:#f9fafb;border-color:#111827}.circle-icon-btn.link-btn{font-size:11px}.circle-icon-btn.remove{border-color:#fecaca;background:#fee2e2;color:#b91c1c;font-size:9px}.circle-icon-btn.remove:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}.menu-section-items{display:flex;flex-direction:column;gap:4px;margin-top:4px}.business-group-header{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;margin-top:6px}.business-group-title{font-size:15px;font-weight:600;color:#4b5563}.menu-item{width:100%;text-align:left;padding:8px 11px 8px 20px;border-radius:999px;border:none;background-color:transparent;font-size:13px;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:space-between;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background-color .16s ease,color .16s ease,transform .06s ease}.menu-item:hover{background-color:var(--sidebar-accent-soft)}.menu-item-active{background:linear-gradient(135deg,#111827,#020617);color:#fff}.sidebar-sections::-webkit-scrollbar{width:6px}.sidebar-sections::-webkit-scrollbar-track{background:transparent}.sidebar-sections::-webkit-scrollbar-thumb{background-color:#94a3b899;border-radius:999px}.sidebar-sections::-webkit-scrollbar-thumb:hover{background-color:#64748be6}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background-color:#fff;border-radius:16px;padding:32px;max-width:520px;width:90%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{font-size:20px;font-weight:600;margin-bottom:24px;color:#000;display:flex;align-items:center;gap:8px}.modal-body{margin-bottom:24px}.modal-input-group{margin-bottom:20px}.modal-input-group>div{position:relative}.modal-label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#374151}.modal-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;transition:all .2s ease;box-sizing:border-box}.modal-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.modal-error{padding:12px;background-color:#fee2e2;border-radius:8px;margin-bottom:20px;color:#991b1b;font-size:14px;border-left:4px solid #dc2626}.modal-success{padding:16px;background-color:#f0fdf4;border-radius:8px;margin-bottom:20px;border:1px solid #bbf7d0;border-left:4px solid #16a34a}.modal-success-title{color:#065f46;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:6px}.modal-success-item{font-size:14px;color:#047857;margin-bottom:8px;display:flex;align-items:baseline;gap:8px}.modal-success-label{font-weight:500;min-width:140px}.modal-footer{display:flex;gap:12px;justify-content:flex-end}.modal-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;border:none}.modal-btn-cancel{background:#fff;color:#374151;border:1px solid #d1d5db}.modal-btn-cancel:hover{background:#f9fafb}.modal-btn-primary{background:#2563eb;color:#fff}.modal-btn-primary:hover{background:#1d4ed8}.modal-btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.modal-btn-success{background:#16a34a;color:#fff}.modal-btn-success:hover{background:#15803d}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 10px 25px -5px #0000001a;max-height:320px;overflow-y:auto;z-index:1000;margin-top:-1px;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.suggestion-item{padding:14px 18px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f3f4f6;background:#fff}.suggestion-item:last-child{border-bottom:none;border-radius:0 0 8px 8px}.suggestion-item:hover{background:linear-gradient(to right,#eff6ff,#f0f9ff);border-left:3px solid #3b82f6;padding-left:15px}.suggestion-item:active{background:#dbeafe}.suggestion-main{display:flex;flex-direction:column;gap:6px;margin-bottom:6px}.suggestion-id{font-size:13px;font-weight:700;color:#2563eb;letter-spacing:.3px}.suggestion-name{font-size:15px;font-weight:600;color:#111827;line-height:1.4}.suggestion-secondary{font-size:12px;color:#6b7280;margin-top:2px;font-style:italic;display:flex;align-items:center;gap:4px}.suggestion-secondary:before{content:"👤";font-size:11px}.suggestions-dropdown::-webkit-scrollbar{width:8px}.suggestions-dropdown::-webkit-scrollbar-track{background:#f9fafb}.suggestions-dropdown::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.suggestions-dropdown::-webkit-scrollbar-thumb:hover{background:#9ca3af}.suggestions-empty{padding:20px;text-align:center;color:#9ca3af;font-size:13px;font-style:italic}.sidebar-title-row{display:flex;align-items:center;justify-content:space-between}@media(max-width:1024px){:root{--sidebar-width: 240px}}@media(max-width:768px){:root{--sidebar-width: 200px}.menu-item{font-size:12px;padding:7px 8px 7px 14px}.business-group-title{font-size:13px}.menu-section-title{font-size:10px}.suggestions-dropdown{max-height:250px}.suggestion-item{padding:12px 14px}.suggestion-id{font-size:12px}.suggestion-name{font-size:14px}.suggestion-secondary{font-size:11px}}@media(max-width:480px){:root{--sidebar-width: 180px}.sidebar-title{font-size:15px}.sidebar-subtitle{font-size:10px}.menu-item{font-size:11px;padding:6px 6px 6px 10px}}@media(max-width:767px){.app-layout{flex-direction:column!important;min-height:100vh;position:relative}.mobile-header{display:block;position:sticky;top:0;z-index:200;width:100%;flex-shrink:0}.sidebar{position:fixed!important;top:0;left:0;height:100vh;width:260px!important;min-width:0!important;max-width:260px!important;flex-shrink:0;flex-grow:0;transform:translate(-110%);z-index:300;box-shadow:4px 0 32px #0f172a38;transition:transform .3s cubic-bezier(.4,0,.2,1);padding-top:0}.sidebar .sidebar-header{display:block}.sidebar.sidebar-open{transform:translate(0)!important}.desktop-content-wrapper{flex:1 1 auto!important;width:100%!important;min-width:0!important;position:static!important;display:block!important}main{flex:1 1 auto!important;width:100%!important;max-width:100%!important;padding:16px!important;box-sizing:border-box;margin:0!important}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:299;animation:fadeIn .2s ease forwards}.sidebar-overlay.visible{display:block}.notification-desktop-bell{display:none!important}.mobile-notif-slot>div>button,.notification-mobile-bell button{padding:8px 10px!important;background:none!important;border:none!important}.mobile-notif-slot svg[data-icon=bell],.mobile-notif-slot .fa-bell{color:#fff!important}.mobile-notif-slot span[style]{border-color:#0f172a!important}.modal-overlay{padding:12px;align-items:center}.modal-content{width:calc(100vw - 24px)!important;max-width:100%!important;padding:20px 16px;border-radius:12px;max-height:92vh;overflow-y:auto;display:flex;flex-direction:column;box-sizing:border-box}.modal-header{font-size:16px;margin-bottom:16px}.modal-body{margin-bottom:16px}.modal-input-group{margin-bottom:14px}.modal-label{font-size:13px;margin-bottom:6px}.modal-input{font-size:13px;padding:9px 10px}.modal-error{font-size:13px;padding:10px;margin-bottom:14px}.modal-success{padding:12px;margin-bottom:14px}.modal-success-title{font-size:13px;margin-bottom:8px}.modal-success-item{font-size:12px;flex-direction:column;gap:2px;margin-bottom:6px}.modal-success-label{min-width:unset;font-size:11px;color:#6b7280}.modal-footer{flex-direction:column;gap:8px}.modal-btn{width:100%;padding:11px 16px;font-size:14px;text-align:center;box-sizing:border-box}.suggestions-dropdown{max-height:200px}.suggestion-item{padding:10px 12px}.suggestion-id{font-size:11px}.suggestion-name{font-size:12px}.suggestion-secondary{font-size:11px}html,body{overflow-x:hidden}}.bottom-nav{margin-top:32px;display:flex;justify-content:space-between;align-items:center;gap:12px}.nav-btn-group{display:flex;gap:12px;align-items:center}.nav-btn{padding:10px 24px;border-radius:999px;border:none;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;white-space:nowrap;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.nav-btn-prev,.nav-btn-next{background:#111827;color:#fff}.nav-btn-prev:hover,.nav-btn-next:hover{background:#1f2937}.nav-btn-disabled{background:#f3f4f6!important;color:#9ca3af!important;cursor:not-allowed!important}.nav-btn-drafts{background:#fff;color:#374151;border:1px solid #d1d5db!important}.nav-btn-drafts:hover{background:#f9fafb}.nav-btn-save{background:#fffbeb;color:#92400e;border:1px solid #f59e0b!important;font-weight:600}.nav-btn-save:hover{background:#fef3c7}.nav-btn-submit{background:#10b981;color:#fff}.nav-btn-submit:hover{background:#059669}@media(max-width:767px){.bottom-nav{margin-top:20px;gap:8px;position:sticky;bottom:0;background:#f3f4f6;margin-left:-16px;margin-right:-16px;padding:12px 16px 14px;border-top:1px solid #e5e7eb;box-shadow:0 -4px 12px #0f172a12;z-index:50}.nav-btn-group{gap:8px}.nav-btn .nav-btn-label{display:none}.nav-btn{padding:0;width:42px;height:42px;border-radius:12px;justify-content:center;font-size:16px;gap:0;flex-shrink:0}.nav-btn-prev,.nav-btn-next{width:46px;height:46px;border-radius:14px;font-size:17px}.nav-btn-submit{width:auto;padding:0 18px;height:46px;border-radius:14px;gap:7px}.nav-btn-submit .nav-btn-label{display:inline}}.dcm__overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;box-sizing:border-box}.dcm__box{background:#fff;border-radius:12px;padding:24px;width:100%;max-width:700px;max-height:88vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.dcm__title{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}.dcm__subtitle{font-size:14px;color:#6b7280;margin:0 0 20px}.dcm__list{margin-bottom:20px}.dcm__card{border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:12px;cursor:pointer;background:#fff;transition:all .2s ease}.dcm__card:hover{border-color:#93c5fd;background:#f8faff}.dcm__card--selected{border:2px solid #3b82f6!important;background:#eff6ff!important}.dcm__card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:8px}.dcm__card-name{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}.dcm__card-id{font-size:12px;color:#6b7280;font-family:monospace}.dcm__selected-badge{background:#3b82f6;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;flex-shrink:0}.dcm__card-info{font-size:14px;color:#374151;line-height:1.6}.dcm__info-row{margin-bottom:4px}.dcm__businesses{margin-top:8px}.dcm__biz-list{margin:4px 0 0 20px;padding:0}.dcm__biz-item{font-size:13px;color:#6b7280}.dcm__footer{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid #e5e7eb;flex-wrap:wrap}.dcm__btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:nowrap}.dcm__btn--cancel{background:#fff;color:#374151;border:1px solid #d1d5db!important}.dcm__btn--cancel:hover{background:#f9fafb}.dcm__btn--new{background:#6b7280;color:#fff}.dcm__btn--new:hover{background:#4b5563}.dcm__btn--use{background:#3b82f6;color:#fff}.dcm__btn--use:hover{background:#2563eb}.dcm__btn--disabled{background:#d1d5db!important;cursor:not-allowed!important}.dcm__btn--disabled:hover{background:#d1d5db!important}@media(max-width:767px){.dcm__overlay{padding:12px;align-items:center}.dcm__box{padding:20px 16px;border-radius:12px;max-height:92vh}.dcm__title{font-size:17px}.dcm__card{padding:12px}.dcm__card-name{font-size:15px}.dcm__footer{flex-direction:column;gap:10px}.dcm__btn{width:100%;padding:13px 16px;font-size:14px;text-align:center;justify-content:center;display:flex;align-items:center}}.notif-backdrop{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;animation:fadeIn .2s ease forwards}.notif-panel{position:fixed;top:0;right:0;width:380px;max-width:100vw;height:100vh;background:#fff;box-shadow:-8px 0 24px #00000026;z-index:1000;display:flex;flex-direction:column;animation:slideInRight .3s ease forwards;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.notif-panel-header{padding:20px 20px 16px;background:linear-gradient(135deg,#1e293b,#334155);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.notif-panel-title{margin:0;font-size:20px;font-weight:700;color:#fff}.notif-panel-subtitle{margin:4px 0 0;font-size:13px;color:#cbd5e1}.notif-panel-close{width:36px;height:36px;border-radius:50%;border:none;background:#3b82f6;cursor:pointer;font-size:24px;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.notif-search-bar{padding:12px 16px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.notif-search-input{width:100%;padding:9px 32px 9px 34px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;color:#111827;background:#f9fafb;outline:none;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.notif-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#9ca3af;font-size:18px;line-height:1;padding:2px 4px}.notif-search-count{margin-top:6px;font-size:12px;color:#6b7280}.notif-list{flex:1;overflow-y:auto;padding:16px;background:#f9fafb}.notif-empty-state{text-align:center;padding:60px 20px;color:#6b7280}.notif-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;margin:0 auto 16px;animation:spin .8s linear infinite}.notif-clear-search-btn{margin-top:12px;padding:7px 16px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:13px;cursor:pointer;font-weight:500}.notif-card{border:1px solid #e5e7eb;border-left-width:4px;border-left-style:solid;border-radius:10px;padding:14px;margin-bottom:12px;position:relative;box-shadow:0 1px 3px #0000000d;transition:background .2s ease}.notif-card-corrections{box-shadow:0 2px 8px #ef444426}.notif-badge{position:absolute;top:12px;right:12px;font-size:10px;font-weight:700;padding:4px 10px;border-radius:12px;display:flex;align-items:center;gap:5px;color:#fff}.notif-badge-verified{background:linear-gradient(135deg,#10b981,#059669)}.notif-badge-corrections{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 6px #ef444466}.notif-unread-dot{position:absolute;top:16px;right:16px;width:8px;height:8px;background:#3b82f6;border-radius:50%;box-shadow:0 0 0 3px #3b82f633}.notif-card-body{margin-bottom:10px;padding-right:110px}.notif-card-label{font-weight:600;font-size:15px;color:#111827;margin-bottom:8px;display:flex;align-items:center;gap:8px}.notif-card-label-corrections{color:#dc2626}.notif-card-info{font-size:14px;color:#4b5563;line-height:1.6}.notif-info-muted{color:#6b7280;font-size:13px}.notif-info-id{color:#9ca3af;font-size:12px;margin-bottom:8px}.notif-flagged-line{font-size:11px;color:#ef4444;font-weight:500;margin-bottom:6px}.notif-businesses{margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6}.notif-timestamp{font-size:12px;color:#9ca3af;margin-bottom:10px}.notif-actions{display:flex;gap:8px;align-items:stretch}.notif-action-btn{padding:10px 14px;border-radius:8px;border:none;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:opacity .15s ease}.notif-action-verify{flex:1;background:linear-gradient(135deg,#10b981,#059669);color:#fff}.notif-action-corrections{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 8px #ef44444d}.notif-action-loading{background:linear-gradient(135deg,#6b7280,#4b5563);cursor:wait}.notif-action-delete{padding:10px 14px;border:1px solid #ef4444!important;background:#fff;color:#ef4444}.notif-action-delete-full{width:100%;border:1px solid #e5e7eb!important;background:#fff;color:#6b7280}@media(max-width:767px){.notif-panel{width:100vw;max-width:100vw}.notif-panel-header{padding:14px 16px 12px}.notif-panel-title{font-size:17px}.notif-card{display:block;padding:12px}.notif-badge{position:static;display:inline-flex;margin-bottom:8px}.notif-unread-dot{position:absolute;top:12px;right:12px}.notif-card-body{padding-right:0}.notif-actions{display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important;margin-top:4px}.notif-action-btn.notif-action-verify{flex:none!important;width:100%!important;min-height:48px!important;padding:12px 16px!important;font-size:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;border-radius:10px!important}.notif-action-btn.notif-action-delete{flex:none!important;width:100%!important;min-height:44px!important;padding:11px 16px!important;font-size:13px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;border-radius:10px!important}.notif-action-btn.notif-action-delete-full{width:100%!important;min-height:44px!important;padding:11px 16px!important;font-size:13px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;border-radius:10px!important}.notif-list{padding:12px}}.nsr__actions{display:flex!important;flex-direction:row!important;gap:8px!important;width:100%!important;margin-top:10px!important;align-items:stretch!important;box-sizing:border-box!important}.nsr__btn-verify,.nsr__btn-delete,.nsr__btn-delete-full{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:10px 14px!important;border-radius:8px!important;font-size:13px!important;font-weight:600!important;cursor:pointer!important;border:none!important;line-height:1.2!important;white-space:nowrap!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;box-sizing:border-box!important;min-height:42px!important;transition:opacity .15s ease!important}.nsr__btn-verify{flex:1 1 auto!important;background:linear-gradient(135deg,#10b981,#059669)!important;color:#fff!important;visibility:visible!important;opacity:1!important;height:auto!important;overflow:visible!important}.nsr__btn-verify:hover{opacity:.9!important}.nsr__btn-verify--corrections{background:linear-gradient(135deg,#ef4444,#dc2626)!important;box-shadow:0 2px 8px #ef44444d!important}.nsr__btn-verify--loading{background:linear-gradient(135deg,#6b7280,#4b5563)!important;cursor:wait!important}.nsr__btn-delete{flex:0 0 auto!important;background:#fff!important;color:#ef4444!important;border:1.5px solid #ef4444!important}.nsr__btn-delete:hover{background:#fef2f2!important}.nsr__btn-delete-full{width:100%!important;background:#fff!important;color:#6b7280!important;border:1.5px solid #e5e7eb!important}.nsr__btn-delete-full:hover{background:#f9fafb!important}@media(max-width:767px){.nsr__actions{flex-direction:row!important;gap:8px!important}.nsr__btn-verify,.nsr__btn-delete,.nsr__btn-delete-full{min-height:46px!important;font-size:13px!important;padding:12px 14px!important}}.vbanner{display:flex;align-items:flex-start;gap:16px;border-radius:8px;padding:16px 20px;margin-bottom:20px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;flex-wrap:wrap}.vbanner--verify{background-color:#dbeafe;border:2px solid #3b82f6}.vbanner--corrections{background-color:#fff8f8;border:2px solid #ef4444}.vbanner__icon{font-size:24px;flex-shrink:0}.vbanner--verify .vbanner__icon{color:#3b82f6}.vbanner--corrections .vbanner__icon{color:#ef4444}.vbanner__text{flex:1 1 200px;min-width:0}.vbanner__mode-title{font-weight:700;font-size:16px;margin-bottom:4px}.vbanner--verify .vbanner__mode-title{color:#1e40af}.vbanner--corrections .vbanner__mode-title{color:#991b1b}.vbanner__mode-sub{font-size:14px;line-height:1.5}.vbanner--verify .vbanner__mode-sub{color:#1e3a8a}.vbanner--corrections .vbanner__mode-sub{color:#7f1d1d}.vbanner__actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;flex-shrink:0}.vbanner__btn{padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;border:none;white-space:nowrap;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .15s ease,opacity .15s ease}.vbanner__btn--outline-blue{border:1px solid #3b82f6!important;background:#fff;color:#3b82f6}.vbanner__btn--outline-blue:hover{background:#eff6ff}.vbanner__btn--outline-red{border:1px solid #ef4444!important;background:#fff;color:#ef4444}.vbanner__btn--outline-red:hover{background:#fef2f2}.vbanner__btn--green{background:#10b981;color:#fff}.vbanner__btn--green:hover{background:#059669}.vbanner__btn--disabled{background:#d1d5db!important;color:#fff!important;cursor:not-allowed!important;border:none!important}@media(max-width:767px){.vbanner{flex-direction:column;align-items:flex-start;padding:12px 14px;gap:10px}.vbanner__icon{display:none}.vbanner__text{width:100%;flex:0 0 auto}.vbanner__mode-title{font-size:14px}.vbanner__mode-sub{font-size:12px}.vbanner__actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px;flex:0 0 auto}.vbanner__btn{width:100%;justify-content:center;padding:10px 8px;font-size:12px}.vbanner__btn--green,.vbanner__btn--disabled{grid-column:1 / -1;padding:12px 8px;font-size:13px}}.dbm__overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;box-sizing:border-box}.dbm__box{background:#fff;border-radius:12px;padding:24px;width:100%;max-width:680px;max-height:88vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.dbm__title{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px;display:flex;align-items:center;gap:10px}.dbm__title i{color:#f59e0b}.dbm__subtitle{font-size:14px;color:#6b7280;margin:0 0 20px}.dbm__list{margin-bottom:16px}.dbm__card{border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:12px;cursor:pointer;background:#fff;transition:all .2s ease}.dbm__card:last-child{margin-bottom:0}.dbm__card:hover{border-color:#93c5fd;background:#f8faff}.dbm__card--unverified{border-color:#fcd34d;background:#fffbeb}.dbm__card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:8px}.dbm__card-name{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}.dbm__card-id{font-size:12px;color:#6b7280;font-family:monospace}.dbm__card-badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end;flex-shrink:0}.dbm__badge{font-size:12px;font-weight:500;padding:4px 8px;border-radius:4px;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.dbm__badge--verified{background:#dcfce7;color:#16a34a}.dbm__badge--unverified{background:#fef9c3;color:#b45309}.dbm__card-info{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#374151;margin-bottom:4px}.dbm__info-row{display:flex;align-items:center;gap:8px}.dbm__info-icon{width:14px;color:#9ca3af;flex-shrink:0;font-size:12px;text-align:center}.dbm__info-row strong{min-width:56px;color:#6b7280;font-weight:500}.dbm__assoc-clients{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.dbm__assoc-title{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;display:flex;align-items:center;gap:6px}.dbm__assoc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.dbm__assoc-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151;padding:4px 8px;background:#00000005;border-radius:6px}.dbm__assoc-icon{color:#9ca3af;font-size:11px;width:12px;flex-shrink:0}.dbm__assoc-name{font-weight:500}.dbm__assoc-id{color:#9ca3af;font-size:12px;font-family:monospace}.dbm__footer{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid #e5e7eb;flex-wrap:wrap}.dbm__btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:nowrap;display:inline-flex;align-items:center;gap:7px}.dbm__btn--cancel{background:#fff;color:#374151;border:1px solid #d1d5db!important}.dbm__btn--cancel:hover{background:#f9fafb}@media(max-width:767px){.dbm__overlay{padding:12px;align-items:center}.dbm__box{padding:20px 16px;border-radius:12px;max-height:92vh}.dbm__title{font-size:17px}.dbm__subtitle{font-size:13px}.dbm__card{padding:12px}.dbm__card-name{font-size:15px}.dbm__card-header{flex-direction:column;align-items:flex-start;gap:8px}.dbm__card-badges{justify-content:flex-start}.dbm__info-row{font-size:13px}.dbm__footer{flex-direction:column;gap:10px}.dbm__btn{width:100%;padding:13px 16px;font-size:14px;justify-content:center}}.dbm__note{display:flex;align-items:flex-start;gap:10px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:12px 14px;margin:0 0 12px;font-size:13.5px;color:#1e40af;line-height:1.5}.dbm__note i{color:#3b82f6;font-size:15px;margin-top:2px;flex-shrink:0}.basic-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.basic-section .section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.basic-section .section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.basic-section .basic-content-wrapper{border:1px dashed #e5e7eb;border-radius:10px;padding:14px 14px 10px;margin-top:6px}.basic-section .form-row{margin-bottom:12px;display:flex;flex-direction:column}.basic-section .form-row.two,.basic-section .form-row.three{flex-direction:row;gap:14px;align-items:flex-start}.basic-section .form-row.two>div,.basic-section .form-row.three>div{flex:1;display:flex;flex-direction:column;min-width:0}.basic-section .form-row.two>div.small-field{flex:0 0 200px}.basic-section .form-row.three>div:first-child{flex:0 0 180px}.basic-section label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.basic-section label .required{color:#dc2626;margin-left:2px}.basic-section input,.basic-section select{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.basic-section input:focus,.basic-section select:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.basic-section input::placeholder{color:#9ca3af}.basic-section input:read-only{background:#f3f4f6;cursor:not-allowed;color:#6b7280}.basic-section .phone-plus-wrapper,.basic-section .email-plus-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.basic-section .phone-plus-label-spacer,.basic-section .email-plus-label-spacer{height:20px;margin-bottom:0;font-size:14px;visibility:hidden}.basic-section .phone-plus-btn,.basic-section .email-plus-btn{width:30px;height:30px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:20px;line-height:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,border-color .15s ease}.basic-section .phone-plus-btn:hover,.basic-section .email-plus-btn:hover{background:#111827;color:#f9fafb;border-color:#111827}.basic-section .form-row.three.equal-width>div{flex:1;min-width:0}.basic-section .icon-btn{margin-top:21px;align-self:flex-start;padding:0;width:28px;height:28px;border-radius:999px;border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;cursor:pointer;font-size:10px;font-weight:bolder;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,border-color .15s ease}.basic-section .icon-btn:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}.basic-section select[name=socialCategory]{max-width:330px}.role-selection-btn{padding:8px 12px;background:#f9fafb;color:#374151;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:400;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center}.role-selection-btn:hover{background:#fff;border-color:#9ca3af}.role-selection-btn:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.role-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;box-sizing:border-box}.role-modal{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.role-modal-header{padding:20px;border-bottom:1px solid #e5e7eb;background:#fff;position:relative}.role-modal-header h3{margin:0;color:#111827;font-size:18px;font-weight:600}.role-modal-content{padding:20px;overflow-y:auto;flex:1}.role-item{display:flex;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:10px;background:#fff;cursor:pointer;transition:border-color .2s,background .2s}.role-item:hover{border-color:#d1d5db;background:#f9fafb}.role-item-checkbox{margin-right:12px;width:18px;height:18px;cursor:pointer}.role-item-name{flex:1;font-size:14px;color:#374151}.selected-roles-list{margin-top:12px;margin-bottom:24px;background:#f9fafb;border-radius:8px;padding:14px;border:1px solid #e5e7eb}.selected-role-tag{display:inline-flex;align-items:center;padding:6px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-right:8px;margin-bottom:1px;font-size:13px;color:#374151}.selected-role-tag button{background:none;border:none;margin-left:8px;cursor:pointer;color:#6b7280;font-size:16px;padding:0;line-height:1}.selected-role-tag button:hover{color:#dc2626}.role-other-input{margin-top:12px;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;width:95%;outline:none}.role-other-input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.close-modal-btn{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.close-modal-btn:hover{background:#f3f4f6;color:#111827}.role-modal-footer{padding:16px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;background:#fff;flex-shrink:0}.role-done-btn{padding:8px 24px;background:#111827;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px}.role-done-btn:hover{background:#374151}.service-search-section{margin-top:20px;border-top:2px solid #f3f4f6;padding-top:16px}.service-section-title{font-size:16px;font-weight:600;color:#111827;margin-bottom:12px}.service-subsection{margin-bottom:16px;clear:both}.service-search-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;clear:both;gap:8px}.service-search-title{font-size:14px;font-weight:500;color:#374151}.service-search-btn{padding:5px 10px;background:#007070;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:12px;transition:background .2s;flex-shrink:0;white-space:nowrap}.service-search-btn:hover{background:#005959}.service-modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;box-sizing:border-box}.service-modal{background:#fff;border-radius:14px;width:92%;max-width:860px;max-height:78vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}.service-modal-header{padding:16px 20px 14px;border-bottom:1px solid #e5e7eb;background:#fff;position:relative;flex-shrink:0}.service-modal-header h3{margin:0 0 12px;color:#111827;font-size:18px;font-weight:700;padding-right:36px}.service-search-input-container{position:relative;width:100%}.service-search-input{width:100%;padding:9px 36px 9px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;background:#f9fafb;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.service-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb26;background:#fff}.service-search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.service-modal-content{display:flex;flex:1;overflow:hidden;min-height:0}.service-categories{width:240px;min-width:240px;background:#f8fafc;border-right:1px solid #e5e7eb;padding:10px 0;overflow-y:auto;flex-shrink:0}.service-category-btn{width:100%;padding:10px 14px;text-align:left;border:none;background:transparent;cursor:pointer;font-size:13px;color:#4b5563;border-left:3px solid transparent;transition:all .15s;line-height:1.5;word-break:break-word;white-space:normal}.service-category-btn:hover{background:#f1f5f9;color:#111827}.service-category-btn.active{background:#f1f5f9;color:#111827;border-left:3px solid #2563eb;font-weight:600}.service-items{flex:1;padding:14px 16px;overflow-y:auto;background:#fff}.service-item{display:flex;align-items:center;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s}.service-item:hover{border-color:#93c5fd;background:#eff6ff}.service-item-checkbox{margin-right:10px;width:16px;height:16px;cursor:pointer;accent-color:#2563eb}.service-item-name{flex:1;font-size:13px;color:#374151;line-height:1.4}.modal-footer{padding:12px 16px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f9fafb;flex-shrink:0;gap:12px}.selected-count{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:4px}.selected-count strong{color:#111827;font-size:15px}.done-btn{padding:8px 28px;background:#111827;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;transition:background .15s;flex-shrink:0}.done-btn:hover{background:#374151}.selected-services-list{margin-top:8px;background:#f9fafb;border-radius:8px;padding:12px;border:1px solid #e5e7eb}.selected-services-title{font-size:13px;font-weight:600;color:#374151;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.selected-service-item{display:flex;align-items:center;padding:8px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:6px;font-size:12px;color:#374151;gap:6px}.selected-service-category{display:inline-block;padding:2px 6px;background:#eff6ff;color:#1d4ed8;border-radius:4px;font-size:10px;font-weight:500;border:1px solid #bfdbfe;white-space:nowrap;flex-shrink:0}.no-services{color:#9ca3af;text-align:center;padding:40px 20px;font-size:14px}.search-results-info{font-size:13px;color:#6b7280;margin-bottom:12px;padding:8px 12px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb;display:flex;align-items:center;flex-wrap:wrap;gap:4px}.clear-search-btn{background:none;border:none;color:#2563eb;cursor:pointer;font-size:13px;text-decoration:underline;padding:0}.clear-search-btn:hover{color:#1d4ed8}.category-title{margin:0 0 10px;color:#111827;font-size:15px;font-weight:600}.custom-service-option{margin-top:12px;padding:12px;border:1px dashed #d1d5db;border-radius:8px;background:#f9fafb}.custom-service-label{display:flex;align-items:center;font-size:14px;color:#374151;cursor:pointer}.custom-service-checkbox{margin-right:10px;width:16px;height:16px;accent-color:#2563eb}.phoneNoField{margin-top:20px}.removeBtn{margin-top:4px}.specifyrole{margin-left:15px}@media(max-width:900px){.service-modal{width:96%;max-height:85vh}.service-categories{width:180px;min-width:180px}}@media(max-width:767px){.basic-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.basic-section .section-header{margin-bottom:12px;align-items:center}.basic-section .section-header h2{font-size:15px}.section-chip{font-size:11px;padding:3px 8px}.basic-section .basic-content-wrapper{padding:10px 10px 8px;border-radius:8px}.basic-section .form-row{margin-bottom:10px}.basic-section .form-row.two,.basic-section .form-row.three{flex-direction:column;gap:10px}.basic-section .form-row.two>div,.basic-section .form-row.three>div{flex:1 1 auto!important;min-width:0}.basic-section .form-row.two>div.small-field,.basic-section .form-row.three>div:first-child{flex:1 1 auto!important}.basic-section label{font-size:12px;margin-bottom:3px}.basic-section input,.basic-section select{font-size:13px;padding:9px 10px}.basic-section select[name=socialCategory]{width:fit-content;max-width:100%}.basic-section .phoneNoField{margin-top:0!important}.basic-section .form-row.three:has(.phone-plus-wrapper),.basic-section .form-row.three:has(.email-plus-wrapper){flex-direction:row!important;align-items:flex-end!important;gap:8px!important}.basic-section .form-row.three:has(.icon-btn){flex-direction:row!important;align-items:flex-end!important;gap:8px!important}.basic-section .form-row.three:has(.phone-plus-wrapper)>div,.basic-section .form-row.three:has(.email-plus-wrapper)>div,.basic-section .form-row.three:has(.icon-btn)>div{flex:1 1 0!important;min-width:0}.basic-section .form-row.three:has(.phone-plus-wrapper)>div:last-child,.basic-section .form-row.three:has(.email-plus-wrapper)>div:last-child,.basic-section .form-row.three:has(.icon-btn)>div:last-child{flex:0 0 auto!important}.basic-section .phone-plus-wrapper,.basic-section .email-plus-wrapper{flex-direction:column;align-items:center;justify-content:flex-end;gap:0;padding-top:0}.basic-section .phone-plus-label-spacer,.basic-section .email-plus-label-spacer{display:none}.basic-section .phone-plus-btn,.basic-section .email-plus-btn{width:36px;height:36px;font-size:18px;flex-shrink:0}.basic-section .icon-btn{margin-top:0!important;align-self:flex-end;width:32px;height:32px;flex-shrink:0}.role-selection-btn{font-size:13px;padding:9px 10px;width:100%!important;box-sizing:border-box}.basic-section .form-row.two{flex-direction:column;gap:10px}.basic-section .form-row.two>div,.basic-section .form-row.two>div.small-field{flex:1 1 auto!important;width:100%}.basic-section select[name=socialCategory]{width:auto!important;max-width:fit-content!important;min-width:120px;box-sizing:border-box}.selected-roles-list{padding:10px;display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.selected-role-tag{font-size:11px;padding:4px 8px}.service-search-section{margin-top:14px;padding-top:12px}.service-section-title{font-size:14px;margin-bottom:10px}.service-subsection{margin-bottom:12px}.service-search-title{font-size:13px}.service-search-btn{font-size:11px;padding:5px 10px}.selected-service-item{flex-wrap:wrap;font-size:12px;padding:7px 8px;gap:4px;align-items:flex-start}.selected-service-category{font-size:9px;padding:2px 5px}.role-modal-overlay{padding:10px;align-items:center;box-sizing:border-box}.role-modal{width:100%;max-width:calc(100vw - 20px);max-height:90vh;border-radius:12px}.role-modal-header{padding:14px 16px}.role-modal-header h3{font-size:15px}.role-modal-content{padding:12px 14px}.role-item{padding:10px 12px;margin-bottom:7px}.role-item-name{font-size:13px}.role-item-checkbox{width:20px;height:20px;margin-right:10px}.role-modal-footer{padding:12px 14px}.role-done-btn{width:100%;padding:12px 16px;font-size:14px;text-align:center;border-radius:8px}.role-other-input{width:100%;box-sizing:border-box;font-size:13px}.service-modal-overlay{padding:10px;align-items:center;box-sizing:border-box}.service-modal{width:calc(100vw - 20px);max-height:92vh;border-radius:12px}.service-modal-header{padding:10px 12px;display:flex;flex-direction:column;gap:8px}.service-modal-header h3{font-size:14px;font-weight:700;margin:0;padding-right:36px}.service-modal-header .close-modal-btn{top:10px!important;right:10px!important}.service-search-input-container{width:100%;box-sizing:border-box}.service-search-input{font-size:13px;padding:8px 32px 8px 10px;width:100%;box-sizing:border-box}.service-modal-content{flex-direction:row;overflow:hidden}.service-categories{width:82px;min-width:82px;max-width:82px;flex-shrink:0;background:#1e293b;border-right:none;padding:6px 0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:2px}.service-categories::-webkit-scrollbar{display:none}.service-categories{scrollbar-width:none}.service-category-btn{width:100%;padding:10px 6px;font-size:10px;font-weight:500;text-align:center;color:#94a3b8;background:transparent;border:none;border-left:3px solid transparent;border-radius:0;white-space:normal;word-break:break-word;line-height:1.2;cursor:pointer;transition:background .15s,color .15s,border-color .15s;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:52px;gap:3px}.service-category-btn:hover{background:#ffffff0f;color:#e2e8f0;border-left-color:transparent}.service-category-btn.active{background:#2563eb2e;color:#93c5fd;border-left:3px solid #3b82f6;font-weight:700}.service-items{flex:1;padding:10px;overflow-y:auto;background:#fff;min-width:0}.category-title{font-size:12px;font-weight:700;color:#1e293b;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #f1f5f9}.service-item{padding:8px 10px;margin-bottom:5px;border-radius:6px;gap:8px}.service-item-name{font-size:11.5px;line-height:1.3}.service-item-checkbox{width:17px;height:17px;flex-shrink:0;margin-right:0}.search-results-info{font-size:11px;padding:6px 8px;margin-bottom:8px}.no-services{font-size:12px;padding:24px 12px}.modal-footer{padding:10px 12px;gap:8px}.selected-count{font-size:12px}.selected-count strong{font-size:13px}.done-btn{padding:9px 20px;font-size:13px;border-radius:7px}}.aadhar-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.aadhar-section .section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.aadhar-section .section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.aadhar-section .section-subtitle{font-size:13px;color:#6b7280;margin-top:4px}.aadhar-section .aadhar-content-wrapper{border:1px dashed #e5e7eb;border-radius:10px;padding:14px 14px 10px;margin-top:6px}.aadhar-section .form-row{margin-bottom:12px;display:flex;flex-direction:column}.aadhar-section .form-row.two,.aadhar-section .form-row.three{flex-direction:row;gap:14px;align-items:flex-start}.aadhar-section .form-row.two>div,.aadhar-section .form-row.three>div{flex:1;display:flex;flex-direction:column;min-width:0}.aadhar-section label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.aadhar-section input,.aadhar-section select{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.aadhar-section input:focus,.aadhar-section select:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.aadhar-section input::placeholder{color:#9ca3af}.aadhar-section .sub-heading-row{display:flex;align-items:center;justify-content:space-between;margin:16px 0 10px}.aadhar-section .sub-heading{font-size:15px;font-weight:600;color:#111827;white-space:nowrap}.aadhar-section .sub-heading-divider{flex:1;height:1px;margin-left:12px;background:#e5e7eb}@media(max-width:767px){.aadhar-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.aadhar-section .section-header{margin-bottom:12px;align-items:center}.aadhar-section .section-header h2{font-size:15px}.aadhar-section .section-subtitle{font-size:12px}.section-chip{font-size:11px;padding:3px 8px}.aadhar-section .aadhar-content-wrapper{padding:10px 10px 8px;border-radius:8px}.aadhar-section .form-row{margin-bottom:10px}.aadhar-section .form-row.two,.aadhar-section .form-row.three{flex-direction:column;gap:10px}.aadhar-section .form-row.two>div,.aadhar-section .form-row.three>div{flex:1 1 auto;width:100%}.aadhar-section label{font-size:12px;margin-bottom:3px}.aadhar-section input,.aadhar-section select{font-size:13px;padding:9px 10px}.aadhar-section .sub-heading-row{margin:12px 0 8px}.aadhar-section .sub-heading{font-size:13px}}.pan-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pan-section .section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.pan-section .section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.pan-section .pan-content-wrapper{border:1px dashed #e5e7eb;border-radius:10px;padding:14px 14px 10px;margin-top:6px}.pan-section .form-row{margin-bottom:12px;display:flex;flex-direction:column}.pan-section .form-row.two,.pan-section .form-row.three{flex-direction:row;gap:14px;align-items:flex-start}.pan-section .form-row.two>div,.pan-section .form-row.three>div{flex:1;display:flex;flex-direction:column;min-width:0}.pan-section label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.pan-section input,.pan-section select{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.pan-section input:focus,.pan-section select:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.pan-section input::placeholder{color:#9ca3af}.pan-section .error-text{font-size:12px;color:#dc2626;margin-top:4px}@media(max-width:767px){.pan-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.pan-section .section-header{margin-bottom:12px;align-items:center}.pan-section .section-header h2{font-size:15px}.section-chip{font-size:11px;padding:3px 8px}.pan-section .pan-content-wrapper{padding:10px 10px 8px;border-radius:8px}.pan-section .form-row{margin-bottom:10px}.pan-section .form-row.two,.pan-section .form-row.three{flex-direction:column;gap:10px}.pan-section .form-row.two>div,.pan-section .form-row.three>div{flex:1 1 auto;width:100%}.pan-section label{font-size:12px;margin-bottom:3px}.pan-section input,.pan-section select{font-size:13px;padding:9px 10px}.pan-section .error-text{font-size:11px}}.personal-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.personal-section .section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.personal-section .section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.personal-section .personal-content-wrapper{border:1px dashed #e5e7eb;border-radius:10px;padding:14px 14px 10px;margin-top:6px}.personal-section .form-row{margin-bottom:12px;display:flex;flex-direction:column}.personal-section .form-row.two,.personal-section .form-row.three{flex-direction:row;gap:14px;align-items:flex-start}.personal-section .form-row.two>div,.personal-section .form-row.three>div{flex:1;display:flex;flex-direction:column;min-width:0}.personal-section label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.personal-section input,.personal-section select,.personal-section textarea{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.personal-section textarea{resize:vertical;min-height:70px}.personal-section input:focus,.personal-section select:focus,.personal-section textarea:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.personal-section input::placeholder,.personal-section textarea::placeholder{color:#9ca3af}.personal-section .inline-radio{display:flex;gap:18px;margin-top:4px}.personal-section .inline-radio label{display:inline-flex;align-items:center;gap:6px;font-weight:400;color:#4b5563;cursor:pointer}.personal-section .inline-radio input[type=radio]{cursor:pointer;width:auto;margin:0}.personal-section .error-text{font-size:12px;color:#dc2626;margin-top:4px}.personal-section .social-media-plus-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.personal-section .social-media-plus-btn{width:30px;height:30px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:20px;line-height:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,border-color .15s ease}.personal-section .social-media-plus-btn:hover{background:#111827;color:#f9fafb;border-color:#111827}.personal-section .icon-btn{margin-top:0;align-self:flex-start;padding:0;width:28px;height:28px;border-radius:999px;border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;cursor:pointer;font-size:10px;font-weight:bolder;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,border-color .15s ease}.personal-section .icon-btn:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}@media(max-width:767px){.personal-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.personal-section .section-header{margin-bottom:12px;align-items:center}.personal-section .section-header h2{font-size:15px}.section-chip{font-size:11px;padding:3px 8px}.personal-section .personal-content-wrapper{padding:10px 10px 8px;border-radius:8px}.personal-section .form-row{margin-bottom:10px}.personal-section .form-row.two,.personal-section .form-row.three{flex-direction:column;gap:10px}.personal-section .form-row.two>div,.personal-section .form-row.three>div{flex:1 1 auto;width:100%}.personal-section label{font-size:12px;margin-bottom:3px}.personal-section input,.personal-section select,.personal-section textarea{font-size:13px;padding:9px 10px}.personal-section .form-row.two:has(.social-media-plus-wrapper),.personal-section .form-row.two:has(.icon-btn){display:grid!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:8px!important;align-items:end}.personal-section .form-row.two:has(.social-media-plus-wrapper)>div:nth-child(1),.personal-section .form-row.two:has(.icon-btn)>div:nth-child(1){grid-column:1!important;grid-row:1!important;width:100%!important;min-width:0}.personal-section .form-row.two:has(.social-media-plus-wrapper)>div:nth-child(2),.personal-section .form-row.two:has(.icon-btn)>div:nth-child(2){grid-column:1!important;grid-row:2!important;width:100%!important;min-width:0}.personal-section .form-row.two:has(.social-media-plus-wrapper)>div:nth-child(3),.personal-section .form-row.two:has(.icon-btn)>div:nth-child(3){grid-column:2!important;grid-row:1!important;display:flex!important;align-items:flex-end!important;justify-content:center!important}.personal-section .form-row.two:has(.social-media-plus-wrapper) input,.personal-section .form-row.two:has(.icon-btn) input{width:100%!important;box-sizing:border-box!important}.personal-section .social-media-plus-btn{width:36px;height:36px;font-size:18px;flex-shrink:0}.personal-section .icon-btn{align-self:flex-end!important;width:32px;height:32px;flex-shrink:0;margin-bottom:0}.personal-section .inline-radio{gap:14px}div[style*="z-index: 1000"][style*="padding: 20px"]{padding:10px!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}div[style*="maxWidth: 600px"],div[style*="max-width: 600px"]{max-width:calc(100vw - 20px)!important;width:100%!important;max-height:92vh!important;border-radius:12px!important;margin:0 auto!important}div[style*="max-width: 600px"] div[style*="padding: 20px 24px"],div[style*="maxWidth: 600px"] div[style*="padding: 20px 24px"],div[style*="max-width: 600px"] div[style*="padding: 24px"],div[style*="maxWidth: 600px"] div[style*="padding: 24px"]{padding:14px 16px!important}div[style*="max-width: 600px"] div[style*="padding: 16px 24px"],div[style*="maxWidth: 600px"] div[style*="padding: 16px 24px"]{padding:12px 14px!important;gap:8px!important}div[style*="max-width: 600px"] div[style*="padding: 16px 24px"] button,div[style*="maxWidth: 600px"] div[style*="padding: 16px 24px"] button{flex:1!important;justify-content:center!important;text-align:center!important}div[style*="max-width: 600px"] input[placeholder*=search],div[style*="max-width: 600px"] input[placeholder*=Search],div[style*="maxWidth: 600px"] input[placeholder*=search],div[style*="maxWidth: 600px"] input[placeholder*=Search]{font-size:13px!important;padding:10px 12px!important}div[style*='gridTemplateColumns: "1fr 1fr"'],div[style*="grid-template-columns: 1fr 1fr"]{display:flex!important;flex-direction:column!important;gap:10px!important}div[style*='gridTemplateColumns: "1fr 1fr"']>div,div[style*="grid-template-columns: 1fr 1fr"]>div{width:100%!important}div[style*="max-width: 600px"] select,div[style*="maxWidth: 600px"] select{font-size:13px!important}}.bank-section .file-name,.bank-section .file-display,.bank-section .uploaded-file-name,.bank-section .file-name-display,.bank-section a[href]{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}@media(max-width:767px){.bank-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.bank-section .section-header{margin-bottom:12px;align-items:center}.bank-section .section-header h2{font-size:15px}.bank-section .section-subtitle{font-size:12px}.section-chip{font-size:11px;padding:3px 8px}.bank-section .bank-account-card{padding:12px 10px;border-radius:8px;margin-bottom:14px}.bank-section .account-card-header{margin-bottom:12px;padding-bottom:8px}.bank-section .account-number-badge{font-size:12px;padding:5px 10px}.bank-section .form-row[style]{width:100%!important;margin-left:0!important;margin-top:0!important}.bank-section .form-row{margin-bottom:10px}.bank-section .form-row.two,.bank-section .form-row.three,.bank-section .form-row.four{flex-direction:column;gap:10px}.bank-section .form-row.two>div,.bank-section .form-row.three>div,.bank-section .form-row.four>div{flex:1 1 auto;width:100%;max-width:100%}.bank-section label{font-size:12px;margin-bottom:3px}.bank-section input,.bank-section select{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}.bank-section input[style*="width: 22%"]{width:100%!important}.bank-section textarea{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}.bank-section .sub-heading-row{margin:12px 0 8px}.bank-section .sub-heading{font-size:13px}.bank-section .form-row.four{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.bank-section .form-row.four>div{width:100%!important;min-width:0}.bank-section .form-row.four>div>div *{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.bank-section .file-hint-top{font-size:10px}}.address-courier-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.address-courier-section .section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.address-courier-section .section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.address-courier-section .address-courier-content-wrapper{border:1px dashed #e5e7eb;border-radius:10px;padding:14px 14px 10px;margin-top:6px}.address-courier-section .form-row{margin-bottom:12px;display:flex;flex-direction:column}.address-courier-section .form-row.two,.address-courier-section .form-row.three{flex-direction:row;gap:14px;align-items:flex-start}.address-courier-section .form-row.two>div,.address-courier-section .form-row.three>div{flex:1;display:flex;flex-direction:column;min-width:0}.address-courier-section label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.address-courier-section input{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.address-courier-section input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.address-courier-section input::placeholder{color:#9ca3af}.address-courier-section .inline-radio{display:flex;gap:18px;margin-top:4px;flex-wrap:wrap}.address-courier-section .inline-radio label{display:inline-flex;align-items:center;gap:6px;font-weight:400;color:#4b5563;cursor:pointer}.address-courier-section .inline-radio input[type=radio]{margin:0}.bank-selector-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;box-sizing:border-box;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bank-selector-modal{background:#fff;border-radius:12px;padding:24px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.bank-selector-modal h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#111827}.bank-selector-modal p{margin:0 0 20px;font-size:14px;color:#6b7280}.bank-account-option{border:2px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:12px;cursor:pointer;transition:all .2s ease}.bank-account-option:hover{border-color:#2563eb;background:#f0f9ff}.bank-account-option.selected{border-color:#2563eb;background:#eff6ff}.bank-account-option-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.bank-account-option-radio{width:18px;height:18px;cursor:pointer}.bank-account-option-title{font-size:15px;font-weight:600;color:#111827}.bank-account-option-details{font-size:13px;color:#6b7280;margin-left:28px}.bank-selector-modal-actions{display:flex;gap:12px;margin-top:24px;justify-content:flex-end}.bank-selector-modal-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.bank-selector-modal-btn.cancel{background:#f3f4f6;color:#374151}.bank-selector-modal-btn.cancel:hover{background:#e5e7eb}.bank-selector-modal-btn.confirm{background:#2563eb;color:#fff}.bank-selector-modal-btn.confirm:hover{background:#1d4ed8}.bank-selector-modal-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:767px){.address-courier-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.address-courier-section .section-header{margin-bottom:12px;align-items:center}.address-courier-section .section-header h2{font-size:15px}.section-chip{font-size:11px;padding:3px 8px}.address-courier-section .address-courier-content-wrapper{padding:10px 10px 8px;border-radius:8px}.address-courier-section .form-row{margin-bottom:10px}.address-courier-section .form-row.two,.address-courier-section .form-row.three{flex-direction:column;gap:10px}.address-courier-section .form-row.two>div,.address-courier-section .form-row.three>div{flex:1 1 auto;width:100%}.address-courier-section label{font-size:12px;margin-bottom:3px}.address-courier-section input{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}.address-courier-section .inline-radio{flex-direction:column;gap:10px;margin-top:6px}.address-courier-section .inline-radio label{font-size:13px;padding:8px 10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;width:100%;box-sizing:border-box}.address-courier-section .inline-radio input[type=radio]{width:16px;height:16px;flex-shrink:0}.bank-selector-modal-overlay{padding:10px;align-items:center}.bank-selector-modal{width:calc(100vw - 20px)!important;max-width:100%!important;padding:18px 16px;border-radius:12px;max-height:90vh}.bank-selector-modal h3{font-size:16px;margin-bottom:10px}.bank-selector-modal p{font-size:13px;margin-bottom:14px}.bank-account-option{padding:12px;margin-bottom:8px}.bank-account-option-title{font-size:13px}.bank-account-option-details{font-size:12px;margin-left:24px}.bank-selector-modal-actions{flex-direction:column-reverse;gap:8px;margin-top:16px}.bank-selector-modal-btn{width:100%;padding:11px 16px;text-align:center;box-sizing:border-box}}.kc-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.kc-section .section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.kc-section .section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.kc-content-wrapper{border:1px dashed #e5e7eb;border-radius:10px;padding:14px 14px 10px;margin-top:6px}.kc-contact-block{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #f3f4f6}.kc-contact-block:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.kc-contact-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.kc-contact-label{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.kc-remove-btn{background:#fee2e2;border:none;border-radius:50%;width:26px;height:26px;cursor:pointer;color:#ef4444;font-weight:700;font-size:12px;display:flex;align-items:center;justify-content:center;line-height:1;margin-left:-30px;transition:background .15s ease}.kc-remove-btn:hover{background:#fecaca}.kc-section .form-row{margin-bottom:12px;display:flex;flex-direction:column}.kc-section .form-row.two,.kc-section .form-row.three{flex-direction:row;gap:14px;align-items:flex-start}.kc-section .form-row.two>div,.kc-section .form-row.three>div{flex:1;display:flex;flex-direction:column;min-width:0}.kc-section label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.kc-section input{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.kc-section input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.kc-section input::placeholder{color:#9ca3af}.kc-section input[readonly]{background:#f3f4f6;cursor:not-allowed;color:#6b7280}.kc-add-btn{display:flex;align-items:center;gap:6px;margin-top:12px;padding:7px 14px;border:1px dashed #9ca3af;border-radius:6px;background:#fff;color:#374151;cursor:pointer;font-size:13px;font-weight:500;transition:border-color .15s ease,background .15s ease}.kc-add-btn:hover{border-color:#2563eb;background:#eff6ff;color:#2563eb}.kc-add-btn span{font-size:16px;line-height:1}@media(max-width:767px){.kc-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.kc-section .section-header{margin-bottom:12px;align-items:center}.kc-section .section-header h2{font-size:15px}.section-chip{font-size:11px;padding:3px 8px}.kc-content-wrapper{padding:10px 10px 8px;border-radius:8px}.kc-contact-block{margin-bottom:12px;padding-bottom:12px;width:100%;box-sizing:border-box}.kc-contact-header{margin-bottom:8px}.kc-contact-label{font-size:11px}.kc-remove-btn{margin-left:0;width:30px;height:30px;font-size:12px;flex-shrink:0}.kc-section .form-row{margin-bottom:10px}.kc-section .form-row.two,.kc-section .form-row.three{flex-direction:column;gap:10px}.kc-section .form-row.two>div,.kc-section .form-row.three>div{flex:1 1 auto;width:100%}.kc-section input{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}.kc-section .form-row.two>div,.kc-section .form-row.three>div{flex:1 1 auto;width:100%;min-width:0}.kc-contact-header{width:100%;box-sizing:border-box}.kc-add-btn{width:auto;justify-content:center;margin-top:0;padding:6px 12px;font-size:12px;flex-shrink:0}}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.additional-section .additional-content-wrapper{border:1px dashed #e5e7eb;border-radius:10px;padding:14px 14px 10px;margin-top:6px}.additional-section .add-inline-btn{border:1px solid #2563eb;background:#eff6ff;cursor:pointer;font-size:11px;line-height:1;padding:5px 12px;border-radius:999px;color:#2563eb;display:inline-flex;align-items:center;gap:4px;font-weight:500;white-space:nowrap}.additional-section .add-inline-btn span:first-child{font-size:12px}.additional-section input::placeholder{color:#9ca3af}.additional-section .icon-btn{margin-top:21px;align-self:flex-start;padding:0;width:28px;height:28px;border-radius:999px;border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;cursor:pointer;font-size:10px;font-weight:bolder;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,border-color .15s ease}@media(max-width:767px){.additional-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.additional-section .section-header{margin-bottom:12px;align-items:center}.additional-section .section-header h2{font-size:15px}.section-chip{font-size:11px;padding:3px 8px}.additional-section .additional-content-wrapper{padding:10px 10px 8px;border-radius:8px}.additional-section .subheading-row{margin:8px 0 6px}.additional-section .subheading{font-size:13px}.additional-section .form-row{margin-bottom:10px}.additional-section .form-row.two{display:grid!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:8px!important;align-items:end}.additional-section .form-row.two>div:nth-child(1){grid-column:1 / -1!important;grid-row:1!important;width:100%!important;min-width:0}.additional-section .form-row.two>div:nth-child(2){grid-column:1!important;grid-row:2!important;width:100%!important;min-width:0;margin-left:0!important}.additional-section .form-row.two>button.icon-btn{grid-column:2!important;grid-row:2!important;margin-top:0!important;align-self:flex-end!important;width:30px;height:30px;flex-shrink:0}.additional-section label{font-size:12px;margin-bottom:3px}.additional-section input[type=text]{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}.uploadfile{margin-left:0!important;margin-top:0;width:100%}}.company-section label .required,.company-section .required{color:#dc2626;margin-left:2px}.company-section .phone-plus-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.company-section .phone-plus-label-spacer{height:20px;margin-bottom:0;font-size:14px;visibility:hidden}.company-section .phone-plus-btn{width:30px;height:30px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:20px;line-height:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,border-color .15s ease}.company-section .phone-plus-btn:hover{background:#111827;color:#f9fafb;border-color:#111827}.icon-rembtn{align-self:flex-start;padding:0;width:30px;height:30px;border-radius:999px;border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;cursor:pointer;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:23px;transition:background .15s ease,color .15s ease,border-color .15s ease}.icon-rembtn:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}.company-section .icon-btn{align-self:flex-start;padding:0;width:30px;height:30px;border-radius:999px;border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;cursor:pointer;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,border-color .15s ease}.company-section .icon-btn:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}.company-section .error-text{font-size:12px;color:#dc2626;margin-top:4px}.company-section .section-separator{border-top:1px dashed #d1d5db;margin:16px 0 14px}@media(max-width:767px){.company-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.company-section .section-header{margin-bottom:12px;align-items:center}.company-section .section-header h2{font-size:15px}.section-chip{font-size:11px;padding:3px 8px}.company-section .company-content-wrapper{padding:10px 10px 8px;border-radius:8px}.company-section .form-row{margin-bottom:10px}.company-section .form-row.two,.company-section .form-row.three{flex-direction:column;gap:10px}.company-section .form-row.two>div,.company-section .form-row.three>div{flex:1 1 auto!important;width:100%;min-width:0}.company-section label{font-size:12px;margin-bottom:3px}.company-section input,.company-section select{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}.company-section .sub-heading{font-size:13px}.company-section .form-row.three:has(.phone-plus-wrapper){display:grid!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:8px!important;align-items:end}.company-section .form-row.three:has(.phone-plus-wrapper)>div:nth-child(1){grid-column:1 / -1!important;grid-row:1!important;width:100%!important}.company-section .form-row.three:has(.phone-plus-wrapper)>div:nth-child(2){grid-column:1!important;grid-row:2!important;width:100%!important;min-width:0}.company-section .form-row.three:has(.phone-plus-wrapper)>div.phone-plus-wrapper{grid-column:2!important;grid-row:2!important;display:flex!important;align-items:flex-end!important;justify-content:center!important}.company-section .form-row.three:has(.icon-rembtn){flex-direction:row!important;align-items:flex-end!important;gap:8px!important}.company-section .form-row.three:has(.icon-rembtn)>div:nth-child(1),.company-section .form-row.three:has(.icon-rembtn)>div:nth-child(2){flex:1 1 0!important;min-width:0}.company-section .form-row.three:has(.icon-rembtn)>div:nth-child(3){flex:0 0 auto!important}.company-section .phone-plus-label-spacer{display:none}.company-section .phone-plus-wrapper{flex-direction:column;align-items:center;justify-content:flex-end}.company-section .phone-plus-btn{width:36px;height:36px;font-size:18px;flex-shrink:0}.company-section .icon-btn,.icon-rembtn{align-self:flex-end!important;margin-top:0!important;width:32px;height:32px;flex-shrink:0}.company-section .form-row.three:has(.phone-plus-btn):not(:has(.phone-plus-label-spacer~.phone-plus-btn)){flex-direction:row!important;align-items:flex-end!important;gap:8px!important}.company-section .form-row.two>div:only-child{max-width:200px}}.company-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.company-section .section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827;line-height:1.2}.section-chip{padding:4px 10px;border-radius:999px;font-size:13px;letter-spacing:.08em;background:#f3f4ff;border:1px solid #e5e7eb;color:#4b5563;font-weight:500;white-space:nowrap;line-height:1.2}.dashed-box{border:1px dashed #e5e7eb;border-radius:10px;padding:14px 14px 10px;margin-top:6px}.company-section .form-row.two>div,.company-section .form-row.three>div{flex:1;display:flex;flex-direction:column}.company-section .checkbox-group{display:flex;flex-direction:column;gap:6px;margin-top:2px}.company-section .checkbox-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151}.company-section .checkbox-item input[type=checkbox]{width:16px;height:16px;border-radius:4px;cursor:pointer}.company-section .employees-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.company-section .employees-grid .employee-field{display:flex;flex-direction:column}.company-section .employees-grid input[readonly]{background:#f3f4f6;cursor:default}@media(max-width:768px){.company-section{padding:18px 16px 16px}.company-section .form-row.two,.company-section .form-row.three{flex-direction:column}.company-section .employees-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.company-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.company-section .section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.company-section .section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.company-section .company-content-wrapper{border:1px dashed #e5e7eb;border-radius:10px;padding:14px 14px 10px;margin-top:6px}.company-section .form-row{margin-bottom:12px;display:flex;flex-direction:column}.company-section .form-row.two,.company-section .form-row.three{flex-direction:row;gap:14px;align-items:flex-start}.company-section .form-row.two>div,.company-section .form-row.three>div{flex:1;display:flex;flex-direction:column;min-width:0}.company-section label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.company-section label .required{color:#dc2626;margin-left:2px}.company-section input,.company-section select{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.company-section input:focus,.company-section select:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.company-section input::placeholder{color:#9ca3af}.company-section .sub-heading-row{display:flex;align-items:center;justify-content:space-between;margin:10px 0 6px}.company-section .sub-heading{font-size:15px;font-weight:600;color:#111827;white-space:nowrap}.company-section .sub-heading-actions{display:flex;align-items:center;gap:8px}.company-section .website-wrapper{max-width:581px}.company-section .round-btn{width:30px;height:30px;border-radius:999px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;font-size:18px;line-height:0}.company-section .plus-btn{border:1px solid #d1d5db;background:#fff;color:#111827;margin-top:25px;font-size:20px}.company-section .plus-btn:hover{background:#111827;color:#f9fafb;border-color:#111827}.company-section .remove-btn{border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;font-size:11px;font-weight:700;margin-top:23px}.company-section .remove-btn:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}@media(max-width:767px){.company-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.company-section .section-header{margin-bottom:12px;align-items:center}.company-section .section-header h2{font-size:15px}.section-chip{font-size:11px;padding:3px 8px}.company-section .company-content-wrapper{padding:10px 10px 8px;border-radius:8px}.company-section .website-wrapper{max-width:100%!important;width:100%!important}.company-section .form-row.two{flex-direction:column;gap:10px}.company-section .form-row.two>div{flex:1 1 auto!important;width:100%!important;min-width:0}.company-section .form-row{margin-bottom:10px}.company-section label{font-size:12px;margin-bottom:3px}.company-section input,.company-section select{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}.company-section .sub-heading{font-size:13px}.company-section .form-row.three{display:grid!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:8px!important;align-items:end}.company-section .form-row.three>div:nth-child(1){grid-column:1!important;grid-row:1!important;width:100%!important;min-width:0}.company-section .form-row.three>div:nth-child(2){grid-column:1!important;grid-row:2!important;width:100%!important;min-width:0}.company-section .form-row.three>div:nth-child(3){grid-column:2!important;grid-row:2!important;display:flex!important;align-items:flex-end!important;justify-content:center!important}.company-section .plus-btn,.company-section .remove-btn{margin-top:0!important;width:36px;height:36px;font-size:18px;flex-shrink:0}}.business-address-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.business-address-section .section-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.business-address-section .section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.business-address-section .section-subtitle{font-size:13px;color:#6b7280;margin-top:4px}.section-chip{padding:4px 10px;border-radius:999px;font-size:13px;letter-spacing:.08em;background:#f3f4ff;border:1px solid #e5e7eb;color:#4b5563;font-weight:500;white-space:nowrap;margin-left:16px}.business-address-inner-box{border:1px dashed #e5e7eb;border-radius:10px;padding:16px 16px 10px;margin-top:10px;margin-bottom:16px}.business-address-box-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.business-address-section .address-label{font-size:14px;font-weight:600;color:#2563eb;background:#eff6ff;padding:6px 12px;border-radius:999px;border:1px solid #bfdbfe}.business-address-section .form-row{margin-bottom:12px;display:flex;flex-direction:column}.business-address-section .form-row.two,.business-address-section .form-row.three{flex-direction:row;gap:14px;align-items:flex-start}.business-address-section .form-row.two>div,.business-address-section .form-row.three>div{flex:1;display:flex;flex-direction:column;min-width:0}.business-address-section label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.business-address-section input,.business-address-section select{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.business-address-section input:focus,.business-address-section select:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.business-address-section input::placeholder{color:#9ca3af}.business-address-section .sub-heading{font-size:15px;font-weight:600;color:#111827}.business-address-section .round-btn{width:30px;height:30px;border-radius:999px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;font-size:18px;line-height:0}.business-address-section .plus-btn{border:1px solid #d1d5db;background:#fff;color:#111827;font-size:20px}.business-address-section .plus-btn:hover{background:#111827;color:#f9fafb;border-color:#111827}.business-address-section .remove-btn{border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;font-size:11px;font-weight:700}.business-address-section .remove-btn:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}.business-address-section .header-with-btn{display:flex;align-items:center;gap:12px}.business-address-section textarea{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;font-family:inherit;resize:vertical;min-height:35px}.business-address-section textarea:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.business-address-section textarea::placeholder{color:#9ca3af}@media(max-width:767px){.business-address-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.business-address-section .section-header{margin-bottom:12px;align-items:center}.business-address-section .section-header h2{font-size:15px}.business-address-section .section-subtitle{font-size:12px}.section-chip{font-size:11px;padding:3px 8px;margin-left:0}.business-address-inner-box{padding:12px 10px 10px;border-radius:8px;margin-top:8px;margin-bottom:12px}.business-address-section .address-label{font-size:12px;padding:5px 10px}.business-address-section .form-row[style]{width:100%!important;margin-left:0!important;margin-top:0!important;margin-bottom:10px!important}.business-address-section .form-row{margin-bottom:10px}.business-address-section .form-row.two,.business-address-section .form-row.three{flex-direction:column;gap:10px}.business-address-section .form-row.two>div,.business-address-section .form-row.three>div{flex:1 1 auto;width:100%;min-width:0}.business-address-section label{font-size:12px;margin-bottom:3px}.business-address-section input,.business-address-section select{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}.business-address-section textarea{font-size:13px;padding:9px 10px;width:100%!important;box-sizing:border-box}}.bank-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.bank-section .section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.bank-section .section-header-left{display:flex;align-items:center;gap:12px}.bank-section .section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.bank-section .round-btn{width:30px;height:30px;border-radius:999px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;font-size:18px;line-height:0}.bank-section .add-account-btn{border:1px solid #d1d5db;background:#fff;color:#111827;font-size:20px}.bank-section .add-account-btn:hover{background:#111827;color:#f9fafb;border-color:#111827}.bank-section .section-subtitle{font-size:13px;color:#6b7280;margin-top:4px}.bank-section .bank-account-card{border:1px dashed #e5e7eb;border-radius:10px;padding:18px;margin-bottom:18px;background:#fff;position:relative}.bank-section .bank-account-card:last-child{margin-bottom:0}.bank-section .account-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:10px}.bank-section .account-number-badge{font-size:14px;font-weight:600;color:#2563eb;background:#eff6ff;padding:6px 12px;border-radius:999px;border:1px solid #bfdbfe}.bank-section .remove-account-btn{border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;font-size:11px;font-weight:700}.bank-section .remove-account-btn:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}.bank-section .form-row{margin-bottom:12px;display:flex;flex-direction:column}.bank-section .form-row.two,.bank-section .form-row.three,.bank-section .form-row.four{flex-direction:row;gap:14px;align-items:flex-start}.bank-section .form-row.two>div,.bank-section .form-row.three>div,.bank-section .form-row.four>div{flex:1;display:flex;flex-direction:column;min-width:0;max-width:100%}.bank-section label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.bank-section input,.bank-section select{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.bank-section input:focus,.bank-section select:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.bank-section input::placeholder{color:#9ca3af}.bank-section .sub-heading-row{display:flex;align-items:center;justify-content:space-between;margin:16px 0 10px}.bank-section .sub-heading{font-size:15px;font-weight:600;color:#111827;white-space:nowrap}.bank-section .sub-heading-divider{flex:1;height:1px;margin-left:12px;background:#e5e7eb}.bank-section .file-hint-top{font-size:11px;color:#9ca3af;margin-bottom:10px}.bank-section textarea{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;font-family:inherit;resize:vertical;min-height:60px}.bank-section textarea:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.bank-section textarea::placeholder{color:#9ca3af}.bank-section .form-row.four>div>div{min-width:0;max-width:100%;overflow:hidden}.bank-section .form-row.four>div>div *{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bank-section .form-row.four button{white-space:nowrap;flex-shrink:0}@media(max-width:767px){.bank-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.bank-section .section-header{margin-bottom:12px;align-items:center}.bank-section .section-header h2{font-size:15px}.bank-section .section-subtitle{font-size:12px}.section-chip{font-size:11px;padding:3px 8px}.bank-section .bank-account-card{padding:12px 10px;border-radius:8px;margin-bottom:12px}.bank-section .account-card-header{margin-bottom:10px;padding-bottom:8px}.bank-section .account-number-badge{font-size:12px;padding:5px 10px}.bank-section .form-row[style]{width:100%!important;margin-left:0!important;margin-top:0!important;margin-bottom:10px!important}.bank-section .form-row{margin-bottom:10px}.bank-section .form-row.two,.bank-section .form-row.three{flex-direction:column;gap:10px}.bank-section .form-row.two>div,.bank-section .form-row.three>div{flex:1 1 auto;width:100%;max-width:100%}.bank-section label{font-size:12px;margin-bottom:3px}.bank-section input,.bank-section select{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}.bank-section input[style*="width: 22%"]{width:100%!important}.bank-section textarea{font-size:13px;padding:9px 10px;width:100%!important;box-sizing:border-box}.bank-section .sub-heading-row{margin:12px 0 8px}.bank-section .sub-heading{font-size:13px}.bank-section .form-row.four{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.bank-section .form-row.four>div{width:100%!important;min-width:0}.bank-section .form-row.four>div>div *{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.bank-section .file-hint-top{font-size:10px}}.reg-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.reg-section .section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px;flex-wrap:wrap;gap:8px}.reg-section .section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.reg-section .section-subtitle{font-size:13px;color:#6b7280;margin-top:4px}.reg-section .note-text{font-size:11px;color:#6b7280;margin-bottom:14px}.reg-section .sub-heading{font-size:15px;font-weight:600;color:#111827;white-space:nowrap}.reg-section .sub-heading-divider{flex:1;height:1px;margin-left:12px;background:#e5e7eb}.reg-section .form-row{margin-bottom:12px;display:flex;flex-direction:column}.reg-section .form-row.two,.reg-section .form-row.three{flex-direction:row;gap:90px;align-items:flex-start}.reg-section .form-row.two>div,.reg-section .form-row.three>div{flex:1;display:flex;flex-direction:column;min-width:0}.reg-section label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.reg-section input{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.reg-section input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.reg-section input::placeholder{color:#9ca3af}.reg-section .ppt-note-text{font-size:11px;color:#6b7280;margin-top:4px;margin-bottom:8px}.reg-section .reg-details-header,.reg-section .block-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.reg-section .reg-details-subtitle{font-size:13px;color:#6b7280;margin-bottom:12px}.reg-section .reg-subsection-title{font-size:13px;font-weight:600;color:#111827;margin:10px 0 6px}.reg-dashed-wrapper{border:1px dashed #e5e7eb;border-radius:10px;padding:14px 14px 10px;margin-top:8px}.reg-section-separator{border-top:1px dashed #d1d5db;margin:18px 0 14px}.section-chip{padding:4px 10px;border-radius:999px;font-size:13px;letter-spacing:.08em;background:#f3f4ff;border:1px solid #e5e7eb;color:#4b5563;font-weight:500;white-space:nowrap}@media(max-width:767px){.reg-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.reg-section .section-header{margin-bottom:8px;align-items:center}.reg-section .section-header h2{font-size:15px}.reg-section .section-subtitle{font-size:12px}.section-chip{font-size:11px;padding:3px 8px}.reg-dashed-wrapper{padding:10px 10px 8px;border-radius:8px;margin-top:6px}.reg-section .sub-heading{font-size:13px}.reg-section .reg-details-subtitle{font-size:12px;margin-bottom:8px}.reg-section .reg-subsection-title{font-size:12px;margin:8px 0 4px}.reg-section-separator{margin:12px 0 10px}.reg-section .note-text,.reg-section .ppt-note-text{font-size:11px;margin-bottom:10px}.reg-section .form-row{margin-bottom:10px}.reg-section .form-row.two,.reg-section .form-row.three{flex-direction:column;gap:10px}.reg-section .form-row.two>div,.reg-section .form-row.three>div{flex:1 1 auto;width:100%;min-width:0}.reg-section label{font-size:12px;margin-bottom:3px}.reg-section input{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}}.capital-section-wrapper{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.capital-section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.capital-section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.capital-content-wrapper{border:1px dashed #e5e7eb;border-radius:10px;padding:14px 14px 10px;margin-top:6px}.capital-section-separator{border-top:1px dashed #d1d5db;margin:18px 0 14px}.capital-form-row{margin-bottom:12px;display:flex;flex-direction:column;gap:6px}.capital-form-row.two{flex-direction:row;gap:14px;align-items:flex-start}.capital-col{flex:1;display:flex;flex-direction:column}.capital-remove-col{width:40px;display:flex;align-items:center;justify-content:center}.capital-label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.capital-input{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.capital-input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.capital-input::placeholder{color:#9ca3af}.capital-hint{font-size:11px;color:#9ca3af;margin-top:2px}.capital-subheading-row{display:flex;align-items:center;justify-content:space-between;margin:12px 0 8px}.capital-subheading{font-size:15px;font-weight:600;color:#111827}.capital-plus-btn{width:26px;height:26px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:18px;line-height:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-top:10px;margin-right:10px;transition:background .15s ease,color .15s ease,border-color .15s ease}.capital-plus-btn:hover{background:#111827;color:#f9fafb;border-color:#111827}.capital-remove-btn{padding:0;width:26px;height:26px;border-radius:999px;border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;cursor:pointer;font-size:11px;font-weight:bolder;display:flex;align-items:center;justify-content:center;margin-top:24px;transition:background .15s ease,color .15s ease,border-color .15s ease}.capital-remove-btn:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}@media(max-width:767px){.capital-section-wrapper{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.capital-section-header{margin-bottom:12px;align-items:center}.capital-section-header h2{font-size:15px}.section-chip{font-size:11px;padding:3px 8px}.capital-content-wrapper{padding:10px 10px 8px;border-radius:8px}.capital-section-separator{margin:12px 0 10px}.capital-subheading{font-size:13px}.capital-plus-btn{margin-top:0;margin-right:0;width:30px;height:30px;flex-shrink:0}.capital-label{font-size:12px;margin-bottom:3px}.capital-input{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}.capital-hint{font-size:10px}.capital-form-row.two:not(:has(.capital-remove-col)){flex-direction:column!important;gap:10px!important}.capital-form-row.two:not(:has(.capital-remove-col)) .capital-col{width:100%!important;flex:1 1 auto!important}.capital-form-row.two:has(.capital-remove-col){display:grid!important;grid-template-columns:1fr 36px!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:8px!important}.capital-form-row.two:has(.capital-remove-col) .capital-col:nth-child(1){grid-column:1!important;grid-row:1!important;width:100%!important;min-width:0}.capital-form-row.two:has(.capital-remove-col) .capital-col:nth-child(2){grid-column:1!important;grid-row:2!important;width:100%!important;min-width:0}.capital-form-row.two:has(.capital-remove-col) .capital-remove-col{grid-column:2!important;grid-row:2!important;width:36px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important}.capital-form-row.two:has(.capital-remove-col) .capital-remove-col:before{content:"";display:block;height:20px;flex-shrink:0}.capital-remove-btn{margin-top:0!important;width:30px!important;height:30px!important;flex-shrink:0}}.reg-dashed-wrapper{border:1px dashed #e5e7eb;border-radius:10px;padding:16px 16px 12px;margin-top:10px}.reg-section-separator{border-top:1px dashed #d1d5db;margin:16px 0 14px}.trademark-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.trademark-section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.trademark-section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.trademark-form-row{margin-bottom:12px;display:flex;flex-direction:column;gap:6px}.trademark-form-row.two,.trademark-form-row.three{flex-direction:row;gap:14px;align-items:flex-start}.trademark-form-row.two>div,.trademark-form-row.three>div{flex:1;display:flex;flex-direction:column;min-width:0}.trademark-label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.trademark-input{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.trademark-input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.trademark-input::placeholder{color:#9ca3af}.trademark-hint{font-size:11px;color:#9ca3af;margin-top:2px}.trademark-subheading-row{display:flex;align-items:center;justify-content:space-between;margin:12px 0 8px}.trademark-subheading{font-size:15px;font-weight:600;color:#111827}@media(max-width:767px){.trademark-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.trademark-section-header{margin-bottom:12px;align-items:center}.trademark-section-header h2{font-size:15px}.section-chip{font-size:11px;padding:3px 8px}.reg-dashed-wrapper{padding:10px 10px 8px;border-radius:8px;margin-top:6px}.reg-section-separator{margin:10px 0 8px}.trademark-subheading{font-size:13px}.trademark-form-row{margin-bottom:10px}.trademark-form-row.two,.trademark-form-row.three{flex-direction:column;gap:10px}.trademark-form-row.two>div,.trademark-form-row.three>div{flex:1 1 auto;width:100%;min-width:0}.trademark-label{font-size:12px;margin-bottom:3px}.trademark-input{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}.trademark-hint{font-size:10px}}.reg-dashed-wrapper{border:1px dashed #e5e7eb;border-radius:10px;padding:16px 16px 4px;margin-top:8px;margin-bottom:22px}.additional-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:22px 24px 20px;margin-bottom:22px;box-shadow:0 4px 10px #0f172a08;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.additional-section .section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.additional-section .section-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.additional-section .subheading-row{display:flex;align-items:center;justify-content:space-between;margin:10px 0 8px;gap:12px;flex-wrap:wrap}.additional-section .subheading{font-size:15px;font-weight:600;color:#111827;margin:0}.additional-section .add-inline-btn{border:1px solid #2563eb;background:#eff6ff;cursor:pointer;font-size:11px;padding:5px 12px;border-radius:999px;color:#2563eb;display:inline-flex;align-items:center;gap:4px;font-weight:500;white-space:nowrap}.additional-section .add-inline-btn:hover{background:#dbeafe}.additional-section .form-row{margin-bottom:12px;display:flex;flex-direction:column}.additional-section .form-row.two{flex-direction:row;gap:14px;align-items:flex-start}.additional-section .form-row.two>div{flex:1;display:flex;flex-direction:column;min-width:0}.additional-section label{font-size:14px;margin-bottom:4px;color:#374151;font-weight:500}.additional-section input[type=text]{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.additional-section input[type=text]:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;background:#fff}.additional-section input[type=text]::placeholder{color:#9ca3af}.additional-section .icon-btn{margin-top:21px;align-self:flex-start;padding:0;width:28px;height:28px;border-radius:999px;border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;cursor:pointer;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,border-color .15s ease}.additional-section .icon-btn:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}.uploadfile{margin-top:0;margin-left:20px}.section-chip{padding:4px 10px;border-radius:999px;font-size:13px;letter-spacing:.08em;background:#f3f4ff;border:1px solid #e5e7eb;color:#4b5563;font-weight:500}@media(max-width:767px){.additional-section{padding:14px 12px 12px;border-radius:10px;margin-bottom:14px}.additional-section .section-header{margin-bottom:12px;align-items:center}.additional-section .section-header h2{font-size:15px}.section-chip{font-size:11px;padding:3px 8px}.reg-dashed-wrapper{padding:10px 10px 4px;border-radius:8px;margin-top:6px}.additional-section .subheading{font-size:13px}.additional-section .form-row{margin-bottom:10px}.additional-section label{font-size:12px;margin-bottom:3px}.additional-section input[type=text]{font-size:13px;padding:9px 10px;width:100%;box-sizing:border-box}.additional-section .form-row.two{display:grid!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:8px!important;align-items:end}.additional-section .form-row.two>div:nth-child(1){grid-column:1 / -1!important;grid-row:1!important;width:100%!important;min-width:0}.additional-section .form-row.two>div:nth-child(2){grid-column:1!important;grid-row:2!important;width:100%!important;min-width:0;margin-left:0!important}.additional-section .form-row.two>button.icon-btn{grid-column:2!important;grid-row:2!important;margin-top:0!important;align-self:flex-end!important;width:30px;height:30px;flex-shrink:0}.uploadfile{margin-left:0!important;margin-top:0;width:100%}}.vcm__overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.vcm__box{background:#fff;border-radius:14px;max-width:860px;width:100%;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 24px 48px #0000002e;overflow:hidden}.vcm__header{padding:18px 24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;background:#fafafa;border-radius:14px 14px 0 0;gap:12px}.vcm__header-left{flex:1;min-width:0}.vcm__title{margin:0;font-size:17px;font-weight:700;color:#111827;display:flex;align-items:center;gap:8px}.vcm__subtitle{margin:4px 0 0;font-size:12px;color:#6b7280}.vcm__header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.vcm__progress-text{text-align:right}.vcm__progress-count{font-size:20px;font-weight:700;color:#111827;line-height:1}.vcm__progress-count span{font-size:13px;font-weight:400;color:#9ca3af}.vcm__progress-pct{font-size:11px;color:#9ca3af;margin-top:2px}.vcm__progress-bar-wrap{width:80px;height:5px;background:#e5e7eb;border-radius:999px;overflow:hidden}.vcm__progress-bar-fill{height:100%;background:#374151;border-radius:999px;transition:width .3s ease}.vcm__close-btn{background:none;border:none;font-size:22px;cursor:pointer;color:#9ca3af;line-height:1;padding:4px;border-radius:6px;flex-shrink:0}.vcm__close-btn:hover{color:#374151}.vcm__body{flex:1;overflow-y:auto;padding:18px 20px}.vcm__all-done{text-align:center;padding:60px 20px}.vcm__all-done-icon{font-size:40px;color:#13a50e;margin:0 auto 14px;display:block}.vcm__all-done-title{font-size:16px;font-weight:600;color:#374151}.vcm__all-done-sub{font-size:13px;color:#9ca3af;margin-top:6px}.vcm__footer{padding:13px 22px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;background:#fafafa;border-radius:0 0 14px 14px;gap:12px}.vcm__footer-label{font-size:12px;color:#9ca3af}.vcm__footer-close{padding:8px 22px;border-radius:8px;border:none;background:#111827;color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .15s ease}.vcm__footer-close:hover{background:#1f2937}.vcm__entity-group{margin-bottom:10px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.vcm__entity-toggle{width:100%;display:flex;align-items:center;gap:10px;padding:11px 16px;background:#f9fafb;border:none;border-bottom:1px solid #e5e7eb;cursor:pointer;text-align:left;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-sizing:border-box}.vcm__entity-name{flex:1;font-size:13px;font-weight:700;color:#111827;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vcm__new-badge{margin-left:6px;font-size:10px;font-weight:600;color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;padding:1px 6px;vertical-align:middle;white-space:nowrap}.vcm__entity-status{font-size:11px;color:#9ca3af;white-space:nowrap;flex-shrink:0}.vcm__entity-body{padding:10px 12px;background:#fff}.vcm__subsection{margin-bottom:8px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.vcm__subsection-toggle{width:100%;display:flex;align-items:center;gap:8px;padding:9px 14px;background:#f8fafc;border:none;border-bottom:none;cursor:pointer;text-align:left;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-sizing:border-box}.vcm__subsection-toggle.is-open{border-bottom:1px solid #e5e7eb}.vcm__subsection-name{flex:1;font-size:12px;font-weight:600;color:#374151}.vcm__subsection-status{font-size:11px;color:#9ca3af;white-space:nowrap;flex-shrink:0}.vcm__field-row{background:#fff}.vcm__field-inner{padding:9px 14px;display:flex;align-items:flex-start;gap:10px}.vcm__field-row+.vcm__field-row .vcm__field-inner{border-top:1px solid #f3f4f6}.vcm__field-content{flex:1;min-width:0}.vcm__field-label{font-size:12px;font-weight:600;color:#374151;margin-bottom:3px}.vcm__corrected-badge{margin-left:6px;font-size:10px;font-weight:600;color:#92400e;background:#fef3c7;border:1px solid #fbbf24;border-radius:4px;padding:1px 5px;vertical-align:middle}@media(max-width:767px){.vcm__overlay{padding:12px;align-items:center}.vcm__box{border-radius:12px;max-height:92vh;max-width:100%;width:100%}.vcm__header{padding:14px 16px;border-radius:12px 12px 0 0;gap:8px;flex-wrap:nowrap}.vcm__title{font-size:14px}.vcm__subtitle{font-size:11px}.vcm__progress-bar-wrap{display:none}.vcm__progress-count{font-size:15px}.vcm__progress-pct{font-size:10px}.vcm__header-right{gap:6px}.vcm__body{padding:10px}.vcm__entity-toggle{padding:9px 12px}.vcm__entity-name{font-size:12px}.vcm__entity-body{padding:6px 8px}.vcm__subsection-toggle{padding:8px 10px}.vcm__subsection-name{font-size:11px}.vcm__field-inner{padding:8px 10px;gap:6px}.vcm__field-label{font-size:11px}.vcm__footer{padding:10px 16px;flex-direction:column-reverse;align-items:stretch}.vcm__footer-close{padding:10px 20px;width:100%;text-align:center;justify-content:center}.vcm__footer-label{text-align:center}}@media(max-width:767px){div[style*="z-index: 9999"][style*="inset: 0"]{padding:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}div[style*="max-width: 820px"]{max-width:calc(100vw - 24px)!important;width:100%!important;max-height:96vh!important;border-radius:12px!important;margin-left:auto!important;margin-right:auto!important}div[style*="border-radius: 12px 12px 0 0"]{padding:12px 14px!important}div[style*="grid-template-columns: 2fr 1.1fr 1.4fr 36px"][style*=padding-bottom]{display:none!important}div[style*="grid-template-columns: 2fr 1.1fr 1.4fr 36px"]{display:flex!important;flex-direction:column!important;gap:8px!important;background:#f9fafb!important;border:1px solid #e5e7eb!important;border-radius:8px!important;padding:10px!important;margin-bottom:10px!important;box-sizing:border-box!important}div[style*="grid-template-columns: 2fr 1.1fr 1.4fr 36px"]>select,div[style*="grid-template-columns: 2fr 1.1fr 1.4fr 36px"]>input,div[style*="grid-template-columns: 2fr 1.1fr 1.4fr 36px"]>div{width:100%!important;box-sizing:border-box!important}div[style*="grid-template-columns: 2fr 1.1fr 1.4fr 36px"]>button{align-self:flex-end!important;width:34px!important;height:34px!important;order:-1!important}div[style*="grid-template-columns: 1fr 1fr"]{display:flex!important;flex-direction:column!important;gap:10px!important}div[style*="grid-template-columns: 1fr 1fr"]>div{width:100%!important}div[style*="border-radius: 0 0 12px 12px"]{padding:12px 14px!important;flex-direction:column-reverse!important;gap:8px!important}div[style*="border-radius: 0 0 12px 12px"]>button{width:100%!important;justify-content:center!important;padding:11px 16px!important;box-sizing:border-box!important}div[style*="text-align: center"][style*="padding: 50px"]{padding:28px 14px!important}div[style*="max-width: 480px"]{max-width:calc(100vw - 24px)!important;width:100%!important;margin:0 auto!important}div[style*="max-width: 820px"] input,div[style*="max-width: 820px"] select,div[style*="max-width: 820px"] textarea{max-width:100%!important;box-sizing:border-box!important}}@media(max-width:767px){div[style*="max-width: 860px"]{max-width:calc(100vw - 24px)!important;width:100%!important;max-height:96vh!important;border-radius:12px!important;margin-left:auto!important;margin-right:auto!important}div[style*="background: rgb(255, 248, 248)"],div[style*="background: #fff8f8"]{padding:12px 14px!important}div[style*="background: #fff8f8"]>div:first-child,div[style*="background: rgb(255, 248, 248)"]>div:first-child{flex:1 1 auto!important;min-width:0!important}div[style*="background: #fff8f8"] div[style*="width: 80px"][style*="height: 5px"],div[style*="background: rgb(255, 248, 248)"] div[style*="width: 80px"][style*="height: 5px"]{display:none!important}div[style*="background: #fff8f8"] div[style*="font-size: 20px"],div[style*="background: rgb(255, 248, 248)"] div[style*="font-size: 20px"]{font-size:15px!important}div[style*="max-width: 860px"]>div[style*="flex: 1"][style*="overflow-y: auto"]{padding:10px!important}div[style*="max-width: 860px"] div[style*="padding: 11px 16px"][style*="background: rgb(249, 250, 251)"],div[style*="max-width: 860px"] div[style*="padding: 11px 16px"][style*="background: #f9fafb"]{padding:9px 12px!important}div[style*="max-width: 860px"] div[style*="border: 1px solid rgb(254, 226, 226)"],div[style*="max-width: 860px"] div[style*="border: 1px solid #fee2e2"]{overflow:hidden!important}div[style*="max-width: 860px"] button[style*="padding: 9px 14px"]{padding:8px 10px!important}div[style*="max-width: 860px"] div[style*="padding: 10px 14px"][style*="display: flex"][style*="align-items: center"]{padding:8px 10px!important;gap:8px!important}div[style*="max-width: 860px"]>div[style*="border-top: 1px solid rgb(254, 226, 226)"],div[style*="max-width: 860px"]>div[style*="border-top: 1px solid #fee2e2"]{padding:10px 14px!important;flex-direction:column-reverse!important;align-items:stretch!important;gap:8px!important}div[style*="max-width: 860px"]>div[style*="border-top: 1px solid rgb(254, 226, 226)"]>button,div[style*="max-width: 860px"]>div[style*="border-top: 1px solid #fee2e2"]>button{width:100%!important;justify-content:center!important;padding:11px 16px!important;box-sizing:border-box!important}div[style*="max-width: 860px"]>div[style*="border-top: 1px solid rgb(254, 226, 226)"]>div,div[style*="max-width: 860px"]>div[style*="border-top: 1px solid #fee2e2"]>div{text-align:center!important;font-size:11px!important}div[style*="max-width: 860px"] div[style*="text-align: center"][style*="padding: 60px"]{padding:30px 14px!important}div[style*="max-width: 860px"] div[style*="padding: 10px 12px"][style*="background: rgb(255, 255, 255)"]{padding:6px 8px!important}div[style*="max-width: 860px"] div[style*="display: flex"][style*="align-items: center"][style*="gap: 12px"]:last-child div[style*="width: 80px"]{display:none!important}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding:16px}.login-card{background:#fff;border-radius:16px;padding:40px 36px;width:100%;max-width:420px;box-shadow:0 20px 60px #0d948826,0 4px 16px #00000014;border:1px solid rgba(20,184,166,.12);animation:slideUp .4s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.login-logo{display:flex;align-items:center;gap:10px;margin-bottom:28px}.login-logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;font-weight:700;font-size:16px;border-radius:10px;display:flex;align-items:center;justify-content:center}.login-logo-text{font-size:20px;font-weight:700;color:#111827}.login-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 6px}.login-subtitle{font-size:14px;color:#6b7280;margin:0 0 24px}.login-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:8px;padding:10px 14px;font-size:14px;margin-bottom:18px;display:flex;align-items:center;gap:8px}.login-field{margin-bottom:18px}.login-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.login-input-wrapper{position:relative;display:flex;align-items:center}.login-input-icon{position:absolute;left:12px;width:18px;height:18px;color:#9ca3af;pointer-events:none}.login-input{width:100%;padding:11px 12px 11px 38px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;color:#111827;background:#f9fafb;outline:none;box-sizing:border-box;transition:border-color .2s,box-shadow .2s,background .2s}.login-input:focus{border-color:#0d9488;background:#fff;box-shadow:0 0 0 3px #0d94881f}.login-input::placeholder{color:#9ca3af}.login-eye-btn{position:absolute;right:12px;background:none;border:none;cursor:pointer;color:#9ca3af;padding:0;display:flex;align-items:center;transition:color .2s}.login-eye-btn:hover{color:#0d9488}.login-btn{width:100%;padding:12px;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 14px #0d948859}.login-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 6px 20px #0d948873}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
