.home-page{width:100%}.home-hero{display:grid;grid-template-columns:55fr 45fr;height:500px;max-width:var(--max-width);margin:50px auto 0;background:#f6f6f6;border-radius:24px;overflow:hidden}.home-hero__left{display:flex;flex-direction:column;justify-content:center;padding:64px 40px 64px 80px}.home-hero__title{font-size:clamp(2rem, 3.2vw, 3rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:#111;margin:0 0 2.5rem}.home-hero__dot{color:var(--color-primary,#37ed4a)}.home-hero__cats{display:flex;flex-wrap:wrap;gap:14px}.home-cat{display:flex;align-items:center;justify-content:center;width:62px;height:62px;background:#fff;border:1.5px solid #e0ddd7;border-radius:16px;text-decoration:none;flex-shrink:0;transition:border-color .18s,box-shadow .18s,transform .18s}.home-cat:hover{border-color:#111;box-shadow:0 4px 14px rgba(0,0,0,.09);transform:translateY(-2px)}.home-cat__icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;color:#111}.home-cat__icon svg{width:30px;height:30px;fill:currentColor;display:block}.home-hero__right{position:relative;overflow:hidden;padding-left:16px}.home-hero__right::before{content:'';position:absolute;inset:0 auto 0 0;width:40px;background:linear-gradient(to right,var(--color-background),transparent);z-index:1;pointer-events:none}.home-mosaic{display:flex;gap:12px;height:774px;margin-top:-137px;margin-right:-20px;width:fit-content;margin-left:auto}.home-mosaic__col{flex:0 0 250px;display:flex;flex-direction:column;gap:12px;will-change:transform}.home-mosaic__col--offset{padding-top:50px}.home-mosaic__item{width:200px;height:200px;border-radius:18px;overflow:hidden;flex-shrink:0}.home-mosaic__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.home-mosaic__item:hover img{transform:scale(1.04)}@media (max-width:1024px){.home-hero__left{padding:48px 32px 48px 48px}.home-mosaic__col{flex:0 0 210px}.home-mosaic__item{width:210px;height:210px}.home-mosaic{height:656px;margin-top:-78px}}@media (max-width:768px){.home-hero{grid-template-columns:1fr;height:auto;overflow:visible;border-radius:16px;margin-top:24px}.home-hero__left{padding:48px 24px 32px}.home-hero__right{height:280px;padding:0;overflow:hidden}.home-hero__right::before{display:none}.home-mosaic{height:560px;margin-top:-140px;margin-right:-12px}.home-mosaic__col{flex:0 0 130px}.home-mosaic__item{width:130px;height:130px}.home-mosaic__col--offset{padding-top:30px}}@media (max-width:480px){.home-hero__title{font-size:clamp(1.7rem, 7vw, 2.2rem);margin-bottom:1.75rem}.home-cat{width:54px;height:54px;border-radius:14px}.home-hero__cats{gap:10px}.home-cat__icon,.home-cat__icon svg{width:24px;height:24px}}.home-tools{max-width:var(--max-width);margin:48px auto;padding:0 var(--page-padding,20px);display:flex;gap:16px}.home-tool{flex:1;display:flex;align-items:center;gap:18px;background:#fff;border-radius:20px;padding:24px 28px;text-decoration:none;color:inherit;filter:drop-shadow(0 1px 4px rgba(0,0,0,.07));transition:transform .2s,filter .2s}.home-tool:hover{transform:translateY(-3px);filter:drop-shadow(0 6px 14px rgba(0,0,0,.1))}.home-tool__icon{flex-shrink:0;width:58px;height:58px;border-radius:50%;overflow:hidden;background:#f4f4f4}.home-tool__icon img{width:100%;height:100%;object-fit:cover;display:block}.home-tool__body{display:flex;flex-direction:column;gap:4px}.home-tool__title{font-size:1rem;font-weight:700;color:#111;margin:0;line-height:1.25}.home-tool__desc{font-size:.8rem;color:#666;margin:0;line-height:1.4}@media (max-width:768px){.home-tools{flex-direction:column;gap:12px}}.home-recent{max-width:calc(var(--max-width) + 24px);margin:72px auto;padding:0 calc(var(--page-padding,20px) + 12px)}.home-recent__heading{font-size:clamp(1.3rem, 2vw, 1.7rem);font-weight:700;letter-spacing:-.02em;color:#111;margin:0 0 40px}.home-recent__overflow{overflow-x:clip;overflow-y:visible;padding:16px 12px 20px;margin:-16px -12px -20px}.home-recent__track{display:flex;gap:16px;transition:transform .42s cubic-bezier(.4, 0, .2, 1);will-change:transform}.home-recent__card{flex:0 0 calc(25% - 12px);height:290px;scroll-snap-align:start;text-decoration:none;color:inherit;border-radius:16px;background:#fff;filter:drop-shadow(0 1px 4px rgba(0,0,0,.07));transition:transform .22s,filter .22s;display:flex;flex-direction:column;padding:10px 10px 14px}.home-recent__card:hover{transform:scale(1.025) translateY(-4px);filter:drop-shadow(0 6px 14px rgba(0,0,0,.1))}.home-recent__img{width:100%;height:210px;overflow:hidden;flex-shrink:0;border-radius:10px}.home-recent__img img{width:100%;height:100%;object-fit:cover;display:block}.home-recent__label{padding:12px 6px 0;font-size:.88rem;font-weight:600;line-height:1.4;color:#1a1a1a;margin:0;font-family:inherit;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-recent__nav{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.home-recent__arrow{width:44px;height:44px;border-radius:50%;border:1.5px solid #aaa;background:#fff;font-size:1.35rem;line-height:1;cursor:pointer;color:#222;display:flex;align-items:center;justify-content:center;transition:border-color .18s,color .18s,box-shadow .18s;padding:0 0 1px;user-select:none;box-shadow:0 1px 5px rgba(0,0,0,.08)}.home-recent__arrow:not(:disabled):hover{border-color:#111;color:#000;box-shadow:0 3px 12px rgba(0,0,0,.12)}.home-recent__arrow:disabled{border-color:#ddd;color:#ccc;cursor:default;box-shadow:none}@media (max-width:1024px){.home-recent__card{flex:0 0 calc(33.333% - 11px);height:270px}.home-recent__img{height:190px}}@media (max-width:768px){.home-recent__card{flex:0 0 calc(50% - 8px);height:255px}.home-recent__img{height:175px}.home-recent__nav{display:none}.home-recent__overflow{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px 0 16px;margin:-8px 0 -16px}.home-recent__overflow::-webkit-scrollbar{display:none}.home-recent__track{transform:none!important;transition:none}}@media (max-width:480px){.home-recent__card{flex:0 0 72vw;height:245px}.home-recent__img{height:165px}.home-recent{margin-top:40px;margin-bottom:40px}}