/* Trigger */
.eco-pp-trigger-wrap{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:10px 0 14px;}
.eco-pp-trigger{border-radius:999px !important;padding:12px 18px !important;font-weight:700 !important;}
.eco-pp-trigger-note{font-size:12px;opacity:.75;}
/* Editor section */
.eco-pp-editor-section{margin:18px 0 26px;}
.eco-pp-editor-card{border:1px solid rgba(0,0,0,.08);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.06);}
.eco-pp-editor-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.01));border-bottom:1px solid rgba(0,0,0,.06);}
.eco-pp-title{font-weight:800;font-size:14px;}
.eco-pp-close{width:36px;height:36px;border-radius:10px;border:1px solid rgba(0,0,0,.1);background:#fff;font-size:22px;line-height:32px;cursor:pointer;}
.eco-pp-editor-body{display:grid;grid-template-columns:360px 1fr;gap:0;}
.eco-pp-left{padding:14px;border-right:1px solid rgba(0,0,0,.06);}
.eco-pp-right{padding:14px;}
.eco-pp-upload{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;}
.eco-pp-file-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;border:1px solid rgba(0,0,0,.12);padding:12px 14px;cursor:pointer;user-select:none;font-weight:700;background:#fff;}
.eco-pp-file-btn input{position:absolute;inset:0;opacity:0;cursor:pointer;}
.eco-pp-hint{font-size:12px;opacity:.7;}
.eco-pp-check{display:flex;gap:8px;font-size:12px;opacity:.85;align-items:center;}
.eco-pp-tools{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 12px;}
.eco-pp-tool{border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:12px;padding:10px 12px;font-weight:700;font-size:12px;cursor:pointer;}
.eco-pp-tool:hover{filter:brightness(.98);}
.eco-pp-danger{border-color:rgba(220,38,38,.25);}
.eco-pp-actions{display:flex;flex-direction:column;gap:10px;}
.eco-pp-generate{border-radius:14px !important;padding:12px 14px !important;font-weight:800 !important;}
.eco-pp-status{font-size:12px;opacity:.8;min-height:16px;}
.eco-pp-canvas-wrap{position:relative;width:100%;}
#eco-pp-canvas{width:100%;height:auto;display:block;border-radius:14px;background:#f7f7f7;border:1px solid rgba(0,0,0,.08);touch-action:none;}
.eco-pp-canvas-help{margin-top:8px;font-size:12px;opacity:.75;}
.eco-pp-result{margin-top:14px;border-top:1px solid rgba(0,0,0,.06);padding-top:12px;}
.eco-pp-result-title{font-weight:800;font-size:13px;margin-bottom:8px;}
#eco-pp-result-img{max-width:100%;height:auto;border-radius:14px;border:1px solid rgba(0,0,0,.08);}
/* Responsive */
@media (max-width:900px){.eco-pp-editor-body{grid-template-columns:1fr;}.eco-pp-left{border-right:0;border-bottom:1px solid rgba(0,0,0,.06);}}
