/* Vantora visual system, scoped to the explicitly selected UX preview. */
:root{color-scheme:dark;--bg:#090f1b;--surface:#121a29;--surface-raised:#192235;--text:#f5f5fc;--muted:#9aa9c6;--line:#ffffff0e;--purple:#b379fa;--pink:#f17cab;--green:#3bedb0;--blue:#32baf4;--amber:#ffc26f;--radius:16px;--shadow:0 12px 36px #02071435;--sidebar:224px;font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:14px}*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 70% -20%,#3e31501c,transparent 55%),var(--bg);color:var(--text);line-height:1.5}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--blue);outline-offset:4px}h1,h2,h3,p{margin:0}h1{font-size:30px;line-height:1.22;letter-spacing:-.8px;font-weight:650}h2{font-size:16px;letter-spacing:-.2px;font-weight:600}h3{font-size:16px}p{color:var(--muted)}small{font-size:12px;color:var(--muted)}.icon{flex:none;vertical-align:middle}.skip{position:fixed;left:240px;top:-100px;background:var(--purple);color:#111;padding:12px;z-index:100}.skip:focus{top:5px}.ux-nav{position:fixed;inset:0 auto 0 0;width:var(--sidebar);padding:24px 16px;background:linear-gradient(140deg,#1c1b30 0%,#111827 35%,#0d1522 100%);border-right:1px solid #ffffff06;display:flex;flex-direction:column;z-index:30;overflow-y:auto;border-radius:0 18px 18px 0}.brand{display:flex;gap:12px;align-items:center;padding:0 6px 28px;font-size:23px;letter-spacing:1px;font-weight:650}.brand small{display:block;font-size:8px;letter-spacing:2px;color:#b0b4d4;font-weight:400}.brand-symbol{font-size:40px;font-weight:900;line-height:1;background:linear-gradient(135deg,#ec8ffa,#8256d5);color:transparent;background-clip:text;filter:drop-shadow(0 0 10px #d470ef48)}nav a{transition:background .15s,color .15s}.ux-nav nav>a{display:flex;align-items:center;gap:14px;min-height:44px;padding:10px 13px;color:#bac7e4;margin:4px 0;border-radius:10px;font-size:14px}.ux-nav nav>a:hover{background:#ffffff08;color:white}.ux-nav nav>a.selected{background:linear-gradient(100deg,#273d64,#542767);box-shadow:inset 2px 0 #87c9ff;color:white}.nav-divider{height:1px;background:#ffffff0c;margin:24px 9px}.preview-note{display:block;margin:25px 0 35px;padding:16px 12px;background:linear-gradient(140deg,#54437825,#1b233015);border:1px solid #927bbe1c;border-radius:12px}.preview-note b{display:block;font-size:12px;margin:9px 0 4px}.preview-note small{font-size:10px}.preview-note .icon{width:13px}.nav-bottom{display:flex;gap:12px;align-items:center;margin-top:auto;background:#ffffff03;padding:14px 8px;border-radius:12px;font-size:12px}.nav-bottom small{display:block;font-size:10px;margin-top:3px}.status-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex:none;background:var(--amber)}.status-dot.healthy{background:var(--green);box-shadow:0 0 10px #3bedb055}.ux-main{margin-left:var(--sidebar);min-width:0}.ux-top{height:80px;display:flex;align-items:center;gap:20px;padding:0 28px}.top-context{font-size:12px;color:var(--muted);margin-right:auto;white-space:nowrap}.top-context span{padding:0 8px;color:#546582}.global-search{display:flex;align-items:center;gap:12px;background:#0a1220;border:1px solid #354057;border-radius:10px;padding:8px 10px;max-width:380px;width:38%;color:var(--muted)}.global-search input,.catalog-search input{color:var(--text);min-width:0;width:100%;outline:none;border:0;background:none;font-size:12px}.global-search .icon{width:16px}.global-search kbd{border-radius:4px;padding:0 6px;background:#222b3e;font-size:12px}.notification{color:#d5d5f3;padding:8px;border-radius:9px;background:#ffffff03}.user{display:flex;align-items:center;gap:10px;font-size:12px;white-space:nowrap}.user small{display:block;font-size:11px}.avatar{display:grid;place-items:center;width:37px;height:37px;border:1px solid #726edf;background:#2c366e;border-radius:50%;font-size:12px}.menu-button{display:none;border:0;background:transparent;color:white}main{padding:10px 28px 32px;max-width:1920px;margin:auto}.page-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:6px 0 26px}.page-title p:not(.eyebrow){font-size:15px;margin-top:7px}.eyebrow{font-size:9px;font-weight:600;letter-spacing:2px;color:#ae8dc6;margin-bottom:8px}.date{text-align:right;font-size:13px}.date small{display:block;margin-top:5px;font-size:11px}.kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.kpi{background:linear-gradient(130deg,color-mix(in srgb,var(--accent) 7%,#111a25),#161c2e);position:relative;overflow:hidden;display:flex;align-items:flex-start;gap:13px;padding:20px 16px;min-height:116px;border-radius:var(--radius);border:1px solid color-mix(in srgb,var(--accent) 14%,transparent)}.green{--accent:var(--green)}.purple{--accent:var(--purple)}.blue{--accent:var(--blue)}.pink{--accent:var(--pink)}.amber{--accent:var(--amber)}.kpi p{font-size:12px;color:#c6cfeb}.kpi strong{font-size:26px;line-height:1.5;letter-spacing:-.5px;font-weight:650;white-space:nowrap}.kpi small{display:block;font-size:10px;max-width:180px}.kpi-glow{position:absolute;right:-14px;bottom:-30px;width:90px;height:70px;background:var(--accent);filter:blur(42px);opacity:.16;pointer-events:none}.icon-tile{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;flex:none;border-radius:11px;background:color-mix(in srgb,var(--accent,var(--purple)) 12%,transparent);color:var(--accent,var(--purple));border:1px solid color-mix(in srgb,var(--accent,var(--purple)) 12%,transparent)}.command-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1.1fr) minmax(200px,.63fr);gap:15px;margin-bottom:16px}.panel{background:linear-gradient(135deg,#151d2c,#101824);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);border:1px solid #ffffff09;min-width:0}.section-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.section-title a,.text-link{font-size:11px;color:#bdabfc}.section-title .icon,.text-link .icon{width:15px;height:15px}.pill{font-size:10px;color:#b6c4e0;border:1px solid #33405a;padding:5px 9px;border-radius:8px;white-space:nowrap}.chart-value{font-size:26px;font-weight:600}.chart-value small{font-size:10px;display:block;font-weight:400;margin-top:4px}.chart-empty{position:relative;height:184px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;overflow:hidden}.chart-empty .icon{width:28px;height:28px;color:#a784dd}.chart-empty b{font-size:12px;font-weight:500}.chart-empty p{font-size:11px;line-height:1.8}.empty-chart-grid{position:absolute;inset:25px 0;background:repeating-linear-gradient(0deg,transparent,transparent 45px,#ffffff05 45px,#ffffff05 46px);pointer-events:none}.legend{display:flex;justify-content:center;gap:8px;align-items:center;font-size:10px;color:#b4bfda;margin:15px 0 0}.legend i{width:7px;height:7px;background:var(--purple);border-radius:50%}.sales-chart{width:100%;height:184px}.gridline{stroke:#ffffff0e;stroke-width:1}.chart-labels{display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.chart-data{display:grid;grid-template-columns:repeat(2,1fr);font-size:11px;color:var(--muted);gap:5px}.chart-panel details{font-size:10px;margin-top:10px}.badge{display:inline-flex;align-items:center;gap:5px;color:var(--accent,#babbd0);background:color-mix(in srgb,var(--accent,#babbd0) 13%,transparent);padding:4px 9px;border-radius:7px;font-size:10px;line-height:1.5;white-space:nowrap}.attention-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.attention-item:last-child{border:0}.attention-item .icon-tile{width:34px;height:34px;border-radius:9px}.attention-item b{display:block;font-size:12px;font-weight:500}.attention-item small{display:block;font-size:10px;margin:4px 0}.attention-item a{font-size:11px;color:#c6b1ff}.attention-item a .icon{width:13px;height:13px}.calm-empty{text-align:center;padding:30px 12px}.calm-empty h3{font-size:14px;margin:15px 0 8px}.calm-empty p{font-size:11px;line-height:1.8;max-width:330px;margin:auto}.opportunity{padding:24px 18px;background:radial-gradient(ellipse at top right,#923c69aa,transparent 62%),radial-gradient(ellipse at top left,#155597,transparent 63%),linear-gradient(155deg,#432270,#15162b 75%);border:1px solid #8869aa4d;border-radius:var(--radius);text-align:center;display:flex;flex-direction:column;align-items:center;gap:15px}.opportunity-icon{color:#dcb5ff;filter:drop-shadow(0 0 8px #ca82ff)}.opportunity-icon .icon{width:30px;height:30px}.opportunity h2{font-size:17px}.opportunity p{font-size:12px;color:#d0c4ed}.opportunity small{font-size:10px;color:#aab4d0}.opportunity-count{display:flex;align-items:center;gap:10px;width:100%;text-align:left;margin-top:2px}.opportunity-count b{font-size:22px;font-weight:500}.opportunity-count .icon-tile{width:32px;height:32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 15px;min-height:40px;border:1px solid transparent;border-radius:9px;font-size:12px;font-weight:600;color:white;cursor:pointer;line-height:1.3}.btn .icon{width:16px;height:16px}.gradient{background:linear-gradient(100deg,#904bef,#774cef 50%,#229ee3);box-shadow:0 4px 16px #8b45ee1c}.subtle{background:#242d42;border-color:#323a53;color:#dce0f7}.danger{background:#852d43}.operations{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.operation{padding:17px;display:flex;align-items:flex-start;gap:16px;border-radius:13px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 7%,#121a29),#101725);border:1px solid #ffffff07}.operation strong{display:block;font-size:26px;font-weight:600;line-height:1.3}.operation small{font-size:11px}.operation div>span{font-size:10px;color:var(--accent)}.operation div>span .icon{width:12px;height:12px}.bottom-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:15px}.empty-inline{display:flex;gap:18px;align-items:center;padding:24px 3px;color:#a791ca}.empty-inline b{color:#dadff2;font-size:12px;font-weight:500}.empty-inline p{font-size:11px;margin-top:4px}.model-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.model-row:last-child{border:0}.model-row b{font-size:11px;font-weight:500}.model-row>span:not(.icon-tile){font-size:10px;color:var(--muted);margin-left:auto;white-space:nowrap}.model-row>.icon{width:14px;color:#bdacdb}.model-row .icon-tile{width:32px;height:32px}.model-row .icon-tile svg{width:18px}.ux-footer{padding:10px 28px 20px;color:#667591;font-size:10px;display:flex;justify-content:space-between}.title-count{font-size:15px;vertical-align:middle;background:#a679f41c;color:#c69dfc;border-radius:8px;padding:5px 10px;margin-left:12px}.segments,.product-tabs{display:flex;gap:6px;border-bottom:1px solid #ffffff0c;padding-bottom:12px;overflow:auto;margin-bottom:20px}.segments a,.product-tabs a{padding:9px 16px;color:#aeb9d4;white-space:nowrap;font-size:12px;border-radius:9px}.segments a.active{background:#8558d326;color:#d6b8ff}.segments svg{width:15px;height:15px}.catalog-toolbar{display:flex;justify-content:space-between;gap:18px;margin-bottom:16px}.catalog-search{display:flex;align-items:center;gap:12px;background:#151d2d;padding:5px 7px 5px 14px;border:1px solid #ffffff0a;border-radius:11px;width:440px;max-width:100%}.catalog-search>.icon{color:#8f9fbd;width:17px}.view-switch{display:flex;border-radius:9px;padding:4px;background:#151d2d;align-items:center}.view-switch a{padding:7px 14px;font-size:12px;color:#aab6d2;border-radius:7px}.view-switch a.active{background:#31304f;color:#e0ccff}.catalog.table{background:#111a28;border-radius:15px;overflow:hidden;border:1px solid #ffffff07}.table-scroll{overflow:auto;max-width:100%}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px}th{font-size:9px;letter-spacing:.8px;text-transform:uppercase;color:#889ab9;font-weight:500;background:#131d2d;position:sticky;top:0;padding:14px 12px;white-space:nowrap}td{padding:19px 12px;border-top:1px solid #ffffff06;vertical-align:middle}td small{display:block;font-size:10px;margin-top:4px}td b{font-size:12px;font-weight:500}tbody tr:hover{background:#ffffff02}.product-name{display:flex;align-items:center;gap:13px;min-width:200px;max-width:420px}.product-name b{font-size:12px;line-height:1.55;display:block}.product-image{display:flex;align-items:center;justify-content:center;width:52px;height:56px;border-radius:9px;background:#202a3b;flex:none;color:#77839c;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;background:white}.round-link{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#202b3e;color:#bba5e8}.round-link svg{width:15px}.positive{color:var(--green)}.muted{color:var(--muted)}input[type=checkbox]{accent-color:#a969ef;width:16px;height:16px;cursor:pointer}.bulk-actions{display:flex;align-items:center;gap:15px;flex-wrap:wrap;padding:15px;background:#302141;border-radius:12px;margin-bottom:15px}.bulk-actions[hidden]{display:none}.bulk-actions label{font-size:12px;display:flex;align-items:center;gap:7px}.bulk-actions small{margin-left:auto}.pagination{display:flex;align-items:center;justify-content:space-between;margin:22px 0;color:var(--muted);font-size:12px}.pagination>div{display:flex;gap:10px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{background:#141d2d;border-radius:16px;overflow:hidden;position:relative}.card-selection{position:absolute;top:12px;left:12px;z-index:1}.card-photo{height:190px;display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center;background:radial-gradient(ellipse,#303451,#1c2639);color:#7c85a9}.card-photo>.icon{width:52px;height:52px}.card-photo img{width:100%;height:100%;object-fit:contain;background:#fff}.card-product-content{padding:20px}.card-product-content h2{margin:14px 0 8px;font-size:15px;line-height:1.5;min-height:45px}.card-price{display:flex;justify-content:space-between;align-items:center;margin:16px 0 5px;gap:10px}.card-price strong{font-size:20px}.card-price span,.card-product-content p{font-size:11px}.card-product-content .section-title{margin:20px 0 0}.breadcrumbs{display:flex;gap:12px;font-size:11px;color:var(--muted);margin:10px 0 22px}.breadcrumbs a{color:#c4aff3}.product-hero{display:flex;gap:28px;align-items:center;margin-bottom:26px}.hero-photo{width:185px;height:185px;flex:none;border-radius:17px;background:radial-gradient(ellipse,#32304a,#182436);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;color:#9291b3;overflow:hidden}.hero-photo>.icon{width:60px;height:60px}.hero-photo img{width:100%;height:100%;object-fit:contain;background:white}.hero-photo small{font-size:10px}.hero-info h1{font-size:26px;max-width:850px;line-height:1.35;margin:12px 0}.hero-info p{font-size:12px}.hero-info p span{margin:0 10px}.hero-badges,.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-actions{margin-top:20px}.product-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;background:linear-gradient(90deg,#191d31,#12232b);padding:22px;border-radius:14px;margin-bottom:26px}.product-stats>div{border-right:1px solid #ffffff0b;padding-right:12px}.product-stats>div:last-child{border:0}.product-stats strong{display:block;font-size:25px;line-height:1.5}.product-stats span{font-size:10px;color:#8e9eb8;display:block}.product-tabs{gap:9px;margin-bottom:22px;padding-bottom:0}.product-tabs a{border-radius:0;padding:12px 9px;border-bottom:2px solid transparent}.product-tabs a.active{border-color:#b67afb;color:#d5b4fc}.product-overview{display:grid;grid-template-columns:1.2fr 1fr;gap:18px}.product-overview .panel{padding:23px}.panel>p{font-size:13px;margin:14px 0 22px;line-height:1.8}.panel>.text-link{display:inline-flex;align-items:center;gap:6px;margin-top:18px}.panel h2>.icon{width:18px;margin-right:5px;color:#b992ee}.facts{margin:20px 0 0}.facts>div{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.facts dt{color:var(--muted)}.facts dd{margin:0;text-align:right}.next-step{background:radial-gradient(ellipse at right top,#5b348b40,transparent 70%),#151d2c}.next-step h2{margin:14px 0}.next-step a{font-size:12px;color:#c2a4f7}.inline-alert{display:flex;align-items:center;gap:14px;padding:17px 20px;background:#ba804414;border:1px solid #ba804422;border-radius:12px;margin-bottom:20px;color:var(--amber)}.inline-alert p{font-size:12px;margin-top:3px}.inline-alert .btn{margin-left:auto}.financial-breakdown details{border-bottom:1px solid var(--line)}.financial-breakdown summary{display:flex;gap:20px;padding:18px 0;cursor:pointer;align-items:center}.financial-breakdown summary>span:first-child{flex:1}.financial-breakdown details p{font-size:12px;padding-bottom:14px}.history-row{display:flex;align-items:center;gap:16px;padding:15px 0;border-bottom:1px solid var(--line)}.history-row b{font-size:12px}.history-row small{display:block;margin-top:5px}.message{padding:16px;background:#295339;border-radius:12px;margin-bottom:20px}.nav-backdrop{display:none}summary{cursor:pointer}.text-link{margin-top:10px}@media(min-width:1700px){:root{--sidebar:244px}.ux-top{height:90px}main{padding:15px 36px 40px}.command-grid{grid-template-columns:1.3fr 1.1fr .63fr}.kpi{min-height:130px;padding:24px}.kpi strong{font-size:31px}.chart-empty{height:230px}.cards{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1250px){:root{--sidebar:196px}.brand{font-size:20px}.brand-symbol{font-size:34px}.ux-nav{padding:23px 12px}.ux-top,main{padding-left:22px;padding-right:22px}.top-context{display:none}.global-search{margin-left:auto;width:48%}.command-grid{grid-template-columns:1.2fr 1fr}.opportunity{grid-column:1/-1;flex-direction:row;justify-content:space-between;text-align:left}.opportunity p{max-width:220px}.opportunity-count{width:auto}.opportunity>small{display:none}.kpi{padding:16px 12px;gap:10px}.kpi .icon-tile{width:33px;height:33px}.kpi strong{font-size:23px}.kpi small{font-size:9px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:960px){:root{--sidebar:0px}.ux-nav{width:224px;transform:translateX(-105%);transition:transform .2s}.nav-open .ux-nav{transform:translateX(0)}.nav-open .nav-backdrop{display:block;position:fixed;inset:0;z-index:25;background:#0008;border:0}.menu-button{display:block;padding:8px}.ux-top{height:70px}.global-search{margin-left:0;width:55%}.user{margin-left:auto}.kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi small{font-size:11px}.bottom-grid{grid-template-columns:1fr}.operations{gap:10px}.operation{padding:13px;gap:10px}.operation .icon-tile{width:30px;height:30px}.operation .icon{width:19px}.top-context{display:none}}@media(max-width:620px){main{padding:10px 16px 25px}.ux-top{padding:0 12px;gap:9px}.global-search{width:auto;flex:1;padding:9px}.global-search kbd{display:none}.global-search input{font-size:11px}.user>span:last-child{display:none}.notification{padding:5px}.notification .icon{width:20px}.avatar{width:32px;height:32px}.page-title{align-items:flex-start;flex-wrap:wrap;margin-bottom:22px}.page-title h1{font-size:26px}.page-title p:not(.eyebrow){font-size:13px}.date{font-size:10px;text-align:left}.date small{display:inline;margin-left:8px;font-size:9px}.eyebrow{font-size:8px}.kpis{gap:10px}.kpi{min-height:125px;display:block;padding:13px}.kpi .icon-tile{position:absolute;right:10px;top:10px;width:27px;height:27px}.kpi .icon-tile svg{width:17px}.kpi p{font-size:10px;padding-right:25px;min-height:28px}.kpi strong{font-size:23px}.kpi small{font-size:9px;line-height:1.6;margin-top:3px}.command-grid{grid-template-columns:1fr}.panel{padding:18px}.section-title h2{font-size:15px}.opportunity{flex-direction:column;align-items:flex-start;padding:22px}.opportunity p{max-width:none}.opportunity-count{width:100%}.operations{grid-template-columns:repeat(2,minmax(0,1fr))}.operation strong{font-size:23px}.operation small{font-size:10px}.operation>div>span{font-size:9px}.model-row b{font-size:11px}.model-row>span:not(.icon-tile){font-size:9px}.ux-footer{padding:12px 16px;font-size:9px;gap:20px}.catalog-toolbar{flex-wrap:wrap;gap:10px}.catalog-search{width:100%}.view-switch{margin-left:auto}.segments{margin-bottom:14px}.segments a{padding:8px 12px;font-size:11px}.cards{grid-template-columns:1fr}.catalog.table table{min-width:920px}.pagination{font-size:10px}.product-hero{align-items:flex-start;gap:15px;flex-wrap:wrap}.hero-photo{width:100px;height:100px;border-radius:12px}.hero-photo>.icon{width:32px;height:32px}.hero-photo small{font-size:7px}.hero-info h1{font-size:22px}.hero-info p{font-size:10px;overflow-wrap:anywhere}.hero-info p span{margin:0 5px}.hero-info{flex:1;min-width:210px}.product-stats{grid-template-columns:repeat(2,minmax(0,1fr));padding:16px;gap:18px}.product-stats strong{font-size:23px}.product-stats small{font-size:10px}.product-stats span{font-size:9px}.product-stats>div:nth-child(2){border:0}.product-overview{grid-template-columns:1fr}.product-tabs a{font-size:11px}.inline-alert{flex-wrap:wrap;font-size:12px}.inline-alert .btn{margin-left:0}.facts dd{font-size:11px;overflow-wrap:anywhere}.hero-actions .btn{font-size:10px;padding:9px 11px}.financial-breakdown summary{gap:10px;font-size:12px}.financial-breakdown .badge{font-size:8px}.section-title{flex-wrap:wrap}.catalog .badge{font-size:9px}.bulk-actions{font-size:12px}.bulk-actions small{margin-left:0}.empty-inline{align-items:flex-start}.breadcrumbs{font-size:10px}.product-hero .badge{font-size:9px}.user{margin-left:0}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

img[hidden]{display:none}.card-photo small,.product-image small{font-size:9px;text-align:center;padding:5px}.ux-nav nav>a{font-size:14px}.panel>p{font-size:13px}.attention-item b,.product-name b{font-size:13px}.kpi p{font-size:13px}.chart-empty b{font-size:13px}.chart-empty p,.calm-empty p{font-size:12px}@media(max-width:620px){.kpi p{font-size:10px}}
