@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=Instrument+Serif&display=swap";:root{--rcc-green: #0f7a3d;--rcc-green-deep: #0b3b23;--rcc-green-dark: #0a5a2c;--rcc-green-soft: #e4efe6;--rcc-red: #c0272d;--rcc-red-ink: #9a3a3e;--rcc-red-soft: #f7e3e4;--rcc-bg: #f2f5f0;--rcc-surface: #ffffff;--rcc-surface-2: #f7faf6;--rcc-border: #e0e7df;--rcc-border-input: #d8e0d7;--rcc-ink: #132018;--rcc-ink-2: #3c4a42;--rcc-muted: #6a7a70;--rcc-radius: 16px;--rcc-shadow: 0 1px 2px rgba(19, 32, 24, .05);font-family:Instrument Sans,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--rcc-bg);color:var(--rcc-ink);-webkit-font-smoothing:antialiased}a{color:var(--rcc-green);text-decoration:none}a:hover{color:var(--rcc-green-dark)}.page{max-width:1160px;margin:0 auto;padding:clamp(20px,4vw,44px) clamp(14px,3.5vw,32px) 140px}.top-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:12px clamp(14px,3.5vw,32px);background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--rcc-border)}.brand-lockup{display:flex;align-items:center;gap:10px;min-width:0}.brand-mark{height:38px;width:38px;flex:none;border-radius:10px;background:var(--rcc-green-deep);display:flex;align-items:center;justify-content:center}.brand-mark img{height:28px;width:28px;object-fit:contain;display:block}.brand-name{font-weight:700;font-size:14px;letter-spacing:-.01em;color:var(--rcc-green-deep);line-height:1.2}.brand-dept{font-size:11px;color:var(--rcc-muted);letter-spacing:.06em;text-transform:uppercase;line-height:1.3}.top-nav a{color:var(--rcc-green);font-weight:600;font-size:14px;min-height:44px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px}.top-nav a:hover{background:#eef2ec}.page-hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(18px,3vw,40px);align-items:end;margin-bottom:clamp(20px,3vw,32px)}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--rcc-green-soft);color:#0b5c2e;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600;margin-bottom:14px}.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--rcc-green)}.brand-title{font-family:"Instrument Serif",Georgia,serif;font-weight:400;font-size:clamp(32px,5.5vw,52px);line-height:1.04;letter-spacing:-.02em;color:#0b2418;margin:0 0 10px;text-decoration:none;text-align:left}.brand-subtitle{margin:0;color:#55655c;font-size:clamp(14px,1.6vw,16px);max-width:46ch;text-wrap:pretty;text-align:left}.progress-card{background:var(--rcc-surface);border:1px solid var(--rcc-border);border-radius:18px;padding:20px;box-shadow:var(--rcc-shadow)}.progress-card__top{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.progress-card__label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--rcc-muted);font-weight:600}.progress-card__count{font-family:"Instrument Serif",serif;font-size:26px;color:var(--rcc-green-deep);line-height:1}.progress-track{height:8px;border-radius:999px;background:#eaefe8;overflow:hidden}.progress-fill{height:100%;background:var(--rcc-green);border-radius:999px;transition:width .25s ease}.progress-legend{display:flex;gap:18px;flex-wrap:wrap;margin-top:14px;font-size:13px;color:var(--rcc-ink-2)}.progress-legend span{display:flex;align-items:center;gap:7px}.progress-legend i{width:9px;height:9px;border-radius:3px;display:inline-block}.progress-legend .dot-ok{background:var(--rcc-green)}.progress-legend .dot-flag{background:var(--rcc-red)}.card{background:var(--rcc-surface);border:1px solid var(--rcc-border);border-radius:18px;padding:clamp(16px,2.5vw,24px);margin-bottom:18px;box-shadow:var(--rcc-shadow)}.field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}label.field-label{display:block;font-size:13px;font-weight:600;color:var(--rcc-ink-2);margin-bottom:7px}select,input[type=text],input[type=date],input[type=email],input[type=password],textarea{width:100%;min-height:48px;padding:12px;border:1px solid var(--rcc-border-input);border-radius:12px;font-size:15px;font-family:inherit;background:#fbfcfa;color:var(--rcc-ink)}select:focus,input:focus,textarea:focus{outline:2px solid var(--rcc-green);outline-offset:1px;background:#fff}textarea{min-height:110px;resize:vertical;line-height:1.5}.group-heading{display:flex;align-items:center;gap:12px;margin:0 2px 10px}.group-heading h2{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:#0b5c2e;font-weight:700;margin:0}.group-heading .rule{flex:1;height:1px;background:#dfe6dd}.group-heading .count{font-size:12px;color:#7b8a81}.task-list{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.task-card{background:var(--rcc-surface);border:1px solid var(--rcc-border);border-radius:var(--rcc-radius);padding:clamp(14px,2.2vw,18px);box-shadow:0 1px 2px #1320180a}.task-card.is-flagged{background:snow;border-color:#edd3d4}.task-card__row{display:flex;gap:14px;align-items:flex-start;flex-wrap:wrap}.task-num{flex:none;width:28px;height:28px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background:#eef4ee;color:#0b5c2e}.task-card.is-flagged .task-num{background:var(--rcc-red-soft);color:var(--rcc-red-ink)}.task-text{flex:1 1 240px;min-width:0;margin:0;font-size:15px;line-height:1.5;color:#1c2b23;text-wrap:pretty}.yn-group{display:flex;gap:8px;flex:none}.yn-btn{min-width:62px;min-height:44px;padding:0 16px;border-radius:12px;border:1px solid var(--rcc-border-input);background:#fff;color:#55655c;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}.yn-btn:hover{background:#f2f5f0}.yn-btn.is-yes{background:var(--rcc-green);border-color:var(--rcc-green);color:#fff}.yn-btn.is-no{background:var(--rcc-red);border-color:var(--rcc-red);color:#fff}.task-reason{margin-top:14px;padding-top:14px;border-top:1px dashed #e6cfd0}.task-reason label{display:block;font-size:12px;font-weight:600;color:var(--rcc-red-ink);margin-bottom:7px}.task-reason input{border-color:#e4c8c9;background:snow;min-height:46px}.section-heading{font-family:"Instrument Serif",serif;font-weight:400;font-size:24px;color:#0b2418;margin:0 0 4px}.section-sub{margin:0 0 18px;font-size:13px;color:var(--rcc-muted)}.signoff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(16px,2.5vw,28px)}.signoff-panel{background:var(--rcc-surface-2);border:1px solid #e6ece4;border-radius:14px;padding:16px}.signoff-panel__title{display:flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#0b5c2e;font-weight:700;margin-bottom:14px}.optional-pill{font-size:11px;color:#7b8a81;background:#eef2ec;border-radius:999px;padding:2px 8px;letter-spacing:0;text-transform:none;font-weight:600}.signoff-panel input{background:#fff;margin-bottom:12px;min-height:46px}button.primary-btn{min-height:50px;padding:0 26px;border:none;border-radius:999px;background:var(--rcc-green);color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;box-shadow:0 6px 18px #0f7a3d47}button.primary-btn:hover{background:var(--rcc-green-dark)}button.primary-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}button.ghost-btn{min-height:44px;padding:0 18px;border:1px solid var(--rcc-border-input);border-radius:999px;background:#fff;color:var(--rcc-ink-2);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}button.ghost-btn:hover{background:var(--rcc-bg)}.submit-bar{position:sticky;bottom:0;z-index:15;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--rcc-border)}.submit-bar__inner{max-width:1160px;margin:0 auto;padding:12px clamp(14px,3.5vw,32px);display:flex;align-items:center;gap:14px;flex-wrap:wrap}.submit-bar__meta{flex:1 1 180px;min-width:0}.submit-bar__meta strong{display:block;font-size:13px;color:#1c2b23}.submit-bar__meta span{font-size:12px;color:var(--rcc-muted)}.banner-success,.banner-error{display:flex;gap:12px;align-items:flex-start;border-radius:14px;padding:16px 18px;margin-bottom:20px;font-size:14px;line-height:1.5}.banner-success{background:var(--rcc-green-soft);border:1px solid #b7d8c2;color:#0b3b23}.banner-error{background:#fdecea;border:1px solid #edd3d4;color:#7a1a1e}.dash-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:22px}.dash-title{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(28px,4.5vw,42px);letter-spacing:-.02em;color:#0b2418;margin:0 0 6px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:18px}.stat-card{background:var(--rcc-surface);border:1px solid var(--rcc-border);border-radius:var(--rcc-radius);padding:18px}.stat-card__label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--rcc-muted);font-weight:600;margin-bottom:8px}.stat-card__value{font-family:"Instrument Serif",serif;font-size:38px;line-height:1;color:#0b2418}.stat-card__value.is-flag{color:var(--rcc-red)}.stat-card__note{font-size:12px;color:#7b8a81;margin-top:6px}.filters-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;align-items:end}.filters-bar select,.filters-bar input[type=date]{min-height:44px;padding:0 10px;border-radius:11px;font-size:14px}.filters-bar .filter-actions{display:flex;gap:8px;flex-wrap:wrap}.chip-toggle{min-height:44px;padding:0 16px;border-radius:11px;border:1px solid var(--rcc-border-input);background:#fff;color:#55655c;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}.chip-toggle.is-on{background:var(--rcc-red-soft);border-color:#e4c8c9;color:var(--rcc-red-ink)}.filters-bar button.primary-btn{min-height:44px;border-radius:11px;padding:0 18px;font-size:14px;box-shadow:none;flex:1 1 auto}.submission-list{display:flex;flex-direction:column;gap:10px}.submission-card{background:var(--rcc-surface);border:1px solid var(--rcc-border);border-radius:var(--rcc-radius);padding:clamp(14px,2.2vw,18px);box-shadow:0 1px 2px #1320180a}.submission-card.is-flagged{background:snow;border-color:#edd3d4}.submission-card__row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.submission-card__main{flex:1 1 200px;min-width:0}.submission-card__dept{font-size:16px;font-weight:600;color:#0b2418;line-height:1.3}.submission-card__meta{font-size:13px;color:var(--rcc-muted);margin-top:2px}.badge-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px;font-size:12px;color:#7b8a81}.flag-badge,.ok-badge{border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.flag-badge{background:var(--rcc-red-soft);color:var(--rcc-red-ink)}.ok-badge{background:var(--rcc-green-soft);color:#0b5c2e}.submission-detail{margin-top:16px;padding-top:16px;border-top:1px solid #e6ece4;display:flex;flex-direction:column;gap:8px}.detail-row{display:flex;gap:12px;align-items:flex-start;flex-wrap:wrap;background:var(--rcc-surface-2);border-radius:12px;padding:12px}.detail-row .dot{flex:none;width:10px;height:10px;border-radius:50%;margin-top:6px;background:var(--rcc-green)}.detail-row .dot.is-flag{background:var(--rcc-red)}.detail-row__body{flex:1 1 220px;min-width:0}.detail-row__timing{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#7b8a81;font-weight:700;margin-bottom:3px}.detail-row__text{font-size:14px;line-height:1.5;color:#1c2b23;text-wrap:pretty}.detail-row__reason{margin-top:6px;font-size:13px;color:var(--rcc-red-ink);line-height:1.5}.detail-signoff{font-size:13px;color:#55655c;line-height:1.6;padding:4px 2px}.empty-state{text-align:center;color:var(--rcc-muted);padding:40px 16px;font-size:14px}.auth-page{min-height:calc(100vh - 63px);display:flex;align-items:center;justify-content:center;padding:clamp(24px,6vw,64px) clamp(14px,3.5vw,32px)}.auth-card-wrap{width:100%;max-width:420px}.auth-head{text-align:center;margin-bottom:22px}.auth-head .brand-mark{height:64px;width:64px;border-radius:18px;margin:0 auto}.auth-head .brand-mark img{height:46px;width:46px}.auth-head h1{font-family:"Instrument Serif",serif;font-weight:400;font-size:32px;color:#0b2418;margin:14px 0 6px}.auth-head p{margin:0;font-size:14px;color:var(--rcc-muted)}.auth-card button.primary-btn{width:100%}@media (max-width: 560px){.brand-dept{display:none}.yn-group{width:100%}.yn-btn{flex:1}.submit-bar__inner button.primary-btn{flex:1 1 100%}.dash-head{align-items:flex-start}}
