@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&family=Inter:wght@400;500;600&display=swap");.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.7)!important;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-container{display:flex;flex-direction:row;background:#181818;border:1px solid hsla(0,0%,100%,.1);border-radius:16px;max-width:900px;width:100%;max-height:85vh;overflow:hidden;position:relative;box-shadow:0 20px 50px rgba(0,0,0,.7);animation:modalSlideUp .35s cubic-bezier(.25,.8,.25,1)}@keyframes modalSlideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:18px;right:18px;background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.1);border-radius:50%;color:#fbbf24;width:36px;height:36px;font-size:18px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{color:#fff;background:rgba(255,212,3,.2);transform:scale(1.1)}.modal-image{background:#050505;width:50%;aspect-ratio:4/5;max-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;border-right:1px solid hsla(0,0%,100%,.08);animation:imageFadeIn .5s cubic-bezier(.25,.8,.25,1)}@keyframes imageFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.modal-image img{width:100%;height:100%;object-fit:contain;display:block;border-radius:0;box-shadow:0 2px 12px rgba(0,0,0,.18)}.modal-info{width:50%;padding:2rem;display:flex;flex-direction:column;background:#181818;color:#fff;font-family:Montserrat,sans-serif;min-width:300px;max-height:85vh;animation:infoFadeIn .5s cubic-bezier(.25,.8,.25,1);overflow:hidden;word-break:break-word;overflow-wrap:anywhere}@keyframes infoFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header-info{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.modal-logo-img{width:28px;height:28px;border-radius:50%;margin-right:10px;object-fit:cover;background:transparent;border:1px solid rgba(254,212,3,.4)}.modal-title{font-size:1.6rem;font-weight:700;color:#fbbf24!important;margin:0 0 10px;font-family:Montserrat,sans-serif;letter-spacing:.5px;line-height:1.3;word-break:break-word;overflow-wrap:anywhere}.modal-divider{width:100%;height:1px;background:hsla(0,0%,100%,.1);margin:.5rem 0 1rem;border:none}.modal-text{color:#ddd;font-size:1rem;line-height:1.6;margin-bottom:auto;font-family:Montserrat,sans-serif;letter-spacing:.1px;transition:color .2s;overflow-y:auto;overflow-x:hidden;max-height:320px;padding-right:.5rem;word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap}.modal-text::-webkit-scrollbar{width:4px}.modal-text::-webkit-scrollbar-thumb{background:rgba(254,212,3,.3);border-radius:4px}.modal-date{color:#fbbf24!important;font-size:.95rem;text-align:left;margin-top:1.5rem;font-family:Montserrat,sans-serif;letter-spacing:.5px;opacity:.8}.modal-footer{padding-top:15px;border-top:1px solid hsla(0,0%,100%,.08)}.modal-share-bottom{display:inline-flex;text-transform:uppercase;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.4rem;background:linear-gradient(90deg,#fbbf24 60%,#f59e0b);color:#000;font-weight:700;font-size:.95rem;border-radius:8px;border:none;cursor:pointer;box-shadow:0 2px 8px rgba(251,191,36,.2);transition:all .2s ease;min-width:110px;height:38px}.modal-share-bottom:hover{background:#fbbf24;color:#000;transform:translateY(-2px);box-shadow:0 6px 18px rgba(251,191,36,.4)}@media (max-width:900px){.modal-container{max-width:95vw}.modal-info{padding:1.5rem}}@media (max-width:700px){.modal-container{flex-direction:column;max-width:95vw;max-height:95vh;overflow-y:auto}.modal-image{width:100%;aspect-ratio:4/5;max-height:500px;border-right:none;border-bottom:1px solid hsla(0,0%,100%,.08)}.modal-info{width:100%;max-height:none;padding:1.25rem}.modal-text{max-height:180px}}