.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;background:#08080a75;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.07)}.navbar-inner{display:grid;grid-template-columns:220px 1fr 220px;align-items:center;height:100%;padding:0 24px;gap:24px}.navbar-brand{justify-self:start;font-size:14px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#fff;text-decoration:none;white-space:nowrap}.navbar-brand:hover{color:#ffffffbf}.navbar-search-trigger{display:flex;align-items:center;gap:10px;width:100%;height:40px;padding:0 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--muted-text);font-family:inherit;font-size:13px;font-weight:400;letter-spacing:.04em;cursor:pointer;box-sizing:border-box;transition:border-color .15s,background .15s;text-align:left}.navbar-search-trigger:hover{background:#ffffff17;border-color:#fff3}.navbar-search-trigger-icon{flex-shrink:0;width:16px;height:16px;color:var(--muted-text)}.navbar-search-trigger-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0009;display:flex;align-items:flex-start;justify-content:center;padding-top:100px}.search-dialog{width:min(560px,calc(100% - 32px));background:#1c1c1e;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;box-shadow:0 24px 64px #0009}.search-input-row{display:flex;align-items:center;gap:12px;padding:0 18px;height:56px;border-bottom:1px solid transparent}.search-input-row:has(+.search-results){border-bottom-color:#ffffff14}.search-input-icon{flex-shrink:0;width:18px;height:18px;color:var(--muted-text)}.search-dialog-input{flex:1;background:none;border:none;outline:none;color:#f4f4f6;font-family:inherit;font-size:16px;caret-color:var(--accent-color)}.search-dialog-input::placeholder{color:var(--muted-text)}.search-spinner{flex-shrink:0;width:16px;height:16px;border:2px solid rgba(255,255,255,.15);border-top-color:#ffffff8c;border-radius:50%;animation:search-spin .6s linear infinite}@keyframes search-spin{to{transform:rotate(360deg)}}.search-results{padding:6px 0;max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.search-result-row{display:flex;align-items:center;gap:14px;width:100%;padding:10px 18px;background:none;border:none;color:inherit;font-family:inherit;cursor:pointer;text-align:left;transition:background .1s}.search-result-row:hover,.search-result-row.is-focused{background:#ffffff0f}.search-result-icon-wrap{flex-shrink:0;width:40px;height:40px;border-radius:5px;background:#ffffff0f;overflow:hidden}.search-result-icon{width:100%;height:100%;object-fit:cover;display:block}.search-result-name{font-size:15px;color:#e8e8ea;line-height:1.2}.search-result-code{color:rgba(var(--accent-rgb),.75);font-size:14px;margin-left:1px}.search-no-results{padding:18px;text-align:center;color:var(--muted-text);font-size:14px}.navbar-right{display:flex;justify-content:flex-end;align-items:center;gap:24px}.navbar-faq-link{font-size:12px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-text);text-decoration:none;transition:color .15s}.navbar-faq-link:hover,.navbar-faq-link.is-active{color:#fff}.app-content{padding-top:64px;flex:1}body{--accent-rgb: 125, 211, 252;--accent-color: rgb(var(--accent-rgb));--accent-text: #07121a;--muted-text: #c7c6cc;--footer-height: 88px;margin:0;background:#121212;font-family:Open Sans,sans-serif;color:#fff;line-height:1.4}#root{display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4,h5,h6,b,strong{font-weight:400}.report-page{min-height:100vh;padding:28px 0 48px;background:#111;display:flex;flex-direction:column;align-items:center}.report-error{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:80px 24px;text-align:center}.report-error-message{font-size:18px;color:#e8e8ea;margin:0 0 10px}.report-error-hint{font-size:14px;color:var(--muted-text);margin:0}.report-content{width:85%;margin-top:32px}.player-card{width:85%;margin:auto;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:6px;background:#0d0d0df0;box-shadow:0 18px 40px #00000038}.player-banner{height:120px;background-size:cover;background-position:center}.player-content{display:grid;grid-template-columns:76px minmax(0,1fr) repeat(3,minmax(130px,auto));align-items:center;gap:22px;background:#111111c7;padding:26px 28px}.player-avatar{width:76px;height:76px;object-fit:cover;border-radius:6px}.player-name-block{min-width:0}.player-name-row{display:flex;align-items:baseline;gap:0;min-width:0;max-width:100%}.player-name{min-width:0;font-size:30px;flex:0 1 auto;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-code{color:var(--muted-text);font-size:30px;flex:0 0 auto;line-height:1.1;white-space:nowrap}.stat-box{min-width:0;text-align:right}.stat-title{color:var(--muted-text);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.stat-value{margin-top:6px;color:#fff;font-size:24px;line-height:1.1;white-space:nowrap}.skeleton-card{pointer-events:none}.skeleton-block,.skeleton-line{background:#ffffff1a}.skeleton-line{height:12px}.skeleton-name{width:min(260px,80%);height:24px}.skeleton-code{width:84px;height:12px;margin-top:9px}.skeleton-stat{display:flex;min-height:40px;flex-direction:column;align-items:flex-end}.skeleton-stat-title{width:72px;height:9px}.skeleton-stat-value{width:94px;height:20px;margin-top:8px}.skeleton-graph{position:relative;flex:1;height:76px;min-width:0}.skeleton-average-line{position:absolute;top:34px;left:0;right:0;height:2px;background:#b9b9b952}.skeleton-clears{width:52px;height:38px}.skeleton-clears-label{width:42px;height:9px;margin-top:-8px;margin-left:auto}.dungeon-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:18px;padding-bottom:48px}.dungeon-card{width:100%;min-width:0;background:#0d0d0df0;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px #00000038}.dungeon-card-header{height:185px;background-size:cover;background-position:center;position:relative}.skeleton-card-header{background:#111111c7;background-size:100% auto;background-repeat:no-repeat}.dungeon-header-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000005,#0000002e 54%,#0d0d0dad)}.dungeon-header-content{position:absolute;bottom:16px;left:16px;right:16px}.dungeon-badge-stack{position:absolute;top:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.dungeon-card-badge{font-size:11px;letter-spacing:.05em;padding:6px 10px;border-radius:0;text-transform:uppercase}.dungeon-card-badge-link{cursor:pointer;text-decoration:none}.dungeon-solo-tag{background:var(--accent-color);color:var(--accent-text)}.dungeon-activity-name{font-size:22px;letter-spacing:.04em;text-transform:uppercase;color:#fff;line-height:1.1;text-shadow:0 2px 8px rgba(0,0,0,.8)}.dungeon-section{padding:18px 20px}.dungeon-timeline-row{display:flex;align-items:center;gap:10px}.dungeon-timeline-track{position:relative;flex:1;height:76px;min-width:0;overflow-x:hidden;overflow-y:hidden;scrollbar-width:none}.dungeon-timeline-track.is-scrollable{overflow-x:scroll;scrollbar-width:thin;scrollbar-color:rgba(var(--accent-rgb),.72) rgba(255,255,255,.06)}.dungeon-timeline-track::-webkit-scrollbar{display:none}.dungeon-timeline-track.is-scrollable::-webkit-scrollbar{display:block;height:6px}.dungeon-timeline-track.is-scrollable::-webkit-scrollbar-track{background:#ffffff0f;border-radius:999px}.dungeon-timeline-track::-webkit-scrollbar-track{background:transparent;border-radius:999px}.dungeon-timeline-track::-webkit-scrollbar-thumb{background:rgba(var(--accent-rgb),.72);border-radius:999px}.dungeon-time-graph{display:block;min-width:100%;height:64px;margin:2px 0 6px;overflow:visible}.dungeon-average-line{stroke:#b9b9b98c;stroke-width:2;stroke-linecap:round}.dungeon-dot-node{cursor:pointer;filter:drop-shadow(0 1px 2px rgba(0,0,0,.55))}.dungeon-dot-node circle{stroke:none}.dungeon-dot-node.dot-clear circle{fill:#62d57a}.dungeon-dot-node.dot-fail circle{fill:#ef4444}.dungeon-dot-tooltip{position:absolute;z-index:3;min-width:72px;padding:5px 7px 6px;border-radius:5px;background:#585858d6;box-shadow:0 8px 18px #00000059;color:#fff;line-height:1.05;pointer-events:none;transform:translate(22px,-50%)}.dungeon-dot-tooltip[data-placement=left]{transform:translate(calc(-100% - 22px),-50%)}.dungeon-dot-tooltip-time{display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:400;white-space:nowrap}.dungeon-dot-tooltip-marker{width:9px;height:9px;margin-right:3px;border-radius:50%}.dungeon-dot-tooltip-marker.dot-clear{background:#62d57a}.dungeon-dot-tooltip-marker.dot-fail{background:#ef4444}.dungeon-dot-tooltip-age{margin-top:3px;color:#c7c7c7;font-size:14px;font-weight:400;text-align:center;white-space:nowrap}.dungeon-clears-num{min-width:48px;font-size:34px;line-height:1;color:#fff;text-align:center;white-space:nowrap}.dungeon-clears-label{width:48px;font-size:10px;color:var(--muted-text);letter-spacing:.08em;text-align:center;margin-top:-8px;margin-left:auto}.dungeon-divider{height:1px;background:#1a1a1a;margin:0 20px}.dungeon-stat-row{display:flex;gap:8px;text-align:center}.dungeon-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.dungeon-stat-col{flex:1;min-width:0}.dungeon-stat-value{font-size:20px;color:#fff;white-space:nowrap}.dungeon-stat-value.accent{color:var(--accent-color)}.dungeon-stat-link{text-decoration:none;cursor:pointer}.dungeon-stat-label{font-size:11px;color:var(--muted-text);letter-spacing:.08em;line-height:1.25;margin-top:5px;overflow-wrap:anywhere;text-wrap:balance}.dungeon-stat-row .skeleton-stat{align-items:center}.pcgr-page{min-height:100vh;padding:18px 0 42px;background:#111;color:#f4f4f6}.pcgr-shell{width:min(1000px,calc(100% - 48px));margin:0 auto;border:1px solid rgba(255,255,255,.08);border-radius:6px;overflow:hidden;background:#0a0a0a;box-shadow:0 18px 40px #00000038}.pcgr-hero{position:relative;min-height:180px;overflow:hidden;background-color:#151515;background-position:center;background-size:cover}.pcgr-hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#0000008c);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.pcgr-hero-content{position:relative;z-index:1;display:flex;min-height:180px;flex-direction:column;justify-content:center;align-items:flex-start;padding:18px 28px}.pcgr-date{color:var(--muted-text);font-size:14px;line-height:1.1}.pcgr-title-row{display:flex;align-items:center;gap:10px;margin-top:8px}.pcgr-title-row h1{margin:0;color:#fff;font-size:clamp(22px,2.4vw,32px);font-weight:400;letter-spacing:.04em;text-transform:uppercase;line-height:.96}.pcgr-success-badge{position:relative;display:inline-flex;width:30px;height:30px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:50%;background:#22c55e57}.pcgr-success-badge:before{content:"";width:11px;height:6px;border-bottom:2px solid #19e27a;border-left:2px solid #19e27a;transform:rotate(-45deg) translate(1px,-1px)}.pcgr-badge-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.pcgr-mode-badge{padding:3px 8px;border-radius:4px;font-size:12px;font-weight:600;line-height:1.2;letter-spacing:.04em;text-transform:uppercase}.pcgr-mode-fresh{background:#22c55e2e;border:1px solid rgba(34,197,94,.45);color:#4ade80}.pcgr-mode-checkpoint{background:#eab30824;border:1px solid rgba(234,179,8,.4);color:#facc15}.pcgr-mode-flawless{background:#63b3ed24;border:1px solid rgba(99,179,237,.4);color:#90cdf4}.pcgr-mode-solo{background:#a78bfa24;border:1px solid rgba(167,139,250,.4);color:#c4b5fd}.pcgr-mode-solo-flawless{background:#fbbf2424;border:1px solid rgba(251,191,36,.45);color:#fcd34d}.pcgr-meta-row{display:flex;align-items:center;gap:16px;margin-top:14px;color:var(--muted-text);font-size:14px;line-height:1}.pcgr-meta-item{display:inline-flex;align-items:center;gap:6px}.pcgr-table-section{padding:22px 28px 16px}.pcgr-table-head,.pcgr-player-row{display:grid;grid-template-columns:minmax(200px,1fr) 90px 90px 90px 80px 100px;align-items:center}.pcgr-table-head{padding:0 10px 10px;color:var(--muted-text);font-size:12px;font-weight:700;letter-spacing:-.02em;text-transform:uppercase}.pcgr-player-table{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:4px}.pcgr-player-row{position:relative;min-height:76px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08);background:#0a0a0a;overflow:hidden}.pcgr-player-row:last-child{border-bottom:0}.pcgr-player-row.is-clickable{cursor:pointer}.pcgr-player-row.is-clickable:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#0000001f;opacity:0;pointer-events:none}.pcgr-player-row.is-clickable:hover:before{opacity:1}.pcgr-row-emblem-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:auto 100%;background-position:left center;background-repeat:no-repeat;pointer-events:none}.pcgr-row-emblem-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0000002e,#0a0a0ab8 40%,#0a0a0a 68%)}.pcgr-player-summary,.pcgr-stat-cell,.pcgr-time-cell{position:relative;z-index:1}.pcgr-player-summary{display:flex;min-width:0;align-items:center;gap:12px}.pcgr-rank-mark{width:20px;color:#d49225;font-size:13px;text-align:center}.pcgr-player-icon{width:44px;height:44px;flex:0 0 auto;object-fit:cover;border-radius:2px}.pcgr-player-icon-empty{background:#ffffff1f}.pcgr-class-mark{display:inline-flex;width:36px;height:36px;flex:0 0 auto;align-items:center;justify-content:center;color:#efeff2;font-size:14px;font-weight:700;text-transform:uppercase}.pcgr-player-name-block{min-width:0}.pcgr-player-name-row{display:flex;min-width:0;align-items:center;gap:8px}.pcgr-player-name{overflow:hidden;color:#f6f6f7;font-size:15px;font-weight:400;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.pcgr-player-subline{display:flex;gap:6px;margin-top:3px;color:#898994;font-size:11px;text-transform:uppercase}.pcgr-mvp-badge{padding:2px 7px;border:1px solid rgba(234,179,8,.55);border-radius:5px;background:#eab30829;color:#facc15;font-size:11px;font-weight:700;line-height:1.1}.pcgr-stat-cell,.pcgr-time-cell{color:#d0d0d5;font-size:15px;font-weight:400;line-height:1.1}.pcgr-time-cell{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.pcgr-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:16px 28px 20px}.pcgr-stat-panel{border:1px solid rgba(255,255,255,.08);border-radius:4px;background:#0a0a0a;padding:16px 18px 8px}.pcgr-stat-panel h2{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:var(--muted-text);font-size:12px;font-weight:400;letter-spacing:.07em;text-transform:uppercase;line-height:1}.pcgr-panel-rows{display:flex;flex-direction:column}.pcgr-panel-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:40px;border-bottom:1px solid rgba(255,255,255,.13);color:var(--muted-text);font-size:13px}.pcgr-panel-row:last-child{border-bottom:0}.pcgr-panel-row strong{min-width:0;overflow:hidden;color:#f3f3f5;font-size:13px;font-weight:400;text-align:right;text-overflow:ellipsis;white-space:nowrap}.pcgr-placeholder,.pcgr-empty-state{min-height:520px;padding:40px;background:#050505}.pcgr-loading-block,.pcgr-loading-line{background:#ffffff1a}.pcgr-loading-block{height:300px;margin-bottom:36px}.pcgr-loading-line{width:min(560px,74%);height:28px;margin-bottom:18px}.pcgr-loading-line.short{width:min(280px,42%)}.pcgr-empty-title{color:#fff;font-size:32px}.pcgr-empty-copy{margin-top:10px;color:var(--muted-text);font-size:18px}@media (max-width: 430px){.player-content{grid-template-columns:52px minmax(0,1fr);gap:14px}.player-avatar{width:52px;height:52px}.player-name{font-size:22px}.stat-box{text-align:left}.skeleton-stat{align-items:flex-start}.dungeon-cards-grid{grid-template-columns:minmax(0,1fr)}.dungeon-stats-grid{row-gap:12px}}@media (max-width: 720px){.pcgr-shell{width:min(100% - 24px,680px)}.pcgr-table-section,.pcgr-detail-grid{padding-left:14px;padding-right:14px}.pcgr-table-head{display:none}.pcgr-player-row{grid-template-columns:1fr;gap:8px;padding:12px}.pcgr-stat-cell,.pcgr-time-cell{display:flex;justify-content:space-between;font-size:13px}.pcgr-stat-cell:nth-child(2):before{content:"Kills"}.pcgr-stat-cell:nth-child(3):before{content:"Deaths"}.pcgr-stat-cell:nth-child(4):before{content:"Assists"}.pcgr-stat-cell:nth-child(5):before{content:"K/D"}.pcgr-time-cell:before{content:"Time";margin-right:auto}.pcgr-detail-grid{grid-template-columns:1fr}}@media (max-width: 620px){.pcgr-page{padding-top:0}.pcgr-shell{width:100%;border-left:0;border-right:0}.pcgr-hero,.pcgr-hero-content{min-height:280px}.pcgr-hero-content{padding:24px 20px}.pcgr-title-row{gap:12px}.pcgr-title-row h1{font-size:38px}.pcgr-success-badge{width:44px;height:44px}.pcgr-date,.pcgr-meta-row,.pcgr-mode-badge{font-size:18px}.pcgr-meta-row{flex-wrap:wrap;gap:16px;margin-top:30px}.pcgr-player-summary{gap:12px}.pcgr-rank-mark{display:none}.pcgr-player-name{font-size:23px}.pcgr-class-mark,.pcgr-player-icon{width:34px;height:34px;font-size:18px}.pcgr-player-name-row{align-items:flex-start;flex-direction:column;gap:5px}.pcgr-stat-panel h2{font-size:24px}.pcgr-panel-row{min-height:62px;font-size:18px}.pcgr-panel-row strong{font-size:18px}}.footer{background:#08080a75;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid rgba(255,255,255,.07)}.footer-inner{display:flex;flex-direction:column;gap:0;padding:0 24px}.footer-top,.footer-bottom{display:flex;align-items:center;justify-content:space-between;height:44px}.footer-text{font-size:12px;font-weight:400;color:var(--muted-text);letter-spacing:.04em}.footer-text-muted{color:var(--muted-text);letter-spacing:.08em;text-transform:uppercase}.footer-icons{display:flex;align-items:center;gap:16px}.footer-icon-link{display:flex;align-items:center;color:var(--muted-text);transition:color .15s}.footer-icon-link:hover{color:#fff}.footer-icon-link svg{width:20px;height:20px}.footer-links{display:flex;align-items:center;gap:20px}.footer-link{font-size:12px;font-weight:400;color:var(--muted-text);text-decoration:none;letter-spacing:.08em;text-transform:uppercase;transition:color .15s}.footer-link:hover{color:#fff}.about-page{background:#111;display:flex;justify-content:center;padding:48px 24px 64px}.about-shell{width:min(960px,100%)}.about-heading{margin:0 0 40px;font-size:clamp(22px,2.4vw,32px);font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:#fff;line-height:.96}.about-section{margin-bottom:36px}.about-subheading{margin:0 0 8px;font-size:16px;font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:#fff;line-height:1.1}.about-body{margin:0 0 10px;font-size:15px;color:var(--muted-text);line-height:1.55}.about-body:last-child{margin-bottom:0}.about-link{color:var(--accent-color);text-decoration:none}.about-link:hover{text-decoration:underline;text-underline-offset:3px}.about-steps{display:flex;flex-direction:column;gap:24px;max-width:920px}.about-step{display:grid;grid-template-columns:24px minmax(0,1fr);column-gap:16px;align-items:baseline}.about-step-num{font-size:15px;color:var(--muted-text);line-height:1;text-align:right}.about-step-title{margin:0 0 8px;font-size:14px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-text);line-height:1}.faq-page{background:#111;display:flex;justify-content:center;padding:48px 24px 64px}.faq-shell{width:min(960px,100%)}.faq-heading{margin:0 0 36px;font-size:clamp(22px,2.4vw,32px);font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:#fff;line-height:.96}.faq-list{display:flex;flex-direction:column;gap:28px}.faq-item{display:flex;flex-direction:column;gap:6px}.faq-question{margin:0;font-size:16px;font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:#fff;line-height:1.1}.faq-answer{margin:0;font-size:16px;color:#e0e0e0;line-height:1.6}.faq-link{color:var(--accent-color);text-decoration:none}.faq-link:hover{text-decoration:underline;text-underline-offset:3px}.home-page{--home-background-image: url(/home-background.jpg);position:relative;min-height:calc(100vh - 64px - var(--footer-height));overflow:hidden;background-color:#111;background-image:linear-gradient(180deg,#11111194,#111111db),var(--home-background-image);background-position:center;background-size:cover;background-repeat:no-repeat}.home-hero{display:flex;justify-content:center;min-height:calc(100vh - 64px - var(--footer-height));padding:22vh 24px 64px;text-align:center;box-sizing:border-box}.home-hero-content{display:flex;flex-direction:column;align-items:center;gap:20px}.home-title{margin:0;font-size:clamp(28px,4vw,48px);font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:#fff;line-height:.96}.home-tagline{margin:0;font-size:18px;color:var(--muted-text);letter-spacing:0;line-height:1.4}.home-link{color:var(--accent-color);text-decoration:none}.home-link:hover{text-decoration:underline;text-underline-offset:3px}.home-search-btn{display:flex;align-items:center;gap:10px;width:500px;height:40px;padding:0 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--muted-text);font-family:inherit;font-size:15px;cursor:pointer;box-sizing:border-box;transition:border-color .15s,background .15s;text-align:left}.home-search-btn:hover{background:#ffffff17;border-color:#fff3}.home-search-btn svg{width:16px;height:16px;flex-shrink:0;color:var(--muted-text)}
