:root{--cp-primary:#0f172a;--cp-primary-hover:#1e293b;--cp-accent:#3b82f6;--cp-bg:#fff;--cp-text-main:#1e293b;--cp-text-muted:#64748b;--cp-border:#e2e8f0;--cp-guide-bg:#f8fafc;--cp-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--cp-radius:12px;--cp-transition:all 0.2s ease-in-out}.dark-mode{--cp-primary:#3b82f6;--cp-primary-hover:#2563eb;--cp-accent:#60a5fa;--cp-bg:#1e293b;--cp-text-main:#f1f5f9;--cp-text-muted:#94a3b8;--cp-border:#334155;--cp-guide-bg:#0f172a;--cp-shadow:0 20px 25px -5px rgba(0,0,0,.5),0 8px 10px -6px rgba(0,0,0,.5)}#customizeProfilePopup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(15,23,42,.6);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px;opacity:0;animation:cpFadeIn .3s ease-out forwards}.customize-popup{background:var(--cp-bg);border-radius:var(--cp-radius);box-shadow:var(--cp-shadow);max-width:480px;width:100%;position:relative;overflow:hidden;border:1px solid var(--cp-border);transform:translateY(20px);animation:cpSlideUp .4s cubic-bezier(.16,1,.3,1) forwards;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.customize-popup-header{padding:32px 32px 24px;text-align:center;border-bottom:1px solid var(--cp-border)}.header-icon-wrapper{width:48px;height:48px;background:var(--cp-guide-bg);color:var(--cp-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;border:1px solid var(--cp-border)}.header-icon-wrapper svg{width:24px;height:24px}.customize-popup-header h3{margin:0;font-size:20px;font-weight:700;color:var(--cp-text-main);letter-spacing:-.02em}.customize-subtitle{margin-top:8px;font-size:14px;color:var(--cp-text-muted);font-weight:400;line-height:1.5;max-width:90%;margin-left:auto;margin-right:auto}.customize-popup-content{padding:24px 32px;color:var(--cp-text-main);line-height:1.6}.intro-text{margin:0 0 20px;font-size:15px;color:var(--cp-text-muted)}.intro-text strong{color:var(--cp-text-main);font-weight:600}.customize-guide{background:var(--cp-guide-bg);border:1px solid var(--cp-border);border-radius:8px;padding:20px;margin:20px 0}.guide-title{font-size:13px;text-transform:uppercase;letter-spacing:.05em;font-weight:700;color:var(--cp-text-muted);margin-bottom:16px}.guide-steps{margin:0;padding:0;list-style:none}.guide-steps li{display:flex;align-items:flex-start;margin-bottom:12px;font-size:14px;color:var(--cp-text-main)}.guide-steps li:last-child{margin-bottom:0}.step-number{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:var(--cp-primary);color:#fff;border-radius:50%;font-size:11px;font-weight:700;margin-right:12px;flex-shrink:0;margin-top:2px}.dark-mode .step-number{background:var(--cp-accent);color:#0f172a}.step-text strong{font-weight:600;color:var(--cp-text-main)}.helper-tip{font-size:13px;color:var(--cp-text-muted);text-align:center;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:24px}.helper-tip svg{color:var(--cp-accent)}.customize-popup-footer{padding:0 32px 32px;text-align:center}.customize-popup-btn{background:var(--cp-primary);color:#fff;border:none;padding:12px 24px;font-size:15px;font-weight:600;border-radius:6px;cursor:pointer;transition:var(--cp-transition);width:100%;letter-spacing:.02em}.customize-popup-btn:hover{background:var(--cp-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.customize-popup-btn:active{transform:translateY(0)}@keyframes cpFadeIn{0%{opacity:0}to{opacity:1}}@keyframes cpSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:480px){#customizeProfilePopup{padding:0;align-items:flex-end}.customize-popup{max-width:100%;border-radius:16px 16px 0 0;margin-bottom:0;animation:cpSlideUpMobile .3s cubic-bezier(.16,1,.3,1) forwards}.customize-popup-header{padding:24px 20px 20px}.customize-popup-content{padding:20px}.customize-popup-footer{padding:0 20px 24px}@keyframes cpSlideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.user-listings-info{text-align:center;padding:2rem 1rem;color:#6c757d}.user-listings-info i{font-size:2.5rem;color:#17a2b8;margin-bottom:1rem}.user-listings-info h5{color:#495057;margin-bottom:.75rem}.user-listings-info p{font-size:.9rem;line-height:1.6;max-width:500px;margin:0 auto}.theme-editor-card{border:1px solid #e2e6ec;border-radius:10px;padding:14px 16px;margin-bottom:12px}.theme-editor-card-title{font-weight:700;font-size:.85rem;margin-bottom:10px;color:#1c2535}.theme-editor-mode-block{margin-bottom:8px}.theme-mode-badge{display:inline-block;font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:20px;margin-bottom:6px}.theme-mode-badge.light{background:#fef3e0;color:#92600a}.theme-mode-badge.dark{background:#1f2937;color:#e2e8f0}.theme-editor-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 0;flex-wrap:wrap}.theme-editor-row label{font-size:.8rem;color:#6b7a90;font-weight:600}.theme-editor-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.theme-angle-control,.theme-color-control,.theme-number-field{display:inline-flex;align-items:center;gap:4px}.theme-color-swatch{width:26px;height:26px;border:none;border-radius:6px;cursor:pointer}.theme-alpha-slider{width:70px}.theme-number-input{width:55px;padding:2px 4px;border:1px solid #e2e6ec;border-radius:4px}.theme-number-label{font-size:.68rem;color:#6b7a90}.theme-border-editor,.theme-gradient-layer,.theme-shadow-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.theme-mini-label{font-size:.7rem;color:#6b7a90}.theme-angle-dial{width:30px;height:30px;border-radius:50%;border:2px solid #cbd5e1;position:relative;cursor:pointer}.theme-angle-needle{position:absolute;top:2px;left:50%;width:2px;height:12px;background:#2563eb;transform-origin:bottom center;margin-left:-1px}.theme-angle-number{width:45px}