@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* Pretendard 폰트 로드 */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E5E5E5; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #A3A3A3; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #A3A3A3; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
.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;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-0\.5{
  left: 0.125rem;
}
.left-1\/2{
  left: 50%;
}
.left-12{
  left: 3rem;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.right-0{
  right: 0px;
}
.right-1\.5{
  right: 0.375rem;
}
.right-1\/4{
  right: 25%;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-8{
  right: 2rem;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1\.5{
  top: 0.375rem;
}
.top-1\/2{
  top: 50%;
}
.top-14{
  top: 3.5rem;
}
.top-16{
  top: 4rem;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[60\]{
  z-index: 60;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[85vh\]{
  height: 85vh;
}
.h-\[95vh\]{
  height: 95vh;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[70vh\]{
  max-height: 70vh;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.max-h-\[85vh\]{
  max-height: 85vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[430px\]{
  max-width: 430px;
}
.max-w-\[60\%\]{
  max-width: 60%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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-1\/2{
  --tw-translate-y: -50%;
  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-full{
  --tw-translate-y: -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));
}
.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));
}
.translate-x-5{
  --tw-translate-x: 1.25rem;
  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;
  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-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.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));
}
.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));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.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-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-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-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 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));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 20px;
}
.rounded-3xl{
  border-radius: 24px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 16px;
}
.rounded-t-2xl{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-t-3xl{
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-orange-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-primary-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 225 232 / var(--tw-border-opacity, 1));
}
.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(255 77 109 / var(--tw-border-opacity, 1));
}
.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-primary-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 77 109 / var(--tw-border-opacity, 1));
}
.border-t-transparent{
  border-top-color: transparent;
}
.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-pink-200\/50{
  background-color: rgb(251 207 232 / 0.5);
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 232 / var(--tw-bg-opacity, 1));
}
.bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 212 / var(--tw-bg-opacity, 1));
}
.bg-primary-300\/30{
  background-color: rgb(255 163 184 / 0.3);
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 243 / var(--tw-bg-opacity, 1));
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 77 109 / var(--tw-bg-opacity, 1));
}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50{
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-50{
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50{
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100{
  --tw-gradient-from: #FFE1E8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 225 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200{
  --tw-gradient-from: #FFC7D4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 199 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400{
  --tw-gradient-from: #FF6B8B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 107 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50{
  --tw-gradient-from: #FFF0F3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 240 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500{
  --tw-gradient-from: #FF4D6D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 77 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/80{
  --tw-gradient-from: rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-primary-100{
  --tw-gradient-to: rgb(255 225 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FFE1E8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-pink-50{
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}
.to-primary-200{
  --tw-gradient-to: #FFC7D4 var(--tw-gradient-to-position);
}
.to-primary-600{
  --tw-gradient-to: #E63B5A var(--tw-gradient-to-position);
}
.to-purple-50{
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}
.to-secondary-50{
  --tw-gradient-to: #F0F9FF var(--tw-gradient-to-position);
}
.to-teal-50{
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-yellow-50{
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-24{
  padding-right: 6rem;
}
.pr-28{
  padding-right: 7rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(255 77 109 / var(--tw-text-opacity, 1));
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(230 59 90 / var(--tw-text-opacity, 1));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(204 42 71 / var(--tw-text-opacity, 1));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-secondary-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-90{
  opacity: 0.9;
}
.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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_40px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 0 40px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 40px 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-card{
  --tw-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 2px 8px 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-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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-nav{
  --tw-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 -2px 10px 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-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);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-primary-500\/30{
  --tw-shadow-color: rgb(255 77 109 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* 스크롤바 숨기기 */
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
.scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
/* iOS Safe Area */
.h-safe-area-inset-bottom {
    height: env(safe-area-inset-bottom, 0px);
  }
/* 텍스트 줄 제한 */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
:root {
  /* StartUm Design System Colors */
  --color-primary: #FF4D6D;
  --color-primary-light: #FF6B8B;
  --color-primary-dark: #E63B5A;
  --color-secondary: #87CEEB;
  --color-secondary-light: #BAE6FD;
  --color-background: #FFFFFF;
  --color-background-secondary: #FAFAFA;
  --color-text-primary: #333333;
  --color-text-secondary: #666666;
  --color-text-muted: #999999;
  --color-border: #E5E5E5;

  /* App Container */
  --app-max-width: 430px;
  --header-height: 56px;
  --bottom-nav-height: 64px;

  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: #F5F5F5;
  color: var(--color-text-primary);
}
#root {
  min-height: 100vh;
}
/* App Container - Desktop에서 모바일 뷰 중앙 정렬 */
/* 유틸리티 클래스 */
/* 애니메이션 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:left-\[2px\]::after{
  content: var(--tw-content);
  left: 2px;
}
.after\:top-\[2px\]::after{
  content: var(--tw-content);
  top: 2px;
}
.after\:h-5::after{
  content: var(--tw-content);
  height: 1.25rem;
}
.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}
.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.last\:border-0:last-child{
  border-width: 0px;
}
.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  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\:scale-110:hover{
  --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));
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 77 109 / var(--tw-border-opacity, 1));
}
.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 232 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 59 90 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:from-pink-100:hover{
  --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-purple-100:hover{
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}
.hover\:text-amber-700:hover{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(255 77 109 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(230 59 90 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:shadow-card-hover:hover{
  --tw-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover{
  --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);
}
.focus\:border-primary-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 77 109 / var(--tw-border-opacity, 1));
}
.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-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 77 109 / var(--tw-ring-opacity, 1));
}
.disabled\:bg-gray-300:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-red-300:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.disabled\:opacity-30:disabled{
  opacity: 0.3;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.peer:checked ~ .peer-checked\:bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 77 109 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:after\:translate-x-full::after{
  content: var(--tw-content);
  --tw-translate-x: 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));
}
.peer:checked ~ .peer-checked\:after\:border-white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.peer:focus ~ .peer-focus\:outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
/* 새 디자인 스타일 - 밝은 테마, 맞춤형 정보 강조 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 페이지 전환 애니메이션 */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.app-new {
  min-height: 100vh;
  background: #fafafa;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fadeIn 0.4s ease-out;
}

/* 기본 스타일 - 새 디자인에 맞게 수정하세요 */
.landing-page {
  background: linear-gradient(135deg, #E8F4F8 0%, #F0E8FF 50%, #FFE8F0 100%);
  position: relative;
  padding-top: 0px;
  min-height: calc(100vh - 70px);
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.main-header--hidden {
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}

.main-nav {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
}

.nav-left,
.nav-right {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.nav-link {
  text-decoration: none;
  color: #4A5568;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.nav-link:hover {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
}

.nav-nickname {
  cursor: default;
  color: #4A5568;
  font-weight: 600;
}

.nav-nickname:hover {
  background: transparent;
  color: #4A5568;
}

.nav-profile-button {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  font-weight: 600;
  border: 1px solid rgba(102, 126, 234, 0.2);
}

.nav-profile-button:hover {
  background: rgba(102, 126, 234, 0.15);
  color: #5568d3;
  border-color: rgba(102, 126, 234, 0.3);
}

.nav-cta {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white !important;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.nav-cta:hover {
  background: linear-gradient(135deg, #5568d3 0%, #6b46c1 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.nav-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.logo-image {
  height: 240px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-icon {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0.35rem;
  border-radius: 8px;
  transition: background 0.2s ease;
}

/* showBackButton일 때 레이아웃 - 데스크톱과 모바일 모두 */
.main-nav {
  position: relative;
}

.back-button {
  flex-shrink: 0;
}

/* showBackButton일 때만 햄버거 메뉴 항상 표시 */
.main-nav:has(.back-button) .nav-menu-button {
  display: block;
  margin-left: auto;
}

/* showBackButton일 때 nav-right 숨기기 */
.main-nav:has(.back-button) .nav-right {
  display: none;
}

.main-nav:has(.back-button) .nav-user-button {
  display: none;
}

.nav-icon:hover {
  background: rgba(0, 0, 0, 0.05);
}

.hero-section {
  padding: 6rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, #E8F4F8 0%, #F0E8FF 50%, #FFE8F0 100%);
  color: #2d3748;
  min-height: calc(100vh + 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 70% 50%, rgba(255, 107, 107, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.hero-text-container {
  position: relative;
  z-index: 1;
  animation: fadeIn 0.6s ease-out;
}

.hero-main-title {
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #4A5568 0%, #667eea 50%, #f56565 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
  animation: fadeIn 0.8s ease-out;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #718096;
  letter-spacing: 0.1em;
  animation: fadeIn 1s ease-out;
}

.hero-description {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  color: #4A5568;
  line-height: 1.8;
  animation: fadeIn 1.2s ease-out;
}

.hero-cta-button {
  padding: 1.25rem 3rem;
  font-size: 1.1rem;
  font-weight: 700;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  animation: fadeIn 1.4s ease-out;
  position: relative;
  overflow: hidden;
}

.hero-cta-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.hero-cta-button:hover::before {
  width: 300px;
  height: 300px;
}

.hero-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* 맞춤형 정보 강조 섹션 */
.custom-info-section {
  padding: 6rem 2rem;
  background: white;
  position: relative;
  overflow: hidden;
}

.custom-info-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(232, 244, 248, 0.5) 0%, rgba(240, 232, 255, 0.5) 100%);
  pointer-events: none;
}

.custom-info-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.custom-info-content {
  text-align: center;
  animation: fadeIn 0.8s ease-out;
}

.custom-info-title {
  font-size: 2.75rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  color: #2d3748;
  background: linear-gradient(135deg, #667eea 0%, #f56565 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.custom-info-description {
  font-size: 1.25rem;
  color: #4A5568;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.custom-info-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.custom-info-feature {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: left;
}

.custom-info-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.12);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.feature-text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.feature-text p {
  color: #718096;
  line-height: 1.6;
}

.custom-info-cta {
  padding: 1.25rem 3rem;
  font-size: 1.1rem;
  font-weight: 700;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.custom-info-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.featured-section {
  padding: 5rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
  animation: fadeIn 0.6s ease-out;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #2d3748;
  position: relative;
  padding-bottom: 1rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #f56565 100%);
  border-radius: 2px;
}

.section-link {
  background: none;
  border: none;
  color: #667eea;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.featured-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.featured-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(102, 126, 234, 0.15);
  border-color: rgba(102, 126, 234, 0.2);
}

.featured-category {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
}

.featured-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}

.featured-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.featured-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}

.featured-date {
  color: #999;
  font-size: 0.875rem;
}

.featured-dday {
  padding: 0.25rem 0.75rem;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
}

.main-footer {
  background: linear-gradient(135deg, #3d4a55 0%, #2a3239 100%);
  color: white;
  padding: 1rem 2rem 2rem;
  margin-top: 3rem;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.footer-brand-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0rem;
}

.footer-logo-image,
.footer-mascot-image {
  height: 150px;
  width: auto;
}

.footer-description {
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.6;
  color: #ccc;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.footer-link {
  color: white;
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer-link:hover {
  opacity: 0.7;
}

.footer-copyright {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #999;
}

/* 로그인 페이지 */
.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: linear-gradient(135deg, #E8F4F8 0%, #F0E8FF 100%);
  animation: fadeIn 0.4s ease-out;
}

.login-container {
  width: 100%;
  max-width: 450px;
  padding: 2rem;
  margin-top: -4rem;
}

.login-back-button {
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
}

.login-card {
  background: white;
  border-radius: 20px;
  padding: 1.5rem 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.login-logo-container {
  text-align: center;
  margin-bottom: 1rem;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.login-logo-image {
  max-height: 200px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.login-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.login-mode-toggle {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  background: #f5f5f5;
  padding: 0.25rem;
  border-radius: 8px;
  position: relative;
}

.mode-slider {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: calc(50% - 0.25rem);
  height: calc(100% - 0.5rem);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 6px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
  z-index: 1;
}

.mode-slider.slide-left {
  transform: translateX(0);
}

.mode-slider.slide-right {
  transform: translateX(calc(100% + 0.5rem));
}

.mode-button {
  flex: 1;
  padding: 0.75rem;
  border: none;
  background: transparent;
  border-radius: 6px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.mode-button:hover {
  color: #333;
}

.mode-button.active {
  color: white;
}

.error-message {
  padding: 0.75rem;
  background: #fee;
  border: 1px solid #fcc;
  border-radius: 8px;
  color: #c33;
}

.success-message {
  background: #efe;
  border: 1px solid #cfc;
  color: #3c3;
}

.info-message {
  padding: 0.75rem;
  background: #e3f2fd;
  border: 1px solid #90caf9;
  border-radius: 8px;
  color: #1976d2;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.verification-hint {
  font-size: 0.875rem;
  color: #666;
  font-style: italic;
}

.verify-resend-button {
  padding: 0.5rem 1rem;
  background-color: #6c757d;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.verify-resend-button:hover:not(:disabled) {
  background-color: #5a6268;
}

.verify-resend-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-align: center;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group.floating-label {
  position: relative;
  gap: 0;
}

.form-group.floating-label label {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  color: #999;
  font-size: 1rem;
  pointer-events: none;
  transition: all 0.3s ease;
  background: white;
  padding: 0 0.25rem;
  z-index: 1;
}

.form-group.floating-label label.floating {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #667eea;
  font-weight: 600;
}

.form-group.floating-label input:focus + label {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #667eea;
  font-weight: 600;
}

.form-group label {
  font-weight: 600;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1rem;
  background: transparent;
  width: 100%;
}

.form-group.floating-label .form-input {
  padding: 0.75rem;
}

.form-input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  transition: all 0.2s ease;
}

.login-button {
  padding: 0.875rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 0rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.login-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.login-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.login-footer {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}

.login-footer a {
  color: #667eea;
  text-decoration: none;
}

/* 온보딩 페이지 - 대화형 채팅 형식 */
.onboarding-page {
  background: linear-gradient(135deg, #E8F4F8 0%, #F0E8FF 50%, #FFE8F0 100%);
  min-height: 100vh;
  animation: fadeIn 0.4s ease-out;
}

/* 카드 형식 래퍼 */
.onboarding-card-wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 80px);
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
}

/* 진행률 헤더 */
.onboarding-progress-header {
  margin-bottom: 2rem;
}

.progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.progress-step-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #667eea;
}

.progress-percent-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
}

.progress-bar-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.progress-bar {
  flex: 1;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 4px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(102, 126, 234, 0.3);
}

.progress-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #667eea;
  min-width: 45px;
}

/* 채팅 컨테이너 */
.onboarding-chat-container {
  flex: 1;
  overflow-y: auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  scroll-behavior: smooth;
}

/* 채팅 메시지 */
.chat-message {
  display: flex;
  flex-direction: column;
  animation: fadeInUp 0.3s ease-out;
}

.chat-message.bot-message {
  align-items: flex-start;
}

.chat-message.user-message {
  align-items: flex-end;
}

/* 메시지 버블 */
.message-bubble {
  max-width: 70%;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  word-wrap: break-word;
  line-height: 1.5;
}

.bot-bubble {
  background: #f0f0f0;
  color: #333;
  border-bottom-left-radius: 4px;
}

.user-bubble {
  background: #4a4a4a;
  color: white;
  border-bottom-right-radius: 4px;
}

/* 수정 링크 */
.edit-answer-link {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #667eea;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.edit-answer-link:hover {
  color: #5568d3;
}

/* 옵션 버블 */
.options-bubble {
  background: #f8f8f8;
  padding: 1.5rem;
  border-radius: 12px;
  max-width: 100%;
}

.options-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.option-checkbox-item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.option-checkbox-item:hover {
  background: rgba(102, 126, 234, 0.1);
}

.option-checkbox-item input[type="checkbox"],
.option-checkbox-item input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 0.75rem;
  cursor: pointer;
  accent-color: #667eea;
}

.option-checkbox-text {
  font-size: 0.95rem;
  color: #333;
  flex: 1;
}

.option-checkbox-item input[type="checkbox"]:checked + .option-checkbox-text,
.option-checkbox-item input[type="radio"]:checked + .option-checkbox-text {
  color: #667eea;
  font-weight: 600;
}

/* 다음 버튼 */
.next-step-button {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: #667eea;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  align-self: flex-start;
}

.next-step-button:hover {
  background: #5568d3;
}

/* 질문 카드 */
.onboarding-question-card {
  background: white;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.question-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

.options-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.option-radio-item {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
}

.option-radio-item:hover {
  border-color: #667eea;
  background: #f8f9ff;
}

.option-radio-item.selected {
  border-color: #667eea;
  border-width: 2px;
  background: #f8f9ff;
}

.option-radio-item input[type="radio"],
.option-radio-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  cursor: pointer;
  accent-color: #667eea;
  flex-shrink: 0;
}

.option-radio-text {
  font-size: 1rem;
  color: #333;
  flex: 1;
}

.option-radio-item.selected .option-radio-text {
  color: #667eea;
  font-weight: 600;
}

/* 직접 입력 옵션 */
.custom-input-option {
  flex-direction: column;
  align-items: stretch;
  padding: 1rem 1.25rem;
  transition: all 0.3s ease;
}

.custom-input-option.expanded {
  padding: 1rem 1.25rem 1.25rem 1.25rem;
}

.custom-input-header {
  display: flex;
  align-items: center;
  width: 100%;
}

.custom-input-wrapper {
  width: 100%;
  margin-top: 0.75rem;
  animation: slideDown 0.3s ease-out;
  overflow: hidden;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
  }
  to {
    opacity: 1;
    max-height: 100px;
    margin-top: 0.75rem;
  }
}

.custom-text-input {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #667eea;
  border-radius: 8px;
  font-size: 1rem;
  color: #333;
  background: white;
  transition: border-color 0.2s ease;
}

.custom-text-input:focus {
  outline: none;
  border-color: #5568d3;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.custom-text-input::-moz-placeholder {
  color: #999;
}

.custom-text-input::placeholder {
  color: #999;
}

/* 네비게이션 버튼 컨테이너 */
.onboarding-navigation {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.onboarding-back-button {
  flex: 1;
  padding: 1rem 1.5rem;
  background: white;
  color: #667eea;
  border: 2px solid #667eea;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.onboarding-back-button:hover {
  background: #f0f0ff;
  border-color: #5568d3;
}

/* 다음 버튼 */
.onboarding-next-button {
  padding: 1rem 1.5rem;
  background: #667eea;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.onboarding-navigation .onboarding-next-button {
  flex: 1;
}

.onboarding-next-button:hover:not(:disabled) {
  background: #5568d3;
}

.onboarding-next-button:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

/* 폼 필드 스타일 */
.form-fields-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-field-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.optional-badge {
  font-size: 0.75rem;
  font-weight: 400;
  color: #999;
  background: #f5f5f5;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.form-field-input,
.form-field-select {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  color: #333;
  background: white;
  transition: all 0.2s ease;
}

.form-field-input:focus,
.form-field-select:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-field-input::-moz-placeholder {
  color: #999;
}

.form-field-input::placeholder {
  color: #999;
}

/* 지역 필드 컨테이너 */
.location-fields-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.location-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* 알림 설정 스타일 */
.notification-settings-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.notification-field-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.notification-options {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.notification-option {
  flex: 1;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
}

.notification-option:hover {
  border-color: #667eea;
  background: #f0f0ff;
}

.notification-option.selected {
  border-color: #667eea;
  background: #667eea;
  color: white;
}

.notification-option input[type="radio"] {
  margin-right: 0.5rem;
  accent-color: #667eea;
}

.notification-option.selected input[type="radio"] {
  accent-color: white;
}

.alert-timing-options {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.alert-timing-option {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
}

.alert-timing-option:hover {
  border-color: #667eea;
  background: #f0f0ff;
}

.alert-timing-option.selected {
  border-color: #667eea;
  background: #667eea;
  color: white;
}

.alert-timing-option input[type="checkbox"] {
  margin-right: 0.5rem;
  accent-color: #667eea;
}

.alert-timing-option.selected input[type="checkbox"] {
  accent-color: white;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.checkbox-label:hover {
  background: #f9f9f9;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #667eea;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 기존 채팅 형식 스타일 (참고용) */
.onboarding-chat-wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 80px);
  max-width: 800px;
  margin: 0 auto;
  background: white;
}

/* 기존 스타일 유지 (다른 곳에서 사용할 수 있음) */
.onboarding-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 80px);
  padding: 2rem;
}

.onboarding-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.onboarding-progress {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.onboarding-question {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

.onboarding-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

.onboarding-option-item {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.onboarding-option-item:hover {
  background: #f9f9f9;
}

.onboarding-option-item input[type="checkbox"],
.onboarding-option-item input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  cursor: pointer;
  accent-color: #667eea;
}

.onboarding-option-item input[type="checkbox"]:checked + .option-text,
.onboarding-option-item input[type="radio"]:checked + .option-text {
  color: #667eea;
  font-weight: 600;
}

.option-text {
  font-size: 1rem;
  color: #333;
  flex: 1;
}

.onboarding-navigation {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}

.nav-button {
  flex: 1;
  padding: 0.875rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.prev-button {
  background: #f5f5f5;
  color: #666;
}

.prev-button:hover:not(:disabled) {
  background: #e0e0e0;
}

.prev-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.next-button {
  background: #667eea;
  color: white;
}

.next-button:hover:not(:disabled) {
  background: #5568d3;
}

.next-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #ccc;
}

/* 기존 스타일 유지 (다른 곳에서 사용할 수 있음) */
.onboarding-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 6rem 2rem 2rem;
}

.onboarding-step {
  background: white;
  border-radius: 16px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.5s ease-out;
  transition: all 0.3s ease;
}

.step-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #333;
}

.nickname-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1rem;
}

.tag-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem;
}

.tag-button {
  padding: 0.75rem 1rem;
  border: 2px solid #e0e0e0;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}

.tag-button:hover {
  border-color: #667eea;
}

.tag-button.active {
  background: #00bcd4;
  color: white;
  border-color: #00bcd4;
  box-shadow: 0 2px 4px rgba(0, 188, 212, 0.3);
}

.stage-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.stage-button {
  padding: 1rem;
  border: 2px solid #e0e0e0;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
  transition: all 0.2s;
}

.stage-button:hover {
  border-color: #667eea;
}

.stage-button.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: #667eea;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.submit-button {
  width: 100%;
  padding: 1.25rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* 상세 페이지 */
.detail-page {
  background: linear-gradient(135deg, #E8F4F8 0%, #F0E8FF 50%, #FFE8F0 100%);
  min-height: 100vh;
}

.detail-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 2rem 3rem;
}

.detail-hero {
  margin-top: 80px;
}

.detail-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.detail-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
}

.detail-category-badge,
.detail-dday-badge {
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 4px;
  font-weight: 600;
}

.detail-dday-badge {
  background: white;
  color: #333;
}

/* 데스크탑 기본 스타일 */
.detail-info-wrapper {
  padding: 1rem 0rem;
}

.detail-info {
  background: white;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* 모바일 스타일 (768px 이하) */
@media (max-width: 768px) {
  .detail-info-wrapper {
    padding: 0rem;
  }
  .detail-info {
    padding: 1.5rem;
    border-radius: 12px;
  }
}

.detail-category-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
}

.detail-title {
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  color: #2d3748;
  line-height: 1.4;
}

.detail-meta {
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, #f8f9ff 0%, #fff5f5 100%);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(102, 126, 234, 0.1);
}

.detail-meta > div {
  padding: 0.5rem 0;
  color: #4A5568;
  font-size: 0.95rem;
}

.detail-meta > div:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.detail-date, .detail-source, .detail-region {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.detail-tag {
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #E8F4F8 0%, #F0E8FF 100%);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4A5568;
  border: 1px solid rgba(102, 126, 234, 0.15);
}

.toggle-tag-button {
  background: white;
  border: 1px solid #667eea;
  color: #667eea;
  cursor: pointer;
  transition: all 0.2s ease;
}

.toggle-tag-button:hover {
  background: #667eea;
  color: white;
}

.detail-body {
  padding: 2rem;
  background: #fafafa;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  color: #4A5568;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.apply-button {
  display: block;
  width: 100%;
  padding: 1.25rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.apply-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.apply-button-disabled {
  display: block;
  width: 100%;
  padding: 1.25rem;
  background: #e0e0e0;
  color: #999;
  text-align: center;
  border-radius: 12px;
  font-weight: 600;
}

/* 피드 페이지 */
.feed-page {
  background: linear-gradient(135deg, #E8F4F8 0%, #F0E8FF 100%);
  animation: fadeIn 0.4s ease-out;
}

.feed-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 6rem 2rem 2rem;
}

.feed-header {
  margin-bottom: 2rem;
}

.feed-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  color: #2d3748;
  position: relative;
  padding-bottom: 1rem;
}

.feed-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #f56565 100%);
  border-radius: 2px;
}

.category-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.category-tab {
  padding: 0.5rem 1rem;
  border: 2px solid #e0e0e0;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}

.category-tab:hover {
  border-color: #667eea;
}

.category-tab.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: #667eea;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}

.feed-post-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.5s ease-out;
}

.feed-post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(102, 126, 234, 0.15);
  border-color: rgba(102, 126, 234, 0.2);
}

.feed-post-image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
}

.feed-post-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.feed-post-category,
.feed-post-dday {
  position: absolute;
  top: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
}

.feed-post-category {
  left: 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

.feed-post-dday {
  right: 1rem;
  background: white;
  color: #333;
}

.feed-post-content {
  padding: 1.5rem;
}

.feed-post-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #333;
}

.feed-post-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.feed-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.feed-post-tag {
  padding: 0.25rem 0.75rem;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 0.875rem;
}

.feed-post-date {
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
  color: #999;
  font-size: 0.875rem;
}

.empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4rem 2rem;
  background: white;
  border-radius: 12px;
}

.empty-title {
    font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}

.empty-description {
  color: #666;
  margin-bottom: 2rem;
}

.reset-filter-button {
  padding: 0.875rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.reset-filter-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.back-button {
  padding: 0.5rem 1rem;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
}

.user-greeting {
  color: #333;
  font-weight: 600;
}

/* 스크롤 애니메이션 */
@keyframes scrollFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-fade-in {
  animation: scrollFadeIn 0.6s ease-out;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .hero-main-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-description {
    font-size: 1.1rem;
  }

  .custom-info-title {
    font-size: 2rem;
  }

  .custom-info-description {
    font-size: 1.1rem;
  }

  .custom-info-features {
    grid-template-columns: 1fr;
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }

  .main-nav {
    flex-direction: column;
    gap: 1rem;
  }

  .nav-left,
  .nav-right {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-section {
    padding: 4rem 1.5rem;
  }

  .custom-info-section {
    padding: 4rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-main-title {
    font-size: 2.5rem;
  }

  .custom-info-title {
    font-size: 1.75rem;
  }

  .section-title {
    font-size: 2rem;
  }
}

/* 프로필 페이지 스타일 */
/* 프로필 페이지 전체 레이아웃 */
.profile-page {
  background: linear-gradient(135deg, #E8F4F8 0%, #F0E8FF 50%, #FFE8F0 100%);
  animation: fadeIn 0.4s ease-out;
  min-height: 100vh;
}

.profile-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  padding-top: 6rem;
}

.profile-header {
  margin-bottom: 2rem;
}

.profile-admin-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: linear-gradient(135deg, #f4f6ff 0%, #fdf2ff 100%);
  margin-bottom: 16px;
}

.profile-admin-banner__left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.profile-admin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4f46e5;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.4px;
  border: 1px solid #e0e7ff;
}

.profile-admin-text {
  color: #374151;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}

.profile-admin-button {
  padding: 10px 14px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.25);
}

.profile-admin-button:hover {
  opacity: 0.9;
}

.profile-admin-button:active {
  transform: translateY(1px);
}

/* ================================
   Responsive (<=768px)
   ================================ */
@media (max-width: 768px) {
  body {
    min-width: 360px;
  }
  .app-new {
    min-width: 360px;
    padding-top: 50px; /* 모바일 헤더 높이에 맞춘 여백 */
  }
  .main-header {
    padding: 0.25rem 0.6rem; /* 헤더 자체 높이 축소 */
    position: fixed;
    overflow: visible; /* 로고가 navbar를 넘어서도 보이도록 */
  }
  .main-nav {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.2rem 0.4rem; /* 메뉴 간 간격 축소 */
    overflow: visible; /* 로고가 navbar를 넘어서도 보이도록 */
    position: relative;
  }
  .nav-left,
  .nav-right {
    width: auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .nav-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    justify-content: center;
    margin: 0;
    z-index: 1;
  }
  .logo-image {
    height: 130px;
  }
  .back-button {
    position: relative;
    order: 1;
    padding: 0.4rem 0.75rem;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    z-index: 2;
  }
  
  .main-nav:has(.back-button) .nav-menu-button {
    order: 3;
    margin-left: auto;
  }
  
  .main-nav:has(.back-button) .nav-logo {
    order: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-link {
    font-size: 0.95rem;
    padding: 0.3rem 0.55rem; /* 버튼 패딩 축소로 헤더 높이 감소 */
  }
  .hero-section {
    padding: 5.5rem 1.25rem 3rem;
    min-height: auto;
  }
  .hero-main-title {
    font-size: 2.2rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
  .hero-description {
    font-size: 0.95rem;
  }
  .custom-info-section,
  .featured-section,
  .announcements-content,
  .profile-content-wrapper,
  .feed-content,
  .admin-content {
    padding: 1.5rem 1rem;
  }
  .custom-info-grid,
  .featured-grid,
  .option-grid,
  .tag-grid-small,
  .posts-grid {
    grid-template-columns: 1fr !important;
  }
  .filter-row,
  .filter-group,
  .filter-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .search-section {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  .search-input-wrapper {
    width: 100%;
  }
  .filter-group button,
  .sort-button,
  .filter-pill {
    width: 100%;
  }
  .announcements-table-wrapper {
    overflow-x: auto;
  }
  .announcements-table {
    min-width: 640px;
  }
  .profile-admin-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .profile-admin-button {
    width: 100%;
    text-align: center;
  }
}

.profile-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}

.profile-sections-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.profile-main-section {
  background: white;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.section-header {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #e0e0e0;
  background: #fafafa;
}

.section-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  margin-bottom: 0.5rem;
}

.section-description {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.section-content {
  padding: 2rem;
}

.info-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.info-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.info-label {
  min-width: 150px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  padding-top: 0.5rem;
}

.info-value {
  flex: 1;
}

.nickname-value-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.info-value-with-button {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* 닉네임 입력 필드 래퍼 */
.nickname-input-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
}

.nickname-counter {
  position: absolute;
  left: 0.8rem;
  font-size: 0.85rem;
  color: #999;
  z-index: 1;
  pointer-events: none;
}

.profile-input-with-inner {
  width: 100%;
  padding: 0.6rem 0.8rem;
  padding-left: 3.5rem;
  padding-right: 7rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.profile-input-with-inner:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
}

.profile-input-with-inner:disabled {
  background: #f5f5f5;
  cursor: not-allowed;
}

.nickname-message {
  position: absolute;
  right: 6.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}

.nickname-message.error {
  color: #d32f2f;
}

.nickname-message.success {
  color: #2e7d32;
}

.nickname-check-button {
  position: absolute;
  right: 0.5rem;
  padding: 0.4rem 0.8rem;
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 1;
}

.nickname-check-button:hover:not(:disabled) {
  background: #e0e0e0;
  border-color: #999;
}

.nickname-check-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nickname-change-button {
  flex-shrink: 0;
  white-space: nowrap;
}

.info-action-button.primary {
  background: #00bcd4;
  color: white;
  border-color: #00bcd4;
}

.info-action-button.primary:hover:not(:disabled) {
  background: #00acc1;
  border-color: #00acc1;
}

.info-action-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.profile-input {
  width: 100%;
  max-width: 400px;
  padding: 0.6rem 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.profile-input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
}

.profile-input-readonly {
  width: 100%;
  max-width: 400px;
  padding: 0.6rem 0.8rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 0.95rem;
  background: #f5f5f5;
  color: #666;
  cursor: not-allowed;
}

.info-action-button {
  padding: 0.5rem 1rem;
  background: white;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.info-action-button:hover {
  background: #f5f5f5;
  border-color: #999;
}

.info-action-button.danger {
  color: #d32f2f;
  border-color: #d32f2f;
}

.info-action-button.danger:hover {
  background: #ffebee;
}

/* AI 프로필 분석 스타일 */
.analysis-result-container {
  margin-bottom: 1.5rem;
}

.analysis-text {
  background: #f8f9ff;
  border-left: 4px solid #667eea;
  padding: 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1rem;
}

.analysis-meta {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.75rem;
}

.analysis-date {
  font-size: 0.875rem;
  color: #666;
}

.analysis-actions {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}

.analysis-empty-state {
  text-align: center;
  padding: 2rem 1rem;
}

.analysis-empty-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* 동의정보 스타일 */
.consent-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f0f0f0;
}

.consent-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.consent-info {
  flex: 1;
  margin-right: 2rem;
}

.consent-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.consent-description {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.consent-toggle {
  flex-shrink: 0;
}

/* 토글 스위치 스타일 */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 26px;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.toggle-switch input:checked + .toggle-slider {
  background-color: #00bcd4;
}

.toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(24px);
}

/* 하단 버튼 영역 */
.profile-actions-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 2rem;
}

.submit-success-message {
  padding: 0.5rem 1rem;
  background: #2e7d32;
  color: white;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  animation: fadeIn 0.3s ease-out;
}

.profile-actions-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.profile-actions-buttons > .profile-submit-button,
.profile-actions-buttons > .profile-cancel-button {
  width: auto;
}

.profile-submit-button {
  padding: 0.75rem 2rem;
  background: #00bcd4;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.profile-submit-button:hover:not(:disabled) {
  background: #00acc1;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 188, 212, 0.3);
}

.profile-submit-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.profile-cancel-button {
  padding: 0.75rem 2rem;
  background: white;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.profile-cancel-button:hover:not(:disabled) {
  background: #f5f5f5;
  border-color: #999;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .profile-content-wrapper {
    padding: 1rem;
    padding-top: 5rem;
  }

  .profile-title {
    font-size: 1.5rem;
  }

  .section-header {
    padding: 1rem 1.5rem;
  }

  .section-content {
    padding: 1.5rem;
  }

  .info-row {
    flex-direction: column;
    gap: 0.75rem;
  }

  .info-label {
    min-width: auto;
  }

  .info-value-with-button,
  .info-value-with-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .nickname-input-wrapper {
    max-width: 100%;
  }

  .nickname-counter {
    font-size: 0.75rem;
    left: 0.6rem;
  }

  .profile-input-with-inner {
    padding-left: 3rem;
    padding-right: 6rem;
    font-size: 0.9rem;
  }

  .nickname-message {
    right: 5.5rem;
    font-size: 0.7rem;
  }

  .nickname-check-button {
    padding: 0.35rem 0.6rem;
    font-size: 0.8rem;
    right: 0.4rem;
  }

  .nickname-value-container {
    flex-direction: column;
    align-items: stretch;
  }

  .nickname-change-button {
    width: 100%;
    margin-top: 0.75rem;
  }

  .analysis-result-container {
    margin-bottom: 1.5rem;
  }

  .analysis-text {
    background: #f8f9ff;
    border-left: 4px solid #667eea;
    padding: 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1rem;
  }

  .analysis-meta {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.75rem;
  }

  .analysis-date {
    font-size: 0.875rem;
    color: #666;
  }

  .analysis-actions {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
  }

  .analysis-empty-state {
    text-align: center;
    padding: 2rem 1rem;
  }

  .analysis-empty-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .profile-input,
  .profile-input-readonly {
    max-width: 100%;
  }

  .consent-row {
    flex-direction: column;
    gap: 1rem;
  }

  .consent-info {
    margin-right: 0;
  }

  .profile-actions-buttons {
    flex-direction: column;
    width: 100%;
  }

  .profile-actions-buttons .profile-submit-button,
  .profile-actions-buttons .profile-cancel-button {
    width: 100%;
  }
}

/* AI 프로필 분석 스타일 */
.analysis-result-container {
  margin-bottom: 1.5rem;
}

.analysis-text {
  background: #f8f9ff;
  border-left: 4px solid #667eea;
  padding: 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1rem;
}

.analysis-meta {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.75rem;
}

.analysis-date {
  font-size: 0.875rem;
  color: #666;
}

.analysis-actions {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}

.analysis-empty-state {
  text-align: center;
  padding: 2rem 1rem;
}

.analysis-empty-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* 관심 분야 상세 정보 스타일 */
.step-description {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* 선택된 관심 분야 목록 스타일 */
.selected-interests-list {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8f9ff;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
}

.selected-interests-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}

.selected-interests-tags {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.selected-interest-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  background: white;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.selected-interest-name {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.add-detail-button {
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.add-detail-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.remove-detail-button {
  padding: 0.5rem 1rem;
  background: #f44336;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.remove-detail-button:hover {
  background: #d32f2f;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(244, 67, 54, 0.3);
}

.interest-details-container {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.interest-detail-card {
  background: #f8f9ff;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.interest-detail-card:hover {
  border-color: #667eea;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.interest-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  background: white;
  transition: all 0.3s ease;
}

.interest-detail-header:hover {
  background: #f8f9ff;
}

.interest-detail-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.expand-icon {
  font-size: 0.9rem;
  color: #667eea;
  transition: transform 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.expand-icon.expanded {
  transform: rotate(180deg);
}

.interest-detail-content {
  padding: 1.5rem;
  background: white;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.detail-field {
  margin-bottom: 2rem;
}

.detail-field:last-child {
  margin-bottom: 0;
}

.detail-label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75rem;
}

/* 관심도 별점 스타일 */
.priority-stars {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.star-button {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.25rem;
  transition: all 0.2s ease;
  filter: grayscale(100%);
  opacity: 0.4;
}

.star-button:hover {
  transform: scale(1.2);
  filter: grayscale(0%);
  opacity: 0.8;
}

.star-button.active {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

.priority-value {
  font-size: 1rem;
  font-weight: 600;
  color: #667eea;
  margin-left: 0.5rem;
}

/* 옵션 그리드 스타일 */
.option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}

.option-button {
  padding: 0.75rem 1rem;
  border: 2px solid #e0e0e0;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  text-align: center;
}

.option-button:hover {
  border-color: #667eea;
  background: #f8f9ff;
}

.option-button.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: #667eea;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

/* 작은 태그 그리드 스타일 */
.tag-grid-small {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.75rem;
}

.tag-button-small {
  padding: 0.6rem 0.9rem;
  border: 2px solid #e0e0e0;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.85rem;
  transition: all 0.2s ease;
  text-align: center;
}

.tag-button-small:hover {
  border-color: #667eea;
  background: #f8f9ff;
}

.tag-button-small.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: #667eea;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

/* 셀렉트 박스 스타일 */
.detail-select {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.detail-select:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.detail-select:hover {
  border-color: #667eea;
}

/* 반응형 디자인 - 관심 분야 상세 정보 */
@media (max-width: 768px) {
  .interest-detail-header {
    padding: 1rem;
  }

  .interest-detail-content {
    padding: 1rem;
  }

  .option-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.5rem;
  }

  .tag-grid-small {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.5rem;
  }

  .star-button {
    font-size: 1.2rem;
  }

  .priority-value {
    font-size: 0.9rem;
  }

  .selected-interests-list {
    padding: 1rem;
  }

  .selected-interest-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .add-detail-button,
  .remove-detail-button {
    width: 100%;
  }
}

/* 이메일 인증 관련 스타일 */
.email-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.email-input-wrapper {
  position: relative;
  width: 100%;
}

.email-verification-buttons {
  display: none; /* 기존 버튼 숨김 */
}

.email-verification-inline {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 10;
}

.verify-email-button-inline {
  padding: 0.4rem 0.8rem;
  background-color: #667eea;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.verify-email-button-inline:hover:not(:disabled) {
  background-color: #5568d3;
}

.verify-email-button-inline:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.verification-status-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.timer-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f44336;
  min-width: 40px;
  text-align: center;
  line-height: 1.5;
  padding: 0.4rem 0;
  display: inline-block;
}

.timer-text-inline {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f44336;
  min-width: 50px;
  text-align: center;
  white-space: nowrap;
}

.verify-check-inline,
.verify-resend-inline {
  padding: 0.4rem 0.8rem;
  background-color: #667eea;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.verify-resend-inline {
  background-color: #6c757d;
}

.verify-check-inline:hover:not(:disabled),
.verify-resend-inline:hover:not(:disabled) {
  opacity: 0.9;
}

.verify-check-inline:disabled,
.verify-resend-inline:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.verified-badge-inline {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #4caf50;
  font-weight: 600;
  font-size: 0.875rem;
  z-index: 10;
}

/* 이메일 인증 컨트롤 (입력 필드 밖) */
.email-verification-controls {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.verification-status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.timer-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f44336;
  min-width: 40px;
  text-align: center;
  line-height: 1.5;
  padding: 0.4rem 0;
  display: inline-block;
}

.verify-email-button {
  padding: 0.4rem 0.8rem;
  background-color: #667eea;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.verify-email-button:hover:not(:disabled) {
  background-color: #5568d3;
}

.verify-email-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.verify-check,
.verify-resend {
  padding: 0.4rem 0.8rem;
  background-color: #667eea;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.verify-resend {
  background-color: #6c757d;
}

.verify-check:hover:not(:disabled),
.verify-resend:hover:not(:disabled) {
  opacity: 0.9;
}

.verify-check:disabled,
.verify-resend:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.verify-email-button,
.verify-check-button {
  padding: 0.5rem 1rem;
  background-color: #667eea;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.verify-email-button:hover:not(:disabled),
.verify-check-button:hover:not(:disabled) {
  background-color: #5568d3;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(102, 126, 234, 0.2);
}

.verify-email-button:disabled,
.verify-check-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.verified-badge {
  color: #28a745;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.form-input:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.7;
}

/* 개인정보 수집 동의 섹션 */
.agreement-section {
  margin: 1rem 0;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
}

.checkbox-label:last-child {
  margin-bottom: 0;
}

.checkbox-label input[type="checkbox"] {
  margin-top: 0.125rem;
  width: 1.125rem;
  height: 1.125rem;
  cursor: pointer;
  accent-color: #667eea;
  flex-shrink: 0;
}

.checkbox-label span {
  flex: 1;
}

.agreement-link {
  color: #667eea;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

.agreement-link:hover {
  color: #5568d3;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .email-verification-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .verify-email-button,
  .verify-check-button {
    width: 100%;
  }

  .agreement-section {
    padding: 0.875rem;
  }

  .checkbox-label {
    font-size: 0.8125rem;
  }
}

/* Google 로그인 섹션 */
.google-login-section {
  margin-top: -0.5rem;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.5rem 0;
  color: #666;
  font-size: 0.875rem;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ddd;
}

.divider span {
  padding: 0 1rem;
  background: white;
}

.google-login-button {
  width: 100%;
  padding: 0.875rem 1rem;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  color: #3c4043;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  gap: 0.5rem;
}

.google-login-button:hover:not(:disabled) {
  background: #f8f9fa;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.google-login-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.google-icon {
  flex-shrink: 0;
}

/* 최신 창업 정보 페이지 (테이블 형식) */
.announcements-page {
  background: linear-gradient(135deg, #E8F4F8 0%, #F0E8FF 50%, #FFE8F0 100%);
  min-height: 100vh;
  animation: fadeIn 0.4s ease-out;
}

.announcements-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 2rem 3rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-top: 1rem;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.breadcrumb-separator {
  margin: 0 0.5rem;
  color: #999;
}

.breadcrumb-current {
  color: #333;
  font-weight: 600;
}

/* Page Title */
.announcements-page-title {
  font-size: 2.25rem;
  font-weight: 900;
  color: #2d3748;
  margin-bottom: 2rem;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Filters Section */
.announcements-filters {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8f9ff 0%, #fff5f5 100%);
  border-radius: 12px;
  border: 1px solid rgba(102, 126, 234, 0.1);
}

/* Search Section */
.search-section {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  align-items: center;
}

.search-scope-select {
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: white;
  font-size: 0.9rem;
  cursor: pointer;
  min-width: 120px;
}

.search-input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 0.5rem;
  gap: 0.5rem;
}

.search-input {
  flex: 1;
  padding: 0.75rem;
  border: none;
  outline: none;
  font-size: 0.9rem;
  background: transparent;
}

.search-input::-moz-placeholder {
  color: #999;
}

.search-input::placeholder {
  color: #999;
}

.search-button,
.reset-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: color 0.2s;
}

.search-button:hover,
.reset-button:hover {
  color: #667eea;
}

/* Filter Rows */
.filter-row {
  margin-bottom: 1rem;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-pill {
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  background: white;
  border-radius: 20px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.filter-pill:hover {
  border-color: #667eea;
  color: #667eea;
}

.filter-pill.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: #667eea;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.filter-count {
  font-size: 0.8rem;
  opacity: 0.8;
}

/* Pagination */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.pagination-button {
  padding: 0.5rem 1rem;
  border: 1px solid #d0d0d0;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-button:hover:not(:disabled) {
  background: #e8e8e8;
  border-color: #b0b0b0;
}

.pagination-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-number {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0.875rem;
  color: #999;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 400;
  min-width: 24px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-number:hover {
  color: #666;
}

.pagination-number.active {
  color: #000;
  font-weight: 700;
  background: transparent;
  border: none;
}

.pagination-number.active:hover {
  color: #000;
}

/* Sort pill (desktop & mobile 공통) */
.sort-pill-bar {
  display: flex;
  gap: 0.5rem;
  margin: 0.5rem 0 1rem;
  flex-wrap: wrap;
}

.sort-pill {
  padding: 0.55rem 1.1rem;
  border: 1.5px solid #e0e0e0;
  border-radius: 999px;
  background: white;
  color: #4A5568;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sort-pill.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-color: #667eea;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.sort-pill:hover:not(.active) {
  border-color: #667eea;
  color: #667eea;
}

/* Filter Actions */
.filter-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}

.sort-group {
  display: flex;
  gap: 0.5rem;
}

.sort-button {
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  background: white;
  border-radius: 8px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}

.sort-button:hover {
  border-color: #667eea;
  color: #667eea;
}

.sort-button.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: #667eea;
}

/* Table Wrapper */
.announcements-table-wrapper {
  overflow-x: auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.announcements-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1200px;
}

.announcements-table thead {
  background: #f5f5f5;
  border-bottom: 2px solid #e0e0e0;
}

.announcements-table th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
  color: #333;
  white-space: nowrap;
}

.announcements-table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
  cursor: pointer;
}

.announcements-table tbody tr:hover {
  background: #f8f9fa;
}

.announcements-table td {
  padding: 1rem;
  font-size: 0.875rem;
  color: #666;
  vertical-align: middle;
}

/* Column Widths */
.col-number {
  width: 60px;
  text-align: center;
}

.col-category {
  width: 100px;
}

.col-title {
  width: auto;
  min-width: 300px;
  max-width: 500px;
}

.col-period {
  width: 150px;
}

.col-source {
  width: 150px;
}

.col-agency {
  width: 150px;
}

.col-date {
  width: 120px;
}

.col-views {
  width: 80px;
  text-align: center;
}

.announcement-title-text {
  color: #333;
  font-weight: 500;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.announcement-row:hover .announcement-title-text {
  color: #00bcd4;
}

.empty-table-cell {
  padding: 3rem;
  text-align: center;
}

.empty-state {
  padding: 2rem;
}

.empty-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 0.5rem;
}

/* 관리자 페이지 스타일 */
.admin-page {
  background: linear-gradient(135deg, #E8F4F8 0%, #F0E8FF 50%, #FFE8F0 100%);
  animation: fadeIn 0.4s ease-out;
  min-height: 100vh;
}

.admin-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  padding-top: 6rem;
}

.admin-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

.admin-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.admin-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
}

.admin-section {
  margin-bottom: 2rem;
}

.admin-update-button {
  width: 100%;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.admin-update-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.admin-update-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.admin-status {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #667eea;
}

.status-text {
  font-size: 1rem;
  color: #333;
  margin: 0;
}

.status-details h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.status-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.status-list li {
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #555;
  border-bottom: 1px solid #e0e0e0;
}

.status-list li:last-child {
  border-bottom: none;
}

.admin-error {
  margin-top: 1rem;
  padding: 1rem;
  background: #fee;
  border-radius: 8px;
  border-left: 4px solid #f44336;
}

.error-text {
  font-size: 1rem;
  color: #c62828;
  margin: 0;
}

.empty-description {
  font-size: 0.9rem;
  color: #999;
}

/* Responsive */
@media (max-width: 768px) {
  .announcements-content {
    padding: 2rem 1rem 1rem;
  }

  .breadcrumbs {
    margin-top: 0;
  }

  .desktop-only {
    display: none;
  }

  .mobile-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .mobile-filter-chip {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 140px;
    padding: 0.8rem 0.9rem;
    border: 1.5px solid #5865f2;
    border-radius: 10px;
    background: #f8f9ff;
    color: #2d2f36;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }

  .mobile-filter-chip:active {
    background: #e8ebff;
  }

  .filter-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 1.25rem;
  }

  .filter-modal {
    width: 100%;
    max-width: 480px;
    max-height: 75vh;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.18);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .filter-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0.5rem;
  }

  .filter-modal-header h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
  }

  .filter-modal-close {
    background: none;
    border: none;
    font-size: 0.95rem;
    color: #666;
    cursor: pointer;
  }

  .filter-modal-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.5rem;
    overflow-y: auto;
    padding: 0.25rem;
  }

  .filter-option {
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 0.75rem 0.85rem;
    background: #fff;
    text-align: center;
    font-weight: 600;
    color: #333;
    cursor: pointer;
  }

  .filter-option.active {
    border-color: #5865f2;
    background: #f0f2ff;
    color: #2c2f8a;
  }

  .announcements-page-title {
    font-size: 1.5rem;
  }

  .search-section {
    flex-direction: column;
  }

  .search-scope-select {
    width: 100%;
  }

  /* 모바일: 테이블을 카드형으로 변환 */
  .announcements-table-wrapper {
    overflow: visible;
  }

  .announcements-table {
    font-size: 0.9rem;
    border-collapse: separate;
    min-width: 0;
  }

  .announcements-table thead {
    display: none;
  }

  .announcements-table tbody tr {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
    background: #fff;
  }

  .announcements-table td {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.35rem;
    flex-wrap: nowrap;
    padding: 0;
    border: none;
    line-height: 1.4;
  }

  .announcements-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #777;
    flex-shrink: 0;
    min-width: 70px;
    text-align: left;
    font-size: 0.85rem;
    white-space: nowrap;
    margin-right: 0.2rem;
  }

  .col-title::before {
    content: '';
    display: none;
  }

  .announcement-title-text {
    white-space: normal;
    line-height: 1.5;
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
    display: block;
  }

  .col-number,
  .col-views,
  .col-date {
    color: #666;
    font-size: 0.85rem;
  }

  .announcements-table .cell-value {
    flex: 1 1 auto;
    text-align: left;
    font-weight: 500;
    color: #222;
    line-height: 1.4;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
  }
}

/* Global responsive tweaks */
@media (max-width: 1024px) {
  .main-header {
    padding: 0.75rem 1.25rem;
  }

  .main-nav {
    gap: 0.75rem;
  }

  .nav-left,
  .nav-right {
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .logo-image {
    height: 200px;
  }

  .hero-section {
    padding: 5rem 1.5rem;
  }

  .hero-main-title {
    font-size: 3.5rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-description {
    font-size: 1.1rem;
  }

  .section-title,
  .feed-title,
  .custom-info-title {
    font-size: 2.1rem;
  }

  .featured-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

  .posts-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .main-header {
    position: fixed;
    padding: 0.35rem 0.75rem;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  }

  .main-nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
  }

  .nav-logo {
    position: static;
    transform: none;
    order: 0;
    margin-bottom: 0;
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }

  .logo-image {
    height: 100px;
    transform: scale(1.5);
    transform-origin: center;
  }

  .nav-left,
  .nav-right {
    display: none;
  }

  .nav-link,
  .nav-profile-button {
    padding: 0.4rem 0.75rem;
    font-size: 0.95rem;
  }

  .nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }

  .mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 0.75rem;
    z-index: 999;
  }

  .mobile-menu.open {
    display: block;
  }

  .mobile-menu-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mobile-menu-section:last-child {
    margin-bottom: 0;
  }

  .mobile-menu .nav-link,
  .mobile-menu .nav-profile-button,
  .mobile-menu .nav-cta {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  .hero-section {
    padding: 3.5rem 1.25rem 3rem;
    min-height: calc(100vh - 70px); /* 헤더 높이 감안해 1뷰포트 꽉 채우기 */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-main-title {
    font-size: 2.6rem;
  }

  .hero-subtitle {
    font-size: 1.05rem;
    letter-spacing: 0.04em;
  }

  .hero-description {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .hero-cta-button {
    width: 100%;
    max-width: 360px;
  }

  .custom-info-section,
  .featured-section,
  .feed-content {
    padding: 4rem 1.25rem 2rem;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .section-title,
  .feed-title,
  .custom-info-title {
    font-size: 1.9rem;
  }

  .custom-info-description {
    font-size: 1rem;
  }

  .custom-info-feature,
  .featured-card {
    padding: 1.5rem;
  }

  .featured-title {
    font-size: 1.25rem;
  }

  .featured-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .posts-grid {
    grid-template-columns: 1fr;
  }

  .feed-post-image-wrapper {
    height: 180px;
  }

  .onboarding-question-card {
    padding: 1.5rem;
    gap: 1.25rem;
  }

  .options-container {
    grid-template-columns: 1fr;
  }

  .onboarding-navigation {
    flex-direction: column;
  }

  .onboarding-back-button,
  .onboarding-next-button {
    width: 100%;
  }

  .detail-body {
    padding: 0.5rem;
  }

  .category-tabs {
    gap: 0.4rem;
  }

  .main-footer {
    padding: 1.5rem 1rem 2rem;
  }

  .footer-brand-container {
    flex-direction: column;
    gap: 0.75rem;
  }

  .footer-links {
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .announcements-table-wrapper {
    margin: 0 -1rem;
    border-radius: 0;
  }

  /* 모바일 페이지네이션 스타일 */
  .pagination-container {
    gap: 0.5rem;
    margin: 1.5rem 0;
  }

  .pagination-button {
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
  }

  .pagination-number {
    font-size: 0.8rem;
    min-width: 20px;
  }
}

@media (max-width: 480px) {
  .logo-image {
    height: 72px;
    transform: scale(1.8);
    transform-origin: center;
  }

  .hero-main-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-description {
    font-size: 0.95rem;
  }

  .nav-link,
  .nav-profile-button {
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
  }

  .custom-info-feature,
  .featured-card {
    padding: 1.25rem;
  }

  .featured-excerpt,
  .feed-post-excerpt {
    font-size: 0.95rem;
  }

  .feed-post-title {
    font-size: 1.15rem;
  }

  .onboarding-question-card {
    padding: 1.25rem;
  }

  .apply-button {
    font-size: 1rem;
  }
}

/* Desktop-only defaults */
@media (min-width: 769px) {
  .nav-icon {
    display: none;
  }
  .mobile-menu {
    display: none !important;
  }
  .nav-left,
  .nav-right {
    display: flex;
  }

  .mobile-filter-bar,
  .filter-modal-backdrop {
    display: none;
  }
}
