:root{font-family:system-ui,-apple-system,"Segoe UI","Microsoft YaHei",sans-serif;color:#17231f;background:#f4f7f5;--green:#176b54;--line:#d9e2dd}
*{box-sizing:border-box}body{margin:0}header{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;border-bottom:1px solid var(--line)}header h1{font-size:21px;margin:0}header small{color:#6b7772}main{max-width:720px;margin:auto;padding:18px 14px 100px}h2{font-size:18px;margin:24px 0 12px}.status{font-size:13px;background:#e9f5ef;color:var(--green);padding:6px 10px;border-radius:18px}.status.offline{background:#fff1dc;color:#955c00}button,input,select,textarea{font:inherit}button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:11px 14px}button:active{transform:scale(.98)}button.primary{background:var(--green);border-color:var(--green);color:#fff;font-weight:650}.wide{width:100%;padding:15px}.send{background:#c6532f;color:#fff;border:0;font-weight:700}.link{border:0;background:transparent;padding-left:0;color:var(--green)}.panel,.issue-card,.trial-card,.send-panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;box-shadow:0 3px 12px #17231f0a}.stack{display:grid;gap:12px}.trial-card h3,.issue-card h3{margin:0 0 6px}.trial-card p,.hint{color:#64716c;margin:5px 0;font-size:14px}.trial-card{cursor:pointer}.code-row{display:grid;grid-template-columns:130px 1fr;gap:8px}label{display:block;font-size:14px;font-weight:650;margin:12px 0 6px}input,select,textarea{width:100%;border:1px solid #bdcbc4;border-radius:9px;padding:11px;background:#fff}textarea{min-height:70px;resize:vertical}.section-head{display:flex;align-items:center;justify-content:space-between}.photos{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:10px 0}.photo{position:relative;aspect-ratio:1;background:#edf1ef;border-radius:8px;overflow:hidden}.photo img{width:100%;height:100%;object-fit:contain}.photo button{position:absolute;right:3px;top:3px;padding:3px 7px;background:#0009;color:#fff;border:0}.issue-actions{display:flex;justify-content:space-between;gap:8px;margin-top:10px}.issue-actions button{flex:1}.capture{display:block;text-align:center;border:1px dashed #79a493;border-radius:10px;padding:13px;color:var(--green);font-weight:650}.capture input{display:none}.send-panel{position:sticky;bottom:10px;margin-top:18px}.send-panel p{text-align:center;font-size:13px;color:#66736d}dialog{width:min(92vw,480px);border:0;border-radius:15px;padding:20px}dialog::backdrop{background:#0007}.actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}#toast{position:fixed;left:50%;bottom:25px;transform:translateX(-50%);background:#17231f;color:#fff;border-radius:9px;padding:10px 14px;opacity:0;pointer-events:none;transition:.2s;z-index:10}#toast.show{opacity:1}@media(max-width:420px){.photos{grid-template-columns:repeat(2,1fr)}}
.button-link{display:block;flex:1;text-align:center;text-decoration:none;color:var(--green);border:1px solid var(--line);border-radius:10px;padding:11px}.error{color:#a23428!important}
.header-actions{display:flex;align-items:center;gap:8px}.header-actions button{padding:6px 10px}.prefix-setting{display:grid;grid-template-columns:80px 1fr auto;align-items:center;gap:8px;border-bottom:1px solid var(--line);padding:8px 0}.prefix-setting span{font-size:13px;color:#64716c}.prefix-setting button{padding:6px 8px}
.photo .photo-delete{right:3px;top:3px}.photo-order{position:absolute;left:3px;bottom:3px;display:flex;gap:3px}.photo-order button{position:static;padding:3px 8px;background:#0009;color:#fff;border:0}.photo-order button:disabled{opacity:.35}
.send-panel{position:static;bottom:auto;margin-top:18px}
.bottom-add{margin-top:14px}.image-editor-dialog{width:min(96vw,760px);max-width:none;padding:12px}.editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.editor-head h2{margin:4px 0}.editor-head p{margin:0;color:#64716c;font-size:13px}.editor-canvas-wrap{display:flex;align-items:center;justify-content:center;background:#101513;border-radius:10px;max-height:65vh;overflow:auto;touch-action:none}.editor-canvas-wrap canvas{display:block;max-width:100%;max-height:65vh;touch-action:none}.editor-tools{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:10px}.editor-tools button{padding:9px 5px}.editor-tools button.active{background:var(--green);color:#fff;border-color:var(--green)}@media(max-width:520px){.editor-tools{grid-template-columns:repeat(2,1fr)}.image-editor-dialog{margin:auto 2vw}}
.image-editor-dialog[open]{position:fixed;inset:0;display:flex;flex-direction:column;width:100vw;height:100dvh;max-width:none;max-height:none;margin:0;padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom));border-radius:0;background:#050706;color:#fff}.image-editor-dialog::backdrop{background:#000}.image-editor-dialog .editor-head{flex:0 0 auto;height:48px}.image-editor-dialog .editor-head h2{margin:0;font-size:18px}.image-editor-dialog .editor-head button{background:transparent;color:#fff;border:0;padding:8px}.image-editor-dialog .editor-head button.primary{background:var(--green);padding:8px 14px}.editor-hint{margin:4px 0 8px;text-align:center;color:#cbd2ce;font-size:13px}.image-editor-dialog .editor-canvas-wrap{flex:1;min-height:0;max-height:none;overflow:hidden;border-radius:0}.editor-canvas-stage{position:relative;flex:none;touch-action:none}.image-editor-dialog canvas{display:block;max-width:calc(100vw - 24px);max-height:calc(100dvh - 190px);touch-action:none}.image-editor-dialog .editor-tools{flex:0 0 auto;grid-template-columns:repeat(5,1fr);margin-top:10px}.image-editor-dialog .editor-tools button{background:#171b19;color:#fff;border-color:#39413d}.image-editor-dialog .editor-tools button.active{background:var(--green)}.crop-box{position:absolute;border:2px solid #fff;box-shadow:0 0 0 9999px #0009;touch-action:none}.crop-box::before,.crop-box::after{content:"";position:absolute;pointer-events:none}.crop-box::before{left:33.33%;top:0;width:33.33%;height:100%;border-left:1px solid #ffffff88;border-right:1px solid #ffffff88}.crop-box::after{left:0;top:33.33%;width:100%;height:33.33%;border-top:1px solid #ffffff88;border-bottom:1px solid #ffffff88}.crop-box i{position:absolute;width:30px;height:30px;border-color:#fff;border-style:solid;z-index:2}.crop-box i[data-crop-handle="nw"]{left:-3px;top:-3px;border-width:5px 0 0 5px;transform:translate(-35%,-35%)}.crop-box i[data-crop-handle="ne"]{right:-3px;top:-3px;border-width:5px 5px 0 0;transform:translate(35%,-35%)}.crop-box i[data-crop-handle="sw"]{left:-3px;bottom:-3px;border-width:0 0 5px 5px;transform:translate(-35%,35%)}.crop-box i[data-crop-handle="se"]{right:-3px;bottom:-3px;border-width:0 5px 5px 0;transform:translate(35%,35%)}@media(max-width:520px){.image-editor-dialog[open]{margin:0}.image-editor-dialog .editor-tools{grid-template-columns:repeat(5,1fr);gap:4px}.image-editor-dialog .editor-tools button{font-size:13px;padding:9px 3px}}
