{"version":3,"sources":["total.scss"],"names":[],"mappings":"AAAA;AAEA;AAAA;AAAA;AAAA;AAAA;AAMA;AACA;AACE;EACA;AAEA;EACA;AAEA;;AACA;AAEE;EACA;AAEA;EACA;;;AAIJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EA+EE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAwBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;EACA;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;;;AAGF;AAAA;AAAA;AAAA;EAIE;;;AAGF;AAAA;AAAA;AAGA;EACE;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAGA;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACC;;;AAGD;EACC;;;AAGD;AAAA;EAEE;;;AAGF;AAAA;AAAA;AAAA;EAIE;;;AAGF;AAAA;AAAA;AAAA;EAIE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAIA;EACE;;;AAIJ;AAAA;AAAA;AAGC;EACC;IACE","file":"total.css","sourcesContent":["@namespace svg \"http://www.w3.org/2000/svg\";\n\n/**\n * Total Reset\n * ==================================================\n * Universal reset of styles for all elements and pseudo-elements for customizing Web Components and browser extensions.\n */\n\n/* Selector targets all elements except tables and svg elements */\n*:where(:not(table, thead, tbody, tr, th, td, svg|*)) {\n  /* Resets all styles for the selected elements */\n  all: unset;\n\n  /* Set box-sizing to border-box so padding and borders do not affect the total width and height of elements */\n  box-sizing: border-box;\n\n  /* Resets styles for ::before and ::after pseudo-elements */\n  &::before,\n  &::after {\n    /* Unsets all styles for pseudo-elements */\n    all: unset;\n\n    /* Set box-sizing to border-box for pseudo-elements */\n    box-sizing: border-box;\n  }\n}\n\na,\nabbr,\nacronym,\naddress,\narticle,\naside,\naudio,\nb,\nbig,\nblockquote,\nbutton,\ncanvas,\ncaption,\ncenter,\ncite,\ncode,\ndd,\ndel,\ndetails,\ndfn,\ndiv,\ndl,\ndt,\nem,\nembed,\nfieldset,\nfigcaption,\nfigure,\nfooter,\nform,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nheader,\nhgroup,\ni,\niframe,\nimg,\nins,\nkbd,\nlabel,\nlegend,\nli,\nmain,\nmark,\nmenu,\nnav,\nol,\noutput,\np,\npre,\nq,\nruby,\ns,\nsamp,\nsection,\nsmall,\nspan,\nstrike,\nstrong,\nsub,\nsummary,\nsup,\ntable,\ntbody,\ntd,\ntfoot,\nth,\nthead,\ntime,\ntr,\ntt,\nu,\nul,\nvar,\nvideo {\n  font-size: 100%;\n}\n\narticle,\naside,\nblockquote,\ndetails,\ndiv,\nfieldset,\nfigcaption,\nfigure,\nfooter,\nform,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\np,\npre,\nsection {\n  display: block;\n}\n\naudio,\ncanvas,\nvideo,\nimg,\npicture,\nsvg {\n  display: inline-block;\n  max-width: 100%;\n  vertical-align: middle;\n}\n\ncanvas,\niframe {\n  display: block;\n}\n\n[hidden] {\n  display: none;\n}\n\nhead,\nlink,\nmeta,\nscript,\ntitle,\ntemplate,\nstyle {\n  display: none;\n}\n\na[href],\nlabel[for],\nselect,\nbutton {\n  cursor: pointer;\n}\n\n/**\n * Table\n */\ntable {\n  border-collapse: collapse;\n  border-spacing: 0;\n  text-indent: 0;\n}\n\ntable,\nthead,\ntbody,\ntr,\nth,\ntd {\n  font-size: 100%;\n  font: inherit;\n  margin: 0;\n  padding: 0;\n  border: 0;\n  vertical-align: baseline;\n}\n\n/**\n * Forms\n */\ninput {\n  appearance: none;\n  display: inline-block;\n}\n\ninput[type=\"color\"] {\n  width: 15px;\n  height: 15px;\n}\n\ninput[type=\"color\"]::-webkit-color-swatch-wrapper {\n\tpadding: 0;\n}\n\ninput[type=\"color\"]::-webkit-color-swatch {\n\tborder: none;\n}\n\ninput:required,\ninput {\n  box-shadow: none;\n}\n\ninput:-webkit-autofill,\ninput:-webkit-autofill:hover,\ninput:-webkit-autofill:focus,\ninput:-webkit-autofill:active {\n  -webkit-box-shadow: 0 0 0 30px white inset;\n}\n\ninput[type=search]::-webkit-search-cancel-button,\ninput[type=search]::-webkit-search-decoration,\ninput[type=search]::-webkit-search-results-button,\ninput[type=search]::-webkit-search-results-decoration {\n  -webkit-appearance: none;\n  -moz-appearance: none;\n}\n\ninput[type=search] {\n  -webkit-appearance: none;\n  -moz-appearance: none;\n  -webkit-box-sizing: content-box;\n  -moz-box-sizing: content-box;\n  box-sizing: content-box;\n}\n\ntextarea {\n  overflow: auto;\n  vertical-align: top;\n  resize: vertical;\n}\n\ninput {\n  &:focus {\n    outline: none;\n  }\n}\n\n/**\n * Only apply smooth scrolling when the user hasn't set their motion preference to \"reduce\"\n */\n @media (prefers-reduced-motion: no-preference) {\n  html {\n    scroll-behavior: smooth;\n  }\n}\n"]}