:root{color:#1a1a1a;background:#f4f6f8;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box}body{margin:0}a{color:#0b57d0;text-decoration:none}a:hover{text-decoration:underline}button,input,select{font:inherit}button{background:#0b57d0;color:#fff;border:none;border-radius:8px;padding:.55rem 1rem;cursor:pointer}button:hover{background:#0842a0}button:disabled{opacity:.6;cursor:not-allowed}button.secondary{background:#e8eef7;color:#0b57d0}button.secondary:hover{background:#d9e4f5}button.danger{background:#b3261e}button.danger:hover{background:#8c1d18}.page{max-width:1100px;margin:0 auto;padding:2rem 1.25rem 3rem}.page.narrow{max-width:480px;padding-top:4rem}.card{background:#fff;border:1px solid #d8dee9;border-radius:12px;padding:1.25rem;margin-bottom:1rem}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.topbar p{margin:0}.topbar-actions{display:flex;align-items:center;gap:.75rem}.stack{display:grid;gap:.75rem}label{display:grid;gap:.35rem;font-size:.95rem}input[type=text],input[type=email],input[type=number],select{width:100%;border:1px solid #c5cedb;border-radius:8px;padding:.55rem .75rem;background:#fff}.inline-form{display:flex;gap:.75rem;flex-wrap:wrap}.inline-form input{flex:1;min-width:220px}.muted{color:#5f6368}.small{font-size:.875rem}.error{color:#b3261e}.status{color:#137333}.hint{font-size:.875rem;color:#5f6368}.project-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.project-list li{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid #e8eef7}.project-list li:last-child{border-bottom:none}.project-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.editor-page .editor-layout{background:#fff;border:1px solid #d8dee9;border-radius:12px;padding:1rem;margin-bottom:1rem}.toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:1rem}.toolbar-group{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end}.canvas-wrap{overflow:hidden;border:1px dashed #c5cedb;border-radius:8px;background:#eef2f7;line-height:0}.canvas-wrap canvas{display:block}.editor-title{display:grid;gap:.35rem}.back-link{font-size:.9rem}.title-input{font-size:1.35rem;font-weight:600;border:none;padding:0;background:transparent}.title-input:focus{outline:2px solid #0b57d0;border-radius:4px}.export-panel{background:#fff;border:1px solid #d8dee9;border-radius:12px;padding:1.25rem}.export-controls{display:grid;gap:.75rem;max-width:420px}.file-label input[type=file]{display:block;margin-top:.35rem}@media(max-width:720px){.topbar{flex-direction:column}}
