:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f3f4f6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font:inherit}.app{display:grid;grid-template-columns:380px 1fr;min-height:100vh;height:100vh;color:#0f172a}.sidebar{background:#fff;border-right:1px solid #e2e8f0;padding:24px;overflow-y:auto;height:100vh}.sidebar__header{margin-bottom:16px}.sidebar__links{display:flex;gap:12px;margin-top:10px;font-weight:600}.sidebar__links a{color:#0f172a;text-decoration:none}.sidebar__links a:hover{text-decoration:underline}.sidebar__header h1{margin:0 0 6px;font-size:22px}.panel{border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-top:16px;background:#fff;box-shadow:0 2px 6px #0f172a0a}.panel h2{margin:0 0 10px;font-size:17px}.panel__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.badge{background:#e2e8f0;color:#0f172a;padding:2px 8px;border-radius:999px;font-size:12px}.field{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.row{flex-direction:row;align-items:center;gap:8px}label{font-size:13px;color:#475569}input,select{padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;background:#fff;color:#0f172a}input:focus,select:focus{outline:2px solid #94a3b8;border-color:#94a3b8}button{border:1px solid transparent;border-radius:10px;padding:10px 14px;font-weight:600;font-size:14px;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease,border-color .1s ease}button:disabled{cursor:not-allowed;opacity:.6}button.primary{background:#0f172a;color:#fff;box-shadow:0 6px 18px #0f172a2e}button.primary:hover:not(:disabled){transform:translateY(-1px)}button.secondary{background:#e2e8f0;color:#0f172a}button.secondary:hover:not(:disabled){transform:translateY(-1px)}button.ghost{background:transparent;border-color:#e2e8f0;color:#ef4444}button.ghost:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.marker-list{display:flex;flex-direction:column;gap:8px}.marker-card{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;width:100%;cursor:grab;transition:transform .12s ease,box-shadow .12s ease}.marker-card__header{width:100%;background:#f8fafc;border:none;padding:12px;display:flex;align-items:center;justify-content:space-between;cursor:inherit}.marker-card__action{cursor:pointer}.marker-card__body{padding:12px;display:grid;grid-template-columns:1fr;gap:12px}.marker-card__body .field{margin:0}.marker-card__body button{width:100%}.marker-card--active{border-color:#94a3b8;box-shadow:0 0 0 2px #94a3b84d}.marker-card.dragging{opacity:.9;cursor:grabbing;transform:scale(.99);box-shadow:0 8px 16px #0f172a1f}.marker-card.placeholder{border:2px dashed #94a3b8;background:#f8fafc;min-height:60px}.muted{color:#64748b;font-size:13px}.warning{color:#b45309;margin:0;font-size:12px}.status{margin:8px 0 0;color:#2563eb}.export-actions{display:flex;flex-direction:column;gap:8px}.canvas-wrapper{display:flex;flex-direction:column;padding:20px;gap:10px;height:100%;min-height:100vh;box-sizing:border-box}.canvas-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.canvas{position:relative;background:#e5e7eb;border:1px solid #cbd5e1;border-radius:12px;overflow:hidden;min-height:0;flex:1}.canvas--panning{cursor:move}svg{display:block;width:100%;height:100%}.grid-line{stroke:#dfe3eb;stroke-width:.6;vector-effect:non-scaling-stroke}.axis-line{stroke:#94a3b8;stroke-width:1.2;vector-effect:non-scaling-stroke}.marker-outline{stroke:#94a3b8;fill:none;stroke-width:1.4;vector-effect:non-scaling-stroke}.marker-outline--hovered{stroke:#0ea5e9}.marker-outline--selected{stroke:#0f172a}.resize-handle{fill:#fff;stroke:#0f172a;stroke-width:.8;vector-effect:non-scaling-stroke}.diagonal{stroke:#cbd5e1;stroke-dasharray:4 4;stroke-width:1;vector-effect:non-scaling-stroke}
