*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;overflow-x:hidden}#root{width:100%;overflow-x:hidden}a{color:#6366f1;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}img{max-width:100%;height:auto}html{scroll-behavior:smooth}button{border:none;background:none;cursor:pointer;padding:0;font:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb}.header__container{position:relative;max-width:1200px;margin:0 auto;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.header__brand{display:flex;align-items:center;gap:16px}.header__logo{display:flex;align-items:center;gap:8px}.header__slogan{font-size:13px;color:#6b7280;padding-left:16px;border-left:1px solid #e5e7eb}.header__logo-icon{width:28px;height:28px;display:block}.header__logo-text{font-size:20px;font-weight:700;color:#1f2937}.header__nav{display:flex;gap:8px}.header__nav-link{padding:8px 16px;font-size:14px;font-weight:500;color:#6b7280;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.header__nav-link:hover{color:#6366f1;background:#f3f4f6}.header__nav-link--primary{background:#6366f1;color:#fff}.header__nav-link--primary:hover{background:#5558e3;color:#fff}.header__mobile-nav,.header__hamburger,.header__dropdown{display:none}@media (max-width: 768px){.header__slogan,.header__nav--desktop{display:none}.header__mobile-nav{display:flex;align-items:center;gap:12px}.header__hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:6px;background:transparent;border:none;cursor:pointer}.header__hamburger span{display:block;width:100%;height:2px;background:#6b7280;border-radius:1px;transition:all .2s ease}.header__hamburger--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header__dropdown{display:flex;flex-direction:column;position:absolute;top:100%;right:20px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #0000001a;overflow:hidden;min-width:140px;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header__dropdown-link{padding:12px 16px;font-size:14px;font-weight:500;color:#374151;background:transparent;border:none;text-align:left;cursor:pointer;transition:background .2s ease}.header__dropdown-link:hover{background:#f3f4f6}.header__dropdown-link:not(:last-child){border-bottom:1px solid #e5e7eb}}@media (max-width: 480px){.header__container{padding:12px 16px}.header__logo-text{font-size:18px}.header__nav-link{padding:6px 12px;font-size:13px}.header__dropdown{right:16px}}.hero{padding:60px 20px 80px;background:linear-gradient(180deg,#fafbff,#fff)}.hero__container{max-width:800px;margin:0 auto;text-align:center}.hero__badge{display:inline-block;padding:8px 16px;font-size:12px;font-weight:600;color:#6366f1;background:#eef2ff;border-radius:20px;margin-bottom:24px;word-break:break-word}@media (max-width: 480px){.hero{padding:40px 16px 60px}.hero__badge{font-size:11px;padding:6px 12px}.hero__title{font-size:28px}.hero__title-desc{font-size:22px}.hero__subtitle{font-size:15px}.hero__value{font-size:14px}.hero__cta-primary{width:100%;padding:14px 24px;font-size:16px}.hero__trust-item{font-size:13px}}.hero__title{font-size:36px;font-weight:800;color:#1f2937;line-height:1.2;margin:0 0 20px;display:flex;flex-direction:column;gap:8px}.hero__title-brand{color:#6366f1}.hero__title-desc{font-size:28px;font-weight:700;color:#1f2937}.hero__subtitle{font-size:18px;color:#4b5563;line-height:1.6;margin:0 0 12px}.hero__subtitle strong{color:#1f2937;font-weight:600}.hero__value{font-size:16px;color:#6b7280;line-height:1.6;margin:0 0 32px}.hero__cta{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:40px}.hero__cta-primary{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 32px;font-size:18px;font-weight:600;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.hero__cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6366f166}.hero__cta-hint{font-size:12px;font-weight:400;opacity:.9}.hero__cta-secondary{padding:12px 24px;font-size:16px;font-weight:500;color:#6b7280;background:transparent;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease}.hero__cta-secondary:hover{border-color:#6366f1;color:#6366f1}.hero__trust{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.hero__trust-item{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:#374151}.hero__trust-item svg{width:18px;height:18px;color:#10b981;flex-shrink:0}.hero__privacy{font-size:13px;color:#9ca3af;margin:0}@media (min-width: 640px){.hero{padding:80px 20px 100px}.hero__title{font-size:48px}.hero__title-desc{font-size:36px}.hero__subtitle{font-size:20px}.hero__cta{flex-direction:row;justify-content:center}}.what-is{padding:60px 20px;background:#fff}.what-is__container{max-width:800px;margin:0 auto}.what-is__title{font-size:28px;font-weight:700;color:#1f2937;text-align:center;margin:0 0 32px}.what-is__content{display:flex;flex-direction:column;gap:20px}.what-is__paragraph{font-size:16px;line-height:1.8;color:#4b5563;margin:0}.what-is__paragraph--lead{font-size:17px;color:#374151}.what-is__paragraph strong{color:#1f2937;font-weight:600}@media (min-width: 640px){.what-is{padding:80px 20px}.what-is__title{font-size:32px}.what-is__paragraph{font-size:17px}.what-is__paragraph--lead{font-size:18px}}.how-it-works{padding:60px 20px;background:#f9fafb}.how-it-works__container{max-width:900px;margin:0 auto}.how-it-works__title{font-size:28px;font-weight:700;color:#1f2937;text-align:center;margin:0 0 12px}.how-it-works__subtitle{font-size:16px;color:#6b7280;text-align:center;margin:0 0 40px}.how-it-works__steps{display:grid;grid-template-columns:1fr;gap:24px}.how-it-works__step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d}.how-it-works__step-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#6366f1;margin-bottom:12px}.how-it-works__step-icon svg{width:100%;height:100%}.how-it-works__step-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;background:#6366f1;border-radius:50%;margin-bottom:12px}.how-it-works__step-title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 8px;line-height:1.4}.how-it-works__step-desc{font-size:14px;color:#6b7280;margin:0;line-height:1.5}@media (min-width: 640px){.how-it-works__steps{grid-template-columns:repeat(3,1fr)}}.upload-zone{border:2px dashed #d1d5db;border-radius:12px;padding:32px 16px;text-align:center;cursor:pointer;transition:all .2s ease;background:#fafafa}.upload-zone:hover{border-color:#6366f1;background:#f0f0ff}.upload-zone--disabled{cursor:not-allowed;opacity:.6;background:#f3f4f6}.upload-zone--disabled:hover{border-color:#d1d5db;background:#f3f4f6}.upload-input{display:none}.upload-content{display:flex;flex-direction:column;align-items:center;gap:12px}.upload-icon{width:48px;height:48px;color:#9ca3af}.upload-zone:hover .upload-icon{color:#6366f1}.upload-text{font-size:16px;color:#374151;margin:0}.upload-hint{font-size:14px;color:#9ca3af;margin:0}.image-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:box-shadow .2s ease;-webkit-user-select:none;user-select:none}.image-item:hover{box-shadow:0 2px 8px #00000014}.image-item--dragging{box-shadow:0 4px 16px #00000026}.image-item__drag-handle{cursor:grab;color:#9ca3af;padding:12px;margin:-8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;touch-action:none;-webkit-user-select:none;user-select:none}.image-item__drag-handle:active{cursor:grabbing}.image-item__drag-handle svg{pointer-events:none}.image-item__preview-wrapper{position:relative;width:80px;height:60px;flex-shrink:0;border-radius:4px;overflow:hidden;background:#f3f4f6;cursor:pointer}.image-item__preview{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.image-item__preview-wrapper:hover .image-item__preview{transform:scale(1.05)}.image-item__zoom-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;background:#0009;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;color:#fff}.image-item__zoom-hint svg{width:16px;height:16px}.image-item__preview-wrapper:hover .image-item__zoom-hint{opacity:1}.image-item__info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.image-item__name{font-size:13px;font-weight:500;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.image-item__type{font-size:12px;padding:2px 8px;border-radius:4px;width:fit-content}.image-item__type--keyframe{background:#dbeafe;color:#1d4ed8}.image-item__type--subtitle{background:#f3f4f6;color:#6b7280}.image-item__actions{display:flex;gap:8px;flex-shrink:0}.image-item__btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s ease}.image-item__btn:hover{background:#e5e7eb;color:#374151}.image-item__btn svg{width:16px;height:16px}.image-item__btn--delete:hover{background:#fee2e2;color:#dc2626}.image-item__btn--keyframe-active{background:#dbeafe;color:#1d4ed8}.image-item__btn--keyframe-active:hover{background:#bfdbfe;color:#1d4ed8}.image-preview-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:image-preview-fade-in .2s ease}@keyframes image-preview-fade-in{0%{opacity:0}to{opacity:1}}.image-preview-modal__content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.image-preview-modal__close{position:absolute;top:-40px;right:0;width:36px;height:36px;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.image-preview-modal__close:hover{background:#fff3}.image-preview-modal__close svg{width:20px;height:20px}.image-preview-modal__image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #0000004d}.image-preview-modal__info{margin-top:16px;display:flex;gap:12px}.image-preview-modal__type{font-size:14px;padding:4px 12px;border-radius:6px}.image-preview-modal__type--keyframe{background:#3b82f633;color:#60a5fa}.image-preview-modal__type--subtitle{background:#ffffff1a;color:#9ca3af}@media (max-width: 480px){.image-preview-modal{padding:10px}.image-preview-modal__close{top:-50px;right:50%;transform:translate(50%)}}.image-list-container{margin-top:24px}.image-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.image-list-title{font-size:18px;font-weight:600;color:#1f2937;margin:0}.clear-all-btn{padding:8px 16px;font-size:14px;color:#dc2626;background:transparent;border:1px solid #dc2626;border-radius:6px;cursor:pointer;transition:all .2s ease}.clear-all-btn:hover{background:#dc2626;color:#fff}.image-list{display:flex;flex-direction:column;gap:12px}.export-panel{padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:20px}.export-panel--disabled{opacity:.7}.export-panel--disabled .export-panel__section-title,.export-panel--disabled .export-panel__crop-label{color:#9ca3af}.export-panel__section{padding-bottom:20px;border-bottom:1px solid #f3f4f6}.export-panel__section:last-child{border-bottom:none;padding-bottom:0}.export-panel__section-header{margin-bottom:16px}.export-panel__section-title{font-size:15px;font-weight:600;color:#1f2937;margin:0 0 4px}.export-panel__section-hint{font-size:12px;color:#9ca3af}.export-panel__crop{display:flex;flex-direction:column;gap:16px}.export-panel__crop-preview-wrapper{display:flex;justify-content:center;background:#f3f4f6;border-radius:6px;padding:8px}.export-panel__crop-preview{height:140px;max-width:100%;background:linear-gradient(180deg,#e5e7eb,#9ca3af);border-radius:4px;position:relative;overflow:hidden;border:1px solid #e5e7eb}.export-panel__crop-preview img{height:100%;width:auto;display:block}.export-panel__crop-placeholder{width:200px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#9ca3af}.export-panel__crop-placeholder svg{width:32px;height:32px}.export-panel__crop-placeholder span{font-size:12px}.export-panel__crop-overlay{position:absolute;top:0;left:0;right:0;background:#0009;transition:height .2s ease}.export-panel__crop-divider{position:absolute;left:0;right:0;height:2px;background:#fffc;transition:top .2s ease;display:flex;justify-content:center}.export-panel__crop-label{position:absolute;bottom:4px;font-size:11px;font-weight:500;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);background:#00000080;padding:2px 8px;border-radius:4px}.export-panel__crop-slider{display:flex;align-items:center;gap:12px}.export-panel__crop-slider span{font-size:12px;color:#9ca3af;flex-shrink:0;width:32px}.export-panel__crop-slider span:last-child{text-align:right}.export-panel__crop-slider input[type=range]{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;background:#e5e7eb;border-radius:3px;outline:none}.export-panel__crop-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:#6366f1;border-radius:50%;cursor:pointer;transition:transform .2s ease}.export-panel__crop-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}.export-panel__crop-slider input[type=range]::-moz-range-thumb{width:20px;height:20px;background:#6366f1;border:none;border-radius:50%;cursor:pointer}.export-panel__crop-slider input[type=range]:disabled{opacity:.5}.export-panel__crop-slider input[type=range]:disabled::-webkit-slider-thumb{cursor:not-allowed}.export-panel__row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f3f4f6}.export-panel__row:last-child{border-bottom:none;padding-bottom:0}.export-panel__row label{font-size:14px;color:#374151}.export-panel__hint{font-size:12px;color:#9ca3af;margin-left:4px}.export-panel__btn-group{display:flex;gap:8px}.export-panel__btn-group button{padding:8px 16px;font-size:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s ease}.export-panel__btn-group button:hover:not(:disabled){background:#e5e7eb}.export-panel__btn-group button.active{background:#6366f1;border-color:#6366f1;color:#fff}.export-panel__btn-group button.active:hover{background:#5558e3}.export-panel__btn-group button:disabled{opacity:.5;cursor:not-allowed}.export-panel__toggle{width:48px;height:26px;background:#e5e7eb;border:none;border-radius:13px;cursor:pointer;position:relative;transition:background .2s ease}.export-panel__toggle:disabled{opacity:.5;cursor:not-allowed}.export-panel__toggle.active{background:#6366f1}.export-panel__toggle-slider{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #0003}.export-panel__toggle.active .export-panel__toggle-slider{transform:translate(22px)}.export-panel__color-group{display:flex;gap:8px}.export-panel__color-btn{width:32px;height:32px;border:2px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s ease}.export-panel__color-btn:hover:not(:disabled){transform:scale(1.1)}.export-panel__color-btn.active{border-color:#6366f1;box-shadow:0 0 0 2px #6366f14d}.export-panel__color-btn:disabled{opacity:.5;cursor:not-allowed}.export-panel__input{padding:8px 12px;font-size:14px;border:1px solid #e5e7eb;border-radius:6px;width:160px;outline:none;transition:border-color .2s ease}.export-panel__input:focus{border-color:#6366f1}.export-panel__input::placeholder{color:#9ca3af}.export-panel__input:disabled{background:#f9fafb;cursor:not-allowed}.export-panel__action{padding-top:0}.export-panel__summary{padding:12px;background:#f9fafb;border-radius:8px;margin-bottom:16px}.export-panel__summary-row{display:flex;justify-content:space-between;font-size:14px;color:#6b7280;padding:4px 0}.export-panel__summary-row span:last-child{color:#374151;font-weight:500}.export-panel__risk{padding:2px 8px;border-radius:4px;font-size:12px}.export-panel__risk--low{background:#dcfce7;color:#16a34a}.export-panel__risk--medium{background:#fef3c7;color:#d97706}.export-panel__risk--high{background:#fee2e2;color:#dc2626}.export-panel__notice{padding:10px 12px;margin-bottom:16px;background:#fef3c7;border-radius:8px;font-size:13px;color:#92400e;text-align:center}.export-panel__status{padding:12px;margin-bottom:16px;border-radius:8px;font-size:14px;text-align:center;background:#eff6ff;color:#1d4ed8}.export-panel__status--error{background:#fef2f2;color:#dc2626}.export-panel__status--success{background:#f0fdf4;color:#16a34a}.export-panel__export-btn{width:100%;padding:16px 24px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.export-panel__export-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.export-panel__export-btn:active:not(:disabled){transform:translateY(0)}.export-panel__export-btn:disabled{opacity:.6;cursor:not-allowed}.export-panel__export-btn svg{width:20px;height:20px}.export-panel__spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:export-panel-spin .8s linear infinite}@keyframes export-panel-spin{to{transform:rotate(360deg)}}.export-panel__disclaimer{margin:12px 0 0;font-size:12px;color:#9ca3af;text-align:center}@media (max-width: 480px){.export-panel{padding:16px}.export-panel__row{flex-direction:column;align-items:flex-start;gap:8px}.export-panel__input{width:100%}}.tool-section{padding:60px 20px;background:#f3f4f6}.tool-section__container{max-width:1100px;margin:0 auto}.tool-section__header{text-align:center;margin-bottom:32px}.tool-section__title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 8px}.tool-section__subtitle{font-size:15px;color:#6b7280;margin:0}.tool-section__content{display:grid;grid-template-columns:1fr;gap:24px}.tool-section__left,.tool-section__right{min-width:0}.tool-section__content--empty .tool-section__left--centered{display:flex;justify-content:center;align-items:flex-start}@media (min-width: 900px){.tool-section__content{grid-template-columns:1.2fr .8fr}.tool-section__content--empty{grid-template-columns:1fr 1fr}}.differentiation{padding:60px 20px;background:#f9fafb}.differentiation__container{max-width:900px;margin:0 auto}.differentiation__title{font-size:28px;font-weight:700;color:#1f2937;text-align:center;margin:0 0 40px}.differentiation__grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:32px}.differentiation__card{padding:24px;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.differentiation__card--not{border-left:4px solid #ef4444}.differentiation__card--is{border-left:4px solid #10b981}.differentiation__card-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#1f2937;margin:0 0 16px}.differentiation__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.differentiation__icon svg{width:100%;height:100%}.differentiation__icon--not{color:#ef4444}.differentiation__icon--is{color:#10b981}.differentiation__list{margin:0;padding:0 0 0 24px;display:flex;flex-direction:column;gap:10px}.differentiation__list li{font-size:15px;color:#4b5563;line-height:1.5}.differentiation__summary{font-size:16px;color:#6b7280;text-align:center;line-height:1.6;margin:0}@media (min-width: 640px){.differentiation{padding:80px 20px}.differentiation__title{font-size:32px}.differentiation__grid{grid-template-columns:1fr 1fr}.differentiation__card{padding:28px}}.use-cases{padding:60px 20px;background:#fff}.use-cases__container{max-width:1000px;margin:0 auto}.use-cases__title{font-size:28px;font-weight:700;color:#1f2937;text-align:center;margin:0 0 12px}.use-cases__subtitle{font-size:16px;color:#6b7280;text-align:center;line-height:1.6;max-width:700px;margin:0 auto 40px}.use-cases__grid{display:grid;grid-template-columns:1fr;gap:20px}.use-case-card{padding:24px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.use-case-card__icon{width:40px;height:40px;color:#6366f1;margin-bottom:12px}.use-case-card__icon svg{width:100%;height:100%}.use-case-card__role{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 16px}.use-case-card__reasons{display:flex;flex-direction:column;gap:12px}.use-case-card__reason{display:flex;flex-direction:column;gap:4px}.use-case-card__reason-label{font-size:12px;font-weight:600;color:#6366f1;text-transform:uppercase;letter-spacing:.5px}.use-case-card__reason-text{font-size:14px;color:#4b5563;line-height:1.5}@media (min-width: 640px){.use-cases{padding:80px 20px}.use-cases__title{font-size:32px}.use-cases__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.use-cases__grid{grid-template-columns:repeat(4,1fr)}.use-case-card{padding:20px}}.examples{padding:60px 20px;background:#fff}.examples__container{max-width:1100px;margin:0 auto}.examples__title{font-size:28px;font-weight:700;color:#1f2937;text-align:center;margin:0 0 8px}.examples__subtitle{font-size:16px;color:#6b7280;text-align:center;margin:0 0 40px}.examples__grid{display:grid;grid-template-columns:1fr;gap:16px}.example-card{background:#f9fafb;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.example-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.example-card__image{aspect-ratio:3 / 4;overflow:hidden;background:#e5e7eb}.example-card__image--clickable{cursor:pointer}.example-card__image--clickable:hover img{transform:scale(1.02)}.example-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.example-card__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#9ca3af;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.example-card__placeholder svg{width:48px;height:48px}.example-card__placeholder span{font-size:13px}.example-card__info{padding:16px}.example-card__title{font-size:15px;font-weight:600;color:#1f2937;margin:0 0 4px}.example-card__description{font-size:13px;color:#6b7280;margin:0}@media (min-width: 600px){.examples__grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width: 900px){.examples__grid{grid-template-columns:repeat(3,1fr);gap:24px}}.examples-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:modalFadeIn .2s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.examples-modal__content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.examples-modal__content img{max-width:100%;max-height:calc(90vh - 60px);object-fit:contain;border-radius:8px}.examples-modal__close{position:absolute;top:-40px;right:0;width:32px;height:32px;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.examples-modal__close:hover{background:#fff3}.examples-modal__close svg{width:20px;height:20px;color:#fff}.examples-modal__title{margin:16px 0 0;font-size:14px;color:#fff;text-align:center}.ai-tools{padding:60px 20px;background:#f9fafb}.ai-tools__container{max-width:1100px;margin:0 auto}.ai-tools__title{font-size:28px;font-weight:700;color:#1f2937;text-align:center;margin:0 0 8px}.ai-tools__subtitle{font-size:16px;color:#6b7280;text-align:center;margin:0 0 40px}.ai-tools__grid{display:grid;grid-template-columns:1fr;gap:12px}.ai-tool-card{display:flex;flex-direction:column;padding:12px;background:#fff;border-radius:10px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.ai-tool-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;text-decoration:none}.ai-tool-card__image{position:relative;width:100%;padding-top:100%;border-radius:8px;overflow:hidden;background:#e5e7eb}.ai-tool-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ai-tool-card__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#9ca3af;background:linear-gradient(135deg,#eef2ff,#e0e7ff)}.ai-tool-card__placeholder svg{width:28px;height:28px;color:#6366f1}.ai-tool-card__placeholder span{font-size:12px;color:#6366f1}.ai-tool-card__info{flex:1;min-width:0;display:flex;flex-direction:column;padding-top:10px}.ai-tool-card__title{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 4px}.ai-tool-card__description{font-size:12px;color:#6b7280;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ai-tool-card__link{font-size:12px;color:#6366f1;margin-top:auto;padding-top:8px}@media (min-width: 480px){.ai-tools__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (min-width: 900px){.ai-tools__grid{grid-template-columns:repeat(4,1fr);gap:20px}.ai-tool-card{padding:16px}}.faq{padding:60px 20px;background:#fff}.faq__container{max-width:700px;margin:0 auto}.faq__title{font-size:28px;font-weight:700;color:#1f2937;text-align:center;margin:0 0 40px}.faq__list{display:flex;flex-direction:column;gap:12px}.faq__item{background:#f9fafb;border-radius:10px;overflow:hidden}.faq__question{width:100%;padding:16px 20px;font-size:15px;font-weight:600;color:#374151;background:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;gap:12px}.faq__question:hover{color:#6366f1}.faq__icon{width:20px;height:20px;color:#9ca3af;flex-shrink:0;transition:transform .2s ease}.faq__item--open .faq__icon{transform:rotate(180deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq__item--open .faq__answer{max-height:200px}.faq__answer p{padding:0 20px 16px;font-size:14px;color:#6b7280;line-height:1.6;margin:0}.footer{padding:40px 20px;background:#1f2937;color:#fff}.footer__container{max-width:800px;margin:0 auto;text-align:center}.footer__brand{margin-bottom:16px}.footer__logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:8px}.footer__logo-icon{width:24px;height:24px}.footer__logo-text{font-size:20px;font-weight:700}.footer__slogan{font-size:14px;color:#9ca3af}.footer__summary{font-size:14px;color:#9ca3af;line-height:1.6;max-width:500px;margin:0 auto 20px}.footer__trust{display:inline-block;padding:8px 16px;font-size:12px;font-weight:600;color:#6366f1;background:#6366f11a;border-radius:20px;margin-bottom:24px}.footer__links{display:flex;justify-content:center;gap:24px;margin-bottom:24px}.footer__link{font-size:14px;color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer__link:hover{color:#fff}.footer__copyright{font-size:13px;color:#6b7280}.app{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;width:100%}.app main{flex:1;overflow-x:hidden}
