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

/* Header notifications */
.home-notification-wrap{position:relative;display:flex;align-items:center}
.home-notification-wrap .home-header-action{border:0;font:inherit;cursor:pointer}
.home-notification-popover[hidden]{display:none!important}
.home-notification-popover{position:absolute;z-index:1200;top:calc(100% + 12px);left:0;width:min(390px,calc(100vw - 24px));overflow:hidden;border:1px solid #d9e5f4;border-radius:22px;background:#fff;color:#14233d;box-shadow:0 24px 64px rgba(10,42,91,.25);direction:rtl;text-align:right}
.home-notification-popover::before{content:"";position:absolute;top:-7px;left:22px;width:14px;height:14px;border-top:1px solid #d9e5f4;border-left:1px solid #d9e5f4;background:#fff;transform:rotate(45deg)}
.home-notification-popover>header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 17px 13px;border-bottom:1px solid #e8eef6;background:#fff}
.home-notification-popover>header>div{display:grid;gap:2px}.home-notification-popover>header strong{font-size:19px;font-weight:1000}.home-notification-popover>header small{color:#6d7f98;font-size:12px;font-weight:800}
.home-notification-popover>header button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:11px;background:#eef5ff;color:#1267d9;font-size:25px;line-height:1;cursor:pointer}
.home-notification-list{max-height:390px;overflow:auto;padding:8px}
.home-notification-item{display:grid;width:100%;grid-template-columns:44px minmax(0,1fr);gap:11px;align-items:start;padding:12px;border:0;border-radius:16px;background:transparent;color:inherit;text-align:right;font:inherit;cursor:pointer}
.home-notification-item:hover{background:#f3f7fd}.home-notification-item.is-unread{background:#edf5ff}.home-notification-item+.home-notification-item{margin-top:3px}
.home-notification-item-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#e5f0ff;color:#0965d9;font-size:18px;font-weight:1000}
.home-notification-item.is-unread .home-notification-item-icon{background:#176fe5;color:#fff;box-shadow:0 8px 18px rgba(23,111,229,.2)}
.home-notification-item-copy{display:grid;min-width:0;gap:3px}.home-notification-item-copy strong{overflow:hidden;color:#172943;font-size:14px;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:12px;font-weight:750;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-notification-item-copy time{color:#8b99aa;font-size:10px;font-weight:800}
.home-notification-all{display:flex;align-items:center;justify-content:center;min-height:50px;border-top:1px solid #e8eef6;background:#f8fbff;color:#0b63d5;font-size:13px;font-weight:1000;text-decoration:none}
.home-notification-loading,.home-notification-error{display:grid;place-items:center;min-height:120px;padding:20px;color:#718199;font-size:13px;font-weight:850;text-align:center}.home-notification-error{color:#b23a3a}
.home-notification-empty{display:grid;place-items:center;min-height:180px;padding:24px;text-align:center}.home-notification-empty>span{display:grid;place-items:center;width:54px;height:54px;margin-bottom:9px;border-radius:18px;background:#eaf8f1;color:#0b9a65;font-size:24px;font-weight:1000}.home-notification-empty strong{font-size:16px;font-weight:1000}.home-notification-empty small{margin-top:4px;color:#7b899d;font-size:11px;font-weight:750}

/* 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){
  .home-notification-popover{position:fixed;top:78px;right:12px;left:12px;width:auto;max-height:calc(100vh - 98px);border-radius:21px}.home-notification-popover::before{display:none}.home-notification-list{max-height:calc(100vh - 220px)}
  .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}
}
