*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.container{margin:0 auto;max-width:1200px;padding:20px}.header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 4px 6px #0000001a;color:#fff;margin-bottom:2rem;padding:2rem 0;text-align:center}.header h1{font-size:2.5rem;margin-bottom:.5rem}.header p{font-size:1.2rem;opacity:.9}.header-user-info{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;display:flex;justify-content:space-between;margin-top:1rem;padding:1rem}.welcome-message{color:#fff;font-size:1.1rem;font-weight:500}.header .btn{font-weight:500;padding:.75rem 1.5rem}.card{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a;margin-bottom:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.btn{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .2s}.btn:hover{background:#5a67d8}.btn-danger{background:#e53e3e}.btn-danger:hover{background:#c53030}.btn-secondary{background:#718096}.btn-secondary:hover{background:#4a5568}.form-group{margin-bottom:1rem}.form-group label{color:#2d3748;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.error{background:#fed7d7;border-radius:6px;color:#e53e3e;margin-bottom:1rem;padding:.75rem}.whim-quick-add{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.whim-quick-add input{border:1px solid #e2e8f0;border-radius:6px;flex:1 1;font-size:1rem;padding:.75rem}.whim-quick-add input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.whim-card{border-left:4px solid #667eea}.whim-content{margin-bottom:1rem;white-space:pre-wrap}.success{background:#c6f6d5;border-radius:6px;color:#38a169;margin-bottom:1rem;padding:.75rem}.loading{color:#718096;padding:2rem;text-align:center}.lobe-tree{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a;margin-bottom:1rem;max-height:400px;overflow-y:auto;padding:1rem}.lobe-tree-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.lobe-tree-header h3{color:#2d3748;margin:0}.lobe-tree-content{max-height:300px;overflow-y:auto}.lobe-item{align-items:center;border-radius:6px;cursor:pointer;display:flex;margin-bottom:.25rem;padding:.5rem;transition:all .2s}.lobe-item:hover{background-color:#f7fafc}.lobe-item.selected{background-color:#667eea;color:#fff}.lobe-content{flex:1 1;gap:.5rem}.expand-button,.lobe-content{align-items:center;display:flex}.expand-button{background:none;border:none;color:inherit;cursor:pointer;height:16px;justify-content:center;padding:0;width:16px}.lobe-icon{font-size:1rem}.lobe-name{flex:1 1;font-weight:500}.lobe-count{font-size:.875rem;opacity:.7}.lobe-actions{display:flex;gap:.25rem;opacity:0;transition:opacity .2s}.lobe-item:hover .lobe-actions{opacity:1}.btn-small{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;padding:.25rem .5rem;transition:background .2s}.btn-small:hover{background:#5a67d8}.btn-danger-small{background:#e53e3e}.btn-danger-small:hover{background:#c53030}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:10px;max-height:80vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%}.form-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}@media (max-width:768px){.app-layout{grid-template-columns:1fr}.lobe-tree{order:1}}.wrinkle-form-with-lobe{grid-column:span 2}@media (max-width:768px){.wrinkle-form-with-lobe{grid-column:span 1}}.valley-manager{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a;margin-bottom:1rem;max-height:300px;overflow-y:auto;padding:1rem}.valley-manager-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.valley-manager-header h3{color:#2d3748;margin:0}.valley-list{display:flex;flex-wrap:wrap;gap:.5rem}.valley-tag{align-items:center;border-radius:20px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem .75rem;position:relative;transition:all .2s}.valley-tag.small{font-size:.75rem;padding:.25rem .5rem}.valley-tag:hover{box-shadow:0 2px 8px #0003;transform:translateY(-1px)}.valley-tag.selected{ring:2px solid #2d3748;box-shadow:0 4px 12px #0000004d;transform:translateY(-2px)}.valley-name{flex:1 1}.valley-count{font-size:.75rem;opacity:.8}.valley-actions{display:flex;gap:.25rem;opacity:0;transition:opacity .2s}.valley-tag:hover .valley-actions{opacity:1}.valley-action-btn{align-items:center;background:#fff3;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:.75rem;height:24px;justify-content:center;transition:background .2s;width:24px}.valley-action-btn:hover{background:#ffffff4d}.no-valleys{color:#718096;font-style:italic;padding:1rem;text-align:center}.color-picker{display:flex;flex-direction:column;gap:.5rem}.color-presets{display:flex;flex-wrap:wrap;gap:.5rem}.color-preset{border:2px solid #0000;border-radius:50%;cursor:pointer;height:32px;transition:all .2s;width:32px}.color-preset:hover{transform:scale(1.1)}.color-preset.selected{border-color:#2d3748;transform:scale(1.2)}.valley-preview{align-items:center;background:#f7fafc;border-radius:6px;display:flex;gap:.5rem;margin:1rem 0;padding:1rem}.valley-selector{margin-bottom:1rem}.valley-selector label{color:#2d3748;display:block;font-weight:600;margin-bottom:.5rem}.selected-valleys{background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;flex-wrap:wrap;gap:.5rem;min-height:40px;padding:.5rem}.remove-valley{align-items:center;background:#ffffff4d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:700;height:18px;justify-content:center;width:18px}.remove-valley:hover{background:#ffffff80}.valley-dropdown{position:relative}.add-valley-btn{background:#f7fafc;border:1px dashed #cbd5e0;border-radius:20px;color:#4a5568;cursor:pointer;font-size:.75rem;padding:.25rem .75rem;transition:all .2s}.add-valley-btn:hover{background:#edf2f7;border-color:#a0aec0}.valley-dropdown-content{background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px #0000001a;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.valley-dropdown-item{cursor:pointer;padding:.5rem;transition:background .2s}.valley-dropdown-item:hover{background:#f7fafc}.valley-dropdown-divider{background:#e2e8f0;height:1px;margin:.5rem 0}.no-valleys-available{color:#718096;padding:1rem;text-align:center}.dropdown-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.app-layout{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:300px 1fr}.sidebar{display:flex;flex-direction:column;gap:1rem}.wrinkle-valleys{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem}.wrinkle-valley-tag{border-radius:12px;color:#fff;font-size:.75rem;font-weight:500;padding:.125rem .5rem}.d3-mindmap-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:10px;height:100%;min-height:500px;overflow:hidden;position:relative;width:100%}.d3-mindmap{cursor:grab;height:100%;width:100%}.d3-mindmap:active{cursor:grabbing}.d3-mindmap .node{cursor:pointer}.d3-mindmap .node circle{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:all .2s ease}.d3-mindmap .node:hover circle{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.d3-mindmap .links line{stroke-dasharray:5,5;animation:dash 20s linear infinite}@keyframes dash{to{stroke-dashoffset:-100}}.mind-map-tooltip{background:#000c;border-radius:6px;box-shadow:0 4px 6px #0000001a;color:#fff;font-size:12px;max-width:200px;padding:8px 12px;pointer-events:none;position:absolute;text-align:left;z-index:1000}.view-toggle{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;gap:.5rem;margin-bottom:1rem;padding:.5rem}.view-toggle-button{background:#f7fafc;border:none;border-radius:6px;color:#4a5568;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.view-toggle-button.active{background:#667eea;color:#fff}.view-toggle-button:hover:not(.active){background:#edf2f7}.mindmap-controls{display:flex;flex-direction:column;gap:.5rem;position:absolute;right:10px;top:10px;z-index:100}.mindmap-control-btn{background:#ffffffe6;border:none;border-radius:6px;box-shadow:0 2px 4px #0000001a;cursor:pointer;padding:.5rem;transition:all .2s}.mindmap-control-btn:hover{background:#fff;transform:translateY(-1px)}@media (max-width:768px){.d3-mindmap-container{min-height:400px}.mind-map-tooltip{font-size:11px;max-width:150px;padding:6px 8px}}.App{text-align:center}.App-header{background-color:#282c34;color:#fff;padding:20px}
/*# sourceMappingURL=main.ef5b515d.css.map*/