/* DjimanBo profile pages - compact final */
.profile-shell,.profile-public-page{display:grid;gap:18px;min-width:0}.profile-public-page{max-width:1180px;margin:0 auto;padding:28px 18px 60px}.profile-hero-card,.profile-card,.profile-edit-card,.profile-empty{border:1px solid rgba(15,84,140,.10);border-radius:28px;background:#fff;box-shadow:0 20px 46px rgba(0,61,89,.075);box-sizing:border-box}.profile-hero-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px}.profile-identity{min-width:0;display:flex;align-items:center;gap:20px}.profile-avatar{width:58px;height:58px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:22px;background:linear-gradient(135deg,#005164,#006e64);color:#fff;font-weight:950;letter-spacing:.04em;object-fit:cover}.profile-avatar.xl{width:104px;height:104px;border-radius:32px;font-size:1.75rem;box-shadow:0 18px 38px rgba(0,81,100,.18)}.profile-kicker,.profile-card header span,.profile-edit-head span{display:block;margin-bottom:5px;color:#0f548c;font-size:.74rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.profile-identity h1,.profile-identity h2,.profile-edit-head h2,.profile-card h3{margin:0;color:#172033;font-weight:950;letter-spacing:-.03em}.profile-identity h1{font-size:clamp(2rem,4vw,3.5rem)}.profile-identity h2,.profile-edit-head h2{font-size:clamp(1.5rem,2.2vw,2.2rem)}.profile-identity p,.profile-edit-head p,.profile-muted{margin:8px 0 0;color:#64748b;font-size:.96rem;font-weight:620;line-height:1.6}.profile-chip-row,.profile-actions,.profile-tags{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:14px}.profile-chip-row span,.profile-tags span{min-height:30px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border-radius:999px;background:#eef7fb;color:#00405f;font-size:.78rem;font-weight:850}.profile-chip-row span.ok{background:#dcfce7;color:#166534}.profile-actions{justify-content:flex-end;margin-top:0}.profile-stats-grid,.profile-grid,.profile-public-grid{display:grid;gap:16px}.profile-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-grid,.profile-public-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-stats-grid article{padding:20px;border:1px solid rgba(15,84,140,.10);border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(0,61,89,.055)}.profile-stats-grid span{color:#64748b;font-size:.82rem;font-weight:850}.profile-stats-grid strong{display:block;margin-top:8px;color:#003d59;font-size:1.9rem;font-weight:950}.profile-card,.profile-edit-card{padding:24px}.profile-info-list{display:grid;gap:12px;margin:18px 0 0}.profile-info-list div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(15,84,140,.08)}.profile-info-list dt{color:#64748b;font-size:.82rem;font-weight:850}.profile-info-list dd{min-width:0;margin:0;color:#172033;font-weight:850;overflow-wrap:anywhere}.profile-status-list{display:grid;gap:10px;margin-top:18px}.profile-status-list span{min-height:42px;display:flex;align-items:center;gap:10px;padding:0 13px;border-radius:15px;background:#f8fafc;color:#64748b;font-weight:850}.profile-status-list span.active{background:#e7f6f2;color:#005164}.profile-gallery-preview,.profile-gallery-grid,.profile-review-grid{display:grid;gap:12px;margin-top:18px}.profile-gallery-preview{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-gallery-preview.large{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-gallery-preview img,.profile-gallery-tile img{width:100%;aspect-ratio:1.1;border-radius:18px;object-fit:cover;background:#eef4f7}.profile-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-gallery-tile{overflow:hidden;border:1px solid rgba(15,84,140,.10);border-radius:20px;background:#fff}.profile-gallery-tile footer{padding:10px 12px;color:#64748b;font-size:.82rem;font-weight:750}.profile-card-link{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#0f548c;font-weight:900;text-decoration:none}.profile-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-review-mini{display:grid;gap:10px;margin-top:18px}.profile-review-grid blockquote,.profile-review-mini blockquote{margin:0;padding:16px;border:1px solid rgba(15,84,140,.10);border-radius:20px;background:#fbfdff}.profile-review-grid strong,.profile-review-mini strong{color:#005164;font-size:.95rem;font-weight:950}.profile-review-grid p,.profile-review-mini p{margin:8px 0;color:#475569;line-height:1.55}.profile-review-grid footer{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#64748b;font-size:.78rem;font-weight:820}.profile-edit-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.profile-photo-edit{display:flex;align-items:center;gap:18px;margin-bottom:22px}.profile-upload-btn{position:relative;min-height:44px;display:inline-flex;align-items:center;gap:9px;padding:0 16px;border-radius:999px;background:#005164;color:#fff;font-size:.86rem;font-weight:900;cursor:pointer;overflow:hidden}.profile-upload-btn input{position:absolute;inset:0;opacity:0;cursor:pointer}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-form-grid label{display:grid;gap:7px;color:#344054;font-size:.82rem;font-weight:850}.profile-form-grid input,.profile-form-grid textarea,.profile-gallery-upload input{width:100%;min-height:44px;padding:0 13px;border:1px solid rgba(15,84,140,.14);border-radius:15px;background:#fff;color:#172033;font-size:.9rem;font-weight:650;box-sizing:border-box;outline:none}.profile-form-grid textarea{padding-top:12px;resize:vertical}.profile-form-grid input:focus,.profile-form-grid textarea:focus,.profile-gallery-upload input:focus{border-color:rgba(15,84,140,.34);box-shadow:0 0 0 4px rgba(15,84,140,.06)}.profile-form-grid .span-2{grid-column:1/-1}.profile-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.profile-gallery-upload{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-bottom:18px}.profile-rating-box{min-width:120px;padding:14px 16px;border-radius:20px;background:#eaf7f4;color:#005164;text-align:center}.profile-rating-box strong{display:block;font-size:1.5rem;font-weight:950}.profile-rating-box span{color:#64748b;font-size:.78rem;font-weight:850}.profile-empty{display:grid;place-items:center;text-align:center;padding:54px 22px}.profile-empty.compact{padding:36px 18px;box-shadow:none}.profile-empty>div{width:64px;height:64px;display:inline-grid;place-items:center;border-radius:22px;background:#eaf4f8;color:#005164;font-size:1.35rem}.profile-empty h3{margin:14px 0 4px;color:#172033;font-size:1.2rem;font-weight:950}.profile-skeleton span,.profile-input.skeleton,.profile-gallery-tile.skeleton,.profile-review-grid blockquote.skeleton{min-height:22px;border-radius:999px;background:linear-gradient(90deg,#eef3f7 0%,#f8fafc 50%,#eef3f7 100%);background-size:200% 100%;animation:profileShimmer 1.3s infinite linear}.profile-gallery-tile.skeleton{aspect-ratio:1.1;border-radius:20px}@keyframes profileShimmer{from{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:980px){.profile-hero-card,.profile-edit-head{align-items:stretch;flex-direction:column}.profile-stats-grid,.profile-grid,.profile-public-grid,.profile-gallery-grid,.profile-review-grid{grid-template-columns:1fr}.profile-actions{justify-content:flex-start}}@media(max-width:640px){.profile-identity,.profile-photo-edit{align-items:flex-start;flex-direction:column}.profile-form-grid,.profile-gallery-upload{grid-template-columns:1fr}.profile-gallery-preview,.profile-gallery-preview.large{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-info-list div{grid-template-columns:1fr;gap:4px}.profile-card,.profile-edit-card,.profile-hero-card{padding:18px;border-radius:22px}}
