@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap";
.aipage-hub-container{color:#191f28;background:#fafbfc;min-height:100vh;font-family:Noto Sans KR,Pretendard,system-ui,sans-serif}.aph-hero{background:linear-gradient(135deg,#191f28 0%,#2d3642 100%);padding:0;position:relative;overflow:hidden}.aph-hero-inner{align-items:center;gap:3rem;max-width:1200px;min-height:420px;margin:0 auto;padding:4rem 1.5rem 3.5rem;display:flex;position:relative}.aph-hero-text{z-index:2;flex:1}.aph-hero-badge{color:#1ec997;letter-spacing:.02em;background:#1ec99726;border:1px solid #1ec9974d;border-radius:999px;align-items:center;gap:.375rem;margin-bottom:1.25rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.aph-hero-badge-dot{background:#1ec997;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite aph-pulse}@keyframes aph-pulse{0%,to{opacity:1}50%{opacity:.4}}.aph-hero-title{color:#fff;letter-spacing:-.02em;margin:0 0 1rem;font-size:2.25rem;font-weight:700;line-height:1.3}.aph-hero-title em{color:#1ec997;font-style:normal}.aph-hero-desc{color:#ffffffb3;max-width:480px;margin:0 0 2rem;font-size:1.0625rem;font-weight:300;line-height:1.7}.aph-hero-cta{color:#fff;cursor:pointer;letter-spacing:.01em;background:#1ec997;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.aph-hero-cta:hover{background:#17b386;transform:translateY(-1px);box-shadow:0 8px 24px #1ec9974d}.aph-hero-slides{z-index:2;flex:1;position:relative}.aph-hero-slides-track{aspect-ratio:16/10;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 16px 48px #0000004d}.aph-hero-slide{opacity:0;background:linear-gradient(135deg,#1a2332 0%,#243447 100%);flex-direction:column;justify-content:center;padding:2.5rem;transition:opacity .6s ease-in-out;display:flex;position:absolute;inset:0}.aph-hero-slide.active{opacity:1}.aph-hero-slide-number{color:#1ec997;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem;font-size:.6875rem;font-weight:700}.aph-hero-slide-title{color:#fff;margin:0 0 .75rem;font-size:1.375rem;font-weight:700;line-height:1.4}.aph-hero-slide-body{color:#ffffffa6;margin:0;font-size:.9375rem;font-weight:300;line-height:1.6}.aph-hero-dots{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.aph-hero-dot{cursor:pointer;background:#ffffff40;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.aph-hero-dot.active{background:#1ec997;border-radius:4px;width:24px}.aph-section{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.aph-section-header{margin-bottom:2rem}.aph-section-label{letter-spacing:.15em;text-transform:uppercase;color:#1ec997;margin-bottom:.5rem;font-size:.6875rem;font-weight:700}.aph-section-title{color:#191f28;letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:700}.aph-section-subtitle{color:#6b7684;margin:.375rem 0 0;font-size:.9375rem;font-weight:400}.aph-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.aph-card{background:#fff;border:1px solid #f0f2f4;border-radius:16px;flex-direction:column;transition:all .25s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.aph-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.aph-card-image{aspect-ratio:16/10;background:linear-gradient(135deg,#e8ecef 0%,#d5dade 100%);width:100%;position:relative;overflow:hidden}.aph-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.aph-card:hover .aph-card-image img{transform:scale(1.04)}.aph-card-image-overlay{background:linear-gradient(#0000 0%,#00000080 100%);align-items:flex-end;gap:.5rem;padding:1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.aph-card-badge{letter-spacing:.02em;border-radius:6px;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;display:inline-flex}.aph-card-badge--industry{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#fff3}.aph-card-badge--engines{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1ec997;background:#1ec99733}.aph-card-badge--featured{color:#fff;background:#1ec997}.aph-card-body{flex-direction:column;flex:1;padding:1.25rem 1.5rem 1.5rem;display:flex}.aph-card-name{color:#191f28;letter-spacing:-.01em;margin:0 0 .375rem;font-size:1.125rem;font-weight:700}.aph-card-subtitle{color:#6b7684;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.aph-card-cta{color:#fff;cursor:pointer;background:#191f28;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.375rem;width:100%;margin-top:1.25rem;padding:.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.aph-card-cta:hover{background:#1ec997}.aph-card-no-image{color:#c5cbd2;justify-content:center;align-items:center;font-size:2.5rem;display:flex}.aph-engines{background:#fff;border-top:1px solid #f0f2f4}.aph-engines-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.aph-engine-chip{background:#f8f9fa;border:1px solid #f0f2f4;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:all .2s;display:flex}.aph-engine-chip:hover{background:#1ec9970a;border-color:#1ec997}.aph-engine-icon{color:#1ec997;background:#1ec9971a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.aph-engine-label{color:#191f28;font-size:.8125rem;font-weight:600}.aph-engine-desc{color:#8b95a1;margin-top:.125rem;font-size:.6875rem}.aph-empty{text-align:center;background:#fff;border:1px solid #f0f2f4;border-radius:16px;padding:4rem 2rem}@media (max-width:768px){.aph-hero-inner{flex-direction:column;gap:2rem;min-height:auto;padding:2.5rem 1.25rem 2rem}.aph-hero-title{font-size:1.625rem}.aph-hero-desc{font-size:.9375rem}.aph-hero-slides-track{aspect-ratio:4/3}.aph-grid{grid-template-columns:1fr}.aph-engines-grid{grid-template-columns:repeat(2,1fr)}.aph-section{padding:2rem 1.25rem}}@media (min-width:769px) and (max-width:1024px){.aph-grid{grid-template-columns:repeat(2,1fr)}}
