
:root{--navy:#062f59;--navy2:#03284a;--pink:#c70b7e;--ink:#0b315e;--muted:#617d98;--line:#dce7f1;--bg:#f4f8fc;--green:#16a768;--orange:#f0a000}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:13px Arial,sans-serif}button,input,select{font:inherit}header{height:68px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:18px;padding:0 28px;position:sticky;top:0;z-index:20}.logo{width:165px;position:relative}.logo span{font-size:28px;font-weight:900;color:var(--pink)}.logo b{font-size:25px;color:#050505;margin-left:-1px}.logo small{display:block;font-size:5px;letter-spacing:.7px;color:#111;margin-left:17px;margin-top:-4px}header>strong{font-size:22px}.gsearch{width:510px;border:1px solid #cfddeb;border-radius:6px;padding:10px 12px}.gsearch input{border:0;outline:0;width:94%}.plus{margin-left:auto;background:var(--pink);color:white;border:0;border-radius:50%;width:38px;height:38px;font-size:19px}.ico{border:0;background:transparent;position:relative}.ico i{position:absolute;background:red;color:white;border-radius:10px;padding:1px 4px;font-size:8px;top:-7px}.profile{display:flex;align-items:center;gap:8px}.avatar{width:34px;height:34px;background:#e8eef4;border-radius:50%;display:grid;place-items:center;font-weight:bold}.profile small{display:block;color:#60788f;font-size:9px}.shell{display:grid;grid-template-columns:192px 1fr}.nav{background:linear-gradient(#062f59,#03284a);color:#fff;min-height:calc(100vh - 68px);padding:15px 8px;display:flex;flex-direction:column;position:sticky;top:68px;height:calc(100vh - 68px)}.nav>button{height:41px;border:0;background:transparent;color:#fff;border-radius:6px;text-align:left;padding:0 15px;display:flex;gap:12px;align-items:center}.nav>button.active,.nav>button:hover{background:linear-gradient(90deg,#9e0e70,#67205a);border-left:4px solid #ff3db5}.need{margin-top:auto;background:#0b3d6c;border-radius:8px;padding:13px}.need p{font-size:10px;line-height:1.5}.need button{width:100%;background:transparent;border:1px solid #fff;color:white;border-radius:5px;padding:8px}.vmark{font-size:27px;font-weight:900;padding:20px 12px 0}.vmark small{display:block;font-size:8px;font-weight:normal;margin-top:10px}.hero{height:100px;background:#fff;display:flex;align-items:center;padding:0 34px;overflow:hidden;position:relative}.hero h1{font-size:30px;margin:0}.hero p{margin:6px 0;color:#486687}.hero blockquote{margin:auto;font-style:italic;color:#486687;text-align:center;z-index:2}.hero img{position:absolute;right:150px;width:430px;height:100px;object-fit:cover;opacity:.7}.hero>b{z-index:2;margin-left:auto;font-size:14px}.hero>b span{color:var(--pink)}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:10px 32px}.kpis article{background:white;border-radius:7px;padding:12px 15px;display:grid;grid-template-columns:56px 1fr;grid-template-rows:auto auto;box-shadow:0 4px 15px #082e590d}.kpis article div{grid-row:1/3;width:47px;height:47px;background:#f0f5fa;border-radius:8px;display:grid;place-items:center;font-size:22px;color:var(--pink)}.kpis strong{font-size:18px}.kpis span{font-size:11px;color:var(--muted)}.workspace{display:grid;grid-template-columns:265px minmax(0,1fr) 300px;gap:10px;padding:0 32px 30px}.panel,.center,.detail{background:#fff;border-radius:7px}.panel{padding:14px;margin-bottom:10px}.panel h3{margin:0 0 12px}.family{display:flex;align-items:center;gap:8px;padding:9px;border-radius:5px;cursor:pointer}.family b{flex:1;font-weight:600}.family i{font-style:normal;font-size:9px;background:#edf3f8;color:#5c7993;padding:3px 7px;border-radius:10px}.family.active,.family:hover{background:linear-gradient(90deg,#cc0a7b,#a60f7e);color:#fff}.family.active i{background:#ffffff30;color:#fff}.filters input,.filters select{width:100%;border:1px solid #cfdeeb;border-radius:5px;padding:9px;background:white}.filters label{display:grid;grid-template-columns:1fr 120px;align-items:center;margin-top:8px;font-size:11px}.filters #reset{border:0;background:transparent;color:var(--pink);padding:12px 0 0;font-weight:bold}.center{padding:14px}.crumb{font-size:10px;color:#648098}.head{display:flex;justify-content:space-between;align-items:center}.head h2{font-size:21px;margin:7px 0 3px}.head p{font-size:11px;color:var(--muted);margin:0 0 8px}.tabs{display:flex;gap:4px;border-top:1px solid #edf2f6;padding-top:10px;overflow:auto}.tabs button{border:0;background:#f1f5fb;color:#3e6081;padding:8px 14px;border-radius:4px;font-size:10px;white-space:nowrap}.tabs button.active{background:var(--pink);color:#fff}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.card{background:#fff;border:1px solid #dce6ef;border-radius:6px;overflow:hidden;position:relative;cursor:pointer;transition:.15s}.card:hover,.card.selected{border-color:var(--pink);box-shadow:0 6px 18px #082e5917}.card img{width:100%;height:82px;object-fit:cover}.fav{position:absolute;top:8px;right:8px;width:29px;height:29px;border:0;background:white;border-radius:5px;color:var(--pink)}.body{padding:9px}.stock{font-size:9px;color:var(--green)}.stock.limit{color:var(--orange)}.stock.ask{color:#81694a}.body h3{font-size:13px;margin:4px 0}.ref{font-size:10px;color:#4c6b89}.body p{font-size:10px;color:#5e7790;height:31px;overflow:hidden}.tags{display:flex;gap:4px;flex-wrap:wrap}.tag{font-size:8px;background:#eef4fb;border-radius:4px;padding:4px 6px}.packs{font-size:9px;color:#416284;margin-top:7px;padding-right:36px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart{position:absolute;right:8px;bottom:8px;width:32px;height:32px;border:0;background:var(--pink);color:white;border-radius:5px}.banner{height:78px;margin-top:12px;background:#062f59;color:#fff;border-radius:6px;display:flex;align-items:center;overflow:hidden;position:relative}.banner img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.45}.banner div,.banner button{z-index:1}.banner div{padding:0 25px}.banner h3,.banner p{margin:2px 0}.banner button{margin-left:auto;margin-right:20px;border:1px solid #fff;background:#062f596f;color:#fff;border-radius:5px;padding:10px 18px}.detail{align-self:start;position:sticky;top:78px;overflow:hidden}.dimg{height:170px;position:relative}.dimg img{width:100%;height:100%;object-fit:cover}.dimg .fav{right:10px;top:10px}.dcontent{padding:14px}.dcontent h2{margin:4px 0}.dtabs{display:flex;margin:8px -14px;border-bottom:1px solid var(--line)}.dtabs button{flex:1;border:0;background:white;padding:9px 2px;font-size:9px}.dtabs button.active{color:var(--pink);border-bottom:2px solid var(--pink)}.dcontent p{font-size:10px;line-height:1.5;color:#526f8b}.packBtns{display:flex;gap:5px;flex-wrap:wrap}.packBtns button{border:1px solid #cadbea;background:white;border-radius:4px;padding:7px 9px;font-weight:bold}.packBtns button.selected{border-color:var(--pink);color:var(--pink)}.primary{width:100%;border:0;background:var(--pink);color:white;border-radius:4px;padding:10px;font-weight:bold;margin-top:10px}.outline{width:100%;border:1px solid var(--pink);background:white;color:var(--pink);border-radius:4px;padding:9px;font-weight:bold;margin-top:7px}.related{border-top:8px solid var(--bg);padding:12px}.related>div:first-child{display:flex;justify-content:space-between;align-items:center}.related h3{font-size:12px}.related>div:first-child button{border:0;background:transparent;color:var(--pink);font-size:9px}.rel{display:flex;gap:8px;align-items:center;border-top:1px solid #edf2f6;padding:7px 0;cursor:pointer}.rel img{width:42px;height:40px;object-fit:cover;border-radius:4px}.rel div{flex:1}.rel b{font-size:9px}.rel small{display:block;font-size:8px;color:var(--muted)}.rel button{border:1px solid var(--pink);background:white;color:var(--pink);border-radius:4px;width:25px;height:25px}.drawer{position:fixed;right:-420px;top:68px;width:400px;height:calc(100vh - 68px);background:white;z-index:60;box-shadow:-10px 0 30px #0019332a;transition:.25s;padding:18px}.drawer.open{right:0}.drawerHead{display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.drawerHead button{border:0;background:none;font-size:25px}.qitem{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.qitem img{width:50px;height:42px;object-fit:cover}.qitem div{flex:1}#toast{position:fixed;right:20px;top:80px;background:#07365e;color:white;padding:11px 15px;border-radius:6px;opacity:0;z-index:100;transition:.2s}#toast.show{opacity:1}#modal[hidden]{display:none}#modal{position:fixed;inset:0;background:#001a3599;z-index:80;display:grid;place-items:center}.modalBox{width:min(600px,92vw);background:white;border-radius:8px;padding:22px;position:relative}.modalBox>button{position:absolute;right:10px;top:7px;border:0;background:none;font-size:25px}.form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form input,.form select,.form textarea{width:100%;margin-top:5px;padding:9px;border:1px solid #cad9e6}.form label{font-size:10px}.full{grid-column:1/-1}@media(max-width:1250px){.workspace{grid-template-columns:230px 1fr}.detail{display:none}}@media(max-width:900px){.shell{grid-template-columns:62px 1fr}.nav span,.need,.vmark{display:none}.nav>button{justify-content:center}.workspace{grid-template-columns:1fr}.left{display:none}.cards{grid-template-columns:repeat(2,1fr)}.kpis{grid-template-columns:1fr 1fr}}

.family .famthumb{width:27px;height:27px;object-fit:cover;border-radius:5px;border:1px solid #d9e4ee;flex:0 0 auto}
.family.active .famthumb{border-color:#ffffff80}

/* Prototype imagery refresh: clean commercial-style visuals, no catalogue-page screenshots */
.card img,.dimg img,.rel img,.qitem img,.famthumb{background:#f6f8fb}
.card img{filter:saturate(.96)}
