/*! @license
(c) 2025–20XX c-render.net. All rights reserved.

This file is licensed solely for use in delivering c-render.net's
online services. Use is governed by the following source code policy:

The code supporting the project-sharing system, online IDE, editor, and
related platform features is proprietary and not distributed under any
Creative Commons license. You may not copy, modify, distribute, adapt,
reverse-engineer, or decompile any portion of this codebase.

Rehosting, scraping, or duplicating the online IDE or project-sharing
environment is strictly prohibited. To reference C-Render content,
please use the official project player or editor through provided links
or embeds.
*/
.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem;color:var(--text-secondary);margin:0}.checkbox-label input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{height:18px;width:18px;background-color:rgba(30,41,59,.5);border:1px solid rgba(255,255,255,.2);border-radius:4px;transition:.2s;display:flex;align-items:center;justify-content:center;font-size:12px;color:transparent}.checkbox-label input:checked~.checkmark{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.checkbox-label input:checked~.checkmark::before{content:'\f00c';font-family:'Font Awesome 6 Free';font-weight:900}.checkbox-label:hover .checkmark{border-color:rgba(59,130,246,.5);background-color:rgba(30,41,59,.7)}.toggle-switch{position:relative;display:inline-block;width:52px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#334155;transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#6366f1,#a855f7)}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(24px)}.toggle-switch input:focus+.toggle-slider{box-shadow:0 0 0 3px rgba(99,102,241,.2)}.storage-section{background:rgba(30,41,59,.5);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.storage-header{width:100%}.storage-info{display:flex;justify-content:space-between;margin-bottom:.75rem;align-items:center}.storage-label{font-weight:600;color:var(--text-primary);font-size:.95rem}.storage-stats{font-size:.9rem;color:var(--text-secondary)}.storage-bar-container{position:relative;width:100%;height:10px;background:rgba(255,255,255,.1);border-radius:5px;overflow:hidden}.storage-bar{position:absolute;top:0;left:0;height:100%;width:100%;background:0 0;z-index:1}.storage-bar-fill{position:absolute;top:0;left:0;height:100%;width:0%;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:5px;transition:width .5s,background-color .3s;z-index:2}.storage-bar-fill.warning{background:linear-gradient(90deg,#f59e0b,#f97316)}.storage-bar-fill.danger{background:linear-gradient(90deg,#ef4444,#dc2626);animation:1.5s infinite pulse}@keyframes pulse{0%,100%{opacity:.8}50%{opacity:1}}.profile-hero{text-align:center;padding:4rem 2rem 3rem;background:linear-gradient(135deg,rgba(59,130,246,.1) 0,rgba(168,85,247,.08) 100%);border-radius:0 0 40px 40px;margin-bottom:3rem;position:relative;overflow:hidden}.profile-hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 40%,rgba(59,130,246,.15) 0,transparent 60%),radial-gradient(circle at 70% 60%,rgba(168,85,247,.1) 0,transparent 60%);pointer-events:none;animation:8s ease-in-out infinite heroGlow}@keyframes heroGlow{0%,100%{opacity:.8}50%{opacity:1}}.profile-avatar-circle{width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,#3b82f6 0,#a855f7 100%);display:flex;align-items:center;justify-content:center;font-size:4.5rem;font-weight:700;color:#fff;margin:0 auto 1.5rem;border:6px solid rgba(255,255,255,.15);box-shadow:0 20px 60px rgba(59,130,246,.4),0 0 0 1px rgba(255,255,255,.1) inset;cursor:pointer;transition:.4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden;z-index:1}.profile-avatar-circle:hover{transform:scale(1.05) translateY(-5px);box-shadow:0 25px 70px rgba(59,130,246,.5),0 0 0 1px rgba(255,255,255,.2) inset}.profile-avatar-circle:hover .avatar-upload-hint{opacity:1;transform:translateY(0)}.avatar-upload-hint{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;align-items:flex-end;justify-content:center;padding-bottom:1rem;opacity:0;transform:translateY(10px);transition:.3s}.avatar-upload-hint i{font-size:1.8rem;color:#fff}.profile-name-hero{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;text-shadow:0 2px 10px rgba(0,0,0,.3);background:linear-gradient(135deg,#fff 0,#e0e7ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-email-hero{font-size:1.1rem;color:rgba(255,255,255,.7);margin:.5rem 0 1.5rem;font-weight:400}.profile-stats-mini{display:flex;gap:2rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap}.stat-mini{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:rgba(15,23,42,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:999px;font-size:.95rem;font-weight:500;color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 15px rgba(0,0,0,.2)}.stat-mini i{color:#3b82f6;font-size:.9rem}.profile-hero-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.profile-hero-actions .btn{min-width:120px;font-size:.95rem;padding:.75rem 1.5rem}.about-section{margin-bottom:2rem}.about-text{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.8);margin:0;padding:1.5rem;background:rgba(15,23,42,.5);border-radius:12px;border:1px solid rgba(255,255,255,.1)}.projects-section{margin-bottom:2rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.section-header.collapsible{cursor:pointer;transition:.3s;padding:1rem;border-radius:12px;border-bottom:none;margin-bottom:0}.section-header.collapsible:hover{background:rgba(59,130,246,.1)}.section-header h2{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:#fff;margin:0}.section-header h2 i{color:#3b82f6;font-size:1.3rem}.toggle-icon{color:rgba(255,255,255,.5);transition:transform .3s;font-size:1.2rem}.section-content{padding:1.5rem 0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.no-projects,.projects-loading{text-align:center;padding:4rem 2rem;color:rgba(255,255,255,.6);grid-column:1/-1}.no-projects i,.projects-loading i{font-size:3.5rem;margin-bottom:1rem;color:rgba(255,255,255,.3);display:block}.no-projects{display:flex;flex-direction:column;align-items:center;gap:1rem}.no-projects h3{color:#fff;margin:.5rem 0;font-size:1.5rem}.no-projects p{color:rgba(255,255,255,.6);margin:.5rem 0 1.5rem}.project-card{background:rgba(15,23,42,.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:.3s cubic-bezier(.4, 0, .2, 1);cursor:pointer}.project-card:hover{transform:translateY(-8px);border-color:rgba(59,130,246,.4);box-shadow:0 20px 50px rgba(0,0,0,.4),0 0 0 1px rgba(59,130,246,.2) inset}.project-thumbnail{width:100%;height:180px;background:linear-gradient(135deg,#1e293b 0,#334155 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.project-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.project-card:hover .project-thumbnail img{transform:scale(1.05)}.project-placeholder{font-size:3rem;color:rgba(255,255,255,.2)}.project-info{padding:1.25rem}.project-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-description{font-size:.9rem;color:rgba(255,255,255,.6);margin:0 0 1rem;line-height:1.5}.project-meta{display:flex;gap:1.5rem;font-size:.85rem;color:rgba(255,255,255,.5)}.meta-item{display:flex;align-items:center;gap:.4rem}.meta-item i{font-size:.8rem}.error-state,.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:3rem 2rem}.error-state i,.loading-state i{font-size:4rem;color:rgba(255,255,255,.3);margin-bottom:1.5rem}.loading-state i{color:#3b82f6}.error-state p,.loading-state p{font-size:1.1rem;color:rgba(255,255,255,.7);margin:.5rem 0}.error-state h2{font-size:2rem;color:#fff;margin:.5rem 0 1rem}.error-state .btn{margin-top:1.5rem}.main-content{padding-top:1rem;min-height:100vh;background:linear-gradient(135deg,#0f172a 0,#1e293b 100%);color:var(--text-primary);position:relative}.main-content::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.15) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(168,85,247,.1) 0,transparent 50%);pointer-events:none;z-index:0}.profile-container{max-width:850px;margin:1.5rem auto 2rem;padding:0 1rem;position:relative;z-index:1}.profile-header{text-align:center;padding:3rem 2rem 2rem;background:linear-gradient(135deg,rgba(59,130,246,.1) 0,rgba(168,85,247,.05) 100%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px 20px 0 0;border:1px solid rgba(255,255,255,.1);border-bottom:none;position:relative;overflow:hidden}.profile-header::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(59,130,246,.05) 0,rgba(168,85,247,.03) 100%);z-index:-1}.profile-avatar{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6 0,#a855f7 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;border:4px solid rgba(255,255,255,.1);box-shadow:0 10px 40px rgba(59,130,246,.3),0 0 0 1px rgba(255,255,255,.1) inset;transition:transform .3s,box-shadow .3s;cursor:pointer;position:relative;overflow:hidden}.profile-avatar::after{content:'\f030';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;bottom:0;right:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;font-size:2rem;opacity:0;transition:opacity .3s}.profile-avatar:hover{transform:scale(1.05);box-shadow:0 15px 50px rgba(59,130,246,.4),0 0 0 1px rgba(255,255,255,.2) inset}.profile-avatar:hover::after{opacity:1}#profileInitials{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.profile-name{font-size:1.75rem;font-weight:700;margin:.5rem 0;color:var(--text-primary)}.profile-email{font-size:1.1rem;color:var(--text-secondary);margin:.25rem 0}.profile-section{margin-bottom:0;background:rgba(15,23,42,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2rem;border:1px solid rgba(255,255,255,.1);border-top:none;transition:.3s}.profile-section:last-child{border-radius:0 0 20px 20px}.profile-section:not(:last-child){border-bottom:1px solid rgba(255,255,255,.05)}.profile-section h2{margin-top:0;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem;font-size:1.3rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem}.profile-section h2::before{content:'';width:4px;height:24px;background:linear-gradient(135deg,#3b82f6 0,#a855f7 100%);border-radius:2px}.profile-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.detail-item{background:rgba(30,41,59,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1.125rem 1.25rem;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:.3s cubic-bezier(.4, 0, .2, 1)}.detail-item:hover{background:rgba(30,41,59,.7);border-color:rgba(59,130,246,.3);box-shadow:0 8px 32px rgba(59,130,246,.15);transform:translateY(-2px)}.detail-item:last-child{margin-bottom:0}.detail-label{font-size:.8rem;color:rgba(148,163,184,.9);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.detail-value{font-size:1rem;font-weight:500;color:#f1f5f9;word-break:break-word;line-height:1.6}.value-inline{display:flex;align-items:center;gap:.5rem}.text-input{width:100%;appearance:none;background:rgba(15,23,42,.8);color:#f1f5f9;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.625rem .875rem;font-size:.95rem;line-height:1.4;transition:.3s}.text-input:focus{outline:0;border-color:#3b82f6;background:rgba(15,23,42,.95);box-shadow:0 0 0 3px rgba(59,130,246,.15),0 4px 12px rgba(59,130,246,.2)}.text-input:disabled{opacity:.6;cursor:not-allowed;background:rgba(15,23,42,.4)}.btn-icon-compact{min-width:auto;width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center}.btn-icon-compact i{font-size:.95rem}.security-info{display:flex;flex-direction:column;gap:.5rem}.activity-item{display:flex;flex-wrap:wrap;gap:.5rem}.activity-label{font-weight:500;color:var(--text-secondary);white-space:nowrap}.password-field{display:flex;align-items:center;gap:.5rem;background:var(--bg-light);padding:.5rem .75rem;border-radius:6px;border:1px solid var(--border-light);margin-bottom:.5rem}.password-text{flex:1;font-family:monospace;letter-spacing:.1em;font-size:1.1rem;color:var(--text-primary)}.password-toggle{background:0 0;border:none;color:var(--text-secondary);cursor:pointer;padding:.25rem;border-radius:4px;transition:.2s;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.password-toggle:hover{background:rgba(0,0,0,.05);color:var(--text-primary)}.password-toggle:focus{outline:0;box-shadow:0 0 0 2px var(--primary-light)}@media (max-width:768px){.profile-hero{padding:3rem 1rem 2rem;border-radius:0 0 30px 30px}.profile-avatar-circle{width:140px;height:140px;font-size:3.5rem;border-width:4px}.profile-name-hero{font-size:2rem}.profile-email-hero{font-size:1rem}.profile-stats-mini{gap:1rem;flex-direction:column;align-items:center}.stat-mini{padding:.6rem 1.2rem;font-size:.9rem}.section-header h2{font-size:1.3rem}.projects-grid{grid-template-columns:1fr;gap:1rem}.project-card{max-width:100%}.profile-container{padding:0 1rem}}@media (max-width:480px){.profile-avatar-circle{width:120px;height:120px;font-size:3rem}.profile-name-hero{font-size:1.75rem}.profile-stats-mini{font-size:.85rem}.section-header h2{font-size:1.2rem}}.status-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:.2s}.status-badge.active,.status-badge.verified{background:linear-gradient(135deg,rgba(16,185,129,.2) 0,rgba(5,150,105,.15) 100%);color:#10b981;border:1px solid rgba(16,185,129,.3);box-shadow:0 4px 12px rgba(16,185,129,.15)}.status-badge.inactive,.status-badge.unverified{background:linear-gradient(135deg,rgba(239,68,68,.2) 0,rgba(220,38,38,.15) 100%);color:#ef4444;border:1px solid rgba(239,68,68,.3);box-shadow:0 4px 12px rgba(239,68,68,.15)}.security-note{font-size:.875rem;color:var(--text-muted);margin-top:.5rem;margin-bottom:0}.two-factor-status{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}@media (max-width:480px){.activity-item{flex-direction:column;gap:.25rem}.password-field{padding:.5rem}.password-text{font-size:1rem}}.profile-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;background:rgba(15,23,42,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-top:none;border-bottom:none}.btn{padding:.625rem 1.25rem;border-radius:10px;font-weight:600;cursor:pointer;transition:.3s cubic-bezier(.4, 0, .2, 1);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.btn::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.1);transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover::before{width:300px;height:300px}.btn i{margin-right:.5rem}.btn-outline{background:rgba(30,41,59,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#f1f5f9}.btn-outline:hover{background:rgba(30,41,59,.8);border-color:rgba(59,130,246,.5);box-shadow:0 8px 24px rgba(59,130,246,.2);transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%);color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 24px rgba(59,130,246,.3)}.btn-primary:hover{background:linear-gradient(135deg,#2563eb 0,#1d4ed8 100%);box-shadow:0 12px 32px rgba(59,130,246,.4);transform:translateY(-2px)}@media (max-width:768px){.profile-container{margin:1rem;padding:1.5rem}.profile-details{grid-template-columns:1fr}.profile-actions{flex-direction:column;gap:.75rem}.btn{width:100%}}.danger-zone{margin-top:0;border:1px solid rgba(239,68,68,.3);border-radius:0 0 20px 20px;padding:2rem;background:linear-gradient(135deg,rgba(239,68,68,.08) 0,rgba(220,38,38,.05) 100%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.danger-zone h2{color:var(--danger);margin-top:0;display:flex;align-items:center;gap:.5rem}.danger-zone .btn-danger{background:linear-gradient(135deg,#ef4444 0,#dc2626 100%);border:1px solid rgba(255,255,255,.1);color:#fff;transition:.3s cubic-bezier(.4, 0, .2, 1);box-shadow:0 8px 24px rgba(239,68,68,.3)}.danger-zone .btn-danger:hover{background:linear-gradient(135deg,#dc2626 0,#b91c1c 100%);transform:translateY(-2px);box-shadow:0 12px 32px rgba(239,68,68,.4)}.delete-confirm{margin-top:1.5rem;padding:1.25rem;background-color:rgba(239,68,68,.05);border:1px dashed var(--danger);border-radius:6px}.delete-confirm p{margin:.5rem 0 1rem}.warning-text{color:var(--danger);font-weight:600;margin-bottom:1rem!important;display:flex;align-items:center;gap:.5rem}.warning-counter{margin-top:1rem;padding:.75rem;background-color:rgba(239,68,68,.1);border-radius:4px;text-align:center;font-weight:500;color:var(--danger)}#deleteConfirmInput{width:100%;padding:.75rem;margin:.5rem 0;border:1px solid var(--border-light);border-radius:4px;font-size:.95rem;transition:.2s}#deleteConfirmInput:focus{outline:0;border-color:var(--danger);box-shadow:0 0 0 2px rgba(239,68,68,.2)}.button-group{display:flex;gap:.75rem;margin-top:1rem}.button-group .btn{flex:1}.hint-text{font-size:.85rem;color:var(--text-muted);margin-top:.5rem;line-height:1.4}html{height:auto!important;overflow-y:auto!important}body.app-container{overflow-y:auto!important;overflow-x:hidden;height:auto!important;min-height:100vh;padding-top:3.5rem}.profile-footer{padding:1.5rem 2rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:.75rem;background:rgba(15,23,42,.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05);border-top:none;border-radius:0 0 20px 20px}.footer-link{color:rgba(148,163,184,.9);text-decoration:none;font-size:.875rem;display:inline-flex;align-items:center;gap:.375rem;transition:color .2s}.footer-link:hover{color:#3b82f6}.footer-link i{font-size:.8rem}.footer-separator{color:rgba(148,163,184,.4);font-size:.875rem}