.admin-module__4WpgRW__container{max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem}.admin-module__4WpgRW__loadingContainer{background:var(--background);justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-module__4WpgRW__loadingPulse{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;font-size:1.1rem;font-weight:600;animation:2s infinite admin-module__4WpgRW__pulseAdmin}@keyframes admin-module__4WpgRW__pulseAdmin{0%,to{opacity:.5;transform:scale(.98)}50%{opacity:1;transform:scale(1)}}.admin-module__4WpgRW__header{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 0;display:flex}.admin-module__4WpgRW__headerLeft{flex-direction:column;gap:.5rem;display:flex}.admin-module__4WpgRW__title{font-size:2rem;font-family:var(--font-outfit),"Hiragino Sans","Hiragino Kaku Gothic ProN",sans-serif}.admin-module__4WpgRW__tabs{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border-radius:14px;flex-wrap:wrap;gap:.4rem;width:-moz-fit-content;width:fit-content;margin-bottom:2.5rem;padding:.4rem;display:flex}.admin-module__4WpgRW__tabButton{color:var(--text-dim);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;padding:.7rem 1.4rem;font-size:.9rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.admin-module__4WpgRW__tabButton:hover:not(.admin-module__4WpgRW__activeTab){color:var(--foreground);background:#ffffff14}.admin-module__4WpgRW__activeTab{font-weight:600;box-shadow:0 4px 15px #e509144d;background:var(--accent)!important;color:#fff!important}.admin-module__4WpgRW__activeTab:after{display:none}.admin-module__4WpgRW__statusMessage{text-align:center;border-radius:8px;max-width:600px;margin-bottom:2rem;padding:1rem 1.5rem;font-weight:500}.admin-module__4WpgRW__success{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.admin-module__4WpgRW__error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.admin-module__4WpgRW__formGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (max-width:768px){.admin-module__4WpgRW__formGrid{grid-template-columns:1fr}}.admin-module__4WpgRW__section{padding:2rem}.admin-module__4WpgRW__sectionTitle{color:var(--foreground);border-bottom:1px solid var(--glass-border);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.1rem}.admin-module__4WpgRW__fieldGroup{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.admin-module__4WpgRW__fieldGroup label{color:var(--text-dim);font-size:.85rem;font-weight:600}.admin-module__4WpgRW__fieldGroup input,.admin-module__4WpgRW__fieldGroup select{border:1px solid var(--glass-border);color:var(--foreground);font-family:var(--font-sans);background:#ffffff0d;border-radius:8px;padding:12px 16px;font-size:.95rem;transition:all .3s}.admin-module__4WpgRW__fieldGroup input:focus,.admin-module__4WpgRW__fieldGroup select:focus{border-color:var(--accent);background:#ffffff1a;outline:none}.admin-module__4WpgRW__hint{color:var(--text-dim);margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.admin-module__4WpgRW__statusBadge{color:#10b981;text-transform:uppercase;background:#10b9811a;border-radius:4px;padding:6px 12px;font-size:.75rem;font-weight:700;display:inline-block}.admin-module__4WpgRW__sectionTitle{margin:0;font-size:1.5rem;font-weight:600}.admin-module__4WpgRW__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.admin-module__4WpgRW__bulkActions{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.admin-module__4WpgRW__bulkSyncBox{background:#ffffff0d;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem;display:flex}.admin-module__4WpgRW__purgeButton{color:#ff6464;cursor:pointer;background:#ff64641a;border:1px solid #ff646433;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.admin-module__4WpgRW__purgeButton:hover{background:#ff646433;transform:translateY(-1px)}.admin-module__4WpgRW__tableContainer{margin-top:1rem;overflow-x:auto}.admin-module__4WpgRW__table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-module__4WpgRW__table th{text-align:left;color:var(--text-dim);border-bottom:1px solid var(--glass-border);padding:1rem;font-weight:600}.admin-module__4WpgRW__table td{border-bottom:1px solid #ffffff0d;padding:1rem}.admin-module__4WpgRW__airlineInfo{align-items:center;gap:1rem;display:flex}.admin-module__4WpgRW__airlineLogo{background:#ffffff0d;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;display:flex;overflow:hidden}.admin-module__4WpgRW__adminLogoImage{object-fit:contain;max-width:100%;max-height:100%}.admin-module__4WpgRW__syncButton{color:#64c8ff;cursor:pointer;background:#64c8ff1a;border:1px solid #64c8ff33;border-radius:6px;padding:6px 12px;font-size:.8rem;transition:all .3s}.admin-module__4WpgRW__syncButton:hover:not(:disabled){background:#64c8ff33;transform:translateY(-1px)}.admin-module__4WpgRW__syncButton:disabled{opacity:.5;cursor:not-allowed}.admin-module__4WpgRW__lastSync{color:var(--text-dim);font-size:.75rem}.admin-module__4WpgRW__expandButton{color:var(--text-dim);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;font-size:1.2rem;transition:transform .3s;display:flex}.admin-module__4WpgRW__expandButton.admin-module__4WpgRW__expanded{transform:rotate(180deg)}.admin-module__4WpgRW__expandedRow td{border-bottom:1px solid var(--glass-border);padding:0}.admin-module__4WpgRW__lineupManager{background:#0003;border-top:1px solid #ffffff0d;min-height:300px;display:flex}.admin-module__4WpgRW__monthSidebar{border-right:1px solid #ffffff0d;flex-direction:column;gap:.5rem;width:200px;padding:1rem;display:flex}.admin-module__4WpgRW__sidebarTitle{text-transform:uppercase;color:var(--text-dim);margin-bottom:.5rem;padding-left:.5rem;font-size:.75rem}.admin-module__4WpgRW__monthTab{color:var(--text-dim);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.admin-module__4WpgRW__monthTab:hover{color:var(--foreground);background:#ffffff0d}.admin-module__4WpgRW__monthTab.admin-module__4WpgRW__active{color:#64c8ff;background:#64c8ff1a;border-color:#64c8ff33}.admin-module__4WpgRW__lineupDetailView{flex-direction:column;flex:1;padding:1.5rem;display:flex}.admin-module__4WpgRW__detailHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.admin-module__4WpgRW__detailTitle{margin:0;font-size:1.1rem}.admin-module__4WpgRW__detailMeta{color:var(--text-dim);font-size:.8rem}.admin-module__4WpgRW__emptyLineup{color:var(--text-dim);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.admin-module__4WpgRW__syncSection{border:1px dashed var(--glass-border);text-align:center;background:#ffffff05;border-radius:12px;padding:1.5rem}.admin-module__4WpgRW__movieCount{color:var(--accent);font-weight:600}.admin-module__4WpgRW__syncControls{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.admin-module__4WpgRW__monthSelect{border:1px solid var(--glass-border);color:var(--foreground);cursor:pointer;background:#ffffff0d;border-radius:6px;padding:6px 10px;font-family:inherit;font-size:.8rem}.admin-module__4WpgRW__monthDisplay{flex-wrap:wrap;gap:.5rem;display:flex}.admin-module__4WpgRW__monthBadge{border:1px solid var(--glass-border);color:var(--text-dim);background:#ffffff0d;border-radius:4px;padding:2px 8px;font-size:.75rem}.admin-module__4WpgRW__monthBadge.admin-module__4WpgRW__active{color:#64c8ff;background:#64c8ff1a;border-color:#64c8ff33}.admin-module__4WpgRW__clickable{cursor:pointer;transition:all .2s}.admin-module__4WpgRW__clickable:hover{background:#ffffff1a;transform:translateY(-1px)}.admin-module__4WpgRW__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.admin-module__4WpgRW__modalContent{border:1px solid var(--glass-border);background:#0a0a0a;border-radius:16px;flex-direction:column;width:90%;max-width:800px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000080}.admin-module__4WpgRW__modalHeader{border-bottom:1px solid var(--glass-border);background:#ffffff05;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.admin-module__4WpgRW__modalTitle{margin:0;font-size:1.25rem;font-weight:600}.admin-module__4WpgRW__modalSubtitle{color:var(--text-dim);margin:4px 0 0;font-size:.85rem}.admin-module__4WpgRW__modalActions{align-items:center;gap:1rem;display:flex}.admin-module__4WpgRW__closeButton{color:var(--text-dim);cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1}.admin-module__4WpgRW__movieList{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.admin-module__4WpgRW__movieItem{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:1rem;padding:.75rem;transition:background .2s;display:flex}.admin-module__4WpgRW__movieItem:hover{background:#ffffff0d}.admin-module__4WpgRW__moviePoster{background:#1a1a1a;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:68px;display:flex;overflow:hidden}.admin-module__4WpgRW__moviePoster img{object-fit:cover;width:100%;height:100%}.admin-module__4WpgRW__posterPlaceholder{color:var(--text-dim);font-size:8px}.admin-module__4WpgRW__movieDetail{flex:1}.admin-module__4WpgRW__movieTitle{font-size:.95rem;font-weight:500}.admin-module__4WpgRW__movieYear{color:var(--text-dim);font-size:.8rem}.admin-module__4WpgRW__deleteButton{color:#ef4444;cursor:pointer;opacity:.6;background:#ef44441a;border:1px solid #ef444433;border-radius:4px;padding:4px 10px;font-size:.75rem;transition:all .2s}.admin-module__4WpgRW__deleteButton:hover{color:#fff;opacity:1;background:#ef4444}.admin-module__4WpgRW__confirmationOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#0006;justify-content:center;align-items:center;animation:.3s admin-module__4WpgRW__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.admin-module__4WpgRW__confirmationContent{border:1px solid var(--glass-border);text-align:center;background:#141414f2;border-radius:20px;width:90%;max-width:450px;padding:2.5rem;box-shadow:0 30px 60px #0009,0 0 40px #64c8ff1a}.admin-module__4WpgRW__confirmationIcon{margin-bottom:1.5rem;font-size:3rem}.admin-module__4WpgRW__confirmationTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.admin-module__4WpgRW__confirmationMessage{color:var(--text-dim);white-space:pre-wrap;margin-bottom:2rem;line-height:1.6}.admin-module__4WpgRW__confirmationActions{justify-content:center;gap:1rem;display:flex}.admin-module__4WpgRW__cancelButton{border:1px solid var(--glass-border);color:var(--foreground);cursor:pointer;background:#ffffff0d;border-radius:12px;padding:.8rem 1.5rem;font-weight:600;transition:all .2s}.admin-module__4WpgRW__cancelButton:hover{background:#ffffff1a}@keyframes admin-module__4WpgRW__fadeIn{0%{opacity:0}to{opacity:1}}.admin-module__4WpgRW__dateCell{color:var(--text-dim);white-space:nowrap;font-size:.85rem}.admin-module__4WpgRW__titleCell{max-width:400px}.admin-module__4WpgRW__articleTitleLink{color:var(--foreground);margin-bottom:4px;font-weight:600;line-height:1.4}.admin-module__4WpgRW__articleId{color:var(--text-dim);font-family:monospace;font-size:.75rem}.admin-module__4WpgRW__movieMiniGrid{align-items:center;gap:.4rem;display:flex}.admin-module__4WpgRW__miniPoster{object-fit:cover;background:#111;border-radius:4px;width:32px;height:48px}.admin-module__4WpgRW__moreMovies{color:var(--text-dim);margin-left:4px;font-size:.75rem}.admin-module__4WpgRW__actionButtons{align-items:center;gap:1.5rem;display:flex}.admin-module__4WpgRW__viewLink{color:#00d1b2;font-size:.85rem;font-weight:600;text-decoration:none}.admin-module__4WpgRW__viewLink:hover{text-decoration:underline}.admin-module__4WpgRW__deleteLink{color:#ff6464;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600}.admin-module__4WpgRW__deleteLink:hover{text-decoration:underline}.admin-module__4WpgRW__loading{text-align:center;color:var(--text-dim);padding:3rem}.admin-module__4WpgRW__empty{text-align:center;color:var(--text-dim);padding:3rem!important}.admin-module__4WpgRW__searchBox{gap:1rem;margin-bottom:2rem;display:flex}.admin-module__4WpgRW__youtubeSearchInput{border:1px solid var(--glass-border);color:var(--foreground);background:#ffffff0d;border-radius:12px;flex:1;padding:12px 16px;font-size:1rem}.admin-module__4WpgRW__youtubeSearchResults{flex-direction:column;gap:1rem;max-height:400px;padding-right:.5rem;display:flex;overflow-y:auto}.admin-module__4WpgRW__youtubeResultItem{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:1.5rem;padding:1rem;display:flex}.admin-module__4WpgRW__ytThumb{object-fit:cover;background:#111;border-radius:50%;width:60px;height:60px}.admin-module__4WpgRW__ytInfo{flex:1}.admin-module__4WpgRW__ytTitle{margin-bottom:4px;font-size:1rem;font-weight:600}.admin-module__4WpgRW__ytStats{color:var(--text-dim);font-size:.85rem}.admin-module__4WpgRW__ytActions{gap:.5rem;display:flex}.admin-module__4WpgRW__addBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 12px;font-size:.8rem;font-weight:600;transition:all .2s}.admin-module__4WpgRW__addBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #64c8ff4d}.admin-module__4WpgRW__youtubeTableContainer{margin-top:1rem}.admin-module__4WpgRW__badge{text-transform:uppercase;border-radius:6px;padding:4px 8px;font-size:.7rem;font-weight:700}.admin-module__4WpgRW__badgeJp{color:#ff6464;background:#ff64641a;border:1px solid #ff646433}.admin-module__4WpgRW__badgeGlobal{color:#64c8ff;background:#64c8ff1a;border:1px solid #64c8ff33}.admin-module__4WpgRW__deleteButtonSmall{color:#ff6464;cursor:pointer;background:#ff64641a;border:1px solid #ff646433;border-radius:4px;padding:4px 8px;font-size:.75rem;transition:all .2s}.admin-module__4WpgRW__deleteButtonSmall:hover{color:#fff;background:#ff6464}.admin-module__4WpgRW__previewGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.admin-module__4WpgRW__previewItem{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:1rem;padding:.8rem;display:flex}.admin-module__4WpgRW__previewRank{color:var(--accent);min-width:30px;font-size:1.2rem;font-weight:800}.admin-module__4WpgRW__previewThumb{object-fit:cover;border-radius:50%;width:40px;height:40px}.admin-module__4WpgRW__previewInfo{flex:1;min-width:0}.admin-module__4WpgRW__previewTitle{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.admin-module__4WpgRW__previewMeta{color:var(--text-dim);font-size:.7rem}.admin-module__4WpgRW__authorCell{min-width:140px}.admin-module__4WpgRW__authorWrapper{align-items:center;gap:10px;display:flex}.admin-module__4WpgRW__authorMiniAvatar{object-fit:cover;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.7rem;display:flex;overflow:hidden}.admin-module__4WpgRW__authorAvatarImg{object-fit:cover;width:100%;height:100%}.admin-module__4WpgRW__authorName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.85rem;font-weight:500;overflow:hidden}.admin-module__4WpgRW__authorUsername{color:var(--text-dim);font-size:.7rem;display:block}.admin-module__4WpgRW__editorContainer{grid-template-columns:350px 1fr;align-items:start;gap:2rem;display:grid}@media (max-width:1024px){.admin-module__4WpgRW__editorContainer{grid-template-columns:1fr}}.admin-module__4WpgRW__searchSection{position:sticky;top:2rem}.admin-module__4WpgRW__searchBox{margin-bottom:1.5rem;position:relative}.admin-module__4WpgRW__searchInput{border:1px solid var(--glass-border);width:100%;color:var(--foreground);background:#ffffff0d;border-radius:12px;padding:12px 40px 12px 16px;font-size:.95rem;transition:all .3s}.admin-module__4WpgRW__searchInput:focus{border-color:var(--accent);background:#ffffff1a;outline:none}.admin-module__4WpgRW__searchIcon{color:var(--text-dim);position:absolute;top:50%;right:12px;transform:translateY(-50%)}.admin-module__4WpgRW__searchResults{background:var(--menu-bg);border:1px solid var(--glass-border);z-index:50;width:100%;max-height:400px;color:var(--foreground);border-radius:12px;margin-top:.5rem;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 10px 30px #0003}.admin-module__4WpgRW__searchItem{cursor:pointer;border-bottom:1px solid #ffffff0d;gap:12px;padding:10px;transition:background .2s;display:flex}.admin-module__4WpgRW__searchItem:hover{background:var(--background);opacity:.8}.admin-module__4WpgRW__searchPoster{object-fit:cover;background:#1a1a1a;border-radius:4px;width:40px;height:60px}.admin-module__4WpgRW__searchInfo{flex:1;overflow:hidden}.admin-module__4WpgRW__searchTitle{white-space:nowrap;text-overflow:ellipsis;color:var(--foreground);font-size:.9rem;font-weight:600;overflow:hidden}.admin-module__4WpgRW__searchMeta{color:var(--text-dim);margin-top:4px;font-size:.75rem}.admin-module__4WpgRW__selectionList{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.admin-module__4WpgRW__selectedItem{background:var(--card-bg);border:1px solid var(--glass-border);color:var(--foreground);border-radius:12px;align-items:center;gap:12px;padding:10px;display:flex;position:relative}.admin-module__4WpgRW__selectedPoster{object-fit:cover;border-radius:6px;width:50px;height:75px}.admin-module__4WpgRW__removeButton{color:#fff;cursor:pointer;background:#ff6464;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 8px #ff64644d}.admin-module__4WpgRW__mainSection{flex-direction:column;gap:2rem;display:flex}.admin-module__4WpgRW__editorFieldGroup{flex-direction:column;gap:.75rem;display:flex}.admin-module__4WpgRW__editorFieldGroup label{color:var(--accent);font-size:1rem;font-weight:600}.admin-module__4WpgRW__editorTextarea{background:var(--card-bg);border:1px solid var(--glass-border);width:100%;min-height:120px;color:var(--foreground);resize:vertical;border-radius:12px;padding:1rem;line-height:1.6}.admin-module__4WpgRW__editorTextarea:focus{border-color:var(--accent);outline:none}.admin-module__4WpgRW__articlePreview{background:var(--card-bg);border:1px solid var(--glass-border);box-sizing:border-box;width:100%;min-height:500px;color:var(--foreground);border-radius:16px;padding:2rem}.admin-module__4WpgRW__articlePreview h1,.admin-module__4WpgRW__articlePreview h2,.admin-module__4WpgRW__articlePreview h3{color:var(--foreground);margin-top:0}.admin-module__4WpgRW__previewPlaceholder{height:400px;color:var(--text-dim);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.admin-module__4WpgRW__generatingOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000b3;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.admin-module__4WpgRW__generateButton{background:linear-gradient(135deg,var(--accent),#00a08a);color:#000;cursor:pointer;border:none;border-radius:30px;align-items:center;gap:10px;padding:1rem 2rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 0 20px #00d1b24d}.admin-module__4WpgRW__generateButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 30px #00d1b280}.admin-module__4WpgRW__generateButton:disabled{opacity:.5;cursor:not-allowed;color:#888!important;background:#444!important}.admin-module__4WpgRW__authorToggle{align-items:center;gap:1rem;margin-top:1rem;display:flex}.admin-module__4WpgRW__publishActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}
.BackButton-module__gWxEXW__backButtonArea{z-index:100;position:absolute;top:6rem;left:2rem}@media (max-width:1024px){.BackButton-module__gWxEXW__backButtonArea{left:1.5rem}}@media (max-width:768px){.BackButton-module__gWxEXW__backButtonArea{top:5.5rem;left:1rem}}.BackButton-module__gWxEXW__backButton{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);color:var(--foreground);border:1px solid var(--glass-border);cursor:pointer;vertical-align:middle;border-radius:99px;align-items:center;gap:8px;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #0000001a}.BackButton-module__gWxEXW__backButton:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground);transform:translate(-4px);box-shadow:0 8px 25px #0003}.BackButton-module__gWxEXW__backButton:active{transform:scale(.95)translate(-2px)}.BackButton-module__gWxEXW__backIcon{transition:transform .3s}.BackButton-module__gWxEXW__backButton:hover .BackButton-module__gWxEXW__backIcon{transform:translate(-2px)}[data-theme=dark] .BackButton-module__gWxEXW__backButton{background:#ffffff0d}[data-theme=dark] .BackButton-module__gWxEXW__backButton:hover{background:var(--foreground);color:var(--background)}.BackButton-module__gWxEXW__static{margin-top:2rem;position:static}
.FavoriteButton-module__NouX5a__favoriteButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;color:#999;z-index:2;touch-action:manipulation;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative}.FavoriteButton-module__NouX5a__favoriteButton:hover{background:#fff3;border-color:#ff6b8180;transform:scale(1.1)}.FavoriteButton-module__NouX5a__favoriteButton:active{filter:brightness(.9);transform:scale(.9)}.FavoriteButton-module__NouX5a__favoriteButton.FavoriteButton-module__NouX5a__active{color:#ff6b81;background:#ff6b8133;border-color:#ff6b81}.FavoriteButton-module__NouX5a__favoriteButton.FavoriteButton-module__NouX5a__active:hover{background:#ff6b814d}.FavoriteButton-module__NouX5a__favoriteButton.FavoriteButton-module__NouX5a__animate{animation:.3s FavoriteButton-module__NouX5a__heartBeat}@keyframes FavoriteButton-module__NouX5a__heartBeat{0%,to{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1.1)}}.FavoriteButton-module__NouX5a__small{width:32px;height:32px}.FavoriteButton-module__NouX5a__small svg{width:16px;height:16px}.FavoriteButton-module__NouX5a__medium{width:40px;height:40px}.FavoriteButton-module__NouX5a__medium svg{width:20px;height:20px}.FavoriteButton-module__NouX5a__large{width:56px;height:56px}.FavoriteButton-module__NouX5a__large svg{width:28px;height:28px}
.UserRating-module__X5Q6Wa__ratingContainer{flex-wrap:nowrap;align-items:center;gap:0;display:flex}.UserRating-module__X5Q6Wa__starButton{cursor:pointer;color:#fff3;-webkit-tap-highlight-color:transparent;background:0 0;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;transition:transform .2s;display:flex}.UserRating-module__X5Q6Wa__starButton svg{width:16px;max-width:100%;height:16px}.UserRating-module__X5Q6Wa__starButton.UserRating-module__X5Q6Wa__active{color:gold;filter:drop-shadow(0 0 5px #ffd70066)}.UserRating-module__X5Q6Wa__starButton:hover{color:#ffeb3b;transform:scale(1.15)}.UserRating-module__X5Q6Wa__small .UserRating-module__X5Q6Wa__starButton svg{width:12px;height:12px}.UserRating-module__X5Q6Wa__medium .UserRating-module__X5Q6Wa__starButton svg{width:16px;height:16px}@media (max-width:480px){.UserRating-module__X5Q6Wa__starButton{margin-right:-1px}.UserRating-module__X5Q6Wa__starButton svg{width:14px;height:14px}.UserRating-module__X5Q6Wa__small .UserRating-module__X5Q6Wa__starButton svg{width:10px;height:10px}.UserRating-module__X5Q6Wa__ratingContainer{gap:0}}@media (max-width:350px){.UserRating-module__X5Q6Wa__starButton svg{width:12px;height:12px}}.UserRating-module__X5Q6Wa__ratingContainer:hover .UserRating-module__X5Q6Wa__starButton:not(:hover).UserRating-module__X5Q6Wa__active{opacity:.7}
.MovieCard-module__UI7sta__cardWrapper{width:100%;min-width:0;position:relative}.MovieCard-module__UI7sta__card{background:var(--card-bg);border:1px solid var(--glass-border);-webkit-backface-visibility:hidden;backface-visibility:hidden;touch-action:manipulation;border-radius:16px;flex-direction:column;min-width:0;height:100%;min-height:0;transition:transform .4s cubic-bezier(.4,0,.2,1),background .4s,border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.MovieCard-module__UI7sta__card:active{transform:scale(.98)}@media (hover:hover){.MovieCard-module__UI7sta__card:hover{border-color:var(--accent);background:var(--glass-bg);transform:translateY(-5px)translateZ(0);box-shadow:0 15px 35px #0006}}.MovieCard-module__UI7sta__poster{aspect-ratio:2/3;background:#111;width:100%;position:relative;overflow:hidden}.MovieCard-module__UI7sta__poster img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.MovieCard-module__UI7sta__card:hover .MovieCard-module__UI7sta__poster img{transform:scale(1.08)}.MovieCard-module__UI7sta__noPoster{width:100%;height:100%;color:var(--text-dim);justify-content:center;align-items:center;font-size:.8rem;display:flex}.MovieCard-module__UI7sta__info{flex-direction:column;flex:1;min-width:0;padding:.8rem;display:flex}.MovieCard-module__UI7sta__movieTitle{color:var(--foreground);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;overflow-wrap:break-word;word-break:break-word;-webkit-box-orient:vertical;flex-shrink:0;margin-bottom:.4rem;padding-top:2px;font-size:1rem;font-weight:700;line-height:1.5;display:-webkit-box;overflow:hidden}.MovieCard-module__UI7sta__meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:2px;display:flex}.MovieCard-module__UI7sta__year{color:var(--text-dim);font-size:.75rem}.MovieCard-module__UI7sta__upcomingDate{color:var(--accent);font-size:.75rem;font-weight:700}.MovieCard-module__UI7sta__type{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);background:#e509141a;border-radius:4px;padding:.15rem .4rem;font-size:.65rem;font-weight:700}.MovieCard-module__UI7sta__providerIcons{align-items:center;gap:4px;display:flex}.MovieCard-module__UI7sta__providerIcon{object-fit:contain;background:#000;border-radius:4px;width:16px;height:16px}.MovieCard-module__UI7sta__creditsSummary{flex-direction:column;gap:1px;min-width:0;margin-bottom:2px;display:flex}.MovieCard-module__UI7sta__directorRow,.MovieCard-module__UI7sta__castRow{align-items:center;gap:6px;min-width:0;display:flex}.MovieCard-module__UI7sta__creditLabel{color:var(--accent);background:rgba(var(--accent-rgb),.1);border-radius:3px;flex-shrink:0;padding:1px 4px;font-size:.65rem;font-weight:800}.MovieCard-module__UI7sta__creditValue,.MovieCard-module__UI7sta__castList{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.75rem;font-weight:500;overflow:hidden}.MovieCard-module__UI7sta__castList{font-size:.72rem}.MovieCard-module__UI7sta__badgesTopLeft{z-index:2;pointer-events:none;flex-direction:column;align-items:flex-start;gap:6px;display:flex;position:absolute;top:.5rem;left:.5rem}.MovieCard-module__UI7sta__runtimeBadge,.MovieCard-module__UI7sta__ratingBadge,.MovieCard-module__UI7sta__statusBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:4px;padding:.2rem .5rem;font-weight:700}.MovieCard-module__UI7sta__runtimeBadge{color:#fff;background:#0009;font-size:.7rem}.MovieCard-module__UI7sta__ratingBadge{color:#fff;z-index:2;background:#e50914e6;font-size:.7rem;position:absolute;bottom:.5rem;right:.5rem;box-shadow:0 2px 8px #0000004d}.MovieCard-module__UI7sta__statusBadge{font-size:.65rem;font-weight:800;box-shadow:0 2px 8px #0000004d}.MovieCard-module__UI7sta__listBadges{z-index:2;flex-direction:column;gap:.25rem;display:flex;position:absolute;top:.5rem;left:.5rem}.MovieCard-module__UI7sta__statusBadgeSmall{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:3px;width:-moz-fit-content;width:fit-content;padding:.15rem .4rem;font-size:.6rem;font-weight:700;box-shadow:0 1px 4px #0000004d}.MovieCard-module__UI7sta__unreleasedBadge{color:#000;background:#ffd700e6}.MovieCard-module__UI7sta__nowPlayingBadge{color:#fff;background:#00d1b2e6}.MovieCard-module__UI7sta__airlineBadge{color:#fff;background:#007affe6}.MovieCard-module__UI7sta__seasonBadge{color:#fff;background:#e50914e6;border:1px solid #fff3}.MovieCard-module__UI7sta__streamingBadge{color:#fff;background:#8a2be2e6;border:1px solid #fff3}.MovieCard-module__UI7sta__actions{z-index:10;gap:6px;display:flex;position:absolute;top:8px;right:8px}.MovieCard-module__UI7sta__actionBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:28px;height:28px;transition:var(--transition-smooth);touch-action:manipulation;background:#0009;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 8px #0000004d}.MovieCard-module__UI7sta__actionBtn:active{filter:brightness(.8);background:#000000b3;transform:scale(.9)!important}.MovieCard-module__UI7sta__actionBtn:hover{background:var(--accent);border-color:var(--accent);-webkit-backdrop-filter:none;backdrop-filter:none;transform:scale(1.1);box-shadow:0 4px 12px #e5091466}.MovieCard-module__UI7sta__actionBtn button{width:28px!important;height:28px!important}.MovieCard-module__UI7sta__actionBtn svg{width:14px!important;height:14px!important}.MovieCard-module__UI7sta__horizontalCard{background:var(--card-bg);border:1px solid var(--glass-border);touch-action:manipulation;border-radius:16px;height:195px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.MovieCard-module__UI7sta__horizontalCard:active{transform:scale(.98)}.MovieCard-module__UI7sta__horizontalCard:hover{background:var(--glass-bg);border-color:var(--accent);transform:translateY(-5px);box-shadow:0 15px 35px #0006}.MovieCard-module__UI7sta__horizontalCard .MovieCard-module__UI7sta__poster{background:#000;flex-shrink:0;align-items:center;width:120px;height:100%;display:flex}.MovieCard-module__UI7sta__horizontalCard .MovieCard-module__UI7sta__poster img{object-fit:cover;width:100%;height:100%}.MovieCard-module__UI7sta__horizontalCard .MovieCard-module__UI7sta__info{z-index:2;pointer-events:none;flex-direction:column;justify-content:flex-start;min-width:0;padding:.8rem 3.5rem .8rem 1.2rem;display:flex;position:relative;overflow:hidden}.MovieCard-module__UI7sta__horizontalCard .MovieCard-module__UI7sta__movieTitle{margin-bottom:.3rem;font-size:1.2rem;font-weight:800;visibility:visible!important;opacity:1!important;color:var(--foreground)!important;display:-webkit-box!important}.MovieCard-module__UI7sta__listRating{color:gold;font-size:.9rem;font-weight:700}.MovieCard-module__UI7sta__listRuntime{color:var(--text-dim);font-size:.8rem}.MovieCard-module__UI7sta__listSeasons{color:var(--accent);font-size:.8rem;font-weight:700}.MovieCard-module__UI7sta__overview{color:var(--text-dim);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex-shrink:1;min-height:0;margin:0;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.MovieCard-module__UI7sta__pcInfo{display:inline}.MovieCard-module__UI7sta__spInfo{display:none}.MovieCard-module__UI7sta__statsWrapper{align-items:baseline;gap:8px;margin-top:2px;margin-bottom:4px;display:flex}.MovieCard-module__UI7sta__overviewWrapper{flex-shrink:1;min-height:0;margin-top:2px;margin-bottom:.4rem}.MovieCard-module__UI7sta__aiNotice{color:var(--text-dim);opacity:.6;margin-top:4px;font-size:.7rem;font-style:italic;display:block}.MovieCard-module__UI7sta__roleBox{flex-direction:column;margin-bottom:.5rem;display:flex}.MovieCard-module__UI7sta__roleName{color:var(--accent);border:1px solid var(--accent);background:#e509141a;border-radius:6px;width:-moz-fit-content;width:fit-content;padding:.1rem .6rem;font-size:.85rem;font-weight:700}.MovieCard-module__UI7sta__actingFor{color:var(--text-dim);margin-top:.2rem;font-size:.7rem}.MovieCard-module__UI7sta__userCommentWrapper{border-left:2px solid var(--accent);z-index:2;background:#8080800d;border-radius:8px;margin-top:.8rem;padding:.5rem .6rem;position:relative}.MovieCard-module__UI7sta__userComment{color:var(--text-dim);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .4rem;font-size:.72rem;font-style:italic;line-height:1.5;display:-webkit-box;overflow:hidden}.MovieCard-module__UI7sta__fullCommentLink{color:var(--accent);transition:var(--transition-smooth);opacity:.8;align-items:center;gap:.2rem;font-size:.65rem;font-weight:700;text-decoration:none;display:inline-flex}.MovieCard-module__UI7sta__fullCommentLink:hover{opacity:1;transform:translate(2px)}.MovieCard-module__UI7sta__customStats{margin-top:4px}.MovieCard-module__UI7sta__rankBadge{background:var(--accent);color:#fff;z-index:11;border:2px solid var(--background);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.8rem;font-weight:900;display:flex;position:absolute;top:-8px;left:-8px;box-shadow:0 4px 12px #0000004d}@media (max-width:768px){.MovieCard-module__UI7sta__movieTitle{-webkit-line-clamp:2;line-clamp:2;overflow-wrap:break-word;word-break:break-word;margin-bottom:2px;font-size:.75rem}.MovieCard-module__UI7sta__runtimeBadge,.MovieCard-module__UI7sta__ratingBadge,.MovieCard-module__UI7sta__statusBadge{padding:1px 3px;font-size:.55rem}.MovieCard-module__UI7sta__actionBtn{width:22px;height:22px}.MovieCard-module__UI7sta__actionBtn button{width:22px!important;height:22px!important}.MovieCard-module__UI7sta__actionBtn svg{width:11px!important;height:11px!important}.MovieCard-module__UI7sta__actions{gap:3px;top:3px;right:3px}.MovieCard-module__UI7sta__horizontalCard{height:140px}.MovieCard-module__UI7sta__horizontalCard .MovieCard-module__UI7sta__poster{width:95px;min-height:auto}.MovieCard-module__UI7sta__horizontalCard .MovieCard-module__UI7sta__info{flex-direction:column;justify-content:flex-start;gap:0;padding:4px 2.5rem 6px 10px;display:flex}.MovieCard-module__UI7sta__horizontalCard .MovieCard-module__UI7sta__movieTitle{-webkit-line-clamp:2;line-clamp:2;font-size:.9rem;font-weight:800;margin:0 0 2px!important;padding-top:2px!important;line-height:1.3!important}.MovieCard-module__UI7sta__customStats{margin-top:0;display:inline-flex}.MovieCard-module__UI7sta__statsWrapper{align-items:baseline;gap:2px;min-width:0;margin-top:2px;display:flex}.MovieCard-module__UI7sta__spInfo{display:inline}.MovieCard-module__UI7sta__pcInfo{display:none}.MovieCard-module__UI7sta__listRuntime{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.MovieCard-module__UI7sta__overviewWrapper{margin:.1rem 0}.MovieCard-module__UI7sta__overview{-webkit-line-clamp:2;line-clamp:2;opacity:.9;margin:0;font-size:.7rem;line-height:1.3}.MovieCard-module__UI7sta__info{gap:2px;padding:.4rem .3rem}.MovieCard-module__UI7sta__creditsSummary{display:none}.MovieCard-module__UI7sta__roleName{border-radius:2px;padding:0 3px;font-size:.55rem}.MovieCard-module__UI7sta__actingFor{font-size:.55rem}.MovieCard-module__UI7sta__meta{gap:3px}.MovieCard-module__UI7sta__upcomingDate,.MovieCard-module__UI7sta__year,.MovieCard-module__UI7sta__type{font-size:.6rem}.MovieCard-module__UI7sta__providerIcon{width:14px;height:14px}}.MovieCard-module__UI7sta__privateMemoBox{z-index:2;background:#ffd7000d;border-left:3px solid gold;border-radius:8px;align-items:flex-start;gap:.5rem;margin-top:.8rem;padding:.6rem .8rem;display:flex;position:relative}[data-theme=light] .MovieCard-module__UI7sta__privateMemoBox{background:#ffd70014}.MovieCard-module__UI7sta__privateMemoIcon{color:gold;flex-shrink:0;width:12px;height:12px;margin-top:3px}.MovieCard-module__UI7sta__privateMemo{color:var(--foreground);white-space:pre-wrap;margin:0;font-size:.8rem;font-style:italic;line-height:1.5}.MovieCard-module__UI7sta__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;animation:.3s ease-out MovieCard-module__UI7sta__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.MovieCard-module__UI7sta__modalContent{background:#0a0a0a radial-gradient(circle at 0 0,#e509140d,#0000 40%);border:1px solid #ffffff1a;border-radius:28px;width:100%;max-width:500px;padding:2.5rem;animation:.4s cubic-bezier(.34,1.56,.64,1) MovieCard-module__UI7sta__scaleUp;position:relative;box-shadow:0 40px 100px #000c,0 0 0 1px #ffffff0d}[data-theme=light] .MovieCard-module__UI7sta__modalContent{background:#fff radial-gradient(circle at 0 0,#e5091408,#0000 40%);border-color:#00000014;box-shadow:0 40px 100px #00000026,0 0 0 1px #0000000d}.MovieCard-module__UI7sta__modalHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.MovieCard-module__UI7sta__modalTitle{color:var(--foreground);letter-spacing:-.02em;align-items:center;gap:1rem;font-size:1.4rem;font-weight:800;display:flex}.MovieCard-module__UI7sta__modalTitle svg{color:gold}[data-theme=light] .MovieCard-module__UI7sta__modalTitle svg{color:var(--accent)}.MovieCard-module__UI7sta__modalClose{color:var(--text-dim);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}[data-theme=light] .MovieCard-module__UI7sta__modalClose{background:#0000000d;border-color:#0000001a}.MovieCard-module__UI7sta__modalClose:hover{color:#fff;background:#ffffff1a;transform:rotate(90deg)}[data-theme=light] .MovieCard-module__UI7sta__modalClose:hover{color:var(--accent);background:#00000014}@keyframes MovieCard-module__UI7sta__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes MovieCard-module__UI7sta__scaleUp{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.MovieCard-module__UI7sta__cardBackgroundLink{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}.MovieCard-module__UI7sta__cardContent{flex-direction:inherit;pointer-events:none;width:100%;height:100%;display:flex}.MovieCard-module__UI7sta__cardContent a,.MovieCard-module__UI7sta__cardContent button,.MovieCard-module__UI7sta__fullCommentLink,.MovieCard-module__UI7sta__actions{pointer-events:auto}@media (max-width:768px){.MovieCard-module__UI7sta__modalContent{border-radius:24px;margin-top:-10vh;padding:1.8rem}.MovieCard-module__UI7sta__modalTitle{font-size:1.2rem}}.MovieCard-module__UI7sta__modalInstruction{color:var(--text-dim);background:#ffffff08;border-radius:12px;margin-top:-1rem;margin-bottom:2rem;padding:12px 16px;font-size:.85rem;line-height:1.6}
.PersonFilterSlider-module__Wme8Lq__favoritesSlider{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:.8rem;margin-bottom:2rem;padding:.5rem 0 1.5rem;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 90%,#0000 100%);mask-image:linear-gradient(90deg,#000 90%,#0000 100%)}.PersonFilterSlider-module__Wme8Lq__favoritesSlider::-webkit-scrollbar{display:none}.PersonFilterSlider-module__Wme8Lq__favoritePerson{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:.25rem;width:60px;padding:0;display:flex}.PersonFilterSlider-module__Wme8Lq__avatarWrapper{border:2px solid #0000;border-radius:50%;width:44px;height:44px;padding:2px;transition:all .3s}.PersonFilterSlider-module__Wme8Lq__avatarCircle{object-fit:cover;filter:grayscale();border-radius:50%;width:100%;height:100%;transition:all .3s}.PersonFilterSlider-module__Wme8Lq__avatarAll{width:44px;height:44px;color:var(--text-dim);background:0 0;border:2px solid #ccc;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;transition:all .3s;display:flex}.PersonFilterSlider-module__Wme8Lq__avatarPlaceholder{color:#fff;background:#444;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;display:flex}.PersonFilterSlider-module__Wme8Lq__personFilterName{text-align:center;color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.6rem;line-height:1.1;transition:color .3s;overflow:hidden}.PersonFilterSlider-module__Wme8Lq__favoriteActive .PersonFilterSlider-module__Wme8Lq__avatarWrapper{border-color:var(--accent)}.PersonFilterSlider-module__Wme8Lq__favoriteActive .PersonFilterSlider-module__Wme8Lq__avatarAll{border-color:var(--accent);color:var(--accent)}.PersonFilterSlider-module__Wme8Lq__favoriteActive .PersonFilterSlider-module__Wme8Lq__avatarCircle{filter:grayscale(0%)}.PersonFilterSlider-module__Wme8Lq__favoriteActive .PersonFilterSlider-module__Wme8Lq__personFilterName{color:var(--foreground);font-weight:700}.PersonFilterSlider-module__Wme8Lq__favoritePerson:hover .PersonFilterSlider-module__Wme8Lq__personFilterName{color:var(--foreground)}@media (max-width:768px){.PersonFilterSlider-module__Wme8Lq__favoritesSlider{-webkit-overflow-scrolling:auto;flex-wrap:wrap;justify-content:center;gap:.8rem .25rem;padding:.5rem 0;overflow-x:visible;-webkit-mask-image:none;mask-image:none}.PersonFilterSlider-module__Wme8Lq__favoritePerson{width:52px}.PersonFilterSlider-module__Wme8Lq__personFilterName{font-size:.6rem}}
.ProfileHero-module__4LJTQG__heroWrapper{width:100%;margin-bottom:0;position:relative;overflow:hidden}.ProfileHero-module__4LJTQG__heroBackdrop{z-index:0;width:100%;height:45vh;min-height:320px;position:relative}.ProfileHero-module__4LJTQG__backdropImg{object-fit:cover;width:100%;height:100%}.ProfileHero-module__4LJTQG__backdropPlaceholder{background:linear-gradient(135deg,#1a1a1a 0%,#333 100%);width:100%;height:100%}.ProfileHero-module__4LJTQG__heroOverlay{background:linear-gradient(to bottom,#0003 0%,#0006 50%,var(--background)100%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}[data-theme=light] .ProfileHero-module__4LJTQG__heroOverlay{background:linear-gradient(to bottom,#fff0 0%,#fff3 50%,var(--background)100%)}.ProfileHero-module__4LJTQG__heroContentContainer{z-index:2;background:0 0;width:100%;position:relative}.ProfileHero-module__4LJTQG__profileInfoSection{text-align:left;max-width:1000px;margin:0 auto;padding:0 2rem 1.5rem;position:relative}.ProfileHero-module__4LJTQG__avatarArea{z-index:2;width:140px;height:140px;margin-top:-70px;margin-bottom:1rem;position:relative}.ProfileHero-module__4LJTQG__avatar{border:4px solid var(--background);object-fit:cover;background:#1a1a1a;border-radius:50%;width:140px;height:140px;display:block}.ProfileHero-module__4LJTQG__avatarPlaceholder{border:4px solid var(--background);width:140px;height:140px;color:var(--text-dim);background:#2a2a2a;border-radius:50%;justify-content:center;align-items:center;font-size:3rem;font-weight:800;display:flex}.ProfileHero-module__4LJTQG__actionsArea{align-items:center;gap:12px;display:flex;position:absolute;top:1rem;right:1.5rem}.ProfileHero-module__4LJTQG__mainActionBtn{cursor:pointer;border:1px solid var(--glass-border);background:var(--background);color:var(--foreground);border-radius:99px;padding:10px 20px;font-size:.95rem;font-weight:700;transition:all .2s}[data-theme=light] .ProfileHero-module__4LJTQG__mainActionBtn{color:#0f1419;border-color:#cfd9de}.ProfileHero-module__4LJTQG__mainActionBtn:hover{background:var(--card-bg-hover)}.ProfileHero-module__4LJTQG__followBtn{background:var(--foreground)!important;color:var(--background)!important;border:none!important}[data-theme=light] .ProfileHero-module__4LJTQG__followBtn{color:#fff!important;background:#0f1419!important}.ProfileHero-module__4LJTQG__followBtn:hover{opacity:.9}.ProfileHero-module__4LJTQG__nameHeader{margin-bottom:.5rem}.ProfileHero-module__4LJTQG__displayName{letter-spacing:-.5px;margin:0;font-size:2rem;font-weight:800}[data-theme=light] .ProfileHero-module__4LJTQG__displayName{color:#000;text-shadow:none}[data-theme=dark] .ProfileHero-module__4LJTQG__displayName{color:#fff}.ProfileHero-module__4LJTQG__username{margin:0;font-size:1rem}[data-theme=light] .ProfileHero-module__4LJTQG__username{color:#536471}[data-theme=dark] .ProfileHero-module__4LJTQG__username{color:#71767b}.ProfileHero-module__4LJTQG__identityArea{margin:.8rem 0}.ProfileHero-module__4LJTQG__identityBadge{background:#00d1b21a;border:1px solid #00d1b233;border-radius:8px;align-items:center;gap:8px;padding:6px 14px;text-decoration:none;transition:all .2s;display:inline-flex}.ProfileHero-module__4LJTQG__identityBadge:hover{background:#00d1b226;transform:translateY(-1px)}.ProfileHero-module__4LJTQG__identityLabel{color:var(--accent);text-transform:uppercase;font-size:.75rem;font-weight:800}.ProfileHero-module__4LJTQG__identityName{color:var(--foreground);font-size:1rem;font-weight:600}.ProfileHero-module__4LJTQG__bioSection{max-width:650px;margin:1rem 0}.ProfileHero-module__4LJTQG__bioText{white-space:pre-wrap;margin:0;font-size:1rem;line-height:1.5}[data-theme=light] .ProfileHero-module__4LJTQG__bioText{color:#0f1419}[data-theme=dark] .ProfileHero-module__4LJTQG__bioText{color:#eff3f4}.ProfileHero-module__4LJTQG__statsSection{flex-direction:column;gap:.8rem;margin:1.2rem 0;display:flex}.ProfileHero-module__4LJTQG__metaStatsRow{flex-wrap:wrap;gap:1.5rem;display:flex}.ProfileHero-module__4LJTQG__metaStat{color:var(--text-dim);align-items:center;gap:6px;font-size:.95rem;display:flex}[data-theme=light] .ProfileHero-module__4LJTQG__metaStat{color:#536471}[data-theme=dark] .ProfileHero-module__4LJTQG__metaStat{color:#71767b}.ProfileHero-module__4LJTQG__metaStat strong{font-weight:700}[data-theme=light] .ProfileHero-module__4LJTQG__metaStat strong{color:#0f1419}[data-theme=dark] .ProfileHero-module__4LJTQG__metaStat strong{color:#eff3f4}.ProfileHero-module__4LJTQG__metaIcon{opacity:.7;width:18px;height:18px}.ProfileHero-module__4LJTQG__socialStatsRow{gap:1.5rem;display:flex}.ProfileHero-module__4LJTQG__socialStat{font-size:.95rem;text-decoration:none}[data-theme=light] .ProfileHero-module__4LJTQG__socialStat{color:#536471}[data-theme=dark] .ProfileHero-module__4LJTQG__socialStat{color:#71767b}.ProfileHero-module__4LJTQG__socialStat:hover{text-decoration:underline}.ProfileHero-module__4LJTQG__socialStat strong{font-weight:800}[data-theme=light] .ProfileHero-module__4LJTQG__socialStat strong{color:#0f1419}[data-theme=dark] .ProfileHero-module__4LJTQG__socialStat strong{color:#fff}.ProfileHero-module__4LJTQG__clickableStat{cursor:pointer}.ProfileHero-module__4LJTQG__clickableStat:hover{text-decoration:underline}.ProfileHero-module__4LJTQG__footerArea{border-top:1px solid var(--glass-border);flex-direction:column;gap:8px;margin-top:1.5rem;padding-top:1rem;display:flex}.ProfileHero-module__4LJTQG__publicViewLink{color:var(--accent);align-items:center;gap:6px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.ProfileHero-module__4LJTQG__publicViewLink:hover{text-decoration:underline}.ProfileHero-module__4LJTQG__securityNotice{opacity:.7;font-size:.8rem}[data-theme=light] .ProfileHero-module__4LJTQG__securityNotice{color:#536471}[data-theme=dark] .ProfileHero-module__4LJTQG__securityNotice{color:#71767b}@media (max-width:600px){.ProfileHero-module__4LJTQG__heroBackdrop{height:20vh;min-height:140px}.ProfileHero-module__4LJTQG__profileInfoSection{padding:0 1rem 1rem}.ProfileHero-module__4LJTQG__avatarArea{width:84px;height:84px;margin-top:-36px;margin-bottom:.5rem}.ProfileHero-module__4LJTQG__avatar,.ProfileHero-module__4LJTQG__avatarPlaceholder{border-width:3px;width:84px;height:84px}.ProfileHero-module__4LJTQG__avatarPlaceholder{font-size:1.8rem}.ProfileHero-module__4LJTQG__actionsArea{gap:8px;top:.5rem;right:.8rem}.ProfileHero-module__4LJTQG__mainActionBtn{align-items:center;height:28px;padding:6px 14px;font-size:.75rem;display:flex}.ProfileHero-module__4LJTQG__nameHeader{margin-bottom:.3rem}.ProfileHero-module__4LJTQG__displayName{letter-spacing:-.01em;font-size:1.1rem;line-height:1.25}.ProfileHero-module__4LJTQG__username{margin-top:2px;font-size:.8rem}.ProfileHero-module__4LJTQG__identityArea{width:100%;margin:.8rem 0}.ProfileHero-module__4LJTQG__identityBadge{box-sizing:border-box;background:#00d1b20d;border:1px solid #00d1b233;justify-content:space-between;align-items:center;gap:.8rem;width:100%;padding:5px 10px;display:flex}.ProfileHero-module__4LJTQG__identityLabel{white-space:nowrap;font-size:.65rem}.ProfileHero-module__4LJTQG__identityName{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.ProfileHero-module__4LJTQG__bioSection{margin:.8rem 0}.ProfileHero-module__4LJTQG__bioText{font-size:.85rem;line-height:1.5}.ProfileHero-module__4LJTQG__statsSection{gap:.8rem;margin:1rem 0 .8rem}.ProfileHero-module__4LJTQG__metaStatsRow{gap:.8rem 1.2rem}.ProfileHero-module__4LJTQG__socialStatsRow{gap:1.2rem}.ProfileHero-module__4LJTQG__metaStat,.ProfileHero-module__4LJTQG__socialStat{font-size:.8rem}.ProfileHero-module__4LJTQG__metaIcon{width:14px;height:14px}.ProfileHero-module__4LJTQG__footerArea{margin-top:1rem;padding-top:.8rem}.ProfileHero-module__4LJTQG__publicViewLink{font-size:.8rem}}.ProfileHero-module__4LJTQG__badgesWrapper{flex-wrap:wrap;gap:8px;margin-bottom:1rem;display:flex}.ProfileHero-module__4LJTQG__badgeItem{color:var(--foreground);background:#ffffff0d;border-radius:6px;align-items:center;gap:4px;padding:4px 12px;font-size:.85rem;display:inline-flex}[data-theme=light] .ProfileHero-module__4LJTQG__badgeItem{color:#0f1419;background:#00000008}
.LoadingScreen-module__E3fqKG__overlay{background:0 0;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:60vh;display:flex;position:relative;overflow:hidden}.LoadingScreen-module__E3fqKG__resonanceContainer{justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.LoadingScreen-module__E3fqKG__circle{border:1.5px solid var(--accent);opacity:0;filter:blur(1px);border-radius:50%;animation:3s cubic-bezier(.21,.5,.45,.94) infinite LoadingScreen-module__E3fqKG__pulse;position:absolute;box-shadow:0 0 20px #e5091433}.LoadingScreen-module__E3fqKG__circle:first-child{animation-delay:0s}.LoadingScreen-module__E3fqKG__circle:nth-child(2){animation-delay:1s}.LoadingScreen-module__E3fqKG__circle:nth-child(3){animation-delay:2s}@keyframes LoadingScreen-module__E3fqKG__pulse{0%{opacity:.8;width:40px;height:40px}to{opacity:0;border-width:.5px;width:200px;height:200px}}.LoadingScreen-module__E3fqKG__logoWrapper{z-index:10;text-align:center}.LoadingScreen-module__E3fqKG__logoText{font-family:var(--font-outfit),"Hiragino Sans","Hiragino Kaku Gothic ProN",sans-serif;letter-spacing:-.02em;background:linear-gradient(135deg,var(--accent),#ff4d4d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:900;animation:1.5s ease-in-out infinite alternate LoadingScreen-module__E3fqKG__logoFade}@keyframes LoadingScreen-module__E3fqKG__logoFade{0%{opacity:.7;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.LoadingScreen-module__E3fqKG__loadingLine{background:#ffffff1a;border-radius:4px;width:120px;height:2px;margin-top:2rem;position:relative;overflow:hidden}[data-theme=light] .LoadingScreen-module__E3fqKG__loadingLine{background:#0000000d}.LoadingScreen-module__E3fqKG__progress{background:var(--accent);border-radius:4px;width:40%;height:100%;animation:1.5s ease-in-out infinite LoadingScreen-module__E3fqKG__shimmer;position:absolute;top:0;left:0}@keyframes LoadingScreen-module__E3fqKG__shimmer{0%{left:-40%}to{left:100%}}.LoadingScreen-module__E3fqKG__statusText{color:var(--text-dim);text-transform:uppercase;letter-spacing:.2rem;margin-top:1rem;font-size:.75rem;font-weight:600}
.follow-list-module__YSXifa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.follow-list-module__YSXifa__modalContent{background:var(--background);border:1px solid var(--glass-border);border-radius:20px;flex-direction:column;width:100%;max-width:500px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 20px 40px #0006}.follow-list-module__YSXifa__modalHeader{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.follow-list-module__YSXifa__modalTitle{margin:0;font-size:1.25rem;font-weight:800}.follow-list-module__YSXifa__closeBtn{color:var(--text-dim);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.follow-list-module__YSXifa__closeBtn:hover{color:var(--foreground)}.follow-list-module__YSXifa__userList{flex:1;padding:8px 0;overflow-y:auto}.follow-list-module__YSXifa__userItem{color:inherit;align-items:flex-start;gap:12px;padding:12px 20px;text-decoration:none;transition:background .2s;display:flex}.follow-list-module__YSXifa__userItem:hover{background:#ffffff0d}[data-theme=light] .follow-list-module__YSXifa__userItem:hover{background:#00000008}.follow-list-module__YSXifa__avatarWrapper{flex-shrink:0}.follow-list-module__YSXifa__avatar{object-fit:cover;background:#111;border-radius:50%;width:44px;height:44px}.follow-list-module__YSXifa__avatarPlaceholder{width:44px;height:44px;color:var(--text-dim);background:#2a2a2a;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.follow-list-module__YSXifa__userInfo{flex:1;min-width:0}.follow-list-module__YSXifa__userNames{flex-direction:column;margin-bottom:4px;display:flex}.follow-list-module__YSXifa__displayName{font-size:.95rem;font-weight:700}.follow-list-module__YSXifa__username{color:var(--text-dim);font-size:.85rem}.follow-list-module__YSXifa__bio{color:var(--foreground);opacity:.8;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;overflow:hidden}.follow-list-module__YSXifa__loadingContainer{color:var(--text-dim);flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.follow-list-module__YSXifa__spinner{border:3px solid #e509141a;border-top:3px solid var(--accent);border-radius:50%;width:32px;height:32px;margin-bottom:12px;animation:1s linear infinite follow-list-module__YSXifa__rotate}@keyframes follow-list-module__YSXifa__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.follow-list-module__YSXifa__emptyState{text-align:center;color:var(--text-dim);padding:40px}
.FeedSkeleton-module___fTw0W__skeletonSection{background:#ffffff05;border-radius:40px;width:100%;max-width:1200px;margin:3rem auto;padding:2rem}.FeedSkeleton-module___fTw0W__header{justify-content:space-between;margin-bottom:2rem;display:flex}.FeedSkeleton-module___fTw0W__titleSkeleton,.FeedSkeleton-module___fTw0W__linkSkeleton,.FeedSkeleton-module___fTw0W__imageSkeleton,.FeedSkeleton-module___fTw0W__textSkeleton1,.FeedSkeleton-module___fTw0W__textSkeleton2{background:linear-gradient(90deg,var(--skeleton-bg)25%,var(--skeleton-highlight)50%,var(--skeleton-bg)75%);animation:FeedSkeleton-module___fTw0W__skeleton-shimmer var(--skeleton-speed)infinite linear;background-size:200% 100%}.FeedSkeleton-module___fTw0W__titleSkeleton{border-radius:8px;width:200px;height:32px}.FeedSkeleton-module___fTw0W__linkSkeleton{border-radius:8px;width:100px;height:24px}.FeedSkeleton-module___fTw0W__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.FeedSkeleton-module___fTw0W__card{flex-direction:column;gap:1rem;display:flex}.FeedSkeleton-module___fTw0W__imageSkeleton{aspect-ratio:16/9;border-radius:16px;width:100%}.FeedSkeleton-module___fTw0W__textSkeleton1{border-radius:6px;width:80%;height:24px}.FeedSkeleton-module___fTw0W__textSkeleton2{border-radius:6px;width:60%;height:18px}@media (max-width:768px){.FeedSkeleton-module___fTw0W__grid{grid-template-columns:1fr}}
.settings-module__wrrypG__modalOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#000000d1;justify-content:center;align-items:center;padding:20px;animation:.3s settings-module__wrrypG__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes settings-module__wrrypG__fadeIn{0%{opacity:0}to{opacity:1}}.settings-module__wrrypG__modalContent{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:28px;flex-direction:column;width:100%;max-width:540px;height:90vh;max-height:850px;padding:0;animation:.5s cubic-bezier(.23,1,.32,1) settings-module__wrrypG__modalIn;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #0009}@keyframes settings-module__wrrypG__modalIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.settings-module__wrrypG__header{border-bottom:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:30;background:#ffffff05;flex-shrink:0;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.settings-module__wrrypG__header h2{margin:0;font-size:1.25rem;font-weight:800}.settings-module__wrrypG__closeBtn{color:#888;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.settings-module__wrrypG__closeBtn:hover{color:var(--foreground);background:#ffffff1a;transform:rotate(90deg)}.settings-module__wrrypG__form{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:28px;padding:32px 32px 120px;display:flex;overflow-y:auto}.settings-module__wrrypG__inputGroup{flex-direction:column;gap:8px;display:flex}.settings-module__wrrypG__inputGroup label{color:#888;font-size:.9rem;font-weight:600}.settings-module__wrrypG__inputGroup input,.settings-module__wrrypG__inputGroup textarea{border:1px solid var(--glass-border);color:var(--foreground);background:#ffffff0d;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:1rem;transition:border-color .2s}.settings-module__wrrypG__inputGroup input:focus,.settings-module__wrrypG__inputGroup textarea:focus{border-color:var(--accent)}.settings-module__wrrypG__usernameInput{border:1px solid var(--glass-border);background:#ffffff0d;border-radius:14px;align-items:center;padding:0 16px;transition:all .2s;display:flex;overflow:hidden}.settings-module__wrrypG__usernameInput:focus-within{border-color:var(--accent);background:#ffffff14;box-shadow:0 0 0 2px #00d1b233}.settings-module__wrrypG__usernameInput input{color:var(--accent);background:0 0;border:none;flex:1;min-width:100px;padding:14px 16px;font-size:1.05rem;font-weight:700}.settings-module__wrrypG__usernameInput input::placeholder{color:#444;font-weight:400}.settings-module__wrrypG__urlPreview{color:#888;background:#00d1b214;border:1px solid #00d1b226;border-radius:10px;margin:8px 0;padding:10px 14px;font-size:.85rem}.settings-module__wrrypG__urlPreview strong{color:var(--accent);font-family:monospace}.settings-module__wrrypG__hint{color:#555;margin:0;font-size:.8rem}.settings-module__wrrypG__linksGroup{flex-direction:column;gap:12px;display:flex}.settings-module__wrrypG__linksGroup label{color:#888;font-size:.9rem;font-weight:600}.settings-module__wrrypG__linkInput{border:1px solid var(--glass-border);background:#ffffff08;border-radius:10px;align-items:center;padding:2px 12px;transition:all .2s;display:flex}.settings-module__wrrypG__linkInput:focus-within{border-color:var(--accent);background:#ffffff0f}.settings-module__wrrypG__linkInput svg{color:#666;flex-shrink:0;width:18px;height:18px}.settings-module__wrrypG__linkInput input{color:var(--foreground);background:0 0;border:none;outline:none;width:100%;padding:10px;font-size:.9rem}.settings-module__wrrypG__errorMsg{color:#ef4444;background:#ef44441a;border-radius:8px;margin:0;padding:12px;font-size:.9rem}.settings-module__wrrypG__actions{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--glass-border);z-index:40;background:#141414e6;gap:12px;padding:24px 32px;display:flex;position:absolute;bottom:0;left:0;right:0}.settings-module__wrrypG__actions button{cursor:pointer;border-radius:12px;flex:1;padding:14px;font-weight:700;transition:all .2s}.settings-module__wrrypG__cancelBtn{border:1px solid var(--glass-border);color:var(--foreground);background:0 0}.settings-module__wrrypG__cancelBtn:hover{background:#ffffff0d}.settings-module__wrrypG__saveBtn{background:var(--accent);color:#000;border:none}.settings-module__wrrypG__saveBtn:hover:not(:disabled){background:#ff1f2c;transform:translateY(-2px);box-shadow:0 10px 20px #e509144d}.settings-module__wrrypG__saveBtn:disabled{opacity:.6;cursor:not-allowed}.settings-module__wrrypG__posterPicker{scrollbar-width:thin;scrollbar-color:var(--accent)transparent;gap:12px;margin:8px 0;padding:10px 4px;display:flex;overflow-x:auto}.settings-module__wrrypG__posterPicker::-webkit-scrollbar{height:4px}.settings-module__wrrypG__posterPicker::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}.settings-module__wrrypG__posterItem{aspect-ratio:2/3;cursor:pointer;background:#ffffff0d;border:3px solid #0000;border-radius:12px;flex-shrink:0;width:90px;transition:all .2s;position:relative;overflow:hidden}.settings-module__wrrypG__posterItem img{object-fit:cover;width:100%;height:100%}.settings-module__wrrypG__posterItem.settings-module__wrrypG__selected{border-color:var(--accent);transform:scale(1.05);box-shadow:0 0 15px #00d1b266}.settings-module__wrrypG__posterItem.settings-module__wrrypG__backdropItem{aspect-ratio:16/9;width:160px}.settings-module__wrrypG__avatarPicker .settings-module__wrrypG__posterItem{border-radius:50%;width:70px;height:70px}.settings-module__wrrypG__avatarPicker .settings-module__wrrypG__defaultAvatar{font-size:1.2rem}.settings-module__wrrypG__avatarPicker .settings-module__wrrypG__uploadIcon{width:20px;height:20px;margin-bottom:2px}.settings-module__wrrypG__avatarPicker .settings-module__wrrypG__uploadLabel span{font-size:.5rem}.settings-module__wrrypG__defaultAvatar{color:#444;background:#222;justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;font-weight:800;display:flex}.settings-module__wrrypG__posterItem span{color:#fff;text-align:center;z-index:2;background:#000c;padding:2px;font-size:.6rem;position:absolute;bottom:0;left:0;right:0}.settings-module__wrrypG__uploadLabel{cursor:pointer;z-index:3;background:#0003;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.settings-module__wrrypG__uploadIcon{width:32px;height:32px;color:var(--text-dim);margin-bottom:4px}.settings-module__wrrypG__uploadedPreview{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.settings-module__wrrypG__spinner{border:2px solid #ffffff4d;border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:1s linear infinite settings-module__wrrypG__spin}@keyframes settings-module__wrrypG__spin{to{transform:rotate(360deg)}}.settings-module__wrrypG__cropperOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.settings-module__wrrypG__cropperContent{background:#111;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:500px;padding:24px;box-shadow:0 30px 60px #00000080}.settings-module__wrrypG__cropperWrapper{background:#000;border-radius:12px;width:100%;height:350px;position:relative;overflow:hidden}.settings-module__wrrypG__cropperControls{margin-top:24px}.settings-module__wrrypG__zoomControl{color:#fff;align-items:center;gap:16px;margin-bottom:24px;font-size:.9rem;font-weight:500;display:flex}.settings-module__wrrypG__zoomControl input{accent-color:var(--accent);cursor:pointer;flex:1}.settings-module__wrrypG__cropperActions{gap:12px;display:flex}.settings-module__wrrypG__cropperActions button{cursor:pointer;border-radius:12px;flex:1;padding:14px;font-weight:600;transition:all .2s}.settings-module__wrrypG__privacyToggleWrapper{flex-direction:column;gap:12px;display:flex}.settings-module__wrrypG__privacyToggleBtn{border:1px solid var(--glass-border);cursor:pointer;color:var(--text-dim);text-align:left;background:#ffffff08;border-radius:16px;align-items:center;gap:16px;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.settings-module__wrrypG__privacyToggleBtn:hover{background:#ffffff0f;border-color:#fff3}.settings-module__wrrypG__privacyToggleBtn.settings-module__wrrypG__active{color:var(--foreground);background:#00d1b20d;border-color:#00d1b24d}.settings-module__wrrypG__toggleTrack{background:#444;border-radius:20px;flex-shrink:0;width:44px;height:24px;transition:all .3s;position:relative}.settings-module__wrrypG__active .settings-module__wrrypG__toggleTrack{background:var(--accent)}.settings-module__wrrypG__toggleThumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}.settings-module__wrrypG__active .settings-module__wrrypG__toggleThumb{left:23px}.settings-module__wrrypG__privacyToggleBtn span{font-size:.95rem;font-weight:700}@media (max-width:768px){.settings-module__wrrypG__modalOverlay{align-items:flex-end;padding:0}.settings-module__wrrypG__modalContent{border-bottom:none;border-radius:32px 32px 0 0;max-width:none;height:95vh;max-height:100vh}.settings-module__wrrypG__header{padding:16px 24px}.settings-module__wrrypG__form{padding:24px 24px 110px}.settings-module__wrrypG__usernameInput input{padding:16px;font-size:1.1rem}.settings-module__wrrypG__actions{padding:16px 24px calc(16px + env(safe-area-inset-bottom));background:#0f0f0ff2}.settings-module__wrrypG__actions button{padding:16px}}
.shared-hero-module__16tvxW__heroSection{text-align:center;background:0 0;justify-content:center;align-items:center;width:100%;min-height:55vh;padding:100px 20px 2rem;display:flex;position:relative;overflow:hidden}.shared-hero-module__16tvxW__heroBackdrop{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.shared-hero-module__16tvxW__heroBackdrop img{object-fit:cover;opacity:1;width:100%;height:100%}.shared-hero-module__16tvxW__heroOverlay{background:linear-gradient(to bottom,#0006 0%,#0000004d 40%,#000c 80%,var(--background)100%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.shared-hero-module__16tvxW__heroContent{z-index:2;width:100%;max-width:800px;margin:0 auto;position:relative}.shared-hero-module__16tvxW__heroBadge{color:#e50914;letter-spacing:.1em;text-transform:uppercase;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#e5091433;border:1px solid #e5091466;border-radius:99px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;display:inline-block;position:relative;box-shadow:0 4px 12px #0003}.shared-hero-module__16tvxW__heroTitle{letter-spacing:-.02em;font-size:max(1.8rem,min(6vw,4rem));font-weight:850;line-height:1.2;font-family:var(--font-outfit),"Hiragino Sans","Hiragino Kaku Gothic ProN",sans-serif;color:#fff;text-shadow:0 4px 16px #0009,0 2px 4px #000c;margin-bottom:1.5rem}.shared-hero-module__16tvxW__heroTitle span{background:linear-gradient(135deg,#e50914,#ff4d4d);-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 12px #e509144d);text-shadow:none;-webkit-background-clip:text;background-clip:text}.shared-hero-module__16tvxW__heroSubtitle{color:#ffffffd9;text-shadow:0 2px 8px #000c;font-size:1.2rem;line-height:1.6}@media (max-width:768px){.shared-hero-module__16tvxW__heroSection{min-height:auto;padding:60px 20px 30px}.shared-hero-module__16tvxW__heroBadge{margin-bottom:1rem;padding:3px 10px;font-size:.65rem}.shared-hero-module__16tvxW__heroTitle{margin-bottom:1rem;font-size:1.5rem}.shared-hero-module__16tvxW__heroSubtitle{opacity:.8;font-size:.65rem;line-height:1.4}}
.ReviewCard-module__FYqcwW__reviewCard{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:16px;padding:1.5rem;transition:all .3s}.ReviewCard-module__FYqcwW__reviewHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.ReviewCard-module__FYqcwW__authorInfo{align-items:center;gap:.8rem;display:flex}.ReviewCard-module__FYqcwW__authorAvatar{object-fit:cover;background:#444;border-radius:50%;width:32px;height:32px}.ReviewCard-module__FYqcwW__authorName{color:var(--foreground);font-size:.95rem;font-weight:600}.ReviewCard-module__FYqcwW__reviewDate{color:var(--text-dim);font-size:.8rem}.ReviewCard-module__FYqcwW__reviewContent{color:var(--foreground);font-size:.95rem;line-height:1.6}.ReviewCard-module__FYqcwW__reviewContentContainer{max-height:200px;transition:max-height .3s;position:relative;overflow:hidden}.ReviewCard-module__FYqcwW__reviewContentContainer.ReviewCard-module__FYqcwW__expanded{max-height:none}.ReviewCard-module__FYqcwW__reviewContentOverlay{background:linear-gradient(to bottom,transparent,var(--card-bg));pointer-events:none;width:100%;height:60px;position:absolute;bottom:0;left:0}.ReviewCard-module__FYqcwW__expandToggleButton{color:var(--accent);cursor:pointer;text-align:center;background:0 0;border:none;width:100%;margin-bottom:.5rem;padding:.5rem 0;font-size:.85rem;font-weight:600;transition:opacity .2s;display:block}.ReviewCard-module__FYqcwW__expandToggleButton:hover{opacity:.8}.ReviewCard-module__FYqcwW__reviewContent p{margin-bottom:1rem}.ReviewCard-module__FYqcwW__reviewContent p:last-child{margin-bottom:0}.ReviewCard-module__FYqcwW__translateButton{border:1px solid var(--glass-border);color:var(--accent);cursor:pointer;transition:var(--transition-smooth);background:#ffffff0d;border-radius:20px;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.ReviewCard-module__FYqcwW__translateButton:hover{background:var(--accent);color:#000;transform:translateY(-2px)}.ReviewCard-module__FYqcwW__translateButton.ReviewCard-module__FYqcwW__loading{opacity:.7;cursor:wait}@media (max-width:768px){.ReviewCard-module__FYqcwW__reviewHeader,.ReviewCard-module__FYqcwW__authorInfo{gap:.5rem}.ReviewCard-module__FYqcwW__authorName{font-size:.88rem}.ReviewCard-module__FYqcwW__reviewDate{font-size:.75rem}}
.BookCard-module__xBbo0G__cardWrapper{perspective:1200px;width:100%;transition:var(--transition-smooth);position:relative}.BookCard-module__xBbo0G__card{flex-direction:column;gap:.75rem;text-decoration:none;display:flex;position:relative}.BookCard-module__xBbo0G__bookContainer{aspect-ratio:1/1.5;transform-style:preserve-3d;transform-origin:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;transition:transform .4s cubic-bezier(.2,.8,.2,1);position:relative}.BookCard-module__xBbo0G__cardWrapper:hover .BookCard-module__xBbo0G__bookContainer{transform:rotateY(-18deg)translate(4px)scale(1.02)}.BookCard-module__xBbo0G__bookCover{z-index:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#222;border-radius:2px 8px 8px 2px;width:100%;height:100%;position:relative;overflow:hidden;transform:translateZ(1px);box-shadow:5px 5px 15px #0000004d,inset 1px 0 #ffffff1a}.BookCard-module__xBbo0G__cardWrapper:hover .BookCard-module__xBbo0G__bookCover{box-shadow:15px 15px 30px #0006,inset 2px 0 #fff3}.BookCard-module__xBbo0G__bookSpine{pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000004d 0%,#0000001a 40%,#ffffff1a 100%);width:16px;height:100%;position:absolute;top:0;left:0}.BookCard-module__xBbo0G__bookPages{transform-origin:100%;z-index:0;opacity:0;background:#eee repeating-linear-gradient(#0000,#0000 1px,#0000000d 1px 2px);border-radius:0 4px 4px 0;width:12px;height:94%;transition:opacity .3s;position:absolute;top:3%;right:3px;transform:translateZ(-1px)rotateY(-90deg)}.BookCard-module__xBbo0G__cardWrapper:hover .BookCard-module__xBbo0G__bookPages{opacity:1}.BookCard-module__xBbo0G__badgeWrapper{z-index:10;flex-direction:column;gap:4px;display:flex;position:absolute;top:8px;right:8px;transform:translateZ(2px)}.BookCard-module__xBbo0G__adaptationBadge{background:linear-gradient(135deg,var(--accent),#ff4d4d);color:#fff}.BookCard-module__xBbo0G__animeBadge{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.BookCard-module__xBbo0G__info{flex-direction:column;gap:.25rem;padding-left:.25rem;display:flex}.BookCard-module__xBbo0G__title{color:var(--foreground);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;display:-webkit-box;overflow:hidden}.BookCard-module__xBbo0G__author{color:var(--text-dim);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;display:-webkit-box;overflow:hidden}.BookCard-module__xBbo0G__date{color:var(--text-dim);opacity:.8;font-size:.75rem}.BookCard-module__xBbo0G__actions{z-index:15;opacity:0;gap:6px;transition:all .3s;display:flex;position:absolute;top:10px;left:10px;transform:translate(-10px)}.BookCard-module__xBbo0G__cardWrapper:hover .BookCard-module__xBbo0G__actions{opacity:1;transform:translate(0)}@media (max-width:768px){.BookCard-module__xBbo0G__actions{opacity:1;top:6px;left:6px;transform:none}}.BookCard-module__xBbo0G__placeholder{text-align:center;color:#fff;background:linear-gradient(135deg,#2c3e50,#000);border-left:14px solid #0006;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1.2rem;display:flex}.BookCard-module__xBbo0G__placeholderTitle{margin-bottom:.5rem;font-size:.8rem;font-weight:800;line-height:1.3}.BookCard-module__xBbo0G__placeholderAuthor{opacity:.7;font-size:.65rem}
.insights-module__hhHnYG__insightsContainer{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.insights-module__hhHnYG__analysisNote{border:1px solid var(--glass-border);background:#ffffff08;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;display:flex}.insights-module__hhHnYG__noteIcon{padding-top:2px;font-size:1.2rem;line-height:1.4}.insights-module__hhHnYG__noteContent p{color:var(--text-dim);margin:0;font-size:.85rem;line-height:1.6}.insights-module__hhHnYG__noteContent strong{color:var(--accent)}.insights-module__hhHnYG__emptyContainer{border:2px dashed var(--glass-border);text-align:center;background:#ffffff05;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}.insights-module__hhHnYG__emptyIconWrapper{background:#e509141a;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:.5rem;font-size:3rem;animation:8s ease-in-out infinite insights-module__hhHnYG__morph;display:flex}@keyframes insights-module__hhHnYG__morph{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}.insights-module__hhHnYG__emptyTitle{background:linear-gradient(135deg,var(--foreground),var(--text-dim));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.8rem;font-weight:900}.insights-module__hhHnYG__emptyDescription{color:var(--text-dim);max-width:500px;margin-bottom:1rem;font-size:1rem;line-height:1.8}.insights-module__hhHnYG__onboardingSteps{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;max-width:800px;display:grid}.insights-module__hhHnYG__step{border:1px solid var(--glass-border);background:#ffffff08;border-radius:20px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;transition:all .3s;display:flex}.insights-module__hhHnYG__step:hover{border-color:var(--accent);background:#ffffff0f;transform:translateY(-5px)}.insights-module__hhHnYG__stepNumber{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:900;display:flex;box-shadow:0 4px 10px #e50a144d}.insights-module__hhHnYG__stepText{font-size:.9rem;font-weight:700}.insights-module__hhHnYG__stepHint{color:var(--text-dim);font-size:.75rem;line-height:1.4}.insights-module__hhHnYG__goSearchBtn{background:var(--accent);color:#fff;border-radius:50px;margin-top:2rem;padding:1rem 2.5rem;font-weight:900;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 20px #e5091433}.insights-module__hhHnYG__goSearchBtn:hover{transform:scale(1.05);box-shadow:0 15px 30px #e5091466}.insights-module__hhHnYG__ctiRow{justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .5rem;display:flex}.insights-module__hhHnYG__ctiBadge{border:1px solid var(--glass-border);background:#ffffff0d;border-radius:50px;align-items:center;gap:.75rem;padding:.4rem 1rem;display:flex}.insights-module__hhHnYG__ctiLabel{color:var(--text-dim);letter-spacing:.05em;font-size:.65rem;font-weight:800}.insights-module__hhHnYG__ctiCode{color:var(--foreground);letter-spacing:.1em;font-size:1.1rem;font-weight:900}.insights-module__hhHnYG__ctiName{color:var(--foreground);border-left:1px solid #fff3;padding-left:.75rem;font-size:.85rem;font-weight:600}.insights-module__hhHnYG__ctiValueLink{color:inherit;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s;display:flex}.insights-module__hhHnYG__ctiValueLink:hover{opacity:.8}.insights-module__hhHnYG__calculatingTag{color:var(--accent);text-transform:uppercase;background:#e509141a;border-radius:4px;margin-left:.5rem;padding:2px 6px;font-size:.6rem;font-weight:700;animation:1.5s infinite insights-module__hhHnYG__blink}@keyframes insights-module__hhHnYG__blink{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.insights-module__hhHnYG__ctiLink{color:var(--text-dim);text-underline-offset:4px;font-size:.8rem;text-decoration:underline;transition:color .2s}.insights-module__hhHnYG__ctiLink:hover{color:var(--accent)}.insights-module__hhHnYG__topSection{grid-template-columns:1fr 280px;gap:1.5rem;display:grid}.insights-module__hhHnYG__personaCard{border:1px solid var(--glass-border);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-radius:20px;flex-direction:column;min-height:200px;padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 10px 30px #0003}.insights-module__hhHnYG__personaCardHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.8rem;display:flex}.insights-module__hhHnYG__updateTrigger{background:linear-gradient(135deg,var(--accent),#ff4d4d);color:#fff;cursor:pointer;border-radius:8px;align-items:center;gap:.4rem;padding:6px 12px;font-size:.75rem;font-weight:800;transition:all .3s;animation:3s infinite insights-module__hhHnYG__bounce-subtle;display:flex;box-shadow:0 4px 15px #e5091466}.insights-module__hhHnYG__updateTrigger:hover{filter:brightness(1.1);transform:scale(1.05);box-shadow:0 6px 20px #e5091480}@keyframes insights-module__hhHnYG__bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.insights-module__hhHnYG__updateIcon{font-size:.9rem}.insights-module__hhHnYG__personaLoadingBadge{color:var(--accent);background:#e509141a;border-radius:6px;align-items:center;gap:.5rem;padding:4px 10px;font-size:.75rem;font-weight:700;display:flex}.insights-module__hhHnYG__miniSpinner{border:2px solid #e509141a;border-top:2px solid var(--accent);border-radius:50%;width:12px;height:12px;animation:.8s linear infinite insights-module__hhHnYG__spin}.insights-module__hhHnYG__updateHint{color:var(--text-dim);border-left:3px solid var(--accent);background:#e509140d;border-radius:0 8px 8px 0;margin-top:1rem;padding:10px 12px;font-size:.8rem;line-height:1.5;animation:.5s ease-out insights-module__hhHnYG__fadeIn}.insights-module__hhHnYG__personaCard.insights-module__hhHnYG__loading{opacity:.7;background:linear-gradient(135deg,#e509140d,#e5091405);animation:2s ease-in-out infinite insights-module__hhHnYG__pulse}@keyframes insights-module__hhHnYG__pulse{0%{opacity:.6}50%{opacity:.9}to{opacity:.6}}.insights-module__hhHnYG__personaPlaceholder{text-align:center;color:var(--text-dim);font-size:1rem;font-style:italic}.insights-module__hhHnYG__personaBadge{background:var(--accent);color:#fff;letter-spacing:1px;text-transform:uppercase;border-radius:4px;align-self:flex-start;margin-bottom:.8rem;padding:3px 8px;font-size:.6rem;font-weight:800}.insights-module__hhHnYG__personaTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.6rem;font-weight:900}.insights-module__hhHnYG__personaDesc{color:var(--text-dim);white-space:pre-wrap;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.insights-module__hhHnYG__collectorTypeBadge{color:var(--accent);background:#e509141a;border-radius:20px;align-self:flex-start;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.insights-module__hhHnYG__gemsCard{background:var(--card-bg);background:linear-gradient(135deg,#ffd7000d,#0000);border:1px solid gold;border-radius:20px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.insights-module__hhHnYG__gemsLogo{filter:drop-shadow(0 0 10px #ffd7004d);font-size:2.5rem}.insights-module__hhHnYG__gemsTitle{color:gold;letter-spacing:1.5px;margin-bottom:.25rem;font-size:.65rem;font-weight:900}.insights-module__hhHnYG__gemsValue{color:gold;font-size:2.5rem;font-weight:900;line-height:1}.insights-module__hhHnYG__gemsDesc{color:var(--text-dim);margin-top:.5rem;font-size:.75rem;line-height:1.5}.insights-module__hhHnYG__gemsDesc strong{color:gold}.insights-module__hhHnYG__dnaCard{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:20px;padding:1.25rem}.insights-module__hhHnYG__dnaTitle{color:var(--foreground);letter-spacing:1.5px;margin-bottom:1.25rem;font-size:1.1rem;font-weight:800}.insights-module__hhHnYG__dnaStats{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.insights-module__hhHnYG__dnaStat{border:1px solid var(--glass-border);background:#ffffff05;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;display:flex}.insights-module__hhHnYG__dnaIcon{font-size:1.4rem}.insights-module__hhHnYG__dnaStatContent{flex-direction:column;display:flex}.insights-module__hhHnYG__dnaLabel{color:var(--text-dim);text-transform:uppercase;font-size:.6rem}.insights-module__hhHnYG__dnaValue{color:var(--foreground);font-size:1rem;font-weight:800}.insights-module__hhHnYG__chartsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.insights-module__hhHnYG__chartCard{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:20px;padding:1.5rem}.insights-module__hhHnYG__chartTitle{color:var(--text-dim);text-transform:uppercase;margin-bottom:1.25rem;font-size:1rem;font-weight:800}.insights-module__hhHnYG__genreChart{flex-direction:column;gap:.85rem;display:flex}.insights-module__hhHnYG__genreBar{flex-direction:column;gap:.4rem;display:flex}.insights-module__hhHnYG__genreInfo{justify-content:space-between;font-size:.85rem;display:flex}.insights-module__hhHnYG__genreName{font-weight:700}.insights-module__hhHnYG__genrePercentage{color:var(--text-dim);font-size:.75rem}.insights-module__hhHnYG__barBackground{background:#ffffff0d;border-radius:3px;height:6px;overflow:hidden}.insights-module__hhHnYG__barFill{background:linear-gradient(90deg,var(--accent),#ff6b6b);border-radius:3px;height:100%}.insights-module__hhHnYG__miniCharts{flex-direction:column;gap:.5rem;display:flex}.insights-module__hhHnYG__miniChartItem{border-bottom:1px solid var(--glass-border);justify-content:space-between;padding-bottom:.25rem;font-size:.8rem;display:flex}.insights-module__hhHnYG__miniChartLabel{color:var(--text-dim)}.insights-module__hhHnYG__miniChartValue{color:var(--foreground);font-weight:700}@media (max-width:768px){.insights-module__hhHnYG__topSection{grid-template-columns:1fr;gap:1rem}.insights-module__hhHnYG__personaCard{min-height:auto;padding:1.25rem}.insights-module__hhHnYG__personaTitle{margin-bottom:.4rem;font-size:1.2rem}.insights-module__hhHnYG__personaDesc{margin-bottom:.75rem;font-size:.85rem}.insights-module__hhHnYG__personaBadge{margin-bottom:.5rem;font-size:.55rem}.insights-module__hhHnYG__gemsCard{gap:.75rem;padding:1rem}.insights-module__hhHnYG__gemsLogo,.insights-module__hhHnYG__gemsValue{font-size:2rem}.insights-module__hhHnYG__personaCardHeader{gap:.5rem;margin-bottom:.6rem}.insights-module__hhHnYG__updateTrigger{padding:4px 10px;font-size:.7rem}.insights-module__hhHnYG__dnaStats{grid-template-columns:1fr 1fr}.insights-module__hhHnYG__chartsGrid,.insights-module__hhHnYG__onboardingSteps{grid-template-columns:1fr}.insights-module__hhHnYG__ctiRow{flex-direction:column;align-items:stretch;gap:.75rem;padding:0}.insights-module__hhHnYG__ctiBadge{box-sizing:border-box;justify-content:space-between;width:100%;padding:.5rem 1rem}.insights-module__hhHnYG__ctiLabel{flex-shrink:0;font-size:.6rem}.insights-module__hhHnYG__ctiCode{font-size:1rem}.insights-module__hhHnYG__ctiName{white-space:nowrap;text-overflow:ellipsis;padding-left:.5rem;font-size:.75rem;overflow:hidden}.insights-module__hhHnYG__ctiLink{align-self:flex-end;font-size:.75rem}}.insights-module__hhHnYG__theatricalSection{background:linear-gradient(145deg,#e5091414,#0006);border:1px solid #e5091433;border-radius:24px;margin:1.5rem 0;padding:2rem;box-shadow:0 15px 35px #0000004d}.insights-module__hhHnYG__theatricalHeader{text-align:center;margin-bottom:2rem}.insights-module__hhHnYG__theatricalTitle{justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:900;display:flex}.insights-module__hhHnYG__theatricalIcon{font-size:1.8rem}.insights-module__hhHnYG__theatricalSubtitle{color:var(--text-dim);font-size:.9rem}.insights-module__hhHnYG__theatricalGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.insights-module__hhHnYG__theatricalCard{border:1px solid var(--glass-border);background:#ffffff08;border-radius:16px;gap:1.5rem;padding:1.25rem;transition:transform .3s;display:flex}.insights-module__hhHnYG__theatricalCard:hover{background:#ffffff0d;border-color:#e509144d;transform:translateY(-5px)}.insights-module__hhHnYG__theatricalPoster{aspect-ratio:2/3;border-radius:12px;flex-shrink:0;width:120px;position:relative;overflow:hidden;box-shadow:0 8px 16px #0006}.insights-module__hhHnYG__theatricalPoster img{object-fit:cover;width:100%;height:100%}.insights-module__hhHnYG__posterPlaceholder{color:#444;background:#222;justify-content:center;align-items:center;width:100%;height:100%;font-size:.6rem;display:flex}.insights-module__hhHnYG__theatricalRating{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:gold;background:#000000bf;border:1px solid #ffd7004d;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:800;position:absolute;top:6px;right:6px}.insights-module__hhHnYG__theatricalInfo{flex-direction:column;flex:1;justify-content:center;display:flex}.insights-module__hhHnYG__theatricalMeta{margin-bottom:.5rem}.insights-module__hhHnYG__releaseLabel{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;font-size:.65rem;font-weight:800}.insights-module__hhHnYG__recommendTitle{margin-bottom:.75rem;font-size:1.25rem;font-weight:900;line-height:1.2}.insights-module__hhHnYG__recommendTitle a{color:inherit;text-decoration:none;transition:color .2s}.insights-module__hhHnYG__recommendTitle a:hover{color:var(--accent)}.insights-module__hhHnYG__recommendReason{color:var(--text-dim);-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}.insights-module__hhHnYG__recDetailBtn{color:var(--accent);align-items:center;gap:.5rem;margin-top:auto;font-size:.8rem;font-weight:800;text-decoration:none;display:flex}.insights-module__hhHnYG__recDetailBtn:hover svg{transform:translate(3px)}.insights-module__hhHnYG__recDetailBtn svg{transition:transform .2s}@media (max-width:900px){.insights-module__hhHnYG__theatricalGrid{grid-template-columns:1fr}}@media (max-width:480px){.insights-module__hhHnYG__theatricalSection{border-radius:16px;margin:1rem 0;padding:1.25rem 1rem}.insights-module__hhHnYG__theatricalHeader{margin-bottom:1rem}.insights-module__hhHnYG__theatricalTitle{margin-bottom:.25rem;font-size:1.1rem}.insights-module__hhHnYG__theatricalIcon{font-size:1.3rem}.insights-module__hhHnYG__theatricalSubtitle{font-size:.75rem}.insights-module__hhHnYG__theatricalGrid{gap:1rem}.insights-module__hhHnYG__theatricalCard{align-items:center;gap:.75rem;padding:.75rem;flex-direction:row!important}.insights-module__hhHnYG__theatricalPoster{max-width:80px;width:80px!important}.insights-module__hhHnYG__recommendTitle{margin-bottom:.4rem;font-size:.95rem}.insights-module__hhHnYG__recommendReason{-webkit-line-clamp:3;line-clamp:3;margin-bottom:.5rem;font-size:.75rem}.insights-module__hhHnYG__releaseLabel{font-size:.6rem}.insights-module__hhHnYG__recDetailBtn{font-size:.7rem}}.insights-module__hhHnYG__theatricalLoading{opacity:.8}.insights-module__hhHnYG__theatricalLoadingState{color:var(--text-dim);text-align:center;background:#0003;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:3rem 1rem;display:flex}.insights-module__hhHnYG__loadingSpinner{border:3px solid #e509141a;border-top:3px solid var(--accent);border-radius:50%;width:40px;height:40px;animation:1s linear infinite insights-module__hhHnYG__spin}@keyframes insights-module__hhHnYG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.insights-module__hhHnYG__miniLoading{color:var(--accent);margin-top:auto;font-size:.75rem;font-style:italic;animation:2s ease-in-out infinite insights-module__hhHnYG__pulse}
.airline-module__s4uorW__container{max-width:1000px;min-height:100vh;margin:0 auto;padding-bottom:4rem}.airline-module__s4uorW__airlineDetailHero{width:100%;height:40vh;min-height:350px;position:relative;overflow:hidden}.airline-module__s4uorW__heroBackdrop{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.airline-module__s4uorW__heroBackdropImg{object-fit:cover;opacity:.6;width:100%;height:100%}.airline-module__s4uorW__heroOverlay{background:linear-gradient(to bottom,transparent 0%,var(--background)100%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.airline-module__s4uorW__heroContent{z-index:2;align-items:center;gap:2rem;width:100%;max-width:1000px;margin:0 auto;padding:3rem 2rem;display:flex;position:absolute;bottom:0;left:0;right:0}@media (max-width:768px){.airline-module__s4uorW__heroContent{text-align:center;flex-direction:column;padding:2rem 1rem}}.airline-module__s4uorW__backLink{color:var(--primary-color);background:#e509140d;border-radius:8px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-block}.airline-module__s4uorW__backLink:hover{background:#e509141a;transform:translate(-3px)}.airline-module__s4uorW__lineupInfo{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:24px;margin-bottom:3rem;padding:3rem;position:relative;overflow:hidden}.airline-module__s4uorW__lineupBadge{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.airline-module__s4uorW__lineupBadge span:first-child{color:var(--background);background:var(--foreground);border-radius:20px;padding:.4rem 1rem;font-size:.9rem;font-weight:700}.airline-module__s4uorW__lineupStatus{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:600}.airline-module__s4uorW__lineupTitleRow{align-items:center;gap:1.25rem;margin-bottom:1rem;display:flex}.airline-module__s4uorW__titleLogoImage{object-fit:contain;filter:drop-shadow(0 0 10px #64c8ff33);max-width:200px;height:40px}.airline-module__s4uorW__lineupHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.airline-module__s4uorW__sortControls{align-items:center;gap:.5rem;display:flex}.airline-module__s4uorW__sortSelect{background:var(--background);border:1px solid var(--glass-border);color:var(--foreground);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.airline-module__s4uorW__sortSelect:hover{border-color:var(--accent);background:#64c8ff0d}.airline-module__s4uorW__sortSelect:focus{border-color:var(--accent);outline:none}.airline-module__s4uorW__monthSelect{background:var(--foreground);border:1px solid var(--glass-border);color:var(--background);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right .7rem center;background-repeat:no-repeat;background-size:1rem;border-radius:20px;padding:.4rem 2rem .4rem 1.2rem;font-size:.9rem;font-weight:700;transition:all .2s}[data-theme=light] .airline-module__s4uorW__monthSelect{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E")}.airline-module__s4uorW__monthSelect:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.airline-module__s4uorW__lineupTitleWrapper{flex:1}.airline-module__s4uorW__titleIcon{width:28px;height:28px;stroke:var(--accent);stroke-width:2px;fill:none}.airline-module__s4uorW__lineupInfo h2{color:var(--foreground);margin:0;font-size:2rem;font-weight:800}.airline-module__s4uorW__airlineDesc{color:#888;max-width:800px;margin:.5rem 0 1.5rem;font-size:1.1rem;line-height:1.8}.airline-module__s4uorW__count{font-weight:600;color:var(--accent)!important}.airline-module__s4uorW__loading{text-align:center;color:var(--accent);padding:4rem;font-size:1.2rem}.airline-module__s4uorW__moviesGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.airline-module__s4uorW__tips{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:16px;padding:2rem}.airline-module__s4uorW__tips h3{color:var(--accent);margin:0 0 1rem;font-size:1.3rem}.airline-module__s4uorW__tips ul{color:var(--foreground);margin:0;padding-left:1.5rem}.airline-module__s4uorW__tips li{margin:.75rem 0;line-height:1.6}.airline-module__s4uorW__error{text-align:center;color:#ff6b81;padding:4rem;font-size:1.2rem}@media (max-width:768px){.airline-module__s4uorW__container{padding:0 1rem 1rem}.airline-module__s4uorW__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;gap:.5rem;height:auto;padding:.5rem .6rem}.airline-module__s4uorW__logoArea{flex-wrap:nowrap;justify-content:center;width:100%;margin-bottom:.2rem}.airline-module__s4uorW__logo{white-space:nowrap;flex-shrink:0;font-size:1rem}.airline-module__s4uorW__subtitle{display:none}.airline-module__s4uorW__headerControls{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;gap:1.5rem;width:100%;padding:0 3rem .4rem .5rem;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 85%,#0000 98%);mask-image:linear-gradient(90deg,#000 85%,#0000 98%)}.airline-module__s4uorW__navLink{flex-direction:column;justify-content:center;gap:.2rem;min-width:44px;padding:.3rem}.airline-module__s4uorW__navLink span{font-size:.6rem;display:block}.airline-module__s4uorW__navIcon{width:20px;height:20px}.airline-module__s4uorW__headerDivider{display:none}.airline-module__s4uorW__lineupInfo{margin-top:1rem;padding:1.5rem 1rem}.airline-module__s4uorW__lineupBadge{flex-wrap:wrap;justify-content:center}.airline-module__s4uorW__lineupHeader{flex-direction:column;align-items:stretch;gap:1rem}.airline-module__s4uorW__lineupTitleWrapper{flex:none;width:100%}.airline-module__s4uorW__lineupTitleRow{text-align:center;flex-direction:column;gap:.5rem}.airline-module__s4uorW__titleLogoImage{height:32px;margin:0 auto}.airline-module__s4uorW__lineupInfo h2{font-size:1.4rem;line-height:1.3}.airline-module__s4uorW__airlineDesc{text-align:center;font-size:.9rem}.airline-module__s4uorW__sortControls{width:100%}.airline-module__s4uorW__sortSelect{width:100%;padding:.8rem;font-size:1rem}.airline-module__s4uorW__moviesGrid{grid-template-columns:repeat(3,1fr);gap:.5rem}.airline-module__s4uorW__tips{padding:1.5rem}.airline-module__s4uorW__tips h3{font-size:1.1rem}.airline-module__s4uorW__tips li{font-size:.9rem}}
.company-module__kADrqq__container{background:var(--background);min-height:100vh;color:var(--foreground);padding-bottom:4rem}.company-module__kADrqq__hero{align-items:center;width:100%;height:60vh;display:flex;position:relative;overflow:hidden}.company-module__kADrqq__backdrop{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.company-module__kADrqq__heroOverlay{background:linear-gradient(to bottom,#0000004d 0%,var(--background)100%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.company-module__kADrqq__hero{align-items:flex-end;height:auto;min-height:55vh;display:flex}}[data-theme=light] .company-module__kADrqq__hero{background:linear-gradient(to bottom,#00000005 0%,var(--background)100%)}.company-module__kADrqq__heroContent{z-index:2;align-items:flex-end;gap:4rem;width:100%;max-width:1000px;margin:0 auto;padding:2rem;display:flex;position:absolute;bottom:0;left:0;right:0}@media (max-width:768px){.company-module__kADrqq__heroContent{text-align:center;flex-direction:column;align-items:center;gap:2.5rem;padding:5rem 1.25rem 2.5rem;position:relative}}.company-module__kADrqq__hasImage{background-image:linear-gradient(to bottom,#0006 0%,var(--background)100%),var(--hero-bg-image);background-position:top;background-size:cover}[data-theme=light] .company-module__kADrqq__hasImage{background-image:linear-gradient(to bottom,#ffffff80 0%,var(--background)100%),var(--hero-bg-image)}.company-module__kADrqq__logoContainer{background:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:200px;height:200px;padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(-10px);box-shadow:0 20px 60px #0006}@media (max-width:768px){.company-module__kADrqq__logoContainer{width:140px;height:140px;margin:0 auto;transform:translateY(0);box-shadow:0 15px 50px #00000080}}.company-module__kADrqq__logo{object-fit:contain;max-width:100%;max-height:100%}.company-module__kADrqq__titleArea{flex:1}.company-module__kADrqq__title{font-size:var(--font-size-h1);text-shadow:0 4px 30px #000000e6,0 2px 10px #000000b3;font-weight:800;line-height:1.2;font-family:var(--font-outfit),"Hiragino Sans","Hiragino Kaku Gothic ProN",sans-serif;color:var(--text-primary);margin-bottom:.5rem}[data-theme=light] .company-module__kADrqq__title{color:#000;text-shadow:none}.company-module__kADrqq__metaRow{color:var(--text-dim);flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:1rem;display:flex}@media (max-width:768px){.company-module__kADrqq__metaRow{justify-content:center;gap:1rem}}.company-module__kADrqq__contentBody{max-width:1000px;margin:0 auto;padding:3rem 2rem}.company-module__kADrqq__section{margin-bottom:4rem}.company-module__kADrqq__sectionTitle{font-size:var(--font-size-h2);border-left:4px solid var(--accent);white-space:nowrap;margin-bottom:0;padding-left:1rem;font-weight:850;line-height:1.2}.company-module__kADrqq__sectionHeaderRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.company-module__kADrqq__recommendsGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:2rem;display:grid}@media (max-width:768px){.company-module__kADrqq__recommendsGrid{grid-template-columns:var(--grid-columns-mobile);gap:1rem}.company-module__kADrqq__sectionTitle{font-size:var(--font-size-h2);letter-spacing:-.01em;border-left-width:3px;margin-bottom:0;padding-left:.8rem}.company-module__kADrqq__sectionHeaderRow{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}}.company-module__kADrqq__representativeGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem;display:grid}@media (max-width:768px){.company-module__kADrqq__representativeGrid{grid-template-columns:repeat(3,1fr);gap:.8rem}}.company-module__kADrqq__representativeCard .movieTitle{margin-bottom:2px;font-size:.85rem}.company-module__kADrqq__representativeCard .meta{display:none}.company-module__kADrqq__representativeCard .creditsSummary{display:none}@media (max-width:768px){.company-module__kADrqq__representativeCard .movieTitle{font-size:.7rem}}.company-module__kADrqq__controls{gap:1rem;display:flex}.company-module__kADrqq__sortSelect{background:var(--card-bg);color:var(--foreground);border:1px solid var(--glass-border);cursor:pointer;border-radius:10px;padding:.6rem 1rem;font-size:.9rem}.company-module__kADrqq__sortSelect:hover{border-color:var(--accent)}.company-module__kADrqq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.company-module__kADrqq__statCard{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:16px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:transform .3s;display:flex}.company-module__kADrqq__statCard:hover{border-color:var(--accent);transform:translateY(-5px)}.company-module__kADrqq__statLabel{color:var(--text-dim);font-size:.85rem;font-weight:600}.company-module__kADrqq__genreBadges{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.company-module__kADrqq__genreBadge{background:rgba(var(--accent-rgb),.1);color:var(--accent);border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.company-module__kADrqq__creditsGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}@media (max-width:768px){.company-module__kADrqq__creditsGrid{grid-template-columns:repeat(3,1fr);gap:.6rem}}.company-module__kADrqq__creditCard{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:12px;text-decoration:none;transition:all .3s;display:block;overflow:hidden}.company-module__kADrqq__creditCard:hover{border-color:var(--accent);transform:translateY(-5px)}.company-module__kADrqq__creditAvatar{aspect-ratio:1;object-fit:cover;background:#222;width:100%}.company-module__kADrqq__creditNoAvatar{aspect-ratio:1;color:#444;background:#222;justify-content:center;align-items:center;width:100%;font-size:2rem;display:flex}.company-module__kADrqq__creditInfo{padding:.75rem}.company-module__kADrqq__creditName{color:var(--foreground);margin-bottom:.2rem;font-size:.85rem;font-weight:700}.company-module__kADrqq__creditCount{color:var(--text-dim);font-size:.75rem}@media (max-width:768px){.company-module__kADrqq__creditInfo{padding:.5rem}.company-module__kADrqq__creditName{font-size:.75rem;line-height:1.2}.company-module__kADrqq__creditCount{font-size:.65rem}}.company-module__kADrqq__miniStatsBar{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:12px;justify-content:flex-start;align-items:center;gap:1.5rem;padding:1rem 1.5rem;display:flex;box-shadow:0 4px 20px #0000001a}.company-module__kADrqq__statItem{white-space:nowrap;align-items:baseline;gap:8px;display:flex}.company-module__kADrqq__statLabel{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.company-module__kADrqq__statValue{color:var(--foreground);font-size:1.3rem;font-weight:850}.company-module__kADrqq__statDivider{background:var(--glass-border);width:1px;height:20px}@media (max-width:768px){.company-module__kADrqq__miniStatsBar{flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.company-module__kADrqq__statItem{white-space:normal;flex-wrap:wrap;gap:6px;width:100%}.company-module__kADrqq__statValue{font-size:1.1rem}.company-module__kADrqq__topGenresWrapper{border-top:1px solid var(--glass-border);width:100%;margin-top:.2rem;padding-top:.8rem}.company-module__kADrqq__statDivider,.company-module__kADrqq__hideOnMobile{display:none}}.company-module__kADrqq__skeleton{background:linear-gradient(90deg,var(--skeleton-bg)25%,var(--skeleton-highlight)50%,var(--skeleton-bg)75%);animation:company-module__kADrqq__skeleton-shimmer var(--skeleton-speed)infinite linear;background-size:200% 100%;border-radius:8px}.company-module__kADrqq__newsList{flex-direction:column;gap:.8rem;display:flex}.company-module__kADrqq__newsCard{border:1px solid var(--glass-border);background:#ffffff05;border-radius:12px;flex-direction:column;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.company-module__kADrqq__newsCard:hover{border-color:var(--accent);background:#ffffff0d;transform:translate(4px)}.company-module__kADrqq__newsTitle{color:var(--foreground);margin-bottom:.4rem;font-size:.95rem;font-weight:600;line-height:1.4}.company-module__kADrqq__newsMeta{color:var(--text-dim);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.company-module__kADrqq__newsSource{color:var(--accent);font-weight:700}@media (max-width:768px){.company-module__kADrqq__newsCard{padding:.8rem}.company-module__kADrqq__newsTitle{font-size:.85rem}}.company-module__kADrqq__methodologyNote{color:var(--text-dim);background:rgba(var(--accent-rgb),.04);border-left:3px solid rgba(var(--accent-rgb),.2);border-radius:8px;margin-top:-1rem;margin-bottom:1.5rem;padding:.6rem 1rem;font-size:.75rem;line-height:1.5}@media (max-width:768px){.company-module__kADrqq__methodologyNote{margin-top:-.8rem;margin-bottom:1rem;font-size:.7rem}}.company-module__kADrqq__tooltipContainer{cursor:default;align-items:center;display:inline-flex;position:relative}.company-module__kADrqq__tooltipText{visibility:hidden;color:#fff;text-align:center;z-index:100;white-space:normal;opacity:0;pointer-events:none;border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000e6;border-radius:6px;width:280px;margin-bottom:8px;padding:.5rem .8rem;font-size:.75rem;font-weight:500;line-height:1.4;transition:opacity .1s;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.company-module__kADrqq__tooltipContainer:hover .company-module__kADrqq__tooltipText{visibility:visible;opacity:1}
