@media (max-width: 479px){#iju5{background-color:#000000;}}
@media (max-width: 479px){#i0sp{background-color:#000000;}}
/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .mx-auto {
    margin-inline: auto;
  }
  .flex {
    display: flex;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .flex-col {
    flex-direction: column;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:bg-\[\#000000\] {
    @media (width >= 64rem) {
      background-color: #000000;
    }
  }
}


/* HTML Embed CSS */
/* HTML Embed: #iju5 */
#iju5 * {margin:0;padding:0;box-sizing:border-box;}#iju5 html, #iju5 body {width:100%;height:100%;overflow:hidden;background:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}#iju5 #ig-wrap {position:relative;width:100%;max-width:430px;height:100vh;margin:0 auto;overflow:hidden;background:#111;}#iju5 #vturb-layer {position:absolute;inset:0;z-index:1;}#iju5 vturb-smartplayer {display:block !important;width:100% !important;height:100% !important;position:absolute !important;top:0 !important;left:0 !important;}#iju5 #ig-top-gradient {position:absolute;top:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,rgba(0,0,0,.75) 0%,rgba(0,0,0,.15) 75%,transparent 100%);z-index:10;pointer-events:none;}#iju5 #ig-bot-gradient {position:absolute;bottom:0;left:0;right:0;height:400px;background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.6) 40%,transparent 100%);z-index:10;pointer-events:none;}#iju5 #ig-topbar {position:absolute;top:0;left:0;right:0;padding:12px 10px 0;z-index:20;display:flex;align-items:center;gap:6px;overflow:hidden;}#iju5 #ig-av-ring {width:38px;height:38px;min-width:38px;border-radius:50%;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);padding:2px;flex-shrink:0;cursor:pointer;}#iju5 #ig-av-ring img {width:34px;height:34px;border-radius:50%;border:2px solid #000;object-fit:cover;object-position:center top;display:block;}#iju5 #ig-name {color:#fff;font-size:13px;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.8);line-height:1;cursor:pointer;flex:1;min-width:0;display:flex;align-items:center;gap:4px;overflow:hidden;}#iju5 #ig-name-text {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;}#iju5 .ig-verify-badge {display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0;}#iju5 #ig-live-badge {background:#E1306C;border-radius:20px;padding:3px 7px;color:#fff;font-size:9.5px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;flex-shrink:0;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}#iju5 #ig-viewers {display:flex;align-items:center;gap:3px;background:rgba(0,0,0,.55);border-radius:20px;padding:5px 8px;flex-shrink:0;white-space:nowrap;}#iju5 #ig-view-num {color:#fff;font-size:11.5px;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1;}#iju5 #ig-x {color:#fff;font-size:34px;font-weight:300;opacity:.9;cursor:pointer;line-height:1;text-shadow:0 1px 3px rgba(0,0,0,.6);flex-shrink:0;}#iju5 #ig-hearts {position:absolute;right:10px;bottom:190px;width:50px;height:300px;z-index:20;pointer-events:none;overflow:visible;}#iju5 .heart {position:absolute;bottom:0;opacity:0;}#iju5 #ig-bottom {position:absolute;bottom:0;left:0;right:0;padding:0 10px 8px;z-index:20;box-sizing:border-box;width:100%;}#iju5 #ig-comments {margin-bottom:8px;display:flex;flex-direction:column;gap:10px;overflow:hidden;}#iju5 .ig-cmt {display:flex;align-items:flex-start;gap:9px;transition:opacity 0.45s ease,transform 0.45s ease;}#iju5 .ig-cmt.entering {animation:cmtSlideIn 0.3s ease-out both;}#iju5 .ig-cmt.fading {opacity:0 !important;transform:translateY(-6px);}
    @keyframes cmtSlideIn{#iju5 from {transform:translateY(16px);opacity:0;}#iju5 to {transform:translateY(0);opacity:1;}}#iju5 .ig-cmt-av {width:38px;height:38px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;margin-top:0;overflow:hidden;}#iju5 .ig-cmt-line {flex:1;padding-top:7px;}#iju5 .ig-cmt-name {color:#fff;font-size:13px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;text-shadow:0 1px 3px rgba(0,0,0,.7);}#iju5 .ig-cmt-text {color:rgba(255,255,255,.95);font-size:13px;font-weight:400;line-height:1.35;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;text-shadow:0 1px 3px rgba(0,0,0,.7);}#iju5 #ig-input-row {display:flex;align-items:center;gap:8px;}#iju5 #ig-input-box {flex:1;min-width:0;background:rgba(40,40,40,.82);border-radius:22px;padding:10px 16px;color:#fff;font-size:14px;border:none;outline:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}#iju5 #ig-input-box::placeholder {color:rgba(255,255,255,.50);}#iju5 #ig-send-btn {width:42px;height:42px;min-width:42px;border-radius:50%;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;color:#fff;font-size:17px;cursor:pointer;flex-shrink:0;}#iju5 #ig-name-tooltip {position:absolute;top:54px;left:10px;background:rgba(12,12,12,.88);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:8px 14px;color:#fff;font-size:13px;font-weight:700;z-index:30;pointer-events:none;white-space:nowrap;opacity:0;transform:translateY(-4px);transition:opacity .22s,transform .22s;}#iju5 #ig-name-tooltip.show {opacity:1;transform:translateY(0);}
  