[{"name":"synthetic","css":"@media (max-width:600px){ .a{color:red} @supports (display:grid){ .b{color:blue}}}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"color","value":"blue","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":"@media (max-width:600px){ .a{color:red} @supports (display:grid){ .b{color:blue}}}"},{"name":"synthetic","css":"@media screen { @media (min-width:1px) { .a{color:red} } }","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"@media screen { @media (min-width:1px) { .a{color:red} } }"},{"name":"synthetic","css":"@supports (display:grid) and (not (display:inline-grid)) { .grid{display:grid} }","rules":[{"selector":".grid","declarations":[{"prop":"display","value":"grid","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"@supports (display:grid) and (not (display:inline-grid)) { .grid{display:grid} }"},{"name":"synthetic","css":"@layer base { .a{color:red} } @layer{ .b{color:red} } @layer a, b; @layer x.y { .c{color:green} }","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null},{"selector":".c","declarations":[{"prop":"color","value":"green","important":false}],"specificity":[0,1,0],"order":2,"isHover":false,"matchSelector":null}],"unwrapped":" .a{color:red} .b{color:red} @layer a, b; .c{color:green} "},{"name":"synthetic","css":"@layer utilities { @media (min-width: 640px) { .sm\\:flex { display: flex } } }","rules":[{"selector":".sm\\:flex","declarations":[{"prop":"display","value":"flex","important":false}],"specificity":[0,2,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":" @media (min-width: 640px) { .sm\\:flex { display: flex } } "},{"name":"synthetic","css":"@media print { @layer foo { .p{margin:0} } }","rules":[{"selector":".p","declarations":[{"prop":"margin","value":"0","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"@media print { .p{margin:0} }"},{"name":"synthetic","css":"@layer a { @layer b { @layer c { .deep{x:y} } } }","rules":[{"selector":".deep","declarations":[{"prop":"x","value":"y","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":" @layer b { @layer c { .deep{x:y} } } "},{"name":"synthetic","css":"@layer reset, base; @layer base { html{margin:0} } @layer reset { *{box-sizing:border-box} }","rules":[{"selector":"html","declarations":[{"prop":"margin","value":"0","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"*","declarations":[{"prop":"box-sizing","value":"border-box","important":false}],"specificity":[0,0,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":"@layer reset, base; html{margin:0} *{box-sizing:border-box} "},{"name":"synthetic","css":"@supports not (display:grid) { @media (max-width: 400px) { @layer x { .m{n:o} } } }","rules":[{"selector":".m","declarations":[{"prop":"n","value":"o","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"@supports not (display:grid) { @media (max-width: 400px) { .m{n:o} } }"},{"name":"synthetic","css":"@media (min-width: 640px) { .container { max-width: 640px } } @media (min-width: 768px) { .container { max-width: 768px } }","rules":[{"selector":".container","declarations":[{"prop":"max-width","value":"640px","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".container","declarations":[{"prop":"max-width","value":"768px","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":"@media (min-width: 640px) { .container { max-width: 640px } } @media (min-width: 768px) { .container { max-width: 768px } }"},{"name":"synthetic","css":"@media (prefers-reduced-motion: reduce) { *, ::before, ::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important } }","rules":[{"selector":"*","declarations":[{"prop":"animation-duration","value":"0.01ms","important":true},{"prop":"transition-duration","value":"0.01ms","important":true}],"specificity":[0,0,0],"order":0,"isHover":false,"matchSelector":null},{"selector":"::before","declarations":[{"prop":"animation-duration","value":"0.01ms","important":true},{"prop":"transition-duration","value":"0.01ms","important":true}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null},{"selector":"::after","declarations":[{"prop":"animation-duration","value":"0.01ms","important":true},{"prop":"transition-duration","value":"0.01ms","important":true}],"specificity":[0,1,0],"order":2,"isHover":false,"matchSelector":null}],"unwrapped":"@media (prefers-reduced-motion: reduce) { *, ::before, ::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important } }"},{"name":"synthetic","css":"@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) { .glass { backdrop-filter: blur(12px) } }","rules":[{"selector":".glass","declarations":[{"prop":"backdrop-filter","value":"blur(12px)","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) { .glass { backdrop-filter: blur(12px) } }"},{"name":"synthetic","css":"@media (a{b) { .x{c:d} } .y{e:f}","rules":[],"unwrapped":"@media (a{b) { .x{c:d} } .y{e:f}"},{"name":"synthetic","css":"@media (a; b) { .x{c:d} } .y{e:f}","rules":[{"selector":".x","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".y","declarations":[{"prop":"e","value":"f","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":"@media (a; b) { .x{c:d} } .y{e:f}"},{"name":"synthetic","css":"@media (a; b { .x{c:d} } .y{e:f}","rules":[],"unwrapped":"@media (a; b { .x{c:d} } .y{e:f}"},{"name":"synthetic","css":"@media (a) foo { .x{c:d} } .y{e:f}","rules":[{"selector":".x","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".y","declarations":[{"prop":"e","value":"f","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":"@media (a) foo { .x{c:d} } .y{e:f}"},{"name":"synthetic","css":"@media { .x{c:d} } @media; .y{e:f} @media","rules":[{"selector":".x","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".y","declarations":[{"prop":"e","value":"f","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":"@media { .x{c:d} } @media; .y{e:f} @media"},{"name":"synthetic","css":"@media{}.b{c:d} @MEDIA (x){a{b:c}} @Layer X{a{b:c}} @supports(x:y){a{b:c}}","rules":[{"selector":".b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,0,1],"order":2,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,0,1],"order":3,"isHover":false,"matchSelector":null}],"unwrapped":"@media{}.b{c:d} @MEDIA (x){a{b:c}} @Layer X{a{b:c}} @supports(x:y){a{b:c}}"},{"name":"synthetic","css":"@media (x){ .b {c:d} .c{ }} ","rules":[{"selector":".b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".c","declarations":[],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":"@media (x){ .b {c:d} .c{ }} "},{"name":"synthetic","css":"a{b:x;@media (y){c:d}} e{f:g}","rules":[{"selector":"a","declarations":[{"prop":"b","value":"x","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"e","declarations":[{"prop":"f","value":"g","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":"a{b:x;@media (y){c:d}} e{f:g}"},{"name":"synthetic","css":".a:hover, .b:hover > .c, .d:hover.e, .f:hover ~ , .g:hover{color:red}","rules":[{"selector":".a:hover","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,2,0],"order":0,"isHover":true,"matchSelector":".a"},{"selector":".b:hover>.c","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,3,0],"order":1,"isHover":true,"matchSelector":".b>.c"},{"selector":".d:hover.e","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,3,0],"order":2,"isHover":true,"matchSelector":".d.e"},{"selector":".f:hover~","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,2,0],"order":3,"isHover":true,"matchSelector":null},{"selector":".g:hover","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,2,0],"order":4,"isHover":true,"matchSelector":".g"}],"unwrapped":".a:hover, .b:hover > .c, .d:hover.e, .f:hover ~ , .g:hover{color:red}"},{"name":"synthetic","css":"a:hover>b{c:d} a:hover+b{c:d} a:hover b{c:d} a:hover >{c:d} a:hover b:hover{c:d} :hover{c:d} a:not(:hover){c:d} a:hover:focus{c:d}","rules":[{"selector":"a:hover>b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,2],"order":0,"isHover":true,"matchSelector":"a>b"},{"selector":"a:hover+b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,2],"order":1,"isHover":true,"matchSelector":"a+b"},{"selector":"a:hover b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,2],"order":2,"isHover":true,"matchSelector":"a b"},{"selector":"a:hover>","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":3,"isHover":true,"matchSelector":null},{"selector":"a:hover b:hover","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,2,2],"order":4,"isHover":true,"matchSelector":"a b"},{"selector":":hover","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":5,"isHover":true,"matchSelector":null},{"selector":"a:not(:hover)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":6,"isHover":true,"matchSelector":"a:not()"},{"selector":"a:hover:focus","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,2,1],"order":7,"isHover":true,"matchSelector":"a:focus"}],"unwrapped":"a:hover>b{c:d} a:hover+b{c:d} a:hover b{c:d} a:hover >{c:d} a:hover b:hover{c:d} :hover{c:d} a:not(:hover){c:d} a:hover:focus{c:d}"},{"name":"synthetic","css":"a:hover, :hover.b, .b :hover .c, > a:hover{c:d}","rules":[{"selector":"a:hover","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":0,"isHover":true,"matchSelector":"a"},{"selector":":hover.b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,2,0],"order":1,"isHover":true,"matchSelector":".b"},{"selector":".b :hover .c","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,3,0],"order":2,"isHover":true,"matchSelector":".b * .c"},{"selector":">a:hover","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":3,"isHover":true,"matchSelector":"*>a"}],"unwrapped":"a:hover, :hover.b, .b :hover .c, > a:hover{c:d}"},{"name":"synthetic","css":".a:HOVER{color:red} .a:hover-x{c:d} .hover{m:n} a:hovering{o:p} a\\:hover{c:d} a[data-x=\":hover\"]{c:d}","rules":[{"selector":".a:HOVER","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,2,0],"order":0,"isHover":true,"matchSelector":".a"},{"selector":".a:hover-x","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,2,0],"order":1,"isHover":true,"matchSelector":".a-x"},{"selector":".hover","declarations":[{"prop":"m","value":"n","important":false}],"specificity":[0,1,0],"order":2,"isHover":false,"matchSelector":null},{"selector":"a:hovering","declarations":[{"prop":"o","value":"p","important":false}],"specificity":[0,1,1],"order":3,"isHover":false,"matchSelector":null},{"selector":"a\\:hover","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":4,"isHover":true,"matchSelector":"a\\"},{"selector":"a[data-x=\":hover\"]","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":5,"isHover":true,"matchSelector":"a[data-x=\"\"]"}],"unwrapped":".a:HOVER{color:red} .a:hover-x{c:d} .hover{m:n} a:hovering{o:p} a\\:hover{c:d} a[data-x=\":hover\"]{c:d}"},{"name":"synthetic","css":".a :hover .b{c:d} .a :hover .b{c:d} :hover > .b{c:d} .a > :hover{c:d} .a ~ :hover ~ .b{c:d}","rules":[{"selector":".a :hover .b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,3,0],"order":0,"isHover":true,"matchSelector":".a * .b"},{"selector":".a :hover .b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,3,0],"order":1,"isHover":true,"matchSelector":".a * .b"},{"selector":":hover>.b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,2,0],"order":2,"isHover":true,"matchSelector":"*>.b"},{"selector":".a>:hover","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,2,0],"order":3,"isHover":true,"matchSelector":null},{"selector":".a~:hover~.b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,3,0],"order":4,"isHover":true,"matchSelector":".a~*~.b"}],"unwrapped":".a :hover .b{c:d} .a :hover .b{c:d} :hover > .b{c:d} .a > :hover{c:d} .a ~ :hover ~ .b{c:d}"},{"name":"synthetic","css":".a:hover::before{content:\"\"} .btn:hover:not(:disabled){color:red}","rules":[{"selector":".a:hover::before","declarations":[{"prop":"content","value":"\"\"","important":false}],"specificity":[0,3,0],"order":0,"isHover":true,"matchSelector":".a::before"},{"selector":".btn:hover:not(:disabled)","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,3,0],"order":1,"isHover":true,"matchSelector":".btn:not(:disabled)"}],"unwrapped":".a:hover::before{content:\"\"} .btn:hover:not(:disabled){color:red}"},{"name":"synthetic","css":"a, b, c , d{color:red}","rules":[{"selector":"a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"b","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"c","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,0,1],"order":2,"isHover":false,"matchSelector":null},{"selector":"d","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,0,1],"order":3,"isHover":false,"matchSelector":null}],"unwrapped":"a, b, c , d{color:red}"},{"name":"synthetic","css":".a[data-x=\"a,b\"], .b:is(.x, .y){color:red}","rules":[{"selector":".a[data-x=\"a,b\"]","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,2,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b:is(.x,.y)","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,2,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":".a[data-x=\"a,b\"], .b:is(.x, .y){color:red}"},{"name":"synthetic","css":".a{color:red !important; b: c ! important ; d: e!IMPORTANT; f: g !ie; h: i!important !important}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":true},{"prop":"b","value":"c","important":true},{"prop":"d","value":"e","important":true},{"prop":"f","value":"g","important":true}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:red !important; b: c ! important ; d: e!IMPORTANT; f: g !ie; h: i!important !important}"},{"name":"synthetic","css":"a{b:c!important !important} a{b:c !important d} a{b:c!importantx} a{b:!important} a{ b : c ; } a{b: c!important} a{b:c ! important}","rules":[{"selector":"a","declarations":[],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"c","important":true}],"specificity":[0,0,1],"order":2,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"","important":true}],"specificity":[0,0,1],"order":3,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,0,1],"order":4,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"c","important":true}],"specificity":[0,0,1],"order":5,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"c","important":true}],"specificity":[0,0,1],"order":6,"isHover":false,"matchSelector":null}],"unwrapped":"a{b:c!important !important} a{b:c !important d} a{b:c!importantx} a{b:!important} a{ b : c ; } a{b: c!important} a{b:c ! important}"},{"name":"synthetic","css":".a{b: 1px !important; c: 2px ! important; d: 3px !important ; e:4px!important;}","rules":[{"selector":".a","declarations":[{"prop":"b","value":"1px","important":true},{"prop":"c","value":"2px","important":true},{"prop":"d","value":"3px","important":true},{"prop":"e","value":"4px","important":true}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{b: 1px !important; c: 2px ! important; d: 3px !important ; e:4px!important;}"},{"name":"synthetic","css":".a { --x: red ; color: var(--x); --y: { a: b } ; --z:; --w: ; --empty: ;}","rules":[{"selector":".a","declarations":[{"prop":"--x","value":"red","important":false},{"prop":"color","value":"var(--x)","important":false},{"prop":"--y","value":"{ a: b }","important":false},{"prop":"--z","value":"","important":false},{"prop":"--w","value":"","important":false},{"prop":"--empty","value":"","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a { --x: red ; color: var(--x); --y: { a: b } ; --z:; --w: ; --empty: ;}"},{"name":"synthetic","css":":root{--brand: #87a8ff; --pad: 4px 8px } .card{border-left: 5px solid var(--brand); padding: var(--pad, 1px)}","rules":[{"selector":":root","declarations":[{"prop":"--brand","value":"#87a8ff","important":false},{"prop":"--pad","value":"4px 8px","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".card","declarations":[{"prop":"border-left","value":"5px solid var(--brand)","important":false},{"prop":"padding","value":"var(--pad, 1px)","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":":root{--brand: #87a8ff; --pad: 4px 8px } .card{border-left: 5px solid var(--brand); padding: var(--pad, 1px)}"},{"name":"synthetic","css":".a{ color : var( --x , red ) ; width: var(--w); z: var(--a,var(--b, 1px))}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"var(--x, red )","important":false},{"prop":"width","value":"var(--w)","important":false},{"prop":"z","value":"var(--a,var(--b, 1px))","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{ color : var( --x , red ) ; width: var(--w); z: var(--a,var(--b, 1px))}"},{"name":"synthetic","css":".a{color:red;;;} .b{color:red","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:red;;;} .b{color:red"},{"name":"synthetic","css":".a{color:red} } .b{color:blue}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":"} .b","declarations":[{"prop":"color","value":"blue","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:red} } .b{color:blue}"},{"name":"synthetic","css":".a{color:red;}}}.b{color:blue}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":"}}.b","declarations":[{"prop":"color","value":"blue","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:red;}}}.b{color:blue}"},{"name":"synthetic","css":".a{color:red}@media (a){.b{color:blue}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"color","value":"blue","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:red}@media (a){.b{color:blue}"},{"name":"synthetic","css":".a { color: red } .b { color: blue","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"color","value":"blue","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":".a { color: red } .b { color: blue"},{"name":"synthetic","css":"a{b:c;d","rules":[{"selector":"a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"a{b:c;d"},{"name":"synthetic","css":"a{b}","rules":[{"selector":"a","declarations":[],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"a{b}"},{"name":"synthetic","css":"a{color:}","rules":[{"selector":"a","declarations":[{"prop":"color","value":"","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"a{color:}"},{"name":"synthetic","css":"{a:b}","rules":[],"unwrapped":"{a:b}"},{"name":"synthetic","css":"}","rules":[],"unwrapped":"}"},{"name":"synthetic","css":"{","rules":[],"unwrapped":"{"},{"name":"synthetic","css":"a{","rules":[{"selector":"a","declarations":[],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"a{"},{"name":"synthetic","css":"a{}","rules":[{"selector":"a","declarations":[],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"a{}"},{"name":"synthetic","css":"","rules":[],"unwrapped":""},{"name":"synthetic","css":" ","rules":[],"unwrapped":" "},{"name":"synthetic","css":"a","rules":[],"unwrapped":"a"},{"name":"synthetic","css":".a{color:red}\"str}\"{}.b{color:blue}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":"\"str}\"","declarations":[],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"color","value":"blue","important":false}],"specificity":[0,1,0],"order":2,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:red}\"str}\"{}.b{color:blue}"},{"name":"synthetic","css":"a{color:red;background:blue{}} a{color:red;background:blue{c:d} e:f;g:h;} i{j:k}} l{m:n}","rules":[{"selector":"a","declarations":[{"prop":"color","value":"red","important":false},{"prop":"background","value":"blue{}","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"color","value":"red","important":false},{"prop":"background","value":"blue{c:d} e:f","important":false},{"prop":"g","value":"h","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"i","declarations":[{"prop":"j","value":"k","important":false}],"specificity":[0,0,1],"order":2,"isHover":false,"matchSelector":null},{"selector":"} l","declarations":[{"prop":"m","value":"n","important":false}],"specificity":[0,0,1],"order":3,"isHover":false,"matchSelector":null}],"unwrapped":"a{color:red;background:blue{}} a{color:red;background:blue{c:d} e:f;g:h;} i{j:k}} l{m:n}"},{"name":"synthetic","css":"a{b:x;c:d{e:f}} a{b:x;c:hover{d:e}} a{b:x;c{d:e}} a{color:red;--y} a{;b:c} a{b:c;;d:e}","rules":[{"selector":"a","declarations":[{"prop":"b","value":"x","important":false},{"prop":"c","value":"d{e:f}","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"x","important":false},{"prop":"c","value":"hover{d:e}","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"x","important":false}],"specificity":[0,0,1],"order":2,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,0,1],"order":3,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,0,1],"order":4,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"c","important":false},{"prop":"d","value":"e","important":false}],"specificity":[0,0,1],"order":5,"isHover":false,"matchSelector":null}],"unwrapped":"a{b:x;c:d{e:f}} a{b:x;c:hover{d:e}} a{b:x;c{d:e}} a{color:red;--y} a{;b:c} a{b:c;;d:e}"},{"name":"synthetic","css":"a{b:x;&:hover{c:d}} a{&:hover{c:d}} a{b:x;> c{d:e}} a{b:x;.c{d:e}}","rules":[{"selector":"a","declarations":[{"prop":"b","value":"x","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"x","important":false}],"specificity":[0,0,1],"order":2,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"x","important":false}],"specificity":[0,0,1],"order":3,"isHover":false,"matchSelector":null}],"unwrapped":"a{b:x;&:hover{c:d}} a{&:hover{c:d}} a{b:x;> c{d:e}} a{b:x;.c{d:e}}"},{"name":"synthetic","css":".a{content:\"\\\n\"} .b{content:\"multi\\\nline\"} .c{content:\"bad\nstring\"; color:red}","rules":[{"selector":".a","declarations":[{"prop":"content","value":"\"\"","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"content","value":"\"multiline\"","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null},{"selector":".c","declarations":[{"prop":"content","value":"\"bad\nstring\"; color:red}","important":false}],"specificity":[0,1,0],"order":2,"isHover":false,"matchSelector":null}],"unwrapped":".a{content:\"\\\n\"} .b{content:\"multi\\\nline\"} .c{content:\"bad\nstring\"; color:red}"},{"name":"synthetic","css":".a{c:\"unterminated} .b{color:red}","rules":[{"selector":".a","declarations":[{"prop":"c","value":"\"unterminated} .b{color:red}\"","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{c:\"unterminated} .b{color:red}"},{"name":"synthetic","css":".a{c:url(unterminated} .b{color:red}","rules":[{"selector":".a","declarations":[{"prop":"c","value":"url(unterminated} .b{color:red}","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{c:url(unterminated} .b{color:red}"},{"name":"synthetic","css":".a{c:url(\"unterminated} .b{color:red}","rules":[{"selector":".a","declarations":[{"prop":"c","value":"url(unterminated}\\ .b{color:red})","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{c:url(\"unterminated} .b{color:red}"},{"name":"synthetic","css":".a{c:calc(1px + } .b{color:red}","rules":[{"selector":".a","declarations":[{"prop":"c","value":"calc(1px + } .b{color:red}","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{c:calc(1px + } .b{color:red}"},{"name":"synthetic","css":".a{c:[ } .b{color:red}","rules":[{"selector":".a","declarations":[{"prop":"c","value":"[ } .b{color:red}","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{c:[ } .b{color:red}"},{"name":"synthetic","css":".a{width:50%} 50%{c:d} 5{c:d} .5{c:d} 5px{c:d} +a{c:d} .a + {c:d} .a > {c:d} > .a{c:d} ~{c:d}","rules":[{"selector":".a","declarations":[{"prop":"width","value":"50%","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":"50%","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,0,0],"order":1,"isHover":false,"matchSelector":null},{"selector":"5","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,0,0],"order":2,"isHover":false,"matchSelector":null},{"selector":".5","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":3,"isHover":false,"matchSelector":null},{"selector":"5px","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,0,0],"order":4,"isHover":false,"matchSelector":null},{"selector":"+a","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,0,1],"order":5,"isHover":false,"matchSelector":null},{"selector":".a+","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":6,"isHover":false,"matchSelector":null},{"selector":".a>","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":7,"isHover":false,"matchSelector":null},{"selector":">.a","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":8,"isHover":false,"matchSelector":null},{"selector":"~","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,0,0],"order":9,"isHover":false,"matchSelector":null}],"unwrapped":".a{width:50%} 50%{c:d} 5{c:d} .5{c:d} 5px{c:d} +a{c:d} .a + {c:d} .a > {c:d} > .a{c:d} ~{c:d}"},{"name":"synthetic","css":"/* only */","rules":[],"unwrapped":"/* only */"},{"name":"synthetic","css":".a{color: /* comment */ red; /*c*/ background:blue} /* between */ .b{c:d}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false},{"prop":"background","value":"blue","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":".a{color: /* comment */ red; /*c*/ background:blue} /* between */ .b{c:d}"},{"name":"synthetic","css":".a{color:red}/*}*/.b{color:blue}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"color","value":"blue","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:red}/*}*/.b{color:blue}"},{"name":"synthetic","css":".a{color:red}\n/* trailing","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:red}\n/* trailing"},{"name":"synthetic","css":"/*! bang */ .a{color:red}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"/*! bang */ .a{color:red}"},{"name":"synthetic","css":"a::after{content:\"}\"} b{c:d} c{d:\"}\"} e{f:g} h{i:c /* } */} d{e:f} j{b:url(}) } k{e:f}","rules":[{"selector":"a::after","declarations":[{"prop":"content","value":"\"}\"","important":false}],"specificity":[0,1,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"c","declarations":[{"prop":"d","value":"\"}\"","important":false}],"specificity":[0,0,1],"order":2,"isHover":false,"matchSelector":null},{"selector":"e","declarations":[{"prop":"f","value":"g","important":false}],"specificity":[0,0,1],"order":3,"isHover":false,"matchSelector":null},{"selector":"h","declarations":[{"prop":"i","value":"c","important":false}],"specificity":[0,0,1],"order":4,"isHover":false,"matchSelector":null},{"selector":"d","declarations":[{"prop":"e","value":"f","important":false}],"specificity":[0,0,1],"order":5,"isHover":false,"matchSelector":null},{"selector":"j","declarations":[{"prop":"b","value":"url(})","important":false}],"specificity":[0,0,1],"order":6,"isHover":false,"matchSelector":null},{"selector":"k","declarations":[{"prop":"e","value":"f","important":false}],"specificity":[0,0,1],"order":7,"isHover":false,"matchSelector":null}],"unwrapped":"a::after{content:\"}\"} b{c:d} c{d:\"}\"} e{f:g} h{i:c /* } */} d{e:f} j{b:url(}) } k{e:f}"},{"name":"synthetic","css":"a{b:red /* x */ blue; c: red\n blue\t green; d:(1+2); e:[a b]; f:{a:b}; g:foo(bar(baz)); h:a,b,,c; i:a , , b; j:foo( , ); k:foo(1 2)}","rules":[{"selector":"a","declarations":[{"prop":"b","value":"red blue","important":false},{"prop":"c","value":"red blue green","important":false},{"prop":"d","value":"(1+2)","important":false},{"prop":"e","value":"[a b]","important":false},{"prop":"f","value":"{a:b}","important":false},{"prop":"g","value":"foo(bar(baz))","important":false},{"prop":"h","value":"a,b,,c","important":false},{"prop":"i","value":"a,,b","important":false},{"prop":"j","value":"foo(,)","important":false},{"prop":"k","value":"foo(1 2)","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"a{b:red /* x */ blue; c: red\n blue\t green; d:(1+2); e:[a b]; f:{a:b}; g:foo(bar(baz)); h:a,b,,c; i:a , , b; j:foo( , ); k:foo(1 2)}"},{"name":"synthetic","css":"a{b:1px !important;} a{b: x } a{b:x\n} a{b:x;\n} a{b:x /**/} a{b:x/**/y} a{b:x/**/} a{b:/**/x}","rules":[{"selector":"a","declarations":[{"prop":"b","value":"1px","important":true}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"x","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"x","important":false}],"specificity":[0,0,1],"order":2,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"x","important":false}],"specificity":[0,0,1],"order":3,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"x","important":false}],"specificity":[0,0,1],"order":4,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"x y","important":false}],"specificity":[0,0,1],"order":5,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"x","important":false}],"specificity":[0,0,1],"order":6,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"b","value":"x","important":false}],"specificity":[0,0,1],"order":7,"isHover":false,"matchSelector":null}],"unwrapped":"a{b:1px !important;} a{b: x } a{b:x\n} a{b:x;\n} a{b:x /**/} a{b:x/**/y} a{b:x/**/} a{b:/**/x}"},{"name":"synthetic","css":".a{color:red}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"color","value":"blue","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:red}"},{"name":"synthetic","css":"@import url(x.css); @import 'y.css' layer(base) supports(display:grid) screen; .z{color:red}","rules":[{"selector":".z","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"@import url(x.css); @import 'y.css' layer(base) supports(display:grid) screen; .z{color:red}"},{"name":"synthetic","css":"@font-face{font-family:x; src: url(x.woff2) format(\"woff2\")} a{b:c}","rules":[{"selector":"a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"@font-face{font-family:x; src: url(x.woff2) format(\"woff2\")} a{b:c}"},{"name":"synthetic","css":"@keyframes x { from{opacity:0} to{opacity:1} } @-webkit-keyframes k2{from{a:b}} @media(x){@keyframes k3{from{a:b}} a{b:c}} .z{color:red}","rules":[{"selector":"a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null},{"selector":".z","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":"@keyframes x { from{opacity:0} to{opacity:1} } @-webkit-keyframes k2{from{a:b}} @media(x){@keyframes k3{from{a:b}} a{b:c}} .z{color:red}"},{"name":"synthetic","css":"@page{margin:0} @page :first{margin:1px} @container (min-width: 1px){ .a{color:red}} @scope (.x){ .y{c:d}} @starting-style{ .z{opacity:0}}","rules":[],"unwrapped":"@page{margin:0} @page :first{margin:1px} @container (min-width: 1px){ .a{color:red}} @scope (.x){ .y{c:d}} @starting-style{ .z{opacity:0}}"},{"name":"synthetic","css":"@charset \"utf-8\"; @namespace svg url(http://www.w3.org/2000/svg); a{b:c}","rules":[{"selector":"a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"@charset \"utf-8\"; @namespace svg url(http://www.w3.org/2000/svg); a{b:c}"},{"name":"synthetic","css":"@font-face{font-family:x} @media (x){ @font-face{font-family:y} .z{c:d} }","rules":[{"selector":".z","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"@font-face{font-family:x} @media (x){ @font-face{font-family:y} .z{c:d} }"},{"name":"synthetic","css":"a{b:c}@font-face{d:e}f{g:h}","rules":[{"selector":"a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"f","declarations":[{"prop":"g","value":"h","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":"a{b:c}@font-face{d:e}f{g:h}"},{"name":"synthetic","css":".a{color:red}@media{}.b{c:d}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:red}@media{}.b{c:d}"},{"name":"synthetic","css":".A > .B{COLOR:Red} html{-webkit-text-size-adjust:100%} a{width:100PX;color:Rgb(1,2,3)}","rules":[{"selector":".A>.B","declarations":[{"prop":"COLOR","value":"Red","important":false}],"specificity":[0,2,0],"order":0,"isHover":false,"matchSelector":null},{"selector":"html","declarations":[{"prop":"-webkit-text-size-adjust","value":"100%","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"a","declarations":[{"prop":"width","value":"100PX","important":false},{"prop":"color","value":"Rgb(1,2,3)","important":false}],"specificity":[0,0,1],"order":2,"isHover":false,"matchSelector":null}],"unwrapped":".A > .B{COLOR:Red} html{-webkit-text-size-adjust:100%} a{width:100PX;color:Rgb(1,2,3)}"},{"name":"synthetic","css":".a{background: url( foo.png ) no-repeat , linear-gradient( 90deg , red 0% , blue 100% )}","rules":[{"selector":".a","declarations":[{"prop":"background","value":"url(foo.png)no-repeat,linear-gradient(90deg,red 0%,blue 100%)","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{background: url( foo.png ) no-repeat , linear-gradient( 90deg , red 0% , blue 100% )}"},{"name":"synthetic","css":".a{transition: all .3s ease-in-out,color 1s; animation: spin 1s linear infinite}","rules":[{"selector":".a","declarations":[{"prop":"transition","value":"all .3s ease-in-out,color 1s","important":false},{"prop":"animation","value":"spin 1s linear infinite","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{transition: all .3s ease-in-out,color 1s; animation: spin 1s linear infinite}"},{"name":"synthetic","css":".a{font: italic bold 12px/30px Georgia, serif; font: 12px / 1.5 x}","rules":[{"selector":".a","declarations":[{"prop":"font","value":"italic bold 12px/30px Georgia,serif","important":false},{"prop":"font","value":"12px/1.5 x","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{font: italic bold 12px/30px Georgia, serif; font: 12px / 1.5 x}"},{"name":"synthetic","css":".a{width: calc( 100% - 2px ); height: calc(1px + 2px*3); x: calc( (1 + 2) * 3 )}","rules":[{"selector":".a","declarations":[{"prop":"width","value":"calc(100% - 2px)","important":false},{"prop":"height","value":"calc(1px + 2px*3)","important":false},{"prop":"x","value":"calc((1 + 2)*3)","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{width: calc( 100% - 2px ); height: calc(1px + 2px*3); x: calc( (1 + 2) * 3 )}"},{"name":"synthetic","css":".a{margin:-1px +2px .5em 1.50px 010px; b:1 -2; c:1 - 2; d:1-2; e: 1px+2px; f: a+b; g:1*2}","rules":[{"selector":".a","declarations":[{"prop":"margin","value":"-1px+2px .5em 1.50px 010px","important":false},{"prop":"b","value":"1-2","important":false},{"prop":"c","value":"1 - 2","important":false},{"prop":"d","value":"1-2","important":false},{"prop":"e","value":"1px+2px","important":false},{"prop":"f","value":"a+b","important":false},{"prop":"g","value":"1*2","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{margin:-1px +2px .5em 1.50px 010px; b:1 -2; c:1 - 2; d:1-2; e: 1px+2px; f: a+b; g:1*2}"},{"name":"synthetic","css":".a{transform: translate(10px,20px) rotate(45deg); filter: blur( 2px ); grid-template-columns: repeat( auto-fill , minmax( 100px , 1fr ) )}","rules":[{"selector":".a","declarations":[{"prop":"transform","value":"translate(10px,20px) rotate(45deg)","important":false},{"prop":"filter","value":"blur(2px)","important":false},{"prop":"grid-template-columns","value":"repeat(auto-fill,minmax(100px,1fr))","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{transform: translate(10px,20px) rotate(45deg); filter: blur( 2px ); grid-template-columns: repeat( auto-fill , minmax( 100px , 1fr ) )}"},{"name":"synthetic","css":".a{color:#FFF; background:#abcdef80; content:\"a b\"; font-family: \"Foo Bar\" , sans-serif; x: 'single'; y: \"esc\\\"aped\"}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"#FFF","important":false},{"prop":"background","value":"#abcdef80","important":false},{"prop":"content","value":"\"a b\"","important":false},{"prop":"font-family","value":"\"Foo Bar\",sans-serif","important":false},{"prop":"x","value":"\"single\"","important":false},{"prop":"y","value":"\"esc\\\"aped\"","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:#FFF; background:#abcdef80; content:\"a b\"; font-family: \"Foo Bar\" , sans-serif; x: 'single'; y: \"esc\\\"aped\"}"},{"name":"synthetic","css":".a::before{content:\"\\201C\"} .b::after{content:\"\\\"}\"} .c{content:'}'}","rules":[{"selector":".a::before","declarations":[{"prop":"content","value":"\"“\"","important":false}],"specificity":[0,2,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b::after","declarations":[{"prop":"content","value":"\"\\\"}\"","important":false}],"specificity":[0,2,0],"order":1,"isHover":false,"matchSelector":null},{"selector":".c","declarations":[{"prop":"content","value":"\"}\"","important":false}],"specificity":[0,1,0],"order":2,"isHover":false,"matchSelector":null}],"unwrapped":".a::before{content:\"\\201C\"} .b::after{content:\"\\\"}\"} .c{content:'}'}"},{"name":"synthetic","css":".a{background:URL(x.png); b:url( \"x\" ); c:url(\"x y.png\"); d:url(x y.png); e:url(x)y; f:image-set(url(x) 1x)}","rules":[{"selector":".a","declarations":[{"prop":"background","value":"url(x.png)","important":false},{"prop":"b","value":"url(x)","important":false},{"prop":"c","value":"url(x\\ y.png)","important":false},{"prop":"d","value":"url(x y.png)","important":false},{"prop":"e","value":"url(x)y","important":false},{"prop":"f","value":"image-set(url(x)1x)","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{background:URL(x.png); b:url( \"x\" ); c:url(\"x y.png\"); d:url(x y.png); e:url(x)y; f:image-set(url(x) 1x)}"},{"name":"synthetic","css":".a{color:rgb(0 0 0 / 50%); b: rgb( 1 , 2 , 3 ); c: hsl(120deg 100% 50%)}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"rgb(0 0 0/50%)","important":false},{"prop":"b","value":"rgb(1,2,3)","important":false},{"prop":"c","value":"hsl(120deg 100% 50%)","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:rgb(0 0 0 / 50%); b: rgb( 1 , 2 , 3 ); c: hsl(120deg 100% 50%)}"},{"name":"synthetic","css":".a{unicode-range: U+0025-00FF, u+4??; x: 1/2 ; y: a/b; aspect-ratio: 16 / 9}","rules":[{"selector":".a","declarations":[{"prop":"unicode-range","value":"U+0025-00FF,u+4??","important":false},{"prop":"x","value":"1/2","important":false},{"prop":"y","value":"a/b","important":false},{"prop":"aspect-ratio","value":"16/9","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{unicode-range: U+0025-00FF, u+4??; x: 1/2 ; y: a/b; aspect-ratio: 16 / 9}"},{"name":"synthetic","css":"a{b:1E3;c:1e-3px;d:.5;e:0.50;f:+.5;g:1.2.3;h:1..2;i:.;j:-;k:--;l:--x;m:@x;n:$x;o:x$;p:x @y;q:#;r:#ggg}","rules":[{"selector":"a","declarations":[{"prop":"b","value":"1E3","important":false},{"prop":"c","value":"1e-3px","important":false},{"prop":"d","value":".5","important":false},{"prop":"e","value":"0.50","important":false},{"prop":"f","value":"+.5","important":false},{"prop":"g","value":"1.2 .3","important":false},{"prop":"h","value":"1..2","important":false},{"prop":"i","value":".","important":false},{"prop":"j","value":"-","important":false},{"prop":"k","value":"--","important":false},{"prop":"l","value":"--x","important":false},{"prop":"m","value":"@x","important":false},{"prop":"n","value":"$x","important":false},{"prop":"o","value":"x$","important":false},{"prop":"p","value":"x @y","important":false},{"prop":"q","value":"#","important":false},{"prop":"r","value":"#ggg","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"a{b:1E3;c:1e-3px;d:.5;e:0.50;f:+.5;g:1.2.3;h:1..2;i:.;j:-;k:--;l:--x;m:@x;n:$x;o:x$;p:x @y;q:#;r:#ggg}"},{"name":"synthetic","css":"a{*b:c;_d:e;b:1\\9;c:expression(1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000)}","rules":[{"selector":"a","declarations":[{"prop":"*b","value":"c","important":false},{"prop":"_d","value":"e","important":false},{"prop":"b","value":"1\\9","important":false},{"prop":"c","value":"expression(1)","important":false},{"prop":"filter","value":"progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000)","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":"a{*b:c;_d:e;b:1\\9;c:expression(1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000)}"},{"name":"synthetic","css":"a{b:c;}\r\nd{e:f} g{h:i;}\f j{k:l} m{n:o;}\u000b p{q:r}","rules":[{"selector":"a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,0,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"d","declarations":[{"prop":"e","value":"f","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"g","declarations":[{"prop":"h","value":"i","important":false}],"specificity":[0,0,1],"order":2,"isHover":false,"matchSelector":null},{"selector":"j","declarations":[{"prop":"k","value":"l","important":false}],"specificity":[0,0,1],"order":3,"isHover":false,"matchSelector":null},{"selector":"m","declarations":[{"prop":"n","value":"o","important":false}],"specificity":[0,0,1],"order":4,"isHover":false,"matchSelector":null},{"selector":"p","declarations":[{"prop":"q","value":"r","important":false}],"specificity":[0,0,1],"order":5,"isHover":false,"matchSelector":null}],"unwrapped":"a{b:c;}\r\nd{e:f} g{h:i;}\f j{k:l} m{n:o;}\u000b p{q:r}"},{"name":"synthetic","css":".a{margin: 0 0 0 0} .b{margin: 0 auto 0px 1e3px} .c{padding: 1px 2px 3px}","rules":[{"selector":".a","declarations":[{"prop":"margin","value":"0 0 0 0","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"margin","value":"0 auto 0px 1e3px","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null},{"selector":".c","declarations":[{"prop":"padding","value":"1px 2px 3px","important":false}],"specificity":[0,1,0],"order":2,"isHover":false,"matchSelector":null}],"unwrapped":".a{margin: 0 0 0 0} .b{margin: 0 auto 0px 1e3px} .c{padding: 1px 2px 3px}"},{"name":"synthetic","css":".a{b:1px 2px} .a{b:1px2px} .a{b:1e3 1e-3} .a{b:#fff #000} .a{b:x#fff} .a{b:#fff x} .a{b:1px#fff} .a{b:x -y} .a{b:x --y} .a{b:x -1} .a{b:) x} .a{b:x ) y}","rules":[{"selector":".a","declarations":[{"prop":"b","value":"1px 2px","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".a","declarations":[{"prop":"b","value":"1px2px","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null},{"selector":".a","declarations":[{"prop":"b","value":"1e3 1e-3","important":false}],"specificity":[0,1,0],"order":2,"isHover":false,"matchSelector":null},{"selector":".a","declarations":[{"prop":"b","value":"#fff #000","important":false}],"specificity":[0,1,0],"order":3,"isHover":false,"matchSelector":null},{"selector":".a","declarations":[{"prop":"b","value":"x #fff","important":false}],"specificity":[0,1,0],"order":4,"isHover":false,"matchSelector":null},{"selector":".a","declarations":[{"prop":"b","value":"#fff x","important":false}],"specificity":[0,1,0],"order":5,"isHover":false,"matchSelector":null},{"selector":".a","declarations":[{"prop":"b","value":"1px #fff","important":false}],"specificity":[0,1,0],"order":6,"isHover":false,"matchSelector":null},{"selector":".a","declarations":[{"prop":"b","value":"x -y","important":false}],"specificity":[0,1,0],"order":7,"isHover":false,"matchSelector":null},{"selector":".a","declarations":[{"prop":"b","value":"x --y","important":false}],"specificity":[0,1,0],"order":8,"isHover":false,"matchSelector":null},{"selector":".a","declarations":[{"prop":"b","value":"x -1","important":false}],"specificity":[0,1,0],"order":9,"isHover":false,"matchSelector":null},{"selector":".a","declarations":[{"prop":"b","value":") x","important":false}],"specificity":[0,1,0],"order":10,"isHover":false,"matchSelector":null},{"selector":".a","declarations":[{"prop":"b","value":"x ) y","important":false}],"specificity":[0,1,0],"order":11,"isHover":false,"matchSelector":null}],"unwrapped":".a{b:1px 2px} .a{b:1px2px} .a{b:1e3 1e-3} .a{b:#fff #000} .a{b:x#fff} .a{b:#fff x} .a{b:1px#fff} .a{b:x -y} .a{b:x --y} .a{b:x -1} .a{b:) x} .a{b:x ) y}"},{"name":"synthetic","css":"*{a:b} :root{c:d} ::selection{e:f} :root:hover{g:h}","rules":[{"selector":"*","declarations":[{"prop":"a","value":"b","important":false}],"specificity":[0,0,0],"order":0,"isHover":false,"matchSelector":null},{"selector":":root","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null},{"selector":"::selection","declarations":[{"prop":"e","value":"f","important":false}],"specificity":[0,1,0],"order":2,"isHover":false,"matchSelector":null},{"selector":":root:hover","declarations":[{"prop":"g","value":"h","important":false}],"specificity":[0,2,0],"order":3,"isHover":true,"matchSelector":":root"}],"unwrapped":"*{a:b} :root{c:d} ::selection{e:f} :root:hover{g:h}"},{"name":"synthetic","css":"a:is(.x,.y):where(#z){c:d} a:not( .x , .y ){c:d} :where(.a .b, .c) > d{e:f} :has(> img){c:d}","rules":[{"selector":"a:is(.x,.y):where(#z)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"a:not(.x,.y)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":1,"isHover":false,"matchSelector":null},{"selector":":where(.a .b,.c)>d","declarations":[{"prop":"e","value":"f","important":false}],"specificity":[0,0,1],"order":2,"isHover":false,"matchSelector":null},{"selector":":has(>img)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":3,"isHover":false,"matchSelector":null}],"unwrapped":"a:is(.x,.y):where(#z){c:d} a:not( .x , .y ){c:d} :where(.a .b, .c) > d{e:f} :has(> img){c:d}"},{"name":"synthetic","css":"li:nth-child(2n+1){c:d} li:nth-child( 2n + 1 ){c:d} li:nth-child(odd){c:d} li:nth-child(-n+3){c:d} li:nth-child(n){c:d} li:nth-of-type(3){c:d} li:nth-child(2 of .x){c:d} li:nth-last-child(+2n-1){c:d}","rules":[{"selector":"li:nth-child(2n+1)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"li:nth-child(2n+1)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"li:nth-child(odd)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":2,"isHover":false,"matchSelector":null},{"selector":"li:nth-child(-n+3)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":3,"isHover":false,"matchSelector":null},{"selector":"li:nth-child(n)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":4,"isHover":false,"matchSelector":null},{"selector":"li:nth-of-type(3)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":5,"isHover":false,"matchSelector":null},{"selector":"li:nth-child(2 of.x)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":6,"isHover":false,"matchSelector":null},{"selector":"li:nth-last-child(2n-1)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":7,"isHover":false,"matchSelector":null}],"unwrapped":"li:nth-child(2n+1){c:d} li:nth-child( 2n + 1 ){c:d} li:nth-child(odd){c:d} li:nth-child(-n+3){c:d} li:nth-child(n){c:d} li:nth-of-type(3){c:d} li:nth-child(2 of .x){c:d} li:nth-last-child(+2n-1){c:d}"},{"name":"synthetic","css":"p:lang(en, \"fr\"){c:d} ::slotted(span){c:d} :host(.x){c:d} :host-context(body.dark){c:d} :dir(rtl){c:d} a:foo( bar baz ){c:d} a:foo(){c:d} a::part(x){c:d}","rules":[{"selector":"p:lang(en,\"fr\")","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"::slotted(span)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":1,"isHover":false,"matchSelector":null},{"selector":":host(.x)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":2,"isHover":false,"matchSelector":null},{"selector":":host-context(body.dark)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":3,"isHover":false,"matchSelector":null},{"selector":":dir(rtl)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,0],"order":4,"isHover":false,"matchSelector":null},{"selector":"a:foo( bar baz )","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":5,"isHover":false,"matchSelector":null},{"selector":"a:foo()","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":6,"isHover":false,"matchSelector":null},{"selector":"a::part(x)","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":7,"isHover":false,"matchSelector":null}],"unwrapped":"p:lang(en, \"fr\"){c:d} ::slotted(span){c:d} :host(.x){c:d} :host-context(body.dark){c:d} :dir(rtl){c:d} a:foo( bar baz ){c:d} a:foo(){c:d} a::part(x){c:d}"},{"name":"synthetic","css":"a > b , c+d ~ e f{color:red} g > h{i:j} k\n>\nl{m:n} a /deep/ b{c:d} *|* {c:d} |a{c:d} svg|circle{c:d}","rules":[{"selector":"a>b","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,0,2],"order":0,"isHover":false,"matchSelector":null},{"selector":"c+d~e f","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,0,4],"order":1,"isHover":false,"matchSelector":null},{"selector":"g>h","declarations":[{"prop":"i","value":"j","important":false}],"specificity":[0,0,2],"order":2,"isHover":false,"matchSelector":null},{"selector":"k>l","declarations":[{"prop":"m","value":"n","important":false}],"specificity":[0,0,2],"order":3,"isHover":false,"matchSelector":null},{"selector":"a/deep/b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,0,3],"order":4,"isHover":false,"matchSelector":null},{"selector":"*|*","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,0,0],"order":5,"isHover":false,"matchSelector":null},{"selector":"|a","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,0,1],"order":6,"isHover":false,"matchSelector":null},{"selector":"svg|circle","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,0,2],"order":7,"isHover":false,"matchSelector":null}],"unwrapped":"a > b , c+d ~ e f{color:red} g > h{i:j} k\n>\nl{m:n} a /deep/ b{c:d} *|* {c:d} |a{c:d} svg|circle{c:d}"},{"name":"synthetic","css":"#id{c:d} a#id{c:d} #id.cls{c:d} .cls#id{c:d} #a#b{c:d} a#b c{d:e} #\\31 23{c:d}","rules":[{"selector":"#id","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[1,0,0],"order":0,"isHover":false,"matchSelector":null},{"selector":"a#id","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[1,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"#id.cls","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[1,1,0],"order":2,"isHover":false,"matchSelector":null},{"selector":".cls#id","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[1,1,0],"order":3,"isHover":false,"matchSelector":null},{"selector":"#a#b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[2,0,0],"order":4,"isHover":false,"matchSelector":null},{"selector":"a#b c","declarations":[{"prop":"d","value":"e","important":false}],"specificity":[1,0,2],"order":5,"isHover":false,"matchSelector":null},{"selector":"#\\31 23","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,0,0],"order":6,"isHover":false,"matchSelector":null}],"unwrapped":"#id{c:d} a#id{c:d} #id.cls{c:d} .cls#id{c:d} #a#b{c:d} a#b c{d:e} #\\31 23{c:d}"},{"name":"synthetic","css":"a[b]{c:d} a[b=c]{c:d} a[b=\"c\"]{c:d} a[b='c']{c:d} a[ b |= c ]{c:d} a[b=\"c\" i]{c:d} a[b=c s]{c:d} a[ data-x = \"y\" i ]{c:d} a[*|b]{c:d} a[|b]{c:d}","rules":[{"selector":"a[b]","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":0,"isHover":false,"matchSelector":null},{"selector":"a[b=c]","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":1,"isHover":false,"matchSelector":null},{"selector":"a[b=\"c\"]","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":2,"isHover":false,"matchSelector":null},{"selector":"a[b=\"c\"]","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":3,"isHover":false,"matchSelector":null},{"selector":"a[b|=c]","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":4,"isHover":false,"matchSelector":null},{"selector":"a[b=\"c\"i]","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":5,"isHover":false,"matchSelector":null},{"selector":"a[b=c s]","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":6,"isHover":false,"matchSelector":null},{"selector":"a[data-x=\"y\"i]","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":7,"isHover":false,"matchSelector":null},{"selector":"a[*|b]","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":8,"isHover":false,"matchSelector":null},{"selector":"a[|b]","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":9,"isHover":false,"matchSelector":null}],"unwrapped":"a[b]{c:d} a[b=c]{c:d} a[b=\"c\"]{c:d} a[b='c']{c:d} a[ b |= c ]{c:d} a[b=\"c\" i]{c:d} a[b=c s]{c:d} a[ data-x = \"y\" i ]{c:d} a[*|b]{c:d} a[|b]{c:d}"},{"name":"synthetic","css":".a{color:red}","rules":[{"selector":".a","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null}],"unwrapped":".a{color:red}"},{"name":"synthetic","css":".é{color:red} .日本{color:blue} a[data-x=\"ünïcode\"]{c:d} .a{content:\"emoji 😀\"} .b{font-family:\"Nöto\"}","rules":[{"selector":".é","declarations":[{"prop":"color","value":"red","important":false}],"specificity":[0,0,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".日本","declarations":[{"prop":"color","value":"blue","important":false}],"specificity":[0,0,0],"order":1,"isHover":false,"matchSelector":null},{"selector":"a[data-x=\"ünïcode\"]","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":2,"isHover":false,"matchSelector":null},{"selector":".a","declarations":[{"prop":"content","value":"\"emoji 😀\"","important":false}],"specificity":[0,1,0],"order":3,"isHover":false,"matchSelector":null},{"selector":".b","declarations":[{"prop":"font-family","value":"\"Nöto\"","important":false}],"specificity":[0,1,0],"order":4,"isHover":false,"matchSelector":null}],"unwrapped":".é{color:red} .日本{color:blue} a[data-x=\"ünïcode\"]{c:d} .a{content:\"emoji 😀\"} .b{font-family:\"Nöto\"}"},{"name":"synthetic","css":".a{c:\\26 B; d: \\000026x; e:\\26x} .\\31 0{c:d} .a\\ b{c:d}","rules":[{"selector":".a","declarations":[{"prop":"c","value":"\\26 B","important":false},{"prop":"d","value":"\\000026x","important":false},{"prop":"e","value":"\\26x","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":".\\31 0","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,0,0],"order":1,"isHover":false,"matchSelector":null},{"selector":".a\\ b","declarations":[{"prop":"c","value":"d","important":false}],"specificity":[0,1,1],"order":2,"isHover":false,"matchSelector":null}],"unwrapped":".a{c:\\26 B; d: \\000026x; e:\\26x} .\\31 0{c:d} .a\\ b{c:d}"},{"name":"synthetic","css":".a{b:c} d{e:f}","rules":[{"selector":".a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":"d","declarations":[{"prop":"e","value":"f","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":".a{b:c} d{e:f}"},{"name":"synthetic","css":".a{b:c} d{e:f}","rules":[{"selector":".a","declarations":[{"prop":"b","value":"c","important":false}],"specificity":[0,1,0],"order":0,"isHover":false,"matchSelector":null},{"selector":"d","declarations":[{"prop":"e","value":"f","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null}],"unwrapped":".a{b:c} d{e:f}"},{"name":"tests/fixtures/antipatterns/blinking-cursor.html","css":"\n * { margin: 0; padding: 0; box-sizing: border-box; }\n body { font-family: monospace, monospace; font-size: 16px; }\n .hero { padding: 40px; }\n .terminal { background: #111; color: #eee; padding: 24px; width: 600px; }\n\n @keyframes blink-anim { 50% { opacity: 0; } }\n @keyframes flicker { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }\n @keyframes caret-blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } }\n @keyframes spin { to { transform: rotate(360deg); } }\n\n /* FLAG: solid block cursor in the hero terminal */\n .flag-block-cursor {\n display: inline-block; width: 10px; height: 18px;\n background: #33d17a; vertical-align: text-bottom;\n animation: blink-anim 1.1s steps(1) infinite;\n }\n\n /* FLAG: glyph cursor, animation name says nothing but keyframes toggle opacity */\n .flag-glyph-cursor { animation: flicker 1s steps(2) infinite; }\n\n /* FLAG: underscore bar cursor */\n .flag-underscore-cursor {\n display: inline-block; width: 12px; height: 3px;\n background: #eee; vertical-align: baseline;\n animation: caret-blink 0.9s steps(1) infinite;\n }\n\n /* PASS: same block cursor shape, but deep below the landing region */\n .pass-below-fold-cursor {\n display: inline-block; width: 10px; height: 18px;\n background: #33d17a;\n animation: blink-anim 1.1s steps(1) infinite;\n }\n\n /* PASS: cursor inside real editable surfaces */\n .pass-editable-cursor, .pass-textbox-cursor {\n display: inline-block; width: 10px; height: 18px;\n background: #444;\n animation: blink-anim 1s steps(1) infinite;\n }\n\n /* PASS: round pulsing dot stays with the pulsing-dot rule */\n .pass-round-dot {\n display: inline-block; width: 8px; height: 8px;\n background: #33d17a; border-radius: 50%;\n animation: blink-anim 2s steps(1) infinite;\n }\n\n /* PASS: spinner animates transform, not visibility */\n .pass-spinner {\n display: inline-block; width: 16px; height: 16px;\n border: 2px solid #999; border-top-color: #333; border-radius: 50%;\n animation: spin 1s linear infinite;\n }\n\n /* PASS: a blinking word is not a cursor shape */\n .pass-blinking-word { animation: flicker 1s steps(2) infinite; }\n\n /* PASS: large blinking panel fails the caret-size gates */\n .pass-blinking-panel {\n display: inline-block; width: 200px; height: 90px;\n background: #222;\n animation: blink-anim 2s steps(1) infinite;\n }\n\n .spacer { height: 1400px; }\n","rules":[{"selector":"*","declarations":[{"prop":"margin","value":"0","important":false},{"prop":"padding","value":"0","important":false},{"prop":"box-sizing","value":"border-box","important":false}],"specificity":[0,0,0],"order":0,"isHover":false,"matchSelector":null},{"selector":"body","declarations":[{"prop":"font-family","value":"monospace,monospace","important":false},{"prop":"font-size","value":"16px","important":false}],"specificity":[0,0,1],"order":1,"isHover":false,"matchSelector":null},{"selector":".hero","declarations":[{"prop":"padding","value":"40px","important":false}],"specificity":[0,1,0],"order":2,"isHover":false,"matchSelector":null},{"selector":".terminal","declarations":[{"prop":"background","value":"#111","important":false},{"prop":"color","value":"#eee","important":false},{"prop":"padding","value":"24px","important":false},{"prop":"width","value":"600px","important":false}],"specificity":[0,1,0],"order":3,"isHover":false,"matchSelector":null},{"selector":".flag-block-cursor","declarations":[{"prop":"display","value":"inline-block","important":false},{"prop":"width","value":"10px","important":false},{"prop":"height","value":"18px","important":false},{"prop":"background","value":"#33d17a","important":false},{"prop":"vertical-align","value":"text-bottom","important":false},{"prop":"animation","value":"blink-anim 1.1s steps(1) infinite","important":false}],"specificity":[0,1,0],"order":4,"isHover":false,"matchSelector":null},{"selector":".flag-glyph-cursor","declarations":[{"prop":"animation","value":"flicker 1s steps(2) infinite","important":false}],"specificity":[0,1,0],"order":5,"isHover":false,"matchSelector":null},{"selector":".flag-underscore-cursor","declarations":[{"prop":"display","value":"inline-block","important":false},{"prop":"width","value":"12px","important":false},{"prop":"height","value":"3px","important":false},{"prop":"background","value":"#eee","important":false},{"prop":"vertical-align","value":"baseline","important":false},{"prop":"animation","value":"caret-blink 0.9s steps(1) infinite","important":false}],"specificity":[0,1,0],"order":6,"isHover":false,"matchSelector":null},{"selector":".pass-below-fold-cursor","declarations":[{"prop":"display","value":"inline-block","important":false},{"prop":"width","value":"10px","important":false},{"prop":"height","value":"18px","important":false},{"prop":"background","value":"#33d17a","important":false},{"prop":"animation","value":"blink-anim 1.1s steps(1) infinite","important":false}],"specificity":[0,1,0],"order":7,"isHover":false,"matchSelector":null},{"selector":".pass-editable-cursor","declarations":[{"prop":"display","value":"inline-block","important":false},{"prop":"width","value":"10px","important":false},{"prop":"height","value":"18px","important":false},{"prop":"background","value":"#444","important":false},{"prop":"animation","value":"blink-anim 1s steps(1) infinite","important":false}],"specificity":[0,1,0],"order":8,"isHover":false,"matchSelector":null},{"selector":".pass-textbox-cursor","declarations":[{"prop":"display","value":"inline-block","important":false},{"prop":"width","value":"10px","important":false},{"prop":"height","value":"18px","important":false},{"prop":"background","value":"#444","important":false},{"prop":"animation","value":"blink-anim 1s steps(1) infinite","important":false}],"specificity":[0,1,0],"order":9,"isHover":false,"matchSelector":null},{"selector":".pass-round-dot","declarations":[{"prop":"display","value":"inline-block","important":false},{"prop":"width","value":"8px","important":false},{"prop":"height","value":"8px","important":false},{"prop":"background","value":"#33d17a","important":false},{"prop":"border-radius","value":"50%","important":false},{"prop":"animation","value":"blink-anim 2s steps(1) infinite","important":false}],"specificity":[0,1,0],"order":10,"isHover":false,"matchSelector":null},{"selector":".pass-spinner","declarations":[{"prop":"display","value":"inline-block","important":false},{"prop":"width","value":"16px","important":false},{"prop":"height","value":"16px","important":false},{"prop":"border","value":"2px solid #999","important":false},{"prop":"border-top-color","value":"#333","important":false},{"prop":"border-radius","value":"50%","important":false},{"prop":"animation","value":"spin 1s linear infinite","important":false}],"specificity":[0,1,0],"order":11,"isHover":false,"matchSelector":null},{"selector":".pass-blinking-word","declarations":[{"prop":"animation","value":"flicker 1s steps(2) infinite","important":false}],"specificity":[0,1,0],"order":12,"isHover":false,"matchSelector":null},{"selector":".pass-blinking-panel","declarations":[{"prop":"display","value":"inline-block","important":false},{"prop":"width","value":"200px","important":false},{"prop":"height","value":"90px","important":false},{"prop":"background","value":"#222","important":false},{"prop":"animation","value":"blink-anim 2s steps(1) infinite","important":false}],"specificity":[0,1,0],"order":13,"isHover":false,"matchSelector":null},{"selector":".spacer","declarations":[{"prop":"height","value":"1400px","important":false}],"specificity":[0,1,0],"order":14,"isHover":false,"matchSelector":null}],"unwrapped":"\n * { margin: 0; padding: 0; box-sizing: border-box; }\n body { font-family: monospace, monospace; font-size: 16px; }\n .hero { padding: 40px; }\n .terminal { background: #111; color: #eee; padding: 24px; width: 600px; }\n\n @keyframes blink-anim { 50% { opacity: 0; } }\n @keyframes flicker { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }\n @keyframes caret-blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } }\n @keyframes spin { to { transform: rotate(360deg); } }\n\n /* FLAG: solid block cursor in the hero terminal */\n .flag-block-cursor {\n display: inline-block; width: 10px; height: 18px;\n background: #33d17a; vertical-align: text-bottom;\n animation: blink-anim 1.1s steps(1) infinite;\n }\n\n /* FLAG: glyph cursor, animation name says nothing but keyframes toggle opacity */\n .flag-glyph-cursor { animation: flicker 1s steps(2) infinite; }\n\n /* FLAG: underscore bar cursor */\n .flag-underscore-cursor {\n display: inline-block; width: 12px; height: 3px;\n background: #eee; vertical-align: baseline;\n animation: caret-blink 0.9s steps(1) infinite;\n }\n\n /* PASS: same block cursor shape, but deep below the landing region */\n .pass-below-fold-cursor {\n display: inline-block; width: 10px; height: 18px;\n background: #33d17a;\n animation: blink-anim 1.1s steps(1) infinite;\n }\n\n /* PASS: cursor inside real editable surfaces */\n .pass-editable-cursor, .pass-textbox-cursor {\n display: inline-block; width: 10px; height: 18px;\n background: #444;\n animation: blink-anim 1s steps(1) infinite;\n }\n\n /* PASS: round pulsing dot stays with the pulsing-dot rule */\n .pass-round-dot {\n display: inline-block; width: 8px; height: 8px;\n background: #33d17a; border-radius: 50%;\n animation: blink-anim 2s steps(1) infinite;\n }\n\n /* PASS: spinner animates transform, not visibility */\n .pass-spinner {\n display: inline-block; width: 16px; height: 16px;\n border: 2px solid #999; border-top-color: #333; border-radius: 50%;\n animation: spin 1s linear infinite;\n }\n\n /* PASS: a blinking word is not a cursor shape */\n .pass-blinking-word { animation: flicker 1s steps(2) infinite; }\n\n /* PASS: large blinking panel fails the caret-size gates */\n .pass-blinking-panel {\n display: inline-block; width: 200px; height: 90px;\n background: #222;\n animation: blink-anim 2s steps(1) infinite;\n }\n\n .spacer { height: 1400px; }\n"},{"name":"tests/fixtures/antipatterns/body-text-viewport-edge.html","css":"\n /* Fixture for the body-text-viewport-edge rule. The rule fires\n when a
or