.UserProfile-module__nz0x0a__page{width:100%;min-height:100vh;position:relative;overflow:hidden}.UserProfile-module__nz0x0a__glowA{pointer-events:none;z-index:0;background:radial-gradient(#fbbf2412 0%,#0000 70%);width:700px;height:500px;position:fixed;top:-200px;left:50%;transform:translate(-60%)}.UserProfile-module__nz0x0a__glowB{pointer-events:none;z-index:0;background:radial-gradient(#fb923c0d 0%,#0000 70%);width:500px;height:400px;position:fixed;bottom:-150px;right:-100px}.UserProfile-module__nz0x0a__container{z-index:1;flex-direction:column;gap:1.5rem;max-width:700px;margin:0 auto;padding:2.5rem 1.5rem 4rem;animation:.5s cubic-bezier(.16,1,.3,1) UserProfile-module__nz0x0a__fadeUp;display:flex;position:relative}@keyframes UserProfile-module__nz0x0a__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.UserProfile-module__nz0x0a__backLink{color:var(--text-secondary);align-items:center;gap:.4rem;width:fit-content;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.UserProfile-module__nz0x0a__backLink:hover{color:var(--accent)}.UserProfile-module__nz0x0a__heroCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 40px -15px #0006}.UserProfile-module__nz0x0a__heroStripe{background:linear-gradient(90deg, var(--accent) 0%, #f97316 50%, #a855f7 100%);height:6px}.UserProfile-module__nz0x0a__heroBody{flex-wrap:wrap;align-items:flex-start;gap:1.75rem;padding:2rem;display:flex}.UserProfile-module__nz0x0a__avatarRing{border:3px solid #fbbf244d;border-radius:50%;flex-shrink:0;width:88px;height:88px;transition:border-color .3s,box-shadow .3s;overflow:hidden;box-shadow:0 0 0 6px #fbbf240d,0 8px 24px #0000004d}.UserProfile-module__nz0x0a__avatarRing:hover{border-color:var(--accent);box-shadow:0 0 0 6px #fbbf241a,0 8px 30px #fbbf2433}.UserProfile-module__nz0x0a__avatarImg{object-fit:cover;width:100%;height:100%}.UserProfile-module__nz0x0a__avatarFallback{background:linear-gradient(135deg, var(--accent) 0%, #d97706 100%);color:#09090b;justify-content:center;align-items:center;width:100%;height:100%;font-size:2.25rem;font-weight:800;display:flex}.UserProfile-module__nz0x0a__heroInfo{flex-direction:column;flex:220px;gap:.5rem;display:flex}.UserProfile-module__nz0x0a__nameRow{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.UserProfile-module__nz0x0a__displayName{letter-spacing:-.025em;background:linear-gradient(90deg,#fff 0%,#cbd5e1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.7rem;font-weight:800}.UserProfile-module__nz0x0a__ownBadge{color:var(--accent);letter-spacing:.05em;text-transform:uppercase;background:#fbbf241f;border:1px solid #fbbf244d;border-radius:999px;align-items:center;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.UserProfile-module__nz0x0a__handleLine{align-items:center;gap:.15rem;margin:0;display:flex}.UserProfile-module__nz0x0a__atSymbol{color:var(--accent);font-size:1.05rem;font-weight:800}.UserProfile-module__nz0x0a__handleText{color:var(--accent);letter-spacing:.01em;font-size:1.05rem;font-weight:700}.UserProfile-module__nz0x0a__chipRow{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.UserProfile-module__nz0x0a__chip{color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.UserProfile-module__nz0x0a__heroActions{flex-direction:column;flex-shrink:0;align-items:stretch;gap:.65rem;min-width:140px;display:flex}.UserProfile-module__nz0x0a__btnEdit{border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;gap:.45rem;padding:.65rem 1.1rem;font-size:.83rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.UserProfile-module__nz0x0a__btnEdit:hover{background:#ffffff14;border-color:#ffffff26}.UserProfile-module__nz0x0a__btnShare{border-radius:var(--radius-sm);color:var(--accent);cursor:pointer;font-size:.83rem;font-weight:700;font-family:var(--font-sans);background:#fbbf2414;border:1px solid #fbbf2440;justify-content:center;align-items:center;gap:.45rem;padding:.65rem 1.1rem;transition:all .2s;display:inline-flex}.UserProfile-module__nz0x0a__btnShare:hover{background:#fbbf2424}.UserProfile-module__nz0x0a__btnShareCopied{color:#22c55e!important;background:#22c55e14!important;border-color:#22c55e4d!important}.UserProfile-module__nz0x0a__statsRow{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.UserProfile-module__nz0x0a__statCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.85rem;padding:1.25rem 1rem;transition:all .25s;display:flex}.UserProfile-module__nz0x0a__statCard:hover{border-color:#fbbf2433;transform:translateY(-2px)}.UserProfile-module__nz0x0a__statIcon{background:#fbbf2412;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.UserProfile-module__nz0x0a__statValue{color:var(--text-primary);font-size:1.15rem;font-weight:800;line-height:1}.UserProfile-module__nz0x0a__statLabel{color:var(--text-secondary);margin-top:.25rem;font-size:.73rem;font-weight:600}.UserProfile-module__nz0x0a__comingSoonCard{background:var(--card-bg);border-radius:var(--radius-lg);text-align:center;border:1px dashed #fbbf2433;flex-direction:column;align-items:center;gap:.85rem;padding:3rem 2rem;display:flex}.UserProfile-module__nz0x0a__comingSoonIcon{background:#fbbf2412;border:1px solid #fbbf2426;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.25rem;display:flex}.UserProfile-module__nz0x0a__comingSoonTitle{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:800}.UserProfile-module__nz0x0a__comingSoonDesc{color:var(--text-secondary);max-width:420px;margin:0;font-size:.9rem;line-height:1.65}.UserProfile-module__nz0x0a__comingSoonBadge{color:#c084fc;letter-spacing:.03em;background:#a855f714;border:1px solid #a855f733;border-radius:999px;margin-top:.5rem;padding:.35rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.UserProfile-module__nz0x0a__shareCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.UserProfile-module__nz0x0a__shareCardLeft{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.UserProfile-module__nz0x0a__shareCardLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:700}.UserProfile-module__nz0x0a__shareCardUrl{color:var(--text-primary);word-break:break-all;overflow-wrap:anywhere;font-family:monospace;font-size:.85rem;font-weight:600}.UserProfile-module__nz0x0a__btnShareSmall{border-radius:var(--radius-sm);color:var(--accent);cursor:pointer;font-size:.8rem;font-weight:700;font-family:var(--font-sans);white-space:nowrap;background:#fbbf2414;border:1px solid #fbbf2440;align-items:center;gap:.4rem;padding:.5rem 1.1rem;transition:all .2s;display:inline-flex}.UserProfile-module__nz0x0a__btnShareSmall:hover{background:#fbbf2424}.UserProfile-module__nz0x0a__btnShareSmallCopied{color:#22c55e!important;background:#22c55e14!important;border-color:#22c55e4d!important}@media (max-width:600px){.UserProfile-module__nz0x0a__heroBody{text-align:center;flex-direction:column;align-items:center;gap:1.25rem}.UserProfile-module__nz0x0a__nameRow,.UserProfile-module__nz0x0a__chipRow,.UserProfile-module__nz0x0a__handleLine{justify-content:center}.UserProfile-module__nz0x0a__heroActions{width:100%;min-width:unset;flex-direction:row}.UserProfile-module__nz0x0a__btnEdit,.UserProfile-module__nz0x0a__btnShare{flex:1}.UserProfile-module__nz0x0a__statsRow{grid-template-columns:1fr}.UserProfile-module__nz0x0a__displayName{font-size:1.4rem}}@media (max-width:400px){.UserProfile-module__nz0x0a__container{padding:1.5rem .75rem 3rem}.UserProfile-module__nz0x0a__heroBody{padding:1.5rem 1rem}.UserProfile-module__nz0x0a__heroActions{flex-direction:column}.UserProfile-module__nz0x0a__btnEdit,.UserProfile-module__nz0x0a__btnShare{width:100%}}.UserProfile-module__nz0x0a__adminBadge{color:#c084fc;letter-spacing:.05em;text-transform:uppercase;background:#a855f71f;border:1px solid #a855f74d;border-radius:999px;align-items:center;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.UserProfile-module__nz0x0a__notesSection{flex-direction:column;gap:1.25rem;display:flex}.UserProfile-module__nz0x0a__sectionHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;padding-bottom:.75rem;display:flex}.UserProfile-module__nz0x0a__sectionTitle{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.15rem;font-weight:800}.UserProfile-module__nz0x0a__notesCount{color:var(--accent);font-size:.8rem;font-weight:700}.UserProfile-module__nz0x0a__notesGrid{grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:1.5rem;display:grid}.UserProfile-module__nz0x0a__noteCardItem{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-direction:column;gap:1rem;padding:1.5rem;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.UserProfile-module__nz0x0a__noteCardItem:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 10px 20px -10px #fbbf2433}.UserProfile-module__nz0x0a__noteHeader{flex-direction:column;gap:.25rem;display:flex}.UserProfile-module__nz0x0a__noteTitle{color:var(--text-primary);margin:0;font-size:1.05rem;font-weight:700;line-height:1.35;transition:color .2s}.UserProfile-module__nz0x0a__noteCardItem:hover .UserProfile-module__nz0x0a__noteTitle{color:var(--accent)}.UserProfile-module__nz0x0a__badgeRowItem{flex-wrap:wrap;gap:.4rem;display:flex}.UserProfile-module__nz0x0a__tagBranchItem{background-color:var(--accent-light);color:var(--accent);border:1px solid #fbbf2426;border-radius:4px;padding:.15rem .45rem;font-size:.72rem;font-weight:700}.UserProfile-module__nz0x0a__badgeSemesterItem{color:var(--text-secondary);border:1px solid var(--border);background-color:#ffffff0a;border-radius:4px;padding:.15rem .45rem;font-size:.72rem;font-weight:600}.UserProfile-module__nz0x0a__badgePaidItem{color:#f59e0b;background-color:#f59e0b1f;border:1px solid #f59e0b33;border-radius:4px;padding:.15rem .45rem;font-size:.72rem;font-weight:700}.UserProfile-module__nz0x0a__badgeFreeItem{color:#22c55e;background-color:#22c55e1f;border:1px solid #22c55e33;border-radius:4px;padding:.15rem .45rem;font-size:.72rem;font-weight:700}.UserProfile-module__nz0x0a__noteDesc{color:var(--text-secondary);flex-grow:1;margin:0;font-size:.85rem;line-height:1.5}.UserProfile-module__nz0x0a__noteFooter{align-items:center;margin-top:.25rem;display:flex}.UserProfile-module__nz0x0a__learnMore{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;transition:color .2s;display:inline-flex}.UserProfile-module__nz0x0a__noteCardItem:hover .UserProfile-module__nz0x0a__learnMore{color:var(--accent)}.UserProfile-module__nz0x0a__learnMoreArrow{transition:transform .2s}.UserProfile-module__nz0x0a__noteCardItem:hover .UserProfile-module__nz0x0a__learnMoreArrow{transform:translate(3px)}.UserProfile-module__nz0x0a__viewAllWrapper{justify-content:center;margin-top:1.5rem;display:flex}.UserProfile-module__nz0x0a__btnViewAll{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);cursor:pointer;background:#ffffff05;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.UserProfile-module__nz0x0a__btnViewAll:hover{border-color:var(--accent);color:var(--accent);background:#fbbf2414;transform:translateY(-1px)}.UserProfile-module__nz0x0a__btnViewAll svg{transition:transform .2s}.UserProfile-module__nz0x0a__btnViewAll:hover svg{transform:translate(3px)}
