.PressDetail-module__lgqNdG__pressDetailPage{min-height:100vh;position:relative}.PressDetail-module__lgqNdG__fixedBackground{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0}.PressDetail-module__lgqNdG__overlay{pointer-events:none;background:linear-gradient(135deg,#000c 0%,#000000a6 50%,#000c 100%);position:absolute;inset:0}.PressDetail-module__lgqNdG__scrollableContent{z-index:1;max-width:1000px;margin:0 auto;padding:100px 24px 60px;position:relative}.PressDetail-module__lgqNdG__heroContent{text-align:center;color:var(--white);margin-bottom:60px;animation:.6s ease-out PressDetail-module__lgqNdG__fadeInUp}.PressDetail-module__lgqNdG__heroMeta{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;animation:.6s ease-out PressDetail-module__lgqNdG__fadeInDown;display:flex}@keyframes PressDetail-module__lgqNdG__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.PressDetail-module__lgqNdG__heroCategory{background:var(--accent);color:var(--white);text-transform:uppercase;letter-spacing:.5px;border-radius:.5rem;padding:.375rem 1rem;font-size:.875rem;font-weight:600}.PressDetail-module__lgqNdG__heroDate,.PressDetail-module__lgqNdG__heroReadingTime{color:#ffffffe6;font-size:.875rem;font-weight:500}.PressDetail-module__lgqNdG__heroContent h1{color:var(--white);letter-spacing:-.5px;margin:0 0 1rem;font-size:3.5rem;font-weight:800;line-height:1.2;animation:.6s ease-out .1s both PressDetail-module__lgqNdG__fadeInUp}@keyframes PressDetail-module__lgqNdG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.PressDetail-module__lgqNdG__heroUnderline{background:var(--accent);transform-origin:50%;border-radius:2px;width:80px;height:4px;margin:0 auto 1.5rem;animation:.8s ease-out .3s forwards PressDetail-module__lgqNdG__underlineGrow;transform:scaleX(0)}@keyframes PressDetail-module__lgqNdG__underlineGrow{to{transform:scaleX(1)}}.PressDetail-module__lgqNdG__author{justify-content:center;align-items:center;gap:1rem;animation:.6s ease-out .2s both PressDetail-module__lgqNdG__fadeInUp;display:flex}.PressDetail-module__lgqNdG__authorAvatar{object-fit:cover;border:2px solid var(--accent);border-radius:50%;width:56px;height:56px}.PressDetail-module__lgqNdG__authorInfo{text-align:left}.PressDetail-module__lgqNdG__authorName{color:var(--white);margin-bottom:.25rem;font-size:1rem;font-weight:700;display:block}.PressDetail-module__lgqNdG__authorBio{color:#fffc;margin:0;font-size:.875rem;line-height:1.4}.PressDetail-module__lgqNdG__container{max-width:900px;margin:0 auto}.PressDetail-module__lgqNdG__article{background:var(--white);box-shadow:var(--shadow-lg);border-radius:1rem;animation:.6s ease-out .3s both PressDetail-module__lgqNdG__fadeInUp;overflow:hidden}.PressDetail-module__lgqNdG__content{color:var(--text);padding:2.5rem;font-size:1.125rem;line-height:1.8}.PressDetail-module__lgqNdG__content h1,.PressDetail-module__lgqNdG__content h2,.PressDetail-module__lgqNdG__content h3,.PressDetail-module__lgqNdG__content h4,.PressDetail-module__lgqNdG__content h5,.PressDetail-module__lgqNdG__content h6{color:var(--text);margin-top:1.5em;margin-bottom:.5em;font-weight:700}.PressDetail-module__lgqNdG__content h2{font-size:1.75rem}.PressDetail-module__lgqNdG__content h3{font-size:1.5rem}.PressDetail-module__lgqNdG__content p{margin-bottom:1.25rem}.PressDetail-module__lgqNdG__content img{max-width:100%;height:auto;box-shadow:var(--shadow-md);border-radius:.5rem;margin:1.5rem 0}.PressDetail-module__lgqNdG__content a{color:var(--accent);transition:var(--transition);text-decoration:underline}.PressDetail-module__lgqNdG__content a:hover{color:#e55a2b;text-decoration:none}.PressDetail-module__lgqNdG__content blockquote{border-left:4px solid var(--accent);color:var(--text-light);margin:1.5rem 0;padding-left:1.5rem;font-size:1.1rem;font-style:italic}.PressDetail-module__lgqNdG__content code{background:var(--light-gray);color:var(--accent);border-radius:.25rem;padding:.2rem .4rem;font-family:monospace;font-size:.875rem}.PressDetail-module__lgqNdG__content pre{background:var(--light-gray);border-radius:.5rem;margin:1.5rem 0;padding:1rem;overflow-x:auto}.PressDetail-module__lgqNdG__content pre code{color:var(--text);background:0 0;padding:0}.PressDetail-module__lgqNdG__content ul,.PressDetail-module__lgqNdG__content ol{margin:1rem 0;padding-left:1.5rem}.PressDetail-module__lgqNdG__content li{margin-bottom:.5rem}.PressDetail-module__lgqNdG__tagsSection{border-top:1px solid var(--border);margin:0 2rem 1.5rem;padding-top:1.5rem}.PressDetail-module__lgqNdG__tagsSection h3{color:var(--text);margin-bottom:.75rem;font-size:1rem;font-weight:600}.PressDetail-module__lgqNdG__tags{flex-wrap:wrap;gap:.5rem;display:flex}.PressDetail-module__lgqNdG__tag{background:var(--light-gray);color:var(--accent);transition:var(--transition);cursor:pointer;border-radius:9999px;padding:.375rem .875rem;font-size:.813rem;font-weight:500}.PressDetail-module__lgqNdG__tag:hover{background:var(--accent);color:var(--white);transform:translateY(-2px)}.PressDetail-module__lgqNdG__actions{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 2rem 2rem;padding:1.5rem 0 0;display:flex}.PressDetail-module__lgqNdG__shareButtons{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.PressDetail-module__lgqNdG__shareButtons span{color:var(--text-light);font-size:.875rem;font-weight:500}.PressDetail-module__lgqNdG__shareButton,.PressDetail-module__lgqNdG__bookmarkButton{border:1px solid var(--border);cursor:pointer;transition:var(--transition);color:var(--text);background:0 0;border-radius:.5rem;padding:.5rem 1rem;font-size:.813rem;font-weight:500}.PressDetail-module__lgqNdG__shareButton:hover,.PressDetail-module__lgqNdG__bookmarkButton:hover{background:var(--accent);border-color:var(--accent);color:var(--white);transform:translateY(-2px)}.PressDetail-module__lgqNdG__backButton{background:var(--accent);color:var(--white);cursor:pointer;transition:var(--transition);border:none;border-radius:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.PressDetail-module__lgqNdG__backButton:hover{box-shadow:var(--shadow-md);background:#e55a2b;transform:translateY(-2px)}@media (max-width:1024px){.PressDetail-module__lgqNdG__scrollableContent{padding:80px 20px 40px}.PressDetail-module__lgqNdG__heroContent h1{font-size:3rem}}@media (max-width:768px){.PressDetail-module__lgqNdG__scrollableContent{padding:60px 16px 30px}.PressDetail-module__lgqNdG__heroContent h1{font-size:2.25rem}.PressDetail-module__lgqNdG__heroMeta{gap:.75rem}.PressDetail-module__lgqNdG__content{padding:1.5rem;font-size:1rem}.PressDetail-module__lgqNdG__content h2{font-size:1.5rem}.PressDetail-module__lgqNdG__content h3{font-size:1.3rem}.PressDetail-module__lgqNdG__author{text-align:center;flex-direction:column}.PressDetail-module__lgqNdG__authorInfo{text-align:center}.PressDetail-module__lgqNdG__tagsSection{margin:0 1.5rem 1rem}.PressDetail-module__lgqNdG__actions{flex-direction:column;align-items:stretch;margin:0 1.5rem 1.5rem}.PressDetail-module__lgqNdG__shareButtons{justify-content:center}.PressDetail-module__lgqNdG__backButton{text-align:center}}@media (max-width:640px){.PressDetail-module__lgqNdG__scrollableContent{padding:40px 12px 20px}.PressDetail-module__lgqNdG__heroContent h1{font-size:1.75rem}.PressDetail-module__lgqNdG__content{padding:1rem}.PressDetail-module__lgqNdG__heroCategory,.PressDetail-module__lgqNdG__heroDate,.PressDetail-module__lgqNdG__heroReadingTime{font-size:.75rem}.PressDetail-module__lgqNdG__authorAvatar{width:44px;height:44px}.PressDetail-module__lgqNdG__authorName{font-size:.875rem}.PressDetail-module__lgqNdG__authorBio{font-size:.75rem}.PressDetail-module__lgqNdG__tagsSection,.PressDetail-module__lgqNdG__actions{margin:0 1rem 1rem}.PressDetail-module__lgqNdG__shareButtons{gap:.5rem}.PressDetail-module__lgqNdG__shareButton,.PressDetail-module__lgqNdG__bookmarkButton{padding:.375rem .75rem;font-size:.75rem}}
