@charset "UTF-8";
:root {
  --radius-full: 9999px ;
}

*, ::before, ::after {
  /* outline: .1px solid red; */
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-family: "Inter V", sans-serif;
  font-optical-sizing: auto;
  text-size-adjust: none;
  text-rendering: optimizespeed;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  font-feature-settings: "calt" on, "cv05" on, "cv08" on, "cv10" on, "cv11" on;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.sr {
  position: absolute !important;
  opacity: 0 !important;
  user-select: none !important;
  pointer-events: none !important;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

ul, ol {
  padding-left: 20px;
}

:is(ul, ol) > li {
  margin: 5px 0;
}

p :is(i, em) {
  margin-right: 4px;
} /* देवनागरी के लिए */
:is(b, strong) {
  font-weight: 600;
}

a, u {
  text-underline-offset: 2px;
}

a:not(main a) {
  display: block;
  color: inherit;
  text-decoration: none;
}

main a {
  word-break: break-word;
}

hr {
  width: calc(100% - 2px);
  margin-inline: auto;
  border: none;
  box-shadow: 0 0 0 1px #ccc;
}

input, select {
  font: inherit;
  color: inherit;
  line-height: calc(1em + 0.7rem);
}

select {
  -webkit-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2399b9ff" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') calc(100% - 6px) center/33px no-repeat;
}

main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: stretch;
  gap: 20px;
  padding: 40px 20px;
}
main > * {
  width: 100%;
}

input[type=text] {
  font-family: monospace;
  font-size: 16px;
  padding: 5px;
  width: 100%;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

button {
  line-height: 2em;
}

output {
  font-family: monospace;
  font-size: 16px;
  white-space: pre-line;
  padding: 10px;
  outline: 2px dashed orange;
}

code {
  background-color: #ddd;
  padding: 0 5px;
  line-height: 1;
  font-size: 1rem;
}
