.Dashboard-module__8Mmpzq__page{padding:110px 0 80px}.Dashboard-module__8Mmpzq__blur{filter:blur(6px);pointer-events:none;-webkit-user-select:none;user-select:none}.Dashboard-module__8Mmpzq__accountTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:50px;display:flex}.Dashboard-module__8Mmpzq__profile{align-items:center;gap:16px;display:flex}.Dashboard-module__8Mmpzq__profile img{border-radius:50%;width:70px;height:70px}.Dashboard-module__8Mmpzq__profile h1{font-size:1.6rem}.Dashboard-module__8Mmpzq__profile p{color:var(--text-muted);font-size:.9rem}.Dashboard-module__8Mmpzq__quickActions{flex-wrap:wrap;gap:12px;display:flex}.Dashboard-module__8Mmpzq__quickActions button{color:var(--text);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:999px;padding:10px 16px;transition:all .25s}.Dashboard-module__8Mmpzq__quickActions button:hover{border-color:var(--primary);background:#ffffff1f;transform:translateY(-2px)}html[data-theme=light] .Dashboard-module__8Mmpzq__quickActions button{background:var(--surface);border:1px solid var(--border)}.Dashboard-module__8Mmpzq__section{margin-bottom:60px}.Dashboard-module__8Mmpzq__section h2{margin-bottom:20px;font-size:1.4rem}.Dashboard-module__8Mmpzq__row{gap:20px;padding-bottom:10px;display:flex;overflow-x:auto}.Dashboard-module__8Mmpzq__card{min-width:180px;text-decoration:none}.Dashboard-module__8Mmpzq__imageWrapper{border-radius:14px;position:relative;overflow:hidden}.Dashboard-module__8Mmpzq__imageWrapper img{object-fit:cover;width:100%;height:260px}.Dashboard-module__8Mmpzq__progress{background:#ffffff26;width:100%;height:6px;position:absolute;bottom:0;left:0}.Dashboard-module__8Mmpzq__progress span{background:linear-gradient(90deg,var(--primary),var(--accent));height:100%;display:block}.Dashboard-module__8Mmpzq__card h3{color:var(--text);margin-top:8px;font-size:.9rem}.Dashboard-module__8Mmpzq__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:22px;display:grid}.Dashboard-module__8Mmpzq__gridCard{border-radius:14px;position:relative;overflow:hidden}.Dashboard-module__8Mmpzq__gridCard img{object-fit:cover;width:100%;height:260px}.Dashboard-module__8Mmpzq__gridOverlay{opacity:0;background:linear-gradient(#0000 40%,#000000d9);align-items:flex-end;padding:12px;transition:opacity .3s;display:flex;position:absolute;inset:0}.Dashboard-module__8Mmpzq__gridOverlay h4{color:#fff;font-size:.9rem}.Dashboard-module__8Mmpzq__gridCard:hover .Dashboard-module__8Mmpzq__gridOverlay{opacity:1}.Dashboard-module__8Mmpzq__modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Dashboard-module__8Mmpzq__modalContent{background:var(--surface);border-radius:18px;width:100%;max-width:650px;animation:.25s Dashboard-module__8Mmpzq__modalFade;position:relative;box-shadow:0 30px 80px #00000073}@keyframes Dashboard-module__8Mmpzq__modalFade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}html[data-theme=light] .Dashboard-module__8Mmpzq__modalContent{box-shadow:0 20px 40px #00000014}.Dashboard-module__8Mmpzq__closeBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;border:1px solid #fff3;border-radius:50%;width:38px;height:38px;font-size:18px;transition:transform .2s,background .2s;position:absolute;top:12px;right:12px}.Dashboard-module__8Mmpzq__closeBtn:hover{background:#000000d9;transform:scale(1.1)}html[data-theme=light] .Dashboard-module__8Mmpzq__closeBtn{color:#111;background:#ffffffe6;border:1px solid #0000001a}html[data-theme=light] .Dashboard-module__8Mmpzq__gridCard:hover{box-shadow:0 10px 20px #00000014}
.ManageProfile-module__mJNmWa__card{background:var(--surface);border:1px solid var(--border);border-radius:18px;max-width:700px;margin:0 auto;padding:32px;box-shadow:0 10px 30px #00000040}.ManageProfile-module__mJNmWa__title{margin-bottom:24px;font-size:1.6rem}.ManageProfile-module__mJNmWa__profileRow{align-items:center;gap:20px;margin-bottom:30px;display:flex}.ManageProfile-module__mJNmWa__avatar{object-fit:cover;border:2px solid var(--primary);border-radius:50%;width:90px;height:90px}.ManageProfile-module__mJNmWa__changePhoto{border:1px solid var(--border);background:var(--surface-solid);cursor:pointer;border-radius:999px;padding:8px 16px;transition:transform .2s}.ManageProfile-module__mJNmWa__changePhoto:hover{transform:translateY(-2px)}.ManageProfile-module__mJNmWa__form{flex-direction:column;gap:18px;display:flex}.ManageProfile-module__mJNmWa__field{flex-direction:column;gap:6px;display:flex}.ManageProfile-module__mJNmWa__field label{color:var(--text-muted);font-size:.9rem}.ManageProfile-module__mJNmWa__field input{border:1px solid var(--border);background:var(--surface-solid);color:var(--text);border-radius:10px;outline:none;padding:12px 14px}.ManageProfile-module__mJNmWa__actions{flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:10px;display:flex}.ManageProfile-module__mJNmWa__primary{background:linear-gradient(90deg,var(--primary),var(--accent));color:#fff;cursor:pointer;border:none;border-radius:999px;padding:12px 22px;font-weight:600}.ManageProfile-module__mJNmWa__secondary{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:12px 22px}html[data-theme=light] .ManageProfile-module__mJNmWa__card{box-shadow:0 8px 22px #00000014}
.BillingModal-module__nrX07W__overlay{background:var(--surface);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:3000;justify-content:center;align-items:center;padding:40px 20px;display:flex;position:fixed;inset:0}.BillingModal-module__nrX07W__modal{background:var(--surface);-webkit-backdrop-filter:blur(14px);color:var(--text);border:1px solid var(--border);border-radius:20px;width:100%;max-width:700px;max-height:calc(100vh - 80px);padding:32px;animation:.25s BillingModal-module__nrX07W__pop;position:relative;overflow-y:auto;box-shadow:0 25px 60px #00000059}.BillingModal-module__nrX07W__modal::-webkit-scrollbar{width:8px}.BillingModal-module__nrX07W__modal::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.BillingModal-module__nrX07W__closeBtn{border:1px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--text);cursor:pointer;border-radius:50%;font-size:18px;transition:transform .2s,background .2s;position:absolute;top:18px;right:18px}.BillingModal-module__nrX07W__closeBtn:hover{transform:scale(1.1)}.BillingModal-module__nrX07W__title{margin-bottom:18px;font-size:1.5rem;font-weight:700}.BillingModal-module__nrX07W__card{background:color-mix(in srgb,var(--surface)80%,transparent);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;margin-bottom:16px;padding:18px}.BillingModal-module__nrX07W__card h3{margin-bottom:6px;font-size:1rem}.BillingModal-module__nrX07W__planName{margin-bottom:4px;font-weight:600}html[data-theme=light] .BillingModal-module__nrX07W__modal{box-shadow:0 10px 30px #00000014}.BillingModal-module__nrX07W__primaryBtn{background:linear-gradient(90deg,var(--primary),var(--accent));color:#fff;cursor:pointer;border:none;border-radius:999px;margin-top:8px;padding:10px 18px;font-weight:600}.BillingModal-module__nrX07W__secondaryBtn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;margin-top:8px;padding:8px 16px}.BillingModal-module__nrX07W__historyItem{border-bottom:1px solid var(--border);justify-content:space-between;padding:8px 0;font-size:.85rem;display:flex}.BillingModal-module__nrX07W__historyItem:last-child{border-bottom:none}@keyframes BillingModal-module__nrX07W__pop{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:600px){.BillingModal-module__nrX07W__modal{border-radius:16px;padding:24px}}
