*{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#f1f1f6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#020206;width:100%;min-height:100vh;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Plus Jakarta Sans,system-ui,Roboto,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#020206cc}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}.display-title{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 20%,#a5b4fc 60%,#818cf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Syne,Pretendard,sans-serif;font-weight:800}.subtitle{color:#94a3b8;letter-spacing:-.01em;font-family:Pretendard,sans-serif;font-weight:400}.app-container{background-color:#020208;background-image:radial-gradient(circle at 10% 20%,#1d4ed829 0%,#0000 45%),radial-gradient(circle at 90% 80%,#8b5cf62e 0%,#0000 45%),radial-gradient(circle,#06b6d414 0%,#0000 50%),radial-gradient(circle at 80% 10%,#db277714 0%,#0000 35%);background-size:200% 200%;background-attachment:fixed;flex-direction:column;min-height:100vh;animation:25s infinite alternate auroraFlow;display:flex;position:relative}@keyframes auroraFlow{0%{background-position:0 0}to{background-position:100% 100%}}.grain-overlay{pointer-events:none;z-index:9999;opacity:.014;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}.app-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#03030b80;border-bottom:1px solid #ffffff0a;padding:1rem 2rem;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;width:100%;max-width:1600px;margin:0 auto;display:flex}.logo-section{align-items:center;gap:.75rem;display:flex}.logo-text{letter-spacing:-.04em;background:linear-gradient(135deg,#a5f3fc 0%,#818cf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800}.logo-img{object-fit:cover;border:1.5px solid #818cf866;border-radius:50%;width:32px;height:32px;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #818cf859}.logo-section:hover .logo-img{border-color:#a5f3fc;transform:rotate(360deg)scale(1.12);box-shadow:0 0 18px #06b6d4b3}.app-main{flex:1;grid-template-columns:360px 1fr;gap:2rem;width:100%;max-width:1600px;margin:0 auto;padding:2.5rem 2rem;display:grid}@media (width<=1024px){.app-main{grid-template-columns:1fr}}.glass-card{-webkit-backdrop-filter:blur(20px);background:#08081099;border:1px solid #ffffff0d;border-radius:24px;padding:2rem;transition:border-color .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #0006,inset 0 1px 1px #ffffff0d}.glass-card:hover{border-color:#6366f159;transform:translateY(-2px);box-shadow:0 15px 40px #6366f11f,0 0 30px #06b6d40d,inset 0 1px 2px #ffffff1a}.panel-title{color:#f1f1f6;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700;display:flex}.form-group{margin-bottom:1.25rem}.form-label{color:#94a3b8;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.form-input{color:#fff;background:#02020699;border:1px solid #ffffff14;border-radius:10px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:all .3s}.form-input:focus{background:#020206cc;border-color:#6366f199;outline:none;box-shadow:0 0 12px #6366f133}.preset-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.preset-btn{color:#cbd5e1;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.6rem;font-family:inherit;font-size:.8rem;transition:all .3s;display:flex}.preset-btn:hover{color:#fff;background:#ffffff14;border-color:#ffffff26}.preset-btn.active{color:#a5f3fc;background:linear-gradient(135deg,#6366f133 0%,#06b6d433 100%);border-color:#6366f199;font-weight:600}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#06b6d4 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.95rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #6366f159}.btn-primary:after{content:"";pointer-events:none;background:linear-gradient(45deg,#0000 45%,#ffffff26 50%,#0000 55%);width:200%;height:200%;transition:none;animation:3.5s infinite btnShimmer;position:absolute;top:-50%;left:-50%;transform:rotate(-45deg)}@keyframes btnShimmer{0%{transform:translate(-30%,-30%)rotate(-45deg)}to{transform:translate(30%,30%)rotate(-45deg)}}.btn-primary:hover{filter:brightness(1.15);transform:translateY(-2px);box-shadow:0 8px 30px #6366f18c,0 0 15px #06b6d44d}.btn-primary:active{transform:translateY(0)scale(.98)}.btn-primary:disabled{color:#64748b;box-shadow:none;cursor:not-allowed;background:#ffffff0d;border:1px solid #ffffff0d;transform:none}.btn-secondary{color:#e2e8f0;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:.4rem;padding:.6rem 1rem;font-family:inherit;font-size:.85rem;transition:all .3s;display:flex}.btn-secondary:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.workspace-container{flex-direction:column;gap:2rem;display:flex}.tab-header{border-bottom:1px solid #ffffff0f;gap:.75rem;padding-bottom:1rem;display:flex}.tab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.tab-btn:hover{color:#f1f1f6;background:#ffffff08}.tab-btn.active{color:#818cf8;background:#6366f114}.canvas-area-wrapper{grid-template-columns:1fr 340px;gap:2rem;display:grid}@media (width<=1200px){.canvas-area-wrapper{grid-template-columns:1fr}}.canvas-viewport{background:#020206;border:1px solid #ffffff0d;border-radius:16px;justify-content:center;align-items:center;min-height:480px;padding:1.5rem;display:flex;position:relative;overflow:auto;box-shadow:inset 0 2px 20px #0009}.canvas-container{-webkit-user-select:none;user-select:none;cursor:crosshair;position:relative}.source-canvas{border:1px solid #ffffff1a;border-radius:8px;max-width:100%;height:auto;display:block}.grid-overlay{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.bounding-box{pointer-events:auto;cursor:move;background:#06b6d40d;border:2px dashed #06b6d4a6;transition:border-color .2s,background-color .2s;position:absolute;box-shadow:0 0 10px #06b6d44d}.bounding-box:hover{background:#06b6d41f;border-color:#a5f3fc}.bounding-box.active{z-index:50;background:#6366f126;border-style:solid;border-color:#6366f1;box-shadow:0 0 15px #6366f180}.box-handle{pointer-events:auto;background:#fff;border:2px solid #6366f1;border-radius:50%;width:10px;height:10px;position:absolute}.handle-tl{cursor:nwse-resize;top:-5px;left:-5px}.handle-tr{cursor:nesw-resize;top:-5px;right:-5px}.handle-bl{cursor:nesw-resize;bottom:-5px;left:-5px}.handle-br{cursor:nwse-resize;bottom:-5px;right:-5px}.grid-line-h{pointer-events:auto;cursor:ns-resize;background:linear-gradient(90deg,#0000,#818cf8,#06b6d4,#0000);width:100%;height:2px;transition:all .2s;position:absolute;left:0;box-shadow:0 0 8px #6366f1e6}.grid-line-v{pointer-events:auto;cursor:ew-resize;background:linear-gradient(#0000,#818cf8,#06b6d4,#0000);width:2px;height:100%;transition:all .2s;position:absolute;top:0;box-shadow:0 0 8px #6366f1e6}.grid-line-h:hover{background:#22d3ee;height:4px;box-shadow:0 0 15px #22d3ee}.grid-line-v:hover{background:#22d3ee;width:4px;box-shadow:0 0 15px #22d3ee}.sliced-items-sidebar{flex-direction:column;gap:1.25rem;display:flex}.sliced-grid-container{grid-template-columns:repeat(3,1fr);gap:.5rem;max-height:400px;padding:.25rem;display:grid;overflow-y:auto}.sliced-item-card{aspect-ratio:1;cursor:pointer;background:#02020699;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative;overflow:hidden}.sliced-item-card:hover{border-color:#06b6d499;transform:scale(1.03)}.sliced-item-card.active{border-color:#6366f1;box-shadow:0 0 8px #6366f166}.sliced-item-card img{object-fit:contain;max-width:90%;max-height:90%}.item-index-tag{color:#a5f3fc;background:#03030bcc;border:1px solid #ffffff1a;border-radius:4px;padding:2px 5px;font-size:.65rem;font-weight:700;position:absolute;top:2px;left:2px}.item-editor-panel{border-top:1px solid #ffffff0f;margin-top:auto;padding-top:1rem}.focus-preview-area{background:#02020666;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.75rem;display:flex}.focus-img-box{background:#0006;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.focus-img-box img{object-fit:contain;max-width:85%;max-height:85%}.editor-actions{flex-direction:column;gap:.5rem;display:flex}.bg-removal-tool{background:#10b9811a;border:1px solid #10b98140;border-radius:8px;margin-bottom:1rem;padding:.75rem}.bg-removal-desc{color:#a7f3d0;margin-bottom:.5rem;font-size:.75rem;line-height:1.3}.color-picker-box{align-items:center;gap:.75rem;display:flex}.color-input-wrapper{align-items:center;gap:.4rem;display:flex}.color-indicator{cursor:pointer;border:1px solid #fff3;border-radius:4px;width:24px;height:24px}.guide-list{flex-direction:column;gap:.75rem;display:flex}.guide-item{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;gap:.75rem;padding:1rem;display:flex}.guide-icon{color:#818cf8;flex-shrink:0}.guide-title{color:#f1f1f6;margin-bottom:.25rem;font-size:.9rem;font-weight:700}.guide-desc{color:#94a3b8;font-size:.8rem;line-height:1.4}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{width:90%;max-width:480px}.status-badge{text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700}.status-demo{color:#22d3ee;background:#06b6d433;border:1px solid #06b6d44d}.status-active{color:#34d399;background:#10b98133;border:1px solid #10b9814d}.spinner{z-index:2;width:20px;height:20px;animation:2s linear infinite rotate}.spinner .path{stroke:currentColor;stroke-linecap:round;animation:1.5s ease-in-out infinite dash}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}.image-loading-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#03030bd9;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.loading-text{color:#818cf8;letter-spacing:-.01em;font-size:.9rem;font-weight:600}.prompt-box{color:#a5f3fc;word-break:break-all;white-space:pre-wrap;background:#020206bf;border:1px solid #ffffff0d;border-radius:10px;max-height:120px;padding:.75rem;font-family:monospace;font-size:.8rem;overflow-y:auto}.help-footer{text-align:center;color:#64748b;border-top:1px solid #ffffff08;margin-top:auto;padding:2rem 0;font-size:.8rem}.photo-upload-zone{text-align:center;cursor:pointer;background:#02020666;border:2px dashed #ffffff26;border-radius:12px;margin-bottom:1.25rem;padding:1.25rem;transition:all .3s;position:relative;overflow:hidden}.photo-upload-zone:hover{background:#6366f108;border-color:#6366f180}.photo-preview-container{background:#000;border:1px solid #ffffff1a;border-radius:8px;width:100%;height:140px;position:relative;overflow:hidden}.photo-preview-image{object-fit:cover;width:100%;height:100%}.photo-remove-btn{color:#fff;cursor:pointer;z-index:10;background:#ef4444d9;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:background .2s;display:flex;position:absolute;top:8px;right:8px}.photo-remove-btn:hover{background:#ef4444}.progress-bar-container{background:#ffffff0d;border-radius:3px;width:100%;height:6px;margin-top:.75rem;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#6366f1,#06b6d4);width:0%;height:100%;transition:width .3s}.pulse-glow{animation:1.5s ease-in-out infinite pulseGlow}@keyframes pulseGlow{0%,to{opacity:.6}50%{opacity:1;filter:drop-shadow(0 0 8px #6366f180)}}.emotions-input-grid{background:#02020666;border:1px solid #ffffff0d;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:.4rem;max-height:280px;padding:.4rem;display:grid;overflow-y:auto}.emotion-input-item{align-items:center;display:flex;position:relative}.emotion-input-badge{color:#818cf8;pointer-events:none;background:#818cf840;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:700;display:flex;position:absolute;left:6px}.emotion-text-field{color:#f1f5f9;background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;outline:none;width:100%;padding:.35rem .4rem .35rem 1.6rem;font-size:.75rem;transition:all .2s}.emotion-text-field:focus{background:#ffffff0f;border-color:#818cf880;box-shadow:0 0 8px #818cf826}.sliced-grid-container{grid-template-columns:repeat(3,1fr)!important}@media (width<=768px){.app-header{padding:.75rem 1rem}.logo-text{font-size:1.25rem}.btn-secondary{padding:.4rem .75rem;font-size:.75rem}.app-main{gap:1.25rem;padding:1.25rem 1rem}.glass-card{border-radius:14px;padding:1.25rem}.canvas-area-wrapper{gap:1.25rem}.canvas-viewport{min-height:320px;max-height:450px;padding:.75rem}.sliced-grid-container{max-height:300px}.emotions-input-grid{max-height:200px}.help-footer{padding:1.5rem 1rem}}.emotions-input-grid{grid-template-columns:repeat(3,1fr)!important;max-height:460px!important}.emotion-input-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:.4rem;padding:.6rem;transition:all .25s;display:flex}.emotion-input-card:hover{background:#ffffff0a;border-color:#818cf833}.emotion-style-toolbar{background:#0003;border:1px solid #ffffff08;border-radius:6px;justify-content:space-between;align-items:center;gap:.35rem;margin-top:.2rem;padding:.3rem .5rem;display:flex}.style-color-pickers{align-items:center;gap:.3rem;display:flex}.style-color-input{appearance:none;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:50%;width:18px;height:18px;padding:0;overflow:hidden}.style-color-input::-webkit-color-swatch-wrapper{padding:0}.style-color-input::-webkit-color-swatch{border:none;border-radius:50%}.style-color-input.stroke{background:#ffffff1a;border:1px dashed #ffffff80}.style-select{color:#cbd5e1;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:4px;outline:none;max-width:65px;padding:.15rem .3rem;font-family:inherit;font-size:.7rem;transition:all .2s}.style-select:hover{background:#ffffff14;border-color:#fff3}.style-select option{color:#f1f5f9;background:#0b0b14}.style-toggle-btn{color:#94a3b8;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;transition:all .2s;display:flex}.style-toggle-btn:hover{color:#f1f5f9;background:#ffffff14}.style-toggle-btn.active{color:#818cf8;background:#818cf840;border-color:#818cf899}.footer-company-section{text-align:left;background:#ffffff03;border:1px solid #ffffff05;border-radius:12px;justify-content:space-between;align-items:center;gap:2rem;max-width:900px;margin:0 auto;padding:1.25rem 2rem;display:flex}.footer-info-text{color:#64748b;flex:1;font-size:.8rem;line-height:1.6}.footer-banner-container{flex-shrink:0}@media (width<=768px){.footer-company-section{text-align:center;flex-direction:column;gap:1.25rem;padding:1rem}.footer-banner-container{margin:0 auto}}
