HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!-- https://toggles.dev/classic -->
<div class="h-full">
<div class="relative p-6 w-72 h-72">
<label class="theme-toggle text-gray-800 dark:text-gray-100 theme-toggle--force-motion" title="Classic">
<input type="checkbox">
<span class="sr-only">Classic theme toggle</span>
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="currentColor" stroke-linecap="round" class="theme-toggle__classic" viewBox="0 0 32 32">
<clipPath id="theme-toggle__classic__cutout">
<path d="M0-5h30a1 1 0 0 0 9 13v24H0Z"></path>
</clipPath>
<g clip-path="url(#theme-toggle__classic__cutout)">
<circle cx="16" cy="16" r="9.34"></circle>
<g stroke="currentColor" stroke-width="1.5">
<path d="M16 5.5v-4"></path>
<path d="M16 30.5v-4"></path>
<path d="M1.5 16h4"></path>
<path d="M26.5 16h4"></path>
<path d="m23.4 8.6 2.8-2.8"></path>
<path d="m5.7 26.3 2.9-2.9"></path>
<path d="m5.8 5.8 2.8 2.8"></path>
<path d="m23.4 23.4 2.9 2.9"></path>
</g>
</g>
</svg>
</label>
</div>
</div>
/* https://toggles.dev/classic */
*,:after,:before {
box-sizing: border-box;
border: 0 solid #e5e7eb
}
:after,:before {
--tw-content: ""
}
html {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}
body {
margin: 0;
line-height: inherit
}
hr {
height: 0;
color: inherit;
border-top-width: 1px
}
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted
}
h1,h2,h3,h4,h5,h6 {
font-size: inherit;
font-weight: inherit
}
a {
color: inherit;
text-decoration: inherit
}
b,strong {
font-weight: bolder
}
code,kbd,pre,samp {
font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
font-size: 1em
}
small {
font-size: 80%
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
table {
text-indent: 0;
border-color: inherit;
border-collapse: collapse
}
button,input,optgroup,select,textarea {
font-family: inherit;
font-size: 100%;
line-height: inherit;
color: inherit;
margin: 0;
padding: 0
}
button,select {
text-transform: none
}
[type=button],[type=reset],[type=submit],button {
-webkit-appearance: button;
background-color: transparent;
background-image: none
}
:-moz-focusring {
outline: auto
}
:-moz-ui-invalid {
box-shadow: none
}
progress {
vertical-align: baseline
}
::-webkit-inner-spin-button,::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
summary {
display: list-item
}
blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
margin: 0
}
fieldset {
margin: 0
}
fieldset,legend {
padding: 0
}
menu,ol,ul {
list-style: none;
margin: 0;
padding: 0
}
textarea {
resize: vertical
}
input::-moz-placeholder,textarea::-moz-placeholder {
opacity: 1;
color: #9ca3af
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
opacity: 1;
color: #9ca3af
}
input::placeholder,textarea::placeholder {
opacity: 1;
color: #9ca3af
}
[role=button],button {
cursor: pointer
}
:disabled {
cursor: default
}
audio,canvas,embed,iframe,img,object,svg,video {
display: block;
vertical-align: middle
}
img,video {
max-width: 100%;
height: auto
}
[hidden] {
display: none
}
*,:after,:before {
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246/0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border-width: 0
}
.pointer-events-none {
pointer-events: none
}
.pointer-events-auto {
pointer-events: auto
}
.static {
position: static
}
.fixed {
position: fixed
}
.absolute {
position: absolute
}
.relative {
position: relative
}
.inset-0 {
top: 0;
bottom: 0
}
.inset-0,.inset-x-0 {
right: 0;
left: 0
}
.left-0 {
left: 0
}
.top-6 {
top: 1.5rem
}
.right-6 {
right: 1.5rem
}
.top-0 {
top: 0
}
.z-10 {
z-index: 10
}
.z-50 {
z-index: 50
}
.col-span-1 {
grid-column: span 1/span 1
}
.mx-auto {
margin-left: auto;
margin-right: auto
}
.mx-2 {
margin-left: .5rem;
margin-right: .5rem
}
.my-2 {
margin-top: .5rem;
margin-bottom: .5rem
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem
}
.mt-1 {
margin-top: .25rem
}
.mt-10 {
margin-top: 2.5rem
}
.mt-12 {
margin-top: 3rem
}
.ml-auto {
margin-left: auto
}
.mr-3 {
margin-right: .75rem
}
.ml-5 {
margin-left: 1.25rem
}
.mr-2 {
margin-right: .5rem
}
.ml-3 {
margin-left: .75rem
}
.ml-4 {
margin-left: 1rem
}
.mt-2 {
margin-top: .5rem
}
.mt-5 {
margin-top: 1.25rem
}
.-mt-6 {
margin-top: -1.5rem
}
.mt-8 {
margin-top: 2rem
}
.mt-20 {
margin-top: 5rem
}
.mr-0 {
margin-right: 0
}
.ml-1 {
margin-left: .25rem
}
.mt-24 {
margin-top: 6rem
}
.mb-12 {
margin-bottom: 3rem
}
.-mb-32 {
margin-bottom: -8rem
}
.mb-8 {
margin-bottom: 2rem
}
.mt-14 {
margin-top: 3.5rem
}
.mb-6 {
margin-bottom: 1.5rem
}
.mb-5 {
margin-bottom: 1.25rem
}
.mb-4 {
margin-bottom: 1rem
}
.mt-6 {
margin-top: 1.5rem
}
.-mt-10 {
margin-top: -2.5rem
}
.-mr-2 {
margin-right: -.5rem
}
.mt-4 {
margin-top: 1rem
}
.-mt-12 {
margin-top: -3rem
}
.block {
display: block
}
.inline-block {
display: inline-block
}
.flex {
display: flex
}
.inline-flex {
display: inline-flex
}
.flow-root {
display: flow-root
}
.grid {
display: grid
}
.hidden {
display: none
}
.h-full {
height: 100%
}
.h-72 {
height: 18rem
}
.h-5 {
height: 1.25rem
}
.h-4 {
height: 1rem
}
.h-6 {
height: 1.5rem
}
.h-16 {
height: 4rem
}
.h-8 {
height: 2rem
}
.min-h-full {
min-height: 100%
}
.min-h-screen {
min-height: 100vh
}
.w-72 {
width: 18rem
}
.w-full {
width: 100%
}
.w-10 {
width: 2.5rem
}
.w-9 {
width: 2.25rem
}
.w-5 {
width: 1.25rem
}
.w-6 {
width: 1.5rem
}
.w-0 {
width: 0
}
.w-16 {
width: 4rem
}
.max-w-max {
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content
}
.max-w-sm {
max-width: 24rem
}
.max-w-md {
max-width: 28rem
}
.max-w-prose {
max-width: 65ch
}
.max-w-7xl {
max-width: 80rem
}
.max-w-\[17rem\] {
max-width: 17rem
}
.flex-1 {
flex: 1 1 0%
}
.flex-shrink-0 {
flex-shrink: 0
}
.origin-top-right {
transform-origin: top right
}
.translate-x-5 {
--tw-translate-x: 1.25rem
}
.translate-x-0,.translate-x-5 {
transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-x-0 {
--tw-translate-x: 0px
}
.translate-y-2 {
--tw-translate-y: 0.5rem
}
.translate-y-0,.translate-y-2 {
transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-y-0 {
--tw-translate-y: 0px
}
.scale-95 {
--tw-scale-x: .95;
--tw-scale-y: .95
}
.scale-95,.scale-100 {
transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.scale-100 {
--tw-scale-x: 1;
--tw-scale-y: 1
}
.transform {
transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.cursor-pointer {
cursor: pointer
}
.list-decimal {
list-style-type: decimal
}
.grid-cols-1 {
grid-template-columns: repeat(1,minmax(0,1fr))
}
.flex-col {
flex-direction: column
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse
}
.content-center {
align-content: center
}
.items-start {
align-items: flex-start
}
.items-end {
align-items: flex-end
}
.items-center {
align-items: center
}
.justify-center {
justify-content: center
}
.justify-between {
justify-content: space-between
}
.justify-items-center {
justify-items: center
}
.gap-8 {
gap: 2rem
}
.gap-x-8 {
-moz-column-gap: 2rem;
column-gap: 2rem
}
.gap-y-8 {
row-gap: 2rem
}
.space-x-3>:not([hidden])~:not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(.75rem * var(--tw-space-x-reverse));
margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-2>:not([hidden])~:not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(.5rem * var(--tw-space-x-reverse));
margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-y-4>:not([hidden])~:not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}
.space-x-5>:not([hidden])~:not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.25rem * var(--tw-space-x-reverse));
margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-6>:not([hidden])~:not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}
.divide-white>:not([hidden])~:not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(255 255 255/var(--tw-divide-opacity))
}
.overflow-auto {
overflow: auto
}
.overflow-hidden {
overflow: hidden
}
.overflow-x-auto {
overflow-x: auto
}
.overflow-y-scroll {
overflow-y: scroll
}
.truncate {
overflow: hidden;
text-overflow: ellipsis
}
.truncate,.whitespace-nowrap {
white-space: nowrap
}
.rounded-md {
border-radius: .375rem
}
.rounded-full {
border-radius: 9999px
}
.rounded-lg {
border-radius: .5rem
}
.rounded {
border-radius: .25rem
}
.rounded-t-md {
border-top-left-radius: .375rem;
border-top-right-radius: .375rem
}
.rounded-b-md {
border-bottom-right-radius: .375rem;
border-bottom-left-radius: .375rem
}
.border {
border-width: 1px
}
.border-b {
border-bottom-width: 1px
}
.border-b-2 {
border-bottom-width: 2px
}
.border-l-8 {
border-left-width: 8px
}
.border-t {
border-top-width: 1px
}
.border-zinc-300 {
--tw-border-opacity: 1;
border-color: rgb(212 212 216/var(--tw-border-opacity))
}
.border-blue-600 {
--tw-border-opacity: 1;
border-color: rgb(37 99 235/var(--tw-border-opacity))
}
.border-transparent {
border-color: transparent
}
.border-zinc-200 {
--tw-border-opacity: 1;
border-color: rgb(228 228 231/var(--tw-border-opacity))
}
.border-pink-200 {
--tw-border-opacity: 1;
border-color: rgb(251 207 232/var(--tw-border-opacity))
}
.border-gray-200 {
--tw-border-opacity: 1;
border-color: rgb(229 231 235/var(--tw-border-opacity))
}
.bg-\[\#a4cbe7\] {
--tw-bg-opacity: 1;
background-color: rgb(164 203 231/var(--tw-bg-opacity))
}
.bg-\[\#bfd2fa\] {
--tw-bg-opacity: 1;
background-color: rgb(191 210 250/var(--tw-bg-opacity))
}
.bg-\[\#f1ebff\] {
--tw-bg-opacity: 1;
background-color: rgb(241 235 255/var(--tw-bg-opacity))
}
.bg-\[\#ffe3e3\] {
--tw-bg-opacity: 1;
background-color: rgb(255 227 227/var(--tw-bg-opacity))
}
.bg-\[\#e3ffff\] {
--tw-bg-opacity: 1;
background-color: rgb(227 255 255/var(--tw-bg-opacity))
}
.bg-\[\#8acbe7\] {
--tw-bg-opacity: 1;
background-color: rgb(138 203 231/var(--tw-bg-opacity))
}
.bg-\[\#d0e3bc\] {
--tw-bg-opacity: 1;
background-color: rgb(208 227 188/var(--tw-bg-opacity))
}
.bg-\[\#fffce3\] {
--tw-bg-opacity: 1;
background-color: rgb(255 252 227/var(--tw-bg-opacity))
}
.bg-\[\#c5e3e0\] {
--tw-bg-opacity: 1;
background-color: rgb(197 227 224/var(--tw-bg-opacity))
}
.bg-\[\#c9bce3\] {
--tw-bg-opacity: 1;
background-color: rgb(201 188 227/var(--tw-bg-opacity))
}
.bg-\[\#d9bdc8\] {
--tw-bg-opacity: 1;
background-color: rgb(217 189 200/var(--tw-bg-opacity))
}
.bg-\[\#b2dbb9\] {
--tw-bg-opacity: 1;
background-color: rgb(178 219 185/var(--tw-bg-opacity))
}
.bg-zinc-100 {
--tw-bg-opacity: 1;
background-color: rgb(244 244 245/var(--tw-bg-opacity))
}
.bg-blue-600 {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235/var(--tw-bg-opacity))
}
.bg-zinc-200 {
--tw-bg-opacity: 1;
background-color: rgb(228 228 231/var(--tw-bg-opacity))
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255/var(--tw-bg-opacity))
}
.bg-gray-50 {
--tw-bg-opacity: 1;
background-color: rgb(249 250 251/var(--tw-bg-opacity))
}
.bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgb(59 130 246/var(--tw-bg-opacity))
}
.bg-pink-50 {
--tw-bg-opacity: 1;
background-color: rgb(253 242 248/var(--tw-bg-opacity))
}
.bg-gradient-to-r {
background-image: linear-gradient(to right,var(--tw-gradient-stops))
}
.from-blue-600 {
--tw-gradient-from: #2563eb;
--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgb(37 99 235/0))
}
.to-\[\#3eadcf\] {
--tw-gradient-to: #3eadcf
}
.bg-clip-text {
-webkit-background-clip: text;
background-clip: text
}
.p-6 {
padding: 1.5rem
}
.p-2 {
padding: .5rem
}
.p-4 {
padding: 1rem
}
.p-3 {
padding: .75rem
}
.p-1 {
padding: .25rem
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem
}
.py-16 {
padding-top: 4rem;
padding-bottom: 4rem
}
.py-2 {
padding-top: .5rem;
padding-bottom: .5rem
}
.px-1 {
padding-left: .25rem;
padding-right: .25rem
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem
}
.px-3 {
padding-left: .75rem;
padding-right: .75rem
}
.py-3 {
padding-top: .75rem;
padding-bottom: .75rem
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem
}
.px-2 {
padding-left: .5rem;
padding-right: .5rem
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem
}
.pr-4 {
padding-right: 1rem
}
.pt-0\.5 {
padding-top: .125rem
}
.pt-0 {
padding-top: 0
}
.pt-6 {
padding-top: 1.5rem
}
.pb-8 {
padding-bottom: 2rem
}
.pb-6 {
padding-bottom: 1.5rem
}
.pt-12 {
padding-top: 3rem
}
.pb-1 {
padding-bottom: .25rem
}
.pr-16 {
padding-right: 4rem
}
.pl-4 {
padding-left: 1rem
}
.pb-5 {
padding-bottom: 1.25rem
}
.pt-1 {
padding-top: .25rem
}
.pb-16 {
padding-bottom: 4rem
}
.pt-4 {
padding-top: 1rem
}
.pt-2 {
padding-top: .5rem
}
.pb-3 {
padding-bottom: .75rem
}
.pt-8 {
padding-top: 2rem
}
.text-center {
text-align: center
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem
}
.text-base {
font-size: 1rem;
line-height: 1.5rem
}
.text-sm {
font-size: .875rem;
line-height: 1.25rem
}
.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem
}
.text-xl {
font-size: 1.25rem
}
.text-lg,.text-xl {
line-height: 1.75rem
}
.text-lg {
font-size: 1.125rem
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem
}
.text-6xl {
font-size: 3.75rem;
line-height: 1
}
.font-extrabold {
font-weight: 800
}
.font-medium {
font-weight: 500
}
.font-semibold {
font-weight: 600
}
.font-bold {
font-weight: 700
}
.uppercase {
text-transform: uppercase
}
.tracking-tight {
letter-spacing: -.025em
}
.tracking-wider {
letter-spacing: .05em
}
.text-blue-600 {
--tw-text-opacity: 1;
color: rgb(37 99 235/var(--tw-text-opacity))
}
.text-gray-900 {
--tw-text-opacity: 1;
color: rgb(17 24 39/var(--tw-text-opacity))
}
.text-gray-500 {
--tw-text-opacity: 1;
color: rgb(107 114 128/var(--tw-text-opacity))
}
.text-gray-800 {
--tw-text-opacity: 1;
color: rgb(31 41 55/var(--tw-text-opacity))
}
.text-zinc-500 {
--tw-text-opacity: 1;
color: rgb(113 113 122/var(--tw-text-opacity))
}
.text-zinc-700 {
--tw-text-opacity: 1;
color: rgb(63 63 70/var(--tw-text-opacity))
}
.text-green-400 {
--tw-text-opacity: 1;
color: rgb(74 222 128/var(--tw-text-opacity))
}
.text-zinc-900 {
--tw-text-opacity: 1;
color: rgb(24 24 27/var(--tw-text-opacity))
}
.text-zinc-400 {
--tw-text-opacity: 1;
color: rgb(161 161 170/var(--tw-text-opacity))
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255/var(--tw-text-opacity))
}
.text-blue-500 {
--tw-text-opacity: 1;
color: rgb(59 130 246/var(--tw-text-opacity))
}
.text-pink-500 {
--tw-text-opacity: 1;
color: rgb(236 72 153/var(--tw-text-opacity))
}
.text-gray-700 {
--tw-text-opacity: 1;
color: rgb(55 65 81/var(--tw-text-opacity))
}
.text-transparent {
color: transparent
}
.text-zinc-800 {
--tw-text-opacity: 1;
color: rgb(39 39 42/var(--tw-text-opacity))
}
.text-gray-300 {
--tw-text-opacity: 1;
color: rgb(209 213 219/var(--tw-text-opacity))
}
.text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175/var(--tw-text-opacity))
}
.underline {
-webkit-text-decoration-line: underline;
text-decoration-line: underline
}
.opacity-0 {
opacity: 0
}
.opacity-100 {
opacity: 1
}
.shadow {
--tw-shadow: 0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)
}
.shadow,.shadow-lg {
box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}
.shadow-md {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.shadow-orange-500\/50 {
--tw-shadow-color: rgb(249 115 22/0.5);
--tw-shadow: var(--tw-shadow-colored)
}
.shadow-cyan-500\/50 {
--tw-shadow-color: rgb(6 182 212/0.5);
--tw-shadow: var(--tw-shadow-colored)
}
.ring-0 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}
.ring-0,.ring-1 {
box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}
.ring-1 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}
.ring-black {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(0 0 0/var(--tw-ring-opacity))
}
.ring-opacity-5 {
--tw-ring-opacity: 0.05
}
.ring-offset-zinc-50 {
--tw-ring-offset-color: #fafafa
}
.transition {
transition-property: color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-duration: .15s
}
.transition-colors {
transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-duration: .15s
}
.transition-transform {
transition-property: transform;
transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-duration: .15s
}
.transition-all {
transition-property: all;
transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-duration: .15s
}
.duration-200 {
transition-duration: .2s
}
.duration-300 {
transition-duration: .3s
}
.duration-150 {
transition-duration: .15s
}
.duration-100 {
transition-duration: .1s
}
.ease-in-out {
transition-timing-function: cubic-bezier(.4,0,.2,1)
}
.ease-out {
transition-timing-function: cubic-bezier(0,0,.2,1)
}
.ease-in {
transition-timing-function: cubic-bezier(.4,0,1,1)
}
.scrollbar {
--scrollbar-thumb: #cdcdcd;
--scrollbar-track: #f0f0f0;
--scrollbar-width: 17px;
scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track)
}
.scrollbar::-webkit-scrollbar {
width: var(--scrollbar-width)
}
.scrollbar-thin {
--scrollbar-width: 8px;
scrollbar-width: thin
}
.scrollbar-thumb-zinc-400 {
--scrollbar-thumb: #a1a1aa
}
.scrollbar-thumb-zinc-400::-webkit-scrollbar-thumb {
background-color: #a1a1aa
}
.scrollbar-track-zinc-200 {
--scrollbar-track: #e4e4e7
}
.scrollbar-track-zinc-200::-webkit-scrollbar-track {
background-color: #e4e4e7
}
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
border-radius: .25rem
}
.scrollbar-track-rounded-md::-webkit-scrollbar-track {
border-radius: .375rem
}
.scrollbar {
scrollbar-width: thin;
scrollbar-color: #b8b8b8 transparent
}
.scrollbar::-webkit-scrollbar {
width: .9rem
}
.scrollbar::-webkit-scrollbar-thumb {
background: content-box #e6e8ed;
border-radius: 1rem;
border: 5px solid transparent;
z-index: 99
}
.dark .scrollbar::-webkit-scrollbar-thumb {
background: content-box #29292b
}
.scrollbar:hover::-webkit-scrollbar-thumb {
background: content-box #aeb1b8
}
.dark .scrollbar:hover::-webkit-scrollbar-thumb {
background: content-box #49494d
}
.scrollbar::-webkit-scrollbar-thumb:active {
background: content-box #88898f
}
.dark .scrollbar::-webkit-scrollbar-thumb:active {
background: content-box #65656b
}
.scrollbar::-webkit-scrollbar-track {
background: 0 0
}
* {
transition-property: background-color,border-color,color,fill,stroke;
transition-duration: .15s
}
.ignore-scrollbar {
margin-left: calc(100vw - 100%)
}
.focus-within\:ring-2:focus-within {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}
.focus-within\:ring-inset:focus-within {
--tw-ring-inset: inset
}
.focus-within\:ring-blue-500:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(59 130 246/var(--tw-ring-opacity))
}
.hover\:scale-105:hover {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.hover\:border-zinc-300:hover {
--tw-border-opacity: 1;
border-color: rgb(212 212 216/var(--tw-border-opacity))
}
.hover\:border-gray-300:hover {
--tw-border-opacity: 1;
border-color: rgb(209 213 219/var(--tw-border-opacity))
}
.hover\:bg-zinc-50:hover {
--tw-bg-opacity: 1;
background-color: rgb(250 250 250/var(--tw-bg-opacity))
}
.hover\:bg-zinc-100:hover {
--tw-bg-opacity: 1;
background-color: rgb(244 244 245/var(--tw-bg-opacity))
}
.hover\:text-blue-500:hover {
--tw-text-opacity: 1;
color: rgb(59 130 246/var(--tw-text-opacity))
}
.hover\:text-zinc-600:hover {
--tw-text-opacity: 1;
color: rgb(82 82 91/var(--tw-text-opacity))
}
.hover\:text-zinc-500:hover {
--tw-text-opacity: 1;
color: rgb(113 113 122/var(--tw-text-opacity))
}
.hover\:text-gray-700:hover {
--tw-text-opacity: 1;
color: rgb(55 65 81/var(--tw-text-opacity))
}
.hover\:text-zinc-900:hover {
--tw-text-opacity: 1;
color: rgb(24 24 27/var(--tw-text-opacity))
}
.hover\:text-blue-800:hover {
--tw-text-opacity: 1;
color: rgb(30 64 175/var(--tw-text-opacity))
}
.hover\:text-gray-500:hover {
--tw-text-opacity: 1;
color: rgb(107 114 128/var(--tw-text-opacity))
}
.focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px
}
.focus\:ring-2:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}
.focus\:ring-inset:focus {
--tw-ring-inset: inset
}
.focus\:ring-blue-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(59 130 246/var(--tw-ring-opacity))
}
.focus\:ring-offset-2:focus {
--tw-ring-offset-width: 2px
}
.group:hover .group-hover\:scale-110 {
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.group:hover .group-hover\:text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175/var(--tw-text-opacity))
}
.dark .dark\:divide-dark-900>:not([hidden])~:not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(18 18 18/var(--tw-divide-opacity))
}
.dark .dark\:border-dark-50 {
--tw-border-opacity: 1;
border-color: rgb(56 56 56/var(--tw-border-opacity))
}
.dark .dark\:border-blue-500 {
--tw-border-opacity: 1;
border-color: rgb(59 130 246/var(--tw-border-opacity))
}
.dark .dark\:border-pink-300 {
--tw-border-opacity: 1;
border-color: rgb(249 168 212/var(--tw-border-opacity))
}
.dark .dark\:bg-\[\#57A0D3\] {
--tw-bg-opacity: 1;
background-color: rgb(87 160 211/var(--tw-bg-opacity))
}
.dark .dark\:bg-\[\#6593F5\] {
--tw-bg-opacity: 1;
background-color: rgb(101 147 245/var(--tw-bg-opacity))
}
.dark .dark\:bg-\[\#cfbaff\] {
--tw-bg-opacity: 1;
background-color: rgb(207 186 255/var(--tw-bg-opacity))
}
.dark .dark\:bg-\[\#ffcfcf\] {
--tw-bg-opacity: 1;
background-color: rgb(255 207 207/var(--tw-bg-opacity))
}
.dark .dark\:bg-\[\#baffff\] {
--tw-bg-opacity: 1;
background-color: rgb(186 255 255/var(--tw-bg-opacity))
}
.dark .dark\:bg-\[\#008ECC\] {
--tw-bg-opacity: 1;
background-color: rgb(0 142 204/var(--tw-bg-opacity))
}
.dark .dark\:bg-\[\#bcdb9c\] {
--tw-bg-opacity: 1;
background-color: rgb(188 219 156/var(--tw-bg-opacity))
}
.dark .dark\:bg-\[\#faf5c8\] {
--tw-bg-opacity: 1;
background-color: rgb(250 245 200/var(--tw-bg-opacity))
}
.dark .dark\:bg-\[\#81D8D0\] {
--tw-bg-opacity: 1;
background-color: rgb(129 216 208/var(--tw-bg-opacity))
}
.dark .dark\:bg-\[\#bcabe0\] {
--tw-bg-opacity: 1;
background-color: rgb(188 171 224/var(--tw-bg-opacity))
}
.dark .dark\:bg-\[\#db9cb6\] {
--tw-bg-opacity: 1;
background-color: rgb(219 156 182/var(--tw-bg-opacity))
}
.dark .dark\:bg-\[\#a4e0af\] {
--tw-bg-opacity: 1;
background-color: rgb(164 224 175/var(--tw-bg-opacity))
}
.dark .dark\:bg-dark-800 {
--tw-bg-opacity: 1;
background-color: rgb(30 30 30/var(--tw-bg-opacity))
}
.dark .dark\:bg-dark-50 {
--tw-bg-opacity: 1;
background-color: rgb(56 56 56/var(--tw-bg-opacity))
}
.dark .dark\:bg-dark-400 {
--tw-bg-opacity: 1;
background-color: rgb(44 44 44/var(--tw-bg-opacity))
}
.dark .dark\:bg-pink-200 {
--tw-bg-opacity: 1;
background-color: rgb(251 207 232/var(--tw-bg-opacity))
}
.dark .dark\:bg-dark-850 {
--tw-bg-opacity: 1;
background-color: rgb(23 23 23/var(--tw-bg-opacity))
}
.dark .dark\:bg-blue-800 {
--tw-bg-opacity: 1;
background-color: rgb(30 64 175/var(--tw-bg-opacity))
}
.dark .dark\:bg-dark-900 {
--tw-bg-opacity: 1;
background-color: rgb(18 18 18/var(--tw-bg-opacity))
}
.dark .dark\:text-gray-100 {
--tw-text-opacity: 1;
color: rgb(243 244 246/var(--tw-text-opacity))
}
.dark .dark\:text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175/var(--tw-text-opacity))
}
.dark .dark\:text-blue-500 {
--tw-text-opacity: 1;
color: rgb(59 130 246/var(--tw-text-opacity))
}
.dark .dark\:text-zinc-200 {
--tw-text-opacity: 1;
color: rgb(228 228 231/var(--tw-text-opacity))
}
.dark .dark\:text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255/var(--tw-text-opacity))
}
.dark .dark\:text-zinc-50 {
--tw-text-opacity: 1;
color: rgb(250 250 250/var(--tw-text-opacity))
}
.dark .dark\:text-gray-200 {
--tw-text-opacity: 1;
color: rgb(229 231 235/var(--tw-text-opacity))
}
.dark .dark\:text-gray-300 {
--tw-text-opacity: 1;
color: rgb(209 213 219/var(--tw-text-opacity))
}
.dark .dark\:text-gray-800 {
--tw-text-opacity: 1;
color: rgb(31 41 55/var(--tw-text-opacity))
}
.dark .dark\:text-gray-50 {
--tw-text-opacity: 1;
color: rgb(249 250 251/var(--tw-text-opacity))
}
.dark .dark\:text-blue-400 {
--tw-text-opacity: 1;
color: rgb(96 165 250/var(--tw-text-opacity))
}
.dark .dark\:text-zinc-300 {
--tw-text-opacity: 1;
color: rgb(212 212 216/var(--tw-text-opacity))
}
.dark .dark\:text-zinc-400 {
--tw-text-opacity: 1;
color: rgb(161 161 170/var(--tw-text-opacity))
}
.dark .dark\:text-blue-100 {
--tw-text-opacity: 1;
color: rgb(219 234 254/var(--tw-text-opacity))
}
.dark .dark\:text-zinc-500 {
--tw-text-opacity: 1;
color: rgb(113 113 122/var(--tw-text-opacity))
}
.dark .dark\:shadow-lg-strong {
--tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.25);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.dark .dark\:shadow-orange-400\/50 {
--tw-shadow-color: rgb(251 146 60/0.5);
--tw-shadow: var(--tw-shadow-colored)
}
.dark .dark\:shadow-cyan-400\/50 {
--tw-shadow-color: rgb(34 211 238/0.5);
--tw-shadow: var(--tw-shadow-colored)
}
.dark .dark\:ring-offset-dark-800 {
--tw-ring-offset-color: #1e1e1e
}
.dark .dark\:ring-offset-dark-400 {
--tw-ring-offset-color: #2c2c2c
}
.dark .dark\:scrollbar-thumb-zinc-500 {
--scrollbar-thumb: #71717a
}
.dark .dark\:scrollbar-thumb-zinc-500::-webkit-scrollbar-thumb {
background-color: #71717a
}
.dark .dark\:scrollbar-track-dark-800 {
--scrollbar-track: #1e1e1e
}
.dark .dark\:scrollbar-track-dark-800::-webkit-scrollbar-track {
background-color: #1e1e1e
}
.dark .dark\:hover\:border-gray-500:hover {
--tw-border-opacity: 1;
border-color: rgb(107 114 128/var(--tw-border-opacity))
}
.dark .dark\:hover\:bg-dark-800:hover {
--tw-bg-opacity: 1;
background-color: rgb(30 30 30/var(--tw-bg-opacity))
}
.dark .dark\:hover\:bg-dark-700:hover {
--tw-bg-opacity: 1;
background-color: rgb(34 34 34/var(--tw-bg-opacity))
}
.dark .dark\:hover\:text-zinc-200:hover {
--tw-text-opacity: 1;
color: rgb(228 228 231/var(--tw-text-opacity))
}
.dark .dark\:hover\:text-gray-100:hover {
--tw-text-opacity: 1;
color: rgb(243 244 246/var(--tw-text-opacity))
}
.dark .dark\:hover\:text-blue-300:hover {
--tw-text-opacity: 1;
color: rgb(147 197 253/var(--tw-text-opacity))
}
.dark .dark\:hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgb(255 255 255/var(--tw-text-opacity))
}
.dark .dark\:hover\:text-zinc-100:hover {
--tw-text-opacity: 1;
color: rgb(244 244 245/var(--tw-text-opacity))
}
.dark .dark\:hover\:text-zinc-300:hover {
--tw-text-opacity: 1;
color: rgb(212 212 216/var(--tw-text-opacity))
}
.dark .hover\:dark\:text-blue-400:hover {
--tw-text-opacity: 1;
color: rgb(96 165 250/var(--tw-text-opacity))
}
@media(min-width: 400px) {
.\32xs\:text-5xl {
font-size:3rem;
line-height: 1
}
}
@media(min-width: 500px) {
.xs\:absolute {
position:absolute
}
.xs\:inset-y-0 {
top: 0;
bottom: 0
}
.xs\:left-0 {
left: 0
}
.xs\:right-0 {
right: 0
}
.xs\:flex {
display: flex
}
.xs\:grid {
display: grid
}
.xs\:hidden {
display: none
}
.xs\:w-auto {
width: auto
}
.xs\:grid-cols-2 {
grid-template-columns: repeat(2,minmax(0,1fr))
}
.xs\:items-center {
align-items: center
}
.xs\:justify-end {
justify-content: flex-end
}
.xs\:justify-center {
justify-content: center
}
.xs\:justify-items-stretch {
justify-items: stretch
}
.xs\:gap-5 {
gap: 1.25rem
}
.xs\:space-x-10>:not([hidden])~:not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2.5rem * var(--tw-space-x-reverse));
margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
}
.xs\:divide-y-0>:not([hidden])~:not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(0px * var(--tw-divide-y-reverse))
}
.xs\:px-8 {
padding-left: 2rem;
padding-right: 2rem
}
.xs\:pr-16 {
padding-right: 4rem
}
.xs\:pb-24 {
padding-bottom: 6rem
}
.xs\:text-left {
text-align: left
}
}
@media(min-width: 640px) {
.sm\:ml-6 {
margin-left:1.5rem
}
.sm\:-mb-36 {
margin-bottom: -9rem
}
.sm\:mt-24 {
margin-top: 6rem
}
.sm\:ml-2 {
margin-left: .5rem
}
.sm\:ml-5 {
margin-left: 1.25rem
}
.sm\:mt-12 {
margin-top: 3rem
}
.sm\:inline-block {
display: inline-block
}
.sm\:flex {
display: flex
}
.sm\:h-24 {
height: 6rem
}
.sm\:max-w-3xl {
max-width: 48rem
}
.sm\:translate-y-0 {
--tw-translate-y: 0px
}
.sm\:translate-x-2,.sm\:translate-y-0 {
transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.sm\:translate-x-2 {
--tw-translate-x: 0.5rem
}
.sm\:translate-x-0 {
--tw-translate-x: 0px;
transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.sm\:grid-cols-2 {
grid-template-columns: repeat(2,minmax(0,1fr))
}
.sm\:grid-cols-3 {
grid-template-columns: repeat(3,minmax(0,1fr))
}
.sm\:items-start {
align-items: flex-start
}
.sm\:items-end {
align-items: flex-end
}
.sm\:gap-x-6 {
-moz-column-gap: 1.5rem;
column-gap: 1.5rem
}
.sm\:border-l {
border-left-width: 1px
}
.sm\:border-gray-200 {
--tw-border-opacity: 1;
border-color: rgb(229 231 235/var(--tw-border-opacity))
}
.sm\:border-transparent {
border-color: transparent
}
.sm\:p-6 {
padding: 1.5rem
}
.sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem
}
.sm\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem
}
.sm\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem
}
.sm\:px-16 {
padding-left: 4rem;
padding-right: 4rem
}
.sm\:pl-6 {
padding-left: 1.5rem
}
.sm\:pb-2 {
padding-bottom: .5rem
}
.sm\:text-center {
text-align: center
}
.sm\:text-5xl {
font-size: 3rem;
line-height: 1
}
.sm\:text-4xl {
font-size: 2.25rem;
line-height: 2.5rem
}
.sm\:text-lg {
font-size: 1.125rem;
line-height: 1.75rem
}
}
@media(min-width: 768px) {
.md\:mt-7 {
margin-top:1.75rem
}
.md\:mt-0 {
margin-top: 0
}
.md\:inline {
display: inline
}
.md\:flex {
display: flex
}
.md\:grid {
display: grid
}
.md\:hidden {
display: none
}
.md\:max-w-3xl {
max-width: 48rem
}
.md\:grid-cols-3 {
grid-template-columns: repeat(3,minmax(0,1fr))
}
.md\:place-items-center {
place-items: center
}
.md\:items-center {
align-items: center
}
.md\:justify-between {
justify-content: space-between
}
.md\:pb-3 {
padding-bottom: .75rem
}
.md\:text-6xl {
font-size: 3.75rem;
line-height: 1
}
.md\:text-xl {
font-size: 1.25rem;
line-height: 1.75rem
}
.md\:text-2xl {
font-size: 1.5rem;
line-height: 2rem
}
}
@media(min-width: 1024px) {
.lg\:mt-24 {
margin-top:6rem
}
.lg\:-mb-44 {
margin-bottom: -11rem
}
.lg\:h-28 {
height: 7rem
}
.lg\:max-w-7xl {
max-width: 80rem
}
.lg\:grid-cols-2 {
grid-template-columns: repeat(2,minmax(0,1fr))
}
.lg\:grid-cols-4 {
grid-template-columns: repeat(4,minmax(0,1fr))
}
.lg\:flex-row {
flex-direction: row
}
.lg\:items-start {
align-items: flex-start
}
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem
}
.lg\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem
}
.lg\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem
}
.lg\:text-7xl {
font-size: 4.5rem;
line-height: 1
}
}
@media(min-width: 1280px) {
.xl\:gap-x-8 {
-moz-column-gap:2rem;
column-gap: 2rem
}
}
.theme-toggle {
--theme-toggle__around--duration: 500ms
}
.theme-toggle__around * {
transform-origin: center;
transition: transform calc(var(--theme-toggle__around--duration) * .6) ease
}
.theme-toggle__around>g g circle {
transition-duration: calc(var(--theme-toggle__around--duration) * .2)
}
.theme-toggle__around>g g :first-child {
transition-delay: calc(var(--theme-toggle__around--duration)*.253)
}
.theme-toggle__around>g g :nth-child(2) {
transition-delay: calc(var(--theme-toggle__around--duration)*.348)
}
.theme-toggle__around>g g :nth-child(3) {
transition-delay: calc(var(--theme-toggle__around--duration)*.443)
}
.theme-toggle__around>g g :nth-child(4) {
transition-delay: calc(var(--theme-toggle__around--duration)*.538)
}
.theme-toggle__around>g g :nth-child(5) {
transition-delay: calc(var(--theme-toggle__around--duration)*.633)
}
.theme-toggle__around>g g :nth-child(6) {
transition-delay: calc(var(--theme-toggle__around--duration)*.728)
}
.theme-toggle__around>:first-child path {
transition-property: transform,d
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__around *,.theme-toggle input[type=checkbox]:checked~.theme-toggle__around * {
transition-delay: 0s;
transition-duration: var(--theme-toggle__around--duration)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__around>g>circle,.theme-toggle input[type=checkbox]:checked~.theme-toggle__around>g>circle {
transform: scale(1.4)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__around>g g circle,.theme-toggle input[type=checkbox]:checked~.theme-toggle__around>g g circle {
transform: scale(0);
transition-duration: calc(var(--theme-toggle__around--duration) * .4)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__around>:first-child,.theme-toggle input[type=checkbox]:checked~.theme-toggle__around>:first-child {
transform: rotate(-90deg)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__around>:first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__around>:first-child path {
d: path("M-12-14h42v30a1 1 0 00-16 13H0Z")
}
@supports not (d:path("")) {
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__around:first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__around:first-child path {
transform: translate3d(-12px,-14px,0)
}
}
.theme-toggle {
--theme-toggle__classic--duration: 500ms
}
.theme-toggle__classic path {
transition-timing-function: cubic-bezier(0,0,.15,1.25);
transform-origin: center;
transition-duration: calc(var(--theme-toggle__classic--duration) * .8)
}
.theme-toggle__classic g path {
transition-property: opacity,transform;
transition-delay: calc(var(--theme-toggle__classic--duration) * .2)
}
.theme-toggle__classic :first-child path {
transition-property: transform,d
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__classic g path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__classic g path {
transform: scale(.5) rotate(45deg);
opacity: 0;
transition-delay: 0s
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__classic :first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__classic :first-child path {
d: path("M-12 5h30a1 1 0 0 0 9 13v24h-39Z");
transition-delay: calc(var(--theme-toggle__classic--duration) * .2)
}
@supports not (d:path("")) {
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__classic :first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__classic :first-child path {
transform: translate3d(-12px,10px,0)
}
}
.theme-toggle {
--theme-toggle__dark-inner--duration: 500ms
}
.theme-toggle__dark-inner path {
transform-origin: center;
transition: transform var(--theme-toggle__dark-inner--duration) ease
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__dark-inner :first-child,.theme-toggle input[type=checkbox]:checked~.theme-toggle__dark-inner :first-child {
transform: rotate(180deg)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__dark-inner :last-child,.theme-toggle input[type=checkbox]:checked~.theme-toggle__dark-inner :last-child {
transform: rotate(-180deg)
}
.theme-toggle {
--theme-toggle__dark-side--duration: 500ms
}
.theme-toggle__dark-side path {
transform-origin: center;
transition: transform var(--theme-toggle__dark-side--duration) ease
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__dark-side path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__dark-side path {
transform: rotate(180deg)
}
.theme-toggle {
--theme-toggle__eclipse--duration: 500ms
}
.theme-toggle__eclipse :first-child path {
transition-property: transform,d;
transition-duration: calc(var(--theme-toggle__eclipse--duration));
transition-timing-function: ease
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__eclipse :first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__eclipse :first-child path {
d: path("M-32 0h64v32h-64zm36 16a1 1 0 0024 1 1 1 0 00-24-1")
}
@supports not (d:path("")) {
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__eclipse :first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__eclipse :first-child path {
transform: translate3d(-32px,0,0)
}
}
.theme-toggle {
--theme-toggle__expand--duration: 500ms
}
.theme-toggle__expand g circle,.theme-toggle__expand g path {
transform-origin: center;
transition: transform calc(var(--theme-toggle__expand--duration) * .65) cubic-bezier(0,0,0,1.25) calc(var(--theme-toggle__expand--duration) * .35)
}
.theme-toggle__expand :first-child path {
transition-property: transform,d;
transition-duration: calc(var(--theme-toggle__expand--duration) * .6);
transition-timing-function: cubic-bezier(0,0,.5,1)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__expand g circle,.theme-toggle input[type=checkbox]:checked~.theme-toggle__expand g circle {
transform: scale(1.4);
transition-delay: 0s
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__expand g path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__expand g path {
transform: scale(.75);
transition-delay: 0s
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__expand :first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__expand :first-child path {
d: path("M-9 3h25a1 1 0 0017 13v30H0Z");
transition-delay: calc(var(--theme-toggle__expand--duration) * .4);
transition-timing-function: cubic-bezier(0,0,0,1.25)
}
@supports not (d:path("")) {
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__expand :first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__expand :first-child path {
transform: translate3d(-9px,14px,0)
}
}
.theme-toggle {
--theme-toggle__half-sun--duration: 500ms
}
.theme-toggle__half-sun path {
transform-origin: center;
transition: transform var(--theme-toggle__half-sun--duration) ease
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__half-sun path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__half-sun path {
transform: rotate(180deg)
}
.theme-toggle {
--theme-toggle__horizon--duration: 500ms
}
.theme-toggle__horizon g path {
transition: transform var(--theme-toggle__horizon--duration) cubic-bezier(0,0,.15,1)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__horizon g path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__horizon g path {
transform: translate3d(0,50%,0)
}
.theme-toggle {
--theme-toggle__inner-moon--duration: 500ms
}
.theme-toggle__inner-moon path {
transform-origin: center;
transition: transform var(--theme-toggle__inner-moon--duration) cubic-bezier(0,0,.15,1.25)
}
.theme-toggle__inner-moon circle {
transition: transform calc(var(--theme-toggle__inner-moon--duration)/1.5) cubic-bezier(.4,0,.2,1)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__inner-moon path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__inner-moon path {
transform: rotate(180deg)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__inner-moon circle,.theme-toggle input[type=checkbox]:checked~.theme-toggle__inner-moon circle {
transform: translate3d(15%,0,0)
}
.theme-toggle {
--theme-toggle__lightbulb--duration: 500ms
}
.theme-toggle__lightbulb .theme-toggle__lightbulb__coil,.theme-toggle__lightbulb .theme-toggle__lightbulb__rays * {
stroke-dasharray: 1.1;
stroke-dashoffset: 0;
opacity: 1;
transition-property: stroke-dashoffset,opacity;
transition-duration: var(--theme-toggle__lightbulb--duration)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__lightbulb .theme-toggle__lightbulb__coil,.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__lightbulb .theme-toggle__lightbulb__rays *,.theme-toggle input[type=checkbox]:checked~.theme-toggle__lightbulb .theme-toggle__lightbulb__coil,.theme-toggle input[type=checkbox]:checked~.theme-toggle__lightbulb .theme-toggle__lightbulb__rays * {
stroke-dashoffset: 1;
opacity: 0
}
.theme-toggle {
--theme-toggle__simple--duration: 500ms
}
.theme-toggle__simple :first-child path {
transition-property: transform,d;
transition-duration: calc(var(--theme-toggle__simple--duration));
transition-timing-function: cubic-bezier(0,0,.15,1.25)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__simple :first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__simple :first-child path {
d: path("M-18-1h55v37h-55zm32 12a1 1 0 0025 0 1 1 0 00-25 0")
}
@supports not (d:path("")) {
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__simple :first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__simple :first-child path {
transform: translate3d(-19px,5px,0)
}
}
.theme-toggle.theme-toggle--reversed .theme-toggle__around,.theme-toggle.theme-toggle--reversed .theme-toggle__classic,.theme-toggle.theme-toggle--reversed .theme-toggle__eclipse,.theme-toggle.theme-toggle--reversed .theme-toggle__expand,.theme-toggle.theme-toggle--reversed .theme-toggle__inner-moon,.theme-toggle.theme-toggle--reversed .theme-toggle__lightbulb,.theme-toggle.theme-toggle--reversed .theme-toggle__simple,.theme-toggle.theme-toggle--reversed .theme-toggle__within {
transform: scaleX(-1)
}
.theme-toggle.theme-toggle--reversed .theme-toggle__dark-inner,.theme-toggle.theme-toggle--reversed .theme-toggle__dark-side,.theme-toggle.theme-toggle--reversed .theme-toggle__half-sun,.theme-toggle.theme-toggle--reversed .theme-toggle__horizon {
transform: scaleY(-1)
}
.theme-toggle {
--theme-toggle__within--duration: 500ms
}
.theme-toggle__within * {
transform-origin: center;
transition: transform calc(var(--theme-toggle__within--duration)) cubic-bezier(0,0,0,1.25)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__within .theme-toggle__within__circle,.theme-toggle input[type=checkbox]:checked~.theme-toggle__within .theme-toggle__within__circle {
transform: scale(1.5)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__within .theme-toggle__within__inner,.theme-toggle input[type=checkbox]:checked~.theme-toggle__within .theme-toggle__within__inner {
transform: translate3d(3px,-3px,0) scale(1.2)
}
.theme-toggle--toggled:not(label).theme-toggle .theme-toggle__within g path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__within g path {
transform: scale(.65)
}
.theme-toggle {
border: none;
background: 0 0;
cursor: pointer
}
.theme-toggle input[type=checkbox] {
display: none
}
.theme-toggle .theme-toggle-sr {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border-width: 0
}
@media(prefers-reduced-motion:reduce) {
.theme-toggle:not(.theme-toggle--force-motion) * {
transition: none!important
}
}
html {
--prism-bg: #f4f4f5;
--prism-text: #383a42;
--prism-text-shadow: none;
--prism-selection-bg: #e5e5e6;
--prism-comment: #a0a1a7;
--prism-punctuation: #5c6370;
--prism-attr-name: #b76b01;
--prism-keyword: #a626a4;
--prism-tag: #e45649;
--prism-string: #50a14f;
--prism-function: #4078f2;
--prism-url: #0184bc;
--prism-interpolation: #ca1243
}
html.dark {
--prism-bg: #1e1e1e;
--prism-text: #abb2bf;
--prism-text-shadow: 0 1px rgba(0,0,0,0.3);
--prism-selection-bg: #3e4451;
--prism-comment: #5c6370;
--prism-punctuation: #abb2bf;
--prism-attr-name: #d19a66;
--prism-keyword: #c678dd;
--prism-tag: #e06c75;
--prism-string: #98c379;
--prism-function: #61afef;
--prism-url: #56b6c2;
--prism-interpolation: #be5046
}
code[class*=language-],pre[class*=language-] {
background: var(--prism-bg);
color: var(--prism-text);
text-shadow: var(--prism-text-shadow);
font-family: Fira Code,Fira Mono,Menlo,Consolas,DejaVu Sans Mono,monospace;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
line-height: 1.5;
-moz-tab-size: 2;
-o-tab-size: 2;
tab-size: 2;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none
}
code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection,pre[class*=language-] ::-moz-selection {
background: var(--prism-selection-bg);
text-shadow: none;
color: inherit
}
code[class*=language-]::selection,code[class*=language-] ::selection,pre[class*=language-] ::selection {
background: var(--prism-selection-bg);
text-shadow: none;
color: inherit
}
pre[class*=language-] {
padding: 1em;
margin: .5em 0;
overflow: auto;
border-radius: .3em
}
:not(pre)>code[class*=language-] {
padding: .2em .3em;
border-radius: .3em;
white-space: normal
}
@media print {
code[class*=language-],pre[class*=language-] {
text-shadow: none
}
}
.token.cdata,.token.comment,.token.prolog {
color: var(--prism-comment)
}
.token.doctype,.token.entity,.token.punctuation {
color: var(--prism-punctuation)
}
.token.atrule,.token.attr-name,.token.boolean,.token.class-name,.token.constant,.token.number {
color: var(--prism-attr-name)
}
.token.keyword {
color: var(--prism-keyword)
}
.token.deleted,.token.important,.token.property,.token.symbol,.token.tag {
color: var(--prism-tag)
}
.token.attr-value,.token.attr-value>.token.punctuation,.token.builtin,.token.char,.token.inserted,.token.regex,.token.selector,.token.string {
color: var(--prism-string)
}
.token.function,.token.operator,.token.variable {
color: var(--prism-function)
}
.token.url {
color: var(--prism-url)
}
.token.attr-value>.token.punctuation.attr-equals,.token.special-attr>.token.attr-value>.token.value.css {
color: var(--prism-punctuation)
}
.language-jsx .token.operator {
color: var(--prism-keyword)
}
.language-jsx .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation {
color: var(--prism-interpolation)
}
.language-jsx .token.class-name {
color: var(--prism-tag)
}
.token.bold {
font-weight: 700
}
.token.comment,.token.italic {
font-style: italic
}
.token.entity {
cursor: help
}
.token.namespace {
opacity: .8
}
Also see: Tab Triggers