:root{--primary:#0d9488;--primary-hover:#0f766e;--primary-light:#ccfbf1;--primary-glow:#0d948840;--secondary:#6366f1;--secondary-hover:#4f46e5;--secondary-light:#e0e7ff;--accent:#f59e0b;--accent-hover:#d97706;--accent-light:#fef3c7;--success:#10b981;--success-light:#d1fae5;--warning:#f59e0b;--warning-light:#fef3c7;--danger:#ef4444;--danger-hover:#dc2626;--danger-light:#fee2e2;--info:#3b82f6;--info-light:#dbeafe;--bg-app:#f8fafc;--bg-surface:#fff;--bg-surface-elevated:#fff;--bg-muted:#f1f5f9;--bg-subtle:#f8fafc;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--text-inverse:#fff;--border-subtle:#e2e8f0;--border-strong:#cbd5e1;--border-focus:#0d9488;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000000a;--shadow-card-hover:0 14px 28px #0f172a17, 0 6px 10px #0f172a0a;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--max-width:1240px;--navbar-height:72px;--mobile-nav-height:64px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.25s cubic-bezier(.4, 0, .2, 1);--transition-smooth:.35s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{color:var(--text-primary);background-color:var(--bg-app);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{flex-direction:column;min-height:100vh;line-height:1.5;display:flex;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}.main-content{flex:1;padding-bottom:5rem}.heading-hero{letter-spacing:-.025em;color:var(--text-primary);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.15}.heading-section{letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.heading-card{letter-spacing:-.01em;font-size:1.125rem;font-weight:600;line-height:1.35}.text-lead{color:var(--text-secondary);font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.6}.btn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 2px 4px #0d948833}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:0 4px 10px var(--primary-glow);transform:translateY(-1px)}.btn-secondary{background-color:var(--secondary);color:#fff}.btn-secondary:hover{background-color:var(--secondary-hover);transform:translateY(-1px)}.btn-outline{color:var(--text-primary);border-color:var(--border-strong);background-color:#0000}.btn-outline:hover{background-color:var(--bg-muted);border-color:var(--text-secondary)}.btn-ghost{color:var(--text-secondary);background-color:#0000}.btn-ghost:hover{background-color:var(--bg-muted);color:var(--text-primary)}.btn-danger{background-color:var(--danger);color:#fff}.btn-danger:hover{background-color:var(--danger-hover)}.btn-sell{color:#fff;border-radius:var(--radius-full);background:linear-gradient(135deg,#0d9488 0%,#059669 100%);border:1px solid #fff3;padding:.625rem 1.35rem;font-weight:700;box-shadow:0 4px 12px #0d948859}.btn-sell:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 6px 18px #0d948873}.btn-icon{border-radius:var(--radius-md);padding:.625rem}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn-lg{border-radius:var(--radius-lg);padding:.875rem 1.75rem;font-size:1.0625rem}.card{background-color:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);overflow:hidden}.card-interactive:hover{box-shadow:var(--shadow-card-hover);border-color:#0d948840;transform:translateY(-4px)}.form-group{text-align:left;flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-label{color:var(--text-primary);justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600;display:flex}.form-input,.form-select,.form-textarea{border-radius:var(--radius-md);border:1px solid var(--border-strong);background-color:var(--bg-surface);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);padding:.75rem 1rem;font-size:.9375rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow);outline:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-muted)}.form-hint{color:var(--text-secondary);font-size:.75rem}.form-error{color:var(--danger);font-size:.8125rem;font-weight:500}.badge{border-radius:var(--radius-full);text-transform:capitalize;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-new{background-color:var(--primary-light);color:var(--primary)}.badge-like-new{background-color:var(--secondary-light);color:var(--secondary)}.badge-good{background-color:var(--accent-light);color:var(--accent-hover)}.badge-used{background-color:var(--bg-muted);color:var(--text-secondary)}.badge-sold{color:#64748b;background-color:#f1f5f9;text-decoration:line-through}.badge-verified{color:#059669;background-color:#d1fae5;border:1px solid #05966933}.grid-listings{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.grid-categories{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1rem;display:grid}@media (width<=640px){.grid-listings{grid-template-columns:repeat(2,1fr);gap:.875rem}.grid-categories{grid-template-columns:repeat(3,1fr);gap:.625rem}}@media (width<=440px){.grid-listings{grid-template-columns:1fr}}.skeleton{border-radius:var(--radius-md);background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;max-width:calc(100vw - 3rem);display:flex;position:fixed;bottom:1.5rem;right:1.5rem}@media (width<=480px){.toast-container{max-width:calc(100vw - 2rem);bottom:1rem;left:1rem;right:1rem}}.toast{pointer-events:auto;border-radius:var(--radius-md);color:#fff;width:100%;min-width:min(100%,280px);max-width:420px;box-shadow:var(--shadow-xl);background-color:#1e293b;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.875rem;animation:.3s ease-out slideInUp;display:flex}.toast-success{border-left:4px solid var(--success)}.toast-error{border-left:4px solid var(--danger)}.toast-info{border-left:4px solid var(--info)}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9000;background-color:#0f172a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background-color:var(--bg-surface);border-radius:var(--radius-xl);width:100%;max-width:540px;box-shadow:var(--shadow-xl);border:1px solid var(--border-subtle);animation:.25s cubic-bezier(.16,1,.3,1) modalPop;overflow:hidden}@keyframes modalPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes chatPickerFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width>=768px){.mobile-only-nav,.mobile-search-row,.mobile-menu-drawer,.chat-back-mobile{display:none!important}}@media (width<=767px){.desktop-only-nav{display:none!important}.search-layout{grid-template-columns:1fr!important;gap:1.25rem!important}.search-sidebar-hidden-mobile{display:none!important}.chat-layout{grid-template-columns:1fr!important;height:85vh!important}.chat-sidebar-hidden-mobile,.chat-main-hidden-mobile{display:none!important}.hero-grid{grid-template-columns:1fr!important;gap:2rem!important}.product-detail-grid{grid-template-columns:1fr!important;gap:1.75rem!important}.safety-banner-card{grid-template-columns:1fr!important;gap:1.5rem!important;padding:1.25rem!important}}@media (width<=400px){.container{padding-left:.875rem!important;padding-right:.875rem!important}.btn-lg{padding:.75rem 1.25rem!important;font-size:.9375rem!important}}.profile-container{max-width:1200px;margin:0 auto;padding:1.5rem 1.25rem 4rem}.profile-hero-card{background:var(--bg-surface,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:20px;margin-bottom:1.5rem;position:relative;overflow:hidden;box-shadow:0 4px 20px -2px #0f172a0f}.profile-banner{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:flex-end;align-items:flex-start;height:160px;padding:1.25rem 2rem;display:flex;position:relative}.profile-banner-overlay{background:linear-gradient(135deg,#0f172a73 0%,#064e3b99 100%);position:absolute;inset:0}.profile-banner-text{z-index:2;text-align:right;color:#fff;-webkit-user-select:none;user-select:none;position:relative}.profile-banner-quote{letter-spacing:.02em;text-shadow:0 2px 4px #0006;font-family:Caveat,Dancing Script,Segoe Script,cursive,sans-serif;font-size:1.625rem;font-weight:700;line-height:1.2}.profile-banner-quote-sub{display:inline-block;position:relative}.profile-banner-quote-sub:after{content:"";background:#10b981;border-radius:2px;width:100%;height:3px;position:absolute;bottom:-3px;left:0}.profile-banner-tags{letter-spacing:.12em;opacity:.9;text-transform:uppercase;text-shadow:0 1px 2px #00000080;margin-top:.35rem;font-size:.75rem;font-weight:500}.profile-hero-body{justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:0 2rem 1.75rem;display:flex;position:relative}.profile-hero-left{flex:1;align-items:flex-start;gap:1.75rem;display:flex}.profile-avatar-wrapper{z-index:3;flex-shrink:0;margin-top:-60px;position:relative}.profile-avatar-img{object-fit:cover;background-color:#f1f5f9;border:4px solid #fff;border-radius:50%;width:124px;height:124px;box-shadow:0 8px 16px -2px #0f172a1f}.profile-avatar-camera-btn{color:#fff;cursor:pointer;background:#059669;border:2.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 2px 6px #0003}.profile-avatar-camera-btn:hover{background:#047857;transform:scale(1.08)}.profile-user-info{flex:1;padding-top:.75rem}.profile-name-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.profile-name{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.625rem;font-weight:800}.profile-verified-badge{color:#059669;letter-spacing:.01em;background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.profile-unverified-badge{color:#b45309;background-color:#fef3c7;border:1px solid #fde68a;border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.profile-meta-row{color:#64748b;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-bottom:.5rem;font-size:.845rem;display:flex}.profile-meta-item{align-items:center;gap:.4rem;display:inline-flex}.profile-meta-item svg{color:#64748b}.profile-student-tags{color:#94a3b8;font-size:.8125rem;font-weight:500}.profile-edit-btn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.55rem 1.15rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 1px 2px #0000000a}.profile-edit-btn:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.profile-stats-grid{grid-template-columns:repeat(4,1fr);gap:1.15rem;margin-bottom:1.75rem;display:grid}@media (width<=1024px){.profile-stats-grid{grid-template-columns:repeat(2,1fr)}}.profile-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:1rem;padding:1.15rem 1.25rem;transition:all .2s;display:flex;box-shadow:0 2px 8px -1px #0f172a0a}.profile-stat-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px -1px #0f172a14}.profile-stat-icon-box{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.profile-stat-icon-green{color:#059669;background-color:#ecfdf5}.profile-stat-icon-teal{color:#16a34a;background-color:#f0fdf4}.profile-stat-icon-amber{color:#d97706;background-color:#fffbeb}.profile-stat-icon-pink{color:#ef4444;background-color:#fef2f2}.profile-stat-value{color:#0f172a;font-size:1.375rem;font-weight:800;line-height:1.2}.profile-stat-label{color:#64748b;margin-top:.1rem;font-size:.8125rem;font-weight:500}.profile-main-grid{grid-template-columns:320px 1fr;align-items:start;gap:1.5rem;display:grid}.profile-left-col{flex-direction:column;gap:1.5rem;display:flex}.profile-side-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.35rem 1.5rem;box-shadow:0 2px 8px -1px #0f172a0a}.profile-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.profile-card-title{color:#0f172a;margin:0;font-size:1.05rem;font-weight:700}.profile-card-edit-icon{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex}.profile-card-edit-icon:hover{color:#059669}.profile-bio-text{color:#475569;margin-bottom:1.25rem;font-size:.875rem;line-height:1.55}.profile-details-list{border-top:1px solid #f1f5f9;flex-direction:column;gap:.85rem;padding-top:1rem;display:flex}.profile-detail-item{align-items:flex-start;gap:.75rem;display:flex}.profile-detail-icon{color:#64748b;flex-shrink:0;margin-top:2px}.profile-detail-content{flex-direction:column;display:flex}.profile-detail-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:500}.profile-detail-value{color:#1e293b;font-size:.875rem;font-weight:600}.profile-pref-subtitle{color:#64748b;margin-bottom:1rem;font-size:.8125rem}.profile-pref-row{justify-content:space-between;align-items:center;padding:.65rem 0;display:flex}.profile-pref-label{color:#334155;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.profile-toggle{width:42px;height:24px;display:inline-block;position:relative}.profile-toggle input{opacity:0;width:0;height:0}.profile-toggle-slider{cursor:pointer;background-color:#cbd5e1;border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.profile-toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:3px;left:3px;box-shadow:0 1px 3px #00000026}.profile-toggle input:checked+.profile-toggle-slider{background-color:#059669}.profile-toggle input:checked+.profile-toggle-slider:before{transform:translate(18px)}.profile-listings-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 2px 8px -1px #0f172a0a}.profile-tabs-header{border-bottom:1.5px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.profile-tabs-nav{gap:1.5rem;display:flex}.profile-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:.75rem .25rem;font-size:.9375rem;font-weight:600;transition:color .15s;position:relative}.profile-tab-btn:hover{color:#0f172a}.profile-tab-btn.active{color:#059669;font-weight:700}.profile-tab-btn.active:after{content:"";background-color:#059669;border-radius:3px 3px 0 0;width:100%;height:3px;position:absolute;bottom:-1.5px;left:0}.profile-view-all-link{color:#059669;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;transition:gap .2s;display:inline-flex}.profile-view-all-link:hover{color:#047857;gap:.4rem}.profile-listings-grid{grid-template-columns:repeat(3,1fr);gap:1.15rem;display:grid}.profile-listing-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.profile-listing-item:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 16px -2px #0f172a14}.profile-listing-img-container{background:#f1f5f9;height:140px;position:relative;overflow:hidden}.profile-listing-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.profile-listing-item:hover .profile-listing-img{transform:scale(1.04)}.profile-listing-status-badge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.6875rem;font-weight:700;display:inline-flex;position:absolute;top:8px;right:8px}.profile-listing-status-badge.sold{color:#64748b;background:#f1f5f9;border-color:#cbd5e1}.profile-listing-content{flex-direction:column;flex:1;padding:.85rem .95rem;display:flex}.profile-listing-title-row{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.25rem;display:flex}.profile-listing-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:.875rem;font-weight:700;line-height:1.35;overflow:hidden}.profile-listing-price{color:#059669;margin-bottom:.45rem;font-size:1.05rem;font-weight:800}.profile-listing-meta-row{color:#64748b;align-items:center;gap:.35rem;margin-bottom:.55rem;font-size:.75rem;display:flex}.profile-listing-footer{color:#94a3b8;border-top:1px solid #f8fafc;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;font-size:.725rem;display:flex}.profile-listing-location{align-items:center;gap:.25rem;display:inline-flex}.profile-listing-counts{align-items:center;gap:.5rem;display:inline-flex}.profile-listing-count-item{align-items:center;gap:.2rem;display:inline-flex}.profile-listing-menu-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px 4px;transition:all .15s;display:flex}.profile-listing-menu-btn:hover{color:#0f172a;background:#f1f5f9}.profile-listing-menu-dropdown{z-index:20;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:140px;padding:.35rem 0;position:absolute;top:36px;right:8px;box-shadow:0 8px 20px -4px #0f172a1f}.profile-listing-menu-action{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.5rem .85rem;font-size:.785rem;font-weight:500;transition:background .15s;display:flex}.profile-listing-menu-action:hover{color:#059669;background:#f8fafc}.profile-listing-menu-action.danger:hover{color:#ef4444;background:#fef2f2}.profile-modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;background-color:#0f172a99;justify-content:center;align-items:center;padding:1.25rem;animation:.2s ease-out modalFadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.profile-modal-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;width:100%;max-width:460px;max-height:calc(100vh - 3rem);margin:auto;animation:.25s cubic-bezier(.16,1,.3,1) modalScaleUp;display:flex;position:relative;box-shadow:0 24px 48px -12px #0f172a40}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.profile-modal-header{border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.15rem 1.5rem;display:flex}.profile-modal-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:700}.profile-modal-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.profile-modal-close-btn:hover{color:#0f172a;background:#f1f5f9}.profile-modal-body{flex:1;padding:1.5rem;overflow-y:auto}.profile-modal-avatar-section{flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.profile-modal-avatar-wrapper{cursor:pointer;border-radius:50%;width:96px;height:96px;position:relative}.profile-modal-avatar-img{object-fit:cover;background-color:#f1f5f9;border:3px solid #e2e8f0;border-radius:50%;width:96px;height:96px;box-shadow:0 4px 12px #00000014}.profile-modal-avatar-badge{color:#fff;background:#059669;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 6px #0003}.profile-modal-avatar-hint{color:#64748b;cursor:pointer;margin-top:.5rem;font-size:.75rem}.profile-modal-avatar-hint:hover{color:#059669;text-decoration:underline}.profile-form-group{margin-bottom:1.15rem}.profile-form-label{color:#334155;margin-bottom:.4rem;font-size:.8125rem;font-weight:600;display:block}.profile-form-input,.profile-form-textarea{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.65rem .85rem;font-size:.875rem;transition:all .15s}.profile-form-input:focus,.profile-form-textarea:focus{border-color:#059669;outline:none;box-shadow:0 0 0 3px #0596691f}.profile-modal-actions{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.profile-modal-cancel-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .15s}.profile-modal-cancel-btn:hover{color:#0f172a;background:#f8fafc}.profile-modal-save-btn{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;padding:.65rem 1.35rem;font-size:.875rem;font-weight:600;transition:all .2s;box-shadow:0 2px 6px #05966940}.profile-modal-save-btn:hover{background:#047857;transform:translateY(-1px)}.profile-modal-save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (width<=1024px){.profile-main-grid{grid-template-columns:280px 1fr}.profile-listings-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.profile-container{padding:1rem .75rem 3.5rem}.profile-hero-body{flex-direction:column;padding:0 1.25rem 1.5rem}.profile-hero-left{text-align:center;flex-direction:column;align-items:center;gap:.75rem;width:100%}.profile-avatar-wrapper{margin-top:-50px}.profile-name-row{justify-content:center}.profile-meta-row{justify-content:center;gap:.75rem}.profile-edit-btn{justify-content:center;align-self:center;width:100%}.profile-stats-grid{grid-template-columns:1fr;gap:.75rem}.profile-main-grid,.profile-listings-grid{grid-template-columns:1fr}.profile-banner{height:130px;padding:1rem}.profile-banner-quote{font-size:1.25rem}}@media (width<=480px){.profile-tabs-nav{gap:.75rem}.profile-tab-btn{font-size:.8125rem}.profile-modal-card{border-radius:16px}}
