.home .home-top{max-width:2000px;margin:auto;padding-top:1rem;padding-bottom:1rem;overflow:hidden}.home .quick-select{flex-direction:column;gap:1rem;width:100%;display:flex}.home .quick-select .quick-select-wrapper{grid-template-columns:repeat(8,1fr);justify-items:center;gap:1rem;display:grid}.home .quick-select .quick-select-wrapper .quick-select-item{background-color:#0000;flex-direction:column;align-items:center;gap:.25rem;width:fit-content;height:fit-content;display:flex;position:relative;overflow:hidden}.home .quick-select .quick-select-wrapper .quick-select-item .quick-select-image{object-fit:contain;background-color:var(--gray-alpha-200);filter:drop-shadow(0 0 1px var(--gray-alpha-400));border-radius:2rem;padding:1.25rem;transition:filter .2s}.home .quick-select .quick-select-wrapper .quick-select-item .quick-select-name{font-size:1rem}.home .introduction{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;padding:1rem;display:flex}.home .introduction .intro-header{justify-content:space-between;align-items:center;width:100%;display:flex}.home .introduction .description{color:var(--icon-color);margin:0;font-size:1rem;line-height:1.8}.home .introduction .action-grid{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;margin:1rem 0;display:grid}.home .introduction .action-grid .action-card{background:var(--background);border:1px solid var(--gray-alpha-300);color:inherit;border-radius:1rem;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.home .introduction .action-grid .action-card .icon-box{color:var(--primary-color);background-color:var(--primary-color-bg);border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex}.home .introduction .action-grid .action-card .text-box{flex-direction:column;flex:1;display:flex}.home .introduction .action-grid .action-card .text-box .main-text{margin-bottom:.25rem;font-size:1rem;font-weight:700}.home .introduction .action-grid .action-card .text-box .sub-text{color:var(--gray-alpha-400);font-size:.8rem}.home .introduction .action-grid .action-card .arrow{color:var(--gray-alpha-400)}@media (hover:hover) and (pointer:fine){.home .quick-select .quick-select-wrapper .quick-select-item .quick-select-image:hover{filter:drop-shadow(0 0 2px var(--gray-alpha-500))}.home .introduction .action-grid .action-card:hover{border-color:var(--primary-color);box-shadow:var(--box-shadow);transform:translateY(-2px)}}@media (min-width:1180px){.home .quick-select{margin-top:1rem}}@media (max-width:1179px){.home .home-top{max-width:100%;padding-top:.5rem}.home .quick-select .quick-select-wrapper{flex-wrap:wrap;justify-content:space-evenly;gap:1rem;display:flex}.home .quick-select .quick-select-wrapper .quick-select-item .quick-select-image{width:76px;height:76px}.home .introduction{padding:1rem 0}.home .introduction .action-grid{grid-template-columns:repeat(1,1fr)}}
