@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:wght@500;600&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green:#1d9e75;--green-light:#e1f5ee;--green-dark:#0f6e56;--text:#1a1a1a;--text2:#666;--text3:#999;--bg:#f8f7f4;--surface:#fff;--border:#e8e6e0;--radius:12px;--radius-sm:8px;--shadow:0 1px 3px #00000014}body{-webkit-font-smoothing:antialiased;background:#f8f7f4;background:var(--bg);font-size:14px;line-height:1.6}.btn,body{color:#1a1a1a;color:var(--text);font-family:DM Sans,sans-serif}.btn{align-items:center;background:#fff;background:var(--surface);border:1px solid #e8e6e0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:9px 18px;text-decoration:none;transition:all .15s;white-space:nowrap}.btn:hover{background:#f8f7f4;background:var(--bg)}.btn-primary{background:#1d9e75;background:var(--green);border-color:#1d9e75;border-color:var(--green);color:#fff}.btn-primary:hover{background:#0f6e56;background:var(--green-dark);border-color:#0f6e56;border-color:var(--green-dark)}.btn-sm{font-size:12px;padding:6px 12px}.btn-lg{font-size:15px;padding:12px 24px}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-full{justify-content:center;width:100%}.card{background:#fff;background:var(--surface);border:1px solid #e8e6e0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow);padding:1.25rem}.form-group{margin-bottom:1rem}.form-label{color:#666;color:var(--text2);display:block;font-size:12px;font-weight:500;margin-bottom:5px}.form-input{background:#fff;background:var(--surface);border:1px solid #e8e6e0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#1a1a1a;color:var(--text);font-family:DM Sans,sans-serif;font-size:13px;outline:none;padding:9px 12px;transition:border .15s;width:100%}.form-input:focus{border-color:#1d9e75;border-color:var(--green)}textarea.form-input{min-height:120px;resize:vertical}.grid-2{grid-gap:1rem;grid-template-columns:1fr 1fr}.grid-2,.grid-3{display:grid;gap:1rem}.grid-3{grid-gap:1rem;grid-template-columns:repeat(3,1fr)}.grid-4{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.divider{background:#e8e6e0;background:var(--border);height:1px;margin:1rem 0}.score{align-items:center;border-radius:8px;border-radius:var(--radius-sm);display:flex;flex-shrink:0;font-size:18px;font-weight:600;height:48px;justify-content:center;width:48px}.score-a{background:#eaf3de;color:#3b6d11}.score-b{background:#e1f5ee;color:#0f6e56}.score-c{background:#faeeda;color:#854f0b}.score-d{background:#fcebeb;color:#a32d2d}.pill{border-radius:999px;display:inline-block;font-size:11px;font-weight:500;padding:3px 10px}.pill-green{background:#e1f5ee;background:var(--green-light);color:#0f6e56;color:var(--green-dark)}.pill-blue{background:#e6f1fb;color:#185fa5}.pill-amber{background:#faeeda;color:#854f0b}.pill-red{background:#fcebeb;color:#a32d2d}.tag{background:#f8f7f4;background:var(--bg);border:1px solid #e8e6e0;border:1px solid var(--border);border-radius:999px;color:#666;color:var(--text2);font-size:11px;margin:2px;padding:3px 10px}.spinner,.tag{display:inline-block}.spinner{animation:spin .8s linear infinite;border:2px solid #e8e6e0;border-top-color:#1d9e75;border:2px solid var(--border);border-radius:50%;border-top-color:var(--green);height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.upload-box{border:2px dashed #e8e6e0;border:2px dashed var(--border);border-radius:12px;border-radius:var(--radius);cursor:pointer;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .2s}.upload-box:hover{background:#e1f5ee;background:var(--green-light);border-color:#1d9e75;border-color:var(--green)}.upload-box input[type=file]{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.progress-bar{background:#f8f7f4;background:var(--bg);border-radius:999px;height:5px;overflow:hidden}.progress-fill{background:#1d9e75;background:var(--green);border-radius:999px;height:100%;transition:width .3s}.alert{border-radius:8px;border-radius:var(--radius-sm);font-size:13px;margin-bottom:1rem;padding:12px 16px}.alert-error{background:#fcebeb;border:1px solid #f5c6c6;color:#a32d2d}.alert-success{background:#e1f5ee;background:var(--green-light);border:1px solid #9fe1cb;color:#0f6e56;color:var(--green-dark)}.alert-info{background:#e6f1fb;border:1px solid #b3d4f5;color:#185fa5}.metric{background:#f8f7f4;background:var(--bg);border-radius:8px;border-radius:var(--radius-sm);padding:1rem}.metric-label{color:#666;color:var(--text2);font-size:12px;margin-bottom:4px}.metric-value{font-size:22px;font-weight:600}.metric-sub{color:#999;color:var(--text3);font-size:11px;margin-top:2px}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}
/*# sourceMappingURL=main.8d3ca712.css.map*/