:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.app{min-height:100vh;background:linear-gradient(135deg,#0f0f0f,#2d1b4e,#1a1a1a);display:flex;justify-content:center;align-items:flex-start;padding:20px}.tree-of-life-app{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1200px;min-height:100vh}.app-header{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.app-main{display:flex;gap:30px;width:100%;flex:1;align-items:flex-start;justify-content:center}.world-info{text-align:center;margin-bottom:10px}.world-title{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:12px}.world-title-hebrew{font-size:32px;font-weight:700;color:#fff;text-shadow:0 0 20px rgba(255,255,255,.3);direction:rtl}.world-title-english{font-size:24px;font-weight:500;color:#ffffffe6;text-transform:uppercase;letter-spacing:2px}.world-description{font-size:16px;color:#ffffffb3;font-style:italic;max-width:600px;line-height:1.5}.controls{display:flex;gap:20px;align-items:flex-start;width:100%;max-width:100%;box-sizing:border-box;flex-wrap:wrap}.now-playing{display:flex;align-items:center;height:48px;padding:0 16px;background:#0003;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);margin-top:0;overflow:hidden;width:100%;max-width:100%;box-sizing:border-box}.now-playing-content{display:flex;align-items:center;gap:10px;width:100%;height:100%}.now-playing-label{color:#fff;font-size:14px;font-weight:500;flex-shrink:0}.now-playing-list{display:flex;align-items:center;gap:16px;overflow-x:auto;overflow-y:hidden;flex:1;height:100%;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.now-playing-list::-webkit-scrollbar{height:4px}.now-playing-list::-webkit-scrollbar-track{background:transparent}.now-playing-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.now-playing-entry{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#ffffff1a;border-radius:8px;border:1px solid rgba(255,255,255,.2);white-space:nowrap;flex-shrink:0;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.picker-label{color:#fff;font-size:14px;font-weight:500;margin-bottom:4px}.control-container{background:#0000004d;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:16px;box-sizing:border-box}.control-container--horizontal{display:flex;gap:12px;align-items:center}.control-container--vertical{display:flex;flex-direction:column;gap:16px}.control-container--full-width{width:100%;flex:1;min-width:0;max-width:100%}.control-container--fit-content{width:fit-content;flex:0 0 auto;min-width:0}.combined-picker .picker-group{display:flex;flex-direction:column;gap:8px;width:fit-content}.combined-picker .button-group{display:flex;gap:12px;flex-wrap:wrap;width:fit-content}.music-system-select{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;padding:10px 40px 10px 12px;font-size:14px;font-family:inherit;cursor:pointer;transition:all .2s ease;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.music-system-select:hover{background:#ffffff26;border-color:#ffffff4d}.music-system-select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf633}.music-system-select option{background:#000000e6;color:#fff;padding:8px 12px}.edit-mode-toggle{width:18px;height:18px;cursor:pointer;accent-color:#8b5cf6}.path-note-editor{background:#fff;border:1px solid #ccc;border-radius:4px;font-size:12px;color:#333;text-align:center;cursor:pointer;transition:all .2s ease;padding:2px;box-sizing:border-box;min-height:20px;overflow:visible}.path-note-editor:hover{border-color:#8b5cf6;box-shadow:0 0 0 1px #8b5cf633}.path-note-editor:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf633}foreignObject{overflow:visible}.music-control{display:flex;flex-direction:column;gap:8px;padding:0;width:100%;box-sizing:border-box}.control-area{display:flex;flex-direction:column;gap:8px;min-width:0;width:100%}.toggles-row{display:flex;gap:16px;align-items:center;width:100%;flex-wrap:wrap}.sound-toggle{display:flex;gap:12px;align-items:center;min-width:120px;flex-wrap:nowrap}.sound-toggle .picker-label{margin-bottom:0;flex-shrink:0;white-space:nowrap}.edit-toggle{display:flex;gap:12px;align-items:center;min-width:120px;flex-wrap:nowrap}.edit-toggle .picker-label{margin-bottom:0;flex-shrink:0;white-space:nowrap}.music-system-picker{display:flex;gap:12px;align-items:center;width:100%;min-width:0}.music-system-picker .picker-label{margin-bottom:0;flex-shrink:0;white-space:nowrap}.music-system-picker .music-system-select{flex:1;min-width:0;width:auto}.edit-mode-control{display:flex;gap:12px;align-items:center;width:100%;min-width:0;margin-top:0}.edit-mode-control .picker-label{margin-bottom:0;flex-shrink:0;white-space:nowrap}.chord-selector{display:flex;flex-direction:column;gap:8px;width:100%}.chord-selector .picker-label{margin-bottom:8px}.chord-selector .button-group{display:flex;gap:12px;flex-wrap:wrap;width:100%}.toggle-option{display:flex;align-items:center;gap:6px;cursor:pointer;color:#fff;font-size:14px}.toggle-option input[type=radio]{margin:0;accent-color:#8b5cf6}.toggle-label{-webkit-user-select:none;user-select:none}.switch-container{position:relative;display:inline-block;width:48px;min-width:48px;height:24px;min-height:24px;cursor:pointer;flex-shrink:0}.switch-input{opacity:0;width:0;height:0;position:absolute}.switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;min-width:48px;min-height:24px;background-color:#fff3;transition:.3s ease;border-radius:24px;border:1px solid rgba(255,255,255,.3);box-sizing:border-box}.switch-slider:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:2px;background-color:#ffffffe6;transition:.3s ease;border-radius:50%}.switch-input:checked+.switch-slider{background-color:#8b5cf6;border-color:#8b5cf6}.switch-input:checked+.switch-slider:before{transform:translate(24px)}.switch-input:disabled+.switch-slider{opacity:.5;cursor:not-allowed}.switch-input:focus+.switch-slider{box-shadow:0 0 0 2px #8b5cf64d}.now-playing-area{display:flex;flex-direction:column;gap:8px;min-height:60px}.entry-text{color:#fff;font-weight:500;min-width:fit-content}.no-sounds{color:#ffffff80;font-style:italic;font-size:12px;text-align:center;padding:12px}.world-button{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .3s ease;min-width:100px}.world-button:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.world-button.active{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 0 20px #fff3}.world-hebrew{font-size:12px;font-weight:600;color:#fff;direction:rtl}.world-english{font-size:10px;font-weight:500;color:#fffc;text-transform:uppercase;letter-spacing:1px}.world-button.active .world-hebrew{text-shadow:0 0 10px rgba(255,255,255,.5)}.world-button.active .world-english{color:#ffffffe6}.unpin-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:12px;margin-left:8px;transition:all .2s ease}.unpin-button:hover{background:#fff3;border-color:#ffffff80;transform:scale(1.05)}.tree-of-life-container{display:flex;justify-content:center;align-items:center;flex:0 0 auto;position:relative;max-width:800px;overflow:visible}.tree-of-life-svg{width:100%;height:auto;max-width:800px;background:#0000004d;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000004d;overflow:visible;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.sephirah-group{cursor:pointer;transition:all .3s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.sephirah{transition:all .3s ease;filter:drop-shadow(0 0 8px rgba(255,255,255,.3));transform-origin:center center;transform-box:fill-box}.sephirah-group.sphere-mode:hover .sephirah{filter:drop-shadow(0 0 15px rgba(255,255,255,.6));transform:scale(2)}.sephirah-hover-detector{pointer-events:all;fill:transparent;cursor:pointer}.sephirah-group.card-mode .sephirah,.sephirah-group.card-mode .sephirah-full-card,.sephirah-group.card-mode .sephirah-label,.sephirah-group.card-mode{pointer-events:none}.sephirah-group.card-mode:hover .sephirah{opacity:0}.sephirah-full-card{opacity:0;transition:opacity .3s ease;filter:drop-shadow(0 0 15px rgba(255,255,255,.6));transform:scale(4);transform-origin:center center;transform-box:fill-box;z-index:100}.sephirah-group.card-mode:hover .sephirah-full-card{opacity:1;z-index:100}.sephirah-group[data-name=daath] .sephirah{opacity:.85;z-index:1}.sephirah-group[data-name=daath]:hover .sephirah{transform:scale(2);opacity:1;z-index:1}.sephirah-label{opacity:0;transition:opacity .3s ease;pointer-events:none}.sephirah-group:hover .sephirah-label{opacity:1}.path-group{cursor:pointer;z-index:10;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.path-hit-area{stroke-width:12;opacity:0;pointer-events:stroke}.tree-path{opacity:.7;transition:opacity .3s ease;stroke-width:2;z-index:10;pointer-events:none}.path-group:hover .tree-path{opacity:1;stroke-width:3}.tree-path.pinned{stroke-width:4;filter:drop-shadow(0 0 8px rgba(255,255,255,.6));opacity:1}.sephirah.pinned{filter:drop-shadow(0 0 12px rgba(255,255,255,.8));opacity:1;stroke:#fffc;stroke-width:2}.path-letter{font-family:Arial Unicode MS,Lucida Grande,Tahoma,sans-serif;transition:all .3s ease;pointer-events:none;opacity:.9;transform-origin:center center}.path-group:hover .path-letter{opacity:1;font-size:3em}.info-panel{width:350px;min-height:400px;background:#14141ef2;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:20px;box-shadow:0 8px 32px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:20px;transition:all .3s ease;flex:0 0 auto;z-index:0}.info-panel-content{height:100%;display:flex;flex-direction:column}.info-header{margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:12px}.info-header h3{color:#fff;font-size:20px;font-weight:600;margin:0;text-transform:capitalize}.info-table{width:100%;border-collapse:separate;border-spacing:0}.info-table td{padding:8px 10px;vertical-align:top}.info-table .label{color:#ffffffb3;font-weight:500;font-size:14px;text-align:right;padding-right:15px;white-space:nowrap;width:40%}.info-table .value{color:#fff;font-size:15px;font-weight:400;width:60%}.hebrew-text{font-size:18px;font-weight:500;direction:rtl;text-align:left}.info-table tr:not(:last-child) td{border-bottom:1px solid rgba(255,255,255,.08)}.info-panel-content p{color:#fff9;font-size:16px;line-height:1.6;text-align:center;margin-top:20px}@media (max-width: 1100px){.app-main{gap:20px}.info-panel{width:300px}}@media (max-width: 900px){.app-main{flex-direction:column;align-items:center;gap:20px}.info-panel{width:100%;max-width:600px;position:static;min-height:auto}}@media (max-width: 768px){.app{padding:10px}.tree-of-life-app,.app-header,.app-main{gap:15px}.world-title-hebrew{font-size:28px}.world-title-english{font-size:20px}.world-description{font-size:14px}.controls{flex-direction:column;gap:15px}.control-container{padding:12px}.control-container--horizontal{gap:8px}.control-container--vertical{gap:12px}.world-selector{flex-wrap:wrap;gap:8px;padding:12px}.combined-picker .button-group{flex-wrap:wrap;gap:8px}.now-playing{height:40px;padding:0 12px;margin-top:12px;width:100%;max-width:100%}.now-playing-label{font-size:12px}.now-playing-entry{padding:4px 8px;font-size:11px}.entry-text,.no-sounds{font-size:11px}.visualization-picker{padding:12px}.button-group{flex-wrap:wrap;gap:8px}.music-control{padding:0}.music-system-picker{gap:8px}.toggles-row{gap:12px;flex-direction:column;align-items:stretch}.sound-toggle,.edit-toggle{min-width:0;width:100%}.chord-selector .button-group{gap:8px}.world-button{min-width:80px;padding:10px 12px}.world-hebrew{font-size:14px}.world-english{font-size:11px}.tree-of-life-svg{max-width:90vw}.sephirah-label{font-size:12px}.path-letter{font-size:14px}.sephirah-hover-detector,.path-hit-area{stroke-width:20}.info-panel{padding:16px}.info-header h3{font-size:18px}.info-table .label{font-size:13px}.info-table .value{font-size:14px}.hebrew-text{font-size:16px}.info-panel-content p{font-size:14px}}.tarot-image-container{margin-top:20px;display:flex;justify-content:flex-start}.tarot-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000004d}
