/* === Custom Styles for lifeinkoreahub.com === */

/* Navigation */
._hd3nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(214, 211, 209, 0.6);
}

._nv5lk {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #57534e;
    border-radius: 0.5rem;
    transition: all 0.2s;
}

._nv5lk:hover {
    color: #10B981;
    background: rgba(16, 185, 129, 0.06);
}

/* Mobile nav link */
._mb5lk {
    display: block;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #44403c;
    border-radius: 0.5rem;
    transition: all 0.2s;
}

._mb5lk:hover {
    background: #f5f5f4;
    color: #10B981;
}

/* Category dropdown */
._dd7mn {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 420px;
    background: white;
    border: 1px solid rgba(214, 211, 209, 0.6);
    border-radius: 1rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04);
    padding: 0.75rem;
    margin-top: 0.25rem;
    z-index: 50;
}

._dd7it {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    transition: all 0.2s;
}

._dd7it:hover {
    background: #fafaf9;
}

._dd7it svg {
    width: 18px;
    height: 18px;
}

/* Article cards */
._kd9vm {
    background: white;
    border-radius: 1rem;
    border: 1px solid rgba(214, 211, 209, 0.6);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: all 0.3s ease;
}

._kd9vm:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: rgba(214, 211, 209, 0.9);
}

._img8w {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

._qp3zi {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

._kd9vm:hover ._qp3zi {
    transform: scale(1.05);
}

._ov4lb {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
}

._t7hqe {
    font-size: 1rem;
    font-weight: 700;
    color: #1c1917;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}

._kd9vm:hover ._t7hqe {
    color: #10B981;
}

._ex2rp {
    font-size: 0.875rem;
    color: #78716c;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Footer links */
._ft4lk {
    font-size: 0.875rem;
    color: #a8a29e;
    transition: color 0.2s;
}

._ft4lk:hover {
    color: #10B981;
}

/* Cookie banner */
._ck9ban {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 25, 23, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 100;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Form inputs */
._fm3inp {
    width: 100%;
    padding: 0.625rem 1rem;
    border: 1px solid #e7e5e4;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    background: #fafaf9;
    transition: all 0.2s;
    outline: none;
    color: #1c1917;
}

._fm3inp:focus {
    border-color: #10B981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
    background: white;
}

/* Article body typography */
._art7bd h2 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1c1917;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

._art7bd h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #292524;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

._art7bd p {
    font-size: 1rem;
    line-height: 1.85;
    color: #44403c;
    margin-bottom: 1rem;
}

._art7bd ul, ._art7bd ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

._art7bd ul {
    list-style-type: disc;
}

._art7bd ol {
    list-style-type: decimal;
}

._art7bd li {
    font-size: 1rem;
    line-height: 1.85;
    color: #44403c;
    margin-bottom: 0.5rem;
}

._art7bd a {
    color: #10B981;
    text-decoration: underline;
    text-underline-offset: 2px;
}

._art7bd a:hover {
    color: #059669;
}

._art7bd blockquote {
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #ecfdf5, #f0fdf9);
    border-left: 4px solid #10B981;
    border-radius: 0 0.75rem 0.75rem 0;
    font-size: 0.9375rem;
    color: #374151;
}

._art7bd blockquote strong {
    color: #065f46;
}

._art7bd strong {
    font-weight: 600;
    color: #1c1917;
}

/* Utility: line-clamp */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Alpine cloak */
[x-cloak] {
    display: none !important;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Selection */
::selection {
    background: rgba(16, 185, 129, 0.15);
    color: #065f46;
}
