:root{--bg-1: #0f172a;--bg-2: #071041;--card: rgba(255,255,255,.98);--muted: #6b7280;--accent: #6c5ce7;--accent-2: #4f46e5;--glass: rgba(255,255,255,.6);--radius: 14px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}.zero-back-page{font-family:"M PLUS Rounded 1c",-apple-system,BlinkMacSystemFont,Hiragino Maru Gothic ProN,sans-serif;background:linear-gradient(to bottom right,#eff6ff,#faf5ff,#fce7f3);color:#0f172a}.container{max-width:100%;margin:0 auto;padding:0 1rem}@media (min-width:1024px){.container{max-width:1280px}}.title-section{text-align:center;padding:2rem 0}.title-wrapper{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.75rem}.title-icon{color:#3b82f6;width:2.5rem;height:2.5rem}.title-wrapper h1{font-size:2.25rem;color:#6b7280;font-weight:700;margin:0}.subtitle{color:#4b5563;font-size:1.125rem;margin:0;text-align:center}main{background:transparent;padding:0;margin:0 auto}.upload-area{display:block;position:relative;border-radius:1.5rem;padding:2rem;text-align:center;transition:all .3s ease;cursor:default;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 40px #00000014;max-width:45rem;margin:0 auto}.upload-area:hover{background:#eff6ffcc;box-shadow:0 15px 50px #3b82f626}.upload-area:hover .upload-content{border-color:#60a5fa}.upload-area.dragover .upload-content{border-color:#3b82f6;box-shadow:0 8px 30px #3b82f626}.upload-area:before{content:"";position:absolute;top:1rem;left:1rem;width:3rem;height:3rem;background:#fef08a;border-radius:50%;opacity:.4}.upload-area:after{content:"";position:absolute;bottom:1rem;right:1rem;width:4rem;height:4rem;background:#fbcfe8;border-radius:50%;opacity:.4}.upload-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem;border:3px dashed #93c5fd;border-radius:1.5rem;padding:3rem 2rem;transition:all .3s ease}.upload-content:before{content:"";position:absolute;top:50%;right:-2rem;width:5rem;height:5rem;background:#bbf7d0;border-radius:50%;opacity:.4;z-index:-1}.upload-icon-box{width:6rem;height:6rem;background:#f472b6;border-radius:1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 25px -5px #f472b666,0 10px 10px -5px #f472b64d}.upload-icon-box svg{width:3rem;height:3rem;color:#fff}.upload-area h2{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0}.upload-area p{color:#6b7280;font-size:1.125rem;margin:0}.file-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#3b82f6;color:#fff;border-radius:1rem;font-weight:600;font-size:1.25rem;box-shadow:0 10px 15px -3px #3b82f666,0 4px 6px -2px #3b82f64d;border:none;cursor:pointer;transition:all .2s ease;font-family:"M PLUS Rounded 1c",-apple-system,BlinkMacSystemFont,Hiragino Maru Gothic ProN,sans-serif}.file-button:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 12px 20px -3px #3b82f680,0 6px 8px -2px #3b82f666}.file-button:active{transform:translateY(0)}.file-button svg{width:1.5rem;height:1.5rem}.file-info{background:transparent;border:1px solid #bfdbfe;border-radius:1rem;padding:.75rem 1.5rem;font-size:.875rem;color:#3b82f6;font-weight:600}.loading{display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.loading-card{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(229,231,235,.5);border-radius:1.5rem;padding:3rem 2rem;text-align:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-width:400px}.loading-icon-box{width:2.5rem;height:2.5rem;background:#3b82f6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.loading-spinner{width:1.5rem;height:1.5rem;color:#fff;animation:spin 1s linear infinite}.loading-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.loading-subtitle{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem}.progress-bar{height:.75rem;background:#e5e7eb;border-radius:9999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);width:60%;animation:progress 2s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes progress{0%,to{width:30%}50%{width:80%}}.loading p{color:var(--muted);font-weight:600}.preview-area{animation:fadeIn .36s ease both;max-width:1536px;margin:0 50px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.preview-container{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}@media (min-width:1024px){.preview-container{grid-template-columns:1fr auto}}.preview-images{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.preview-images{grid-template-columns:1fr 1fr}}.preview-card{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(229,231,235,.5);border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.preview-card-header{padding:1rem;display:flex;align-items:center;gap:.5rem}.preview-card-header svg{width:1.25rem;height:1.25rem;color:#fff}.preview-card-header h3{font-size:1.125rem;font-weight:700;color:#fff;margin:0}.preview-card-header-green{background:#22c55e}.preview-card-header-pink{background:#ec4899}.preview-card-body{background:#f9fafb;padding:1.5rem}.image-container{aspect-ratio:1;background:#fff;border-radius:1rem;box-shadow:inset 0 2px 4px #0000000f;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-container img,.image-container canvas{max-width:100%;max-height:100%;object-fit:contain}.image-container-checkered{background-image:repeating-conic-gradient(#e5e7eb,#e5e7eb 25%,#f3f4f6 0%,#f3f4f6 50%);background-position:0 0,10px 10px;background-size:20px 20px}.edit-panel{width:100%;display:flex;flex-direction:column;gap:1rem}@media (min-width:1024px){.edit-panel{width:20rem}}.edit-tools{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(229,231,235,.5);border-radius:1rem;padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.tool-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.tool-header svg{width:1.5rem;height:1.5rem;color:#374151}.tool-header h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.tool-controls{display:flex;flex-direction:column;gap:1rem}.mode-selector{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.mode-btn{padding:.75rem 0;font-size:1rem;border-radius:.75rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;background:#fff;color:#1f2937;border:2px solid #e5e7eb}.mode-btn svg{width:1rem;height:1rem}.mode-btn:hover:not(.active){background:#f9fafb;border-color:#d1d5db}.mode-btn-pink:hover:not(.active){border-color:#ec489980}.mode-btn-blue:hover:not(.active){border-color:#3b82f680}.mode-btn-pink.active{background:#ec4899;color:#fff;border-color:#ec4899}.mode-btn-pink.active:hover{background:#db2777;border-color:#db2777}.mode-btn-blue.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.mode-btn-blue.active:hover{background:#2563eb;border-color:#2563eb}.brush-size-control{display:flex;flex-direction:column;gap:.5rem}.brush-size-control label{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:700;color:#374151}.brush-size-value{color:#3b82f6;font-weight:700;font-size:1rem}.brush-size-control input[type=range]{width:100%;height:.75rem;background:linear-gradient(to right,#1f2937,#e5e7eb);border-radius:9999px;outline:none;-webkit-appearance:none}.brush-size-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:1.25rem;height:1.25rem;background:#fff;border:2px solid #d1d5db;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #00000026}.brush-size-control input[type=range]::-moz-range-thumb{width:1.25rem;height:1.25rem;background:#fff;border:2px solid #d1d5db;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #00000026}.edit-actions{display:flex;justify-content:center}.btn-undo{width:100%;background:#fff;color:#1f2937;border:2px solid #d1d5db;padding:.75rem 0;font-size:1rem;border-radius:.75rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-undo svg{width:1rem;height:1rem}.btn-undo:hover:not(:disabled){background:#f9fafb}.btn-undo:disabled{opacity:.5;cursor:not-allowed}background:linear-gradient(135deg,rgba(108,92,231,.05),rgba(79,70,229,.08)); border:1px solid rgba(108,92,231,.15); border-radius:12px; padding:20px; } .tool-header{text-align:center;margin-bottom:18px}.tool-header h3{color:#0f172a;font-size:1.1rem;margin-bottom:4px}.tool-description{color:var(--muted);font-size:.85rem}.tool-controls{display:flex;flex-direction:column;gap:16px}.brush-size-control{text-align:center}.brush-size-control label{display:block;margin-bottom:8px;font-weight:600;color:#0f172a;font-size:.9rem}#brush-size-value{color:var(--accent);font-weight:700}#brush-size{width:100%;max-width:300px;height:6px;border-radius:10px;background:#0f172a0f;outline:none;-webkit-appearance:none}#brush-size::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));cursor:pointer;box-shadow:0 2px 8px #4f46e54d}#brush-size::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));cursor:pointer;border:none;box-shadow:0 2px 8px #4f46e54d}.edit-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.edit-actions .btn{flex:1;min-width:120px}.action-buttons-panel{display:flex;flex-direction:column;gap:1rem}.filename-input-group{display:flex;flex-direction:column;gap:.5rem}.filename-input-group label{font-size:.875rem;font-weight:700;color:#374151}.filename-input-wrapper{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:.75rem;padding:0 1rem;transition:border-color .2s ease}.filename-input-wrapper:focus-within{border-color:#9ca3af;box-shadow:none}.filename-input{flex:1;border:none;outline:none;padding:.75rem 0;font-size:1rem;font-family:inherit;background:transparent;color:#1f2937}.filename-extension{font-size:1rem;color:#6b7280;font-weight:500;white-space:nowrap}.btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;font-size:1.125rem;border-radius:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;border:none;width:100%}.btn svg{width:1.25rem;height:1.25rem}.btn-download{background:#22c55e;color:#fff;box-shadow:0 10px 15px -3px #22c55e66,0 4px 6px -2px #22c55e4d}.btn-download:hover{background:#16a34a}.btn-new-image{background:#fff;color:#1f2937;border:2px solid #d1d5db;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn-new-image:hover{background:#f9fafb}.action-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:8px}.editing-cursor{cursor:crosshair!important}.error-message{background:#fff6f6;border:1px solid #fecaca;border-radius:10px;padding:14px;margin-top:16px;text-align:center}.error-message p{color:#7f1d1d;font-weight:700;margin-bottom:10px}.processing-info{text-align:center;padding:1rem;margin-top:2rem}.processing-info p{color:#6b7280;font-size:.875rem;margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}footer{background:transparent;text-align:center;padding:.5rem;margin-top:2rem}footer p{color:#9ca3af;font-size:.75rem;margin:0}.hidden{display:none!important}@media (max-width:1023px){.preview-container{grid-template-columns:1fr}}@media (max-width:767px){.preview-images{grid-template-columns:1fr}.title-wrapper{flex-direction:column;gap:.5rem}.title-wrapper h1{font-size:1.75rem}main{padding:1.5rem}}.license-footer{text-align:center;padding:1.5rem;margin-top:2rem;color:#6b7280;font-size:.85rem}.license-footer a{color:#6b7280;text-decoration:underline}.license-footer a:hover{color:var(--accent)}
