.profile-root{box-sizing:border-box;background-color:#fafafa;width:100%;min-height:100vh;font-family:Sora,sans-serif}.profile-container{box-sizing:border-box;max-width:1440px;margin:0 auto;padding:0 40px}.profile-header{margin-top:40px;margin-bottom:28px}.profile-page-title{color:#111;margin:0 0 8px;font-size:32px;font-weight:700;line-height:1.2}.profile-page-desc{color:#5f5f5f;margin:0;font-size:16px;line-height:1.7}.profile-card{background:#fff;border:1px solid #eaeaea;border-radius:20px;margin-bottom:48px;padding:32px;box-shadow:0 4px 24px #0000000a}.profile-card-top{align-items:flex-start;gap:24px;margin-bottom:32px;display:flex}.profile-avatar-wrap{flex-shrink:0;position:relative}.profile-avatar{object-fit:cover;border:1px solid #eaeaea;border-radius:50%;width:100px;height:100px}.profile-avatar-placeholder{background:#e4e4e4;border:1px solid #eaeaea;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.profile-avatar-edit{cursor:pointer;background:#fff;border:1px solid #eaeaea;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .2s;display:flex;position:absolute;bottom:0;right:0}.profile-avatar-edit:hover{border-color:#f81927}.profile-info{flex-direction:column;flex:1;justify-content:center;height:100px;display:flex}.profile-name-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.profile-name{color:#111;margin:0;font-size:24px;font-weight:700}.profile-premium-badge{color:#f81927;text-transform:uppercase;background:#fff1f2;border-radius:6px;align-items:center;gap:4px;height:24px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.profile-contact-row{color:#5f5f5f;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;display:flex}.profile-location-row{color:#5f5f5f;align-items:center;gap:8px;font-size:14px;display:flex}.profile-edit-btn{color:#111;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #eaeaea;border-radius:12px;flex-shrink:0;align-items:center;gap:8px;height:44px;padding:0 20px;font-family:Sora,sans-serif;font-size:14px;font-weight:600;transition:background .2s,border-color .2s;display:flex}.profile-edit-btn:hover{background:#f5f5f5;border-color:#cfcfcf}.profile-stats-row{background:#eaeaea;border:1px solid #eaeaea;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.profile-stat-item{background:#fff;align-items:center;gap:16px;padding:24px;display:flex}.profile-stat-icon{background:#f9f9f9;border:1px solid #eaeaea;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.profile-stat-value{color:#111;margin:0 0 4px;font-size:24px;font-weight:700;line-height:1.2}.profile-stat-label{color:#5f5f5f;margin:0;font-size:13px}.profile-section{margin-bottom:56px}.profile-section-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.profile-section-heading-wrap{align-items:center;gap:12px;display:flex}.profile-section-accent{background:#f81927;border-radius:2px;flex-shrink:0;width:4px;height:24px}.profile-section-title{color:#111;margin:0;font-size:22px;font-weight:700}.profile-view-all{color:#f81927;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-family:Sora,sans-serif;font-size:14px;font-weight:600;transition:opacity .2s;display:flex}.profile-view-all:hover{opacity:.75}.profile-trips-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.profile-trip-card{cursor:pointer;background:#fff;border:1px solid #eaeaea;border-radius:16px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000a}.profile-trip-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.profile-trip-img-wrap{flex-shrink:0;width:100%;height:200px;position:relative;overflow:hidden}.profile-trip-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.profile-trip-card:hover .profile-trip-img{transform:scale(1.05)}.profile-trip-img-placeholder{color:#8a8a8a;background:#e4e4e4;justify-content:center;align-items:center;width:100%;height:100%;font-family:Sora,sans-serif;font-size:14px;font-weight:600;display:flex}.profile-trip-badge-wrap{z-index:2;position:absolute;top:12px;left:12px}.profile-trip-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:999px;align-items:center;height:24px;padding:0 10px;font-size:10px;font-weight:700;display:inline-flex}.profile-trip-badge--ongoing{color:#f81927;background:#fff0f1}.profile-trip-badge--upcoming{color:#2e7d32;background:#e8f5e9}.profile-trip-menu-btn{cursor:pointer;z-index:2;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000001a}.profile-trip-menu-btn:hover{background:#f5f5f5}.profile-trip-content{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.profile-trip-name{color:#111;margin:0;font-size:18px;font-weight:700}.profile-trip-meta-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.profile-trip-meta-item{color:#5f5f5f;align-items:center;gap:6px;font-size:13px;display:flex}.profile-trip-stats-row{align-items:center;gap:16px;margin-top:8px;display:flex}.profile-trip-stat{color:#5f5f5f;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}@media (max-width:1024px){.profile-trips-grid,.profile-stats-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.profile-container{padding:0 20px}.profile-page-title{font-size:28px}.profile-card-top{flex-direction:column}.profile-edit-btn{justify-content:center;width:100%}.profile-stats-row,.profile-trips-grid{grid-template-columns:repeat(2,1fr)}.profile-info{height:auto}}@media (max-width:480px){.profile-trips-grid{grid-template-columns:1fr}.profile-stats-row{grid-template-columns:1fr 1fr}.profile-page-title{font-size:24px}}
