.page_container__aoG4z{max-width:1200px;margin:0 auto;padding:2.5rem;background-color:var(--color-background);color:var(--color-foreground);min-height:calc(100vh - 70px);opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.page_loaded__VZ8F3{opacity:1;transform:translateY(0)}.page_heroSection___mcj9{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;position:relative;overflow:hidden}.page_heroContent__2lPR8{max-width:600px}.page_heroTitle__Gfler{font-size:3.5rem;font-weight:700;color:var(--color-primary-500);margin-bottom:1rem;position:relative;overflow:hidden}.page_heroTitle__Gfler:after{content:"";position:absolute;bottom:-8px;left:0;width:100px;height:4px;background-color:var(--color-secondary-500);border-radius:2px;animation:page_expandWidth__q4XvF 1.2s var(--animation-easing-spring) forwards;animation-delay:.5s}.page_heroDescription__E0XDR{font-size:1.25rem;color:var(--color-default-700);line-height:1.6}.page_heroGraphic__16O_q{position:relative;width:300px;height:300px}.page_graphicElement__9ygKo{position:absolute;border-radius:50%;background:linear-gradient(135deg,var(--color-secondary-400),var(--color-secondary-600));opacity:.8;animation:page_floating__r1u15 6s ease-in-out infinite}.page_graphicElement__9ygKo:first-child{width:150px;height:150px;top:20px;left:20px;animation-delay:0s}.page_graphicElement__9ygKo:nth-child(2){width:100px;height:100px;top:100px;left:150px;animation-delay:1s;background:linear-gradient(135deg,var(--color-primary-400),var(--color-primary-600))}.page_graphicElement__9ygKo:nth-child(3){width:70px;height:70px;top:180px;left:80px;animation-delay:2s;background:linear-gradient(135deg,var(--color-success-400),var(--color-success-600))}.page_grid__f5Kdy{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.page_card__QV0Om{background-color:var(--color-content1);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .4s var(--animation-easing-spring);border:1px solid var(--color-default-200);height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}.page_card__QV0Om:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--color-secondary-500),var(--color-primary-500));transform:scaleX(0);transform-origin:left;transition:transform .4s var(--animation-easing-spring)}.page_card__QV0Om:hover:before{transform:scaleX(1)}.page_activeCard__aIgmF{transform:translateY(-10px) scale(1.03);box-shadow:0 20px 30px rgba(0,0,0,.15)}.page_cardIconWrapper__r4DDN{width:50px;height:50px;background-color:var(--color-secondary-100);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:all .3s var(--animation-easing-spring)}.page_card__QV0Om:hover .page_cardIconWrapper__r4DDN{background-color:var(--color-secondary-500);transform:scale(1.1) rotate(5deg)}.page_cardIcon__ejM_b{width:24px;height:24px;color:var(--color-secondary-700);transition:all .3s var(--animation-easing-spring)}.page_card__QV0Om:hover .page_cardIcon__ejM_b{color:white;transform:scale(1.1)}.page_cardTitle__wyNTT{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--color-content1-foreground)}.page_cardDescription__qsYh_{color:var(--color-default-700);font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.page_cardArrow__3WJ3f{margin-top:auto;align-self:flex-end;width:24px;height:24px;opacity:0;transform:translateX(-10px);transition:all .3s var(--animation-easing-spring)}.page_card__QV0Om:hover .page_cardArrow__3WJ3f{opacity:1;transform:translateX(0)}@keyframes page_expandWidth__q4XvF{0%{width:0}to{width:100px}}@media (max-width:768px){.page_container__aoG4z{padding:1.5rem}.page_heroSection___mcj9{flex-direction:column;text-align:center}.page_heroTitle__Gfler{font-size:2.5rem}.page_heroTitle__Gfler:after{left:50%;transform:translateX(-50%)}.page_heroGraphic__16O_q{margin-top:2rem}.page_grid__f5Kdy{grid-template-columns:1fr}}