:root {
    --color-sh-border-rgb: 240 238 231;
}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:host, html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

body {
    margin: 0;
    line-height: inherit
}

p {
    margin-block-end: 0;
    margin-block-start: 0;
}

.sh-bg-light {
    background-color: var(--color-background-light);
}

.sh-bg-white {
    background-color: var(--color-background-white);
}

.sh-bg-surface-container {
    --bg-opacity: 0.5;
    --bg-color: 242 193 78;
    background-color: rgb(var(--bg-color) / var(--bg-opacity, 1));
}

.sh-bg-surface-edit {
    --bg-opacity: 1;
    background-color: rgb(235 232 225 / var(--bg-opacity, 1));
}

.sh-bg-outline-variant {
    --border-color: var(--color-sh-border-rgb);
    background-color: rgb(var(--border-color));
}

.h-screen {
    height: 100vh;
}

.h-px {
    height: 1px;
}

.h-8 {
    height: 2rem;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1 1 0;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.overflow-y-auto {
    overflow-y: auto;
}

.w-64 {
    width: 16rem;
}

.w-80 {
    width: 20rem;
}

.p-4 {
    padding: 1rem !important;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pl-4 {
    padding-left: 1rem !important;
}

.pt-nav {
    padding-top: var(--navbar-height)
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-8 {
    margin-bottom: 2rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-4 {
    margin-left: 1rem;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-3 {
    gap: 0.75rem  !important;
}

.border-none {
    border-style: none;
}

.border {
    border-width: 1px;
}

.border-surface-container {
    ---border-opacity: 1;
    --border-color: var(--color-sh-border-rgb);
    border-color: rgb(var(--border-color) / var(---border-opacity, 1));
}

.border-secondary\/40 {
    border-color: color-mix(in srgb, var(--color-secondary) 40%, transparent);
}

.border-dashed {
    border-style: dashed;
}

.border-2 {
    border-width: 2px;
}

.border-r {
    border-right-width: 1px;
}

.border-l {
    border-left-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-l-2 {
    border-left-width: 2px;
}

.uppercase {
    text-transform: uppercase;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.text-outline {
    --tw-text-opacity: 1;
    color: rgb(115 119 126 / var(--tw-text-opacity, 1));
}

.text-9 {
    font-size: 9px;
}

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-20 {
    font-size: 20px;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.leading-tight {
    line-height: 1.25;
}

.font-weight-5 {
    font-weight: 500;
}

.font-weight-7 {
    font-weight: 700;
}

.font-weight-9 {
    font-weight: 900;
}

.text-on-surface-70 {
    color: rgb(28 28 24 / 0.7);
}

.text-on-surface-50 {
    color: rgb(28 28 24 / 0.5);
}

.text-color-primary {
    color: var(--color-primary);
}

.text-color-secondary {
    color: var(--color-secondary);
}

.font-headline {
    font-family: Space Grotesk;
}

.rounded-full {border-radius: 9999px;}

.rounded-lg {border-radius: 2rem;}

.rounded-sm {border-radius: 0.125rem;}

.rounded-xl {border-radius: 3rem;}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.cursor-pointer {
    cursor: pointer;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.w-full {width: 100%;}

.w-8 {width: 2rem;}


.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-secondary:focus {
    ---border-opacity: 1;
    border-color: color-mix(in srgb, var(--color-secondary) var(---border-opacity, transparent));
}