*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Spectral", "Times New Roman", serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(13, 13, 13, 0);
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  background-color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #927548;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.15s ease, text-decoration 0.15s ease;
}
a:hover {
  color: #ff4500;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre, code, kbd, samp {
  font-family: "Crimson Text", "Georgia", serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.soc-pointer {
  cursor: url("../../assets/dark-souls-cursor.cur"), auto, pointer;
}

@keyframes flicker {
  0%, 19%, 21%, 60%, 62%, 100% {
    opacity: 1;
  }
  20%, 61% {
    opacity: 0.7;
  }
}
.is-flicker {
  animation: flicker 2s infinite;
}

@keyframes ghostly-flicker {
  0%, 15%, 25%, 35%, 50%, 65%, 75%, 85%, 100% {
    opacity: 0.8;
  }
  20%, 30%, 60%, 70%, 90% {
    opacity: 0.3;
  }
}
.is-ghostly {
  animation: ghostly-flicker 4s infinite;
}

@keyframes whispering-shadows {
  0%, 100% {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 30px rgba(70, 0, 70, 0.3);
  }
}
.is-whispering {
  animation: whispering-shadows 4s infinite ease-in-out;
}

html, body, pre, code, kbd, samp {
  font-family: "Spectral", "Times New Roman", serif;
}

html {
  cursor: url("../../assets/dark-souls-cursor.cur"), auto;
}

body {
  font-size: 16px;
  color: #0d0d0d;
  background-color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
}

label {
  cursor: url("../../assets/dark-souls-cursor.cur"), auto;
}

a, button {
  cursor: url("../../assets/dark-souls-cursor.cur"), auto;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
}

input[type=radio], input[type=checkbox] {
  outline: 0;
}

.soc-text.is-primary {
  color: #927548;
}
.soc-text.is-success {
  color: #228b22;
}
.soc-text.is-warning {
  color: #ff4500;
}
.soc-text.is-error {
  color: #8b0000;
}
.soc-text.is-disabled {
  color: #1a1a1a;
  cursor: not-allowed;
  opacity: 0.7;
}
.soc-text.is-soul {
  color: #4169e1;
}
.soc-text.is-ember {
  color: #f94b10;
  text-shadow: 0 0 5px rgba(249, 75, 16, 0.8), 0 0 10px rgba(249, 75, 16, 0.56), 0 0 20px rgba(249, 75, 16, 0.4);
}
.soc-text.is-bonfire {
  color: #fecb53;
  text-shadow: 0 0 5px rgba(254, 203, 83, 0.8), 0 0 10px rgba(254, 203, 83, 0.56), 0 0 20px rgba(254, 203, 83, 0.4);
}
.soc-text.is-heir {
  color: #fdf366;
  text-shadow: 0 0 5px rgba(253, 243, 102, 0.8), 0 0 10px rgba(253, 243, 102, 0.56), 0 0 20px rgba(253, 243, 102, 0.4);
}
.soc-text.is-death {
  color: #5d0d0c;
  text-shadow: 0 0 5px rgba(93, 13, 12, 0.8), 0 0 10px rgba(93, 13, 12, 0.56), 0 0 20px rgba(93, 13, 12, 0.4);
}
.soc-text.is-progress {
  color: #422c00;
}
.soc-text.is-button {
  color: #927548;
}

.soc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-width: 3px;
  border-style: solid;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  cursor: url("../../assets/dark-souls-cursor.cur"), auto;
  user-select: none;
}
.soc-btn:active {
  transform: scale(0.97);
}
.soc-btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  min-height: 2rem;
}
.soc-btn--md {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  min-height: 2.5rem;
}
.soc-btn--lg {
  padding: 1.5rem 2rem;
  font-size: 1.125rem;
  min-height: 3rem;
}
.soc-btn--xl {
  padding: 2rem 3rem;
  font-size: 1.25rem;
  min-height: 3.5rem;
}
.soc-btn:not([class*="--"]) {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  min-height: 2.5rem;
}
.soc-btn:disabled, .soc-btn.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.soc-btn.is-primary {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  color: #f4f1e8;
  border: 2px solid #927548;
  border-radius: 4px;
}
.soc-btn.is-primary:hover {
  background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
  box-shadow: 0 0 10px rgba(146, 117, 72, 0.6), 0 0 20px rgba(146, 117, 72, 0.42), 0 0 30px rgba(146, 117, 72, 0.24);
  border-color: rgb(175.4036697248, 143.3440366972, 93.5963302752);
}
.soc-btn.is-primary:active {
  box-shadow: 0 0 10px rgba(146, 117, 72, 0.3), 0 0 20px rgba(146, 117, 72, 0.21), 0 0 30px rgba(146, 117, 72, 0.12);
}
.soc-btn.is-secondary {
  background: #1a1a1a;
  border-color: #2a2a2a;
  color: #f4f1e8;
}
.soc-btn.is-secondary:hover {
  background: #1a1a1a;
  border-color: #f4f1e8;
  box-shadow: 0 0 10px rgba(244, 241, 232, 0.3), 0 0 20px rgba(244, 241, 232, 0.21), 0 0 30px rgba(244, 241, 232, 0.12);
  color: #927548;
}
.soc-btn.is-secondary:active {
  background: #2a2a2a;
}
.soc-btn.is-danger {
  background: rgba(139, 0, 0, 0.3);
  color: #f4f1e8;
  border: 2px solid #8b0000;
}
.soc-btn.is-danger:hover {
  background: rgba(139, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(220, 20, 60, 0.7), 0 0 20px rgba(220, 20, 60, 0.49), 0 0 30px rgba(220, 20, 60, 0.28);
}
.soc-btn.is-danger:active {
  background: rgba(139, 0, 0, 0.7);
}
.soc-btn.is-success {
  background: rgba(34, 139, 34, 0.3);
  color: #f4f1e8;
  border: 2px solid #228b22;
}
.soc-btn.is-success:hover {
  background: rgba(34, 139, 34, 0.4);
  box-shadow: 0 0 10px rgba(34, 139, 34, 0.7), 0 0 20px rgba(34, 139, 34, 0.49), 0 0 30px rgba(34, 139, 34, 0.28);
}
.soc-btn.is-success:active {
  background: rgba(34, 139, 34, 0.7);
}
.soc-btn.is-ghost {
  background: rgba(244, 241, 232, 0.1);
  color: #f4f1e8;
  border: 1px solid rgba(244, 241, 232, 0.3);
  backdrop-filter: blur(10px);
}
.soc-btn.is-ghost:hover {
  background: rgba(244, 241, 232, 0.2);
  border-color: #f4f1e8;
  box-shadow: 0 0 10px rgba(244, 241, 232, 0.4), 0 0 20px rgba(244, 241, 232, 0.28), 0 0 30px rgba(244, 241, 232, 0.16);
}
.soc-btn.is-ghost:active {
  background: rgba(244, 241, 232, 0.3);
}

.soc-btn.is-legacy {
  background: transparent;
  color: #f4f1e8;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 4px solid #927548;
  border-radius: 4px;
  padding: 4px 4rem;
  position: relative;
  transition: all 0.3s ease;
}
.soc-btn.is-legacy::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 1px solid rgba(146, 117, 72, 0.7);
  pointer-events: none;
  mix-blend-mode: overlay;
}
.soc-btn.is-legacy:hover {
  box-shadow: 0 0 10px rgba(162, 85, 27, 0.8), 0 0 20px rgba(162, 85, 27, 0.56), 0 0 30px rgba(162, 85, 27, 0.32);
  border-color: rgba(162, 85, 27, 0.6);
  box-shadow: inset 0 0 10px rgba(162, 85, 27, 0.5), inset 0 0 15px rgba(162, 85, 27, 0.3), 0 0 12px rgba(162, 85, 27, 0.7);
}
.soc-btn.is-legacy:active {
  box-shadow: inset 0 0 10px rgba(162, 85, 27, 0.9), inset 0 0 20px rgba(162, 85, 27, 0.4);
}

.soc-container {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #4a4a4a;
  background-color: transparent;
  color: #f4f1e8;
  font-family: "Spectral", "Times New Roman", serif;
}
.soc-container > :last-child {
  margin-bottom: 0;
}
.soc-container.is-centered {
  text-align: center;
}
.soc-container.is-right {
  text-align: right;
}
.soc-container.with-title > .title {
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  padding: 0 0.5rem;
  font-size: 1rem;
  font-family: "Cinzel", "Times New Roman", serif;
  background-color: #2a2a2a;
  color: #f4f1e8;
}
.soc-container.is-brass {
  border-color: #927548;
  color: #927548;
}
.soc-container.is-brass.with-title > .title {
  color: #927548;
  background-color: #2a2a2a;
}
.soc-container.is-rounded {
  border-radius: 8px;
  padding: 1rem 1.5rem;
}
.soc-container.is-rounded.with-title > .title {
  top: -0.8rem;
}
.soc-container.is-rounded.is-gold {
  border-color: #927548;
}
.soc-container.is-rounded.is-gold.with-title > .title {
  color: #927548;
}

.soc-list {
  list-style: none;
  padding-left: 1.5rem;
}
.soc-list li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  color: #f4f1e8;
}
.soc-list li::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e7e9fc;
  border-color: #87ceeb;
  box-shadow: 0 0 6px rgba(135, 206, 235, 0.8);
}

.soc-progress {
  width: 100%;
  height: 20px;
  border: 2px solid #927548;
  border-radius: 2px;
  background-color: #1a1a1a;
  overflow: hidden;
  appearance: none;
}
.soc-progress::-webkit-progress-bar {
  background-color: #1a1a1a;
}
.soc-progress::-webkit-progress-value {
  background: linear-gradient(to right, rgb(94.7660550459, 75.9426605505, 46.7339449541), rgb(111.8440366972, 89.628440367, 55.1559633028));
}

.soc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: spacing("xs") spacing("sm");
  font-family: "Crimson Text", "Georgia", serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid #4a4a4a;
  border-radius: radius("sm");
  background: #0a0a0a;
  color: #f4f1e8;
  user-select: none;
  line-height: 1;
  transition: all 0.2s ease;
}
.soc-badge--sm {
  font-size: 0.65rem;
  padding: spacing("xs") spacing("sm");
}
.soc-badge--md {
  font-size: 0.75rem;
  padding: spacing("sm") spacing("md");
}
.soc-badge--lg {
  font-size: 0.875rem;
  padding: spacing("sm") spacing("lg");
}
.soc-badge.is-primary {
  background: #927548;
  border-color: rgb(0.5, 0.5, 0.5);
  color: #1a1a1a;
}
.soc-badge.is-success {
  background: #228b22;
  border-color: rgb(18.9653179191, 77.5346820809, 18.9653179191);
  color: #f4f1e8;
}
.soc-badge.is-warning {
  background: #ff4500;
  border-color: rgb(178.5, 48.3, 0);
  color: #f4f1e8;
}
.soc-badge.is-error {
  background: #8b0000;
  border-color: rgb(62.5, 0, 0);
  color: #f4f1e8;
}
.soc-badge.is-info {
  background: #4169e1;
  border-color: #6a0dad;
  color: #f4f1e8;
}
.soc-badge.is-disabled {
  background: #1a1a1a;
  border-color: #2a2a2a;
  color: #3a3a3a;
  opacity: 0.6;
  filter: grayscale(100%);
}
.soc-badge.is-ember {
  background: rgba(249, 75, 16, 0.2);
  border: 1px solid #f94b10;
  color: #f94b10;
}
.soc-badge.is-bonfire {
  background: rgba(254, 203, 83, 0.2);
  border: 1px solid #fecb53;
  color: #fecb53;
}
.soc-badge.is-death {
  background: rgba(93, 13, 12, 0.3);
  border: 1px solid #5d0d0c;
  color: #dc143c;
}

.soc-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Crimson Text", "Georgia", serif;
  font-size: 0.875rem;
  color: #f4f1e8;
  background-color: #0a0a0a;
}
.soc-table th, .soc-table td {
  padding: spacing("sm") spacing("md");
  text-align: left;
  border: 1px solid #4a4a4a;
}
.soc-table th:first-child, .soc-table td:first-child {
  border-left: none;
}
.soc-table th:last-child, .soc-table td:last-child {
  border-right: none;
}
.soc-table tr:first-child th {
  border-top: none;
}
.soc-table tr:last-child td {
  border-bottom: none;
}
.soc-table thead {
  background-color: #1a1a1a;
  color: #927548;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.soc-table.is-striped tbody tr:nth-child(odd) {
  background-color: #2a2a2a;
}
.soc-table.is-hoverable tbody tr:hover {
  background-color: #3a3a3a;
  color: #f4f1e8;
}
.soc-table.is-centered th, .soc-table.is-centered td {
  text-align: center;
}
.soc-table.is-right th, .soc-table.is-right td {
  text-align: right;
}

.soc-input,
.soc-textarea {
  border-radius: 6px;
  width: calc(100% - 6px);
  padding: 0.5rem 1rem;
  margin: 4px;
  background-clip: padding-box;
  font-family: "Spectral", "Times New Roman", serif;
  font-size: 16px;
  background-color: #0a0a0a;
  color: #f4f1e8;
}
.soc-input.is-default,
.soc-textarea.is-default {
  border: 3px solid #0a0a0a;
  outline: 1px solid transparent;
  outline-color: #3a3a3a;
}
.soc-input.is-success,
.soc-textarea.is-success {
  border: 3px solid #228b22;
  outline: 1px solid transparent;
  outline-color: rgb(42.0184971098, 171.7815028902, 42.0184971098);
}
.soc-input.is-warning,
.soc-textarea.is-warning {
  border: 3px solid #ff4500;
  outline: 1px solid transparent;
  outline-color: rgb(255, 98.76, 40.8);
}
.soc-input.is-error,
.soc-textarea.is-error {
  border: 3px solid #8b0000;
  outline: 1px solid transparent;
  outline-color: rgb(179.8, 0, 0);
}
.soc-input.is-disabled,
.soc-textarea.is-disabled {
  border: 3px solid #1a1a1a;
  outline: 1px solid transparent;
  outline-color: #3a3a3a;
  background-color: rgb(22.75, 22.75, 22.75);
  color: #1a1a1a;
  cursor: not-allowed;
}
.soc-input:focus,
.soc-textarea:focus {
  box-shadow: 0 0 10px rgba(13, 13, 13, 0.4), 0 0 20px rgba(13, 13, 13, 0.28), 0 0 30px rgba(13, 13, 13, 0.16);
}
.soc-input:hover:not(.is-disabled),
.soc-textarea:hover:not(.is-disabled) {
  transform: translateY(-1px);
}

.soc-field > label {
  display: block;
  font-family: "Cinzel", "Times New Roman", serif;
  margin-bottom: 0.5rem;
}
.soc-field .soc-input,
.soc-field .soc-textarea {
  display: block;
}
.soc-field.is-inline {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.soc-field.is-inline > label {
  flex-basis: 0;
  flex-grow: 1;
  text-align: right;
  margin: 0;
}
.soc-field.is-inline .soc-input,
.soc-field.is-inline .soc-textarea {
  flex-basis: 0;
  flex-grow: 5;
}

/*# sourceMappingURL=soc.css.map */
