*{box-sizing:border-box}body{margin:0;font:14px Arial,sans-serif;color:#17201d;background:#e8ebe7;height:100vh;overflow:hidden}button{font:inherit;cursor:pointer}header{height:64px;background:#fff;border-bottom:1px solid #dce1dc;display:flex;align-items:center;padding:0 18px;gap:24px}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:#17201d;font-weight:700}.brand b{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#123b2d;color:#c9f24a;font-size:11px}.document-name{flex:1;text-align:center;font-weight:600}.header-actions{display:flex;align-items:center;gap:15px}.header-actions span{font-size:12px;color:#77807b}.header-actions button{border:0;border-radius:8px;background:#123b2d;color:#fff;padding:11px 17px;font-weight:700}.header-actions button:disabled{opacity:.4}main{height:calc(100vh - 110px);display:grid;grid-template-columns:78px 170px 1fr 245px}.tools,.pages,.properties{background:#fff;border-right:1px solid #dce1dc}.tools{display:flex;flex-direction:column;align-items:center;padding-top:14px;gap:8px}.tools button{width:64px;border:0;border-radius:9px;background:transparent;padding:9px 2px;color:#66706b}.tools button b{display:block;font-size:23px;margin-bottom:4px;color:#17201d}.tools button span{font-size:10px}.tools button:hover,.tools button.active{background:#eef4dc;color:#365720}.pages{padding:15px 12px;overflow:auto}.pages-title{display:flex;justify-content:space-between;margin-bottom:15px}.pages-title span{background:#edf0ed;border-radius:99px;padding:2px 7px;font-size:11px}.thumb{background:#f0f2ef;border:2px solid transparent;border-radius:7px;padding:6px;margin-bottom:10px;text-align:center;cursor:pointer}.thumb.active{border-color:#6d9427;background:#eff7d9}.thumb img{max-width:100%;height:120px;object-fit:contain;background:white}.thumb span{display:block;font-size:11px;margin-top:4px}.workspace{overflow:auto;position:relative;display:grid;place-items:start center;padding:45px;background-color:#dfe3df;background-image:radial-gradient(#bcc3bd 1px,transparent 1px);background-size:18px 18px}#welcome{margin:auto;text-align:center;background:#fff;padding:55px 70px;border-radius:16px;box-shadow:0 15px 50px #1b291e19}.welcome-icon{width:65px;height:65px;display:grid;place-items:center;margin:auto;background:#123b2d;color:#c9f24a;border-radius:16px;font-weight:700}#welcome h1{font-size:30px;margin:18px 0 8px}#welcome p{color:#737c77}#welcome label{display:block;background:#123b2d;color:#fff;padding:13px 20px;border-radius:8px;margin:22px auto 12px;width:max-content;font-weight:700;cursor:pointer}#welcome small{color:#89918d}#stage{margin:auto}#page{position:relative;background:#fff;box-shadow:0 10px 35px #15201935;user-select:none}#pageImage{display:block;max-height:calc(100vh - 190px);max-width:calc(100vw - 590px)}#objects,#drawing{position:absolute;inset:0;width:100%;height:100%}#drawing{pointer-events:none}.object{position:absolute;min-width:20px;min-height:20px;cursor:move;white-space:pre-wrap}.object.selected{outline:2px solid #6d9427;outline-offset:3px}.object.text{padding:2px 4px}.object.rect{border-style:solid;width:20%;height:10%}.properties{border-left:1px solid #dce1dc;border-right:0;padding:20px;overflow:auto}.properties h2{font-size:15px;margin:0 0 25px}.properties label{display:block;font-size:12px;font-weight:700;margin:0 0 19px}.properties textarea{width:100%;resize:vertical;margin-top:7px;border:1px solid #ccd2cd;border-radius:7px;padding:9px}.properties input[type=color]{display:block;width:100%;height:38px;margin-top:7px;border:1px solid #ccd2cd;background:#fff;border-radius:7px}.properties input[type=range]{width:78%;vertical-align:middle;margin-top:10px}.properties output{font-size:11px;color:#78817c}.properties button{width:100%;padding:10px;border:1px solid #e5b9b0;background:#fff3f0;color:#b93e25;border-radius:7px}#emptyProps{text-align:center;color:#8a928e;padding-top:60px;line-height:1.6}#emptyProps div{font-size:38px}#loading{position:absolute;top:20px;background:#17201d;color:white;padding:9px 15px;border-radius:99px}footer{height:46px;background:#fff;border-top:1px solid #dce1dc;display:flex;align-items:center;justify-content:center;gap:12px}footer button{border:1px solid #d6dbd7;background:#fff;border-radius:6px;padding:5px 9px}footer input{width:45px;padding:4px;border:1px solid #d6dbd7;border-radius:5px;text-align:center}.hint{position:absolute;right:20px;color:#868e89;font-size:11px}@media(max-width:950px){main{grid-template-columns:64px 120px 1fr}.properties{display:none}#pageImage{max-width:calc(100vw - 240px)}.hint{display:none}}@media(max-width:650px){main{grid-template-columns:58px 1fr}.pages{display:none}.document-name{display:none}#pageImage{max-width:calc(100vw - 100px)}.header-actions span{display:none}}

