:root{--immi-blue:#27436f;--immi-blue-strong:#1f3658;--immi-blue-soft:#eaf0f7;--immi-accent:#1f95d0;--immi-text:#24344d;--immi-muted:#667892;--immi-border:#d9e2ec;--immi-bg:#f7f9fc;--immi-white:#fff;--immi-danger-bg:#fef2f2;--immi-danger-border:#fecaca;--immi-danger-text:#991b1b;--immi-radius:22px;--immi-shadow:0 18px 45px #18274b14;--immi-shadow-soft:0 10px 30px #27436f14;color:var(--immi-text);background:var(--immi-bg);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--immi-bg);color:var(--immi-text);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.screen-center{background:var(--immi-bg);min-height:100vh;color:var(--immi-muted);place-items:center;display:grid}.portal-container{width:min(1180px,100% - 32px);margin:0 auto}.portal-page{background:var(--immi-bg);min-height:100vh}.portal-main-offset{padding-top:94px}.portal-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #27436f14;position:fixed;inset:0 0 auto}.portal-header-inner{justify-content:space-between;align-items:center;gap:20px;min-height:84px;display:flex}.portal-brand{flex-shrink:0;align-items:center;display:flex}.portal-logo{width:180px;height:auto}.portal-nav{flex:1;justify-content:center;align-items:center;gap:22px;display:flex}.portal-nav-link{color:var(--immi-text);font-size:15px;font-weight:600;transition:all .2s}.portal-nav-link:hover{color:var(--immi-blue)}.portal-nav-link-subtle{color:var(--immi-muted)}.portal-employee-pill{color:var(--immi-blue);background:var(--immi-white);box-shadow:var(--immi-shadow-soft);border:1px solid #27436f29;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700;transition:all .2s}.portal-employee-pill:hover{background:var(--immi-blue-soft)}.portal-hero{background:var(--immi-blue);padding-top:130px;position:relative;overflow:hidden}.portal-hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:32px;min-height:100vh;padding-bottom:120px;display:grid}.portal-hero-copy{color:var(--immi-white)}.portal-kicker,.portal-section-kicker{text-transform:uppercase;letter-spacing:.12em;margin:0 0 10px;font-size:13px;font-weight:800}.portal-hero-title{margin:0;font-size:clamp(42px,6vw,66px);font-weight:800;line-height:1.05}.portal-hero-text{color:#ffffffdb;max-width:620px;margin:18px 0 26px;font-size:18px}.portal-search-card{background:#ffffff24;border:1px solid #fff3;border-radius:28px;max-width:720px;padding:22px;box-shadow:0 18px 40px #0000001f}.portal-label{color:inherit;margin-bottom:10px;font-weight:700;display:block}.portal-search-row{flex-wrap:wrap;gap:12px;display:flex}.portal-input{border:1px solid var(--immi-border);background:var(--immi-white);width:100%;min-height:52px;color:var(--immi-text);border-radius:999px;outline:none;padding:0 18px;transition:all .2s}.portal-input:focus{border-color:var(--immi-accent);box-shadow:0 0 0 4px #1f95d01f}.portal-search-row .portal-input{flex:320px}.portal-btn{cursor:pointer;white-space:nowrap;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-weight:800;transition:all .2s;display:inline-flex}.portal-btn:disabled{cursor:not-allowed;opacity:.7}.portal-btn-primary{background:var(--immi-white);color:var(--immi-blue);border-color:var(--immi-white)}.portal-btn-primary:hover{color:var(--immi-blue);background:#f4f7fb;border-color:#f4f7fb}.portal-btn-ghost{background:var(--immi-white);color:var(--immi-blue);border-color:#27436f29}.portal-btn-ghost:hover{color:var(--immi-blue);background:#edf3f9;border-color:#27436f33}.portal-btn-full{width:100%}.portal-search-help{color:#ffffffd1;margin-top:12px;font-size:14px}.portal-sub-actions,.portal-bottom-links{flex-wrap:wrap;gap:16px;margin-top:18px;display:flex}.portal-text-link{color:var(--immi-accent);font-weight:700}.portal-text-link.subtle{color:#ffffffd1}.portal-text-link:hover{text-decoration:underline}.portal-hero-visual{place-items:center;min-height:560px;display:grid;position:relative}.portal-hero-orb{filter:blur(8px);opacity:.95;background:radial-gradient(circle at 35% 35%,#1f95d0f2,#27436f33);border-radius:50%;width:340px;height:340px;position:absolute;inset:auto auto 40px 40px}.portal-hero-panel{z-index:1;width:min(480px,100%);color:var(--immi-text);background:#fffffff0;border-radius:36px;padding:28px;position:relative;box-shadow:0 28px 65px #0f1f3e2e}.portal-panel-pill{background:var(--immi-blue-soft);color:var(--immi-blue);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:800;display:inline-flex}.portal-panel-title{margin-top:16px;font-size:30px;font-weight:800;line-height:1.15}.portal-panel-list{color:var(--immi-muted);margin:18px 0 0;padding-left:18px}.portal-panel-list li+li{margin-top:8px}.portal-wave{line-height:0;position:absolute;bottom:-1px;left:0;right:0}.portal-wave svg{width:100%;height:130px}.portal-wave path{fill:var(--immi-bg)}.portal-section{padding:84px 0}.portal-section-light{background:var(--immi-bg)}.portal-section-soft{background:linear-gradient(#fff,#f3f7fb)}.portal-section-heading,.portal-page-heading{max-width:760px;margin-bottom:34px}.portal-section-title{color:var(--immi-text);margin:0;font-size:clamp(34px,4vw,50px);font-weight:800;line-height:1.1}.portal-section-title.small{font-size:clamp(28px,3vw,40px)}.portal-section-text{color:var(--immi-muted);margin:14px 0 0;font-size:17px}.portal-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.portal-service-card,.portal-card,.portal-summary-card{background:var(--immi-white);border-radius:var(--immi-radius);box-shadow:var(--immi-shadow);border:1px solid #27436f14}.portal-service-card{padding:26px;transition:all .2s}.portal-service-card:hover{transform:translateY(-4px)}.portal-service-card h3{color:var(--immi-text);margin:14px 0 10px;font-size:24px}.portal-service-card p{color:var(--immi-muted);margin:0}.portal-service-icon{background:var(--immi-blue-soft);width:54px;height:54px;color:var(--immi-blue);border-radius:16px;place-items:center;font-weight:800;display:grid}.portal-highlight{background:var(--immi-white);box-shadow:var(--immi-shadow);border:1px solid #27436f14;border-radius:28px;justify-content:space-between;align-items:center;gap:20px;padding:28px;display:flex}.portal-footer{background:var(--immi-blue-strong);color:var(--immi-white);margin-top:24px;padding-top:120px;position:relative}.portal-wave-footer{top:0;bottom:auto}.portal-wave-footer path{fill:var(--immi-blue-strong)}.portal-footer-inner{justify-content:space-between;align-items:center;gap:24px;padding-bottom:42px;display:flex}.portal-footer-title{font-size:24px;font-weight:800}.portal-footer-text{color:#fffc;margin:8px 0 0}.portal-footer-links{flex-wrap:wrap;gap:18px;display:flex}.portal-footer-link{color:#ffffffe0;font-weight:700}.portal-footer-link:hover{color:#fff}.portal-narrow{width:min(880px,100% - 32px)}.portal-search-block{padding:22px}.portal-card{padding:24px}.portal-card-title{color:var(--immi-text);margin:0 0 16px;font-size:24px;line-height:1.15}.portal-results-stack{flex-direction:column;gap:18px;display:flex}.portal-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.portal-summary-card{padding:20px}.portal-summary-label{color:var(--immi-muted);margin-bottom:8px;font-size:14px}.portal-summary-value{word-break:break-word;font-size:24px;font-weight:800}.portal-info-list{color:var(--immi-text);gap:10px;display:grid}.portal-timeline{flex-direction:column;gap:18px;display:flex}.portal-timeline-item{align-items:flex-start;gap:14px;display:flex}.portal-timeline-dot{background:var(--immi-accent);border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:7px;position:relative}.portal-timeline-dot.is-current{z-index:1;background:#22c55e;box-shadow:0 0 0 4px #22c55e24}.portal-timeline-dot.is-current:before,.portal-timeline-dot.is-current:after{content:"";pointer-events:none;border:2px solid #22c55e59;border-radius:50%;animation:2s infinite portalStatusPulse;position:absolute;inset:-8px}.portal-timeline-dot.is-current:after{animation-delay:1s}.portal-timeline-content{border-left:2px solid #d9e6f2;flex:1;padding-left:14px}.portal-timeline-title{color:var(--immi-text);font-weight:800}.portal-timeline-meta{color:var(--immi-muted);margin-top:5px;font-size:14px}.portal-tracking-compact{padding:4px 2px 0}.portal-tracking-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px;display:grid}.portal-tracking-compact-item{min-width:0}.portal-tracking-compact-label{letter-spacing:.02em;color:var(--immi-muted);margin-bottom:4px;font-size:12px;font-weight:700}.portal-tracking-compact-value{color:var(--immi-text);word-break:break-word;font-size:16px;font-weight:800;line-height:1.45}.portal-timeline-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.portal-current-badge{color:#15803d;white-space:nowrap;background:#22c55e1f;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}@keyframes portalStatusPulse{0%{opacity:.7;transform:scale(.92)}70%{opacity:0;transform:scale(1.35)}to{opacity:0;transform:scale(1.35)}}.portal-empty{color:var(--immi-muted)}.portal-alert{border:1px solid #0000;border-radius:18px;margin-top:18px;padding:14px 16px;font-weight:600}.portal-alert-error{background:var(--immi-danger-bg);border-color:var(--immi-danger-border);color:var(--immi-danger-text)}.portal-login-layout{grid-template-columns:1fr 460px;align-items:center;gap:28px;min-height:calc(100vh - 314px);display:grid}.portal-login-copy{max-width:640px}.portal-login-note{background:var(--immi-white);box-shadow:var(--immi-shadow-soft);color:var(--immi-muted);border:1px solid #27436f14;border-radius:22px;margin:22px 0;padding:18px}.portal-login-card{width:100%}.portal-form{gap:12px;display:grid}.internal-shell{background:var(--immi-bg);min-height:100vh}.internal-header{background:var(--immi-white);z-index:20;border-bottom:1px solid #27436f14;position:sticky;top:0}.internal-header-inner{justify-content:space-between;align-items:center;gap:18px;min-height:88px;display:flex}.internal-brand{align-items:center;gap:16px;display:flex}.internal-logo{width:140px;height:auto}.internal-title{color:var(--immi-text);font-size:24px;font-weight:800}.internal-subtitle{color:var(--immi-muted)}.internal-actions{flex-wrap:wrap;gap:12px;display:flex}.internal-main{padding-top:46px}.internal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.internal-card-text{color:var(--immi-muted);margin:0}.internal-note{color:var(--immi-muted);margin-top:18px}.internal-sidebar{background:var(--immi-blue);color:var(--immi-white);flex-direction:column;gap:20px;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.internal-sidebar-brand{justify-content:center;align-items:center;padding:8px 0 12px;display:flex}.internal-sidebar-logo{filter:none;opacity:.9;width:170px;height:auto}.internal-sidebar-user{background:#ffffff1a;border-radius:22px;padding:16px}.internal-sidebar-user-title{word-break:break-word;font-size:15px;font-weight:800}.internal-sidebar-user-subtitle{color:#ffffffc7;margin-top:6px;font-size:13px}.internal-sidebar-nav{flex-direction:column;gap:8px;display:flex}.internal-nav-link{color:#ffffffe6;border-radius:16px;padding:12px 14px;font-weight:700;transition:all .2s}.internal-nav-link:hover{background:#ffffff14}.internal-nav-link.active{background:var(--immi-white);color:var(--immi-blue)}.internal-sidebar-footer{flex-direction:column;gap:10px;margin-top:auto;display:flex}.internal-full-btn{width:100%}.internal-page-stack{flex-direction:column;gap:20px;display:flex}.internal-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.internal-field{flex-direction:column;gap:8px;display:flex}.internal-field.full{grid-column:1/-1}.internal-field.grow{flex:1}.internal-select,.internal-textarea{border:1px solid var(--immi-border);background:var(--immi-white);width:100%;color:var(--immi-text);border-radius:18px;outline:none;padding:14px 16px;transition:all .2s}.internal-select:focus,.internal-textarea:focus{border-color:var(--immi-accent);box-shadow:0 0 0 4px #1f95d01f}.internal-textarea{resize:vertical;min-height:130px}.internal-form-actions{justify-content:flex-end;display:flex}.internal-success{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:18px;margin-top:18px;padding:14px 16px;font-weight:700}.internal-result-note{color:var(--immi-muted);margin-top:14px}.internal-inline-loader{flex-wrap:wrap;align-items:flex-end;gap:14px;margin-bottom:18px;display:flex}.internal-loaded-box{background:var(--immi-blue-soft);color:var(--immi-blue);border-radius:18px;margin-bottom:18px;padding:14px 16px;font-weight:700}.internal-table-wrap{overflow:auto}.internal-table{border-collapse:collapse;width:100%;min-width:920px}.internal-table th,.internal-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e6edf5;padding:12px 10px}.internal-table th{color:var(--immi-muted);background:#f9fbfe;font-size:14px}.internal-table-hint{color:var(--immi-muted);margin:-4px 0 16px;font-size:14px}.internal-table-row-clickable{cursor:pointer;outline:none}.internal-table-row-clickable td{transition:background-color .18s,color .18s}.internal-table-row-clickable:hover td,.internal-table-row-clickable:focus-visible td{background:#f7fbff}.internal-table-row-clickable.is-selected td{background:#eef5ff}.internal-table-row-clickable.summary-row-ok td{background:#dcfce7}.internal-table-row-clickable.summary-row-warning td{background:#fef3c7}.internal-table-row-clickable.summary-row-danger td{background:#fee2e2}.internal-table-row-clickable.summary-row-ok:hover td,.internal-table-row-clickable.summary-row-ok:focus-visible td{background:#bbf7d0}.internal-table-row-clickable.summary-row-warning:hover td,.internal-table-row-clickable.summary-row-warning:focus-visible td{background:#fde68a}.internal-table-row-clickable.summary-row-danger:hover td,.internal-table-row-clickable.summary-row-danger:focus-visible td{background:#fecaca}.internal-table-row-clickable.is-selected.summary-row-ok td,.internal-table-row-clickable.is-selected.summary-row-warning td,.internal-table-row-clickable.is-selected.summary-row-danger td{background:#eef5ff}.summary-card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.summary-card-title-block{min-width:0}.summary-card-title-line{justify-content:space-between;align-items:center;gap:12px;display:flex}.summary-mobile-search-toggle{width:40px;height:40px;color:var(--immi-blue);cursor:pointer;background:#fff;border:1px solid #d6e2ef;border-radius:999px;flex:none;justify-content:center;align-items:center;transition:background .18s,border-color .18s,color .18s,transform .18s;display:none}.summary-mobile-search-toggle svg{fill:currentColor;width:18px;height:18px}.summary-mobile-search-toggle:hover,.summary-mobile-search-toggle:focus-visible,.summary-mobile-search-toggle.is-active{color:#0f3558;background:#eef5ff;border-color:#9fc0e8;transform:translateY(-1px)}.summary-toolbar{justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:flex}.summary-search-field{align-items:center;display:inline-flex}.summary-search-field span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.summary-search-field .portal-input{width:min(300px,34vw);min-height:38px;padding:9px 12px;font-size:13px}.summary-clear-button{min-height:36px;color:var(--immi-blue);cursor:pointer;background:#fff;border:1px solid #cfe0f2;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:800;line-height:1;transition:background .18s,border-color .18s,color .18s,transform .18s}.summary-clear-button:hover,.summary-clear-button:focus-visible{color:#0f3558;background:#eef5ff;border-color:#9fc0e8;transform:translateY(-1px)}.summary-column-heading{align-items:center;gap:6px;min-width:0;display:inline-flex;position:relative}.summary-column-filter{align-items:center;display:inline-flex;position:relative}.summary-filter-icon-button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #d6e2ef;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.summary-filter-icon-button svg{fill:currentColor;width:13px;height:13px}.summary-filter-icon-button:hover,.summary-filter-icon-button:focus-visible,.summary-filter-icon-button.is-active{border-color:var(--immi-green);color:#166534;background:#e8f7ee;transform:translateY(-1px)}.summary-filter-dropdown{z-index:30;background:#fff;border:1px solid #dbe6f3;border-radius:14px;flex-direction:column;min-width:220px;max-height:280px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:auto;box-shadow:0 18px 40px #0f172a29}.summary-filter-dropdown-title{color:var(--immi-muted);text-transform:uppercase;letter-spacing:.03em;padding:7px 9px 8px;font-size:12px;font-weight:800}.summary-filter-option{width:100%;color:var(--immi-blue);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;padding:9px 10px;font-size:13px;font-weight:750}.summary-filter-option:hover,.summary-filter-option:focus-visible{background:#f1f6fb}.summary-filter-option.is-selected{color:#166534;background:#e8f7ee}.summary-sort-button{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-weight:800;display:inline-flex}.summary-sort-button span:last-child{width:22px;height:22px;color:var(--immi-blue);background:#eef5ff;border-radius:999px;justify-content:center;align-items:center;font-size:13px;line-height:1;display:inline-flex}.summary-pagination-bar{color:var(--immi-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:0 0 14px;font-size:14px;font-weight:700;display:flex}.summary-pagination-count,.summary-pagination-page{align-items:center;min-height:36px;display:inline-flex}.summary-pagination-actions{align-items:center;gap:12px;display:flex}.summary-pagination-circle{width:36px;height:36px;color:var(--immi-blue);cursor:pointer;background:#fff;border:1px solid #cfe0f2;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0;font-size:0;line-height:1;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.summary-pagination-circle span{font-size:25px;font-weight:900;line-height:1;display:block;transform:translateY(-1px)}.summary-pagination-circle:hover:not(:disabled),.summary-pagination-circle:focus-visible:not(:disabled){background:#eef5ff;border-color:#9fc0e8;transform:translateY(-1px)}.summary-pagination-circle:disabled{cursor:not-allowed;opacity:.45}.summary-status-cancelled{color:#991b1b;font-weight:800}.summary-status-delivered{color:#166534;font-weight:800}.summary-status-title-mobile{display:none}.timeline-cancellation-reason{color:var(--immi-muted);align-items:center;font-size:12px;font-weight:700;line-height:1.35;display:inline-flex}.internal-modal-overlay{z-index:90;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#101c337a;place-items:center;padding:24px;animation:.18s internalFadeIn;display:grid;position:fixed;inset:0}.internal-modal{background:var(--immi-white);border-radius:30px;width:min(980px,100%);max-height:calc(100vh - 48px);animation:.22s internalModalIn;overflow:auto;box-shadow:0 32px 80px #0e182d47}.internal-modal-header{z-index:10;isolation:isolate;background:var(--immi-white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #27436f14;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 18px;display:flex;position:sticky;top:0}.internal-modal-title{color:var(--immi-text);margin:0;font-size:clamp(30px,4vw,40px);font-weight:800;line-height:1.05}.internal-modal-subtitle{color:var(--immi-muted);margin:10px 0 0}.internal-modal-close{background:var(--immi-blue-soft);width:46px;height:46px;color:var(--immi-blue);cursor:pointer;border:none;border-radius:50%;font-size:28px;line-height:1;transition:all .2s}.internal-modal-close:hover{background:#dfe9f5;transform:scale(1.04)}.internal-warning-popover-overlay{z-index:110;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#101c3357;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.internal-warning-popover{background:var(--immi-white);border:1px solid #dda53747;border-radius:26px;grid-template-columns:auto 1fr;gap:18px;width:min(520px,100%);padding:24px;animation:.2s internalModalIn;display:grid;box-shadow:0 28px 80px #0e182d3d}.internal-warning-popover-icon{color:#9a6711;background:#dda53729;border-radius:16px;place-items:center;width:44px;height:44px;font-size:22px;font-weight:900;display:grid}.internal-warning-popover h3{color:var(--immi-text);margin:4px 0 8px;font-size:22px;line-height:1.12}.internal-warning-popover p{color:var(--immi-muted);margin:0;line-height:1.55}.internal-warning-popover-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;gap:12px;padding-top:4px;display:flex}.internal-modal-body{z-index:0;flex-direction:column;gap:20px;padding:22px 24px 28px;display:flex;position:relative}.internal-modal-summary-compact{grid-template-columns:1.2fr 1.4fr .5fr;gap:18px;margin-bottom:4px;padding:4px 2px 2px;display:grid}.internal-modal-summary-item{min-width:0}.internal-modal-summary-label{letter-spacing:.02em;color:var(--immi-muted);margin-bottom:4px;font-size:12px;font-weight:700}.internal-modal-summary-text{color:var(--immi-text);word-break:break-word;font-size:15px;font-weight:700;line-height:1.45}.internal-modal-section{background:var(--immi-white);border:1px solid #27436f14;border-radius:24px;padding:20px}.internal-modal-section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.internal-modal-section-title{color:var(--immi-text);margin:0;font-size:24px;font-weight:800}.internal-modal-section-text{color:var(--immi-muted);margin:6px 0 0}.internal-modal-timeline{isolation:isolate;flex-direction:column;gap:16px;display:flex;position:relative}.internal-modal-timeline-item{align-items:flex-start;gap:12px;display:flex}.internal-modal-timeline-dot{background:var(--immi-accent);border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:7px;position:relative}.internal-modal-timeline-dot.is-current{z-index:1;background:#22c55e;box-shadow:0 0 0 4px #22c55e24}.internal-modal-timeline-dot.is-current:before,.internal-modal-timeline-dot.is-current:after{content:"";pointer-events:none;border:2px solid #22c55e59;border-radius:50%;animation:2s infinite internalStatusPulse;position:absolute;inset:-8px}.internal-modal-timeline-dot.is-current:after{animation-delay:1s}.internal-modal-timeline-body{border-left:2px solid #d9e6f2;flex:1;padding:0 0 14px 14px}.internal-modal-timeline-item:last-child .internal-modal-timeline-body{padding-bottom:0}.internal-modal-timeline-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.internal-modal-timeline-title{color:var(--immi-text);font-weight:800}.internal-modal-current-badge{color:#15803d;white-space:nowrap;background:#22c55e1f;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.internal-modal-timeline-meta{color:var(--immi-muted);margin-top:5px;font-size:14px}.internal-status-form{flex-direction:column;gap:16px;display:flex}.internal-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.internal-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}@keyframes internalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes internalModalIn{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes internalStatusPulse{0%{opacity:.7;transform:scale(.92)}70%{opacity:0;transform:scale(1.35)}to{opacity:0;transform:scale(1.35)}}@media (width<=1100px){.internal-app-shell{grid-template-columns:1fr}.internal-sidebar{height:auto;position:relative}.internal-content{padding:18px}.internal-form-grid{grid-template-columns:1fr}}@media (width<=1080px){.portal-hero-grid,.portal-login-layout{grid-template-columns:1fr}.portal-hero{padding-top:112px}.portal-hero-grid{min-height:auto}.portal-hero-visual{min-height:420px}.portal-cards-grid,.portal-summary-grid,.internal-grid{grid-template-columns:1fr}.portal-highlight,.portal-footer-inner,.internal-header-inner{flex-direction:column;align-items:flex-start}.portal-nav{display:none}}@media (width<=900px){.internal-modal-summary-compact,.internal-status-grid{grid-template-columns:1fr}.internal-modal-overlay{padding:16px}.internal-modal-header,.internal-modal-body{padding-left:18px;padding-right:18px}.internal-modal-section-head{flex-direction:column;align-items:stretch}}@media (width<=768px){.portal-logo{width:150px}.portal-employee-pill{padding:9px 14px;font-size:13px}.portal-hero-title{font-size:42px}.portal-section{padding:64px 0}.portal-card,.portal-service-card,.portal-summary-card,.portal-search-card,.portal-highlight{padding:20px}.portal-summary-value{font-size:20px}.portal-footer{padding-top:90px}.portal-tracking-compact-grid{grid-template-columns:1fr}}@media (width<=640px){.internal-modal{border-radius:22px;max-height:calc(100vh - 20px)}.internal-modal-overlay{padding:10px}.internal-modal-close{width:42px;height:42px;font-size:24px}.internal-modal-actions{flex-direction:column;align-items:stretch}}@media (width<=560px){.portal-container,.portal-narrow{width:min(100%,100% - 20px)}.portal-header-inner{min-height:78px}.portal-logo{width:132px}.portal-employee-pill{padding:8px 12px;font-size:12px}.portal-hero{padding-top:102px}.portal-hero-title{font-size:34px}.portal-hero-text,.portal-section-text{font-size:16px}.portal-search-row,.portal-sub-actions,.portal-bottom-links,.internal-actions{flex-direction:column;align-items:stretch}.portal-btn,.portal-text-link{text-align:center}.portal-hero-panel{border-radius:26px;padding:22px}.portal-panel-title{font-size:24px}.portal-wave svg{height:90px}}.internal-page-heading-compact{margin-bottom:0}.internal-entity-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.internal-entity-actions{flex-wrap:wrap;gap:12px;display:flex}.internal-primary-btn{background:var(--immi-blue);color:var(--immi-white);border-color:var(--immi-blue)}.internal-primary-btn:hover{background:var(--immi-blue-strong);color:var(--immi-white);border-color:var(--immi-blue-strong)}.internal-module-table-wrap{overflow:auto}.internal-module-table{border-collapse:collapse;width:100%;min-width:860px}.internal-module-table th,.internal-module-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e6edf5;padding:14px 12px}.internal-module-table th{color:var(--immi-muted);background:#f9fbfe;font-size:14px}.internal-module-empty{color:var(--immi-muted);padding:8px 2px}.internal-form-modal-overlay{z-index:95;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#101c337a;place-items:center;padding:24px;animation:.18s internalFadeIn;display:grid;position:fixed;inset:0}.internal-form-modal{background:var(--immi-white);border-radius:30px;width:min(780px,100%);max-height:calc(100vh - 48px);animation:.22s internalModalIn;overflow:auto;box-shadow:0 32px 80px #0e182d47}.internal-form-modal-header{z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #27436f14;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 18px;display:flex;position:sticky;top:0}.internal-form-modal-title{color:var(--immi-text);margin:0;font-size:clamp(28px,4vw,36px);font-weight:800;line-height:1.05}.internal-form-modal-text{color:var(--immi-muted);margin:10px 0 0}.internal-form-modal-body{padding:22px 24px 28px}.internal-form-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}@media (width<=900px){.internal-entity-header{flex-direction:column;align-items:stretch}.internal-entity-actions{width:100%}.internal-form-modal-overlay{padding:16px}.internal-form-modal-header,.internal-form-modal-body{padding-left:18px;padding-right:18px}}@media (width<=640px){.internal-form-modal{border-radius:22px;max-height:calc(100vh - 20px)}.internal-form-modal-overlay{padding:10px}.internal-form-modal-actions{flex-direction:column;align-items:stretch}.internal-entity-actions .portal-btn{width:100%}}.internal-form-modal-wide{width:min(980px,100%)}.internal-service-builder{background:#fbfdff;border:1px solid #27436f14;border-radius:24px;flex-direction:column;gap:16px;padding:18px;display:flex}.internal-service-builder-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.internal-service-builder-text{color:var(--immi-muted);font-size:14px}.internal-service-builder-empty{color:var(--immi-muted);padding:10px 2px 2px}.internal-service-builder-list{flex-direction:column;gap:14px;display:flex}.internal-service-builder-row{background:var(--immi-white);border:1px solid #27436f14;border-radius:20px;grid-template-columns:minmax(0,1.4fr) 140px 180px auto;align-items:end;gap:14px;padding:14px;display:grid}.internal-service-builder-remove{justify-content:flex-end;align-items:end;display:flex}@media (width<=900px){.internal-service-builder-row{grid-template-columns:1fr}.internal-service-builder-remove{justify-content:stretch}.internal-service-builder-remove .portal-btn{width:100%}}.portal-home-minimal-page{background:radial-gradient(circle at top, #1f95d014, transparent 28%), var(--immi-bg)}.portal-home-minimal-main{place-items:center;min-height:calc(100vh - 94px);padding:40px 0;display:grid}.portal-home-minimal{width:100%}.portal-home-minimal-inner{place-items:center;display:grid}.portal-home-minimal-card{background:var(--immi-white);border:1px solid #27436f14;border-radius:34px;width:min(760px,100%);padding:34px;box-shadow:0 28px 70px #18274b1a}.portal-home-minimal-kicker{color:var(--immi-blue)}.portal-home-minimal-title{color:var(--immi-text);margin:0;font-size:clamp(38px,5vw,58px);font-weight:800;line-height:1.04}.portal-home-minimal-text{color:var(--immi-muted);margin:16px 0 26px;font-size:18px}.portal-home-minimal-form{gap:10px;display:grid}.portal-home-primary-btn{background:var(--immi-blue);color:var(--immi-white);border-color:var(--immi-blue)}.portal-home-primary-btn:hover{background:var(--immi-blue-strong);color:var(--immi-white);border-color:var(--immi-blue-strong)}.portal-whatsapp-link{color:#166534;text-align:center;background:#e9f8ef;border:1px solid #16a34a2e;border-radius:999px;justify-content:center;align-items:center;min-height:52px;margin-top:18px;padding:0 20px;font-weight:800;transition:all .2s;display:inline-flex}.portal-whatsapp-link:hover{color:#14532d;background:#dcf3e5}.portal-whatsapp-link-inline{width:100%;margin-top:16px}.portal-text-link-secondary{color:var(--immi-muted)}.portal-text-link-secondary:hover{color:var(--immi-blue)}.internal-sidebar-footer .portal-btn-ghost{color:var(--immi-white);background:#ffffff1f;border-color:#fff3}.internal-sidebar-footer .portal-btn-ghost:hover{color:var(--immi-white);background:#fff3;border-color:#ffffff3d}.internal-service-builder-head .portal-btn-ghost{background:var(--immi-white);color:var(--immi-blue);border-color:#27436f24}.internal-service-builder-head .portal-btn-ghost:hover{color:var(--immi-blue);background:#eef3f8;border-color:#27436f2e}@media (width<=768px){.portal-home-minimal-main{padding:28px 0}.portal-home-minimal-card{border-radius:26px;padding:24px}.portal-home-minimal-text{font-size:16px}}.portal-nav-link-active{color:var(--immi-blue)}.portal-nav-link-disabled{color:var(--immi-muted);opacity:.65;cursor:default;pointer-events:none}.portal-home-minimal-card-wide{width:min(920px,100%)}.portal-tracking-only .portal-home-minimal-card{margin-top:8px}.portal-results-stack-tight{margin-top:28px}.portal-whatsapp-inline-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:12px;display:flex}.portal-whatsapp-inline-text{color:var(--immi-muted);font-size:14px;line-height:1.4}.portal-whatsapp-inline-button{color:#166534;background:#e9f8ef;border:1px solid #16a34a2e;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-weight:800;transition:all .2s;display:inline-flex}.portal-whatsapp-inline-button:hover{color:#14532d;background:#dcf3e5}.portal-whatsapp-button-icon{flex-shrink:0;width:18px;height:18px}.portal-bottom-links-centered{justify-content:center}.portal-text-link-disabled{color:var(--immi-muted);opacity:.7;cursor:default;pointer-events:none}@media (width<=768px){.portal-whatsapp-inline-row{align-items:stretch}.portal-whatsapp-inline-button{justify-content:center;width:100%}}.internal-mobile-header,.internal-sidebar-backdrop{display:none}.internal-module-table-wrap{-webkit-overflow-scrolling:touch}.internal-module-table-wrap:after{content:"";display:none}.internal-module-table .portal-input[type=date],.internal-module-table input[type=date],.internal-module-table select{min-width:170px}@media (width<=1100px){.internal-app-shell{min-height:100vh;display:block}.internal-mobile-header{z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #27436f1a;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;min-height:74px;padding:10px 16px;display:grid;position:sticky;top:0}.internal-mobile-menu-btn{background:var(--immi-white);width:44px;height:44px;color:var(--immi-blue);cursor:pointer;box-shadow:var(--immi-shadow-soft);border:1px solid #27436f29;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:inline-flex}.internal-mobile-menu-btn span{background:currentColor;border-radius:999px;width:18px;height:2px;display:block}.internal-mobile-brand{justify-content:center;justify-self:center;align-items:center;display:flex}.internal-mobile-logo{object-fit:contain;width:124px;max-height:48px}.internal-mobile-public-link{background:var(--immi-blue-soft);min-height:40px;color:var(--immi-blue);border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.internal-sidebar-backdrop{z-index:88;opacity:0;pointer-events:none;background:#0e182d7a;transition:opacity .2s;position:fixed;inset:0}.internal-sidebar{z-index:90;width:min(320px,100vw - 44px);height:100dvh;transition:transform .24s;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-105%);box-shadow:22px 0 50px #0e182d38}.internal-app-shell.sidebar-open .internal-sidebar{transform:translate(0)}.internal-app-shell.sidebar-open .internal-sidebar-backdrop{opacity:1;pointer-events:auto;display:block}.internal-content{padding:22px 16px 40px}.internal-content-inner{width:100%}.internal-form-grid{grid-template-columns:1fr}}@media (width<=900px){.portal-main-offset{padding-top:84px}.portal-header-inner{min-height:78px}.portal-search-row{flex-direction:column}.portal-search-row .portal-input,.portal-search-row .portal-btn{flex-basis:auto;width:100%}.portal-tracking-compact-grid,.portal-summary-grid,.internal-grid,.internal-modal-summary-compact,.internal-status-grid{grid-template-columns:1fr}.internal-module-table-wrap{margin:0 -2px;padding-bottom:6px}.internal-module-table-wrap:before{content:"Desliza la tabla hacia los lados para ver más información";color:var(--immi-muted);margin:0 0 10px;font-size:13px;display:block}.internal-module-table{min-width:920px}.internal-service-builder-head,.internal-modal-section-head,.internal-entity-header{flex-direction:column;align-items:stretch}.internal-entity-actions,.internal-entity-actions .portal-btn,.internal-service-builder-head .portal-btn{width:100%}.internal-form-modal-overlay{place-items:end center;padding:0}.internal-form-modal{border-radius:26px 26px 0 0;width:100%;max-height:92dvh}.internal-form-modal-wide{width:100%}.internal-form-modal-header{padding:20px 18px 16px}.internal-form-modal-body{padding:18px}.internal-form-modal-title{font-size:clamp(26px,8vw,34px)}.internal-service-builder-row{grid-template-columns:1fr}.internal-service-builder-remove,.internal-service-builder-remove .portal-btn{width:100%}.internal-modal-overlay{align-items:end;padding:0}.internal-modal{border-radius:26px 26px 0 0;width:100%;max-height:92dvh}}@media (width<=640px){.portal-container,.portal-narrow{width:min(100%,100% - 20px)}.portal-card,.portal-service-card,.portal-summary-card,.portal-search-card,.portal-highlight,.portal-home-minimal-card{border-radius:22px;padding:18px}.portal-home-minimal-title,.portal-section-title{font-size:clamp(30px,10vw,42px)}.portal-home-minimal-text,.portal-section-text,.internal-form-modal-text,.internal-modal-subtitle{font-size:15px}.portal-btn,.portal-text-link,.portal-input,.internal-select{min-height:50px}.internal-content{padding:18px 12px 34px}.internal-page-stack{gap:16px}.internal-sidebar{width:min(304px,100vw - 32px);padding:18px 14px}.internal-sidebar-logo{width:148px}.internal-nav-link{padding:13px 14px}.internal-module-table th,.internal-module-table td{padding:12px 10px;font-size:14px}.internal-form-modal-actions,.internal-modal-actions,.portal-bottom-links,.portal-sub-actions{flex-direction:column;align-items:stretch}.internal-form-modal-actions .portal-btn,.internal-modal-actions .portal-btn,.portal-bottom-links .portal-text-link,.portal-sub-actions .portal-btn{width:100%}.internal-service-builder{border-radius:20px;padding:14px}.internal-service-builder-row{border-radius:18px;padding:12px}.portal-whatsapp-inline-row{align-items:stretch}.portal-whatsapp-inline-button{justify-content:center;width:100%}}@media (width<=420px){.internal-mobile-header{grid-template-columns:42px 1fr 70px;padding-left:10px;padding-right:10px}.internal-mobile-logo{width:112px}.internal-mobile-public-link{padding:0 10px;font-size:12px}.portal-home-minimal-card{padding:16px}.portal-input,.internal-select{padding-left:14px;padding-right:14px}}.portal-home-minimal-card-service-result{width:min(1180px,100%)}.portal-home-minimal-card-service-result .portal-results-stack{width:100%}.portal-home-minimal-card-service-result .portal-tracking-compact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.portal-service-items-table-wrap{width:100%}.internal-module-table.portal-service-items-table{min-width:820px}@media (width<=900px){.portal-home-minimal-card-service-result{width:min(100%,100vw - 24px)}.portal-home-minimal-card-service-result .portal-tracking-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.portal-home-minimal-card-service-result{width:min(100%,100vw - 20px)}.portal-home-minimal-card-service-result .portal-tracking-compact-grid{grid-template-columns:1fr}.portal-service-items-table-wrap:before{content:none;display:none}.internal-module-table.portal-service-items-table{width:100%;min-width:0}.portal-service-items-table th:nth-child(4),.portal-service-items-table th:nth-child(5),.portal-service-items-table td:nth-child(4),.portal-service-items-table td:nth-child(5){display:none}.portal-service-items-table th,.portal-service-items-table td{white-space:normal}}.internal-app-shell{background:var(--immi-bg);grid-template-columns:none;min-height:100vh;display:block}.internal-mobile-header{z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #27436f1a;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;min-height:74px;padding:10px 24px;display:grid;position:sticky;top:0}.internal-mobile-menu-btn{background:var(--immi-white);width:44px;height:44px;color:var(--immi-blue);cursor:pointer;box-shadow:var(--immi-shadow-soft);border:1px solid #27436f29;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:inline-flex}.internal-mobile-menu-btn:hover{border-color:#27436f47;transform:translateY(-1px)}.internal-mobile-menu-btn span{background:currentColor;border-radius:999px;width:18px;height:2px;display:block}.internal-mobile-brand{justify-content:center;justify-self:center;align-items:center;display:flex}.internal-mobile-logo{object-fit:contain;width:124px;max-height:48px}.internal-mobile-public-link{background:var(--immi-blue-soft);min-height:40px;color:var(--immi-blue);border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.internal-sidebar-backdrop{z-index:88;opacity:0;pointer-events:none;background:#0e182d7a;transition:opacity .2s;display:block;position:fixed;inset:0}.internal-sidebar{z-index:90;width:min(340px,100vw - 44px);height:100dvh;transition:transform .24s;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-105%);box-shadow:22px 0 50px #0e182d38}.internal-app-shell.sidebar-open .internal-sidebar{transform:translate(0)}.internal-app-shell.sidebar-open .internal-sidebar-backdrop{opacity:1;pointer-events:auto}.internal-content{padding:30px 28px 48px}.internal-content-inner{width:min(1560px,100%);margin:0 auto}@media (width>=1500px){.internal-content-inner{width:min(1680px,100%)}}@media (width<=768px){.internal-mobile-header{grid-template-columns:44px 1fr auto;padding:10px 16px}.internal-mobile-logo{width:116px}.internal-mobile-public-link{padding:0 12px;font-size:12px}.internal-content{padding:22px 16px 40px}}@media (width<=420px){.internal-mobile-header{gap:8px;padding-inline:12px}.internal-mobile-public-link{min-height:38px;padding:0 10px}}@media (width<=640px){.internal-module-table .portal-input[type=date],.internal-module-table input[type=date]{width:128px;min-width:128px;max-width:128px;padding-inline:12px 8px;font-size:14px;line-height:1.2}}@media (width<=420px){.internal-module-table .portal-input[type=date],.internal-module-table input[type=date]{width:116px;min-width:116px;max-width:116px;padding-inline:10px 6px;font-size:13px}}.internal-modal-button-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.internal-gallery-toggle-btn{min-width:118px}.evidence-gallery-panel{flex-direction:column;gap:18px;display:flex}.evidence-empty-state{min-height:150px;color:var(--immi-muted);text-align:center;background:#f8fbff;border:1px dashed #c8d8ea;border-radius:22px;place-items:center;gap:10px;padding:24px;font-weight:700;display:grid}.evidence-empty-state .evidence-camera-icon{width:42px;height:42px;color:var(--immi-blue)}.evidence-photo-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px;display:grid}.evidence-photo-card{background:var(--immi-white);border:1px solid #27436f1a;border-radius:20px;overflow:hidden;box-shadow:0 14px 34px #12203714}.evidence-photo-card img{object-fit:cover;background:#eff5fb;width:100%;height:150px;display:block}.evidence-photo-meta{color:var(--immi-muted);flex-direction:column;gap:4px;padding:12px 14px;font-size:13px;display:flex}.evidence-photo-meta strong{color:var(--immi-text);font-size:14px}.evidence-delete-button{color:#9b1c1c;cursor:pointer;background:#fff5f5;border:1px solid #ffd0d0;border-radius:999px;width:calc(100% - 24px);min-height:36px;margin:0 12px 12px;font-weight:800}.evidence-delete-button:hover{background:#ffecec}.evidence-upload-card{background:#fbfdff;border:1px solid #27436f14;border-radius:22px;flex-direction:column;gap:14px;padding:16px;display:flex}.evidence-dropzone{background:var(--immi-white);min-height:150px;color:var(--immi-muted);text-align:center;border:2px dashed #c6d8ea;border-radius:22px;place-items:center;gap:8px;padding:18px;transition:border-color .2s,background-color .2s,transform .2s;display:grid}.evidence-dropzone.is-active{border-color:var(--immi-blue);background:var(--immi-blue-soft);transform:translateY(-1px)}.evidence-dropzone strong{color:var(--immi-text)}.evidence-camera-icon{flex:none;width:18px;height:18px}.evidence-selected-files{color:var(--immi-muted);background:#f3f7fc;border-radius:16px;flex-direction:column;gap:6px;padding:12px 14px;font-size:13px;display:flex}.evidence-selected-files strong{color:var(--immi-text)}.evidence-upload-actions{justify-content:flex-start}.portal-evidence-button,.portal-camera-icon-button{color:#166534;cursor:pointer;background:#eefbf3;border:1px solid #cfe8d9;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:38px;font-weight:800;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex}.portal-evidence-button{padding:0 16px}.portal-camera-icon-button{width:42px;padding:0}.portal-evidence-button:hover,.portal-camera-icon-button:hover{background:#dcfce7;transform:translateY(-1px);box-shadow:0 10px 24px #16653424}.portal-evidence-compact-item{align-self:end}.public-evidence-modal{width:min(900px,100%)}.public-evidence-photo-grid .evidence-photo-card img{height:180px}@media (width<=720px){.evidence-photo-grid{grid-template-columns:1fr}.internal-modal-button-row,.evidence-upload-actions{justify-content:stretch;width:100%}.internal-modal-button-row .portal-btn,.evidence-upload-actions .portal-btn{flex:100%}.evidence-photo-card img{height:210px}.portal-evidence-button{width:100%}}.status-required-forms-block,.service-required-forms,.service-form-history-list{gap:16px;display:grid}.service-required-form-card{background:#f8fcff;border:1px solid #1f95d033;border-radius:20px;overflow:hidden}.service-required-form-header{background:#1f95d014;border-bottom:1px solid #1f95d024;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.service-required-form-header h4{color:var(--immi-text);margin:3px 0 0;font-size:1.15rem}.service-required-form-header>span{background:var(--immi-white);color:#155e75;white-space:nowrap;border-radius:999px;align-items:center;min-height:30px;padding:5px 10px;font-size:.8rem;font-weight:800;display:inline-flex}.service-required-form-note{color:var(--immi-muted);margin:0;padding:14px 20px 0;font-size:.9rem}.service-form-section{padding:18px 20px 20px}.service-form-section+.service-form-section{border-top:1px solid #27436f14}.service-form-section h5,.service-form-history-body h5{color:var(--immi-text);margin:0 0 14px;font-size:1rem}.service-form-section-heading{margin-bottom:14px}.service-form-section-heading h5{margin-bottom:5px}.service-form-section-heading p{max-width:760px;color:var(--immi-muted);margin:0;font-size:.88rem;line-height:1.5}.service-form-section-grouped{background:linear-gradient(#1f95d006,#0000 45%)}.service-form-subsection-selector{background:#ffffffd1;border:1px solid #1f95d02e;border-radius:18px;gap:14px;margin-bottom:18px;padding:16px;display:grid}.service-form-subsection-selector-head{gap:4px;display:grid}.service-form-subsection-selector-head p{color:var(--immi-text);margin:0;font-size:.94rem;font-weight:800;line-height:1.45}.service-form-subsection-selector-head p span{color:#b42318}.service-form-subsection-selector-head small{color:var(--immi-muted);font-size:.82rem;line-height:1.45}.service-form-single-select-control{gap:8px;display:grid}.service-form-subsection-select{background-color:var(--immi-white);width:100%;min-height:48px;font-weight:700}.service-form-draft-note{color:var(--immi-muted);margin:0;font-size:.78rem;line-height:1.45}.service-form-subsection-guide{background:#fffbebd1;border:1px solid #d9770638;border-radius:16px;grid-template-columns:auto minmax(0,1fr);gap:12px;margin-bottom:18px;padding:14px 16px;display:grid}.service-form-subsection-guide>span{color:#92400e;background:#d9770624;border-radius:9px;justify-content:center;align-items:center;width:28px;height:28px;font-weight:900;display:inline-flex}.service-form-subsection-guide>div{gap:4px;display:grid}.service-form-subsection-guide strong{color:var(--immi-text);font-size:.9rem}.service-form-subsection-guide p,.service-form-subsection-guide small{color:var(--immi-muted);margin:0;font-size:.8rem;line-height:1.45}.service-form-subsection-guide small{color:#92400e;font-weight:800}.service-form-multi-select{background:var(--immi-white);border:1px solid #27436f1f;border-radius:15px;overflow:hidden}.service-form-multi-select>summary{min-height:52px;color:var(--immi-text);cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;list-style:none;display:flex}.service-form-multi-select>summary::-webkit-details-marker{display:none}.service-form-subsection-window>summary::-webkit-details-marker{display:none}.service-form-multi-select>summary>span:first-child{gap:2px;display:grid}.service-form-multi-select>summary strong{font-size:.9rem}.service-form-multi-select>summary small{color:var(--immi-muted);font-size:.77rem}.service-form-multi-select[open]>summary{background:#1f95d00b;border-bottom:1px solid #27436f1a}.service-form-multi-select .service-form-subsection-options{padding:12px}.service-form-multi-select .service-form-draft-note{padding:0 14px 13px}.service-form-dropdown-chevron{width:28px;height:28px;color:var(--immi-blue);background:#1f95d014;border-radius:9px;flex:0 0 28px;justify-content:center;align-items:center;font-size:1.05rem;font-weight:900;transition:transform .16s;display:inline-flex}.service-form-multi-select[open]>summary .service-form-dropdown-chevron,.service-form-subsection-window[open]>summary .service-form-dropdown-chevron{transform:rotate(180deg)}.service-form-subsection-options{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:10px;display:grid}.service-form-subsection-option{background:var(--immi-white);cursor:pointer;border:1px solid #27436f1f;border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:82px;padding:13px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;position:relative}.service-form-subsection-option:hover{border-color:#1f95d07a;transform:translateY(-1px)}.service-form-subsection-option.is-selected{background:#1f95d012;border-color:#1f95d0b3;box-shadow:0 8px 22px #1f95d01a}.service-form-subsection-option input{opacity:0;pointer-events:none;position:absolute}.service-form-subsection-option:focus-within{outline-offset:2px;outline:3px solid #1f95d033}.service-form-subsection-option:has(input:disabled){cursor:not-allowed;opacity:.7}.service-form-subsection-option-mark{width:30px;height:30px;color:var(--immi-blue);border:1px solid #1f95d04d;border-radius:10px;justify-content:center;align-items:center;font-size:1rem;font-weight:900;display:inline-flex}.service-form-subsection-option.is-selected .service-form-subsection-option-mark{border-color:var(--immi-blue);background:var(--immi-blue);color:var(--immi-white)}.service-form-subsection-option-copy{gap:3px;min-width:0;display:grid}.service-form-subsection-option-copy strong{color:var(--immi-text);font-size:.89rem;line-height:1.35}.service-form-subsection-option-copy small{color:var(--immi-muted);font-size:.76rem}.service-form-subsection-option-status,.service-form-subsection-status{min-height:25px;color:var(--immi-muted);white-space:nowrap;background:#64748b1a;border-radius:999px;justify-content:center;align-items:center;padding:4px 8px;font-size:.7rem;font-weight:800;display:inline-flex}.service-form-subsection-option-status.is-complete,.service-form-subsection-status.is-complete{color:#166534;background:#16a34a1f}.service-form-subsection-status.is-draft{color:#92400e;background:#d977061f}.service-form-subsection-windows{gap:14px;display:grid}.service-form-subsection-progress{gap:8px;padding:0 2px;display:grid}.service-form-subsection-progress>span{color:var(--immi-muted);justify-content:space-between;align-items:center;gap:12px;font-size:.78rem;font-weight:700;display:flex}.service-form-subsection-progress strong{color:var(--immi-text);font-size:.8rem}.service-form-subsection-progress>div{background:#64748b1f;border-radius:999px;height:7px;overflow:hidden}.service-form-subsection-progress i{border-radius:inherit;background:linear-gradient(90deg, var(--immi-blue), #16a34a);height:100%;transition:width .18s;display:block}.service-form-subsection-progress>p{color:var(--immi-muted);margin:0;font-size:.78rem;line-height:1.45}.service-form-subsection-window{background:#ffffffeb;border:1px solid #1f95d033;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #27436f0d}.service-form-subsection-window.is-common{background:#f0fdf4b3;border-color:#16a34a38}.service-form-subsection-window.is-selected:not(.is-common){border-color:#1f95d08c;box-shadow:0 10px 26px #1f95d01a}.service-form-subsection-window-head{cursor:pointer;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:16px;list-style:none;transition:background-color .16s;display:grid}.service-form-subsection-window-head:hover{background:#1f95d00b}.service-form-subsection-window-head:focus-visible{outline-offset:-3px;outline:3px solid #1f95d038}.service-form-subsection-window[open]>.service-form-subsection-window-head{background:#1f95d00b;border-bottom:1px solid #27436f14}.service-form-subsection-heading-copy{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;min-width:0;display:grid}.service-form-subsection-heading-copy>div{gap:3px;min-width:0;display:grid}.service-form-subsection-index{color:#155e75;background:#1f95d01a;border-radius:11px;justify-content:center;align-items:center;min-width:42px;min-height:36px;padding:5px 8px;font-size:.78rem;font-weight:900;display:inline-flex}.service-form-subsection-window-head p{color:var(--immi-blue);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:900}.service-form-subsection-window-head h6,.service-form-history-subsection h6{color:var(--immi-text);margin:0;font-size:.97rem}.service-form-subsection-window-body{padding:14px 16px 16px}.service-form-subsection-description{color:var(--immi-muted);margin:0 0 12px;font-size:.82rem;line-height:1.45}.service-form-fields{gap:12px;display:grid}.service-form-yes-no{background:var(--immi-white);border:1px solid #27436f1a;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin:0;padding:14px 16px;display:grid}.service-form-yes-no>p{color:var(--immi-text);margin:0;font-size:.93rem;font-weight:700;line-height:1.45}.service-form-yes-no>p span,.service-form-text-field .portal-label span{color:#b42318}.service-form-choice-row{gap:8px;display:flex}.service-form-choice-row label{cursor:pointer;position:relative}.service-form-choice-row input{opacity:0;pointer-events:none;position:absolute}.service-form-choice-row span{border:1px solid var(--immi-border);background:var(--immi-white);min-width:54px;min-height:38px;color:var(--immi-muted);border-radius:12px;justify-content:center;align-items:center;padding:7px 12px;font-size:.86rem;font-weight:800;transition:all .16s;display:inline-flex}.service-form-choice-row input:checked+span{border-color:var(--immi-blue);color:#155e75;background:#1f95d01f;box-shadow:0 0 0 3px #1f95d014}.service-form-choice-row input:focus-visible+span{outline-offset:2px;outline:3px solid #1f95d038}.service-form-choice-row input:disabled+span{cursor:not-allowed;opacity:.65}.service-form-text-field{background:var(--immi-white);border:1px solid #27436f1a;border-radius:16px;padding:14px 16px}.service-form-text-field .internal-textarea{min-height:96px}.service-form-history-card{background:#f9fbfa;border:1px solid #27436f1a;border-radius:16px;overflow:hidden}.service-form-history-card summary{cursor:pointer;color:var(--immi-muted);justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;font-size:.84rem;list-style-position:inside;display:flex}.service-form-history-card summary>span:first-of-type{gap:3px;margin-right:auto;display:grid}.service-form-history-card summary strong{color:var(--immi-text);font-size:.98rem}.service-form-history-card summary small{color:var(--immi-muted)}.service-form-history-body{gap:18px;padding:4px 18px 18px;display:grid}.service-form-history-body section{border-top:1px solid #27436f14;padding-top:16px}.service-form-history-selection{background:#1f95d012;border-radius:12px;gap:4px;margin:0 0 14px;padding:11px 13px;display:grid}.service-form-history-selection span{color:var(--immi-muted);font-size:.78rem}.service-form-history-selection strong{color:#155e75;font-size:.9rem}.service-form-history-subsection{background:#f8fcffb8;border:1px solid #27436f14;border-radius:14px;gap:10px;margin-top:14px;padding:13px;display:grid}.service-form-history-body dl{gap:10px;margin:0;display:grid}.service-form-history-body dl>div{grid-template-columns:minmax(0,1.4fr) minmax(120px,.6fr);gap:16px;display:grid}.service-form-history-body dt{color:var(--immi-muted);line-height:1.45}.service-form-history-body dd{color:var(--immi-text);text-align:right;white-space:pre-wrap;margin:0;font-weight:800}.service-form-history-body dl>div.service-form-history-long-text{grid-template-columns:minmax(0,1fr);gap:5px}.service-form-history-long-text dd{text-align:left;overflow-wrap:anywhere;width:100%;min-width:0;line-height:1.55}@media (width<=700px){.service-required-form-header,.service-form-history-card summary{flex-direction:column;align-items:stretch}.service-required-form-header>span{align-self:flex-start}.service-form-yes-no,.service-form-history-body dl>div{grid-template-columns:1fr}.service-form-choice-row{width:100%}.service-form-choice-row label{flex:1}.service-form-choice-row span{width:100%}.service-form-history-body dd{text-align:left}.service-form-subsection-options{grid-template-columns:1fr}.service-form-subsection-option{grid-template-columns:auto minmax(0,1fr)}.service-form-subsection-option-status{grid-column:2;justify-self:start}.service-form-subsection-window-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.service-form-subsection-status{grid-column:1;justify-self:start}.service-form-subsection-window-head .service-form-dropdown-chevron{grid-area:1/2/span 2}.service-form-subsection-selector,.service-form-subsection-guide,.service-form-subsection-window-head,.service-form-subsection-window-body{padding-left:13px;padding-right:13px}.service-form-yes-no{padding:13px}.service-form-subsection-index{min-width:38px;min-height:34px}}@media (width<=640px){.internal-module-table.portal-service-items-table{width:100%;min-width:0}.portal-service-items-table th:nth-child(4),.portal-service-items-table th:nth-child(5),.portal-service-items-table td:nth-child(4),.portal-service-items-table td:nth-child(5){display:none}.portal-service-items-table th,.portal-service-items-table td{white-space:normal}.portal-camera-icon-button{width:38px;min-height:36px}}.internal-access-denied{padding:28px}.internal-password-card{max-width:760px}.internal-password-note{background:var(--immi-blue-soft);color:var(--immi-blue);border-radius:18px;padding:14px 16px;font-weight:700;line-height:1.45}.internal-status-pill{border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:.86rem;font-weight:800;display:inline-flex}.internal-status-pill.active{color:#166534;background:#dcfce7}.internal-status-pill.inactive{color:#991b1b;background:#fee2e2}.internal-row-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.internal-small-btn{min-height:40px;padding:.68rem 1rem;font-size:.9rem}.internal-small-btn.danger{color:#991b1b;background:#fff7f7;border-color:#fecaca}.internal-small-btn.danger:hover:not(:disabled){background:#fee2e2}.internal-small-btn:disabled{opacity:.55;cursor:not-allowed}.internal-module-table.employees-table{min-width:1120px}.internal-field-error{color:#b91c1c;margin:.45rem 0 0;font-size:.88rem;font-weight:700;line-height:1.35}.internal-label-with-help{align-items:center;gap:8px;display:inline-flex}.internal-label-with-help .portal-label{margin:0}.internal-help-tooltip{background:var(--immi-blue-soft);width:20px;height:20px;color:var(--immi-blue);cursor:help;border:1px solid #27436f29;border-radius:999px;justify-content:center;align-items:center;font-size:.78rem;font-weight:900;line-height:1;display:inline-flex;position:relative}.internal-help-tooltip-content{z-index:20;background:var(--immi-blue);width:min(300px,78vw);color:var(--immi-white);box-shadow:var(--immi-shadow-soft);text-align:left;white-space:normal;opacity:0;pointer-events:none;border-radius:14px;padding:12px 14px;font-size:.84rem;font-weight:700;line-height:1.45;transition:opacity .18s,transform .18s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px)}.internal-help-tooltip-content:after{content:"";border-style:solid;border-width:7px 7px 0;border-color:var(--immi-blue) transparent transparent transparent;position:absolute;top:100%;left:50%;transform:translate(-50%)}.internal-help-tooltip:hover .internal-help-tooltip-content,.internal-help-tooltip:focus .internal-help-tooltip-content,.internal-help-tooltip:focus-within .internal-help-tooltip-content{opacity:1;transform:translate(-50%)translateY(0)}.internal-employee-form-actions{grid-column:1/-1;justify-content:flex-end;justify-self:stretch;align-items:center;gap:10px;width:100%;margin-left:0;display:flex}.internal-form-action-btn{min-width:118px;min-height:40px;padding:.52rem 1.15rem;font-size:.92rem}.internal-employee-form-actions .internal-primary-btn{border-radius:999px;min-width:160px}.internal-date-readonly{min-height:38px;color:var(--immi-text);white-space:nowrap;background:#f4f7fb;border-radius:999px;align-items:center;padding:.5rem .85rem;font-weight:700;display:inline-flex}@media (width<=720px){.internal-employee-form-actions{justify-content:stretch;justify-self:stretch;width:100%;margin-left:0}.internal-form-action-btn{width:100%;min-width:0}.internal-help-tooltip-content{left:auto;right:-8px;transform:translateY(4px)}.internal-help-tooltip:hover .internal-help-tooltip-content,.internal-help-tooltip:focus .internal-help-tooltip-content,.internal-help-tooltip:focus-within .internal-help-tooltip-content{transform:translateY(0)}.internal-help-tooltip-content:after{left:auto;right:12px;transform:none}}.portal-muted-text{color:var(--immi-muted);font-size:.9rem;font-weight:700}@media (width<=980px){.summary-card-header{flex-direction:column;align-items:stretch}.summary-toolbar{justify-content:space-between;width:100%}.summary-search-field{flex:1}.summary-search-field .portal-input{width:100%}}@media (width<=640px){.summary-card-header{gap:8px}.summary-card-title-line{align-items:flex-start}.summary-mobile-search-toggle{display:inline-flex}.summary-toolbar{flex-direction:column-reverse;align-items:stretch;gap:8px}.summary-clear-button{align-self:flex-start;width:auto;min-height:34px;padding:8px 12px}.summary-search-field{width:100%;display:none}.summary-search-field.is-mobile-open{display:inline-flex}.summary-search-field .portal-input{width:100%;min-height:44px}.summary-pagination-bar{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin:4px 0 14px}.summary-pagination-actions{flex-direction:row;justify-content:center;align-items:center;width:100%}.summary-pagination-count,.summary-pagination-page{min-height:auto}.summary-filter-dropdown{min-width:min(220px,100vw - 56px);left:50%;right:auto;transform:translate(-50%)}.summary-overview-table{table-layout:fixed;min-width:0}.summary-overview-table th,.summary-overview-table td{padding:12px 8px}.summary-overview-table .summary-col-service-type,.summary-overview-table .summary-col-service-date,.summary-overview-table .summary-col-client,.summary-overview-table .summary-col-identifier,.summary-overview-table .summary-col-delivery,.summary-overview-table .summary-col-updated{display:none}.summary-overview-table .summary-col-quotation,.summary-overview-table .summary-col-equipment{width:34%}.summary-overview-table .summary-col-status{width:32%}.summary-status-title-full{display:none}.summary-status-title-mobile{display:inline}}.failure-report-cancel-block,.failure-report-form-fields,.failure-report-section,.failure-report-card,.failure-report-upload-block{gap:1rem;display:grid}.failure-report-card{background:#fff;border:1px solid #16312b1f;border-radius:18px;padding:1rem}.failure-report-card-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.failure-report-card-head strong{color:#183c34;font-size:1.05rem;display:block}.failure-report-status{color:#14532d;white-space:nowrap;background:#14532d1a;border-radius:999px;padding:.35rem .65rem;font-size:.78rem;font-weight:700}.failure-report-detail-grid{gap:.9rem;display:grid}.failure-report-detail-grid span{color:#5d6a64;letter-spacing:.02em;text-transform:uppercase;margin-bottom:.25rem;font-size:.78rem;font-weight:700;display:block}.failure-report-detail-grid p{color:#213c34;white-space:pre-wrap;margin:0}.failure-report-photos-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem;display:grid}.failure-report-photo-card{background:#f9fbfa;border:1px solid #16312b1a;border-radius:14px;margin:0;overflow:hidden}.failure-report-photo-card img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.failure-report-photo-card figcaption{color:#24443a;padding:.65rem;font-size:.86rem}.failure-report-caption-list,.failure-report-signatures{gap:.75rem;display:grid}.failure-report-signatures{color:#52645e;font-size:.9rem}.failure-report-pdf-actions,.failure-report-photo-actions{flex-wrap:wrap;gap:.75rem;margin-top:.9rem;display:flex}.failure-report-efirma-card{background:#f8fbfa;border:1px solid #16312b1f;border-radius:16px;gap:1rem;margin-top:1rem;padding:1rem;display:grid}.failure-report-efirma-card h4{color:#183c34;margin:0 0 .25rem;font-size:1rem}.failure-report-efirma-card p{color:#5d6a64;margin:0;font-size:.9rem}.failure-report-efirma-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}@media (width<=760px){.failure-report-efirma-grid{grid-template-columns:1fr}}.internal-sidebar-profile-link{color:#fffffff5;transform-origin:0;align-items:center;margin-top:.65rem;font-size:.98rem;font-weight:900;text-decoration:none;transition:transform .16s,color .16s,opacity .16s;display:inline-flex}.internal-sidebar-profile-link:hover{color:#fff;opacity:1;transform:scale(1.07)}.internal-profile-page{gap:1.2rem;display:grid}.profile-hero-card,.profile-panel{border:1px solid #28436f1f;box-shadow:0 22px 55px #0f172a14}.profile-hero-card{background:linear-gradient(135deg,#fffffffa,#f5f8fcf0);border-radius:28px;align-items:center;gap:1.2rem;padding:1.25rem;display:flex}.profile-avatar-wrap{justify-items:center;gap:.65rem;display:grid}.profile-avatar-img,.profile-avatar-placeholder{object-fit:cover;border:1px solid #28436f1f;border-radius:32px;width:132px;height:132px;box-shadow:inset 0 0 0 1px #ffffffa6,0 18px 35px #28436f1f}.profile-avatar-placeholder{position:relative;overflow:hidden}.profile-default-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.profile-avatar-head,.profile-avatar-body{opacity:.96;position:absolute;left:50%;transform:translate(-50%)}.profile-avatar-head{border-radius:45% 45% 38% 38%;width:45px;height:45px;top:35px}.profile-avatar-body{border-radius:50% 50% 0 0;width:116px;height:92px;bottom:-34px}.profile-avatar-decoration{color:#28436f85;z-index:2;font-size:1.3rem;position:absolute;top:16px;right:18px}.profile-avatar-initials{z-index:3;text-align:center;color:#ffffffeb;letter-spacing:.08em;font-weight:900;position:absolute;inset:auto 0 34px}.profile-avatar-upload{cursor:pointer;color:#28436f;font-size:.85rem;font-weight:800}.profile-avatar-upload input{display:none}.profile-hero-copy h1{color:#12233f;margin:.18rem 0;font-size:clamp(1.5rem,3vw,2.15rem)}.profile-hero-copy p:last-child{color:#64748b;margin:0}.profile-tab-shell{gap:0;display:grid}.profile-tabs{z-index:2;box-sizing:border-box;justify-content:flex-start;align-items:flex-end;gap:.18rem;width:100%;max-width:100%;padding:0;display:flex;position:relative;overflow:visible}.profile-tabs button{color:#64748b;cursor:pointer;text-align:center;white-space:nowrap;background:linear-gradient(#eef3f8f0,#e2eaf4e6);border:1px solid #28436f21;border-bottom:none;border-radius:18px 18px 0 0;flex:0 150px;min-width:122px;max-width:158px;padding:.58rem .95rem .68rem;font-size:.9rem;font-weight:900;line-height:1.15;transition:color .16s,transform .16s,background .16s,box-shadow .16s;box-shadow:0 -7px 16px #0f172a09}.profile-tabs button:hover{color:#28436f;transform:translateY(-2px)}.profile-tabs button.active{color:#28436f;background:#fff;transform:translateY(1px);box-shadow:0 -12px 24px #28436f1a}.profile-tab-panel{z-index:1;border-top-left-radius:0;gap:1.2rem;margin-top:-1px;display:grid;position:relative}.profile-tab-content,.profile-panel{gap:1.2rem;display:grid}.profile-section-heading h2{color:#12233f;margin:.15rem 0}.profile-section-heading p:last-child{color:#64748b;margin:0}.profile-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.profile-info-grid div,.profile-certificate-scope,.profile-cert-create-card,.profile-cert-card{background:#f8fafcc7;border:1px solid #28436f1a;border-radius:20px}.profile-info-grid div{gap:.2rem;padding:1rem;display:grid}.profile-info-grid span,.profile-cert-grid span{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:800}.profile-info-grid strong,.profile-cert-grid strong{color:#12233f}.profile-cert-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.profile-cert-summary,.profile-cert-status{border-radius:999px;align-items:center;padding:.36rem .7rem;font-size:.78rem;font-weight:900;display:inline-flex}.profile-cert-summary{color:#28436f;background:#28436f1a}.profile-certificate-scope{background:linear-gradient(135deg,#28436f14,#fffffff0);padding:1rem}.profile-certificate-scope p{color:#475569;margin:.35rem 0 0;line-height:1.6}.profile-cert-create-body .profile-certificate-scope{margin:0}.profile-cert-create-card{gap:.9rem;padding:1rem;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:grid}.profile-cert-create-card.is-collapsible{background:linear-gradient(135deg,#f8fafcdb,#fffffff5)}.profile-cert-create-card.is-collapsible:hover{border-color:#28436f3d;transform:translateY(-1px);box-shadow:0 14px 28px #28436f14}.profile-cert-create-toggle{width:100%;color:inherit;font:inherit;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:0;display:flex}.profile-cert-create-toggle:not(:disabled){cursor:pointer}.profile-cert-create-toggle:disabled{cursor:default}.profile-cert-create-toggle strong{color:#12233f;margin:0;font-size:1.02rem;font-weight:900;display:block}.profile-cert-create-toggle small{color:#64748b;margin-top:.25rem;font-size:.9rem;font-weight:700;line-height:1.45;display:block}.profile-cert-toggle-indicator{color:#28436f;background:0 0;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.45rem;font-weight:900;line-height:1;transition:transform .16s,background .16s,color .16s;display:inline-flex}.profile-cert-create-toggle:not(:disabled):hover .profile-cert-toggle-indicator{background:#28436f14;transform:translateY(1px)}.profile-cert-create-toggle:not(:disabled):hover .profile-cert-toggle-indicator.is-open{transform:translateY(-1px)}.profile-cert-create-body{border-top:1px solid #28436f1a;gap:.9rem;padding-top:.85rem;display:grid}.profile-cert-create-card:not(.is-collapsible) .profile-cert-create-body{border-top:none;padding-top:0}.profile-cert-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.profile-cert-checkbox{color:#475569;align-items:flex-start;gap:.55rem;font-size:.92rem;line-height:1.45;display:flex}.profile-cert-list{gap:.75rem;display:grid}.profile-cert-history-scroll{gap:.75rem;max-height:min(520px,62vh);padding-right:.35rem;scroll-padding:.75rem;display:grid;overflow-y:auto}.profile-cert-history-scroll::-webkit-scrollbar{width:8px}.profile-cert-history-scroll::-webkit-scrollbar-track{background:#94a3b81f;border-radius:999px}.profile-cert-history-scroll::-webkit-scrollbar-thumb{background:#28436f47;border-radius:999px}.profile-cert-card{padding:1rem}.profile-cert-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.profile-cert-title{color:#12233f;margin:0;font-weight:900}.profile-cert-serial{color:#64748b;word-break:break-word;margin:.25rem 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.84rem}.profile-cert-status.active{color:#166534;background:#16a34a1f}.profile-cert-status.revoked,.profile-cert-status.expired{color:#475569;background:#94a3b82e}.profile-cert-grid{grid-template-columns:120px 1fr;gap:.5rem .85rem;margin-top:.9rem;display:grid}.profile-cert-note,.profile-empty-state{color:#64748b;margin:.8rem 0 0}.failure-report-efirma-grid.single{grid-template-columns:minmax(0,1fr)}@media (width<=760px){.profile-hero-card,.profile-cert-heading,.profile-cert-card-header{flex-direction:column}.profile-info-grid,.profile-cert-form-grid{grid-template-columns:1fr}.profile-tabs{justify-content:center;gap:.14rem;padding:0 .35rem}.profile-tabs button{letter-spacing:-.01em;border-radius:15px 15px 0 0;flex:0 128px;min-width:112px;max-width:138px;padding:.5rem .36rem .58rem;font-size:.78rem}.profile-cert-create-toggle{flex-direction:row;align-items:center}.profile-cert-toggle-indicator{align-self:center}.profile-tab-panel{border-top-left-radius:18px}}.portal-validation-main{min-height:calc(100vh - 140px);padding:calc(94px + clamp(1.8rem,4vw,3.5rem)) 0 clamp(2rem,5vw,4.5rem)}.portal-validation-container{max-width:1040px}.portal-validation-hero{text-align:center;max-width:720px;margin:0 auto 1.5rem}.portal-validation-hero h1{color:var(--portal-navy);margin:.35rem 0 .55rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.05}.portal-validation-hero p{color:var(--portal-muted);margin:0}.portal-validation-card{max-width:980px;margin:0 auto}.portal-validation-error-card{text-align:center}.portal-validation-status-row{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.portal-validation-status-badge{color:#166534;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:#dcfce7;border-radius:999px;justify-content:center;align-items:center;padding:.5rem .8rem;font-size:.75rem;font-weight:900;display:inline-flex}.portal-validation-message{color:var(--portal-muted);margin:0 0 1.2rem}.portal-validation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.portal-validation-field,.portal-validation-signature-card,.portal-validation-hash-block{background:#f8fafcc7;border:1px solid #94a3b847;border-radius:1rem;padding:.9rem 1rem}.portal-validation-field span,.portal-validation-signature-card span,.portal-validation-hash-block span{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.68rem;font-weight:900;display:block}.portal-validation-field strong,.portal-validation-signature-card strong{color:var(--portal-navy);line-height:1.35;display:block}.portal-validation-signature-section{margin-top:1.4rem}.portal-validation-signature-section h3{color:var(--portal-navy);margin:0 0 .8rem;font-size:1rem}.portal-validation-signature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.portal-validation-signature-card small{color:#64748b;margin-top:.25rem;line-height:1.35;display:block}.portal-validation-hash-block{margin-top:1rem}.portal-validation-hash-block code{overflow-wrap:anywhere;color:var(--portal-navy);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.82rem;font-weight:800;display:block}.portal-validation-actions{flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:1.3rem;display:flex}@media (width<=760px){.portal-validation-status-row,.portal-validation-actions{flex-direction:column;align-items:stretch}.portal-validation-grid,.portal-validation-signature-grid{grid-template-columns:1fr}.portal-validation-status-badge{width:fit-content}}.portal-validation-crypto-details{background:#f8fafcc7;border:1px solid #94a3b847;border-radius:1rem;margin-top:1rem;overflow:hidden}.portal-validation-crypto-details summary{cursor:pointer;color:var(--portal-navy);letter-spacing:.04em;text-transform:uppercase;padding:.9rem 1rem;font-size:.82rem;font-weight:900}.portal-validation-crypto-grid{gap:.75rem;padding:0 1rem 1rem;display:grid}.portal-validation-crypto-grid div{gap:.35rem;display:grid}.portal-validation-crypto-grid span{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:900}.portal-validation-crypto-grid code{max-height:9rem;color:var(--portal-navy);overflow-wrap:anywhere;background:#fff;border-radius:.8rem;padding:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem;line-height:1.45;overflow:auto}.internal-module-row-clickable{cursor:pointer;transition:background .18s,transform .18s,box-shadow .18s}.internal-module-row-clickable:hover td{background:#f6f9fd}.employee-confirmation-panel{flex-direction:column;gap:18px;display:flex}.employee-confirmation-head{background:linear-gradient(135deg,#f8fbff 0%,#eef4fb 100%);border:1px solid #27436f1a;border-radius:22px;padding:18px}.employee-confirmation-head h3{color:var(--immi-text);margin:4px 0 6px;font-size:clamp(1.3rem,3vw,1.75rem)}.employee-confirmation-head p{color:var(--immi-muted);margin:0;line-height:1.5}.employee-change-list{flex-direction:column;gap:12px;display:flex}.employee-change-card{background:var(--immi-white);border:1px solid #27436f1f;border-radius:20px;padding:16px}.employee-change-card>span{color:var(--immi-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:900;display:block}.employee-change-values{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.employee-change-values p{min-width:0;margin:0}.employee-change-values small{color:var(--immi-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:.72rem;font-weight:800;display:block}.employee-change-values strong{color:var(--immi-text);overflow-wrap:anywhere;font-weight:900;display:block}.employee-change-values>span{color:var(--immi-blue);font-weight:900}@media (width<=720px){.employee-change-values{grid-template-columns:1fr;gap:8px}.employee-change-values>span{justify-self:start;transform:rotate(90deg)}}.review-check-panel[hidden]{display:none!important}.review-check-panel-head{align-items:flex-start;gap:1rem}.review-check-status{border:1px solid var(--immi-border);background:var(--immi-blue-soft);max-width:15rem;color:var(--immi-muted);text-align:center;border-radius:999px;flex:none;padding:.42rem .7rem;font-size:.75rem;font-weight:800;line-height:1.25}.review-check-status.is-completed{color:#087149;background:#118c5c1a;border-color:#118c5c4d}.review-check-signature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1rem 0;display:grid}.review-check-signature-grid>article{border:1px solid var(--immi-border);background:var(--immi-blue-soft);border-radius:.8rem;min-width:0;padding:.85rem}.review-check-signature-grid span{color:var(--immi-muted);letter-spacing:.03em;text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:700;display:block}.review-check-certificate-field{background:#f7fafdd1;border:1px solid #27436f24;border-radius:.8rem;grid-template-columns:minmax(150px,.34fr) minmax(0,1fr);align-items:center;gap:.75rem 1rem;margin:1rem 0;padding:.85rem 1rem;display:grid}.review-check-certificate-field .portal-label{margin:0}.review-check-signature-grid strong,.review-check-signature-grid p,.review-check-signature-grid small{overflow-wrap:anywhere}.review-check-signature-grid>article{gap:.28rem;display:grid}.review-check-signature-grid>article.is-signed{background:#118c5c0f;border-color:#118c5c4d}.review-check-signature-grid p{margin:.35rem 0 0}.review-check-signature-grid small{color:var(--immi-muted)}.review-check-actions{justify-content:flex-end;margin-top:1rem;display:flex}.review-check-sign-box{border:1px solid var(--immi-border);background:var(--immi-blue-soft);border-radius:.8rem;margin-top:1rem;padding:.9rem}.review-check-sign-copy{gap:.2rem;margin-bottom:.7rem;display:grid}.review-check-sign-copy strong{color:var(--immi-text)}.review-check-sign-copy span{color:var(--immi-muted);font-size:.86rem;line-height:1.5}.service-form-sign-instruction{font-weight:800;color:var(--immi-text)!important;font-size:.92rem!important;line-height:1.4!important}.review-check-pending-signature{margin-top:1rem}.review-check-sign-box>.review-check-sign-actions{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;margin-top:.45rem;display:grid}.service-form-history-review-date{color:var(--immi-muted);margin:.35rem 0 0;font-size:.82rem}.service-form-history-signatures{gap:.35rem;margin-top:.75rem;display:grid}.service-form-history-signatures>div{background:#118c5c12;border-radius:.55rem;flex-wrap:wrap;gap:.3rem .6rem;padding:.5rem .65rem;font-size:.78rem;display:flex}.status-form-sign-box,.service-form-history-sign-box{background:#1f95d00f;border:1px solid #1f95d038;border-radius:.8rem;padding:.9rem}.status-form-sign-box{gap:.5rem;display:grid}.status-form-sign-box p,.service-form-history-sign-box span{color:var(--immi-muted);margin:0;font-size:.86rem;line-height:1.5}.service-form-history-sign-box{background:#ffb92d14;border-color:#b4781440;gap:.7rem;display:grid}.service-form-history-sign-box>div:first-child{gap:.25rem;display:grid}.service-form-history-sign-actions{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.65rem;display:grid}.service-form-history-document-footer{border-top:1px solid #27436f1a;justify-items:end;gap:.7rem;padding-top:.9rem;display:grid}.service-form-history-document-button{min-width:220px}.service-form-history-document-error{width:100%;margin:0}@media (width<=680px){.review-check-panel-head{flex-direction:column}.review-check-status{max-width:none}.review-check-signature-grid,.review-check-sign-box>.review-check-sign-actions,.review-check-certificate-field{grid-template-columns:minmax(0,1fr)}.review-check-actions .portal-btn,.review-check-sign-box .portal-btn,.service-form-history-sign-actions .portal-btn,.service-form-history-document-button{width:100%}.service-form-history-sign-actions{grid-template-columns:minmax(0,1fr)}.service-form-history-document-footer{justify-items:stretch}}.portal-validation-status-badge.is-invalid{color:#991b1b;background:#fef2f2;border-color:#b91c1c38}.service-required-form-accordion>summary,.review-check-accordion>summary{list-style:none}.service-required-form-accordion>summary::-webkit-details-marker{display:none}.review-check-accordion>summary::-webkit-details-marker{display:none}.service-required-form-accordion>.service-required-form-header{cursor:pointer;border-bottom:0}.service-required-form-accordion[open]>.service-required-form-header{border-bottom:1px solid #1f95d024}.service-required-form-header small{color:var(--immi-muted);margin-top:5px;font-size:.76rem;font-weight:700;display:block}.service-required-form-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.service-required-form-header-actions>span:not(.service-form-dropdown-chevron){background:var(--immi-white);color:#155e75;white-space:nowrap;border-radius:999px;align-items:center;min-height:30px;padding:5px 10px;font-size:.8rem;font-weight:800;display:inline-flex}.service-required-form-header-actions>.service-required-form-state{color:#087149;background:#118c5c1a}.service-required-form-accordion[open]>.service-required-form-header .service-form-dropdown-chevron,.review-check-accordion[open]>.review-check-accordion-summary .service-form-dropdown-chevron{transform:rotate(180deg)}.review-check-accordion{overflow:hidden}.review-check-accordion-summary{cursor:pointer;margin:-20px -20px 0;padding:20px}.review-check-accordion[open]>.review-check-accordion-summary{border-bottom:1px solid #27436f14;margin-bottom:18px}.review-check-summary-actions{align-items:center;gap:10px;display:flex}.service-form-sign-inline-error{margin:0}.service-form-history-sign-box .service-form-sign-inline-error,.review-check-sign-box .service-form-sign-inline-error,.failure-report-efirma-card .service-form-sign-inline-error{margin-top:.15rem}@media (width<=700px){.service-required-form-header-actions{justify-content:flex-start}.review-check-summary-actions{justify-content:flex-start;width:100%}.review-check-summary-actions .service-form-dropdown-chevron{margin-left:auto}.review-check-accordion-summary{flex-direction:column;align-items:stretch}}.equipment-page-actions{align-items:center}.equipment-search-control{align-items:center;min-height:44px;display:flex}.equipment-search-toggle,.equipment-search-close{font:inherit;cursor:pointer;border:0}.equipment-search-toggle{width:44px;height:44px;color:var(--immi-blue);background:#fff;border:1px solid #27436f29;border-radius:14px;place-items:center;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;display:grid;box-shadow:0 6px 18px #1a30520f}.equipment-search-toggle svg,.equipment-search-field svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.equipment-search-toggle:hover,.equipment-search-toggle:focus-visible{background:#f8fbff;border-color:#27436f57;outline:none;transform:translateY(-1px);box-shadow:0 10px 24px #1a30521a}.equipment-search-field{width:min(310px,42vw);height:44px;color:var(--immi-blue);background:#fff;border:1px solid #27436f2e;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:0 8px 0 13px;animation:.17s both equipmentSearchReveal;display:grid;box-shadow:0 8px 22px #1a305212}.equipment-search-field:focus-within{border-color:#27436f70;box-shadow:0 0 0 3px #27436f14,0 10px 24px #1a305214}.equipment-search-field input{width:100%;min-width:0;color:var(--immi-text);font:inherit;background:0 0;border:0;outline:0}.equipment-search-field input::placeholder{color:#8a98ad}.equipment-search-close{color:#718099;background:0 0;border-radius:9px;place-items:center;width:30px;height:30px;font-size:22px;line-height:1;transition:background .15s,color .15s;display:grid}.equipment-search-close:hover,.equipment-search-close:focus-visible{color:var(--immi-text);background:#eef3f9;outline:none}.equipment-overview-table{min-width:1080px}.equipment-table-hint{margin:.35rem 0 0}@keyframes equipmentSearchReveal{0%{opacity:0;transform:translate(8px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@media (width<=900px){.equipment-page-actions{flex-direction:row;align-items:center}.equipment-search-control{flex:1}.equipment-search-field{width:100%}.equipment-page-actions>.internal-primary-btn{width:auto}}@media (width<=640px){.equipment-page-actions{grid-template-columns:1fr auto;width:100%;display:grid}.equipment-search-control.is-open{grid-area:2/1/auto/-1}.equipment-search-control:not(.is-open){justify-content:flex-start}.equipment-page-actions>.internal-primary-btn{width:100%}}@media (prefers-reduced-motion:reduce){.equipment-search-field{animation:none}.equipment-search-toggle{transition:none}}@supports (interpolate-size:allow-keywords){:root{interpolate-size:allow-keywords}.service-required-form-accordion::details-content{opacity:0;block-size:0;transition:block-size .32s cubic-bezier(.22, 1, .36, 1), opacity .18s ease, content-visibility .32s allow-discrete;overflow:hidden}.service-form-history-card::details-content{opacity:0;block-size:0;transition:block-size .32s cubic-bezier(.22, 1, .36, 1), opacity .18s ease, content-visibility .32s allow-discrete;overflow:hidden}.review-check-accordion::details-content{opacity:0;block-size:0;transition:block-size .32s cubic-bezier(.22, 1, .36, 1), opacity .18s ease, content-visibility .32s allow-discrete;overflow:hidden}.service-form-subsection-window::details-content{opacity:0;block-size:0;transition:block-size .32s cubic-bezier(.22, 1, .36, 1), opacity .18s ease, content-visibility .32s allow-discrete;overflow:hidden}.service-required-form-accordion[open]::details-content{opacity:1;block-size:auto}.service-form-history-card[open]::details-content{opacity:1;block-size:auto}.review-check-accordion[open]::details-content{opacity:1;block-size:auto}.service-form-subsection-window[open]::details-content{opacity:1;block-size:auto}}.service-required-form-card,.service-form-history-card,.review-check-accordion{transition:border-color .22s,box-shadow .22s,transform .22s,background-color .22s}.service-required-form-card:hover,.service-form-history-card:hover,.review-check-accordion:hover{border-color:#1f95d047;box-shadow:0 12px 32px #27436f12}.service-required-form-card[open],.service-form-history-card[open],.review-check-accordion[open]{border-color:#1f95d057;box-shadow:0 16px 38px #27436f17}.service-required-form-header,.service-form-history-summary,.review-check-accordion-summary{transition:background-color .22s,box-shadow .22s}.service-required-form-header:focus-visible,.service-form-history-summary:focus-visible,.review-check-accordion-summary:focus-visible{outline-offset:-3px;outline:3px solid #1f95d038}.service-required-form-header-copy,.review-check-summary-copy,.service-form-history-summary-copy{align-items:center;gap:13px;min-width:0;display:flex}.service-required-form-header-copy>div,.review-check-summary-copy>div,.service-form-history-summary-copy>div{min-width:0}.service-required-form-check-index,.review-check-index,.service-form-history-check-index{color:#155e75;letter-spacing:.045em;white-space:nowrap;background:#1f95d017;border:1px solid #1f95d033;border-radius:12px;flex:none;justify-content:center;align-items:center;min-width:68px;min-height:38px;padding:7px 10px;font-size:.72rem;font-weight:900;display:inline-flex}.service-required-form-accordion>.service-required-form-header{background:linear-gradient(135deg,#f8fcfff5,#fff);min-height:82px;padding:16px 18px}.service-required-form-accordion>.service-required-form-header:hover{background:linear-gradient(135deg,#ecf8fffa,#fff)}.service-required-form-accordion[open]>.service-required-form-header{background:linear-gradient(135deg,#e6f7fff5,#fff)}.service-required-form-header-copy h4{line-height:1.3}.service-required-form-header-copy small{transition:color .18s}.service-required-form-accordion[open] .service-required-form-header-copy small{color:#155e75}.service-form-dropdown-chevron{transition:transform .28s cubic-bezier(.22,1,.36,1),background-color .18s,color .18s}.service-required-form-accordion[open]>.service-required-form-header .service-form-dropdown-chevron,.service-form-history-card[open]>.service-form-history-summary .service-form-dropdown-chevron,.review-check-accordion[open]>.review-check-accordion-summary .service-form-dropdown-chevron{color:#155e75;background:#1f95d026;transform:rotate(180deg)}.service-form-history-section{background:linear-gradient(#fff,#fbfdff)}.service-form-history-list{gap:12px}.service-form-history-card{background:#fff;border-color:#27436f1c;border-radius:18px}.service-form-history-card>summary{list-style:none}.service-form-history-card>summary::-webkit-details-marker{display:none}.service-form-history-summary{min-height:76px;color:var(--immi-text);padding:14px 16px}.service-form-history-summary:hover{background:#1f95d009}.service-form-history-card[open]>.service-form-history-summary{background:#1f95d00e;border-bottom:1px solid #27436f14}.service-form-history-summary-copy strong{color:var(--immi-text);text-overflow:ellipsis;font-size:.97rem;line-height:1.35;display:block;overflow:hidden}.service-form-history-summary-copy small{color:var(--immi-muted);margin-top:3px;font-size:.77rem;display:block}.service-form-history-summary-meta{flex:none;justify-content:flex-end;align-items:center;gap:9px;min-width:0;display:flex}.service-form-history-summary-meta>small{max-width:240px;color:var(--immi-muted);text-align:right;font-size:.75rem;line-height:1.35}.service-form-history-state{color:#92400e;white-space:nowrap;background:#d977061a;border-radius:999px;align-items:center;min-height:29px;padding:5px 9px;font-size:.72rem;font-weight:850;display:inline-flex}.service-form-history-state.is-signed{color:#087149;background:#118c5c1a}.service-form-history-body{padding:16px 18px 18px;animation:.22s both serviceAccordionBodyIn}.review-check-panel{border-color:#1f95d029;box-shadow:0 10px 28px #27436f0b}.review-check-accordion-summary{background:linear-gradient(135deg,#f6fbfffa,#fff);min-height:96px}.review-check-accordion-summary:hover{background:linear-gradient(135deg,#eaf8fffa,#fff)}.review-check-accordion[open]>.review-check-accordion-summary{background:linear-gradient(135deg,#e4f6fff5,#fff)}.review-check-index{background:#1f95d01f;border-color:#1f95d04d;min-width:76px;min-height:42px;font-size:.76rem}.review-check-summary-copy .internal-modal-section-title{font-size:1.15rem;line-height:1.3}.review-check-summary-copy .internal-modal-section-text{max-width:680px;font-size:.84rem;line-height:1.45}.review-check-edit-notice{background:#eff8ffbd;border:1px solid #1f95d033;border-radius:15px;grid-template-columns:auto minmax(0,1fr);gap:11px;margin:0 0 16px;padding:13px 15px;display:grid}.review-check-edit-notice>span{color:#155e75;background:#1f95d01f;border-radius:9px;justify-content:center;align-items:center;width:28px;height:28px;font-weight:900;display:inline-flex}.review-check-edit-notice>div{gap:3px;display:grid}.review-check-edit-notice strong{color:var(--immi-text);font-size:.86rem}.review-check-edit-notice p{color:var(--immi-muted);margin:0;font-size:.79rem;line-height:1.5}.review-check-edit-notice.is-warning{background:#fffbebdb;border-color:#d9770640}.review-check-edit-notice.is-locked{background:#f0fdf4c7;border-color:#118c5c3d}.review-check-edit-notice.is-locked>span{color:#087149;background:#118c5c21}.review-check-actions{flex-wrap:wrap;gap:10px;padding-top:2px}.service-form-skip-button{opacity:.88;border-style:dashed}.service-form-skip-button:hover:not(:disabled){opacity:1}.review-check-sign-box{background:linear-gradient(#f3faffeb,#fff);border-color:#1f95d038;border-radius:15px}.review-check-signature-grid>article{transition:border-color .18s,background-color .18s,transform .18s}.review-check-signature-grid>article.is-signed{box-shadow:inset 3px 0 #118c5c80}@keyframes serviceAccordionBodyIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.service-required-form-card,.service-form-history-card,.review-check-accordion,.service-form-dropdown-chevron,.service-required-form-header,.service-form-history-summary,.review-check-accordion-summary,.service-form-history-body{transition:none!important;animation:none!important}}@media (width<=760px){.service-required-form-header-copy,.review-check-summary-copy{align-items:flex-start}.service-required-form-check-index,.review-check-index,.service-form-history-check-index{min-width:62px}.service-form-history-summary{align-items:stretch}.service-form-history-summary-copy{align-items:flex-start}.service-form-history-summary-meta{flex-wrap:wrap;justify-content:flex-start;padding-left:75px}.service-form-history-summary-meta>small{text-align:left;max-width:none}.service-form-history-summary-meta .service-form-dropdown-chevron{margin-left:auto}}@media (width<=520px){.service-required-form-header-copy,.review-check-summary-copy,.service-form-history-summary-copy{gap:9px}.service-required-form-check-index,.review-check-index,.service-form-history-check-index{min-width:56px;min-height:34px;padding:6px 8px;font-size:.66rem}.service-form-history-summary-meta{padding-left:65px}.review-check-edit-notice{padding:12px}}.review-check-status.is-draft{color:#526174;background:#64748b14;border-color:#64748b38}.review-check-status.is-pending_engineer_signature,.review-check-status.is-pending_manager_signature{color:#92400e;background:#fff7e1eb;border-color:#d977063d}.internal-feedback-target,.review-check-edit-notice,.internal-feedback-card{scroll-margin-block:110px}.internal-feedback-target:focus,.review-check-edit-notice:focus,.internal-feedback-card:focus{outline:none}.review-check-edit-notice{border-width:1px;border-radius:17px;gap:13px;margin:0 0 18px;padding:15px 17px;position:relative;overflow:hidden;box-shadow:0 8px 24px #27436f0e}.review-check-edit-notice:before{content:"";background:#1f95d09e;width:4px;position:absolute;inset:0 auto 0 0}.review-check-edit-notice>span{border-radius:11px;width:34px;height:34px}.review-check-edit-notice>span svg,.internal-feedback-card-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.review-check-edit-notice>div{gap:5px}.review-check-edit-notice strong{font-size:.91rem;line-height:1.3}.review-check-edit-notice p{font-size:.82rem;line-height:1.58}.review-check-edit-notice.is-warning{background:linear-gradient(135deg,#fffbebfa,#fffffff0);border-color:#d9770647;box-shadow:0 9px 26px #92400e12}.review-check-edit-notice.is-warning:before{background:#d97706b8}.review-check-edit-notice.is-warning>span{color:#9a5a0a;background:#d9770621}.review-check-edit-notice.is-locked:before{background:#118c5cad}.internal-feedback-card{background:#fff;border:1px solid #27436f26;border-radius:17px;grid-template-columns:auto minmax(0,1fr);gap:13px;margin-top:16px;padding:15px 16px;display:grid;box-shadow:0 9px 28px #27436f12}.internal-feedback-card-warning{background:linear-gradient(135deg,#fffbebfa,#fff);border-color:#d9770647}.internal-feedback-card-icon{color:#9a5a0a;background:#d9770621;border-radius:12px;place-items:center;width:36px;height:36px;display:grid}.internal-feedback-card-copy{gap:5px;min-width:0;display:grid}.internal-feedback-card-copy>strong{color:var(--immi-text);font-size:.92rem;line-height:1.35}.internal-feedback-card-copy>p{color:var(--immi-muted);margin:0;font-size:.82rem;line-height:1.55}.internal-feedback-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:9px;display:flex}.internal-feedback-target.is-feedback-highlighted,.review-check-edit-notice.is-feedback-highlighted,.internal-feedback-card.is-feedback-highlighted{animation:1.05s cubic-bezier(.22,1,.36,1) internalFeedbackHighlight}@keyframes internalFeedbackHighlight{0%{box-shadow:0 0 #1f95d000,0 8px 24px #27436f0d}28%{box-shadow:0 0 0 5px #1f95d024,0 12px 30px #27436f1a}to{box-shadow:0 0 #1f95d000,0 8px 24px #27436f0d}}@media (width<=620px){.internal-feedback-card{grid-template-columns:1fr}.internal-feedback-card-actions{justify-content:stretch}.internal-feedback-card-actions .portal-btn{flex:100%}}@media (prefers-reduced-motion:reduce){.internal-feedback-target.is-feedback-highlighted,.review-check-edit-notice.is-feedback-highlighted,.internal-feedback-card.is-feedback-highlighted{animation:none!important}}.service-form-section-heading.has-accessory{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;display:grid}.service-form-section-heading.has-accessory .service-form-section-heading-copy{min-width:0}.service-form-section-heading.has-accessory h5{margin-bottom:0}.service-form-section-heading-accessory{justify-self:end;align-items:center;display:flex}.review-check-certificate-input.portal-input{border-radius:7px;width:160px;min-width:0;height:28px;min-height:28px;padding:3px 9px;font-size:.74rem;line-height:1.1;transition:border-color .16s,box-shadow .16s}.review-check-certificate-input.portal-input.is-invalid{border-color:#b42318;box-shadow:0 0 0 3px #b423181a}.review-check-certificate-input.portal-input.is-invalid:focus{border-color:#b42318;box-shadow:0 0 0 3px #b4231824}@media (width<=700px){.service-form-section-heading.has-accessory{grid-template-columns:minmax(0,1fr);align-items:start;gap:10px}.service-form-section-heading-accessory{justify-self:start;width:100%}.review-check-certificate-input.portal-input{width:min(180px,100%)}}
