:root {
--color-bg: #f5f5f7;
--color-surface: #ffffff;
--color-border: #e5e7eb;
--color-muted: #6b7280;
--color-text: #111827;
--color-heading: #0f172a;
--color-primary: #2563eb;
--color-primary-soft: #dbeafe;
--color-primary-dark: #1d4ed8;
--color-danger: #dc2626;
--radius-sm: 6px;
--radius-md: 10px;
--radius-lg: 16px;
--shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
--shadow-md: 0 10px 25px rgba(15, 23, 42, 0.08);
--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
sans-serif;
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
"Liberation Mono", "Courier New", monospace;
--content-width: 720px;
--content-wide-width: 1100px;
} *,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-family: var(--font-sans);
background-color: var(--color-bg);
color: var(--color-text);
line-height: 1.7;
font-size: 16px;
-webkit-font-smoothing: antialiased;
}
img,
video {
max-width: 100%;
height: auto;
} .alignnone {
margin: 0.5rem 0;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
margin-right: 1.5rem;
margin-bottom: 1rem;
}
.alignright {
float: right;
margin-left: 1.5rem;
margin-bottom: 1rem;
} .clearfix::after {
content: "";
display: block;
clear: both;
} h1,
h2,
h3,
h4,
h5,
h6 {
margin: 1.8rem 0 0.8rem;
font-weight: 700;
line-height: 1.3;
color: var(--color-heading);
}
h1 {
font-size: clamp(2rem, 2.4vw, 2.4rem);
}
h2 {
font-size: clamp(1.6rem, 2vw, 2rem);
}
h3 {
font-size: 1.35rem;
}
h4 {
font-size: 1.15rem;
}
h5 {
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--color-muted);
}
h6 {
font-size: 0.9rem;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--color-muted);
}
p {
margin: 0 0 1.2rem;
}
strong {
font-weight: 600;
}
em {
font-style: italic;
}
a {
color: var(--color-primary);
text-decoration: none;
transition: color 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
} ul,
ol {
margin: 0 0 1.2rem 1.2rem;
padding-left: 1.2rem;
}
li+li {
margin-top: 0.2rem;
} code,
kbd,
pre,
samp {
font-family: var(--font-mono);
font-size: 0.9em;
}
pre {
background: #020617;
color: #e5e7eb;
padding: 1rem 1.2rem;
border-radius: var(--radius-md);
overflow: auto;
} .site {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.site-main {
flex: 1 0 auto;
}
.site-header,
.site-footer {
background-color: var(--color-surface);
box-shadow: var(--shadow-sm);
}
.site-header {
position: sticky;
top: 0;
z-index: 40;
backdrop-filter: blur(10px);
background-color: rgba(255, 255, 255, 0.9);
}
.site-footer {
margin-top: 3rem;
border-top: 1px solid var(--color-border);
color: var(--color-muted);
}
.container {
max-width: var(--content-wide-width);
margin: 0 auto;
padding: 0 1.25rem;
} .content-area,
.entry-content,
.page-content {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
} .alignwide {
max-width: var(--content-wide-width);
margin-left: auto;
margin-right: auto;
}
.alignfull {
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
} .site-branding {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.8rem 0;
}
.site-title a {
font-size: 1.25rem;
font-weight: 700;
color: var(--color-heading);
text-decoration: none;
}
.site-description {
margin: 0;
font-size: 0.8rem;
color: var(--color-muted);
} .main-navigation {
display: flex;
align-items: center;
gap: 1.25rem;
}
.main-navigation .menu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
gap: 1rem;
}
.main-navigation a {
display: inline-flex;
align-items: center;
padding: 0.35rem 0.75rem;
font-size: 0.9rem;
border-radius: 999px;
color: var(--color-muted);
text-decoration: none;
}
.main-navigation a:hover,
.main-navigation a:focus-visible,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_item>a {
color: var(--color-primary-dark);
background-color: var(--color-primary-soft);
} .menu-toggle {
display: none;
}
@media (max-width: 768px) {
.main-navigation .menu {
display: none;
flex-direction: column;
align-items: flex-start;
padding: 0.5rem 0;
}
.main-navigation.is-open .menu {
display: flex;
}
.menu-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.4rem 0.8rem;
font-size: 0.9rem;
border-radius: 999px;
border: 1px solid var(--color-border);
background: var(--color-surface);
cursor: pointer;
}
} .entry-header {
margin-bottom: 1.6rem;
}
.entry-title {
font-size: clamp(1.8rem, 2.4vw, 2.3rem);
margin-bottom: 0.4rem;
}
.entry-meta {
font-size: 0.85rem;
color: var(--color-muted);
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
.entry-meta span {
display: inline-flex;
align-items: center;
gap: 0.25rem;
} .post-thumbnail {
margin-bottom: 1.5rem;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-sm);
}
.post-thumbnail img {
display: block;
width: 100%;
height: auto;
} .entry-content,
.page-content {
background-color: var(--color-surface);
padding: 1.8rem 1.5rem;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-sm);
margin-bottom: 2.5rem;
} .entry-content h2,
.page-content h2 {
padding-bottom: 0.3rem;
border-bottom: 2px solid var(--color-border);
} blockquote {
margin: 1.5rem 0;
padding: 1rem 1.2rem;
border-left: 4px solid var(--color-primary);
background: #eff6ff;
border-radius: 0 var(--radius-md) var(--radius-md) 0;
color: #1e293b;
}
blockquote cite {
display: block;
margin-top: 0.5rem;
font-size: 0.85rem;
color: var(--color-muted);
} .wp-caption {
max-width: 100%;
margin: 0.5rem 0 1.5rem;
text-align: center;
}
.wp-caption img {
margin-bottom: 0.4rem;
}
.wp-caption-text {
font-size: 0.8rem;
color: var(--color-muted);
} button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
a.button,
.button {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 999px;
border: none;
background-color: var(--color-primary);
color: #ffffff;
font-size: 0.95rem;
font-weight: 600;
padding: 0.5rem 1.4rem;
cursor: pointer;
text-decoration: none;
box-shadow: var(--shadow-md);
transition: background-color 0.15s ease, transform 0.1s ease,
box-shadow 0.15s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
a.button:hover,
.button:hover {
background-color: var(--color-primary-dark);
transform: translateY(-1px);
box-shadow: 0 18px 35px rgba(37, 99, 235, 0.35);
text-decoration: none;
}
button:disabled,
input[type="submit"]:disabled {
opacity: 0.6;
cursor: default;
box-shadow: none;
} .button-outline,
.wp-block-button.is-style-outline .wp-block-button__link {
background: transparent;
color: var(--color-primary);
border: 1px solid var(--color-primary);
box-shadow: none;
}
.button-outline:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
background: var(--color-primary-soft);
} input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea,
select {
width: 100%;
max-width: 100%;
padding: 0.55rem 0.7rem;
border-radius: var(--radius-sm);
border: 1px solid var(--color-border);
background-color: #ffffff;
font-size: 0.95rem;
font-family: inherit;
color: var(--color-text);
transition: border-color 0.15s ease, box-shadow 0.15s ease,
background-color 0.15s ease;
}
textarea {
min-height: 160px;
resize: vertical;
}
input:focus,
textarea:focus,
select:focus {
outline: none;
border-color: var(--color-primary);
box-shadow: 0 0 0 1px var(--color-primary-soft);
background-color: #ffffff;
}
label {
display: block;
margin-bottom: 0.25rem;
font-weight: 500;
font-size: 0.9rem;
} .search-form {
display: flex;
gap: 0.4rem;
}
.search-form .search-field {
flex: 1;
} .widget {
background-color: var(--color-surface);
border-radius: var(--radius-lg);
padding: 1.1rem 1rem;
box-shadow: var(--shadow-sm);
margin-bottom: 1.5rem;
font-size: 0.93rem;
}
.widget-title {
font-size: 1rem;
font-weight: 600;
margin-bottom: 0.6rem;
border-bottom: 1px solid var(--color-border);
padding-bottom: 0.3rem;
}
.widget ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.widget ul li+li {
margin-top: 0.25rem;
} .dmmt-sidebar .dmmt-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) { .dmmt-sidebar .dmmt-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
} #comments {
margin-top: 2.5rem;
}
.comment-list {
list-style: none;
margin: 0;
padding: 0;
}
.comment-list>li {
margin-bottom: 1.4rem;
}
.comment-body {
background-color: var(--color-surface);
border-radius: var(--radius-md);
padding: 0.9rem 1rem;
border: 1px solid var(--color-border);
}
.comment-meta {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
margin-bottom: 0.4rem;
font-size: 0.8rem;
color: var(--color-muted);
}
.comment-author {
font-weight: 600;
color: var(--color-heading);
}
.comment-reply-link {
font-size: 0.8rem;
color: var(--color-primary);
} .pagination,
.nav-links {
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
align-items: center;
justify-content: center;
margin: 2rem 0;
font-size: 0.9rem;
}
.page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 2rem;
height: 2rem;
border-radius: 999px;
padding: 0 0.6rem;
border: 1px solid var(--color-border);
color: var(--color-muted);
text-decoration: none;
background-color: #ffffff;
}
.page-numbers.current {
background-color: var(--color-primary);
color: #ffffff;
border-color: var(--color-primary);
}
.page-numbers:hover {
border-color: var(--color-primary);
color: var(--color-primary-dark);
} table {
border-collapse: collapse;
width: 100%;
font-size: 0.93rem;
margin-bottom: 1.4rem;
}
th,
td {
border: 1px solid var(--color-border);
padding: 0.55rem 0.7rem;
text-align: left;
}
th {
background-color: #f9fafb;
font-weight: 600;
} .text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 0.75rem !important;
}
.mt-4 {
margin-top: 1rem !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 0.75rem !important;
}
.mb-4 {
margin-bottom: 1rem !important;
} .badge {
display: inline-flex;
align-items: center;
border-radius: 999px;
font-size: 0.7rem;
padding: 0.15rem 0.55rem;
background-color: #e5e7eb;
color: #374151;
} @media (max-width: 600px) {
.entry-content,
.page-content {
padding: 1.3rem 1rem;
border-radius: var(--radius-md);
}
h1 {
font-size: 1.8rem;
}
} @layer components { .page .site-main,
.page .dmmt-main {
@apply max-w-4xl mx-auto px-4 md:px-6 lg:px-8 py-10;
} .page .entry-content-wrapper,
.page .entry-wrap,
.page article {
@apply bg-white dark:bg-slate-900 rounded-2xl shadow-sm border border-slate-200/60 dark:border-slate-800;
}
.page .entry-content {
@apply p-6 md:p-10 text-slate-800 dark:text-slate-100 leading-relaxed;
} .page .entry-title,
.page h1.entry-title {
@apply text-2xl md:text-3xl font-bold tracking-tight text-slate-900 dark:text-slate-50 mb-4;
} .page .entry-content h2 {
@apply mt-8 mb-3 text-lg md:text-xl font-semibold text-slate-900 dark:text-slate-50;
}
.page .entry-content h3 {
@apply mt-6 mb-2 text-base md:text-lg font-semibold text-slate-800 dark:text-slate-100;
}
.page .entry-content h4 {
@apply mt-4 mb-2 font-semibold text-slate-800 dark:text-slate-100;
} .page .entry-content p {
@apply mb-4 text-sm md:text-base;
}
.page .entry-content a {
@apply text-sky-500 hover:text-sky-400 underline decoration-sky-400/60 underline-offset-2 transition;
} .page .entry-content ul {
@apply list-disc pl-5 mb-4 space-y-1;
}
.page .entry-content ol {
@apply list-decimal pl-5 mb-4 space-y-1;
}
.page .entry-content li {
@apply leading-relaxed;
} .page .entry-content hr {
@apply my-8 border-slate-200 dark:border-slate-700;
} .page .entry-content blockquote {
@apply border-l-4 border-sky-500/70 pl-4 italic text-slate-700 dark:text-slate-200 my-4;
}
} body {
margin: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
sans-serif;
background: #f3f4f6;
color: #111827;
} .dmmt-layout {
max-width: 1200px;
margin: 24px auto 48px;
padding: 0 16px;
display: grid;
grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
gap: 24px;
margin-top: 1.5rem; display: grid;
column-gap: 1.5rem;
row-gap: 1.5rem;
align-items: flex-start; }
.dmmt-main,
.dmmt-sidebar {
margin-top: 0;
min-width: 0;
} @media (max-width: 768px) {
.dmmt-layout {
grid-template-columns: minmax(0, 1fr);
}
}  .dmmt-header {
width: 100%;
background: #0f1117;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
padding: 14px 0; margin-bottom: 16px;
} .dmmt-header-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 16px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
} .dmmt-brand {
display: flex;
flex-direction: column;
gap: 2px;
min-width: 0;
flex: 1 1 auto;
} .dmmt-brand-main {
display: flex;
align-items: center;
gap: 10px;
} .dmmt-site-title-text {
font-size: 1.6rem;
font-weight: 700;
letter-spacing: 0.03em;
background: linear-gradient(135deg, #ff3385 0%, #ff7033 45%, #ffd633 90%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-decoration: none;
white-space: nowrap;
}
.dmmt-site-title-text:hover {
opacity: 0.9;
} .dmmt-site-description {
font-size: 0.8rem;
color: #9ca3af;
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} .dmmt-logo .custom-logo-link img,
.dmmt-logo img.custom-logo {
height: 36px;
width: auto;
display: block;
} @media (max-width: 640px) {
.dmmt-header-inner {
flex-direction: column;
align-items: stretch;
gap: 10px;
}
.dmmt-brand {
align-items: flex-start;
}
.dmmt-site-title-text {
font-size: 1.3rem;
white-space: normal;
}
.dmmt-site-description {
white-space: normal;
}
} .dmmt-header-nav {
background: #ffffff;
border-bottom: 1px solid #e5e7eb;
width: 100%;
} .dmmt-header-nav::-webkit-scrollbar {
display: none;
} .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.dmmt-header-menu {
display: flex;
align-items: center;
gap: 1rem; padding: 0.5rem 1rem; margin: 0;
list-style: none;
}
.dmmt-header-menu li a {
text-decoration: none;
color: #374151; font-size: 14px;
padding: 6px 4px;
display: inline-block;
border-bottom: 2px solid transparent;
transition: color 0.2s ease, border-color 0.2s ease;
}
.dmmt-header-menu li a:hover {
color: #db2777; border-bottom-color: #db2777;
} .dmmt-header-menu li.current-menu-item>a,
.dmmt-header-menu li.current-menu-ancestor>a {
color: #db2777;
border-bottom-color: #db2777;
font-weight: 600;
} .dmmt-header-nav::-webkit-scrollbar {
display: none;
} .dmmt-nav-toggle {
display: none;
background: transparent;
border: none;
padding: 6px;
margin-left: 8px;
cursor: pointer;
border-radius: 999px;
transition: background-color 0.15s ease;
}
.dmmt-nav-toggle:hover {
background: rgba(148, 163, 184, 0.25);
}
.dmmt-nav-toggle-bar {
display: block;
width: 20px;
height: 2px;
background: #e5e7eb;
margin: 3px 0;
border-radius: 999px;
transition: transform 0.15s ease, opacity 0.15s ease;
} @media (max-width: 768px) { .dmmt-nav-toggle {
display: flex;
flex-direction: column; justify-content: center;
align-items: center;
padding: 8px;
}
.dmmt-nav-toggle-bar {
width: 22px;
height: 2px;
margin: 3px 0; } .dmmt-header-nav {
display: none;
}
.dmmt-header-nav.is-open {
display: block;
} .dmmt-header-menu {
display: flex;
flex-direction: column; align-items: flex-start;
gap: 0;
padding: 0.5rem 1rem 0.75rem;
}
.dmmt-header-menu li {
width: 100%;
}
.dmmt-header-menu li a {
display: block;
width: 100%;
padding: 0.5rem 0;
}
} @media (min-width: 769px) {
.dmmt-header-nav {
display: block;
}
} .dmm-item-single {
max-width: 960px; padding: 24px 16px;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
} .dmm-item-thumb {
margin-bottom: 24px;
text-align: center;
}
.dmm-item-thumb img {
max-width: 100%;
height: auto;
border-radius: 6px;
} .dmm-item-content {
line-height: 1.7;
font-size: 1rem;
}
.dmm-item-content img {
max-width: 100%;
height: auto;
} .dmmap-section {
margin-bottom: 40px;
}
.dmmap-section-title {
font-size: 1.4rem;
font-weight: 700;
border-left: 4px solid #e50914;
padding-left: 8px;
margin-bottom: 20px;
} .dmmap-basic-info table {
width: 100%;
border-collapse: collapse;
background: #fafafa;
}
.dmmap-basic-info th,
.dmmap-basic-info td {
padding: 10px;
border-bottom: 1px solid #e3e3e3;
}
.dmmap-basic-info th {
width: 30%;
background: #f0f0f0;
font-weight: 600;
} @media (max-width: 600px) {
.dmmap-basic-info table,
.dmmap-basic-info tbody,
.dmmap-basic-info tr,
.dmmap-basic-info th,
.dmmap-basic-info td {
display: block;
width: 100%;
}
.dmmap-basic-info th {
background: #eee;
}
} .dmmap-pill-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.dmmap-pill-list span,
.dmmap-pill-list a {
display: inline-block;
padding: 4px 10px;
background: #eee;
border-radius: 12px;
font-size: 0.85rem;
text-decoration: none;
color: #333;
}
.dmmap-pill-list a:hover {
background: #e50914;
color: #fff;
} .dmmap-sample-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
gap: 12px;
}
.dmmap-sample-image img {
width: 100%;
border-radius: 4px;
display: block;
} .dmmap-sample-movie {
text-align: center;
}
.dmmap-sample-movie-thumb {
position: relative;
display: inline-block;
}
.dmmap-sample-movie-thumb img {
border-radius: 6px;
max-width: 100%;
}
.dmmap-sample-movie-overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.25);
border-radius: 6px;
}
.dmmap-sample-movie-play {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 2.4rem;
font-weight: bold;
} .dmmap-rating {
margin-bottom: 20px;
}
.dmmap-rating-stars .dmmap-star {
font-size: 1.2rem;
margin-right: 2px;
color: #ccc;
}
.dmmap-rating-stars .is-filled {
color: #e50914;
}
.dmmap-rating-text {
font-size: 0.9rem;
color: #555;
margin-top: 4px;
} .dmm-item-footer {
margin-top: 40px;
border-top: 1px solid #eee;
padding-top: 20px;
color: #666;
font-size: 0.9rem;
}  body.archive-dmm_item {
background: radial-gradient(circle at top, #151b2b 0, #05060a 45%, #020308 100%);
color: #f8f8f8;
} .dmm-item-archive {
max-width: 1200px;
margin: 32px auto 48px;
padding: 0 16px;
} .dmm-item-archive-header {
margin-bottom: 16px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.dmm-item-archive-title {
font-size: clamp(1.4rem, 1.2rem + 0.6vw, 1.8rem);
margin: 0 0 4px;
letter-spacing: 0.04em;
}
.dmm-item-archive-description {
color: #a9b0c4;
font-size: 0.9rem;
} .dmm-item-archive-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 18px;
align-items: stretch;
} .dmm-item-archive-card {
background: linear-gradient(145deg, rgba(20, 24, 40, 0.96), rgba(9, 11, 22, 0.96));
border-radius: 14px;
overflow: hidden;
display: flex;
flex-direction: column;
box-shadow:
0 18px 40px rgba(0, 0, 0, 0.65),
0 0 0 1px rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.04);
transition:
transform 0.16s ease-out,
box-shadow 0.16s ease-out,
border-color 0.16s ease-out;
}
.dmm-item-archive-card:hover {
transform: translateY(-4px);
box-shadow:
0 22px 50px rgba(0, 0, 0, 0.75),
0 0 0 1px rgba(255, 255, 255, 0.05);
border-color: rgba(230, 0, 51, 0.35);
} .dmm-item-archive-thumb {
position: relative;
display: block;
width: 100%;
max-width: 180px; margin: 0 auto;
aspect-ratio: 90 / 122; overflow: hidden;
background: radial-gradient(circle at center, #303346 0, #05060a 60%);
} .dmm-item-archive-thumb img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover; display: block;
border-radius: 0;
transition: transform 0.3s ease-out;
} .dmm-item-archive-card:hover .dmm-item-archive-thumb img {
transform: scale(1.06);
} .dmm-item-archive-thumb-placeholder {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
color: #8c91a5;
font-size: 0.85rem;
background: repeating-linear-gradient(45deg,
#191b28,
#191b28 10px,
#11131f 10px,
#11131f 20px);
} .dmm-item-archive-body {
padding: 10px 12px 12px;
display: flex;
flex-direction: column;
gap: 6px;
font-size: 0.88rem;
} .dmm-item-archive-card-title {
font-size: 0.96rem;
margin: 2px 0 4px;
line-height: 1.5;
font-weight: 600;
}
.dmm-item-archive-card-title a {
color: #fdfdfd;
text-decoration: none;
}
.dmm-item-archive-card-title a:hover {
text-decoration: underline;
} .dmm-item-archive-meta {
font-size: 0.78rem;
color: #9ba1bc;
display: flex;
flex-wrap: wrap;
gap: 4px 10px;
}
.dmm-item-archive-date::before,
.dmm-item-archive-code::before {
content: "• ";
} .dmm-item-archive-excerpt {
font-size: 0.84rem;
color: #d8deff;
margin-top: 2px;
line-height: 1.5;
display: -webkit-box;
line-clamp: 3;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
} .dmm-item-archive-footer {
margin-top: auto;
text-align: right;
padding-top: 4px;
}
.dmm-item-archive-more {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 4px 11px;
border-radius: 999px;
background: linear-gradient(135deg, #ff1451, #ff6b3d);
color: #fff;
font-size: 0.78rem;
font-weight: 600;
text-decoration: none;
box-shadow: 0 4px 14px rgba(255, 32, 82, 0.55);
}
.dmm-item-archive-more::after {
content: "›";
transform: translateY(0.5px);
}
.dmm-item-archive-more:hover {
filter: brightness(1.03);
box-shadow: 0 5px 18px rgba(255, 32, 82, 0.75);
} .dmm-item-archive-pagination {
margin-top: 32px;
display: flex;
justify-content: center;
align-items: center;
gap: 6px;
flex-wrap: wrap;
} .dmm-item-archive-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 32px;
height: 32px;
padding: 0 0.75rem;
border-radius: 999px;
font-size: 0.82rem;
line-height: 1;
text-decoration: none;
background: rgba(15, 23, 42, 0.92); color: #e5e7eb; border: 1px solid rgba(148, 163, 184, 0.45); box-shadow: 0 6px 16px rgba(15, 23, 42, 0.75);
transition:
background-color 0.18s ease-out,
color 0.18s ease-out,
border-color 0.18s ease-out,
transform 0.12s ease-out,
box-shadow 0.18s ease-out;
} .dmm-item-archive-pagination .page-numbers:hover {
background: rgba(30, 64, 175, 0.95); border-color: rgba(191, 219, 254, 0.85); color: #f9fafb;
transform: translateY(-1px);
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.9);
} .dmm-item-archive-pagination .page-numbers.current {
background: linear-gradient(135deg, #ff1451, #ff6b3d);
border-color: transparent;
color: #fff;
font-weight: 600;
box-shadow: 0 10px 28px rgba(248, 113, 113, 0.65);
transform: translateY(-1px);
cursor: default;
} .dmm-item-archive-pagination .page-numbers.dots {
background: transparent;
border-color: transparent;
color: #9ca3af;
box-shadow: none;
cursor: default;
padding: 0 0.3rem;
min-width: auto;
} .dmm-item-archive-pagination .page-numbers.prev,
.dmm-item-archive-pagination .page-numbers.next {
min-width: 34px;
font-size: 0.85rem;
}
.dmm-item-archive-pagination .page-numbers.prev::before {
content: "‹";
margin-right: 4px;
font-size: 0.9rem;
}
.dmm-item-archive-pagination .page-numbers.next::after {
content: "›";
margin-left: 4px;
font-size: 0.9rem;
} @media (max-width: 640px) {
.dmm-item-archive-pagination {
margin-top: 24px;
}
.dmm-item-archive-pagination .page-numbers {
min-width: 28px;
height: 28px;
padding: 0 0.55rem;
font-size: 0.78rem;
}
.dmm-item-archive-pagination .page-numbers.prev::before,
.dmm-item-archive-pagination .page-numbers.next::after {
font-size: 0.8rem;
}
} .dmmt-sidebar .widget,
.widget {
background: #ffffff;
padding: 12px 14px;
margin-bottom: 16px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
font-size: 0.9rem;
}
.dmmt-sidebar .widget-title,
.widget-title {
font-size: 0.95rem;
font-weight: 600;
margin: 0 0 8px;
border-left: 3px solid #db2777;
padding-left: 6px;
} .site-footer {
margin-top: 32px;
padding: 16px;
background: #111827;
color: #9ca3af;
font-size: 0.85rem;
}
.dmmt-footer-inner {
max-width: 1200px;
margin: 0 auto;
}
.footer-widgets {
display: flex;
flex-wrap: wrap;
gap: 20px; margin: 0 auto;
max-width: 1200px; padding: 20px 15px;
}
.footer-column {
flex: 1 1 33.333%;
min-width: 220px; } @media (max-width: 768px) {
.footer-column {
flex: 1 1 100%;
}
}
.site-footer a {
color: #e5e7eb;
text-decoration: none;
}
.site-footer a:hover {
text-decoration: underline;
}
.dmmt-footer-nav {
border-bottom: 1px solid rgba(148, 163, 184, 0.35); padding-bottom: 8px;
margin-bottom: 12px;
}
.dmmt-footer-menu li a {
text-decoration: none;
}
.dmmt-footer-menu li a:hover {
text-decoration: underline;
color: #e5e7eb; }*,:after,:before{--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:rgba(59,130,246,.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:rgba(59,130,246,.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: } *,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;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:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.-left-1{left:-.25rem}.-top-1{top:-.25rem}.-top-3{top:-.75rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.left-0{left:0}.left-1{left:.25rem}.left-1\.5{left:.375rem}.left-1\/2{left:50%}.left-3{left:.75rem}.right-0{right:0}.right-2{right:.5rem}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[3\/4\]{aspect-ratio:3/4}.h-14{height:3.5rem}.h-20{height:5rem}.h-7{height:1.75rem}.h-\[2px\]{height:2px}.h-auto{height:auto}.h-full{height:100%}.max-h-\[80vh\]{max-height:80vh}.max-h-full{max-height:100%}.min-h-\[2\.5em\]{min-height:2.5em}.w-14{width:3.5rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-40{width:10rem}.w-7{width:1.75rem}.w-full{width:100%}.min-w-0{min-width:0}.min-w-\[4rem\]{min-width:4rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-\[12rem\]{max-width:12rem}.max-w-full{max-width:100%}.max-w-none{max-width:none}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{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%}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-\[3px\]{gap:3px}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(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*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-slate-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(226 232 240/var(--tw-divide-opacity,1))}.overflow-hidden,.truncate{overflow:hidden}.truncate{text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.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-amber-400{--tw-border-opacity:1;border-color:rgb(251 191 36/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-emerald-100{--tw-border-opacity:1;border-color:rgb(209 250 229/var(--tw-border-opacity,1))}.border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.border-indigo-100{--tw-border-opacity:1;border-color:rgb(224 231 255/var(--tw-border-opacity,1))}.border-indigo-200{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity,1))}.border-pink-300{--tw-border-opacity:1;border-color:rgb(249 168 212/var(--tw-border-opacity,1))}.border-sky-400{--tw-border-opacity:1;border-color:rgb(56 189 248/var(--tw-border-opacity,1))}.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-slate-200\/70{border-color:rgba(226,232,240,.7)}.border-slate-200\/80{border-color:rgba(226,232,240,.8)}.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.border-slate-800{--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity,1))}.border-white\/20{border-color:hsla(0,0%,100%,.2)}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/60{background-color:rgba(0,0,0,.6)}.bg-black\/70{background-color:rgba(0,0,0,.7)}.bg-black\/80{background-color:rgba(0,0,0,.8)}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 231 243/var(--tw-bg-opacity,1))}.bg-pink-600{--tw-bg-opacity:1;background-color:rgb(219 39 119/var(--tw-bg-opacity,1))}.bg-rose-600{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/90{background-color:hsla(0,0%,100%,.9)}.bg-white\/95{background-color:hsla(0,0%,100%,.95)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-24{padding-bottom:6rem}.pb-4{padding-bottom:1rem}.pl-5{padding-left:1.25rem}.pl-9{padding-left:2.25rem}.pr-10{padding-right:2.5rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.text-amber-900\/80{color:rgba(120,53,15,.8)}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}.text-pink-600{--tw-text-opacity:1;color:rgb(219 39 119/var(--tw-text-opacity,1))}.text-pink-700{--tw-text-opacity:1;color:rgb(190 24 93/var(--tw-text-opacity,1))}.text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity,1))}.text-sky-700{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity,1))}.text-slate-100{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.opacity-80{opacity:.8}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{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 rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{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 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(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-amber-400\/50{--tw-shadow-color:rgba(251,191,36,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-pink-500\/40{--tw-shadow-color:rgba(236,72,153,.4);--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{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-sm{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)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.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(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.placeholder\:text-slate-400::-moz-placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.placeholder\:text-slate-400::placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.hover\:bg-amber-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.hover\:bg-pink-700:hover{--tw-bg-opacity:1;background-color:rgb(190 24 93/var(--tw-bg-opacity,1))}.hover\:bg-sky-50:hover{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity,1))}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.hover\:bg-slate-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.hover\:text-slate-600:hover{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.hover\:text-slate-700:hover{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:shadow-md:hover,.hover\:shadow-sm:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.focus\:border-pink-400:focus{--tw-border-opacity:1;border-color:rgb(244 114 182/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-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(236 72 153/var(--tw-ring-opacity,1))}.group:hover .group-hover\:scale-\[1\.03\]{--tw-scale-x:1.03;--tw-scale-y:1.03;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))}.group:hover .group-hover\:text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.group:hover .group-hover\:brightness-75{--tw-brightness:brightness(.75);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)}@media (min-width:640px){.sm\:mb-4{margin-bottom:1rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mt-0{margin-top:0}.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:w-auto{width:auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:text-right{text-align:right}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-\[15px\]{font-size:15px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(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)}}@media (min-width:768px){.md\:w-auto{width:auto}.md\:max-w-md{max-width:28rem}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-8{padding-bottom:2rem}.md\:pt-8,.md\:py-8{padding-top:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width:1024px){.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-\[minmax\(0\2c 1fr\)_320px\]{grid-template-columns:minmax(0,1fr) 320px}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}