:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.btn{font-family:inherit;border:none;border-radius:3px;cursor:pointer;transition:all .2s ease;outline:none;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn-icon{width:16px;height:16px;flex-shrink:0}.btn-icon--right{order:1}.btn-icon--small{width:12px;height:12px}.btn-icon--file,.btn-icon--folder{width:32px;height:32px}.btn-icon--next{width:24px;height:24px}.btn-icon--download{width:32px;height:32px}.btn-icon--remove{width:12px;height:12px;flex-shrink:0}.btn-sm{padding:6px 10px;font-size:14px}.btn-md{padding:10px 16px;font-size:16px}.btn-lg{padding:12px 20px;font-size:18px}.btn-primary{background:#6366f1;color:white}.btn-primary:hover:not(:disabled){background:#5b21b6}.btn-secondary{background:white;color:#374151;border:1px solid #cbd5e1}.btn-secondary:hover:not(:disabled){background:#f8fafc}.btn-danger{background:#ef4444;color:white}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-navigation{background:white;color:#374151;border:1px solid #e5e7eb;border-radius:3px;width:36px;height:36px;font-size:16px}.btn-navigation:hover:not(:disabled){background:#f9fafb}.btn-delete{background:#6b7280;color:white;border-radius:3px;width:20px;height:20px;font-weight:700;font-size:12px}.btn-delete:hover:not(:disabled){background:#4b5563}.btn-disabled{background:#f1f5f9!important;color:#64748b!important;cursor:default!important;opacity:.6}.main-container{width:100%}.unified-card{border:1px solid rgba(203,213,225,.8);border-radius:3px;background:white;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;transition:all .3s ease}.clear-list-header{background:#e5e7eb;border-radius:2px 2px 0 0;justify-content:flex-end;padding:0;box-sizing:border-box;margin:1px 1px 0}.clear-list-btn,.clear-list-header{height:30px;display:flex;align-items:center}.clear-list-btn{background:#9ca3af;border:none;border-radius:0 2px 0 0;color:white;font-size:14px;font-weight:500;padding:0 19px;margin-right:1px;cursor:pointer;transition:all .2s ease;justify-content:center;gap:6px}.clear-list-btn:hover{background:#6b7280}.unified-card-content{padding:0}.unified-card:hover{border-color:rgba(148,163,184,.9);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.unified-card-content .stage{border:none!important;box-shadow:none!important;background:transparent!important;padding:20px!important;margin:0!important;border-radius:0!important}.unified-card-footer{border:1px solid rgba(203,213,225,.8);border-top:none;background:#f9fafb;padding:0;height:60px;position:relative;border-radius:0 0 3px 3px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s ease}@media (max-width:768px){.unified-card{border-radius:0}.unified-card-content,.unified-card-footer{padding:16px}}@media (max-width:480px){.unified-card-content,.unified-card-footer{padding:12px}}.download-actions{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0;position:relative}.download-actions:before{content:"";position:absolute;top:0;left:25%;right:25%;height:100%;background:#e5e7eb;z-index:0}.download-actions__convert-more,.download-actions__download-all{flex:0 0 auto;width:25%;height:100%;position:relative;z-index:1}.download-actions__convert-more{margin-right:auto;margin-left:0;padding-left:20px;border-radius:0 0 0 3px}.download-actions__download-all{margin-left:auto;margin-right:0;padding-right:20px;border-radius:0 0 3px 0}.download-actions__convert-more{background-color:#4b5563!important;border:none!important;color:white!important;border-radius:0 0 0 3px!important}.download-actions__convert-more:hover:not(:disabled){opacity:.9}.download-actions__download-all{background-color:#6366f1!important;border:none!important;color:white!important;border-radius:0 0 3px 0!important}.download-actions__download-all:hover:not(:disabled){opacity:.9}.download-actions__download-all--progress{font-size:32px!important;font-weight:600!important}@media (max-width:768px){.unified-card-footer{height:56px}.download-actions{padding:0 16px}.download-actions__convert-more{width:30%;margin-left:-16px;padding-left:16px}.download-actions__download-all{width:30%;margin-right:-16px;padding-right:16px}}@media (max-width:480px){.unified-card-footer{height:auto;padding:12px 0}.download-actions{flex-direction:column;gap:12px;padding:0 12px}.download-actions__convert-more{width:100%;height:44px;margin:0 -12px;padding:0 12px;border-radius:0!important}.download-actions__download-all{width:100%;height:44px;margin:0 -12px;padding:0 12px;border-radius:0 0 3px 3px!important}}.stage{background:white;border:none;border-radius:0;padding:20px;position:relative;min-height:270px;box-shadow:none;transition:all .3s ease}.stage:hover{border-color:rgba(148,163,184,.9);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}@media (prefers-color-scheme:dark){.stage{background:#1f2937;border-color:rgba(107,114,128,.7);box-shadow:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.2)}.stage:hover{border-color:rgba(156,163,175,.8);box-shadow:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -2px rgba(0,0,0,.3)}.feature-switch .btn{border-color:rgba(107,114,128,.7) rgba(107,114,128,.7) #1f2937}.image-list-item{border-bottom-color:rgba(75,85,99,.3)}.image-list-item:hover{background:rgba(31,41,55,.5)}.image-list-item__name{color:#f3f4f6}.image-list-item__size{color:#9ca3af}.status-indicator{color:#10b981;background:rgba(16,185,129,.15);border-color:rgba(16,185,129,.4)}.status-indicator--completed{color:#22c55e;background:rgba(34,197,94,.15);border-color:rgba(34,197,94,.4)}.status-indicator--processing{color:#059669;background:rgba(5,150,105,.15);border-color:rgba(5,150,105,.4)}.toggle-btn{background:#334155;color:#94a3b8;border-color:#475569}.toggle-btn:hover{background:#475569;color:#cbd5e1;border-color:#64748b}}.stage__content{min-height:var(--stage-height,395px);display:flex;flex-direction:column;overflow:hidden;position:relative;transition:min-height .3s ease}.stage__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:-30px;text-align:center;color:#475569;z-index:1}.stage__empty-icon{font-size:40px;opacity:.5;margin-bottom:16px}.stage__empty-state .btn{margin-bottom:16px;height:60px;padding:0 20px;box-shadow:0 4px 12px rgba(99,102,241,.15)}.stage__empty-state .btn-primary:hover:not(:disabled){background:#6366f1!important;box-shadow:0 6px 20px rgba(99,102,241,.3),0 2px 8px rgba(99,102,241,.2);filter:brightness(1.1)}.stage__empty-state p{margin-bottom:8px}.stage__empty-subtext{font-size:12px;color:#64748b;margin-top:0}.image-list{width:100%;max-width:100%;margin:0;padding:0 4px;height:var(--list-height,360px);flex-shrink:0;overflow:hidden;transition:height .3s ease}.image-list--scroll{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;will-change:scroll-position;transform:translateZ(0);-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.image-list--scroll::-webkit-scrollbar{display:none}.image-list--scroll .image-list-item{will-change:transform;transform:translateZ(0)}.image-list-item{display:flex;align-items:center;padding:12px 8px;border-radius:3px;margin-bottom:6px;background:transparent;border-bottom:1px solid #e5e7eb}.image-list-item:hover{background:rgba(249,250,251,.5)}.image-list-item:last-child{margin-bottom:0;border-bottom:1px solid #e5e7eb}.image-list-item__thumbnail{flex-shrink:0;margin-right:12px}.thumbnail{width:40px;height:40px;object-fit:cover;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.image-list-item__info{flex:1 1;min-width:0}.image-list-item__name{font-size:14px;font-weight:500;color:#374151;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.image-list-item__size{font-size:12px;color:#6b7280}.image-list-item__actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.status-indicator{color:#059669;background:rgba(5,150,105,.1);border:1px solid rgba(5,150,105,.3);border-radius:3px;padding:3px 6px;font-size:11px;font-weight:500;text-transform:lowercase;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.status-indicator--completed{color:#16a34a;background:rgba(22,163,74,.1);border-color:rgba(22,163,74,.3)}.status-indicator--processing{color:#059669;background:rgba(5,150,105,.1);border-color:rgba(5,150,105,.3)}.delete-btn{width:20px;height:20px;padding:4px;display:flex;align-items:center;justify-content:center;background:#e5e7eb!important;border:none!important;border-radius:3px!important}.delete-btn:hover{background:#d1d5db!important;transform:scale(1.05)}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.nav-btn--prev{left:-20px}.nav-btn--next{right:-20px}.feature-switch{display:flex;justify-content:center;margin:8px 0 -1px;gap:1px;position:relative;z-index:2}.feature-switch .btn{border-radius:3px 3px 0 0;border:1px solid rgba(203,213,225,.8);position:relative;background:#e5e7eb;color:#374151}.feature-switch__btn--active{background:white!important;border-color:rgba(203,213,225,.8)!important;border-bottom:1px solid rgba(203,213,225,.8)!important;z-index:1}.upload-box{display:flex;justify-content:center;gap:16px;padding:16px 0}.upload-box__btn{min-width:200px}.upload-box__btn--disabled{background:#94a3b8!important;color:white!important}.clear-btn{position:absolute;bottom:16px;right:16px;z-index:2}.scroll-control-area{height:35px;width:100%;display:var(--show-scroll,flex);align-items:center;justify-content:center;padding:0 4px;flex-shrink:0}.toggle-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;border-radius:3px;font-size:13px;font-weight:500;transition:all .2s ease}.toggle-btn:hover{background:#f1f5f9;color:#475569;border-color:#cbd5e1}.toggle-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.toggle-icon svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}.icon-toggle-btn{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s ease;transform:translateY(10px)}.icon-toggle-btn:hover{background:rgba(0,0,0,.05)}.icon-toggle-container{position:relative;display:inline-block}.chevron-icon{width:24px;height:24px;transition:transform .2s ease}.chevron-icon--up{transform:rotate(180deg)}.bubble-count{position:absolute;top:-8px;right:-8px;background:#6366f1;color:white;font-size:12px;font-weight:600;min-width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1)}.download-stats{flex:1 1;font-size:13px;color:#475467;padding:0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.download-actions-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:16px;display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:12px}.download-actions__convert-more,.download-actions__download-all{flex-shrink:0}.toggle-text{font-size:13px;font-weight:500}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__main{flex:1 1;max-width:850px;margin:0 auto;padding:80px 16px 16px;width:100%}.header{background:#ffffff;border-bottom:1px solid #e5e7eb;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:rgba(255,255,255,.95)}.header__container{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;height:64px}.header__logo-link{text-decoration:none;color:inherit;display:flex;align-items:center;gap:8px}.header__logo-image{width:40px;height:40px;object-fit:contain;border-radius:6px}.header__logo-text{font-size:20px;font-weight:700;color:#6366f1;letter-spacing:-.5px}.header__nav{display:flex;gap:24px;align-items:center}.header__nav-link{text-decoration:none;color:#6b7280;font-weight:500;font-size:14px;transition:color .2s ease}.header__nav-link:hover{color:#374151}.header__nav-link--active{color:#6366f1}.header__lang-switch{position:relative;display:flex;align-items:center;margin-left:16px}.header__lang-trigger{display:flex;align-items:center;gap:6px;background:#ffffff;border:1px solid #e5e7eb;border-radius:6px;padding:6px 10px;cursor:pointer;transition:all .2s ease;font-size:13px;color:#374151}.header__lang-trigger:hover{border-color:#d1d5db;background:#f9fafb}.header__lang-current{font-weight:500;letter-spacing:.3px}.header__lang-arrow{transition:transform .2s ease;color:#6b7280}.header__lang-arrow--open{transform:rotate(180deg)}.header__lang-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);min-width:160px;z-index:1001;overflow:hidden}.header__lang-option{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:13px;color:#374151}.header__lang-option:hover:not(.header__lang-option--disabled){background:#f3f4f6}.header__lang-option--active{background:#eff6ff;color:#1d4ed8}.header__lang-option--disabled{opacity:.5;cursor:not-allowed}.header__lang-flag{font-size:16px;line-height:1}.header__lang-name{flex:1 1;font-weight:500}.header__lang-soon{font-size:11px;color:#6b7280;font-style:italic}.header__menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px}.header__menu-icon{width:20px;height:2px;background:#374151;display:block;position:relative}.header__menu-icon:after,.header__menu-icon:before{content:"";width:20px;height:2px;background:#374151;position:absolute;left:0}.header__menu-icon:before{top:-6px}.header__menu-icon:after{top:6px}.footer{background:#f9fafb;border-top:1px solid #e5e7eb;margin-top:auto}.footer__container{max-width:1200px;margin:0 auto;padding:32px 16px 16px}.footer__links{display:flex;justify-content:center;align-items:center;gap:24px;margin-bottom:24px}.footer__text{margin:0}.footer__link,.footer__text{color:#6b7280;font-size:14px}.footer__link{text-decoration:none;transition:color .2s ease}.footer__link:hover{color:#374151}.footer__bottom{padding-top:16px;border-top:1px solid #e5e7eb}.footer__copyright{color:#9ca3af;font-size:12px;text-align:center;margin:0}@media (max-width:768px){.header__nav{display:none}.header__lang-switch{position:absolute;top:50%;right:60px;transform:translateY(-50%)}.header__lang-trigger{padding:4px 8px;font-size:12px}.header__lang-dropdown{right:0;min-width:140px}.header__lang-option{padding:8px 10px;font-size:12px}.header__lang-flag{font-size:14px}.header__menu-btn{display:block}.header__logo-text{font-size:18px}.header__logo-image{width:28px;height:28px}.layout__main{padding:76px 12px 12px}.footer__links{flex-direction:column;gap:16px}}@media (prefers-color-scheme:dark){.header{background:rgba(17,24,39,.95);border-bottom-color:#374151;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.header__nav-link{color:#9ca3af}.header__nav-link:hover{color:#d1d5db}.header__menu-icon,.header__menu-icon:after,.header__menu-icon:before{background:#d1d5db}.header__lang-trigger{background:#374151;border-color:#4b5563;color:#d1d5db}.header__lang-trigger:hover{background:#4b5563;border-color:#6b7280}.header__lang-dropdown{background:#374151;border-color:#4b5563;box-shadow:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.2)}.header__lang-option{color:#d1d5db}.header__lang-option:hover:not(.header__lang-option--disabled){background:#4b5563}.header__lang-option--active{background:#1e3a8a;color:#93c5fd}.header__lang-soon{color:#9ca3af}.footer{background:#111827;border-top-color:#374151}.footer__link,.footer__text{color:#9ca3af}.footer__link:hover{color:#d1d5db}.footer__bottom{border-top-color:#374151}.footer__copyright{color:#6b7280}}#faq,#how-to-use{scroll-margin-top:80px}.header__nav-link.active,.header__nav-link:target{color:#6366f1;font-weight:600}.privacy-page{min-height:100vh;background:#ffffff}.privacy-container{max-width:800px;margin:0 auto;padding:40px 20px;line-height:1.6}.privacy-header{text-align:center;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.privacy-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:12px}.privacy-updated{color:#6b7280;font-size:.9rem;font-style:italic}.privacy-section{margin-bottom:32px}.privacy-subtitle{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.privacy-subheading{font-size:1.2rem;font-weight:600;color:#4b5563;margin:20px 0 12px}.privacy-text{color:#4b5563;margin-bottom:16px;text-align:justify}.privacy-note{background:#f3f4f6;border-left:4px solid #6366f1;padding:12px 16px;margin:16px 0;border-radius:0 4px 4px 0;font-style:italic;color:#374151}.privacy-list{margin:16px 0;padding-left:0;list-style:none}.privacy-list-item{position:relative;padding-left:24px;margin-bottom:8px;color:#4b5563}.privacy-list-item:before{content:"•";color:#6366f1;font-weight:700;position:absolute;left:0}@media (max-width:768px){.privacy-container{padding:20px 16px}.privacy-title{font-size:2rem}.privacy-subtitle{font-size:1.3rem}.privacy-subheading{font-size:1.1rem}}@media (prefers-color-scheme:dark){.privacy-page{background:#111827}.privacy-title{color:#f9fafb}.privacy-subtitle{color:#e5e7eb;border-bottom-color:#374151}.privacy-list-item,.privacy-subheading,.privacy-text{color:#d1d5db}.privacy-updated{color:#9ca3af}.privacy-note{background:#1f2937;color:#e5e7eb}.privacy-header{border-bottom-color:#374151}}.terms-page{min-height:100vh;background:#ffffff}.terms-container{max-width:800px;margin:0 auto;padding:40px 20px;line-height:1.6}.terms-header{text-align:center;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.terms-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:12px}.terms-updated{color:#6b7280;font-size:.9rem;font-style:italic}.terms-section{margin-bottom:32px}.terms-subtitle{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.terms-text{color:#4b5563;margin-bottom:16px;text-align:justify}.terms-list{margin:16px 0;padding-left:0;list-style:none}.terms-list-item{position:relative;padding-left:24px;margin-bottom:8px;color:#4b5563}.terms-list-item:before{content:"•";color:#10b981;font-weight:700;position:absolute;left:0}@media (max-width:768px){.terms-container{padding:20px 16px}.terms-title{font-size:2rem}.terms-subtitle{font-size:1.3rem}}@media (prefers-color-scheme:dark){.terms-page{background:#111827}.terms-title{color:#f9fafb}.terms-subtitle{color:#e5e7eb;border-bottom-color:#374151}.terms-list-item,.terms-text{color:#d1d5db}.terms-updated{color:#9ca3af}.terms-header{border-bottom-color:#374151}.terms-list-item:before{color:#10b981}}.contact-page{min-height:100vh;background:#ffffff}.contact-container{max-width:1200px;margin:0 auto;padding:40px 20px}.contact-header{text-align:center;margin-bottom:48px}.contact-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:16px}.contact-subtitle{font-size:1.25rem;color:#6366f1;font-weight:600;margin-bottom:16px}.contact-description{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.contact-section{margin-bottom:32px}.contact-section-title{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.contact-text{color:#4b5563;line-height:1.6;margin-bottom:16px}.contact-subheading{font-size:1rem;font-weight:600;color:#4b5563;margin:16px 0 8px}.contact-list{list-style:none;padding-left:0;margin:16px 0}.contact-list-item{position:relative;padding-left:20px;margin-bottom:8px;color:#4b5563}.contact-list-item:before{content:"•";color:#6366f1;font-weight:700;position:absolute;left:0}.contact-email{margin:16px 0}.contact-email-link{display:inline-flex;align-items:center;font-size:1.125rem;font-weight:600;color:#6366f1;text-decoration:none;padding:12px 24px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.contact-email-link:hover{background:#6366f1;color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(99,102,241,.3)}.contact-form{background:#f9fafb;padding:24px;border-radius:12px;border:1px solid #e5e7eb}.contact-form-group{margin-bottom:20px}.contact-form-label{display:block;font-weight:600;color:#374151;margin-bottom:8px}.contact-form-input,.contact-form-select,.contact-form-textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease;background:white}.contact-form-input:focus,.contact-form-select:focus,.contact-form-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.contact-form-textarea{resize:vertical;min-height:120px}.contact-form-submit{width:100%;background:#6366f1;color:white;border:none;padding:14px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.contact-form-submit:hover:not(:disabled){background:#5856eb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(99,102,241,.3)}.contact-form-submit:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.contact-message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-weight:500}.contact-message--success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.contact-message--error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.contact-faq-link{display:inline-block;color:#6366f1;text-decoration:none;font-weight:600;padding:8px 16px;border:2px solid #6366f1;border-radius:6px;transition:all .2s ease}.contact-faq-link:hover{background:#6366f1;color:white}.contact-footer{border-top:1px solid #e5e7eb;padding-top:32px;display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}@media (max-width:768px){.contact-container{padding:20px 16px}.contact-title{font-size:2rem}.contact-content{grid-template-columns:1fr;gap:32px}.contact-footer{grid-template-columns:1fr;gap:24px}.contact-form{padding:20px}}@media (prefers-color-scheme:dark){.contact-page{background:#111827}.contact-title{color:#f9fafb}.contact-subtitle{color:#818cf8}.contact-description{color:#d1d5db}.contact-section-title{color:#e5e7eb;border-bottom-color:#374151}.contact-list-item,.contact-subheading,.contact-text{color:#d1d5db}.contact-email-link{background:#1f2937;border-color:#374151;color:#818cf8}.contact-email-link:hover{background:#6366f1;color:white}.contact-form{background:#1f2937;border-color:#374151}.contact-form-label{color:#e5e7eb}.contact-form-input,.contact-form-select,.contact-form-textarea{background:#111827;border-color:#374151;color:#f9fafb}.contact-form-input:focus,.contact-form-select:focus,.contact-form-textarea:focus{border-color:#6366f1}.contact-faq-link{color:#818cf8;border-color:#818cf8}.contact-faq-link:hover{background:#6366f1;color:white}.contact-footer{border-top-color:#374151}}.page-title-section{max-width:850px;margin:32px auto 48px;padding:0 16px;text-align:center}.seo-h1{font-size:32px;font-weight:700;color:#111827;margin:0;line-height:1.2}.seo-subtitle{margin:12px auto 0;max-width:680px;font-size:16px;line-height:1.6;color:#6b7280}.seo-content{max-width:850px;margin:48px auto 0;padding:0 16px;line-height:1.6}.seo-h2{font-size:24px;font-weight:600;color:#374151;margin:32px 0 16px}.seo-h3{font-size:20px;font-weight:600;color:#4b5563;margin:24px 0 12px}.seo-subsection{margin:24px 0;padding-left:16px;border-left:3px solid #e5e7eb}.steps-container{margin:24px 0}.step-item{display:flex;align-items:flex-start;margin-bottom:20px;padding:16px;background:#f9fafb;border-radius:8px;border-left:4px solid #6366f1}.step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#6366f1;color:white;border-radius:50%;font-weight:600;font-size:16px;margin-right:16px;flex-shrink:0}.step-content{flex:1 1}.step-title{font-size:18px;font-weight:600;color:#374151;margin:0 0 8px}.step-desc{font-size:16px;color:#4b5563;margin:0;line-height:1.5}.features-subtitle{font-size:20px;font-weight:600;color:#374151;margin:32px 0 20px;text-align:left}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px;margin:24px 0}.feature-item{padding:20px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.feature-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.feature-title{font-size:17px;font-weight:600;color:#1e293b;margin:0 0 10px}.feature-desc{font-size:14px;color:#64748b;margin:0;line-height:1.5}.advantages-list{margin:24px 0}.advantage-item{display:flex;align-items:flex-start;margin-bottom:20px;padding:16px 0}.advantage-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#6366f1;border-radius:50%;margin-right:16px;flex-shrink:0}.advantage-icon img{width:18px;height:18px;filter:brightness(0) invert(1)}.advantage-text{font-size:16px;color:#374151;margin:0;line-height:1.6;flex:1 1}.seo-section{margin-bottom:32px}.seo-text{font-size:16px;color:#4b5563;margin-bottom:16px;text-align:left}.seo-faq{margin-top:48px}.faq-item{margin-bottom:24px;border-bottom:1px solid #e5e7eb;padding-bottom:16px}.faq-question{font-size:18px;font-weight:600;color:#374151;margin-bottom:8px}.faq-answer{font-size:16px;color:#4b5563;text-align:left}@media (min-width:1024px){.faq-answer,.seo-text{text-align:justify;-webkit-hyphens:auto;hyphens:auto}}.related-section .seo-text{margin-bottom:12px}.related-grid{display:flex;flex-direction:column;gap:20px;margin-top:16px}.related-card{display:block;text-decoration:none;background:#f9fafb;border:1px solid #e5e7eb;border-radius:3px;padding:20px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;color:inherit}.related-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(99,102,241,.15);border-color:#c7d2fe}.related-card__title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px}.related-card__desc{font-size:15px;color:#4b5563;margin:0 0 16px;line-height:1.5}.related-card__cta{font-size:14px;font-weight:600;color:#6366f1}@media (max-width:768px){.related-grid{gap:16px}.page-title-section{margin:24px auto 32px;padding:0 12px}.seo-h1{font-size:28px}.seo-subtitle{font-size:15px;margin-top:10px}.seo-content{padding:0 12px;margin-top:32px}.seo-h2{font-size:20px}.seo-h3{font-size:18px}.seo-subsection{padding-left:12px}.step-item{flex-direction:column;text-align:center;padding:12px}.step-number{margin:0 0 12px}.step-title{font-size:16px}.step-desc{font-size:14px}.features-subtitle{font-size:18px;margin:24px 0 16px}.features-grid{grid-template-columns:1fr;gap:16px}.feature-item{padding:16px}.feature-title{font-size:16px}.feature-desc{font-size:13px}.advantage-item{padding:12px 0;margin-bottom:16px}.advantage-icon{width:28px;height:28px;margin-right:12px}.advantage-icon img{width:16px;height:16px}.advantage-text,.faq-answer,.seo-text{font-size:15px}.faq-question{font-size:16px}}@media (prefers-color-scheme:dark){.seo-h1{color:#f9fafb}.seo-subtitle{color:#cbd5e1}.faq-question,.seo-h2,.seo-h3{color:#d1d5db}.seo-subsection{border-left-color:#374151}.step-item{background:#374151;border-left-color:#7c3aed}.step-title{color:#d1d5db}.step-desc{color:#9ca3af}.features-subtitle{color:#d1d5db}.feature-item{background:#374151;border-color:#4b5563}.feature-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.3)}.feature-title{color:#e2e8f0}.feature-desc{color:#94a3b8}.advantage-icon{background:#7c3aed}.advantage-text{color:#d1d5db}.faq-answer,.seo-text{color:#9ca3af}.faq-item{border-bottom-color:#374151}}.breadcrumb{background:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:.75rem 0;font-size:.875rem}.breadcrumb__container{max-width:1200px;margin:0 auto;padding:0 1rem}.breadcrumb__list{list-style:none;margin:0;padding:0}.breadcrumb__item,.breadcrumb__list{display:flex;align-items:center}.breadcrumb__separator{margin:0 .5rem;color:var(--text-muted);font-weight:300}.breadcrumb__link{color:var(--primary-color);text-decoration:none;transition:color .2s ease}.breadcrumb__link:hover{color:var(--primary-hover);text-decoration:underline}.breadcrumb__current{color:var(--text-muted);font-weight:500}@media (prefers-color-scheme:dark){.breadcrumb{border-bottom-color:#374151}.breadcrumb__separator{color:#9CA3AF}.breadcrumb__current{color:#D1D5DB}}.btn-icon--arrow{width:14px;height:14px;flex-shrink:0}