.dashboard-module__XABe8G__container{width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.dashboard-module__XABe8G__headerArea{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.dashboard-module__XABe8G__welcomeTitle{letter-spacing:-.03em;margin-bottom:.25rem;font-size:1.8rem;font-weight:800}.dashboard-module__XABe8G__username{color:var(--accent)}.dashboard-module__XABe8G__welcomeSubtitle{color:var(--text-secondary);font-size:.95rem}.dashboard-module__XABe8G__btnLogout{color:#ef4444;font-family:var(--font-sans);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background-color:#0000;border:1px solid #ef44444d;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600}.dashboard-module__XABe8G__btnLogout:hover{background-color:#ef44441a;border-color:#ef4444}.dashboard-module__XABe8G__sectionHeading{letter-spacing:-.02em;margin:0;font-size:1.4rem;font-weight:700}.dashboard-module__XABe8G__sectionHeaderRow{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.dashboard-module__XABe8G__searchDesktopWrap{align-items:center;min-width:280px;display:flex}.dashboard-module__XABe8G__mobileSearchToggle{background:var(--background);border:none;border:1px solid var(--border);border-radius:var(--radius);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;display:none}.dashboard-module__XABe8G__mobileSearchBar{display:none}.dashboard-module__XABe8G__searchInputGroup{align-items:center;display:flex;position:relative}.dashboard-module__XABe8G__searchInputIcon{color:var(--text-secondary);pointer-events:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;left:1rem}.dashboard-module__XABe8G__searchInput{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-primary);font-size:.95rem;font-family:var(--font-sans);transition:var(--transition);padding:.72rem 1rem .72rem 2.65rem}.dashboard-module__XABe8G__searchInput:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-light);outline:none}.dashboard-module__XABe8G__searchInput::placeholder{color:var(--text-secondary)}.dashboard-module__XABe8G__grid{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:2rem;display:grid}.dashboard-module__XABe8G__noteCard{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);height:100%;transition:var(--transition);flex-direction:column;padding:1.75rem;display:flex;position:relative;overflow:hidden}.dashboard-module__XABe8G__noteCard:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.dashboard-module__XABe8G__noteCardHeader{margin-bottom:.75rem}.dashboard-module__XABe8G__noteCardTitle{color:var(--text-primary);font-size:1.15rem;font-weight:700;line-height:1.4}.dashboard-module__XABe8G__badgeRow{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.dashboard-module__XABe8G__tagBranch{background-color:var(--accent-light);color:var(--accent);border:1px solid #fbbf2433;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.dashboard-module__XABe8G__badgeSemester{color:var(--text-secondary);border:1px solid var(--border);background-color:#ffffff0d;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.dashboard-module__XABe8G__noteCardDesc{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.dashboard-module__XABe8G__noteCardActions{gap:1rem;margin-top:auto;display:flex}.dashboard-module__XABe8G__btnAction{border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);font-size:.85rem;font-weight:600;font-family:var(--font-sans);text-align:center;flex:1;padding:.65rem .75rem}.dashboard-module__XABe8G__btnActionVideo{border:1px solid var(--border);color:var(--text-primary);background-color:#0000}.dashboard-module__XABe8G__btnActionVideo:hover{border-color:var(--text-secondary);background-color:#ffffff0d}.dashboard-module__XABe8G__btnActionPdf{background-color:var(--accent);color:#09090b;border:none}.dashboard-module__XABe8G__btnActionPdf:hover{background-color:var(--accent-hover)}.dashboard-module__XABe8G__emptyState{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-lg);background:#18181b66;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.dashboard-module__XABe8G__emptyTitle{margin-top:1rem;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.dashboard-module__XABe8G__emptyText{color:var(--text-secondary);max-width:400px;margin-bottom:2rem;font-size:.95rem}.dashboard-module__XABe8G__btnExplore{background-color:var(--accent);color:#09090b;border-radius:var(--radius-sm);transition:var(--transition);padding:.75rem 1.5rem;font-weight:700}.dashboard-module__XABe8G__btnExplore:hover{background-color:var(--accent-hover);transform:translateY(-1px)}@media (max-width:600px){.dashboard-module__XABe8G__container{padding:2rem 1rem}.dashboard-module__XABe8G__sectionHeaderRow{align-items:center;gap:.75rem;margin-bottom:.5rem}.dashboard-module__XABe8G__searchDesktopWrap{display:none}.dashboard-module__XABe8G__mobileSearchToggle{margin-left:auto;display:inline-flex}.dashboard-module__XABe8G__mobileSearchBar{opacity:0;width:100%;max-height:0;margin-bottom:1.5rem;transition:max-height .22s,opacity .15s,transform .22s;display:block;overflow:hidden;transform:translateY(-4px)}.dashboard-module__XABe8G__mobileSearchBarExpanded{opacity:1;width:100%;max-height:64px;transform:translateY(0)}.dashboard-module__XABe8G__searchInputGroup{opacity:1;width:100%}.dashboard-module__XABe8G__headerArea{flex-direction:column;align-items:stretch;gap:1rem}.dashboard-module__XABe8G__btnLogout{text-align:center;width:100%}.dashboard-module__XABe8G__noteCard{padding:1.25rem}.dashboard-module__XABe8G__noteCardActions{flex-direction:column;gap:.5rem}}@media (max-width:400px){.dashboard-module__XABe8G__container{padding:1.5rem .75rem}.dashboard-module__XABe8G__welcomeTitle{font-size:1.5rem}.dashboard-module__XABe8G__sectionHeading{font-size:1.15rem}.dashboard-module__XABe8G__emptyState{padding:3rem 1rem}}
.page-module___8aEwW__main{flex-direction:column;gap:3.5rem;width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:flex}.page-module___8aEwW__heroSection{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;display:grid}.page-module___8aEwW__heroLeft{flex-direction:column;gap:1.5rem;display:flex}.page-module___8aEwW__heroBadge{background-color:var(--accent-light);color:var(--accent);border:1px solid #fbbf244d;border-radius:9999px;align-self:flex-start;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.page-module___8aEwW__heroTitle{letter-spacing:-.03em;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:800;line-height:1.1}.page-module___8aEwW__heroSubtext{color:var(--text-secondary);max-width:580px;font-size:1.1rem;line-height:1.6}.page-module___8aEwW__heroActions{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.page-module___8aEwW__btnPrimary{background-color:var(--text-primary);color:var(--background);border-radius:var(--radius);transition:var(--transition);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:600;display:inline-flex}.page-module___8aEwW__btnPrimary:hover{background-color:#cbd5e1;transform:translateY(-2px)}.page-module___8aEwW__btnSecondary{background-color:var(--card-bg);color:var(--text-primary);border-radius:var(--radius);transition:var(--transition);border:1px solid var(--border);cursor:pointer;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:600;display:inline-flex}.page-module___8aEwW__btnSecondary:hover{background-color:var(--border);transform:translateY(-2px)}.page-module___8aEwW__heroChips{color:var(--text-secondary);flex-wrap:wrap;gap:1.5rem;margin-top:1rem;font-size:.85rem;display:flex}.page-module___8aEwW__chip{align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__chipIcon{color:var(--accent);font-weight:700}.page-module___8aEwW__articlesWidget{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;gap:1.25rem;padding:1.75rem;display:flex}.page-module___8aEwW__widgetTitle{color:var(--text-primary);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:.75rem;font-size:1.1rem;font-weight:700;display:flex}.page-module___8aEwW__widgetTitleLink{color:var(--accent);font-size:.8rem;font-weight:600}.page-module___8aEwW__widgetList{flex-direction:column;gap:1rem;display:flex}.page-module___8aEwW__widgetCard{border-radius:var(--radius-sm);transition:var(--transition);cursor:pointer;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.page-module___8aEwW__widgetCard:hover{background-color:#ffffff08}.page-module___8aEwW__widgetCardCategory{color:var(--accent);text-transform:uppercase;font-size:.7rem;font-weight:700}.page-module___8aEwW__widgetCardTitle{color:var(--text-primary);font-size:.9rem;font-weight:600;line-height:1.3}.page-module___8aEwW__widgetCardMeta{color:var(--text-secondary);justify-content:space-between;margin-top:.25rem;font-size:.75rem;display:flex}.page-module___8aEwW__searchSection{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.page-module___8aEwW__sectionHeader{flex-direction:column;gap:.5rem;display:flex}.page-module___8aEwW__sectionHeading{font-size:1.75rem;font-weight:800}.page-module___8aEwW__sectionSubtext{color:var(--text-secondary);font-size:.95rem}.page-module___8aEwW__filterForm{grid-template-columns:2fr 1fr 1fr auto;align-items:center;gap:1rem;display:grid}.page-module___8aEwW__inputGroup{align-items:center;display:flex;position:relative}.page-module___8aEwW__inputIcon{color:var(--text-secondary);position:absolute;left:1rem}.page-module___8aEwW__searchInput{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-primary);font-family:var(--font-sans);transition:var(--transition);padding:.875rem 1rem .875rem 2.75rem;font-size:.95rem}.page-module___8aEwW__searchInput:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-light);outline:none}.page-module___8aEwW__selectInput{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-sans);cursor:pointer;transition:var(--transition);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='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.25rem;padding:.875rem 2.5rem .875rem 1.25rem;font-size:.95rem}.page-module___8aEwW__selectInput:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-light);outline:none}.page-module___8aEwW__btnClear{color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:var(--transition);background-color:#0000;justify-content:center;align-items:center;padding:.875rem 1.5rem;font-weight:600;display:inline-flex}.page-module___8aEwW__btnClear:hover{color:var(--text-primary);background-color:#ffffff0d}.page-module___8aEwW__resultsMeta{color:var(--text-secondary);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;font-size:.875rem;display:flex}.page-module___8aEwW__notesSection{flex-direction:column;gap:2rem;display:flex}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:2rem;display:grid}.page-module___8aEwW__noteCard{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);box-shadow:var(--shadow);flex-direction:column;gap:.85rem;padding:1.25rem;display:flex}.page-module___8aEwW__noteCard:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 20px -10px #fbbf244d}.page-module___8aEwW__noteCardHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.page-module___8aEwW__noteCardTitle{color:var(--text-primary);font-size:1.15rem;font-weight:700;line-height:1.4}.page-module___8aEwW__badgeRow{flex-wrap:wrap;gap:.5rem;display:flex}.page-module___8aEwW__tagBranch{background-color:var(--accent-light);color:var(--accent);border:1px solid #fbbf2433;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.page-module___8aEwW__badgeSemester{color:var(--text-secondary);border:1px solid var(--border);background-color:#ffffff0d;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.page-module___8aEwW__noteCardDesc{color:var(--text-secondary);flex-grow:1;font-size:.9rem;line-height:1.5}.page-module___8aEwW__noteCardActions{border-top:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:.5rem;padding-top:1.25rem;display:grid}.page-module___8aEwW__btnAction{text-align:center;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);justify-content:center;align-items:center;gap:.25rem;padding:.6rem .4rem;font-size:.75rem;font-weight:600;text-decoration:none;display:inline-flex}.page-module___8aEwW__btnActionOpen{background-color:var(--accent-light);color:var(--accent);border:1px solid #fbbf2433}.page-module___8aEwW__btnActionOpen:hover{background-color:var(--accent);color:#09090b}.page-module___8aEwW__btnActionVideo{color:#ef4444;background-color:#ef44441a;border:1px solid #ef444433}.page-module___8aEwW__btnActionVideo:hover{color:#fff;background-color:#ef4444}.page-module___8aEwW__btnActionPdf{color:var(--text-primary);border:1px solid var(--border);background-color:#ffffff08}.page-module___8aEwW__btnActionPdf:hover{background-color:var(--text-primary);color:var(--background)}.page-module___8aEwW__modalBackdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background-color:#09090bd9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.page-module___8aEwW__modalContent{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:650px;box-shadow:var(--shadow-lg);flex-direction:column;max-height:85vh;animation:.2s cubic-bezier(.16,1,.3,1) page-module___8aEwW__modalEnter;display:flex;overflow:hidden}@keyframes page-module___8aEwW__modalEnter{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.page-module___8aEwW__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module___8aEwW__modalTitle{color:var(--text-primary);font-size:1.25rem;font-weight:800}.page-module___8aEwW__modalCloseBtn{color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.page-module___8aEwW__modalCloseBtn:hover{color:var(--text-primary)}.page-module___8aEwW__modalBody{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.page-module___8aEwW__previewText{white-space:pre-wrap;background-color:var(--background);border-radius:var(--radius-sm);border:1px solid var(--border);color:#e2e8f0;padding:1.25rem;font-family:monospace;font-size:.85rem;line-height:1.5}.page-module___8aEwW__videoWrapper{border-radius:var(--radius);border:1px solid var(--border);height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.page-module___8aEwW__videoWrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.page-module___8aEwW__modalFooter{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.page-module___8aEwW__noResults{text-align:center;background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text-secondary);padding:4rem 2rem}@media (max-width:900px){.page-module___8aEwW__heroSection{grid-template-columns:1fr;gap:2rem}.page-module___8aEwW__filterForm{grid-template-columns:1fr 1fr}.page-module___8aEwW__filterForm>:first-child,.page-module___8aEwW__btnClear{grid-column:span 2}}@media (max-width:600px){.page-module___8aEwW__searchSection{padding:1.25rem 1rem}.page-module___8aEwW__filterForm{grid-template-columns:1fr}.page-module___8aEwW__filterForm>:first-child,.page-module___8aEwW__btnClear{grid-column:span 1}.page-module___8aEwW__noteCardActions{grid-template-columns:1fr}.page-module___8aEwW__heroActions{flex-direction:column}.page-module___8aEwW__btnPrimary,.page-module___8aEwW__btnSecondary{justify-content:center;width:100%}.page-module___8aEwW__modalContent{border-radius:var(--radius);max-height:95vh}.page-module___8aEwW__modalHeader,.page-module___8aEwW__modalBody{padding:1rem}.page-module___8aEwW__modalFooter{flex-wrap:wrap;padding:.875rem 1rem}.page-module___8aEwW__modalFooter>*{flex:1;justify-content:center}}@media (max-width:480px){.page-module___8aEwW__main{gap:2rem;padding:1.5rem 1rem}.page-module___8aEwW__heroTitle{font-size:clamp(1.75rem,6vw,2.75rem)}.page-module___8aEwW__heroSubtext{font-size:.95rem}.page-module___8aEwW__searchSection{padding:1rem .85rem}.page-module___8aEwW__folderGrid{grid-template-columns:1fr;gap:1.25rem}.page-module___8aEwW__folderCard{min-height:150px;padding:1.25rem 1rem 1rem}.page-module___8aEwW__breadcrumbsContainer{padding:.6rem .85rem;font-size:.82rem}.page-module___8aEwW__welcomeBanner{padding:1.25rem 1rem}}.page-module___8aEwW__customWidgetCard{border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);background:#18181b33;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;text-decoration:none;display:flex}.page-module___8aEwW__customWidgetCard:hover{border-color:var(--accent);background:#fbbf240a;transform:translateY(-2px)}.page-module___8aEwW__noteCardGlow{transition:var(--transition)}.page-module___8aEwW__noteCardGlow:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 10px 24px -10px #fbbf2440}.page-module___8aEwW__btnNoteAction{border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:1px solid var(--border);justify-content:center;align-items:center;gap:.25rem;padding:.65rem .5rem;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.page-module___8aEwW__btnNoteWatch{color:#ef4444;background-color:#ef44440f;border-color:#ef444433}.page-module___8aEwW__btnNoteWatch:hover{color:#fff;background-color:#ef4444;border-color:#ef4444}.page-module___8aEwW__btnNoteDownload{background-color:var(--accent-light);color:var(--accent);border-color:#fbbf2433}.page-module___8aEwW__btnNoteDownload:hover{background-color:var(--accent);color:#09090b;border-color:var(--accent)}.page-module___8aEwW__btnNoteDownloadFree{color:#22c55e;background-color:#22c55e0f;border-color:#22c55e40}.page-module___8aEwW__btnNoteDownloadFree:hover{color:#fff;background-color:#22c55e;border-color:#22c55e}.page-module___8aEwW__folderGrid{grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:2rem;margin-top:1rem;display:grid}.page-module___8aEwW__folderCard{background-color:var(--folder-bg,var(--card-bg));border:1px solid var(--folder-border,var(--border));border-radius:0 var(--radius) var(--radius) var(--radius);cursor:pointer;min-height:180px;transition:var(--transition);box-shadow:var(--shadow);flex-direction:column;gap:1.25rem;margin-top:12px;padding:2rem 1.75rem 1.75rem;display:flex;position:relative}.page-module___8aEwW__folderCard:before{content:"";background-color:var(--folder-bg,var(--card-bg));border-top:1px solid var(--folder-border,var(--border));border-left:1px solid var(--folder-border,var(--border));border-right:1px solid var(--folder-border,var(--border));width:90px;height:12px;transition:var(--transition);border-radius:6px 6px 0 0;position:absolute;top:-12px;left:-1px}.page-module___8aEwW__folderCard:hover{border-color:var(--folder-color,var(--accent));box-shadow:0 10px 24px -10px var(--folder-glow,#fbbf2440);transform:translateY(-4px)}.page-module___8aEwW__folderCard:hover:before{border-top-color:var(--folder-color,var(--accent));border-left-color:var(--folder-color,var(--accent));border-right-color:var(--folder-color,var(--accent))}.page-module___8aEwW__folderComputer{--folder-color:#06b6d4;--folder-bg:#06b6d408;--folder-border:#06b6d426;--folder-glow:#06b6d433}.page-module___8aEwW__folderIT{--folder-color:#a855f7;--folder-bg:#a855f708;--folder-border:#a855f726;--folder-glow:#a855f733}.page-module___8aEwW__folderAIML{--folder-color:#f59e0b;--folder-bg:#f59e0b08;--folder-border:#f59e0b26;--folder-glow:#f59e0b33}.page-module___8aEwW__folderMechanical{--folder-color:#10b981;--folder-bg:#10b98108;--folder-border:#10b98126;--folder-glow:#10b98133}.page-module___8aEwW__folderChemical{--folder-color:#f43f5e;--folder-bg:#f43f5e08;--folder-border:#f43f5e26;--folder-glow:#f43f5e33}.page-module___8aEwW__folderDefault{--folder-color:#fbbf24;--folder-bg:#fbbf2408;--folder-border:#fbbf2426;--folder-glow:#fbbf2433}.page-module___8aEwW__folderIconContainer{color:var(--folder-color,var(--accent));transition:var(--transition);align-items:center;font-size:2.25rem;display:inline-flex}.page-module___8aEwW__folderOpenedIcon,.page-module___8aEwW__folderCard:hover .page-module___8aEwW__folderClosedIcon{display:none}.page-module___8aEwW__folderCard:hover .page-module___8aEwW__folderOpenedIcon{display:inline-block}.page-module___8aEwW__folderHeaderInfo{flex-direction:column;gap:.25rem;display:flex}.page-module___8aEwW__folderTitle{color:var(--text-primary);font-size:1.2rem;font-weight:700;line-height:1.3}.page-module___8aEwW__folderStats{color:var(--text-secondary);font-size:.8rem;font-weight:500}.page-module___8aEwW__folderBadges{flex-wrap:wrap;gap:.4rem;display:flex}.page-module___8aEwW__folderMiniBadge{background-color:var(--folder-border,var(--border));color:var(--folder-color,var(--text-secondary));border:1px solid #ffffff08;border-radius:4px;padding:.15rem .4rem;font-size:.7rem;font-weight:600}.page-module___8aEwW__folderPreviewList{color:var(--text-secondary);border-top:1px solid var(--folder-border,var(--border));flex-direction:column;gap:.4rem;margin-top:auto;padding-top:.75rem;padding-left:0;font-size:.825rem;list-style:none;display:flex}.page-module___8aEwW__folderPreviewList li{white-space:nowrap;text-overflow:ellipsis;padding-left:1rem;position:relative;overflow:hidden}.page-module___8aEwW__folderPreviewList li:before{content:"•";color:var(--folder-color,var(--accent));font-weight:700;position:absolute;left:0}.page-module___8aEwW__breadcrumbsContainer{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;font-size:.9rem;display:flex}.page-module___8aEwW__breadcrumbs{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__breadcrumbLink{cursor:pointer;transition:var(--transition);align-items:center;gap:.4rem;font-weight:500;display:inline-flex}.page-module___8aEwW__breadcrumbLink:hover{color:var(--accent)}.page-module___8aEwW__breadcrumbSeparator{color:#ffffff26;-webkit-user-select:none;user-select:none;font-size:.8rem}.page-module___8aEwW__breadcrumbActive{color:var(--text-primary);align-items:center;gap:.4rem;font-weight:600;display:inline-flex}.page-module___8aEwW__btnBreadcrumbBack{color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background-color:#0000;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;display:inline-flex}.page-module___8aEwW__btnBreadcrumbBack:hover{background-color:var(--border);color:var(--text-primary);transform:translate(-2px)}.page-module___8aEwW__welcomeBanner{border-radius:var(--radius-lg);background:linear-gradient(135deg,#fbbf240f 0%,#fb923c05 100%);border:1px solid #fbbf2426;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:2.25rem 2rem;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__welcomeLeft{flex-direction:column;gap:.5rem;display:flex}.page-module___8aEwW__welcomeUnivBadge{color:#facc15;background:#fbbf2414;border:1px solid #fbbf2440;border-radius:9999px;align-self:flex-start;align-items:center;gap:.4rem;padding:.3rem .85rem;font-size:.775rem;font-weight:600;display:inline-flex}.page-module___8aEwW__welcomeTitle{letter-spacing:-.02em;margin:0;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;line-height:1.2}.page-module___8aEwW__welcomeSubtitle{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.5}.page-module___8aEwW__welcomeActions{gap:.75rem;display:flex}@media (max-width:768px){.page-module___8aEwW__welcomeBanner{flex-direction:column;align-items:flex-start;padding:1.75rem 1.5rem}.page-module___8aEwW__welcomeActions{width:100%}.page-module___8aEwW__welcomeActions>*{justify-content:center;width:100%}}.page-module___8aEwW__minimalSearchBar{grid-template-columns:1fr auto auto auto;align-items:center;gap:.75rem;display:grid}.page-module___8aEwW__btnClearMinimal{color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:var(--transition);white-space:nowrap;background-color:#0000;align-items:center;gap:.35rem;padding:.75rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.page-module___8aEwW__btnClearMinimal:hover{color:#ef4444;background-color:#ef44440f;border-color:#ef4444}.page-module___8aEwW__catalogHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1.25rem;padding-bottom:1rem;display:flex}.page-module___8aEwW__catalogSearchDesktop{align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__catalogSearchMobile{display:none}.page-module___8aEwW__searchIconBtn{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;width:38px;height:38px;transition:var(--transition);background:#ffffff0a;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module___8aEwW__searchIconBtn:hover{border-color:var(--accent);color:var(--accent);background:#fbbf240f}.page-module___8aEwW__mobileSearchExpanded{padding-top:.875rem;animation:.18s cubic-bezier(.16,1,.3,1) page-module___8aEwW__searchExpand}@keyframes page-module___8aEwW__searchExpand{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.page-module___8aEwW__catalogSearchDesktop{display:none}.page-module___8aEwW__catalogSearchMobile{align-items:center;display:flex}}@media (max-width:900px){.page-module___8aEwW__minimalSearchBar{grid-template-columns:1fr 1fr}.page-module___8aEwW__minimalSearchBar>:first-child{grid-column:span 2}}@media (max-width:600px){.page-module___8aEwW__minimalSearchBar{grid-template-columns:1fr}.page-module___8aEwW__minimalSearchBar>:first-child{grid-column:span 1}}
@keyframes LoginGate-module__0RWoRa__floatUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes LoginGate-module__0RWoRa__pulse{0%,to{opacity:.6}50%{opacity:1}}.LoginGate-module__0RWoRa__gate-animate{animation:.5s cubic-bezier(.16,1,.3,1) forwards LoginGate-module__0RWoRa__floatUp}.LoginGate-module__0RWoRa__pulse-dot{animation:2s infinite LoginGate-module__0RWoRa__pulse}.LoginGate-module__0RWoRa__heroSection{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:900px;margin:0 auto;padding:5rem 1.5rem 3rem;display:flex;position:relative}.LoginGate-module__0RWoRa__heroSearchBox{-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);background:#18181b99;border-radius:16px;flex-wrap:wrap;align-items:center;gap:.6rem;width:100%;padding:.6rem;display:flex;box-shadow:0 20px 40px -15px #00000080}.LoginGate-module__0RWoRa__heroInputGroup{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;flex:240px;align-items:center;gap:.6rem;padding:.65rem 1rem;display:flex}.LoginGate-module__0RWoRa__heroSelectInput{border:1px solid var(--border);background:var(--card-bg);color:var(--text-primary);cursor:pointer;border-radius:10px;outline:none;flex:0 170px;padding:.65rem .85rem;font-size:.85rem;font-weight:700}.LoginGate-module__0RWoRa__heroSearchBtn{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .15s;display:flex}.LoginGate-module__0RWoRa__heroSearchBtn:hover{transform:scale(1.04)}.LoginGate-module__0RWoRa__gate-feature-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);cursor:default;padding:1.75rem}.LoginGate-module__0RWoRa__gate-feature-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 10px 24px -10px #fbbf244d}.LoginGate-module__0RWoRa__gate-step{border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);background:#18181b33;align-items:flex-start;gap:1.25rem;padding:1.5rem;display:flex}.LoginGate-module__0RWoRa__gate-step:hover{border-color:var(--accent);background:#fbbf2405}.LoginGate-module__0RWoRa__gate-step:hover .LoginGate-module__0RWoRa__gate-step-num{box-shadow:0 0 12px #fbbf2466;background:var(--accent)!important;color:#09090b!important}.LoginGate-module__0RWoRa__gate-step-num{width:40px;height:40px;color:var(--accent);transition:var(--transition);background:#fbbf241f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex}.LoginGate-module__0RWoRa__cta-primary{background:var(--accent);color:#09090b;border-radius:var(--radius);transition:var(--transition);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.875rem 2.25rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 12px #fbbf2440}.LoginGate-module__0RWoRa__cta-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 16px #fbbf2459}.LoginGate-module__0RWoRa__cta-secondary{color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);cursor:pointer;background:#ffffff08;align-items:center;gap:.5rem;padding:.875rem 2.25rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.LoginGate-module__0RWoRa__cta-secondary:hover{border-color:var(--text-secondary);background:#ffffff12;transform:translateY(-2px)}.LoginGate-module__0RWoRa__branch-card{border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);background:#18181b26;padding:1.5rem}.LoginGate-module__0RWoRa__branch-card:hover{border-color:var(--accent);background:#fbbf2405;transform:translateY(-3px)}.LoginGate-module__0RWoRa__testimonial-card{border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);background:#18181b26;flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.LoginGate-module__0RWoRa__testimonial-card:hover{border-color:var(--accent);background:#fbbf2405;transform:translateY(-3px);box-shadow:0 8px 24px -12px #fbbf2433}.LoginGate-module__0RWoRa__faq-item{border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);background:#ffffff03;padding:1.5rem}.LoginGate-module__0RWoRa__faq-item:hover{border-color:var(--accent);background:#fbbf2403}.LoginGate-module__0RWoRa__custom-widget-card{border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);background:#18181b33;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;text-decoration:none;display:flex}.LoginGate-module__0RWoRa__custom-widget-card:hover{border-color:var(--accent);background:#fbbf240a;transform:translateY(-2px)}@media (max-width:600px){.LoginGate-module__0RWoRa__heroSection{gap:1.2rem;padding:3rem 1rem 2rem}.LoginGate-module__0RWoRa__heroSearchBox{gap:.5rem;padding:.5rem}.LoginGate-module__0RWoRa__heroInputGroup{flex:100%;width:100%}.LoginGate-module__0RWoRa__heroSelectInput{flex:auto;width:calc(100% - 50px)}.LoginGate-module__0RWoRa__heroSearchBtn{width:42px;height:42px}.LoginGate-module__0RWoRa__cta-primary,.LoginGate-module__0RWoRa__cta-secondary{justify-content:center;width:100%;padding:.875rem 1.5rem}.LoginGate-module__0RWoRa__gate-feature-card{padding:1.25rem}.LoginGate-module__0RWoRa__branch-card{padding:1rem}.LoginGate-module__0RWoRa__testimonial-card{padding:1.25rem}.LoginGate-module__0RWoRa__gate-step{gap:1rem;padding:1.1rem}.LoginGate-module__0RWoRa__faq-item{padding:1.1rem}}
@keyframes UniversityGate-module__y6LkPq__floatIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.UniversityGate-module__y6LkPq__univ-card{border-radius:var(--radius);background:var(--card-bg);cursor:pointer;text-align:left;transition:var(--transition);border:1px solid var(--border);outline:none;padding:1.5rem 1.25rem;position:relative}.UniversityGate-module__y6LkPq__univ-card:hover{border-color:var(--brand-color);background:var(--brand-bg);box-shadow:0 8px 24px -10px var(--brand-color);transform:translateY(-2px)}
.discussions-module__K7zPrW__mainContainer{max-width:1000px;min-height:calc(100vh - 70px);margin:0 auto;padding:2rem 1.5rem}.discussions-module__K7zPrW__banner{background:linear-gradient(135deg,#a855f726 0%,#f59e0b1f 100%);border:1px solid #a855f740;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.75rem 2rem;display:flex;box-shadow:0 10px 30px -10px #00000080}.discussions-module__K7zPrW__bannerTitle{color:var(--text-primary,#f8fafc);align-items:center;gap:.6rem;margin:0 0 .5rem;font-size:1.75rem;font-weight:800;display:flex}.discussions-module__K7zPrW__bannerSubtitle{color:var(--text-secondary,#94a3b8);margin:0;font-size:.95rem;line-height:1.5}.discussions-module__K7zPrW__btnPrimary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7 0%,#8b5cf6 100%);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.35rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #a855f759}.discussions-module__K7zPrW__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a855f780}.discussions-module__K7zPrW__controlsRow{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.discussions-module__K7zPrW__searchBarWrapper{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.discussions-module__K7zPrW__searchInputGroup{flex:300px;position:relative}.discussions-module__K7zPrW__searchInput{color:#f8fafc;background-color:#0f172a99;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;padding:.75rem 1rem .75rem 2.6rem;font-size:.9rem;transition:border-color .2s}.discussions-module__K7zPrW__searchInput:focus{border-color:#a855f7}.discussions-module__K7zPrW__searchIcon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.discussions-module__K7zPrW__filterSelect{color:#f8fafc;cursor:pointer;background-color:#0f172abf;border:1px solid #a855f740;border-radius:12px;outline:none;padding:.75rem 2.6rem .75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #0000004d}.discussions-module__K7zPrW__filterSelect:hover{background-color:#0f172ae6;border-color:#a855f799;transform:translateY(-1px);box-shadow:0 6px 20px #a855f733}.discussions-module__K7zPrW__filterSelect:focus{border-color:#c084fc;box-shadow:0 0 0 3px #a855f74d}.discussions-module__K7zPrW__filterSelect option{color:#f8fafc;background-color:#0f172a;padding:.75rem 1rem}.discussions-module__K7zPrW__tabsRow{gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.discussions-module__K7zPrW__tabBtn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.discussions-module__K7zPrW__tabBtn:hover{color:#f8fafc;border-color:#fff3}.discussions-module__K7zPrW__activeTabBtn{color:#c084fc;background:#a855f726;border-color:#a855f766}.discussions-module__K7zPrW__feedList{flex-direction:column;gap:1.25rem;display:flex}.discussions-module__K7zPrW__twitterCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#0f172ab3;border:1px solid #ffffff14;border-radius:16px;gap:1rem;padding:1.35rem 1.5rem;transition:all .2s;display:flex;position:relative}.discussions-module__K7zPrW__twitterCard:hover{background:#0f172ad9;border-color:#a855f759;box-shadow:0 10px 30px -10px #a855f733}.discussions-module__K7zPrW__avatarCircle{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#6366f1 100%);border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 4px 10px #0000004d}.discussions-module__K7zPrW__cardContent{flex:1;min-width:0}.discussions-module__K7zPrW__cardHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.discussions-module__K7zPrW__authorMeta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.discussions-module__K7zPrW__authorName{color:#f8fafc;font-size:.95rem;font-weight:800}.discussions-module__K7zPrW__authorHandle{color:#a855f7;font-size:.85rem;font-weight:600}.discussions-module__K7zPrW__metaDot{color:#64748b;font-size:.75rem}.discussions-module__K7zPrW__metaTime{color:#94a3b8;font-size:.8rem}.discussions-module__K7zPrW__badgePill{color:#c084fc;background:#a855f71f;border:1px solid #a855f74d;border-radius:12px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.discussions-module__K7zPrW__cardTitle{color:#f8fafc;margin:0 0 .4rem;font-size:1.15rem;font-weight:800;line-height:1.35}.discussions-module__K7zPrW__cardTitleLink{color:inherit;text-decoration:none;transition:color .2s}.discussions-module__K7zPrW__cardTitleLink:hover{color:#c084fc}.discussions-module__K7zPrW__cardTextSnippet{color:#cbd5e1;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:.9rem;line-height:1.55;display:-webkit-box;overflow:hidden}.discussions-module__K7zPrW__tagsRow{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.85rem;display:flex}.discussions-module__K7zPrW__tagPill{color:#94a3b8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.2rem .55rem;font-size:.725rem;font-weight:600}.discussions-module__K7zPrW__noteLinkPill{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b4d;border-radius:8px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.discussions-module__K7zPrW__noteLinkPill:hover{background:#f59e0b40;transform:translateY(-1px)}.discussions-module__K7zPrW__solvedBadge{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d;border-radius:6px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.725rem;font-weight:700;display:inline-flex}.discussions-module__K7zPrW__twitterActionBar{border-top:1px solid #ffffff0f;align-items:center;gap:2rem;margin-top:.85rem;padding-top:.75rem;display:flex}.discussions-module__K7zPrW__actionBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:20px;align-items:center;gap:.45rem;padding:.4rem .65rem;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.discussions-module__K7zPrW__actionBtn:hover{background:#ffffff0f}.discussions-module__K7zPrW__actionComment:hover{color:#c084fc;background:#a855f71f}.discussions-module__K7zPrW__actionUpvote:hover{color:#f59e0b;background:#f59e0b1f}.discussions-module__K7zPrW__actionUpvoted{color:#f59e0b;font-weight:800}.discussions-module__K7zPrW__actionShare:hover{color:#38bdf8;background:#38bdf81f}.discussions-module__K7zPrW__actionDelete:hover{color:#f87171;background:#ef44441f}.discussions-module__K7zPrW__btnDanger{color:#f87171;cursor:pointer;background:#ef44441f;border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:.45rem;padding:.4rem .8rem;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.discussions-module__K7zPrW__btnDanger:hover{color:#ef4444;background:#ef444440;border-color:#ef444480}.discussions-module__K7zPrW__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.discussions-module__K7zPrW__modalContent{background:#0f172a;border:1px solid #a855f74d;border-radius:16px;flex-direction:column;gap:1.25rem;width:100%;max-width:650px;max-height:90vh;padding:2rem;display:flex;overflow-y:auto;box-shadow:0 20px 40px #000c}.discussions-module__K7zPrW__modalHeader{justify-content:space-between;align-items:center;display:flex}.discussions-module__K7zPrW__modalTitle{color:#f8fafc;margin:0;font-size:1.35rem;font-weight:800}.discussions-module__K7zPrW__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.25rem}.discussions-module__K7zPrW__formGridTwoCol{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.discussions-module__K7zPrW__formGroup{flex-direction:column;gap:.4rem;display:flex}.discussions-module__K7zPrW__formLabel{color:#cbd5e1;font-size:.85rem;font-weight:700}.discussions-module__K7zPrW__formInput,.discussions-module__K7zPrW__formTextarea,.discussions-module__K7zPrW__formSelect{color:#f8fafc;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem}.discussions-module__K7zPrW__formInput:focus,.discussions-module__K7zPrW__formTextarea:focus,.discussions-module__K7zPrW__formSelect:focus{border-color:#a855f7}.discussions-module__K7zPrW__formTextarea{resize:vertical;min-height:120px}.discussions-module__K7zPrW__formSelect option{color:#f8fafc;background-color:#0f172a}.discussions-module__K7zPrW__loadMoreBtn{color:#f8fafc;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:10px;margin:2rem auto 0;padding:.75rem 1.75rem;font-weight:700;transition:all .2s;display:block}.discussions-module__K7zPrW__loadMoreBtn:hover{background:#a855f726;border-color:#a855f7}@media (max-width:768px){.discussions-module__K7zPrW__mainContainer{padding:1rem .85rem}.discussions-module__K7zPrW__banner{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.discussions-module__K7zPrW__bannerTitle{font-size:1.35rem}.discussions-module__K7zPrW__bannerSubtitle{font-size:.85rem}.discussions-module__K7zPrW__btnPrimary{justify-content:center;width:100%;padding:.75rem 1rem}.discussions-module__K7zPrW__controlsRow{gap:.85rem;margin-bottom:1.25rem}.discussions-module__K7zPrW__searchBarWrapper{align-items:stroke;flex-direction:column;gap:.75rem}.discussions-module__K7zPrW__searchInputGroup{flex:100%;width:100%}.discussions-module__K7zPrW__filterSelect{width:100%}.discussions-module__K7zPrW__tabsRow{padding-bottom:.25rem}.discussions-module__K7zPrW__twitterCard{border-radius:14px;gap:.75rem;padding:1rem}.discussions-module__K7zPrW__avatarCircle{width:38px;height:38px;font-size:.95rem}.discussions-module__K7zPrW__cardTitle{margin-bottom:.35rem;font-size:1.05rem}.discussions-module__K7zPrW__cardTextSnippet{-webkit-line-clamp:3;font-size:.85rem}.discussions-module__K7zPrW__authorName{font-size:.875rem}.discussions-module__K7zPrW__authorHandle{font-size:.8rem}.discussions-module__K7zPrW__badgePill{padding:.1rem .4rem;font-size:.65rem}.discussions-module__K7zPrW__twitterActionBar{justify-content:space-between;gap:.75rem;width:100%}.discussions-module__K7zPrW__actionBtn{padding:.35rem .5rem;font-size:.8rem}.discussions-module__K7zPrW__modalContent{border-radius:14px;max-width:95vw;padding:1.25rem 1rem}.discussions-module__K7zPrW__modalTitle{font-size:1.15rem}.discussions-module__K7zPrW__formGridTwoCol{grid-template-columns:1fr;gap:.75rem}}@media (max-width:480px){.discussions-module__K7zPrW__twitterCard{gap:.75rem;padding:.875rem .85rem}.discussions-module__K7zPrW__avatarCircle{width:34px;height:34px;font-size:.85rem}.discussions-module__K7zPrW__cardHeader{flex-direction:row;justify-content:space-between;align-items:center;gap:.35rem}.discussions-module__K7zPrW__authorMeta{gap:.35rem}.discussions-module__K7zPrW__twitterActionBar{justify-content:space-between;gap:.5rem;width:100%}}.discussions-module__K7zPrW__comingSoonWrapper{justify-content:center;align-items:center;width:100%;min-height:80vh;display:flex}.discussions-module__K7zPrW__comingSoonCard{-webkit-backdrop-filter:blur(16px);text-align:center;background:linear-gradient(135deg,#0f172ae6 0%,#1e1400bf 100%);border:1px solid #f59e0b59;border-radius:24px;width:100%;max-width:760px;padding:3.5rem 2.25rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #f59e0b33,0 0 40px #f59e0b1f}.discussions-module__K7zPrW__comingSoonGlow{filter:blur(30px);pointer-events:none;background:radial-gradient(circle,#f59e0b4d 0%,#0000 70%);width:260px;height:260px;position:absolute;top:-70px;left:50%;transform:translate(-50%)}.discussions-module__K7zPrW__comingSoonBadge{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b59;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.discussions-module__K7zPrW__comingSoonTitle{color:#fff;background:linear-gradient(135deg,#fff 20%,#f59e0b 80%,#fbbf24 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 1rem;font-size:2.35rem;font-weight:900;line-height:1.2}.discussions-module__K7zPrW__comingSoonSubtitle{color:#94a3b8;max-width:600px;margin:0 auto 2.25rem;font-size:1rem;line-height:1.6}.discussions-module__K7zPrW__comingSoonGrid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.discussions-module__K7zPrW__comingSoonTeaserCard{background:#ffffff08;border:1px solid #f59e0b26;border-radius:14px;padding:1.1rem;transition:transform .2s,border-color .2s}.discussions-module__K7zPrW__comingSoonTeaserCard:hover{border-color:#f59e0b59;transform:translateY(-2px)}.discussions-module__K7zPrW__comingSoonTeaserIcon{margin-bottom:.4rem;font-size:1.35rem}.discussions-module__K7zPrW__comingSoonTeaserTitle{color:#f8fafc;margin:0 0 .25rem;font-size:.95rem;font-weight:700}.discussions-module__K7zPrW__comingSoonTeaserText{color:#94a3b8;margin:0;font-size:.8rem;line-height:1.4}.discussions-module__K7zPrW__comingSoonBtn{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:auto;padding:.8rem 1.6rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 16px #f59e0b59}.discussions-module__K7zPrW__comingSoonBtn:hover{transform:translateY(-2px);box-shadow:0 6px 22px #f59e0b80}@media (max-width:768px){.discussions-module__K7zPrW__comingSoonCard{border-radius:18px;padding:2.25rem 1.25rem}.discussions-module__K7zPrW__comingSoonTitle{margin-bottom:.75rem;font-size:1.75rem}.discussions-module__K7zPrW__comingSoonSubtitle{margin-bottom:1.75rem;font-size:.9rem}.discussions-module__K7zPrW__comingSoonBadge{margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.775rem}.discussions-module__K7zPrW__comingSoonGrid{grid-template-columns:1fr;gap:.85rem;margin-bottom:2rem}.discussions-module__K7zPrW__comingSoonBtn{width:100%;padding:.85rem 1.25rem}}@media (max-width:480px){.discussions-module__K7zPrW__comingSoonCard{border-radius:16px;padding:1.75rem 1rem}.discussions-module__K7zPrW__comingSoonTitle{font-size:1.45rem}.discussions-module__K7zPrW__comingSoonSubtitle{font-size:.85rem}.discussions-module__K7zPrW__comingSoonTeaserCard{padding:.95rem}}
.UsernameGate-module__Jmh5Hq__overlay{z-index:9999;background:var(--background);justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow:hidden}.UsernameGate-module__Jmh5Hq__glowTop{pointer-events:none;background:radial-gradient(#fbbf241f 0%,#0000 70%);width:700px;height:400px;position:absolute;top:-180px;left:50%;transform:translate(-50%)}.UsernameGate-module__Jmh5Hq__glowBottom{pointer-events:none;background:radial-gradient(#fb923c12 0%,#0000 70%);width:500px;height:400px;position:absolute;bottom:-200px;right:-100px}.UsernameGate-module__Jmh5Hq__card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:440px;padding:2.5rem 2rem;animation:.4s cubic-bezier(.34,1.56,.64,1) UsernameGate-module__Jmh5Hq__slideUp;display:flex;position:relative;box-shadow:0 25px 50px #00000080}@keyframes UsernameGate-module__Jmh5Hq__slideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.UsernameGate-module__Jmh5Hq__iconBadge{background:#fbbf241a;border:1px solid #fbbf2440;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.UsernameGate-module__Jmh5Hq__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.UsernameGate-module__Jmh5Hq__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.UsernameGate-module__Jmh5Hq__subtitle{color:var(--text-secondary);max-width:340px;margin:0;font-size:.875rem;line-height:1.6}.UsernameGate-module__Jmh5Hq__emailBadge{color:var(--accent);background:#fbbf2414;border:1px solid #fbbf2433;border-radius:999px;margin-top:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.UsernameGate-module__Jmh5Hq__form{flex-direction:column;gap:.75rem;width:100%;display:flex}.UsernameGate-module__Jmh5Hq__inputWrapper{align-items:center;display:flex;position:relative}.UsernameGate-module__Jmh5Hq__atSymbol{color:var(--accent);pointer-events:none;z-index:1;font-size:1.05rem;font-weight:700;position:absolute;left:1rem}.UsernameGate-module__Jmh5Hq__input{background:var(--background);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-size:1rem;font-weight:600;font-family:var(--font-sans);letter-spacing:.01em;outline:none;padding:.75rem 2.75rem .75rem 2.25rem;transition:border-color .2s,box-shadow .2s}.UsernameGate-module__Jmh5Hq__input:focus{border-color:#fbbf2480;box-shadow:0 0 0 3px #fbbf2414}.UsernameGate-module__Jmh5Hq__input::placeholder{color:var(--text-secondary);font-weight:400}.UsernameGate-module__Jmh5Hq__inputValid{border-color:#22c55e99!important;box-shadow:0 0 0 3px #22c55e12!important}.UsernameGate-module__Jmh5Hq__inputError{border-color:#ef444480!important;box-shadow:0 0 0 3px #ef44440f!important}.UsernameGate-module__Jmh5Hq__statusIcon{align-items:center;font-size:.95rem;font-weight:700;display:flex;position:absolute;right:.9rem}.UsernameGate-module__Jmh5Hq__iconAvailable{color:#22c55e}.UsernameGate-module__Jmh5Hq__iconTaken{color:#ef4444}.UsernameGate-module__Jmh5Hq__statusMessage{min-height:1.2em;padding-left:.25rem;font-size:.8rem}.UsernameGate-module__Jmh5Hq__msgChecking{color:var(--text-secondary)}.UsernameGate-module__Jmh5Hq__msgAvailable{color:#22c55e;font-weight:600}.UsernameGate-module__Jmh5Hq__msgTaken{color:#ef4444;font-weight:600}.UsernameGate-module__Jmh5Hq__rules{flex-wrap:wrap;gap:.75rem;padding:.25rem 0;display:flex}.UsernameGate-module__Jmh5Hq__ruleMet{color:#22c55e;font-size:.72rem;font-weight:600}.UsernameGate-module__Jmh5Hq__rulePending{color:var(--text-secondary);font-size:.72rem;font-weight:500}.UsernameGate-module__Jmh5Hq__errorMsg{color:#ef4444;border-radius:var(--radius-sm);background:#ef444414;border:1px solid #ef444433;margin:0;padding:.6rem .85rem;font-size:.82rem}.UsernameGate-module__Jmh5Hq__btnSubmit{background:linear-gradient(135deg, var(--accent) 0%, #f97316 100%);color:#09090b;border-radius:var(--radius-sm);width:100%;font-size:.9rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.85rem 1.5rem;transition:opacity .2s,transform .15s;display:flex}.UsernameGate-module__Jmh5Hq__btnSubmit:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.UsernameGate-module__Jmh5Hq__btnSubmit:disabled{opacity:.45;cursor:not-allowed;transform:none}.UsernameGate-module__Jmh5Hq__footer{color:var(--text-secondary);text-align:center;margin:0;font-size:.78rem;line-height:1.5}.UsernameGate-module__Jmh5Hq__spinner{border:2px solid #00000040;border-top-color:#09090b;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite UsernameGate-module__Jmh5Hq__spin;display:inline-block}@keyframes UsernameGate-module__Jmh5Hq__spin{to{transform:rotate(360deg)}}
.ToastProvider-module__TnFo5a__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;width:100%;max-width:380px;display:flex;position:fixed;top:1.5rem;right:1.5rem}.ToastProvider-module__TnFo5a__toast{border-radius:var(--radius);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);pointer-events:auto;transition:var(--transition);background:#18181bcc;align-items:flex-start;gap:.875rem;padding:1rem 2.5rem 1rem 1rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards ToastProvider-module__TnFo5a__slideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #00000080}.ToastProvider-module__TnFo5a__toastSuccess{border-color:#22c55e4d;box-shadow:0 10px 30px -10px #22c55e26,0 0 1px 1px #22c55e0d}.ToastProvider-module__TnFo5a__toastError{border-color:#ef44444d;box-shadow:0 10px 30px -10px #ef444426,0 0 1px 1px #ef44440d}.ToastProvider-module__TnFo5a__toastWarning{border-color:#f59e0b4d;box-shadow:0 10px 30px -10px #f59e0b26,0 0 1px 1px #f59e0b0d}.ToastProvider-module__TnFo5a__toastInfo{border-color:#38bdf84d;box-shadow:0 10px 30px -10px #38bdf826,0 0 1px 1px #38bdf80d}.ToastProvider-module__TnFo5a__iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:.1rem;display:flex}.ToastProvider-module__TnFo5a__iconSuccess{color:#22c55e}.ToastProvider-module__TnFo5a__iconError{color:#ef4444}.ToastProvider-module__TnFo5a__iconWarning{color:#f59e0b}.ToastProvider-module__TnFo5a__iconInfo{color:#38bdf8}.ToastProvider-module__TnFo5a__message{color:var(--text-primary);word-break:break-word;font-size:.875rem;font-weight:500;line-height:1.4}.ToastProvider-module__TnFo5a__closeBtn{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;display:flex;position:absolute;top:.75rem;right:.75rem}.ToastProvider-module__TnFo5a__closeBtn:hover{color:var(--text-primary);background-color:#ffffff0f}.ToastProvider-module__TnFo5a__progressBar{transform-origin:0;width:100%;height:3px;position:absolute;bottom:0;left:0}.ToastProvider-module__TnFo5a__progressSuccess{background-color:#22c55e}.ToastProvider-module__TnFo5a__progressError{background-color:#ef4444}.ToastProvider-module__TnFo5a__progressWarning{background-color:#f59e0b}.ToastProvider-module__TnFo5a__progressInfo{background-color:#38bdf8}@keyframes ToastProvider-module__TnFo5a__slideIn{0%{opacity:0;transform:translate(100%)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.ToastProvider-module__TnFo5a__toastLeaving{animation:.25s cubic-bezier(.4,0,1,1) forwards ToastProvider-module__TnFo5a__slideOut}@keyframes ToastProvider-module__TnFo5a__slideOut{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(100%)scale(.9)}}@media (max-width:480px){.ToastProvider-module__TnFo5a__toastContainer{max-width:100%;margin:0 auto;padding:0 1rem;inset:auto 0 1rem}@keyframes ToastProvider-module__TnFo5a__slideIn{0%{opacity:0;transform:translateY(100%)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ToastProvider-module__TnFo5a__toastLeaving{animation:.2s forwards ToastProvider-module__TnFo5a__fadeOut}@keyframes ToastProvider-module__TnFo5a__fadeOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(10px)scale(.95)}}}
.admin-module__4WpgRW__container{width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.admin-module__4WpgRW__headerArea{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.admin-module__4WpgRW__title{letter-spacing:-.03em;font-size:1.8rem;font-weight:800}.admin-module__4WpgRW__subtitle{color:var(--text-secondary);margin-top:.25rem;font-size:.95rem}.admin-module__4WpgRW__tabs{border-bottom:1px solid var(--border);gap:1rem;margin-bottom:2rem;padding-bottom:1px;display:flex}.admin-module__4WpgRW__tabBtn{color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:.75rem 1rem;font-size:.95rem;font-weight:600;position:relative}.admin-module__4WpgRW__tabBtn:hover,.admin-module__4WpgRW__activeTabBtn{color:var(--text-primary)}.admin-module__4WpgRW__activeTabBtn:after{content:"";background-color:var(--accent);height:2px;position:absolute;bottom:-1px;left:0;right:0}.admin-module__4WpgRW__actionHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.admin-module__4WpgRW__sectionTitle{font-size:1.3rem;font-weight:700}.admin-module__4WpgRW__btnCreate{background-color:var(--accent);color:#09090b;font-family:var(--font-sans);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:none;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-flex}.admin-module__4WpgRW__btnCreate:hover{background-color:var(--accent-hover);transform:translateY(-1px)}.admin-module__4WpgRW__deniedCard{text-align:center;background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);max-width:500px;box-shadow:var(--shadow-lg);margin:4rem auto;padding:4rem 2rem}.admin-module__4WpgRW__deniedTitle{color:#f87171;margin-top:1rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.admin-module__4WpgRW__deniedText{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem;line-height:1.5}.admin-module__4WpgRW__tableContainer{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:2rem;overflow-x:auto}.admin-module__4WpgRW__table{border-collapse:collapse;text-align:left;width:100%}.admin-module__4WpgRW__table th{text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--border);background-color:#09090b4d;padding:1rem 1.5rem;font-size:.85rem;font-weight:700}.admin-module__4WpgRW__table td{border-bottom:1px solid var(--border);color:var(--text-primary);vertical-align:middle;padding:1rem 1.5rem;font-size:.925rem}.admin-module__4WpgRW__table tr:last-child td{border-bottom:none}.admin-module__4WpgRW__table tr:hover td{background-color:#ffffff05}.admin-module__4WpgRW__badge{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.admin-module__4WpgRW__tagBranch{background-color:var(--accent-light);color:var(--accent);border:1px solid #fbbf2433}.admin-module__4WpgRW__tagSemester{color:var(--text-secondary);border:1px solid var(--border);background-color:#ffffff0d}.admin-module__4WpgRW__tagPrice{color:#f59e0b;background-color:#f59e0b26;border:1px solid #f59e0b33}.admin-module__4WpgRW__actionsCell{gap:.75rem;display:flex}.admin-module__4WpgRW__btnAction{cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;display:flex}.admin-module__4WpgRW__btnEdit{color:#3b82f6;border:1px solid #3b82f633}.admin-module__4WpgRW__btnEdit:hover{background-color:#3b82f61a}.admin-module__4WpgRW__btnDelete{color:#ef4444;border:1px solid #ef444433}.admin-module__4WpgRW__btnDelete:hover{background-color:#ef44441a}.admin-module__4WpgRW__modalBackdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background-color:#09090bd9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.admin-module__4WpgRW__modalContent{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:600px;max-height:90vh;box-shadow:var(--shadow-lg);flex-direction:column;display:flex}.admin-module__4WpgRW__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.admin-module__4WpgRW__modalTitle{font-size:1.25rem;font-weight:700}.admin-module__4WpgRW__modalCloseBtn{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition);background:0 0;border:none;padding:.25rem;display:flex}.admin-module__4WpgRW__modalCloseBtn:hover{color:var(--text-primary);background-color:#ffffff0d}.admin-module__4WpgRW__modalBody{flex-direction:column;gap:1.25rem;padding:2rem;display:flex;overflow-y:auto}.admin-module__4WpgRW__formGrid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.admin-module__4WpgRW__inputGroup{flex-direction:column;gap:.5rem;display:flex}.admin-module__4WpgRW__inputGroupFull{grid-column:span 2}.admin-module__4WpgRW__label{color:var(--text-primary);font-size:.85rem;font-weight:600}.admin-module__4WpgRW__input,.admin-module__4WpgRW__textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:var(--font-sans);transition:var(--transition);background-color:#09090b99;outline:none;padding:.75rem 1rem;font-size:.95rem}.admin-module__4WpgRW__select{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:var(--font-sans);transition:var(--transition);background-color:#09090bbf;outline:none;padding:.75rem 2.6rem .75rem 1rem;font-size:.95rem;font-weight:600}.admin-module__4WpgRW__select option{color:var(--text-primary);background-color:#121215;padding:.75rem 1rem}.admin-module__4WpgRW__input:focus,.admin-module__4WpgRW__select:focus,.admin-module__4WpgRW__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px #fbbf2433}.admin-module__4WpgRW__textarea{resize:vertical;min-height:100px}.admin-module__4WpgRW__modalFooter{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}.admin-module__4WpgRW__btnCancel{color:var(--text-primary);border:1px solid var(--border);font-family:var(--font-sans);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background-color:#0000;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600}.admin-module__4WpgRW__btnCancel:hover{background-color:#ffffff0d}.admin-module__4WpgRW__btnSave{background-color:var(--accent);color:#09090b;font-family:var(--font-sans);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:none;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600}.admin-module__4WpgRW__btnSave:hover{background-color:var(--accent-hover)}.admin-module__4WpgRW__btnSave:disabled{opacity:.6;cursor:not-allowed}.admin-module__4WpgRW__spinner{border:2px solid #fff3;border-top-color:var(--text-primary);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite admin-module__4WpgRW__spin;display:inline-block}@keyframes admin-module__4WpgRW__spin{to{transform:rotate(360deg)}}.admin-module__4WpgRW__analyticsContainer{flex-direction:column;gap:2.5rem;width:100%;display:flex}.admin-module__4WpgRW__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;width:100%;display:grid}.admin-module__4WpgRW__metricCard{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition);flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.admin-module__4WpgRW__metricCard:hover{border-color:#ffffff14;transform:translateY(-2px)}.admin-module__4WpgRW__metricHeader{justify-content:space-between;align-items:center;display:flex}.admin-module__4WpgRW__metricLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.8rem;font-weight:700}.admin-module__4WpgRW__metricIconWrapper{border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.95rem;font-weight:700;display:flex}.admin-module__4WpgRW__metricValue{color:var(--text-primary);letter-spacing:-.02em;font-size:1.85rem;font-weight:800}.admin-module__4WpgRW__metricSubtext{color:var(--text-secondary);font-size:.75rem}.admin-module__4WpgRW__chartsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;display:grid}.admin-module__4WpgRW__chartCard{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;padding:1.75rem;display:flex}.admin-module__4WpgRW__chartHeader{justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.admin-module__4WpgRW__chartTitle{color:var(--text-primary);letter-spacing:-.01em;font-size:1.1rem;font-weight:800}.admin-module__4WpgRW__chartHoverValue{color:var(--text-secondary);border:1px solid var(--border);background:#ffffff08;border-radius:999px;padding:.2rem .6rem;font-size:.8rem}.admin-module__4WpgRW__chartWrapper{width:100%;position:relative}.admin-module__4WpgRW__chartTooltip{border:1px solid var(--accent);border-radius:var(--radius-sm);pointer-events:none;z-index:10;text-align:center;background:#18181b;min-width:100px;padding:.4rem .6rem;transition:all 50ms ease-out;transform:translateY(-8px);box-shadow:0 10px 15px -3px #00000080}.admin-module__4WpgRW__chartTooltip:after{content:"";border-style:solid;border-width:6px 6px 0;border-color:var(--accent) transparent;width:0;display:block;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.admin-module__4WpgRW__tooltipDate{color:var(--text-secondary);margin-bottom:.15rem;font-size:.7rem}.admin-module__4WpgRW__tooltipValue{color:var(--accent);font-size:.9rem;font-weight:800}.admin-module__4WpgRW__barList{flex-direction:column;flex:1;gap:1.2rem;display:flex}.admin-module__4WpgRW__barItem{flex-direction:column;gap:.4rem;display:flex}.admin-module__4WpgRW__barItemLabels{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.admin-module__4WpgRW__barItemTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:250px;font-weight:700;overflow:hidden}.admin-module__4WpgRW__barItemValue{color:var(--text-primary);font-weight:800}.admin-module__4WpgRW__barItemTrack{background-color:#ffffff0d;border-radius:99px;width:100%;height:6px;overflow:hidden}.admin-module__4WpgRW__barItemFill{border-radius:99px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.admin-module__4WpgRW__barItemMeta{color:var(--text-secondary);justify-content:space-between;font-size:.75rem;display:flex}.admin-module__4WpgRW__emptyState{height:150px;color:var(--text-secondary);border:1px dashed var(--border);border-radius:var(--radius);background-color:#ffffff03;justify-content:center;align-items:center;font-size:.9rem;display:flex}.admin-module__4WpgRW__transactionsSection{margin-top:1rem}@media (max-width:960px){.admin-module__4WpgRW__chartsGrid{grid-template-columns:1fr}.admin-module__4WpgRW__chartCard{grid-column:span 1!important}}.admin-module__4WpgRW__analyticsFilterBar{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:1.5rem;padding:1rem 1.5rem;display:flex}.admin-module__4WpgRW__filterGroup{flex-direction:column;flex:1;gap:.4rem;min-width:160px;display:flex}@media (min-width:600px){.admin-module__4WpgRW__filterGroup{flex:0 0 200px}}.admin-module__4WpgRW__filterLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);font-size:.75rem;font-weight:700}@media (max-width:768px){.admin-module__4WpgRW__container{padding:2rem 1rem}.admin-module__4WpgRW__tabs{flex-wrap:wrap;gap:0}.admin-module__4WpgRW__tabBtn{padding:.6rem .75rem;font-size:.85rem}.admin-module__4WpgRW__actionHeader{flex-direction:column;align-items:stretch;gap:.75rem}.admin-module__4WpgRW__btnCreate{justify-content:center;width:100%}.admin-module__4WpgRW__formGrid{grid-template-columns:1fr}.admin-module__4WpgRW__inputGroupFull{grid-column:span 1}.admin-module__4WpgRW__modalHeader,.admin-module__4WpgRW__modalBody,.admin-module__4WpgRW__modalFooter{padding:1rem 1.25rem}.admin-module__4WpgRW__modalFooter{flex-wrap:wrap}.admin-module__4WpgRW__btnCancel,.admin-module__4WpgRW__btnSave{flex:1;justify-content:center}.admin-module__4WpgRW__metricsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.admin-module__4WpgRW__container{padding:1.25rem .75rem 3rem}.admin-module__4WpgRW__headerArea{gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem}.admin-module__4WpgRW__title{font-size:1.4rem}.admin-module__4WpgRW__tabBtn{min-height:42px;padding:.55rem .6rem;font-size:.82rem}.admin-module__4WpgRW__metricsGrid{grid-template-columns:1fr}.admin-module__4WpgRW__analyticsFilterBar{gap:.75rem;padding:.75rem}.admin-module__4WpgRW__table th,.admin-module__4WpgRW__table td{white-space:nowrap;padding:.65rem .6rem;font-size:.8rem}}
.notes-module__HJE1nW__container{flex-direction:column;gap:2.5rem;width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 5rem;display:flex}.notes-module__HJE1nW__backLink{color:var(--text-secondary);transition:var(--transition);align-self:flex-start;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.notes-module__HJE1nW__backLink:hover{color:var(--accent);transform:translate(-4px)}.notes-module__HJE1nW__headerSection{border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;padding-bottom:2rem;display:flex}.notes-module__HJE1nW__title{letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.2}.notes-module__HJE1nW__badgeRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.notes-module__HJE1nW__tagBranch{background-color:var(--accent-light);color:var(--accent);border:1px solid #fbbf2433;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:700}.notes-module__HJE1nW__badgeSemester{color:var(--text-secondary);border:1px solid var(--border);background-color:#ffffff0d;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.notes-module__HJE1nW__badgeUniversity{color:#fb923c;background-color:#fbbf240d;border:1px solid #fb923c33;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.notes-module__HJE1nW__badgePriceFree{color:#22c55e;background-color:#22c55e1f;border:1px solid #22c55e40;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:700}.notes-module__HJE1nW__badgePricePaid{color:#f59e0b;background-color:#f59e0b1f;border:1px solid #f59e0b40;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:700}.notes-module__HJE1nW__layoutGrid{grid-template-columns:1.2fr .8fr;align-items:start;gap:2.5rem;display:grid}.notes-module__HJE1nW__mainCol{flex-direction:column;gap:2rem;display:flex}.notes-module__HJE1nW__sidebarCol{flex-direction:column;gap:2rem;display:flex;position:sticky;top:6rem}.notes-module__HJE1nW__infoCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.notes-module__HJE1nW__sectionTitle{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.3rem;font-weight:800;display:flex}.notes-module__HJE1nW__descriptionText{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.notes-module__HJE1nW__actionSection{border:1px solid var(--border);border-radius:var(--radius-lg);background:#18181b4d;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.notes-module__HJE1nW__actionGrid{grid-template-columns:1fr;gap:1rem;display:grid}.notes-module__HJE1nW__btnPrimary{background-color:var(--accent);color:#09090b;border-radius:var(--radius);transition:var(--transition);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #fbbf244d}.notes-module__HJE1nW__btnPrimary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #fbbf2473}.notes-module__HJE1nW__btnPrimary:disabled{cursor:not-allowed;box-shadow:none;background-color:#fbbf2466;transform:none}.notes-module__HJE1nW__btnSecondary{color:var(--text-primary);border-radius:var(--radius);transition:var(--transition);border:1px solid var(--border);cursor:pointer;background-color:#0000;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.notes-module__HJE1nW__btnSecondary:hover{background-color:var(--border);transform:translateY(-2px)}.notes-module__HJE1nW__btnDanger{color:#ef4444;border-radius:var(--radius);transition:var(--transition);cursor:pointer;background-color:#ef444414;border:1px solid #ef44444d;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.notes-module__HJE1nW__btnDanger:hover{color:#fff;background-color:#ef4444;border-color:#ef4444;transform:translateY(-2px)}.notes-module__HJE1nW__videoSection{flex-direction:column;gap:1.25rem;display:flex}.notes-module__HJE1nW__videoContainer{border-radius:var(--radius-lg);border:1px solid var(--border);height:0;box-shadow:var(--shadow-lg);background:#000;padding-bottom:56.25%;position:relative;overflow:hidden}.notes-module__HJE1nW__videoContainer iframe{width:100%;height:100%;position:absolute;top:0;left:0}.notes-module__HJE1nW__detailsList{flex-direction:column;gap:1rem;display:flex}.notes-module__HJE1nW__detailsItem{border-bottom:1px solid #ffffff0d;justify-content:space-between;padding-bottom:.75rem;display:flex}.notes-module__HJE1nW__detailsItem:last-child{border-bottom:none;padding-bottom:0}.notes-module__HJE1nW__detailsLabel{color:var(--text-secondary);font-size:.95rem}.notes-module__HJE1nW__detailsValue{color:var(--text-primary);font-size:.95rem;font-weight:600}.notes-module__HJE1nW__checkoutForm{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.notes-module__HJE1nW__formGroup{flex-direction:column;gap:.5rem;display:flex}.notes-module__HJE1nW__formLabel{color:var(--text-primary);font-size:.85rem;font-weight:600}.notes-module__HJE1nW__formInput{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:var(--font-sans);transition:var(--transition);outline:none;padding:.75rem 1rem;font-size:.95rem}.notes-module__HJE1nW__formInput:focus{border-color:var(--accent)}.notes-module__HJE1nW__formHelpText{color:var(--accent);font-size:.75rem;font-weight:600}.notes-module__HJE1nW__checkoutInfo{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.notes-module__HJE1nW__checkoutPrice{color:#f59e0b;font-weight:800}.notes-module__HJE1nW__sidebarTitle{color:var(--text-primary);border-bottom:1px solid var(--border);padding-bottom:.5rem;font-size:1.15rem;font-weight:700}.notes-module__HJE1nW__recommendedSection{flex-direction:column;gap:1.5rem;padding-top:.5rem;display:flex}.notes-module__HJE1nW__recommendedHeader{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.notes-module__HJE1nW__recommendedEyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.35rem;font-size:.8rem;font-weight:800}.notes-module__HJE1nW__recommendedTitle{color:var(--text-primary);font-size:1.5rem;font-weight:800}.notes-module__HJE1nW__recommendedSubtitle{max-width:34rem;color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}.notes-module__HJE1nW__recommendedGrid{grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));gap:1rem;display:grid}.notes-module__HJE1nW__recommendedCard{border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);box-shadow:var(--shadow);background:linear-gradient(#fbbf2414,#ffffff05);flex-direction:column;gap:1rem;padding:1.25rem;text-decoration:none;display:flex}.notes-module__HJE1nW__recommendedCard:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 12px 24px #fbbf242e}.notes-module__HJE1nW__recommendedCardTop{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.notes-module__HJE1nW__recommendedBadges{flex-wrap:wrap;gap:.5rem;display:flex}.notes-module__HJE1nW__recommendedBranch,.notes-module__HJE1nW__recommendedSemester,.notes-module__HJE1nW__recommendedFree,.notes-module__HJE1nW__recommendedPaid{border:1px solid #0000;border-radius:999px;padding:.28rem .55rem;font-size:.74rem;font-weight:700}.notes-module__HJE1nW__recommendedBranch{background-color:var(--accent-light);color:var(--accent);border-color:#fbbf2433}.notes-module__HJE1nW__recommendedSemester{color:var(--text-secondary);border-color:var(--border);background-color:#ffffff0d}.notes-module__HJE1nW__recommendedFree{color:#22c55e;background-color:#22c55e1f;border-color:#22c55e2e}.notes-module__HJE1nW__recommendedPaid{color:#f59e0b;background-color:#f59e0b1f;border-color:#f59e0b2e}.notes-module__HJE1nW__recommendedCardTitle{color:var(--text-primary);font-size:1.08rem;font-weight:800;line-height:1.4}.notes-module__HJE1nW__recommendedCardDesc{color:var(--text-secondary);flex-grow:1;font-size:.92rem;line-height:1.6}.notes-module__HJE1nW__recommendedState{border-radius:var(--radius);border:1px dashed var(--border);color:var(--text-secondary);background:#ffffff05;padding:1rem 1.25rem}.notes-module__HJE1nW__spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite notes-module__HJE1nW__spin}@keyframes notes-module__HJE1nW__spin{to{transform:rotate(360deg)}}@media (max-width:900px){.notes-module__HJE1nW__layoutGrid{grid-template-columns:1fr;gap:2rem}.notes-module__HJE1nW__sidebarCol{position:static}.notes-module__HJE1nW__recommendedHeader{align-items:flex-start}.notes-module__HJE1nW__recommendedCardTop{flex-direction:column}.notes-module__HJE1nW__recommendedSubtitle{max-width:none}}.notes-module__HJE1nW__previewCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.notes-module__HJE1nW__previewContainer{border-radius:var(--radius);border:1px solid var(--border);background:#0f0f11;width:100%;min-height:min(560px,65vh);position:relative;overflow:hidden}.notes-module__HJE1nW__previewIframe{border:none;width:100%;height:600px;display:block}.notes-module__HJE1nW__previewOverlay{box-sizing:border-box;pointer-events:none;background:linear-gradient(#0f0f1100 0%,#0f0f11f2 60%,#0f0f11 100%);justify-content:center;align-items:flex-end;width:100%;height:220px;padding:2rem;display:flex;position:absolute;bottom:0;left:0}.notes-module__HJE1nW__previewOverlayContent{pointer-events:auto;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-lg);background:#09090be6;border:1px solid #fbbf2433;flex-direction:column;gap:.5rem;max-width:90%;padding:1.25rem 2.25rem;display:flex;box-shadow:0 10px 30px #00000080}.notes-module__HJE1nW__previewOverlayContent h3{color:var(--text-primary);background:linear-gradient(135deg, var(--accent) 30%, #fb923c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.2rem;font-weight:800}.notes-module__HJE1nW__previewOverlayContent p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.4}.notes-module__HJE1nW__overviewGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;width:100%;display:grid}.notes-module__HJE1nW__overviewTile{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);box-shadow:var(--shadow);flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.notes-module__HJE1nW__overviewTile:hover{border-color:#fbbf2459;transform:translateY(-2px);box-shadow:0 8px 20px #fbbf2414}.notes-module__HJE1nW__overviewTileHeader{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;display:flex}.notes-module__HJE1nW__overviewTileValue{color:var(--text-primary);font-size:1.15rem;font-weight:800;line-height:1.3}.notes-module__HJE1nW__overviewIcon{color:var(--accent);justify-content:center;align-items:center;display:inline-flex}@media (max-width:640px){.notes-module__HJE1nW__container{gap:1.5rem;padding:1rem .75rem 3rem}.notes-module__HJE1nW__headerSection{gap:.75rem;padding-bottom:1.25rem}.notes-module__HJE1nW__title{font-size:1.65rem}.notes-module__HJE1nW__actionSection{padding:1.25rem 1rem}.notes-module__HJE1nW__checkoutForm{padding:1rem}.notes-module__HJE1nW__previewCard{padding:1rem .75rem}.notes-module__HJE1nW__previewContainer{border-radius:var(--radius-sm);min-height:min(420px,60vh)}.notes-module__HJE1nW__previewOverlay{height:160px;padding:.75rem}.notes-module__HJE1nW__previewOverlayContent{max-width:100%;padding:.875rem 1rem}.notes-module__HJE1nW__previewOverlayContent h3{font-size:1rem}.notes-module__HJE1nW__previewOverlayContent p{font-size:.82rem}.notes-module__HJE1nW__overviewGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.notes-module__HJE1nW__overviewTile{gap:.5rem;padding:1rem}.notes-module__HJE1nW__overviewTileHeader{gap:.35rem;font-size:.7rem}.notes-module__HJE1nW__overviewTileValue{font-size:.95rem}.notes-module__HJE1nW__detailsItem{flex-direction:column;gap:.2rem}.notes-module__HJE1nW__detailsValue{font-size:.9rem}.notes-module__HJE1nW__badgeRow{gap:.5rem}.notes-module__HJE1nW__recommendedSection{gap:1rem}.notes-module__HJE1nW__recommendedHeader{gap:.75rem}.notes-module__HJE1nW__recommendedGrid{grid-template-columns:1fr}.notes-module__HJE1nW__recommendedCard{gap:.75rem;padding:1rem}.notes-module__HJE1nW__recommendedCardDesc{display:none}.notes-module__HJE1nW__recommendedCardTitle{font-size:1rem}.notes-module__HJE1nW__btnPrimary,.notes-module__HJE1nW__btnSecondary,.notes-module__HJE1nW__btnDanger{width:100%}.notes-module__HJE1nW__infoCard{padding:1.25rem 1rem}.notes-module__HJE1nW__sectionTitle{font-size:1.1rem}.notes-module__HJE1nW__descriptionText{font-size:.95rem}}.notes-module__HJE1nW__btnFullScreen{background-color:var(--accent-light);color:var(--accent);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:1px solid #fbbf2433;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex}.notes-module__HJE1nW__btnFullScreen:hover{background-color:var(--accent);color:#09090b;transform:translateY(-1px)}.notes-module__HJE1nW__previewContainerFullscreen{z-index:9999!important;background:#09090b!important;border:none!important;border-radius:0!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;position:fixed!important;top:0!important;left:0!important}.notes-module__HJE1nW__previewContainerFullscreen .notes-module__HJE1nW__previewIframe{width:100%!important;height:100%!important}.notes-module__HJE1nW__btnFullScreenFloating{z-index:10000!important;background-color:var(--accent)!important;color:#09090b!important;border:1px solid var(--accent)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:48px!important;height:48px!important;padding:0!important;display:inline-flex!important;position:absolute!important;inset:auto 2.5rem 2rem auto!important;box-shadow:0 6px 20px #0009!important}.notes-module__HJE1nW__btnFullScreenFloating:hover{background-color:var(--accent-hover)!important;transform:translateY(-2px)scale(1.05)!important}
