@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap);#landing-root *,#landing-root :after,#landing-root :before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}#landing-root{max-width:100%;overflow-x:hidden;font-family:Inter,sans-serif;background:#fff}#landing-root img{max-width:100%;display:block}#landing-root{scroll-behavior:smooth}:root{--blue-dark:#0f3390;--blue-mid:#1e5cd6;--blue-light:#2e86e8;--green:#2ecc71;--green-dark:#27ae60;--gray-bg:#f0f4fa;--gray-light:#e8eef8;--navy:#0d2b6b;--text-dark:#0d2b6b;--text-mid:#2d4a7a;--text-muted:#6b84b0;--red:#e53e3e;--red-bg:#fff0f0;--green-bg:#f0fff6}#landing-root nav{background:var(--blue-dark);padding:.8rem 1.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:sticky;top:0;z-index:100;width:100%}#landing-root .nav-logo,#landing-root nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#landing-root .nav-logo{gap:10px;text-decoration:none;-ms-flex-negative:0;flex-shrink:0}#landing-root .nav-logo-text{font-size:1.05rem;font-weight:900;color:#fff;letter-spacing:.08em;white-space:nowrap}#landing-root .nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem}#landing-root .nav-links a{color:hsla(0,0%,100%,.75);text-decoration:none;font-size:.85rem;white-space:nowrap}#landing-root .nav-links a:hover{color:#fff}#landing-root .nav-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;-ms-flex-negative:0;flex-shrink:0}#landing-root .nav-login{color:hsla(0,0%,100%,.9);font-weight:600;border:1.5px solid hsla(0,0%,100%,.35);padding:.4rem 1rem;border-radius:50px}#landing-root .nav-cta,#landing-root .nav-login{text-decoration:none;font-size:.82rem;white-space:nowrap}#landing-root .nav-cta{background:var(--green);color:#fff;border:none;padding:.45rem 1.1rem;border-radius:50px;font-weight:700;cursor:pointer}#landing-root .hero{background:linear-gradient(135deg,var(--blue-dark),var(--blue-mid) 50%,var(--blue-light));padding:4rem 1.5rem 2.5rem;text-align:center;width:100%;overflow:hidden}#landing-root .hero h1{font-size:clamp(1.7rem,5vw,3.2rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em;max-width:820px;margin:0 auto 1rem}#landing-root .hero p{font-size:clamp(.9rem,2.5vw,1.05rem);color:hsla(0,0%,100%,.8);max-width:520px;margin:0 auto 1.8rem;line-height:1.6}#landing-root .hero-btn{background:var(--green);color:#fff;border:none;padding:.9rem 2rem;border-radius:50px;font-size:.95rem;font-weight:700;cursor:pointer;-webkit-box-shadow:0 6px 24px rgba(46,204,113,.4);box-shadow:0 6px 24px rgba(46,204,113,.4);display:inline-block;text-decoration:none}#landing-root .cars-scene{margin-top:2.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0;width:100%;padding:0 .5rem}#landing-root .car-card,#landing-root .cars-scene{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#landing-root .car-card{background:hsla(0,0%,100%,.13);border:1.5px solid hsla(0,0%,100%,.25);border-radius:16px;padding:1rem .8rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:160px;min-width:0;-webkit-animation:floatCard 3s ease-in-out infinite;animation:floatCard 3s ease-in-out infinite}#landing-root .car-card:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s;border-color:rgba(167,139,250,.7);background:rgba(109,40,217,.18)}#landing-root .car-card:nth-child(5){-webkit-animation-delay:.8s;animation-delay:.8s}@-webkit-keyframes floatCard{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes floatCard{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}#landing-root .car-card svg{width:100%;max-width:90px;height:auto}#landing-root .car-label{font-size:.6rem;font-weight:700;color:hsla(0,0%,100%,.7);letter-spacing:.08em;text-transform:uppercase}#landing-root .car-plate{background:hsla(0,0%,100%,.18);color:#fff;font-weight:700;font-size:.72rem;padding:2px 8px;border-radius:5px}#landing-root .car-status{font-size:.62rem;font-weight:700;padding:2px 8px;border-radius:50px}#landing-root .s-green{background:rgba(46,204,113,.3);color:#4ade80;border:1.5px solid rgba(74,222,128,.6)}#landing-root .s-purple{background:rgba(109,40,217,.4);color:#ddd6fe;border:1.5px solid rgba(167,139,250,.95)}#landing-root .arrow-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:.4rem;-ms-flex-negative:0;flex-shrink:0;margin:0 2px}#landing-root .arrow-wrap svg{width:40px;height:20px}#landing-root section{padding:3.5rem 1.5rem;width:100%}#landing-root .section-center{text-align:center;max-width:900px;margin:0 auto}#landing-root .section-label{font-size:.7rem;font-weight:700;color:var(--blue-light);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}#landing-root .section-title{font-size:clamp(1.4rem,4vw,2.4rem);font-weight:800;color:var(--text-dark);margin-bottom:.4rem;letter-spacing:-.02em}#landing-root .section-title span{color:var(--blue-light)}#landing-root .section-sub{font-size:.9rem;color:var(--text-muted);margin-bottom:2rem}#landing-root .why-section{background:#fff}#landing-root .cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:900px;margin:0 auto}#landing-root .why-card{background:#fff;border:1.5px solid var(--gray-light);border-radius:18px;padding:1.8rem 1.2rem;text-align:center}#landing-root .why-icon{width:64px;height:64px;border-radius:50%;background:var(--green);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 1rem;font-size:1.6rem;-webkit-box-shadow:0 6px 20px rgba(46,204,113,.3);box-shadow:0 6px 20px rgba(46,204,113,.3)}#landing-root .why-card h3{font-size:.9rem;font-weight:800;color:var(--text-dark);margin-bottom:.4rem;line-height:1.3}#landing-root .why-card p{font-size:.8rem;color:var(--text-muted);line-height:1.6}#landing-root .compare-section{background:var(--gray-bg)}#landing-root .compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;max-width:900px;margin:0 auto}#landing-root .compare-col{border-radius:16px;padding:1.5rem}#landing-root .compare-col.bad{background:var(--red-bg);border:1.5px solid rgba(229,62,62,.2)}#landing-root .compare-col.good{background:var(--green-bg);border:1.5px solid rgba(46,204,113,.3)}#landing-root .compare-col h3{font-size:1rem;font-weight:800;margin-bottom:1rem}#landing-root .compare-col.bad h3{color:var(--red)}#landing-root .compare-col.good h3{color:var(--green-dark)}#landing-root .compare-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:.4rem 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:.82rem;line-height:1.5}#landing-root .compare-item:last-child{border-bottom:none}#landing-root .ico-x{color:var(--red)}#landing-root .ico-check,#landing-root .ico-x{font-weight:900;min-width:16px;font-size:.9rem}#landing-root .ico-check{color:var(--green-dark)}#landing-root .compare-item span{color:var(--text-mid)}#landing-root .mockup-section{background:#fff}#landing-root .mockup-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start}#landing-root .mockup-text h2{font-size:clamp(1.4rem,3.5vw,2.2rem);font-weight:800;color:var(--text-dark);line-height:1.2;margin-bottom:.9rem}#landing-root .mockup-text h2 span{color:var(--blue-light)}#landing-root .mockup-text p{font-size:.88rem;color:var(--text-muted);line-height:1.7;margin-bottom:.5rem}#landing-root .check-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;font-size:.84rem;color:var(--text-mid);margin-bottom:.4rem;line-height:1.4}#landing-root .check-item:before{content:"✓";color:var(--green);font-weight:900;-ms-flex-negative:0;flex-shrink:0}#landing-root .browser{background:#fff;border-radius:12px;border:1.5px solid #e2e8f4;-webkit-box-shadow:0 20px 50px rgba(13,43,107,.12);box-shadow:0 20px 50px rgba(13,43,107,.12);overflow:hidden;width:100%;max-width:100%}#landing-root .browser-bar{background:#f1f5fb;padding:7px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;border-bottom:1px solid #e2e8f4}#landing-root .b-dot{width:8px;height:8px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}#landing-root .b-url{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#fff;border:1px solid #e2e8f4;border-radius:4px;padding:2px 7px;font-size:.6rem;color:#94a3b8;margin-left:4px;min-width:0}#landing-root .app-layout{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;overflow:hidden;max-height:380px}#landing-root .sidebar{width:34px;background:var(--blue-light);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 0;gap:7px}#landing-root .s-icon,#landing-root .sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}#landing-root .s-icon{width:20px;height:20px;border-radius:5px;background:hsla(0,0%,100%,.15);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.6rem}#landing-root .s-icon.active{background:hsla(0,0%,100%,.35)}#landing-root .app-main{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;overflow:hidden;background:#f0f5fc}#landing-root .topbar{background:var(--blue-light);padding:5px 8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#landing-root .topbar,#landing-root .topbar-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#landing-root .topbar-right{gap:5px}#landing-root .topbar-txt{font-size:.52rem;color:hsla(0,0%,100%,.85);font-weight:600}#landing-root .stats-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3px;padding:5px 6px;overflow:hidden;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#landing-root .stat-card{background:#fff;border-radius:6px;padding:4px 3px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;text-align:center;border:1px solid #e2ecf8}#landing-root .stat-num{font-size:.72rem;font-weight:800;display:block;line-height:1.2}#landing-root .stat-lbl{font-size:.4rem;color:#94a3b8;display:block;line-height:1.2}#landing-root .table-wrap{padding:0 6px 6px}#landing-root .table-header{background:var(--blue-light);border-radius:6px 6px 0 0;padding:4px 7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}#landing-root .table-title{font-size:.58rem;font-weight:700;color:#fff}#landing-root .search-bar{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;background:hsla(0,0%,100%,.18);border-radius:3px;padding:2px 5px;font-size:.5rem;color:hsla(0,0%,100%,.65);margin-left:4px}#landing-root .filters{background:#fff;padding:3px 5px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:3px;-ms-flex-wrap:wrap;flex-wrap:wrap}#landing-root .filter-pill{font-size:.44rem;font-weight:600;padding:1px 5px;border-radius:50px;border:1px solid;white-space:nowrap}#landing-root .fp-orange{color:#d97706;border-color:#fcd34d;background:#fffbeb}#landing-root .fp-blue{color:#1d4ed8;border-color:#93c5fd;background:#eff6ff}#landing-root .fp-green{color:#059669;border-color:#6ee7b7;background:#ecfdf5}#landing-root .fp-purple{color:#7c3aed;border-color:#c4b5fd;background:#f5f3ff}#landing-root .fp-gray{color:#475569;border-color:#cbd5e1;background:#f8fafc}#landing-root .veh-name{font-weight:600;font-size:.48rem;color:#0d2b6b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#landing-root .veh-sub{font-size:.4rem;color:#94a3b8}#landing-root .mat-badge{font-size:.42rem;font-weight:600;color:#475569;background:#f1f5f9;padding:1px 3px;border-radius:2px}#landing-root .loc-txt{font-size:.44rem;color:#475569}#landing-root .sb{font-size:.4rem;font-weight:700;padding:1px 5px;border-radius:50px;white-space:nowrap;display:inline-block}#landing-root .sb-green{background:#dcfce7;color:#166534;border:1px solid #86efac}#landing-root .sb-blue{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}#landing-root .sb-purple{background:#f3e8ff;color:#6b21a8;border:1px solid #d8b4fe}#landing-root .sb-orange{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}#landing-root .sb-red{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}#landing-root .sb-gray{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}#landing-root .cond-vn{background:#dcfce7;color:#166534}#landing-root .cond-vn,#landing-root .cond-vo{font-size:.42rem;font-weight:700;padding:1px 3px;border-radius:2px}#landing-root .cond-vo{background:#fef3c7;color:#92400e}#landing-root .features-section{background:var(--gray-bg)}#landing-root .features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;margin-top:2rem}#landing-root .feat-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:1.6rem 1.4rem;border-radius:16px;border:1.5px solid var(--gray-light);background:#fff}#landing-root .feat-icon-wrap{min-width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--green),var(--green-dark));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.3rem;-ms-flex-negative:0;flex-shrink:0}#landing-root .feat-item h4{font-size:.95rem;font-weight:800;color:var(--text-dark);margin-bottom:.35rem}#landing-root .feat-item p{font-size:.83rem;color:var(--text-muted);line-height:1.55}#landing-root .testi-section{background:var(--gray-bg)}#landing-root .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}#landing-root .testi-card{background:#fff;border-radius:16px;border:1.5px solid var(--gray-light);padding:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem;text-align:left}#landing-root .testi-stars{color:#f59e0b;font-size:.85rem;letter-spacing:2px}#landing-root .testi-quote{font-size:.86rem;color:var(--text-mid);line-height:1.7;font-style:italic;-webkit-box-flex:1;-ms-flex:1;flex:1}#landing-root .testi-footer{gap:10px}#landing-root .testi-avatar,#landing-root .testi-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#landing-root .testi-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--blue-light),var(--blue-dark));-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.65rem;font-weight:800;color:#fff;-ms-flex-negative:0;flex-shrink:0}#landing-root .testi-author{font-weight:700;font-size:.83rem;color:var(--text-dark);line-height:1.2}#landing-root .testi-role{font-size:.72rem;color:var(--text-muted);line-height:1.2;margin-top:2px}#landing-root .forwho-section{background:var(--gray-bg);padding:3.5rem 1.5rem 4rem}#landing-root .forwho-highlight{font-size:1.1rem;font-weight:700;color:var(--blue-light);margin-top:1.5rem;font-style:italic}#landing-root .forwho-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}#landing-root .forwho-card{background:#fff;border:1.5px solid var(--gray-light);border-radius:16px;padding:1.8rem 1.4rem}#landing-root .forwho-card h4{font-size:1rem;font-weight:800;color:var(--text-dark);margin-bottom:.6rem;line-height:1.3}#landing-root .forwho-card p{font-size:.86rem;color:var(--text-mid);line-height:1.6}#landing-root .cta-final{background:linear-gradient(135deg,var(--blue-dark),var(--blue-mid));padding:4rem 1.5rem;text-align:center}#landing-root .cta-final h2{font-size:clamp(1.7rem,5vw,2.8rem);font-weight:900;color:#fff;margin-bottom:.9rem;letter-spacing:-.02em}#landing-root .cta-final p{font-size:.93rem;color:hsla(0,0%,100%,.75);margin-bottom:1.8rem}#landing-root footer{background:var(--navy);padding:1.3rem 1.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.8rem}#landing-root .foot-logo,#landing-root footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#landing-root .foot-logo{gap:8px;font-size:.95rem;font-weight:900;color:#fff;letter-spacing:.08em}#landing-root .foot-copy{font-size:.72rem;color:hsla(0,0%,100%,.4)}@media (min-width:900px){#landing-root .cards-grid{grid-template-columns:repeat(4,1fr)}#landing-root .why-card{padding:2rem 1.4rem}#landing-root .why-icon{width:70px;height:70px;font-size:1.8rem}}@media (max-width:900px){#landing-root .nav-links{display:none}#landing-root .compare-grid,#landing-root .mockup-inner{grid-template-columns:1fr}#landing-root .mockup-section{padding:2.5rem 1rem}#landing-root .browser{font-size:90%}#landing-root .forwho-grid,#landing-root .testi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){#landing-root .app-layout{max-height:none}#landing-root nav{padding:.7rem 1rem}#landing-root .nav-logo-text{font-size:.9rem}#landing-root .nav-cta{display:none}#landing-root .nav-login{padding:.4rem .9rem;font-size:.8rem}#landing-root .cars-scene{gap:0;padding:0 .3rem}#landing-root .car-card{padding:.8rem .5rem;border-radius:12px}#landing-root .car-label{font-size:.55rem}#landing-root .car-plate{font-size:.65rem;padding:2px 6px}#landing-root .car-status{font-size:.58rem;padding:2px 6px}#landing-root .arrow-wrap svg{width:30px}#landing-root .cards-grid{grid-template-columns:1fr 1fr;gap:.8rem}#landing-root .why-card{padding:1.4rem 1rem}#landing-root .why-icon{width:56px;height:56px;font-size:1.4rem}#landing-root .compare-grid,#landing-root .features-list,#landing-root .forwho-grid,#landing-root .testi-grid{grid-template-columns:1fr}#landing-root footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}#landing-root .anim-fade-up{opacity:0;-webkit-transform:translateY(28px);transform:translateY(28px);-webkit-transition:opacity .55s ease,-webkit-transform .55s ease;transition:opacity .55s ease,-webkit-transform .55s ease;transition:opacity .55s ease,transform .55s ease;transition:opacity .55s ease,transform .55s ease,-webkit-transform .55s ease}#landing-root .anim-fade-up.is-visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#landing-root .delay-1{-webkit-transition-delay:.12s;transition-delay:.12s}#landing-root .delay-2{-webkit-transition-delay:.24s;transition-delay:.24s}#landing-root .delay-3{-webkit-transition-delay:.36s;transition-delay:.36s}@media (prefers-reduced-motion:reduce){#landing-root .anim-fade-up{opacity:1;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}.demo-toast{position:fixed;bottom:1.8rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#0d2b6b;color:#fff;padding:.9rem 1.6rem;border-radius:50px;font-size:.88rem;font-weight:500;z-index:9999;-webkit-box-shadow:0 8px 30px rgba(13,43,107,.35);box-shadow:0 8px 30px rgba(13,43,107,.35);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:calc(100vw - 2rem);white-space:normal;text-align:center;-webkit-animation:toastIn .3s ease;animation:toastIn .3s ease}@-webkit-keyframes toastIn{0%{opacity:0;-webkit-transform:translateX(-50%) translateY(12px);transform:translateX(-50%) translateY(12px)}to{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}}@keyframes toastIn{0%{opacity:0;-webkit-transform:translateX(-50%) translateY(12px);transform:translateX(-50%) translateY(12px)}to{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}}h1[data-v-2a0f4538],h1[data-v-6a5d7764],h1[data-v-ef4dd140]{font-size:150px;line-height:150px;font-weight:700;color:#252932;text-shadow:rgba(61,61,61,.3) 1px 1px,rgba(61,61,61,.2) 2px 2px,rgba(61,61,61,.3) 3px 3px}