@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap";:root{--ink: #323234;--muted: #505051;--teal: #307584;--dark: #245e6b;--line: #e3e3e4;--bg: #eaf1f3;--soft: #f1f6f7;--white: #fff;--shadow: 0 4px 4px -1px #0000000a, 0 4px 4px -1px #0000000a}*{box-sizing:border-box}html,body{overscroll-behavior:none}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Source Sans 3",sans-serif;font-size:16px;line-height:1.5}button,input,textarea{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #83acb5;outline-offset:3px}button:disabled{cursor:not-allowed;opacity:.5}p{margin:0 0 16px}h1,h2{font-family:Poppins,sans-serif;font-weight:600;color:var(--ink)}h1{font-size:26px;line-height:1.35;margin:0 0 16px}h2{font-size:22px;line-height:1.4;margin:0 0 8px}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.header{min-height:106px;background:#fff;padding:18px max(32px,calc((100vw - 1160px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.logo{display:block;width:178px;height:auto;object-fit:contain}.header-note{display:flex;align-items:center;gap:10px;font-size:16px;color:var(--teal)}.layout{max-width:1160px;margin:40px auto;display:grid;grid-template-columns:360px minmax(0,1fr);align-items:start;gap:28px}.layout>aside{background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:28px;overflow:hidden;border-top:6px solid var(--teal)}.eyebrow{color:var(--teal);font-size:14px;font-weight:600;margin:0 0 8px}.intro{color:var(--muted);font-size:16px;line-height:1.6}.request{margin-top:24px;border-radius:12px;background:var(--soft);padding:20px}.request-label{font-size:14px;color:var(--muted);font-weight:500}.request-title{font-family:"Source Sans 3",sans-serif;font-size:22px;font-weight:600;color:var(--teal);margin:4px 0 18px}.meta{margin:0}.meta div{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-top:1px solid #dbe5e7;font-size:15px}.meta dt{color:var(--muted)}.meta dd{margin:0;text-align:right;font-weight:600}.specialist{display:flex;gap:12px;align-items:center;margin-top:26px}.avatar{width:44px;height:44px;flex-shrink:0;display:grid;place-items:center;background:var(--teal);color:#fff;border-radius:50%;font-size:16px;font-weight:600}.specialist small{display:block;color:var(--muted);font-size:14px}.specialist strong{font-weight:600;font-size:16px}.help{font-size:14px;color:var(--muted);margin:16px 0 0;line-height:1.6}.help a{color:var(--teal)}.card{background:#fff;border-radius:16px;padding:32px;box-shadow:var(--shadow);min-width:0}.card-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:28px}.card-top p{margin:0;color:var(--muted);font-size:16px}.pill{border:1px solid #83acb5;color:var(--teal);background:var(--bg);border-radius:999px;padding:5px 12px;font-size:13px;white-space:nowrap}.label{display:block;font-weight:600;font-size:18px;margin-bottom:10px}.optional{font-weight:400;color:#7a7a7c;font-size:16px;margin-left:5px}.drop{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px 20px;min-height:192px;border:1px dashed #83acb5;border-radius:8px;background:var(--soft);transition:background .2s}.drop.drag{background:#dcebee;border-color:var(--teal)}.upload-icon{width:52px;height:52px;display:grid;place-items:center;background:#fff;border-radius:50%;color:var(--teal);margin-bottom:16px}.upload-icon .icon{width:27px;height:27px}.drop strong{font-size:18px;font-weight:500}.browse{padding:0;border:0;background:none;color:var(--teal);font-weight:600;text-decoration:underline;text-underline-offset:3px}.hint{font-size:14px;color:#737376;margin-top:8px}.files{display:grid;gap:10px;list-style:none;padding:0;margin:12px 0 0}.file{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:8px;padding:12px}.file-icon{display:flex;padding:10px;background:var(--bg);border-radius:8px;color:var(--teal)}.file-info{min-width:0;flex:1}.file-info strong{display:block;font-size:16px;font-weight:600;overflow-wrap:anywhere}.file-info small{font-size:14px;color:var(--muted)}.remove{display:flex;padding:6px;border:0;border-radius:6px;background:transparent;color:#777}.remove:hover{background:#fff0ee;color:#ad4539}.field{margin-top:24px}textarea{width:100%;min-height:104px;resize:vertical;padding:14px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;line-height:1.5;color:var(--ink)}textarea::placeholder{color:#929295}.notice{display:flex;gap:10px;margin:22px 0;color:var(--muted);font-size:14px;line-height:1.5}.notice .icon{width:18px;height:18px;margin-top:2px;color:var(--teal)}.primary{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;padding:12px 24px;background:var(--teal);color:#fff;font-weight:600;font-size:18px}.primary:hover:not(:disabled){background:var(--dark)}.bottom-note{font-size:13px;color:#737376;text-align:center;margin:12px 0 0}.error{color:#a13c32;background:#fff3ef;padding:12px;border-radius:8px;font-size:14px;margin-top:12px}.hidden{display:none!important}.success{text-align:center;padding:20px 0 8px}.success-icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 24px;background:#eaf3ed;color:#659b7a;border-radius:50%}.success-icon .icon{width:32px;height:32px}.success h2{font-size:26px;margin-bottom:14px}.success>p{color:var(--muted);max-width:430px;margin:0 auto 24px;font-size:16px;line-height:1.6}.receipt{text-align:left;border:1px solid var(--line);border-radius:12px;padding:20px;margin:24px 0}.receipt .file{background:var(--soft);border:0}.receipt .meta{margin-top:16px}.done-note{font-size:14px!important;margin-bottom:0!important}.expired{text-align:center;padding:56px 0}.expired .upload-icon{margin:0 auto 24px;background:var(--bg)}.expired p{max-width:390px;margin:16px auto;color:var(--muted)}.footer{max-width:1160px;margin:0 auto;padding:20px 0 30px;display:flex;justify-content:space-between;align-items:center;gap:16px;color:#737376;font-size:14px}.preview{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.preview span{margin-right:6px}.preview button{border:1px solid transparent;border-radius:999px;background:transparent;color:var(--muted);font-size:14px;padding:6px 14px}.preview button.active{color:var(--teal);border-color:#83acb5;background:#fff}@media(max-width:1224px){.layout,.footer{margin-left:32px;margin-right:32px}.layout{grid-template-columns:320px minmax(0,1fr);gap:24px}.layout>aside,.card{padding:24px}.card-top{flex-wrap:wrap}}@media(max-width:760px){.header{min-height:88px;padding:16px 20px;gap:16px}.logo{width:140px}.header-note{font-size:13px;gap:6px}.header-note .icon{width:16px;height:16px}.layout{display:flex;flex-direction:column;gap:20px;margin:24px 16px}.layout>aside,.card{width:100%;padding:24px}h1{font-size:24px}.request{margin-top:20px}.footer{margin:0 20px;align-items:flex-start;flex-direction:column}.drop{padding:24px 14px}.hint{max-width:220px}}.request-tabs{max-width:1160px;margin:28px auto 0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px;background:#fff;border-radius:16px}.request-tabs>span{color:var(--muted);font-size:14px;padding:0 12px}.request-tabs button{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--teal);padding:9px 18px;font-weight:600}.request-tabs button.active{background:var(--teal);color:#fff;border-color:var(--teal)}.response-status{border:0;padding:0;margin:0;display:grid;gap:10px}.response-status label{display:flex;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:8px;cursor:pointer}.response-status label:has(:checked){background:var(--soft);border-color:var(--teal)}.response-status input{accent-color:var(--teal);width:18px;height:18px}input[type=date]{width:100%;min-width:0;min-height:48px;border:1px solid #d1d5db;border-radius:8px;padding:12px 16px;color:var(--ink);background:#fff}.response-note{white-space:pre-wrap;overflow-wrap:anywhere}@media(max-width:1224px){.request-tabs{margin-left:32px;margin-right:32px}}@media(max-width:760px){.request-tabs{margin:20px 16px 0;gap:8px}.request-tabs>span{width:100%;padding:0 4px}.request-tabs button{flex:1 1 40%}}.access-layout{min-height:calc(100svh - 106px);display:grid;place-items:center;padding:40px 24px}.access-card{max-width:520px;width:100%;text-align:center;padding:48px 36px;background:#fff;border:1px solid #e0e9eb;border-radius:20px;box-shadow:var(--shadow)}.access-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;margin:0 auto 24px;background:var(--bg);color:var(--teal)}.access-icon .icon{width:28px;height:28px}.access-card h1{font-size:25px}.access-card>p{color:var(--muted)}.access-card>.eyebrow{color:var(--teal)}.access-help{margin:28px 0 0;padding-top:24px;border-top:1px solid var(--line);font-size:14px}.access-preview{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;padding:0 20px 24px}.access-preview a{color:var(--teal);font-size:14px;text-underline-offset:4px}.access-preview [aria-current=page]{font-weight:700}.checking{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{50%{opacity:.45}}@media(prefers-reduced-motion:reduce){.checking{animation:none}}@media(max-width:760px){.access-layout{min-height:calc(100svh - 88px);padding:24px 16px}.access-card{padding:36px 24px}}.logo-trigger{border:0;background:none;padding:0;flex-shrink:0;border-radius:8px;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.logo-trigger .logo{pointer-events:none}.preview-login{width:min(440px,calc(100% - 32px));border:1px solid var(--line);border-radius:20px;padding:28px;color:var(--ink);background:#fff;box-shadow:0 16px 60px #163d4a30}.preview-login::backdrop{background:#14333d70;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.preview-login h1,.preview-login>p{text-align:center}.preview-login>p{color:var(--muted)}.preview-login input{width:100%;min-height:48px;border:1px solid #d1d5db;border-radius:8px;padding:12px;margin-bottom:20px}.preview-back{border:0;padding:8px 0;background:transparent;color:var(--teal);font-weight:600}.preview-login .access-icon{margin-top:12px}.preview-exit{white-space:nowrap}@media(max-width:760px){.header:has(.preview-exit){flex-wrap:wrap}}
