@charset "UTF-8";:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--primary: 172 66% 50%;--primary-foreground: 210 40% 98%;--secondary: 160 84% 39%;--secondary-foreground: 210 40% 98%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 172 66% 95%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 172 66% 50%;--radius: .5rem}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--primary: 172 66% 50%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 160 84% 39%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 172 66% 20%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 172 66% 50%}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:1rem;line-height:1.5;color:hsl(var(--foreground));background-color:hsl(var(--background))}a,button,[role=button],input[type=submit],input[type=button],input[type=reset],label[for]{min-height:44px;min-width:44px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;line-height:1.25;font-weight:600;color:hsl(var(--foreground))}h1{font-size:clamp(1.35rem,1.1rem + 1.2vw,1.875rem)}h2{font-size:1.25rem}h3{font-size:1.125rem}h4{font-size:1rem}h5,h6{font-size:.9rem}a{color:hsl(var(--primary));text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.read-only-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background-color:#ffa00033;color:#ff8f00;border:1px solid rgba(255,160,0,.5);border-radius:12px;white-space:nowrap}.container{max-width:48rem;margin-left:auto;margin-right:auto;width:100%}.card{background-color:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:0 1px 3px #00000014;padding:1rem}.card__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.card__title{font-size:1.125rem;font-weight:600;margin:0}.card__content{display:block}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .55rem;font-size:.75rem;font-weight:600;line-height:1.2;border-radius:9999px;border:1px solid transparent;white-space:nowrap}.badge--success{background-color:#e9fcf0;color:#157f3c;border-color:#bcf6d1}.badge--danger{background-color:hsl(var(--destructive)/.12);color:hsl(var(--destructive));border-color:hsl(var(--destructive)/.4)}.badge--warning{background-color:#fef5e7;color:#a25e11;border-color:#fbd99d}.badge--muted{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));border-color:hsl(var(--border))}.dark .badge--success{background-color:#07361866;color:#7de8a4;border-color:#0d632d}.dark .badge--warning{background-color:#452c0366;color:#f9c56c;border-color:#764c05}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:calc(var(--radius) - 2px);min-height:44px;padding:.5rem 1rem;font-weight:500;font-size:.95rem;cursor:pointer;border:1px solid transparent;background-color:transparent;color:inherit;transition:background-color .15s ease;text-decoration:none;-webkit-user-select:none;user-select:none}.btn:disabled,.btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn--primary:hover{background-color:color-mix(in srgb,hsl(var(--primary)) 90%,black)}.btn--secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn--secondary:hover{background-color:color-mix(in srgb,hsl(var(--secondary)) 90%,black)}.btn--ghost{background-color:transparent;color:inherit}.btn--ghost:hover{background-color:hsl(var(--muted))}.btn--danger{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn--danger:hover{background-color:color-mix(in srgb,hsl(var(--destructive)) 90%,black)}.btn--icon{width:44px;height:44px;min-width:44px;padding:0}.btn--lg{min-height:48px;padding:.65rem 1.4rem;font-size:1.05rem}.btn--block{width:100%}.input,.textarea,.select{width:100%;padding:.5rem .75rem;border:1px solid hsl(var(--input));border-radius:calc(var(--radius) - 2px);background-color:hsl(var(--background));color:inherit;font:inherit}.input:focus-visible,.textarea:focus-visible,.select:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.textarea{min-height:6rem;resize:vertical}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.label{font-size:.85rem;font-weight:500;color:hsl(var(--muted-foreground))}.tint-healthy{border-color:#d2f9e0;background-color:#f2fdf6}.tint-sick{border-color:#f9d2d2;background-color:#fdf2f2}.dark .tint-healthy{border-color:#0c5a29;background-color:#062d144d}.dark .tint-sick{border-color:#5a0c0c;background-color:#2d06064d}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate-shake{animation:shake .5s}
