:root{--grad-1: #667eea;--grad-2: #764ba2;--grad-3: #f093fb;--bg-gradient: linear-gradient(135deg, #e0e7ff 0%, #ede9fe 45%, #fce7f3 100%);--bg-color: #f5f3ff;--text-color: #1a1a2e;--text-muted: #6b7280;--card-bg: rgba(255, 255, 255, 0.82);--card-border: rgba(255, 255, 255, 0.5);--card-shadow: 0 4px 24px rgba(102, 126, 234, 0.10);--nav-bg: rgba(255, 255, 255, 0.92);--nav-border: rgba(102, 126, 234, 0.12);--link-color: #5b6ef5;--link-hover: #764ba2;--badge-bg: rgba(102, 126, 234, 0.10);--badge-color: #5b6ef5;--timeline-line: linear-gradient(180deg, #667eea, #f093fb);--section-divider: rgba(102, 126, 234, 0.18)}[data-theme="dark"]{--bg-gradient: linear-gradient(135deg, #080a14 0%, #12083a 45%, #1e0828 100%);--bg-color: #080a14;--text-color: #f0f4ff;--text-muted: #b0bcd4;--card-bg: rgba(18, 8, 58, 0.85);--card-border: rgba(167, 139, 250, 0.25);--card-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);--nav-bg: rgba(8, 10, 20, 0.97);--nav-border: rgba(167, 139, 250, 0.25);--link-color: #c4b5fd;--link-hover: #f0abfc;--badge-bg: rgba(167, 139, 250, 0.22);--badge-color: #c4b5fd;--timeline-line: linear-gradient(180deg, #a78bfa, #f0abfc);--section-divider: rgba(167, 139, 250, 0.25)}html{scroll-behavior:smooth}body{background:var(--bg-gradient) !important;background-attachment:fixed !important;color:var(--text-color) !important;min-height:100vh !important;display:flex !important;flex-direction:column !important;transition:background 0.4s ease, color 0.3s ease}a{color:var(--link-color);transition:color 0.2s ease}a:hover{color:var(--link-hover);text-decoration:none}.mediumnavigation{background:var(--nav-bg) !important;box-shadow:0 2px 20px var(--nav-border) !important;backdrop-filter:blur(12px);border-bottom:1px solid var(--nav-border)}.navbar-brand{font-weight:700 !important;color:var(--text-color) !important;background:linear-gradient(90deg, var(--grad-1), var(--grad-3));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-toggler{border-color:var(--nav-border) !important}[data-theme="dark"] .navbar-toggler-icon{filter:invert(1)}.nav-link{color:var(--text-color) !important;font-weight:500;font-size:0.88rem;position:relative;padding:0.5rem 0.75rem !important;transition:color 0.2s ease !important}.nav-link::after{content:'';position:absolute;bottom:0;left:0.75rem;right:0.75rem;height:2px;background:linear-gradient(90deg, var(--grad-1), var(--grad-3));transform:scaleX(0);transition:transform 0.25s ease;border-radius:2px}.nav-link:hover::after,.nav-item.active .nav-link::after{transform:scaleX(1)}.theme-toggle{background:transparent;border:1px solid var(--nav-border);border-radius:50px;padding:4px 12px;cursor:pointer;color:var(--text-color);font-size:0.85rem;transition:all 0.2s ease;display:flex;align-items:center;gap:5px;margin-left:0.5rem}.theme-toggle:hover{background:var(--badge-bg);border-color:var(--link-color);color:var(--link-color)}.site-content{background:transparent !important;padding-top:0 !important;flex:1 !important;display:flex !important;flex-direction:column !important}.profile-hero{text-align:center;padding:2rem 1rem 2rem}.avatar-wrapper{position:relative;display:inline-block;margin-bottom:1.5rem}.avatar-circle{width:120px;height:120px;border-radius:50%;border:3px solid rgba(255,255,255,0.8);box-shadow:0 8px 32px rgba(102,126,234,0.35);object-fit:cover;transition:transform 0.3s ease, box-shadow 0.3s ease}.avatar-circle:hover{transform:scale(1.06);box-shadow:0 14px 42px rgba(102,126,234,0.55)}.avatar-emoji{position:absolute;bottom:-4px;right:-12px;font-size:1.9rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.2))}.profile-name{font-size:2.2rem;font-weight:800;color:var(--text-color);margin-bottom:0.4rem;line-height:1.2}.profile-tagline{font-size:1rem;color:var(--text-muted);margin-bottom:1.8rem;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.social-links{display:flex;justify-content:center;gap:0.75rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-color) !important;font-size:1.1rem;transition:all 0.3s ease;backdrop-filter:blur(8px);text-decoration:none !important;box-shadow:var(--card-shadow)}.social-link:hover{background:linear-gradient(135deg, var(--grad-1), var(--grad-3));color:white !important;border-color:transparent;transform:translateY(-4px);box-shadow:0 10px 24px rgba(102,126,234,0.45);text-decoration:none !important}.homepage-section,section{padding:1.5rem 0}.homepage-section+.homepage-section{border-top:1px solid var(--section-divider)}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.75rem;flex-wrap:wrap;gap:0.5rem}.section-heading{font-size:1.5rem;font-weight:800;color:var(--text-color);margin:0;position:relative;display:inline-block}.section-heading::after{content:'';display:block;height:3px;width:40px;background:linear-gradient(90deg, var(--grad-1), var(--grad-3));border-radius:2px;margin-top:5px}.see-all-link{font-size:0.85rem;font-weight:600;color:var(--link-color);text-decoration:none;transition:color 0.2s ease;white-space:nowrap}.see-all-link:hover{color:var(--link-hover)}.glass-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;backdrop-filter:blur(8px);box-shadow:var(--card-shadow);transition:transform 0.3s ease, box-shadow 0.3s ease}.glass-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(102,126,234,0.22)}.card{background:var(--card-bg) !important;border:1px solid var(--card-border) !important;border-radius:20px !important;backdrop-filter:blur(8px);box-shadow:var(--card-shadow) !important;transition:transform 0.3s ease, box-shadow 0.3s ease !important;color:var(--text-color) !important}.card:hover{transform:translateY(-5px) !important;box-shadow:0 14px 40px rgba(102,126,234,0.22) !important}.blog-card-link{text-decoration:none !important;color:inherit !important;display:block}.blog-card-link:hover{text-decoration:none !important;color:inherit !important}.blog-card{overflow:hidden}.blog-card .maxthumb img{border-top-left-radius:20px;border-top-right-radius:20px;max-width:100%;height:auto;max-height:200px;object-fit:contain;display:block;margin:0 auto}.card-body{color:var(--text-color) !important}.card-footer{background:transparent !important;border-top:1px solid var(--card-border) !important}h2.card-title,h2.card-title a{color:var(--text-color) !important;text-decoration:none}h4.card-text{color:var(--text-muted) !important}span.post-date,span.post-read{color:var(--text-muted) !important}span.post-name a{color:var(--text-color) !important}.post-meta-row{display:flex;align-items:center;gap:0.4rem;flex-wrap:wrap;margin-bottom:0.6rem}.cat-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:20px;background:var(--badge-bg);color:var(--badge-color);font-size:0.72rem;font-weight:600;text-decoration:none !important;transition:all 0.2s ease}.cat-badge:hover{background:linear-gradient(135deg, var(--grad-1), var(--grad-3));color:white !important;text-decoration:none !important}.read-time-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:20px;background:transparent;border:1px solid var(--card-border);color:var(--text-muted);font-size:0.72rem}.listfeaturedtag{background:var(--card-bg) !important;border:1px solid var(--card-border) !important;border-radius:16px !important;backdrop-filter:blur(8px);box-shadow:var(--card-shadow) !important;transition:transform 0.3s ease, box-shadow 0.3s ease}.listfeaturedtag:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(102,126,234,0.22) !important}.paper-card{margin-bottom:1rem}.paper-card:last-child{margin-bottom:0}.paper-title{font-weight:700;color:var(--text-color);font-size:0.98rem;margin-bottom:0.3rem;line-height:1.4}.paper-authors{font-size:0.84rem;color:var(--text-muted);margin-bottom:0.25rem}.paper-venue{font-size:0.84rem;color:var(--link-color);font-style:italic;margin-bottom:0.75rem}.paper-links{display:flex;gap:0.5rem;flex-wrap:wrap}.paper-link-btn{padding:3px 12px;border-radius:20px;border:1px solid var(--link-color);color:var(--link-color) !important;font-size:0.73rem;font-weight:600;text-decoration:none !important;transition:all 0.2s ease;display:inline-flex;align-items:center;gap:4px}.paper-link-btn:hover{background:var(--link-color);color:white !important}.timeline{position:relative;padding-left:2rem}.timeline::before{content:'';position:absolute;left:1rem;top:6px;bottom:6px;width:2px;background:var(--timeline-line);border-radius:2px}.timeline-item{position:relative;margin-bottom:1.25rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;padding:1.2rem 1.5rem;backdrop-filter:blur(8px);box-shadow:var(--card-shadow);transition:transform 0.3s ease, box-shadow 0.3s ease}.timeline-item:last-child{margin-bottom:0}.timeline-item::before{content:'';position:absolute;left:calc(-1rem - 5px);top:1.2rem;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg, var(--grad-1), var(--grad-3));box-shadow:0 2px 8px rgba(102,126,234,0.25);transition:transform 0.3s ease, box-shadow 0.3s ease}.timeline-item:hover{box-shadow:0 8px 28px rgba(102,126,234,0.18)}.timeline-item:hover::before{transform:scale(1.3);box-shadow:0 4px 12px rgba(102,126,234,0.4)}.timeline-period{font-size:0.75rem;color:var(--badge-color);font-weight:700;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:0.2rem}.timeline-title{font-weight:700;color:var(--text-color);font-size:0.98rem;margin-bottom:0.15rem}.timeline-org{font-size:0.86rem;color:var(--text-muted);margin-bottom:0.5rem}.timeline-desc{font-size:0.86rem;color:var(--text-muted);line-height:1.6;margin:0}.timeline-location{font-size:0.78rem;color:var(--text-muted);font-style:italic;margin-bottom:0.5rem}.section-subtitle{color:var(--text-color);font-size:1.4rem;font-weight:600;margin-top:2.5rem;margin-bottom:1.5rem;border-bottom:2px solid var(--card-border);padding-bottom:0.5rem}.section-subtitle:first-child{margin-top:0}.experience-category{margin-bottom:2rem}.experience-category:last-child{margin-bottom:0}.experience-subtitle{color:var(--text-color);font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:0.3rem;border-bottom:1px solid var(--card-border)}.experience-category .timeline{margin-top:0.75rem}.project-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:1.5rem;backdrop-filter:blur(8px);box-shadow:var(--card-shadow);transition:transform 0.3s ease, box-shadow 0.3s ease;height:100%;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(102,126,234,0.22)}.project-icon{font-size:2rem;margin-bottom:0.9rem;line-height:1}.project-name{font-weight:700;color:var(--text-color);font-size:1rem;margin-bottom:0.5rem}.project-desc{font-size:0.86rem;color:var(--text-muted);line-height:1.6;flex:1;margin-bottom:1rem}.project-tags{display:flex;gap:0.4rem;flex-wrap:wrap}.project-tag{padding:2px 9px;border-radius:20px;background:var(--badge-bg);color:var(--badge-color);font-size:0.7rem;font-weight:600}.project-links{display:flex;gap:0.5rem;margin-bottom:1rem;flex-wrap:wrap}.project-link-btn{padding:3px 12px;border-radius:20px;border:1px solid var(--link-color);color:var(--link-color) !important;font-size:0.73rem;font-weight:600;text-decoration:none !important;transition:all 0.2s ease;display:inline-flex;align-items:center;gap:4px}.project-link-btn:hover{background:var(--link-color);color:white !important}.event-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;padding:1.2rem 1.5rem;backdrop-filter:blur(8px);box-shadow:var(--card-shadow);transition:transform 0.3s ease, box-shadow 0.3s ease;margin-bottom:1rem;display:flex;gap:1.2rem;align-items:flex-start}.event-card:last-child{margin-bottom:0}.event-card:hover{transform:translateX(6px);box-shadow:0 8px 28px rgba(102,126,234,0.18)}.event-date-box{min-width:54px;text-align:center;background:var(--badge-bg);border-radius:12px;padding:8px 6px;flex-shrink:0}.event-date-month{font-size:0.62rem;font-weight:700;color:var(--badge-color);text-transform:uppercase;letter-spacing:0.5px;display:block}.event-date-day{font-size:1.5rem;font-weight:800;color:var(--text-color);line-height:1.1;display:block}.event-date-year{font-size:0.62rem;color:var(--text-muted);display:block}.event-content{flex:1;min-width:0}.event-title{font-weight:700;color:var(--text-color);font-size:0.95rem;margin-bottom:0.2rem}.event-subtitle{font-size:0.84rem;color:var(--text-muted);margin-bottom:0.4rem}.event-type-badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.4px}.event-type-badge.type-talk{background:rgba(139,92,246,0.15);color:#7c3aed}.event-type-badge.type-conference{background:rgba(59,130,246,0.15);color:#2563eb}.event-type-badge.type-workshop{background:rgba(245,158,11,0.15);color:#d97706}[data-theme="dark"] .event-type-badge.type-talk{background:rgba(167,139,250,0.2);color:#c4b5fd}[data-theme="dark"] .event-type-badge.type-conference{background:rgba(96,165,250,0.2);color:#93c5fd}[data-theme="dark"] .event-type-badge.type-workshop{background:rgba(251,191,36,0.2);color:#fde68a}.jumbotron.fortags{background:var(--card-bg) !important;border:1px solid var(--card-border);border-radius:20px !important;backdrop-filter:blur(8px);box-shadow:var(--card-shadow)}.jumbotron.fortags .transpdark{background:var(--badge-bg) !important;border-radius:16px 0 0 16px}.jumbotron.fortags h2{color:var(--text-color)}.jumbotron.fortags a{display:inline-block;padding:4px 14px;border-radius:20px;background:var(--badge-bg);color:var(--badge-color) !important;font-size:0.82rem;font-weight:600;margin:3px;text-decoration:none;transition:all 0.2s ease;border:1px solid transparent}.jumbotron.fortags a:hover{background:linear-gradient(135deg, var(--grad-1), var(--grad-3));color:white !important;border-color:transparent}.footer{background:var(--nav-bg) !important;border-top:1px solid var(--nav-border) !important;color:var(--text-muted) !important;margin-top:0 !important;padding:1.5rem 0 !important;margin-bottom:0 !important;backdrop-filter:blur(10px)}.footer a{color:var(--text-muted) !important}.footer a:hover{color:var(--link-color) !important}.article-post{color:var(--text-color) !important}.article-post p,.article-post li,.article-post blockquote{color:var(--text-color)}.link-dark{color:var(--text-color) !important}.author-description{color:var(--text-muted) !important}.post-top-meta span{color:var(--text-muted) !important}blockquote{border-left-color:var(--link-color);color:var(--text-muted) !important}.mainheading{display:none}.layout-post .mainheading{display:block}.layout-post .mainheading h1{color:var(--text-color)}pre{background:var(--card-bg) !important;border-color:var(--card-border) !important;color:var(--text-color) !important}ul.tags li a{background:var(--badge-bg);color:var(--badge-color);border-radius:20px}ul.tags li a:hover{background:linear-gradient(135deg, var(--grad-1), var(--grad-3));color:white}.post-excerpt p{display:inline}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--grad-1), var(--grad-3));border-radius:3px}@media (max-width: 768px){.profile-name{font-size:1.7rem}.profile-hero{padding:1.5rem 1rem 1.5rem}.homepage-section{padding:1.25rem 0}.jumbotron.fortags .transpdark{border-radius:16px 16px 0 0}.section-header{flex-direction:column;align-items:flex-start}}.highlight{background:#fff;border:0;padding:0;margin-bottom:1.7rem}.highlight .c{color:#999988;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{font-weight:bold}.highlight .o{font-weight:bold}.highlight .cm{color:#999988;font-style:italic}.highlight .cp{color:#999999;font-weight:bold}.highlight .c1{color:#999988;font-style:italic}.highlight .cs{color:#999999;font-weight:bold;font-style:italic}.highlight .gd{color:#000000;background-color:#fdd}.highlight .gd .x{color:#000000;background-color:#faa}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000000;background-color:#dfd}.highlight .gi .x{color:#000000;background-color:#afa}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:bold}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc{font-weight:bold}.highlight .kd{font-weight:bold}.highlight .kp{font-weight:bold}.highlight .kr{font-weight:bold}.highlight .kt{color:#445588;font-weight:bold}.highlight .m{color:#099}.highlight .s{color:#d14}.highlight .na{color:teal}.highlight .nb{color:#0086B3}.highlight .nc{color:#445588;font-weight:bold}.highlight .no{color:teal}.highlight .ni{color:purple}.highlight .ne{color:#990000;font-weight:bold}.highlight .nf{color:#990000;font-weight:bold}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{font-weight:bold}.highlight .w{color:#bbb}.highlight .mf{color:#099}.highlight .mh{color:#099}.highlight .mi{color:#099}.highlight .mo{color:#099}.highlight .sb{color:#d14}.highlight .sc{color:#d14}.highlight .sd{color:#d14}.highlight .s2{color:#d14}.highlight .se{color:#d14}.highlight .sh{color:#d14}.highlight .si{color:#d14}.highlight .sx{color:#d14}.highlight .sr{color:#009926}.highlight .s1{color:#d14}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc{color:teal}.highlight .vg{color:teal}.highlight .vi{color:teal}.highlight .il{color:#099}td.rouge-code{width:100%}pre.lineno{color:#9999}.rating-holder{font-size:16px;display:inline-block;background-color:#fff;border-radius:1.5625em;box-sizing:border-box}.c-rating button{display:inline-block;float:left;width:1.25em;height:1.25em;border:0;text-indent:-9999px;outline:none;background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="0"] button:nth-child(-n+0){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="0.25"] button:nth-child(-n+1){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="0.25"] button:nth-child(1){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="0.5"] button:nth-child(-n+1){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="0.5"] button:nth-child(1){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="0.75"] button:nth-child(-n+1){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="0.75"] button:nth-child(1){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="1"] button:nth-child(-n+1){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="1.25"] button:nth-child(-n+2){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="1.25"] button:nth-child(2){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="1.5"] button:nth-child(-n+2){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="1.5"] button:nth-child(2){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="1.75"] button:nth-child(-n+2){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="1.75"] button:nth-child(2){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="2"] button:nth-child(-n+2){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="2.25"] button:nth-child(-n+3){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="2.25"] button:nth-child(3){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="2.5"] button:nth-child(-n+3){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="2.5"] button:nth-child(3){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="2.75"] button:nth-child(-n+3){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="2.75"] button:nth-child(3){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="3"] button:nth-child(-n+3){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="3.25"] button:nth-child(-n+4){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="3.25"] button:nth-child(4){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="3.5"] button:nth-child(-n+4){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="3.5"] button:nth-child(4){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="3.75"] button:nth-child(-n+4){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="3.75"] button:nth-child(4){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="4"] button:nth-child(-n+4){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="4.25"] button:nth-child(-n+5){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="4.25"] button:nth-child(5){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="4.5"] button:nth-child(-n+5){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="4.5"] button:nth-child(5){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="4.75"] button:nth-child(-n+5){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="4.75"] button:nth-child(5){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat,url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating[data-rating-value="5"] button:nth-child(-n+5){background:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat}.c-rating--small{font-size:50%}.c-rating--big{font-size:150%}a,button,.social-link,.theme-toggle,.cat-badge,.see-all-link,.paper-link-btn,.project-link-btn,.project-card,.event-card,.timeline-item,.glass-card,ul.tags li a,.jumbotron.fortags a,.nav-link{cursor:pointer}[data-theme="dark"] .share,[data-theme="dark"] .share a,[data-theme="dark"] .share p{color:var(--text-muted) !important;fill:var(--text-muted) !important}[data-theme="dark"] .share ul li i,[data-theme="dark"] .share ul li i.fa{color:var(--text-color) !important;border-color:var(--card-border) !important}[data-theme="dark"] .share a:hover{color:var(--link-color) !important}#lunrsearchresults{position:relative;z-index:9999}#lunrsearchresults .modal{z-index:9999}#lunrsearchresults .modal-dialog{z-index:10000}#resultsmodal .modal-content{background:var(--card-bg) !important;color:var(--text-color) !important;border:1px solid var(--card-border) !important;border-radius:16px !important;backdrop-filter:blur(16px);box-shadow:var(--card-shadow) !important}#resultsmodal .modal-header{border-color:var(--card-border) !important;background:transparent !important}#resultsmodal .modal-footer{border-color:var(--card-border) !important;background:transparent !important}#resultsmodal .modal-title{color:var(--text-color) !important;font-weight:700}#resultsmodal .close{color:var(--text-color) !important;opacity:0.7}#resultsmodal .close:hover{opacity:1}#resultsmodal .btn-danger{background:linear-gradient(135deg, var(--grad-1), var(--grad-3)) !important;border:none !important;border-radius:20px !important;font-size:0.82rem}[data-theme="dark"] #lunrsearchresults .modal-content{background:var(--card-bg) !important;color:var(--text-color) !important;border-color:var(--card-border) !important}[data-theme="dark"] #lunrsearchresults .modal-header,[data-theme="dark"] #lunrsearchresults .modal-footer{border-color:var(--card-border) !important}[data-theme="dark"] #lunrsearchresults .close{color:var(--text-color) !important}[data-theme="dark"] #lunrsearchresults .lunrsearchresult a{color:var(--text-muted) !important}[data-theme="dark"] #lunrsearchresults .lunrsearchresult .title{color:var(--link-color) !important}[data-theme="dark"] .form-control{background:var(--card-bg) !important;color:var(--text-color) !important;border-color:var(--card-border) !important}[data-theme="dark"] .form-control::placeholder{color:var(--text-muted) !important}.skills-section h3,.awards-section h3{color:var(--text-color);font-size:1.2rem;font-weight:600;margin-bottom:1rem;border-bottom:2px solid var(--card-border);padding-bottom:0.5rem}.skill-tags{display:flex;flex-wrap:wrap;gap:0.5rem}.skill-tag{display:inline-block;padding:6px 14px;background:linear-gradient(135deg, var(--grad-1), var(--grad-3));color:white;border-radius:20px;font-size:0.85rem;font-weight:500;border:none;box-shadow:0 2px 8px rgba(102,126,234,0.3);transition:all 0.3s ease}.skill-tag:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(102,126,234,0.4)}.awards-list{list-style:none;padding-left:0}.awards-list li{padding:8px 0;color:var(--text-color);border-bottom:1px solid var(--card-border)}.awards-list li:last-child{border-bottom:none}.awards-list li{display:flex;align-items:flex-start;gap:8px}[data-theme="dark"] .skills-section h3,[data-theme="dark"] .awards-section h3{color:var(--text-color) !important;border-bottom-color:var(--card-border) !important}[data-theme="dark"] .awards-list li{color:var(--text-color) !important;border-bottom-color:var(--card-border) !important}[data-theme="dark"] .card-footer{background:rgba(18,8,58,0.5) !important}[data-theme="dark"] .post-top-meta .link-dark{color:var(--text-color) !important}[data-theme="dark"] .article-post{color:var(--text-color) !important}[data-theme="dark"] .article-post p,[data-theme="dark"] .article-post li,[data-theme="dark"] .article-post blockquote{color:var(--text-color) !important}[data-theme="dark"] .jumbotron.fortags h2{color:#f0f4ff !important}[data-theme="dark"] .maxthumb,[data-theme="dark"] .listfeaturedtag .wrapthumbnail{background-color:rgba(26,16,64,0.6) !important}[data-theme="dark"] .graybg{background-color:rgba(26,16,64,0.6) !important}
