.auth-module__uh9QMa__container{background-color:hsl(var(--background));min-height:100vh;color:hsl(var(--foreground));font-family:var(--font-geist-sans), sans-serif;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.auth-module__uh9QMa__card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));width:100%;max-width:400px;box-shadow:0 8px 30px hsl(var(--foreground) / .1);border-radius:16px;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.auth-module__uh9QMa__header{text-align:center;flex-direction:column;gap:.5rem;display:flex}.auth-module__uh9QMa__title{letter-spacing:-.04em;background:linear-gradient(135deg,#ff4f00,#ff8a00);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:2rem;font-weight:800}.auth-module__uh9QMa__subtitle{color:hsl(var(--muted-foreground));margin:0;font-size:.875rem}.auth-module__uh9QMa__form{flex-direction:column;gap:1.25rem;display:flex}.auth-module__uh9QMa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.auth-module__uh9QMa__label{color:hsl(var(--foreground));font-size:.875rem;font-weight:500}.auth-module__uh9QMa__input{background-color:hsl(var(--background));border:1px solid hsl(var(--input));color:hsl(var(--foreground));border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.auth-module__uh9QMa__input:focus{border-color:hsl(var(--brand));box-shadow:0 0 0 2px hsl(var(--brand) / .2);outline:none}.auth-module__uh9QMa__submitBtn{background-color:hsl(var(--brand));color:hsl(var(--brand-foreground));cursor:pointer;border:none;border-radius:8px;padding:.75rem;font-size:.95rem;font-weight:600;transition:background-color .2s,transform .1s}.auth-module__uh9QMa__submitBtn:hover{background-color:hsl(var(--brand) / .85)}.auth-module__uh9QMa__submitBtn:active{transform:scale(.98)}.auth-module__uh9QMa__divider{text-align:center;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;align-items:center;margin:.5rem 0;font-size:.8rem;display:flex}.auth-module__uh9QMa__divider:before,.auth-module__uh9QMa__divider:after{content:"";border-bottom:1px solid hsl(var(--border));flex:1}.auth-module__uh9QMa__divider:not(:empty):before{margin-right:.75em}.auth-module__uh9QMa__divider:not(:empty):after{margin-left:.75em}.auth-module__uh9QMa__googleBtn{background-color:hsl(var(--card));color:hsl(var(--foreground));border:1px solid hsl(var(--border));cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem;font-size:.95rem;font-weight:600;transition:background-color .2s,border-color .2s;display:flex}.auth-module__uh9QMa__googleBtn:hover{background-color:hsl(var(--accent));border-color:hsl(var(--muted-foreground))}.auth-module__uh9QMa__footer{text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem}.auth-module__uh9QMa__link{color:hsl(var(--brand));font-weight:500;text-decoration:none;transition:color .2s}.auth-module__uh9QMa__link:hover{color:hsl(var(--brand) / .8);text-decoration:underline}.auth-module__uh9QMa__infoContainer{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.auth-module__uh9QMa__infoIcon{color:hsl(var(--brand));font-size:3rem}.auth-module__uh9QMa__errorAlert{background-color:hsl(var(--brand) / .1);border:1px solid hsl(var(--brand));color:hsl(var(--brand));text-align:center;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500}
.dashboard-module__Gx_nyq__container{background-color:hsl(var(--background));min-height:100vh;color:hsl(var(--foreground));font-family:var(--font-geist-sans), sans-serif;flex-direction:column;display:flex}.dashboard-module__Gx_nyq__navbar{border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--card) / .85);-webkit-backdrop-filter:blur(16px);z-index:50;justify-content:center;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.dashboard-module__Gx_nyq__navbarInner{justify-content:space-between;align-items:center;width:100%;max-width:1100px;display:flex}.dashboard-module__Gx_nyq__brand{align-items:center;gap:.75rem;display:flex}.dashboard-module__Gx_nyq__logo{background:linear-gradient(135deg,#ff4f00,#ff8a00);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;font-size:1.35rem;font-weight:800}.dashboard-module__Gx_nyq__commerceName{color:hsl(var(--muted-foreground));border-left:1px solid hsl(var(--border));text-overflow:ellipsis;white-space:nowrap;max-width:180px;padding-left:.75rem;font-size:.85rem;overflow:hidden}.dashboard-module__Gx_nyq__navActions{align-items:center;gap:1rem;display:flex}.dashboard-module__Gx_nyq__userStats{align-items:center;gap:.5rem;font-size:.8rem;display:flex}.dashboard-module__Gx_nyq__rankBadge{background-color:hsl(var(--brand) / .1);border:1px solid hsl(var(--brand) / .2);color:hsl(var(--brand));border-radius:9999px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.dashboard-module__Gx_nyq__points{color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:500}.dashboard-module__Gx_nyq__navLink{color:hsl(var(--muted-foreground));align-items:center;gap:.35rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.dashboard-module__Gx_nyq__navLink:hover{color:hsl(var(--foreground))}.dashboard-module__Gx_nyq__logoutBtn{color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));cursor:pointer;background-color:#0000;border-radius:8px;padding:.35rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s}.dashboard-module__Gx_nyq__logoutBtn:hover{border-color:hsl(var(--brand));color:hsl(var(--brand));background-color:hsl(var(--brand) / .05)}.dashboard-module__Gx_nyq__main{flex-direction:column;flex:1;gap:2rem;width:100%;max-width:1100px;margin:0 auto;padding:2.5rem 2rem;display:flex}.dashboard-module__Gx_nyq__sectionHeader{justify-content:space-between;align-items:flex-start;display:flex}.dashboard-module__Gx_nyq__title{letter-spacing:-.03em;margin:0;font-size:1.85rem;font-weight:800}.dashboard-module__Gx_nyq__subtitle{color:hsl(var(--muted-foreground));margin:.35rem 0 0;font-size:.9rem}.dashboard-module__Gx_nyq__createBtn{background-color:hsl(var(--brand));color:hsl(var(--brand-foreground));cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.dashboard-module__Gx_nyq__createBtn:hover{background-color:hsl(var(--brand) / .85);transform:translateY(-1px)}.dashboard-module__Gx_nyq__createBtn:active{transform:scale(.98)}.dashboard-module__Gx_nyq__limitInfo{background-color:hsl(var(--card));border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.85rem;display:flex}.dashboard-module__Gx_nyq__limitBarContainer{background-color:hsl(var(--border));border-radius:9999px;width:140px;height:6px;overflow:hidden}.dashboard-module__Gx_nyq__limitBar{background:linear-gradient(90deg, hsl(var(--brand)), #ff8a00);border-radius:9999px;height:100%;transition:width .4s}.dashboard-module__Gx_nyq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.dashboard-module__Gx_nyq__statCard{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:border-color .2s;display:flex}.dashboard-module__Gx_nyq__statCard:hover{border-color:hsl(var(--brand) / .4)}.dashboard-module__Gx_nyq__statIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;display:flex}.dashboard-module__Gx_nyq__statInfo{flex-direction:column;display:flex}.dashboard-module__Gx_nyq__statValue{font-size:1.35rem;font-weight:800;line-height:1.2}.dashboard-module__Gx_nyq__statLabel{color:hsl(var(--muted-foreground));font-size:.78rem}.dashboard-module__Gx_nyq__emptyState{background-color:hsl(var(--card));border:1px dashed hsl(var(--border));text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}.dashboard-module__Gx_nyq__emptyIcon{font-size:3rem;line-height:1}.dashboard-module__Gx_nyq__emptyTitle{margin:0;font-size:1.25rem;font-weight:700}.dashboard-module__Gx_nyq__emptyDesc{color:hsl(var(--muted-foreground));max-width:420px;margin:0;font-size:.9rem;line-height:1.6}.dashboard-module__Gx_nyq__catalogGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.dashboard-module__Gx_nyq__catalogCard{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:14px;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .25s;display:flex;position:relative;overflow:hidden}.dashboard-module__Gx_nyq__catalogCard:before{content:"";background:linear-gradient(90deg, hsl(var(--brand)), #ff8a00);opacity:0;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.dashboard-module__Gx_nyq__catalogCard:hover:before{opacity:1}.dashboard-module__Gx_nyq__catalogCard:hover{border-color:hsl(var(--brand) / .4);box-shadow:0 8px 30px hsl(var(--brand) / .06);transform:translateY(-2px)}.dashboard-module__Gx_nyq__catalogCardHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.dashboard-module__Gx_nyq__catalogName{color:hsl(var(--foreground));margin:0;font-size:1.1rem;font-weight:700}.dashboard-module__Gx_nyq__catalogDate{color:hsl(var(--muted-foreground));white-space:nowrap;margin-top:.2rem;font-size:.7rem}.dashboard-module__Gx_nyq__catalogSlug{color:hsl(var(--muted-foreground));word-break:break-all;align-items:center;gap:.35rem;font-size:.75rem;display:flex}.dashboard-module__Gx_nyq__slugDot{background-color:#22c373;border-radius:50%;flex-shrink:0;width:6px;height:6px}.dashboard-module__Gx_nyq__cardActions{gap:.5rem;margin-top:.25rem;display:flex}.dashboard-module__Gx_nyq__actionBtn{text-align:center;cursor:pointer;border-radius:8px;flex:1;padding:.5rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s}.dashboard-module__Gx_nyq__editBtn{background-color:hsl(var(--brand));color:hsl(var(--brand-foreground));border:none}.dashboard-module__Gx_nyq__editBtn:hover{background-color:hsl(var(--brand) / .85)}.dashboard-module__Gx_nyq__viewBtn{color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));background-color:#0000}.dashboard-module__Gx_nyq__viewBtn:hover{border-color:hsl(var(--muted-foreground));color:hsl(var(--foreground));background-color:hsl(var(--accent))}.dashboard-module__Gx_nyq__settingsLink{color:hsl(var(--muted-foreground));font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.dashboard-module__Gx_nyq__settingsLink:hover{color:hsl(var(--foreground))}.dashboard-module__Gx_nyq__backLink{color:hsl(var(--muted-foreground));align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-flex}.dashboard-module__Gx_nyq__backLink:hover{color:hsl(var(--foreground))}
