*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f1f5f9;color:#0f172a;min-height:100vh;-webkit-font-smoothing:antialiased}.app__header{background:#1e293b;position:sticky;top:0;z-index:10}.app__header-inner{max-width:720px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.app__title{font-size:1rem;font-weight:600;color:#f8fafc;letter-spacing:-.01em}.app__subtitle{font-size:.72rem;color:#94a3b8;margin-top:2px}.app__main{max-width:720px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:background .15s,color .15s,border-color .15s;font-family:inherit;white-space:nowrap}.btn--primary{background:#2563eb;color:#fff}.btn--primary:hover:not(:disabled){background:#1d4ed8}.btn--primary:disabled{background:#93c5fd;cursor:not-allowed}.btn--secondary{background:#fff;color:#374151;border:1px solid #e2e8f0}.btn--secondary:hover{background:#f8fafc}.btn--ghost{background:transparent;color:#94a3b8;border:1px solid #334155;font-size:.8rem;padding:.375rem .75rem}.btn--ghost:hover{background:#334155;color:#f8fafc}.btn--sm{padding:.3rem .7rem;font-size:.8rem}.input-section{display:flex;flex-direction:column;gap:.75rem}.input-section__textarea{width:100%;padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:.875rem;line-height:1.6;color:#0f172a;background:#fff;resize:vertical;transition:border-color .15s,box-shadow .15s;box-shadow:0 1px 4px #0000000d}.input-section__textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.input-section__textarea:disabled{background:#f8fafc;color:#94a3b8}.input-section__location{width:100%;padding:.625rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.9rem;color:#334155;background:#fff;transition:border-color .15s,box-shadow .15s;box-shadow:0 1px 4px #0000000d;box-sizing:border-box}.input-section__location:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.input-section__footer{display:flex;align-items:center;justify-content:space-between}.input-section__hint{font-size:.78rem;color:#94a3b8}.input-section__sample-link{font-size:.78rem;color:#2563eb;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.input-section__sample-link:hover{color:#1d4ed8}.loading{display:flex;flex-direction:column;align-items:center;padding:2rem 0}.loading__steps{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:340px}.loading__step{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#cbd5e1;transition:color .3s}.loading__step-dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0;flex-shrink:0;transition:background .3s,box-shadow .3s}.loading__step--done .loading__step-dot{background:#22c55e}.loading__step--done{color:#475569}.loading__step--active .loading__step-dot{background:#2563eb;box-shadow:0 0 0 4px #2563eb2e;animation:pulse-dot 1.2s ease-in-out infinite}.loading__step--active{color:#0f172a;font-weight:500}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 4px #2563eb2e}50%{box-shadow:0 0 0 7px #2563eb12}}.results{display:flex;flex-direction:column;gap:1rem}.results__actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.results__heading{font-size:.95rem;font-weight:600;color:#0f172a}.error{background:#fff;border:1px solid #fecaca;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 1px 4px #0000000f}.error__message{font-weight:600;color:#991b1b}.error__detail{font-size:.82rem;color:#6b7280;font-family:Courier New,monospace}.status-badge{display:inline-block;padding:3px 10px;border-radius:9999px;font-size:.8rem;font-weight:600;letter-spacing:.02em}.status-badge--pass{background:#dcfce7;color:#166534}.status-badge--fail{background:#fee2e2;color:#991b1b}.status-badge--unknown{background:#f3f4f6;color:#6b7280}.patient-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 1px 4px #0000000f}.patient-card__title{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#2563eb;margin-bottom:1rem}.patient-card__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem;margin-bottom:.75rem}.patient-card__lists{display:flex;flex-direction:column;gap:.5rem}.patient-card__field{display:flex;flex-direction:column;gap:3px}.patient-card__label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;font-weight:600}.patient-card__value{font-size:.875rem;color:#0f172a;font-weight:500}.trial-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 1px 4px #0000000f}.trial-card__header{display:flex;justify-content:space-between;align-items:flex-start}.trial-card__name{font-weight:600;font-size:.95rem;color:#0f172a}.trial-card__id{display:inline-block;font-size:.75rem;color:#2563eb;margin-top:3px;text-decoration:none}.trial-card__id:hover{text-decoration:underline}.trial-card__score-label{font-size:1.1rem;font-weight:700}.trial-card__bar-track{height:6px;background:#f1f5f9;border-radius:4px;overflow:hidden}.trial-card__bar-fill{height:100%;border-radius:4px;transition:width .6s ease}.trial-card__toggle{align-self:flex-start;background:none;border:1px solid #e2e8f0;border-radius:6px;padding:.3rem .75rem;font-size:.8rem;cursor:pointer;color:#64748b;font-family:inherit;transition:background .15s}.trial-card__toggle:hover{background:#f8fafc}.trial-card__criteria{display:flex;flex-direction:column;gap:.5rem}.criteria-table{width:100%;border-collapse:collapse;font-size:.85rem}.criteria-table th{text-align:left;padding:.4rem .5rem;border-bottom:1px solid #e2e8f0;color:#64748b;font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.criteria-table td{padding:.4rem .5rem;border-bottom:1px solid #f1f5f9;vertical-align:top}.criteria-table tr:last-child td{border-bottom:none}.trial-card__missing{margin-top:.25rem;padding:.75rem;background:#fafafa;border-radius:6px;border:1px solid #f1f5f9}.trial-card__missing-label{font-size:.78rem;font-weight:600;color:#64748b;margin-bottom:.25rem}.trial-card__missing ul{padding-left:1.25rem;font-size:.8rem;color:#64748b}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:20;opacity:0;pointer-events:none;transition:opacity .2s}.drawer-overlay--open{opacity:1;pointer-events:all}.drawer{position:fixed;top:0;right:0;height:100%;width:320px;background:#fff;z-index:30;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000001f}.drawer--open{transform:translate(0)}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid #e2e8f0}.drawer__title{font-size:.9rem;font-weight:600;color:#0f172a}.drawer__close{background:none;border:none;cursor:pointer;color:#94a3b8;font-size:1.4rem;line-height:1;padding:.2rem .4rem;border-radius:4px;font-family:inherit}.drawer__close:hover{background:#f1f5f9;color:#0f172a}.drawer__list{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.drawer__empty{padding:2rem 1rem;text-align:center;color:#94a3b8;font-size:.875rem}.drawer__item{padding:.875rem;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s;background:#fff;text-align:left;width:100%;font-family:inherit}.drawer__item:hover{background:#f8fafc;border-color:#2563eb}.drawer__item-snippet{font-size:.875rem;font-weight:500;color:#0f172a;margin-bottom:.25rem}.drawer__item-meta{font-size:.75rem;color:#94a3b8}.drawer__footer{padding:.875rem 1.25rem;border-top:1px solid #e2e8f0;text-align:center}.drawer__clear{background:none;border:none;cursor:pointer;color:#ef4444;font-size:.8rem;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.drawer__clear:hover{color:#b91c1c}.tabs{display:flex;gap:.25rem;border-bottom:2px solid #e2e8f0;margin-bottom:1rem}.tabs__tab{padding:.5rem 1.25rem;border:none;background:none;font-family:inherit;font-size:.9rem;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.tabs__tab:hover{color:#1e293b}.tabs__tab--active{color:#2563eb;border-bottom-color:#2563eb}.tabs__tab:disabled{opacity:.4;cursor:not-allowed}.optimize-tab{display:flex;flex-direction:column;gap:.75rem}.missing-banner{padding:.625rem 1rem;background:#fef9c3;border:1px solid #fde047;border-radius:8px;font-size:.875rem;color:#713f12}.missing-banner__label{font-weight:600}
