:root{--brand: #1B3C34;--brand-accent: #1B6B5C;--brand-light: #f0f6f4;--text: #1B3C34;--text-muted: #687076;--bg: #fafaf8;--white: #ffffff;--border: #e5e7eb;--error: #ef4444;--warning: #f59e0b;--success: #22c55e;--radius: 8px}body{font-family:Georgia,Times New Roman,serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--white);border-bottom:1px solid var(--border);padding:12px 24px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.branded-header .header-left{display:flex;align-items:center;gap:16px}.branded-header .header-right{display:flex;align-items:center;gap:12px}.header-logo{height:44px;width:auto}.brand{font-size:18px;font-weight:600;color:var(--brand);letter-spacing:.3px}.brand-sub{font-size:13px;color:var(--text-muted);margin-top:2px}.submission-count{font-size:13px;color:var(--text-muted);background:var(--brand-light);padding:4px 12px;border-radius:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.btn-back{background:none;border:1px solid var(--border);color:var(--text);padding:6px 14px;border-radius:var(--radius);cursor:pointer;font-size:14px;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.btn-back:hover{background:var(--bg)}.btn{display:inline-block;padding:12px 28px;border-radius:var(--radius);font-size:15px;font-weight:500;cursor:pointer;border:none;transition:all .2s;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.btn-primary{background:var(--brand);color:var(--white)}.btn-primary:hover{background:#142e28}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:var(--white);color:var(--brand);border:1px solid var(--brand);text-decoration:none}.btn-secondary:hover{background:var(--brand-light)}.btn-hero{width:280px;padding:14px 28px;font-size:16px}.btn-submit{width:100%;padding:16px;font-size:16px;margin-top:20px}.btn-print{padding:6px 16px;font-size:13px}.home-hero{flex:1;display:flex;align-items:center;justify-content:center;position:relative;min-height:100vh;overflow:hidden}.home-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/background.png);background-size:cover;background-position:center;opacity:.08;z-index:0}.home-hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 24px;gap:16px;max-width:520px}.home-logo{width:180px;height:auto;margin-bottom:8px}.home-divider{width:60px;height:2px;background:var(--brand);margin:8px 0 16px}.home-hero-content h2{font-size:28px;font-weight:400;color:var(--brand);letter-spacing:.5px}.home-subtitle{font-size:15px;color:var(--text-muted);line-height:1.7;margin-bottom:12px}.survey-intro{text-align:center;padding:32px 24px 8px;max-width:720px;margin:0 auto}.survey-intro h1{font-size:24px;font-weight:400;color:var(--brand);margin-bottom:8px}.survey-intro p{font-size:14px;color:var(--text-muted);line-height:1.6}.survey-footer{text-align:center;padding:40px 24px;border-top:1px solid var(--border);margin-top:40px}.footer-logo{width:80px;height:auto;opacity:.6;margin-bottom:12px}.survey-footer p{font-size:12px;color:var(--text-muted)}.form{max-width:720px;margin:0 auto;padding:24px}.form-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin-bottom:20px}.form-section h2{font-size:18px;font-weight:400;color:var(--brand);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--border);font-family:Georgia,Times New Roman,serif}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:12px;font-weight:600;color:var(--text);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:6px;font-size:15px;font-family:inherit;color:var(--text);background:var(--white);transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #1b3c341a}.form-group textarea{resize:vertical;min-height:60px}.form-group select{cursor:pointer}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.form-hint{font-size:13px;color:var(--text-muted);line-height:1.5;margin-bottom:12px}.field-hint{font-size:12px;color:var(--text-muted);margin-top:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.login-form{max-width:400px;margin-top:60px}.login-form h2{text-align:center;margin-bottom:20px;color:var(--text);font-weight:400}.image-upload-area{margin-bottom:12px}.file-input-hidden{display:none}.upload-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:28px 20px;border:2px dashed var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s;background:var(--bg);text-align:center}.upload-btn:hover{border-color:var(--brand);background:var(--brand-light)}.upload-icon{font-size:32px}.upload-btn span:nth-child(2){font-size:15px;font-weight:500;color:var(--brand);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.upload-hint{font-size:12px;color:var(--text-muted);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-top:12px}.image-preview-item{position:relative;aspect-ratio:1;border-radius:6px;overflow:hidden;border:1px solid var(--border)}.image-preview-item img{width:100%;height:100%;object-fit:cover}.image-remove-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#0009;color:#fff;border:none;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.image-remove-btn:hover{background:#ef4444e6}.result-container{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px}.result-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:40px;max-width:500px;width:100%;text-align:center}.result-icon{width:60px;height:60px;background:var(--brand-light);color:var(--brand);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 20px}.result-card h2{font-size:22px;margin-bottom:8px;font-weight:400}.result-summary{margin:24px 0;text-align:left}.result-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--border)}.result-label{font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.result-value{font-weight:600;color:var(--text)}.risk-badge{display:inline-block;padding:3px 10px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.risk-low{background:#f0fdf4;color:#16a34a}.risk-medium{background:#fffbeb;color:#d97706}.risk-high{background:#fef2f2;color:#ef4444}.risk-unknown{background:#f3f4f6;color:#6b7280}.dashboard{flex:1;padding:24px;max-width:900px;margin:0 auto;width:100%}.empty-state{text-align:center;padding:60px 24px;color:var(--text-muted)}.submissions-list{display:flex;flex-direction:column;gap:12px}.submission-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px;cursor:pointer;transition:all .2s}.submission-card:hover{border-color:var(--brand);box-shadow:0 2px 8px #1b3c341a}.card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.card-top h3{font-size:16px;color:var(--text);flex:1;margin-right:12px;font-weight:400}.card-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:13px;color:var(--text-muted);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:10px;border-top:1px solid var(--border)}.card-date{font-size:12px;color:var(--text-muted);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.card-action{font-size:13px;color:var(--brand);font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.report-container{flex:1;display:flex;flex-direction:column}.report-iframe{flex:1;width:100%;min-height:calc(100vh - 60px);border:none;background:var(--white)}@media (max-width: 640px){.header{padding:10px 16px}.header-logo{height:36px}.form,.form-section{padding:16px}.form-row{grid-template-columns:1fr}.home-hero-content{padding:40px 20px}.home-logo{width:140px}.home-hero-content h2{font-size:22px}.btn-hero{width:100%}.card-meta{gap:8px}.image-preview-grid{grid-template-columns:repeat(3,1fr)}}.pwa-install-banner{position:fixed;top:0;left:0;right:0;z-index:9999;background:var(--brand);color:#fff;padding:12px 16px;box-shadow:0 2px 12px #0003;animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.pwa-install-content{display:flex;align-items:center;gap:12px;max-width:600px;margin:0 auto}.pwa-install-icon{width:44px;height:44px;border-radius:10px;flex-shrink:0}.pwa-install-text{flex:1;display:flex;flex-direction:column;gap:2px}.pwa-install-text strong{font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pwa-install-text span{font-size:12px;opacity:.85;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pwa-install-btn{background:#fff;color:var(--brand);border:none;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:opacity .2s}.pwa-install-btn:hover{opacity:.9}.pwa-dismiss-btn{background:none;border:none;color:#fff;font-size:22px;cursor:pointer;padding:4px 8px;opacity:.7;flex-shrink:0;transition:opacity .2s}.pwa-dismiss-btn:hover{opacity:1}:root{--primary: #1b6b5c;--background: #ffffff;--foreground: #1a3a52;--muted: #687076;--border: #e5e7eb;--surface: #f5f5f5;--error: #ef4444;--success: #22c55e}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6}button{font-family:inherit;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;transition:all .2s ease}button:hover{transform:translateY(-2px)}button:active{transform:translateY(0)}input,textarea,select{font-family:inherit;font-size:16px;border:1px solid var(--border);border-radius:8px;padding:12px;background-color:var(--surface);color:var(--foreground);transition:border-color .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1b6b5c1a}textarea{resize:vertical;min-height:100px}
