@layer base,theming,components;@layer base{*{margin:0;padding:0}*{font-family:inherit}link,script{display:none}nav a{text-decoration:none}img{display:block;max-width:100%;object-fit:cover}ul,ol{padding-left:var(--bullet-padding, 1.1em)}html{text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}body{overscroll-behavior-y:none}html{line-height:1.8}h1,h2,h3,h4,h5,h6{line-height:1.4}hr{max-height:0;line-height:0;border:none;border-top:2px solid currentColor}use,svg,path{fill:inherit}i>svg{display:inline-block;height:1.1ch;margin-right:var(--icon-spacing, .5em);margin-left:var(--icon-spacing, .5em)}p>em{font-style:italic}p{min-width:var(--p-min-width, 22ch);max-width:var(--p-max-width, 75ch)}@media (hover: none){html{touch-action:manipulation}}}@layer theming{body{margin:auto;background:#f2f2f2;color:#444;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.8;text-shadow:0 1px 0 #ffffff;max-width:97%}a{border-bottom:1px solid #444444;color:#444;text-decoration:none}a:hover{border-bottom:0}button,.button{-webkit-appearance:none;-moz-appearance:none;appearance:none}}@layer components{.container{min-height:85dvh;min-width:100dvw;display:grid;grid:auto-flow / 1fr 1fr 1fr}.loading{font-size:xx-large;text-align:center}.title{font-size:xx-large;font-weight:bolder;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:100dvw}.header{font-size:x-large;font-weight:700}.info{font-size:large;display:flex;flex-direction:column;justify-content:start;gap:.25rem;max-width:90%;min-height:100%}.form{font-size:medium;display:flex;flex-direction:column;justify-content:start;gap:.25rem;max-width:90%;min-height:100%}.button{font-size:medium;font-weight:bolder}.edit-button{background-color:green}.delete-button{background-color:red}.submit-button{background-color:#add8e6}}
