body {
    font-size: 14px !important;
    background: #0c0d10 !important;
    color: #f5f2ea !important;
    min-width: 320px;
    min-height: 453px;
    line-height: 1.7;
}

strong {
    font-weight: bold !important;
}

#page-container {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

#background-frame {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

#page {
    width: 100%;
    line-height: 1.8 !important;
}

#pp-container {
    margin-top: 90px;
    margin-bottom: 30px;
    width: 100%;
    opacity: 1;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-weight: 300;
    color: #f5f2ea;
}

.pp-contents-container {
    max-width: 992px !important;
    background: rgba(20, 22, 27, 0.92);
    border: 1px solid #272a31;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.pp-title-container {
    text-align: center;
    padding: 30px 20px 10px;
}

.pp-title {
    font-size: 42px;
    font-weight: 700;
}

.pp-information-container {
    margin-bottom: 20px;
    padding: 0 20px;
}

.pp-information-cell {
    padding: 6px 10px;
    color: #a7a29a;
}

.pp-contents {
    width: 100%;
    min-height: 200px;
    padding: 20px 24px 32px;
    z-index: 1;
}

.pp-contents img {
    border-radius: 12px;
    border: 1px solid #272a31;
    margin: 8px 0 16px;
}

.pp-contents .videoWrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
}

.pp-contents .videoWrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 12px;
}

.pp-contents a {
    color: #8ed0b4;
}

.pp-contents h4 {
    margin-top: 18px;
    margin-bottom: 10px;
    color: #cfe9dc;
}

.pp-dubble-portrait-container {
    padding-bottom: 5px;
    width: 100%;
}

.pp-portrait-img {
    padding: 0.5rem;
    display: inline-block;
    width: 30%;
}

.project-header {
    padding: 24px 24px 0;
}

.project-header .top-nav {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 0 16px;
    border-bottom: 1px solid #272a31;
}

.project-header .top-nav a {
    color: #f5f2ea;
}

.project-header .nav-links {
    display: flex;
    gap: 20px;
}

.project-header .nav-links a:hover {
    color: #8ed0b4;
}

.background-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    pointer-events: none;
}
