@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);.controls button,.topbar h1,body{color:var(--text)}.controls button,.palette,.topbar{background:var(--panel)}.palette,body{overflow:hidden}.category-title,.prop-section-title{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}#zoomLevel,.category-title,.empty-state,.prop-row .range-value,.prop-section-title{color:var(--text-muted)}:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--bg:#f8fafc;--panel:#ffffff;--border:#e2e8f0;--text:#0f172a;--text-muted:#64748b;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1);--grid:20px;--danger:#ef4444;--success:#10b981;--warning:#f59e0b}*{box-sizing:border-box;margin:0;padding:0}#app,body,html{height:100%;font-family:Inter,system-ui,-apple-system,sans-serif}body{background:var(--bg)}.topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);z-index:100}.topbar-left{display:flex;align-items:center;gap:16px}.controls,.topbar h1{align-items:center;display:flex}.topbar h1{font-size:20px;font-weight:700;gap:10px}.topbar h1 svg{color:var(--primary)}.controls{gap:8px}.controls button{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:1px solid var(--border);font-size:14px;font-weight:500;cursor:pointer;transition:.2s}.controls button:hover{background:var(--bg);border-color:var(--primary-light)}.controls button.mode.active,.controls button.primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover,.controls button.mode.active:hover{background:var(--primary-dark)}.controls .divider{width:1px;height:24px;background:var(--border);margin:0 4px}#zoomLevel{font-size:13px;min-width:45px;text-align:center;font-weight:500}.workspace{display:flex;height:calc(100% - 65px)}.palette{width:280px;border-right:1px solid var(--border);display:flex;flex-direction:column}.palette-header{padding:16px;border-bottom:1px solid var(--border)}.palette-header h3{font-size:16px;font-weight:600;margin-bottom:12px;color:var(--text)}.palette-header input,.prop-row input[type=number],.prop-row input[type=text]{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;outline:0;transition:.2s}.modal-body textarea:focus,.palette-header input:focus,.prop-row input[type=number]:focus,.prop-row input[type=text]:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(99,102,241,.1)}.palette-categories{flex:1;overflow-y:auto;padding:12px}.category-title,.palette-item{align-items:center;transition:.2s}.palette-category{margin-bottom:16px}.category-title{display:flex;justify-content:space-between;padding:8px 12px;background:var(--bg);border-radius:6px;cursor:pointer;font-weight:600;font-size:13px;user-select:none}.category-title:hover{background:#e2e8f0}.category-title svg{width:16px;height:16px;transition:transform .2s}.category-title.collapsed svg{transform:rotate(-90deg)}.category-items{display:grid;gap:8px;margin-top:8px;padding:0 4px}.category-items.hidden,.modal.hidden{display:none}.palette-item{padding:10px;background:var(--panel);border:1.5px solid var(--border);border-radius:8px;cursor:grab;display:flex;gap:12px}.palette-item:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-1px)}.palette-item:active{cursor:grabbing;transform:translateY(0)}.palette-item .preview{width:50px;height:45px;display:flex;align-items:center;justify-content:center;background:var(--bg);border-radius:6px;flex-shrink:0}.btn-delete:hover,.delete-btn:hover{background:#dc2626}.palette-item .preview .uml-element{transform:scale(.4);position:static;box-shadow:none}.palette-item .info{flex:1;min-width:0}.palette-item .info strong{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:2px}.palette-item .info .small-muted{font-size:11px;color:var(--text-muted)}.canvas-wrap{flex:1;overflow:auto;background:var(--bg);position:relative}.empty-state,.props{flex-direction:column;display:flex}.canvas-container{width:auto;height:auto;overflow:auto;padding:20px}.canvas{min-width:1600px;min-height:1200px;background:#fff;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:var(--grid) var(--grid);position:relative;border-radius:12px}.svg-layer{width:100%;height:100%;pointer-events:none}.props{width:320px;background:var(--panel);border-left:1px solid var(--border);overflow:hidden}.props h3{padding:16px;font-size:16px;font-weight:600;border-bottom:1px solid var(--border);color:var(--text)}.props-content{flex:1;overflow-y:auto;padding:16px}.empty-state{align-items:center;justify-content:center;height:200px;text-align:center}.empty-state svg{margin-bottom:12px;opacity:.5}.empty-state p{font-size:14px}.prop-section{margin-bottom:20px}.prop-section-title{font-size:12px;font-weight:600;margin-bottom:12px}.prop-row{margin-bottom:12px}.prop-row label{display:block;font-size:13px;font-weight:500;color:var(--text);margin-bottom:6px}.prop-row input[type=color]{width:100%;height:40px;border:1px solid var(--border);border-radius:6px;cursor:pointer;padding:4px}.modal-body textarea,.prop-row select{border:1px solid var(--border);outline:0}.prop-row input[type=range]{width:calc(100% - 50px);margin-right:10px}.prop-row .range-value{display:inline-block;min-width:40px;font-size:12px;font-weight:500}.prop-row select{width:100%;padding:8px 12px;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}.prop-actions{margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.btn-delete{width:100%;padding:10px;background:var(--danger);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:.2s}.uml-element{position:absolute;user-select:none;cursor:move;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;transition:box-shadow .2s}.delete-btn,.resize-handle{position:absolute;display:none;box-shadow:var(--shadow)}.uml-element:hover{box-shadow:var(--shadow-lg)}.uml-element.selected{outline:2px solid var(--primary);outline-offset:2px;box-shadow:var(--shadow-xl),0 0 0 4px rgba(99,102,241,.1)}.uml-element.hide-controls .delete-btn,.uml-element.hide-controls .resize-handle{display:none!important}#canvas,.canvas-container,.canvas-wrap{background:#fff!important}.delete-btn{right:-10px;top:-10px;width:24px;height:24px;background:var(--danger);color:#fff;border:2px solid #fff;border-radius:50%;cursor:pointer;font-size:14px;font-weight:700;align-items:center;justify-content:center;z-index:100;transition:.2s}.uml-element.selected .delete-btn{display:flex}.delete-btn:hover{transform:scale(1.1)}.resize-handle{right:-6px;bottom:-6px;width:14px;height:14px;background:var(--primary);border:2px solid #fff;border-radius:3px;cursor:se-resize}.uml-element.selected .resize-handle{display:block}.element-content,.element-label{padding:6px;text-align:center;font-size:13px;outline:0}.element-content:focus,.element-label:focus{background:rgba(99,102,241,.05);border-radius:4px}.actor-element{width:90px;height:120px;padding:12px;background:0 0}.actor-figure{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.actor-head{width:28px;height:28px;border:3px solid #1e293b;border-radius:50%;background:#fff}.actor-arms,.actor-body,.actor-leg{background:#1e293b}.actor-body{width:3px;height:40px;margin-top:6px}.actor-arms{width:64px;height:3px;margin-top:8px}.actor-leg{position:absolute;bottom:10px;width:3px;height:34px}.modal,.modal-overlay{bottom:0;left:0;top:0}.actor-leg.left{left:28px;transform:rotate(-22deg);transform-origin:bottom}.actor-leg.right{right:28px;transform:rotate(22deg);transform-origin:bottom}.usecase-element{min-width:140px;min-height:70px;border-radius:60px;border:2px solid #1e293b;display:flex;align-items:center;justify-content:center;padding:12px 20px;background:#fff}.class-element{min-height:120px;min-width:120px;border:2px solid #1e293b;border-radius:8px;background:#fff;display:flex;flex-direction:column;overflow:hidden}.class-header,.element-header{padding:10px;font-weight:600;border-bottom:1px solid #e2e8f0;text-align:center;background:var(--bg)}.class-section{padding:10px;border-bottom:1px dashed #e2e8f0;min-height:40px}.class-section:last-child{border-bottom:none}.lifeline-element{height:120px;width:120px;display:flex;flex-direction:column;align-items:center}.end-node,.message-element{align-items:center;display:flex}.lifeline-header{padding:8px 12px;border:2px solid #1e293b;border-radius:6px;background:#fff;margin-bottom:8px;font-weight:500}.lifeline-line{width:2px;background:0 0;border-left:2px dashed #1e293b;height:240px}.activation-element{width:20px;height:80px;background:#1e293b;border-radius:4px}.message-element{gap:8px;padding:8px 12px;border:2px solid #1e293b;border-radius:6px;background:#fff;font-weight:500}.end-node,.start-node{background:#1e293b;border-radius:50%}.start-node{width:28px;height:28px}.end-node{width:36px;height:36px;justify-content:center}.end-node .inner{width:16px;height:16px;border-radius:50%;background:#fff}.decision-element{width:90px;height:90px;background:#fff;transform:rotate(45deg);border:2px solid #1e293b;display:flex;align-items:center;justify-content:center}.decision-element .element-content{transform:rotate(-45deg);font-weight:700;font-size:18px}.bar-element{width:140px;height:10px;background:#1e293b;border-radius:4px}.state-element{min-width:150px;border:2px solid #1e293b;border-radius:8px;background:#fff;overflow:hidden}.state-section{padding:10px;min-height:40px}.note-element{min-width:140px;min-height:90px;background:#fef3c7;border:2px solid #f59e0b;padding:12px;border-radius:8px;box-shadow:var(--shadow)}.component-element{min-width:100px;min-height:100px;border:2px solid #1e293b;border-radius:8px;padding:30px 12px 12px;background:#fff;position:relative}.component-rect,.package-element{border:2px solid #1e293b;background:#fff}.component-rect{position:absolute;left:10px;top:10px;width:32px;height:14px;border-radius:2px}.component-rect.small{left:16px;top:14px;width:20px;height:10px}.uml-element.connecting{box-shadow:0 0 0 4px rgba(59,130,246,.12)}.svg-layer{position:absolute;left:0;top:0;pointer-events:none;z-index:5}.connection-group{pointer-events:auto}.connection-straight{stroke:var(--text);stroke-width:2;stroke-linecap:round}.connection-curve{stroke:var(--text);stroke-width:2;stroke-linecap:round;display:none}.connection-hit{cursor:pointer;pointer-events:stroke}.connection-label{fill:#1f2937;font-family:Arial,sans-serif}.package-element{min-width:120px;min-height:150px;border-radius:8px;overflow:hidden}.element-body,.node-element{min-height:80px;padding:12px}.package-tab{background:var(--bg);padding:8px 12px;border-bottom:2px solid #1e293b;font-weight:600}.node-element{min-width:140px;border:2px solid #1e293b;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.modal{position:fixed;right:0;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-overlay{position:absolute;right:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.modal-content{position:relative;width:90%;max-width:600px;background:#fff;border-radius:12px;box-shadow:var(--shadow-xl);overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border)}.modal-header h3{font-size:18px;font-weight:600}.close-btn{width:32px;height:32px;border:none;background:0 0;font-size:24px;cursor:pointer;color:var(--text-muted);border-radius:6px;transition:.2s}.btn-secondary:hover,.close-btn:hover,.modal-footer{background:var(--bg)}.close-btn:hover{color:var(--text)}.modal-body{padding:20px}.modal-body textarea{width:100%;min-height:180px;padding:12px;border-radius:8px;font-family:inherit;font-size:14px;resize:vertical;transition:.2s}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid var(--border)}.btn-primary,.btn-secondary{padding:10px 20px;font-weight:500;cursor:pointer;transition:.2s}.btn-secondary{border:1px solid var(--border);background:#fff;color:var(--text);border-radius:8px}.btn-primary{border:none;background:var(--primary);color:#fff;border-radius:8px}.drag-preview{opacity:.7;pointer-events:none}.connection-start{outline:3px dashed var(--warning)!important;outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:1200px){.palette{width:240px}.props{width:280px}}