:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#173d37;background:#f6f7f3;font-synthesis:none;color-scheme:light}
*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer;border:0;border-radius:9px;padding:14px 18px;background:#174b41;color:white;font-weight:650;transition:background .15s}button:hover{background:#0d352e}button:disabled{opacity:.55;cursor:wait}button:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid #d9a444;outline-offset:4px}[hidden]{display:none!important}
header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px max(6vw,24px);border-bottom:1px solid #dfe5db;background:#fff}.brand{display:flex;align-items:center;gap:18px;color:inherit;text-decoration:none;font-size:31px;font-weight:850;letter-spacing:-1.5px}.brand span{font-size:10px;font-weight:650;letter-spacing:1.5px;border-left:1px solid #d8dfd8;padding-left:18px}.header-right{display:flex;align-items:center;gap:18px}.badge{border:1px solid #d9dec7;border-radius:30px;background:#f0f2df;color:#536337;padding:7px 12px;font-size:12px;font-weight:650}.quiet{background:none;color:#425952;padding:8px;font-size:12px}.quiet:hover{background:#edf3ed}
main{max-width:1160px;margin:auto;padding:54px 28px 62px}.eyebrow{color:#6c8276;font-size:10px;letter-spacing:2px;font-weight:700}h1{font-size:clamp(32px,4vw,46px);letter-spacing:-1.8px;margin:12px 0 8px;line-height:1.15}.lead{color:#63766d;font-size:16px;margin:0 0 28px}.notice{background:#fff8e9;border:1px solid #eddfbd;border-radius:10px;padding:15px 18px;font-size:13px;color:#725929;display:flex;gap:6px;flex-direction:column}.notice span{color:#82704c;font-size:12px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:32px 0 16px}.section-heading h2{font-size:17px;font-weight:650;margin:0;letter-spacing:-.3px}.section-heading>span{font-size:11px;color:#718478}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:white;border:1px solid #dfe5dc;border-radius:15px;padding:26px 24px;display:flex;flex-direction:column;box-shadow:0 3px 8px #143f3803}.card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.doc-icon{display:grid;place-items:center;background:#ecf1e9;border:1px solid #dfe8db;border-radius:12px;width:52px;height:58px;font-size:19px;font-weight:750;letter-spacing:-1px}.tag{font-size:9px;font-weight:700;letter-spacing:1.1px;color:#829185}.card h3{font-size:20px;font-weight:650;letter-spacing:-.6px;margin:24px 0 10px}.card p{font-size:13px;line-height:1.65;color:#6b7c73;margin:0 0 24px;flex:1}.card-detail{font-size:11px;color:#849087;border-top:1px solid #edf0e9;padding:16px 0}.card button{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:13px}.card button span{font-size:20px;font-weight:400}.activity{margin-top:36px}.activity .section-heading{margin-top:0}.empty{padding:35px;border:1px dashed #ccd7cb;border-radius:12px;color:#819082;text-align:center;font-size:13px}.job{display:flex;gap:16px;justify-content:space-between;background:white;border:1px solid #e0e7df;border-radius:10px;padding:16px 18px;margin-bottom:9px}.job-title{font-size:13px;font-weight:650}.job-message{font-size:12px;color:#6f8176;line-height:1.5;margin-top:5px}.job-status{font-size:11px;white-space:nowrap;color:#416f54}.job-status.error{color:#a13931}.job-status.running,.job-status.pending{color:#9d701c}.login-panel{max-width:400px;margin:32px auto;background:white;border:1px solid #dfe5dc;padding:28px;border-radius:14px}.login-panel h2{font-size:20px;margin:0 0 8px}.login-panel p{color:#6b7c73;font-size:13px;margin-bottom:24px}form{display:flex;flex-direction:column;gap:8px}label{font-size:12px;font-weight:600}input{border:1px solid #cfdbcf;background:#fcfdfa;border-radius:7px;padding:12px;margin-bottom:12px;min-width:0}#feedback:not(:empty){font-size:13px;color:#9a3d30;background:#fff1ed;border:1px solid #f0d4cc;padding:12px 16px;border-radius:8px;margin-top:16px}footer{border-top:1px solid #e0e5dc;display:flex;justify-content:space-between;gap:20px;padding:22px max(6vw,24px);font-size:10px;color:#8a978c}
@media(max-width:760px){.cards{grid-template-columns:1fr}.card{padding:22px}.card h3{margin-top:18px}.card p{margin-bottom:16px}main{padding:32px 20px 40px}.brand span{display:none}.header-right{gap:8px}.section-heading{align-items:flex-start;flex-direction:column;gap:8px}footer{flex-direction:column;gap:8px}.job{gap:10px}.card-top{justify-content:flex-start;gap:18px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
