*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a1a;color:#e0e0e0;overflow:hidden}#app{width:100vw;height:100vh}.container{display:flex;height:100vh;gap:0}.left-panel{width:280px;background:#242424;padding:20px;overflow-y:auto;border-right:1px solid #333}.left-panel h2{font-size:18px;margin-bottom:20px;color:#fff}.panel-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #333}.panel-section:last-child{border-bottom:none}.panel-section h3{font-size:14px;margin-bottom:12px;color:#aaa;text-transform:uppercase;font-weight:600}.size-presets label{display:block;margin-bottom:8px;cursor:pointer;font-size:14px}.size-presets input[type=radio]{margin-right:8px}.custom-size{display:flex;align-items:center;gap:8px;margin-top:12px}.custom-size input{width:80px;padding:6px;background:#1a1a1a;border:1px solid #444;color:#e0e0e0;border-radius:4px}.custom-size button{padding:6px 12px;background:#06c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px}.custom-size button:hover{background:#0052a3}.bg-controls label{display:block;margin-bottom:8px;cursor:pointer;font-size:14px}.bg-controls input[type=radio]{margin-right:8px}.bg-ctrl{margin-top:12px}.bg-ctrl label{display:block;margin-bottom:8px;font-size:14px}.bg-ctrl input[type=color]{width:100%;height:40px;border:1px solid #444;border-radius:4px;cursor:pointer;background:#1a1a1a}.bg-ctrl input[type=file]{width:100%;padding:8px;background:#1a1a1a;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:13px;cursor:pointer}.btn-primary,.btn-secondary,.btn-export{width:100%;padding:12px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#06c;color:#fff;margin-bottom:12px}.btn-primary:hover{background:#0052a3}.btn-secondary{background:#333;color:#e0e0e0;display:block;text-align:center;cursor:pointer}.btn-secondary:hover{background:#444}.export-buttons{display:flex;gap:8px}.export-buttons .btn-export{flex:1;font-size:14px}.btn-export{background:#0a4;color:#fff;font-size:16px}.btn-export:hover{background:#083}.btn-export-secondary{background:#555}.btn-export-secondary:hover{background:#666}.canvas-area{flex:1;display:flex;align-items:center;justify-content:center;background:#2a2a2a;padding:40px;overflow:hidden}.canvas-wrapper{position:relative;box-shadow:0 8px 32px #0006;background:#fff}#main-canvas{display:block}.right-panel{width:280px;background:#242424;padding:20px;overflow-y:auto;border-left:1px solid #333}.right-panel h2{font-size:18px;margin-bottom:20px;color:#fff}.placeholder{color:#666;font-size:14px;text-align:center;margin-top:40px}#font-family{width:100%;padding:8px;background:#1a1a1a;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:14px;margin-bottom:12px;cursor:pointer}.upload-font,.upload-logo{margin-top:8px}.slider-group{display:flex;align-items:center;gap:12px}.slider-group input[type=range]{flex:1;height:6px;background:#444;border-radius:3px;outline:none;-webkit-appearance:none}.slider-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#06c;border-radius:50%;cursor:pointer}.slider-group input[type=range]::-moz-range-thumb{width:16px;height:16px;background:#06c;border-radius:50%;cursor:pointer;border:none}.slider-group input[type=number]{width:60px;padding:6px;background:#1a1a1a;border:1px solid #444;border-radius:4px;color:#e0e0e0;text-align:center}#text-color{width:100%;height:40px;border:1px solid #444;border-radius:4px;cursor:pointer;background:#1a1a1a}.style-buttons,.align-buttons{display:flex;gap:8px}.style-btn,.align-btn{flex:1;padding:10px;background:#333;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.style-btn:hover,.align-btn:hover{background:#444}.style-btn.active,.align-btn.active{background:#06c;border-color:#06c;color:#fff}.style-btn{font-weight:700}#toggle-italic{font-style:italic;font-family:Georgia,serif}#line-height{width:calc(100% - 60px);height:6px;background:#444;border-radius:3px;outline:none;-webkit-appearance:none}#line-height::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#06c;border-radius:50%;cursor:pointer}#line-height::-moz-range-thumb{width:16px;height:16px;background:#06c;border-radius:50%;cursor:pointer;border:none}#line-height-value{display:inline-block;margin-left:8px;min-width:40px;text-align:right;font-size:14px;color:#aaa}.color-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.preset-btn{width:100%;aspect-ratio:1;border:2px solid #444;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;position:relative}.preset-btn:hover{border-color:#06c;transform:scale(1.05);box-shadow:0 2px 8px #0066cc4d}.preset-btn:active{transform:scale(.95)}.preset-btn:after{content:attr(title);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#000;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;z-index:10}.preset-btn:hover:after{opacity:1}.layers-panel{margin-top:24px;padding-top:24px;border-top:1px solid #333}.layers-panel h3{font-size:14px;margin-bottom:12px;color:#aaa;text-transform:uppercase;font-weight:600}.layer-list{max-height:300px;overflow-y:auto;background:#1a1a1a;border:1px solid #333;border-radius:6px;padding:4px}.layer-placeholder{padding:20px;text-align:center;color:#666;font-size:13px}.layer-item{display:flex;align-items:center;gap:8px;padding:10px;background:#242424;border:1px solid #333;border-radius:4px;margin-bottom:4px;cursor:move;transition:all .2s;-webkit-user-select:none;user-select:none}.layer-item:last-child{margin-bottom:0}.layer-item:hover{background:#2a2a2a;border-color:#444}.layer-item.selected{background:#06c;border-color:#06c;color:#fff}.layer-item.dragging{opacity:.5}.layer-item.drop-before{border-top:2px solid #0066cc;margin-top:4px}.layer-item.drop-after{border-bottom:2px solid #0066cc;margin-bottom:4px}.layer-icon{font-size:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#333;border-radius:4px;flex-shrink:0}.layer-item.selected .layer-icon{background:#0052a3}.layer-delete{background:none;border:none;color:#888;font-size:14px;cursor:pointer;padding:2px 6px;border-radius:3px;flex-shrink:0;opacity:0;transition:all .2s}.layer-item:hover .layer-delete{opacity:1}.layer-delete:hover{color:#f44;background:#ff444426}.layer-name{flex:1;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.left-panel::-webkit-scrollbar,.right-panel::-webkit-scrollbar,.layer-list::-webkit-scrollbar{width:8px}.left-panel::-webkit-scrollbar-track,.right-panel::-webkit-scrollbar-track,.layer-list::-webkit-scrollbar-track{background:#1a1a1a}.left-panel::-webkit-scrollbar-thumb,.right-panel::-webkit-scrollbar-thumb,.layer-list::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.left-panel::-webkit-scrollbar-thumb:hover,.right-panel::-webkit-scrollbar-thumb:hover,.layer-list::-webkit-scrollbar-thumb:hover{background:#555}
