@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;height:56px;background-color:#ededed;color:#333;display:flex;align-items:center;justify-content:center;padding:0 16px;box-shadow:0 2px 4px #0000001a;z-index:100}.header-title{font-size:18px;font-weight:500;text-align:center;margin:0}.image-preview-container{width:100%}.image-preview{position:relative;width:100%;height:500px;overflow:hidden}.preview-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.preview-image.placeholder{object-fit:contain;opacity:.5}.thumbnail-container{display:flex;flex-wrap:wrap;margin:0 auto;gap:16px;justify-content:center;width:100%;padding:20px 0}.thumbnail-container .thumbnail{position:relative;width:64px;height:64px;flex-shrink:0;border-radius:4px;cursor:pointer;border:1px solid transparent}.thumbnail-container .thumbnail.selected{border-color:#fff}.thumbnail-container .thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:4px}.thumbnail-container .thumbnail .remove-btn{position:absolute;top:-10px;right:-10px;width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cstyle%3e.a{fill:%23423c55;}.b{fill:%23fff;}%3c/style%3e%3c/defs%3e%3cg%20transform='translate(-173.881%20-6)'%3e%3ccircle%20class='a'%20cx='10'%20cy='10'%20r='10'%20transform='translate(173.881%206)'/%3e%3cpath%20class='b'%20d='M9.994,11.213,5.732,6.952,1.473,11.211A.861.861,0,0,1,.256,9.994L4.515,5.735.254,1.474A.861.861,0,1,1,1.472.257L5.732,4.517,10,.254a.861.861,0,1,1,1.217,1.218L6.95,5.735,11.211,10a.861.861,0,1,1-1.218,1.217Z'%20transform='translate(178.26%2010.26)'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:100% 100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.thumbnail-container .add-thumbnail{width:64px;height:64px;flex-shrink:0;border-radius:4px;cursor:pointer;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='64'%20height='64'%20viewBox='0%200%2064%2064'%3e%3cdefs%3e%3cstyle%3e.a{fill:%23272237;}.b{fill:%23cfcbde;}%3c/style%3e%3c/defs%3e%3cg%20transform='translate(-183%20-469)'%3e%3crect%20class='a'%20width='64'%20height='64'%20rx='4'%20transform='translate(183%20469)'/%3e%3cpath%20class='b'%20d='M4269,311V301h-10a2,2,0,1,1,0-4h10V287a2,2,0,1,1,4,0v10h10a2,2,0,1,1,0,4h-10v10a2,2,0,1,1-4,0Z'%20transform='translate(-4056%20202)'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:100% 100%}.image-info{background-color:#fff;border-radius:8px;padding:12px;margin-bottom:16px;box-shadow:0 2px 8px #00000026}.image-name{font-size:14px;font-weight:500;margin-bottom:4px;word-break:break-all}.image-size{font-size:12px;color:#333333b3}.image-count{font-size:12px;color:#333333b3;margin-top:4px;font-weight:500}.action-buttons{position:fixed;height:80px;bottom:0;left:0;right:0;gap:8px;display:flex;justify-content:space-between;padding:24px 16px;background-color:#272237;box-shadow:0 -2px 10px #0000001a;z-index:100}.action-buttons .btn{height:48px;flex:1}.action-buttons .btn:first-child{margin-left:0}.action-buttons .btn:last-child{margin-right:0}.hidden-input{display:none}.footer-info{width:100%;display:flex;align-items:center;justify-content:center}.footer-tips{font-size:20px;color:#40c8e0;text-align:center}.loading-text{margin-left:8px}.toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;max-width:80%;padding:12px 16px;border-radius:8px;background-color:#000000b3;box-shadow:0 2px 8px #00000026;pointer-events:none}.toast.info{background-color:#000000b3}.toast.success{background-color:#52c41ae6}.toast.error{background-color:#ff4d4fe6}.toast.show{animation:fadeIn .3s forwards}.toast.hide{animation:fadeOut .3s forwards}.toast-content{display:flex;align-items:center;justify-content:center}.toast-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:8px;border-radius:50%;font-size:12px}.toast-icon.success{background-color:#fff;color:#52c41a}.toast-icon.error{background-color:#fff;color:#ff4d4f}.toast-message{color:#fff;font-size:14px;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes fadeOut{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-60%)}}.app{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f5f5}.main-content{flex:1;padding-bottom:120px;background-color:#1e1b26}.upload-progress-container{height:100%;width:100%;position:absolute;top:0;left:0;background-color:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center}.upload-progress-container .upload-icon{width:48px;height:48px}.upload-progress-container .uploaded-icon{width:100px;height:100px}.upload-progress-container .uploaded-progress-text{font-family:YouSheShaYuFeiTeJianKangTi,YouSheShaYuFeiTeJianKangTi;font-weight:400;font-size:32px;color:#40c8e0;line-height:32px;margin:16px 0}.upload-progress-container .uploaded-tips{font-family:Source Han Sans CN,Source Han Sans CN;font-weight:400;font-size:14px;color:#cfcbde;line-height:20px;text-align:center}.upload-progress-container .upload-progress-text{font-family:Source Han Sans CN,Source Han Sans CN;font-weight:400;font-size:18px;color:#40c8e0;line-height:25px;text-shadow:0px 1px 1px #190e37;text-align:center;margin:16px 0 32px}.upload-progress-container .upload-progress-bar{width:70%;height:12px;background-color:#060509;display:flex;align-items:center;padding:0 2px}.upload-progress-container .upload-progress-bar .upload-progress-bar-inner{height:8px;background:#40c8e0;box-shadow:inset 0 2px 2px 1px #ffffff80;border-radius:0}.home{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:16px 0;overflow-x:hidden;overflow-y:auto}.home .home-logo{width:64px;height:64px}.home .home-text{width:100%}.home .upload-preview{display:flex;width:100%;flex-direction:column;align-items:center;gap:16px}.home .upload-preview>p{font-family:Source Han Sans CN,Source Han Sans CN;font-weight:500;font-size:16px;color:#40c8e0;line-height:22px}.home .upload-preview .upload-preview-flex{width:100%;padding:0 24px;justify-content:center;gap:8px}.home .upload-preview .upload-preview-flex .upload-preview-item{width:50%}.download-container{padding:20px 0;display:flex;flex-direction:column;gap:20px;max-width:100%;margin:0 auto}.download-container h3{font-family:Source Han Sans CN,Source Han Sans CN;font-weight:500;font-size:16px;color:#40c8e0;line-height:22px}.image-comparison{width:100%;padding:0 8px 20px;display:flex;justify-content:space-between;gap:8px;border-bottom:1px solid #5f596e}.image-comparison .image-section{flex:1;display:flex;gap:16px;flex-direction:column;align-items:center}.image-comparison .image-section .original-image,.image-comparison .image-section .cartoon-image{width:100%;aspect-ratio:1/1;border:1px solid #423c55;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-sizing:border-box}.image-comparison .image-section .original-image img,.image-comparison .image-section .cartoon-image img{max-width:100%;max-height:100%;object-fit:contain;position:absolute;top:0;left:0;width:100%;height:100%}.image-comparison .image-section .original-image .checkbox,.image-comparison .image-section .cartoon-image .checkbox{position:absolute;top:10px;left:10px;width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3cdefs%3e%3cstyle%3e.a{fill:%231e1b26;stroke:%2340c8e0;}.b{stroke:none;}.c{fill:none;}%3c/style%3e%3c/defs%3e%3cg%20class='a'%3e%3crect%20class='b'%20width='16'%20height='16'%20rx='2'/%3e%3crect%20class='c'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='1.5'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:100% 100%;z-index:99}.image-comparison .image-section .original-image .checkbox.selected,.image-comparison .image-section .cartoon-image .checkbox.selected{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3cdefs%3e%3cstyle%3e.a{fill:%2340c8e0;}.b{fill:%23fff;isolation:isolate;}%3c/style%3e%3c/defs%3e%3crect%20class='a'%20width='16'%20height='16'%20rx='2'/%3e%3cpath%20class='b'%20d='M4.36,8a.683.683,0,0,1-.488-.236L.208,4.587a.877.877,0,0,1,0-1.133A.69.69,0,0,1,.72,3.219a.69.69,0,0,1,.512.235L4.211,6.072,8.619.237A.682.682,0,0,1,9.128,0a1.038,1.038,0,0,1,.658.237A.837.837,0,0,1,10,.8a.837.837,0,0,1-.213.564l-4.915,6.4A.7.7,0,0,1,4.36,8Z'%20transform='translate(3%204)'/%3e%3c/svg%3e") no-repeat center center;background-size:100% 100%}.emoji-section{display:flex;flex-direction:column;align-items:center;gap:16px}.emoji-section .emoji-grid{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.emoji-section .emoji-item{position:relative;width:30%;aspect-ratio:1/1;background-color:#2a2a36;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid transparent}.emoji-section .emoji-item.selected{border:2px solid #2cc8d7}.emoji-section .emoji-item img{width:100%;height:100%;border-radius:6px}.emoji-section .emoji-item .checkbox{position:absolute;top:10px;left:10px;width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3cdefs%3e%3cstyle%3e.a{fill:%231e1b26;stroke:%2340c8e0;}.b{stroke:none;}.c{fill:none;}%3c/style%3e%3c/defs%3e%3cg%20class='a'%3e%3crect%20class='b'%20width='16'%20height='16'%20rx='2'/%3e%3crect%20class='c'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='1.5'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:100% 100%}.emoji-section .emoji-item .checkbox.selected{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3cdefs%3e%3cstyle%3e.a{fill:%2340c8e0;}.b{fill:%23fff;isolation:isolate;}%3c/style%3e%3c/defs%3e%3crect%20class='a'%20width='16'%20height='16'%20rx='2'/%3e%3cpath%20class='b'%20d='M4.36,8a.683.683,0,0,1-.488-.236L.208,4.587a.877.877,0,0,1,0-1.133A.69.69,0,0,1,.72,3.219a.69.69,0,0,1,.512.235L4.211,6.072,8.619.237A.682.682,0,0,1,9.128,0a1.038,1.038,0,0,1,.658.237A.837.837,0,0,1,10,.8a.837.837,0,0,1-.213.564l-4.915,6.4A.7.7,0,0,1,4.36,8Z'%20transform='translate(3%204)'/%3e%3c/svg%3e") no-repeat center center;background-size:100% 100%}.download-actions{display:flex;justify-content:space-between;gap:20px;margin-top:20px}.download-actions button{flex:1;padding:12px;border-radius:8px;border:none;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.download-actions button.download-all-btn{background-color:#2cc8d7;color:#1a1a24}.download-actions button.download-selected-btn{background-color:#1a1a24;border:1px solid #2cc8d7;color:#2cc8d7}.download-actions button.download-selected-btn:disabled{opacity:.5;cursor:not-allowed}html{font-size:16px;-webkit-text-size-adjust:100%}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333;line-height:1.5;font-size:14px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}ul,ol{list-style:none;margin:0;padding:0}a{text-decoration:none;color:#272237}button{border:none;background:none;outline:none;padding:0;cursor:pointer;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit;outline:none}.container{width:100%;max-width:600px;margin:0 auto;padding:0 16px}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-column{display:flex;flex-direction:column}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;transition:all .3s;position:relative;overflow:hidden}.btn:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff80;opacity:0;border-radius:100%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%}.btn:active:after{opacity:1;transform:scale(20) translate(-50%,-50%);transition:all .5s}.btn-primary{background-color:#40c8e0;font-size:18px;color:#fff}.btn-primary span{font-size:12px}.btn-primary:disabled{background-color:#7d7891;cursor:not-allowed;color:#cfcbde}.btn-outline{border:1px solid #40c8e0;color:#40c8e0;background-color:transparent;font-size:18px}.btn-outline:disabled{border-color:#98e1ee;color:#98e1ee;cursor:not-allowed}.loading{display:inline-block;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.card{background-color:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 8px #00000026;margin-bottom:16px}@media (max-width: 576px){.container{padding:0 12px}}
