/* V72 — final unified showroom, notification and spare-parts UI. */

/* Header notifications — V74 fixed, responsive popover */
.home-notification-wrap{position:relative;display:flex;align-items:center;z-index:5200}
.home-notification-wrap .home-header-action{border:0;font:inherit;cursor:pointer}
.home-notification-wrap.is-open .home-notification-action{background:rgba(255,255,255,.28)!important;box-shadow:inset 0 0 0 2px rgba(255,255,255,.22),0 10px 24px rgba(1,34,88,.22)!important}
.home-notification-popover[hidden]{display:none!important}
.home-notification-popover{--notification-popover-left:12px;--notification-popover-top:84px;--notification-popover-width:min(390px,calc(100vw - 24px));--notification-arrow-left:32px;position:fixed;z-index:6000;top:var(--notification-popover-top);left:var(--notification-popover-left);width:var(--notification-popover-width);max-height:min(620px,calc(100dvh - var(--notification-popover-top) - 12px));overflow:hidden;border:1px solid #d8e4f1;border-radius:22px;background:#fff;color:#14233d;box-shadow:0 28px 80px rgba(8,35,76,.3),0 6px 18px rgba(8,35,76,.12);direction:rtl;text-align:right;transform-origin:var(--notification-arrow-left) 0;animation:notificationPopoverIn .16s ease-out both}
.home-notification-popover::before{content:"";position:absolute;z-index:3;top:-7px;left:calc(var(--notification-arrow-left) - 7px);width:14px;height:14px;border-top:1px solid #d8e4f1;border-left:1px solid #d8e4f1;background:#fff;transform:rotate(45deg)}
@keyframes notificationPopoverIn{from{opacity:0;transform:translateY(-7px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
.home-notification-popover__head{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:14px 15px 12px;border-bottom:1px solid #e8eef6;background:#fff}
.home-notification-popover__bell{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,#2680ed,#0a5ccb);color:#fff;box-shadow:0 8px 18px rgba(18,105,223,.2)}
.home-notification-popover__bell svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.home-notification-popover__head>div{display:grid;gap:1px;min-width:0}.home-notification-popover__head strong{font-size:18px;font-weight:1000;line-height:1.3}.home-notification-popover__head small{color:#6d7f98;font-size:11px;font-weight:850}
.home-notification-popover__head>button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:11px;background:#eef5ff;color:#1267d9;font-size:24px;font-weight:600;line-height:1;cursor:pointer}
.home-notification-popover__head>button:hover{background:#e0edff}
.home-notification-list{max-height:min(410px,calc(100dvh - var(--notification-popover-top) - 132px));overflow:auto;padding:7px;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c9d8e9 transparent}
.home-notification-item{position:relative;display:grid;width:100%;grid-template-columns:42px minmax(0,1fr) 8px;gap:10px;align-items:start;padding:11px;border:0;border-radius:15px;background:transparent;color:inherit;text-align:right;font:inherit;cursor:pointer;transition:background .15s ease,transform .15s ease,opacity .15s ease}
.home-notification-item:hover{background:#f3f7fd}.home-notification-item:active{transform:scale(.99)}.home-notification-item.is-unread{background:#edf5ff}.home-notification-item.is-loading{opacity:.58;pointer-events:none}.home-notification-item+.home-notification-item{margin-top:2px}
.home-notification-item-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#e5f0ff;color:#0965d9;font-size:17px;font-weight:1000}
.home-notification-item.is-unread .home-notification-item-icon{background:#176fe5;color:#fff;box-shadow:0 7px 16px rgba(23,111,229,.19)}
.home-notification-item-copy{display:grid;min-width:0;gap:2px}.home-notification-item-copy strong{overflow:hidden;color:#172943;font-size:13px;font-weight:1000;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.home-notification-item-copy small{display:-webkit-box;overflow:hidden;color:#64758e;font-size:11px;font-weight:750;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-notification-item-copy time{margin-top:1px;color:#8b99aa;font-size:9px;font-weight:850}
.home-notification-unread-dot{align-self:center;width:7px;height:7px;border-radius:50%;background:transparent}.home-notification-item.is-unread .home-notification-unread-dot{background:#1672e8;box-shadow:0 0 0 4px rgba(22,114,232,.1)}
.home-notification-popover__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:9px 11px;border-top:1px solid #e8eef6;background:#f8fbff}
.home-notification-popover__footer button,.home-notification-all{display:flex;align-items:center;justify-content:center;min-height:40px;padding:7px 12px;border:0;border-radius:12px;font-size:11px;font-weight:1000;text-decoration:none}
.home-notification-popover__footer button{background:#eaf2ff;color:#0b63d5;cursor:pointer}.home-notification-popover__footer button:hover{background:#dceaff}.home-notification-popover__footer button[hidden]{display:none!important}.home-notification-popover__footer button:disabled{opacity:.55;cursor:default}.home-notification-popover__footer button.is-loading{color:transparent;position:relative}.home-notification-popover__footer button.is-loading::after{content:"";position:absolute;width:16px;height:16px;border:2px solid rgba(11,99,213,.25);border-top-color:#0b63d5;border-radius:50%;animation:notificationSpin .65s linear infinite}
.home-notification-all{min-width:82px;background:#1268dc;color:#fff;box-shadow:0 7px 15px rgba(18,104,220,.16)}
.home-notification-loading,.home-notification-error{display:grid;place-items:center;align-content:center;gap:9px;width:100%;min-height:140px;padding:20px;border:0;background:transparent;color:#718199;font-size:12px;font-weight:850;text-align:center}.home-notification-loading>span{width:24px;height:24px;border:3px solid #d8e7f7;border-top-color:#1268dc;border-radius:50%;animation:notificationSpin .7s linear infinite}.home-notification-error{color:#a33b3b;cursor:pointer}.home-notification-error span{display:block;color:#7b899d;font-size:10px}
@keyframes notificationSpin{to{transform:rotate(360deg)}}
.home-notification-empty{display:grid;place-items:center;align-content:center;min-height:180px;padding:24px;text-align:center}.home-notification-empty>span{display:grid;place-items:center;width:52px;height:52px;margin-bottom:8px;border-radius:17px;background:#eaf8f1;color:#0b9a65;font-size:23px;font-weight:1000}.home-notification-empty strong{font-size:15px;font-weight:1000}.home-notification-empty small{margin-top:3px;color:#7b899d;font-size:10px;font-weight:750}
body.notification-popover-open .home-notification-popover{pointer-events:auto}

@media(max-width:700px){
  .home-notification-popover{border-radius:20px;max-height:calc(100dvh - var(--notification-popover-top) - 10px)}
  .home-notification-popover::before{display:none}
  .home-notification-list{max-height:calc(100dvh - var(--notification-popover-top) - 128px)}
  .home-notification-popover__head{grid-template-columns:38px minmax(0,1fr) 32px;padding:12px}.home-notification-popover__bell{width:38px;height:38px;border-radius:12px}.home-notification-popover__bell svg{width:21px;height:21px}.home-notification-popover__head strong{font-size:16px}.home-notification-popover__head>button{width:32px;height:32px}
  .home-notification-item{grid-template-columns:39px minmax(0,1fr) 7px;padding:10px;gap:9px}.home-notification-item-icon{width:39px;height:39px;border-radius:12px}.home-notification-item-copy strong{font-size:12px}.home-notification-item-copy small{font-size:10px}
}

/* Showroom detail profile */
.showroom-final-v72{display:grid;gap:16px!important;padding-top:14px!important}
.showroom-v72-back{justify-self:start;min-height:48px!important;padding:9px 16px!important;border-radius:16px!important;font-size:14px!important;font-weight:1000!important}
.showroom-v72-profile{overflow:hidden;border:1px solid #d7e4f2!important;border-radius:30px!important;background:#fff!important;box-shadow:0 17px 42px rgba(18,62,118,.1)!important}
.showroom-v72-cover{height:360px!important;margin:14px 14px 0!important;border-radius:24px!important;background:#eef3f8!important}
.showroom-v72-cover .showroom-detail-cover-main{padding:14px!important;object-fit:contain!important}
.showroom-v72-profile-body{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:22px!important;padding:22px 24px 25px!important}
.showroom-v72-identity{min-width:0}.showroom-v72-avatar{width:78px!important;height:78px!important;flex-basis:78px!important;border-radius:23px!important;font-size:31px!important}.showroom-v72-identity h1{font-size:clamp(28px,4vw,42px)!important;white-space:normal!important}.showroom-v72-identity p{font-size:14px!important}.showroom-v72-identity .showroom-detail-kicker{font-size:12px!important}
.showroom-v72-actions{display:grid!important;grid-template-columns:repeat(2,minmax(130px,1fr))!important;gap:10px!important;margin:0!important}.showroom-v72-actions .showroom-detail-action{min-height:54px!important;padding:10px 18px!important;border-radius:16px!important;font-size:15px!important}
.showroom-v72-owner-panel{padding:20px!important;border:1px solid #cfe0f3!important;border-radius:26px!important;background:linear-gradient(145deg,#f9fcff,#eef5ff)!important;box-shadow:0 12px 34px rgba(18,62,118,.08)!important}
.showroom-v72-owner-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.showroom-v72-owner-head>div{display:grid;gap:2px}.showroom-v72-owner-head>div>span{color:#1770df;font-size:12px;font-weight:1000}.showroom-v72-owner-head h2{margin:0;color:#122641;font-size:26px;font-weight:1000}
.showroom-v72-edit-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:10px 18px;border-radius:16px;background:linear-gradient(135deg,#1d78ed,#0757c4);color:#fff;font-size:14px;font-weight:1000;text-decoration:none;box-shadow:0 10px 22px rgba(12,91,204,.2)}.showroom-v72-edit-button svg{width:22px;height:22px}
.showroom-v72-stats{padding:16px!important;border-radius:21px!important;background:#fff!important}.showroom-v72-stats .showroom-owner-inline-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.showroom-v72-stats .showroom-owner-stat-card{min-height:100px!important}.showroom-v72-stats .showroom-owner-stat-meta small{font-size:14px!important}.showroom-v72-stats .showroom-owner-stat-meta strong{font-size:31px!important}
.showroom-v72-vehicles{padding:21px!important;border-radius:27px!important}.showroom-v72-vehicles .showroom-detail-section-head h2{font-size:28px!important}

/* Settings: one clean profile card and four clear buttons */
.showroom-final-v72-body .project-control-center{max-width:1180px}
.showroom-final-v72-body .soc71-settings{gap:14px!important}
.showroom-final-v72-body .soc69-settings-shell{padding:20px!important;border-radius:28px!important;border-color:#d6e3f2!important;box-shadow:0 15px 38px rgba(20,60,110,.09)!important}
.showroom-final-v72-body .soc69-settings-shell .soc67-header{padding-bottom:18px!important}
.showroom-final-v72-body .soc67-identity{align-items:center!important}.showroom-final-v72-body .soc67-logo{width:96px!important;height:96px!important;flex-basis:96px!important;border-radius:26px!important}.showroom-final-v72-body .soc67-logo img{object-fit:contain!important}
.showroom-final-v72-body .soc67-identity-copy h1{margin:7px 0 5px!important;color:#132641!important;font-size:clamp(29px,4vw,40px)!important;font-weight:1000!important;line-height:1.25!important}.showroom-final-v72-body .soc67-identity-copy p span{font-size:17px!important;font-weight:900!important}.showroom-final-v72-body .soc67-eyebrow>i{font-size:14px!important}
.showroom-final-v72-body .soc70-settings-title{padding:15px 1px 10px!important;color:#142942!important;font-size:21px!important}
.showroom-final-v72-body .soc69-settings-shell .soc67-nav{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.showroom-final-v72-body .soc69-settings-shell .soc67-nav button{min-height:76px!important;border-radius:17px!important}.showroom-final-v72-body .soc69-settings-shell .soc67-nav button b{font-size:16px!important}.showroom-final-v72-body .soc69-settings-shell .soc67-nav button svg{width:25px!important;height:25px!important}
.showroom-final-v72-body .soc71-completion{display:grid!important;grid-template-columns:auto minmax(90px,1fr) auto!important;gap:12px!important;align-items:center!important;min-height:52px!important;margin:0!important;padding:10px 16px!important;border-radius:16px!important}.showroom-final-v72-body .soc71-completion span{font-size:14px!important}.showroom-final-v72-body .soc71-completion b{font-size:15px!important}
.showroom-final-v72-body .soc67-main{margin-top:10px!important}.showroom-final-v72-body .soc67-panel-heading{margin-bottom:14px!important}.showroom-final-v72-body .soc67-panel-heading h2{font-size:30px!important}
.showroom-final-v72-body .soc67-form-layout{grid-template-columns:230px minmax(0,1fr)!important;gap:14px!important}.showroom-final-v72-body .soc67-image-editor,.showroom-final-v72-body .soc67-form-card{border-radius:22px!important}.showroom-final-v72-body .soc67-image-frame{min-height:180px!important}.showroom-final-v72-body .soc67-upload{min-height:58px!important;font-size:14px!important}.showroom-final-v72-body .soc67-form-card{padding:18px!important}.showroom-final-v72-body .soc67-form-grid{gap:14px!important}.showroom-final-v72-body .soc67-form-grid label>span,.showroom-final-v72-body .soc67-whatsapp-card label>span,.showroom-final-v72-body .soc67-time-grid label>span{font-size:16px!important;font-weight:950!important}.showroom-final-v72-body .soc67-form-grid input,.showroom-final-v72-body .soc67-form-grid select,.showroom-final-v72-body .soc67-form-grid textarea,.showroom-final-v72-body .soc67-phone-row input,.showroom-final-v72-body .soc67-whatsapp-card input,.showroom-final-v72-body .soc67-time-grid input{min-height:54px!important;border-radius:15px!important;font-size:17px!important}.showroom-final-v72-body .soc67-form-grid textarea{min-height:130px!important}.showroom-final-v72-body .soc67-savebar{border-radius:19px!important}.showroom-final-v72-body .soc67-savebar button{min-width:130px!important;font-size:17px!important}

/* Showroom directory */
.showrooms-premium-page{display:grid;gap:18px!important}.showrooms-premium-toolbar{padding:22px!important;border-radius:27px!important;border-color:#d5e3f2!important;box-shadow:0 14px 36px rgba(23,63,114,.08)!important}.showrooms-premium-heading h1{font-size:clamp(29px,4vw,40px)!important}.showrooms-premium-heading small{font-size:14px!important}.showrooms-premium-heading-icon{width:70px!important;height:70px!important;border-radius:22px!important}.showrooms-premium-heading-icon svg{width:37px!important;height:37px!important}.showrooms-create-button{min-height:56px!important;border-radius:17px!important;font-size:15px!important}.showrooms-compact-filter{min-height:56px!important;border-radius:17px!important}.showrooms-compact-filter select{font-size:15px!important;font-weight:900!important}
.showrooms-premium-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.showroom-v70-card{border-radius:25px!important;border-color:#d7e3f1!important;box-shadow:0 13px 32px rgba(19,59,108,.09)!important}.showroom-v70-media{height:200px!important;margin:11px 11px 0!important;border-radius:20px!important}.showroom-v70-media>img{padding:14px!important;object-fit:contain!important}.showroom-v70-content{padding:16px 17px 18px!important}.showroom-v70-logo{width:60px!important;height:60px!important;flex-basis:60px!important;border-radius:18px!important}.showroom-v70-profile small{font-size:12px!important}.showroom-v70-profile h2{font-size:22px!important}.showroom-v70-location{margin-top:13px!important;padding:11px 13px!important}.showroom-v70-location small{font-size:11px!important}.showroom-v70-location strong{font-size:16px!important}.showroom-v70-address{font-size:13px!important}.showroom-v70-actions{grid-template-columns:minmax(0,1fr) 49px 49px!important}.showroom-v70-enter,.showroom-v70-contact{min-height:49px!important}.showroom-v70-enter{font-size:14px!important}

/* Spare parts directory, same visual system as showrooms */
.parts-v72-page{display:grid;gap:18px}.parts-v72-toolbar{margin:0!important}.parts-v72-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.parts-v72-card{overflow:hidden;border:1px solid #d7e3f1;border-radius:25px;background:#fff;box-shadow:0 13px 32px rgba(19,59,108,.09);transition:transform .18s ease,box-shadow .18s ease}.parts-v72-card:hover{transform:translateY(-3px);box-shadow:0 19px 40px rgba(19,59,108,.14)}
.parts-v72-card-media{position:relative;height:190px;margin:11px 11px 0;border-radius:20px;background:linear-gradient(145deg,#f8fbff,#eaf1f8);overflow:hidden}.parts-v72-card-media>a{display:block;width:100%;height:100%}.parts-v72-card-media img{display:block;width:100%;height:100%;padding:20px;object-fit:contain}.parts-v72-card-type,.parts-v72-card-count{position:absolute;top:11px;display:inline-flex;align-items:center;min-height:31px;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:1000;backdrop-filter:blur(10px)}.parts-v72-card-type{right:11px;background:rgba(255,255,255,.9);color:#0c62ce}.parts-v72-card-count{left:11px;gap:4px;background:rgba(18,48,84,.78);color:#fff}.parts-v72-card-count b{font-size:13px}
.parts-v72-card-body{padding:15px 17px 18px}.parts-v72-card-heading{display:flex;align-items:center;gap:11px}.parts-v72-card-logo{display:grid;place-items:center;width:58px;height:58px;flex:0 0 58px;padding:6px;border:1px solid #dbe6f2;border-radius:18px;background:#fff;overflow:hidden}.parts-v72-card-logo img{width:100%;height:100%;object-fit:contain}.parts-v72-card-heading>div{min-width:0}.parts-v72-card-heading h2{margin:0;color:#142742;font-size:21px;font-weight:1000;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.parts-v72-card-heading h2 a{color:inherit;text-decoration:none}.parts-v72-card-heading p{display:flex;align-items:center;gap:5px;min-width:0;margin:5px 0 0;color:#75859b;font-size:12px;font-weight:800}.parts-v72-card-heading p svg{width:18px;height:18px;flex:0 0 18px;color:#1770df}.parts-v72-card-heading p strong{color:#435b78;font-size:13px}.parts-v72-card-heading p span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.parts-v72-card-description{display:-webkit-box;min-height:42px;margin:12px 0 0;overflow:hidden;color:#687a92;font-size:12px;font-weight:750;line-height:1.7;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.parts-v72-card-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;margin-top:14px}.parts-v72-card-actions.is-contact-only{grid-template-columns:repeat(2,minmax(0,1fr))}.parts-v72-open,.parts-v72-contact{display:flex;align-items:center;justify-content:center;gap:7px;min-height:49px;padding:8px 12px;border-radius:14px;font-size:13px;font-weight:1000;text-decoration:none}.parts-v72-open{background:linear-gradient(135deg,#1b78ef,#0757c4);color:#fff;box-shadow:0 9px 20px rgba(13,91,204,.2)}.parts-v72-contact{min-width:49px;border:1px solid #d5e3f1;background:#f8fbff;color:#176bd8}.parts-v72-contact svg{width:20px;height:20px}.parts-v72-contact.is-whatsapp{border-color:#c2ead9;background:#ecfaf4;color:#0b9662}.parts-v72-card-actions:not(.is-contact-only) .parts-v72-contact span{display:none}.parts-v72-empty p{margin:5px 0 0;color:#73839a;font-size:13px;font-weight:750}.parts-v72-empty>div{display:flex;justify-content:center;gap:8px;margin-top:14px}.parts-v72-empty>div a.is-primary{background:#1267da;color:#fff}

@media(max-width:980px){
  .showrooms-premium-grid,.parts-v72-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .showroom-v72-profile-body{grid-template-columns:1fr!important}.showroom-v72-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .showroom-final-v72-body .soc67-form-layout{grid-template-columns:190px minmax(0,1fr)!important}
}
@media(max-width:700px){
  .showroom-final-v72{padding-inline:10px!important;gap:12px!important}.showroom-v72-back{min-height:44px!important;font-size:13px!important}.showroom-v72-profile{border-radius:24px!important}.showroom-v72-cover{height:245px!important;margin:9px 9px 0!important;border-radius:19px!important}.showroom-v72-profile-body{padding:15px!important;gap:14px!important}.showroom-v72-avatar{width:60px!important;height:60px!important;flex-basis:60px!important;border-radius:18px!important;font-size:24px!important}.showroom-v72-identity h1{font-size:25px!important}.showroom-v72-identity p{font-size:11px!important}.showroom-v72-actions .showroom-detail-action{min-height:48px!important;font-size:13px!important}.showroom-v72-owner-panel{padding:14px!important;border-radius:22px!important}.showroom-v72-owner-head{margin-bottom:12px}.showroom-v72-owner-head h2{font-size:22px}.showroom-v72-edit-button{min-height:47px;padding:8px 13px;font-size:13px}.showroom-v72-stats{padding:10px!important}.showroom-v72-stats .showroom-owner-inline-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.showroom-v72-stats .showroom-owner-stat-card{min-height:92px!important;padding:12px!important}.showroom-v72-vehicles{padding:14px!important;border-radius:22px!important}.showroom-v72-vehicles .showroom-detail-section-head h2{font-size:22px!important}
  .showroom-final-v72-body .soc69-settings-shell{padding:14px!important;border-radius:23px!important}.showroom-final-v72-body .soc67-logo{width:76px!important;height:76px!important;flex-basis:76px!important;border-radius:21px!important}.showroom-final-v72-body .soc67-identity-copy h1{font-size:27px!important}.showroom-final-v72-body .soc67-identity-copy p span{font-size:15px!important}.showroom-final-v72-body .soc70-settings-title{font-size:19px!important}.showroom-final-v72-body .soc69-settings-shell .soc67-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.showroom-final-v72-body .soc69-settings-shell .soc67-nav button{min-height:68px!important}.showroom-final-v72-body .soc69-settings-shell .soc67-nav button b{font-size:15px!important}.showroom-final-v72-body .soc71-completion{grid-template-columns:auto 1fr auto!important}.showroom-final-v72-body .soc67-panel-heading h2{font-size:26px!important}.showroom-final-v72-body .soc67-form-layout{grid-template-columns:1fr!important}.showroom-final-v72-body .soc67-image-editor{display:grid!important;grid-template-columns:115px minmax(0,1fr)!important;align-items:stretch!important;gap:10px!important}.showroom-final-v72-body .soc67-image-frame{min-height:115px!important}.showroom-final-v72-body .soc67-form-card{padding:14px!important}.showroom-final-v72-body .soc67-form-grid{grid-template-columns:1fr!important}.showroom-final-v72-body .soc67-form-grid label{grid-column:auto!important}.showroom-final-v72-body .soc67-form-grid input,.showroom-final-v72-body .soc67-form-grid select,.showroom-final-v72-body .soc67-form-grid textarea,.showroom-final-v72-body .soc67-phone-row input,.showroom-final-v72-body .soc67-whatsapp-card input,.showroom-final-v72-body .soc67-time-grid input{font-size:16px!important}
  .showrooms-premium-toolbar{padding:16px!important;border-radius:23px!important}.showrooms-premium-heading-icon{width:58px!important;height:58px!important;border-radius:18px!important}.showrooms-premium-heading h1{font-size:27px!important}.showrooms-premium-toolbar-actions{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:9px!important}.showrooms-create-button,.showrooms-compact-filter{width:100%!important}.showrooms-premium-grid,.parts-v72-grid{grid-template-columns:1fr!important;gap:13px!important}.showroom-v70-media,.parts-v72-card-media{height:185px!important}.showroom-v70-profile h2,.parts-v72-card-heading h2{font-size:20px!important}.parts-v72-card-actions:not(.is-contact-only){grid-template-columns:minmax(0,1fr) 47px 47px}.parts-v72-card-actions.is-contact-only{grid-template-columns:repeat(2,minmax(0,1fr))}.parts-v72-card-actions.is-contact-only .parts-v72-contact span{display:inline}
}
@media(max-width:390px){
  .showroom-v72-owner-head{align-items:stretch;flex-direction:column}.showroom-v72-edit-button{width:100%}.showroom-v72-actions{grid-template-columns:1fr!important}.showroom-final-v72-body .soc67-image-editor{grid-template-columns:1fr!important}.showroom-final-v72-body .soc67-image-frame{min-height:160px!important}
}

/* V76.3 — Professional owner statistics refinement */
.showroom-v72-stats .showroom-owner-inline-stats-head{margin-bottom:12px!important}
.showroom-v72-stats .showroom-owner-inline-stats-grid{gap:10px!important}
.showroom-v72-stats .showroom-owner-stat-card{min-height:92px!important;padding:15px!important;border:1px solid #e5eaf2!important;border-radius:18px!important;background:linear-gradient(145deg,#fff,#f9fbff)!important;box-shadow:0 9px 22px rgba(22,34,64,.055)!important}
.showroom-v72-stats .showroom-owner-stat-icon{width:43px!important;height:43px!important;border-radius:14px!important}
.showroom-v72-stats .showroom-owner-stat-meta small{font-size:11px!important;font-weight:850!important}
.showroom-v72-stats .showroom-owner-stat-meta strong{font-size:24px!important;font-weight:1000!important}
@media(max-width:640px){.showroom-v72-stats .showroom-owner-inline-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.showroom-v72-stats .showroom-owner-stat-card{min-height:82px!important;padding:12px!important}.showroom-v72-stats .showroom-owner-stat-icon{width:37px!important;height:37px!important}.showroom-v72-stats .showroom-owner-stat-meta strong{font-size:21px!important}}
.home-notification-popover__footer{grid-template-columns:1fr!important}.home-notification-popover__footer[hidden]{display:none!important}
