.longfellow-container{position:absolute;top:20px;right:20px;z-index:10;display:flex;align-items:flex-start;gap:10px}.longfellow-avatar{width:80px;height:80px;object-fit:contain}.node title{transition-delay:0s!important;opacity:1}@media (max-width:767px){.longfellow-container{top:3px;right:5px;gap:5px}.longfellow-avatar{width:40px;height:40px}}body{font-family:Arial,sans-serif;margin:0;padding:0;overflow:hidden}#canvas,body{height:100vh;width:100vw;position:fixed}#canvas{background-color:#f8f9fa;cursor:-webkit-grab;cursor:grab;top:0;left:0;pointer-events:none}#canvas:active{cursor:-webkit-grabbing;cursor:grabbing}#canvas svg{width:100%;height:100%;opacity:0;display:block;pointer-events:auto}#canvas svg *{pointer-events:inherit}.node{cursor:pointer}.node[data-type=user] text{text-anchor:middle;dominant-baseline:central;fill:#fff;font-size:42px;font-weight:200;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.node[data-type=contribution] path{transform:translate(0)}@keyframes pulse-glow{0%{stroke-width:4;stroke-opacity:1}50%{stroke-width:15;stroke-opacity:.6}to{stroke-width:4;stroke-opacity:1}}.node[data-type=user].active-user circle{stroke:#00d5ff;animation:pulse-glow 2s ease-in-out infinite}.link,.node{transition:opacity .3s ease-in-out}#team-header{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:10;font-size:40px;color:#333;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.1);padding:2px 4px;border-radius:8px;transition:all .2s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}@media (max-width:768px){#team-header{display:none}}#project-list-container{position:fixed;bottom:0;left:0;right:0;height:190px;padding:0 20px;pointer-events:none;display:flex;align-items:center;gap:1px;border-top:1px solid rgba(0,0,0,.1)}.project-list-title{position:fixed;bottom:186px;left:46px;z-index:10;font-size:26px;font-weight:600;color:#333;text-align:left;text-shadow:0 2px 4px rgba(0,0,0,.1);padding:2px 4px;border-radius:8px;backdrop-filter:blur(5px);transition:all .2s ease;-webkit-backdrop-filter:blur(5px)}#project-list{display:flex;overflow-x:auto;height:155px;pointer-events:auto}#project-list::-webkit-scrollbar{height:10px;display:block}#project-list::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:4px}#project-list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:4px}#project-list::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.create-project-button,.scroll-button{width:35px;height:35px;border-radius:50%;border:none;background:hsla(0,0%,100%,.7);color:#666;font-size:24px;line-height:0;margin:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.1);pointer-events:auto;text-align:center;min-width:35px;min-height:35px;max-width:35px;max-height:35px;overflow:hidden}.scroll-button{padding:0 0 3px}.create-project-button:hover,.scroll-button:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.15)}.create-project-button:active,.scroll-button:active{transform:scale(.95)}.scroll-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.scroll-button:disabled:hover{background:hsla(0,0%,100%,.7);transform:none;box-shadow:0 2px 8px rgba(0,0,0,.1)}.create-project-button{position:fixed;bottom:135px;right:20px}.project-card{background:hsla(0,0%,100%,.92);border-radius:12px;padding:0;width:320px;min-width:320px;height:128px;min-height:128px;position:relative;display:flex;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:all .2s ease;cursor:pointer;margin:0 7.5px;overflow:hidden}.project-card:before{content:"";position:absolute;top:-15px;bottom:-15px;left:-7.5px;right:-7.5px;z-index:1}.project-card .buzz-button,.project-card .card-content{position:relative;z-index:2}.project-card:hover{background:hsla(0,0%,100%,.95);transform:translateY(-2px)}.project-card .card-content{flex-grow:1;padding:15px;display:flex;flex-direction:column;gap:8px;overflow:hidden}.project-card h3{margin:0;font-size:18px;font-weight:600;color:#333;display:flex;justify-content:space-between;align-items:center;gap:10px;min-width:0}.project-card h3 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1;min-width:0}.project-card .buzz-amount-container{display:flex;align-items:center;gap:4px;white-space:nowrap;flex-shrink:0}.project-card .buzz-amount{font-size:16px;color:#666}.project-card .buzz-currency-icon-small{width:16px;height:16px;flex-shrink:0}.project-card p{margin:0;font-size:16px;color:#666;flex-grow:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.project-card .buzz-button{border:none;color:#666;font-size:24px;cursor:pointer;transition:all .2s ease;min-width:40px;max-width:40px;display:flex;align-items:center;justify-content:center;padding:0}.project-card .buzz-button.decrease{border-radius:12px 0 0 12px;border-right:1px solid rgba(0,0,0,.1);background:rgba(239,68,68,.1)}.project-card .buzz-button.increase{border-radius:0 12px 12px 0;border-left:1px solid rgba(0,0,0,.1);background:rgba(34,197,94,.1)}.project-card .buzz-button:hover{color:#333}.project-card .buzz-button.decrease:hover{background:rgba(239,68,68,.2)}.project-card .buzz-button.increase:hover{background:rgba(34,197,94,.2)}.project-card .buzz-button.disabled{cursor:not-allowed}.project-card .buzz-button.disabled,.project-card .buzz-button.disabled:hover{background:rgba(0,0,0,.05);color:#999}.project-card .buzz-value{font-size:18px;font-weight:600;color:#333;text-align:center}.project-card .buzz-value.increase{color:#22c55e}.project-card .buzz-value.decrease{color:#ef4444}.project-card .current-value{display:none}.project-card .buzz-amount{font-size:14px;color:#df8200}.buzz-amount-container{display:flex;align-items:flex-start;position:relative}.buzz-currency-icon-small{width:16px;height:16px;object-fit:contain;margin-left:-2px;margin-top:-2px}.buzz-value-container{display:flex;align-items:center;justify-content:center}.project-card-wrapper{padding:10px;margin:-10px;position:relative;z-index:1}.honey-container{height:100%;pointer-events:none;z-index:1}.honey-container,.honey-fill{position:absolute;bottom:0;left:0;width:100%}.honey-fill{height:0;background:rgba(255,165,0,.15);transition:height .5s cubic-bezier(.4,0,.2,1)}.honey-fill.filling:before{content:"";position:absolute;width:16px;height:16px;background:rgba(255,165,0,.2);border-radius:50%;transform-origin:center bottom;opacity:0;left:50%;margin-left:-8px;animation:drip .5s cubic-bezier(.45,0,.85,1) forwards}@keyframes drip{0%{top:-80px;transform:scale(.6);opacity:0}90%{top:-10px;opacity:1;transform:scale(1)}to{top:-2px;transform:scale(0);opacity:0}}.honey-fill.filling:after{content:"";position:absolute;top:-2px;left:0;width:100%;height:10px;background:rgba(255,165,0,.2);border-radius:50%;opacity:0;transform-origin:center center;animation:ripple 1s ease-out;animation-delay:.4s}@keyframes ripple{0%{transform:scaleX(.3) scaleY(1);opacity:0}40%{transform:scaleX(1.2) scaleY(.8);opacity:.8}to{transform:scaleX(1) scaleY(1);opacity:0}}@keyframes highlight-header{0%{text-shadow:none;transform:scale(1);filter:none}15%{text-shadow:0 0 20px #00d5ff,0 0 30px #00d5ff;transform:scale(1.2);filter:brightness(1.3)}85%{text-shadow:0 0 20px #00d5ff,0 0 30px #00d5ff;transform:scale(1.2);filter:brightness(1.3)}to{text-shadow:none;transform:scale(1);filter:none}}.highlight-attention{animation:highlight-header 1s ease-in-out}@media (max-width:767px){#project-list-container{height:144px}#project-list{height:120px}.project-list-title{bottom:140px;left:20px;font-size:24px}.project-card{width:250px;height:100px;min-width:250px;min-height:100px;margin-right:6px}.project-card .card-content{padding:6px}.project-card .card-content p{font-size:14px}.project-card h3{font-size:16px;margin-bottom:2px}.project-card .buzz-amount{font-size:15px}.project-card .buzz-button{width:32px;font-size:14px}.create-project-button,.scroll-button{width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;font-size:16px}.create-project-button{bottom:100px}}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative}.modal-content h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem}.modal-content input,.modal-content textarea{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.modal-content textarea{min-height:100px;resize:vertical}.modal button{padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s ease}.modal button:disabled{opacity:.5;cursor:not-allowed}.primary-button,.submit-button{background:#4caf50;color:#fff;border:none}.primary-button:hover:not(:disabled),.submit-button:hover:not(:disabled){background:#45a049}.cancel-button,.secondary-button{background:#f5f5f5;color:#666;border:1px solid #ddd}.cancel-button:hover:not(:disabled),.secondary-button:hover:not(:disabled){background:#e9e9e9}.danger-button:hover:not(:disabled){background:#c82333}.form-actions,.modal-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.project-info{display:flex;flex-direction:column;gap:1.5rem;position:relative}.project-info p{font-size:1.1em;line-height:1.5;color:#333}.stats-container{display:flex;gap:24px;margin:0;background:#f8f9fa;padding:20px;border-radius:12px;box-shadow:inset 0 2px 4px rgba(0,0,0,.05)}.buzz-stats{flex:1 1;gap:16px;padding-right:24px;border-right:1px solid rgba(0,0,0,.1)}.buzz-stat,.buzz-stats{display:flex;flex-direction:column}.buzz-stat{gap:4px}.buzz-label{font-size:.9em;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.buzz-value{font-size:1.4em;font-weight:600;color:#df8200}.contributors-stats{flex:2 1;max-height:160px;overflow:hidden}.contributors-table-container{max-height:100%;overflow-y:auto;padding:0 4px}.contributors-table{width:100%;border-collapse:separate;border-spacing:0 4px;font-size:.95em}.contributors-table th{text-align:left;padding:8px 16px;color:#666;font-weight:600;font-size:.9em;text-transform:uppercase;letter-spacing:.5px;position:-webkit-sticky;position:sticky;top:0;background:#f8f9fa;border-bottom:1px solid rgba(0,0,0,.1)}.contributors-table td{padding:8px 16px;color:#2c3e50;background:#fff}.contributors-table tr:hover td{background:#f1f3f5}.contributors-table td:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px;font-weight:500}.contributors-table td:last-child{text-align:right;border-top-right-radius:6px;border-bottom-right-radius:6px;font-weight:600;color:#df8200}.contributors-table-container::-webkit-scrollbar{width:8px}.contributors-table-container::-webkit-scrollbar-track{background:transparent}.contributors-table-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.contributors-table-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.contribution-input{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.contribution-input label{font-weight:600;color:#333;font-size:1.1em}.number-input-container{display:flex;gap:8px}.number-input-container input{flex:1 1;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:1.1em;text-align:center;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.number-input-container input::-webkit-inner-spin-button,.number-input-container input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.number-button{padding:0;height:48px;width:48px;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-size:1.5em;line-height:1;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.number-button:hover:not(:disabled){background:#f8f9fa;border-color:#cbd5e1}.number-button:active:not(:disabled){background:#e2e8f0}.number-button:disabled{opacity:.5;cursor:not-allowed}.number-button:focus,.number-input-container input:focus{outline:none;border-color:#df8200}@media (max-width:768px){.number-button{width:48px;height:48px;font-size:1.8em}.number-input-container input{font-size:1.2em;padding:14px}}.user-info{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.user-info img{border-radius:50%;border:2px solid #4caf50}.create-project-modal-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.create-project-modal{background-color:#fff;border-radius:8px;padding:24px;width:90%;max-width:500px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.create-project-modal h2{margin:0 0 20px;color:#333;font-size:24px}.create-project-modal .form-group{margin-bottom:16px}.create-project-modal label{display:block;margin-bottom:8px;color:#555;font-weight:500}.create-project-modal input,.create-project-modal textarea{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .3s ease}.create-project-modal textarea{min-height:100px;resize:vertical}.create-project-modal input:focus,.create-project-modal textarea:focus{border-color:#27ae60;outline:none}.create-project-modal .modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.create-project-modal button{padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer;transition:all .3s ease}.create-project-modal .cancel-button{background-color:#f5f5f5;border:1px solid #ddd;color:#666}.create-project-modal .create-button{background-color:#2ecc71;border:none;color:#fff}.create-project-modal .cancel-button:hover{background-color:#eee}.create-project-modal .create-button:hover{background-color:#27ae60}.auth-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#f5f5f5;display:flex;justify-content:center;align-items:center}.auth-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.auth-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;text-align:center}.auth-logo img{width:100px;height:auto;margin-bottom:1rem}.auth-logo h1{font-size:2rem;color:#333;margin:0}.auth-logo p{color:#666;margin:.5rem 0 0;font-size:1.125rem}.auth-form h1,.auth-form h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem}.auth-form .form-group{margin-bottom:1rem}.auth-form label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.auth-form input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;margin-bottom:.25rem}.auth-form input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px rgba(76,175,80,.2)}.auth-form .error{color:#dc3545;font-size:.875rem;margin-top:.25rem}.auth-form .success{color:#28a745;font-size:.875rem;margin-top:.25rem}.auth-form .message{padding:.75rem;margin-bottom:1rem;border-radius:6px}.auth-form .error-message{background-color:#fef2f2;border:1px solid #fee2e2;color:#dc3545}.auth-form .success-message{background-color:#f0fdf4;border:1px solid #dcfce7;color:#28a745}.auth-form .buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.auth-form button{padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s ease}.auth-form button:disabled{opacity:.7;cursor:not-allowed}.auth-form .primary-button{background:#4caf50;color:#fff;border:none}.auth-form .primary-button:hover:not(:disabled){background:#45a049}.auth-form .secondary-button{background:#f5f5f5;color:#666;border:1px solid #ddd}.auth-form .secondary-button:hover:not(:disabled){background:#e9e9e9}.project-leads{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8f9fa;border-radius:12px}.leads-label{font-weight:600;color:#666;font-size:.9em;text-transform:uppercase;letter-spacing:.5px}.lead-avatar,.leads-avatars{display:flex;align-items:center}.lead-avatar{width:32px;height:32px;border-radius:50%;justify-content:center;color:#fff;background-color:#df8200;font-weight:600;font-size:.9em;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:default;transition:transform .2s,box-shadow .2s;position:relative;z-index:1}.lead-avatar:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.15);z-index:2}.leads-container{display:flex;align-items:center;gap:12px}.leads-names{color:#2c3e50;font-size:.95em}.leads-names span{white-space:nowrap}.edit-button{position:absolute;top:-56px;right:0;background:none;border:none;cursor:pointer;font-size:1.2em;padding:8px;opacity:.7;transition:opacity .2s,transform .2s}.edit-button:hover{opacity:1;transform:scale(1.1)}.project-form{gap:16px;padding:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#2c3e50}.form-group input[type=number],.form-group input[type=text],.form-group textarea{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.95em;transition:border-color .2s}.form-group input[type=number]:focus,.form-group input[type=text]:focus,.form-group textarea:focus{border-color:#df8200;outline:none}.form-group textarea{min-height:100px;resize:vertical}.leads-selector{flex-direction:column;max-height:200px;overflow-y:auto;background:#f8f9fa;border-radius:8px}.lead-option,.leads-selector{display:flex;gap:8px;padding:8px}.lead-option{align-items:center;border-radius:4px;cursor:pointer;transition:background-color .2s}.lead-option:hover{background:#edf2f7}.lead-option input[type=checkbox]{width:16px;height:16px;border:2px solid #e2e8f0;border-radius:4px;cursor:pointer}.lead-option input[type=checkbox]:checked{background-color:#df8200;border-color:#df8200}.lead-option input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.lead-option span{font-size:1em;color:#2c3e50}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.form-actions-left{flex:1 1}.form-actions-right{display:flex;gap:1rem;justify-content:flex-end}.form-actions button{padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:opacity .2s}.form-actions button:disabled{opacity:.5;cursor:not-allowed}.form-actions .primary-button{background:#df8200;color:#fff;border:none}.form-actions .secondary-button{background:none;border:1px solid #e2e8f0;color:#2c3e50}.modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.95);display:flex;justify-content:center;align-items:center;border-radius:12px;z-index:10}.confirmation-dialog{text-align:center;padding:2rem;width:100%}.confirmation-dialog h3{margin:0 0 1rem;color:#333;font-size:1.25rem}.confirmation-dialog p{margin:0 0 1.5rem;color:#666;font-size:1rem;line-height:1.5}.dialog-actions{display:flex;gap:1rem;justify-content:center}.dialog-actions button{padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s ease}.danger-button{background:#dc3545;color:#fff;border:none}.danger-button:hover{background:#c82333}@media (max-width:767px){.modal-content{padding-bottom:70px}.modal-buttons{margin-bottom:50px}}#user-zone-container{position:absolute;top:72px;left:20px;z-index:10;width:280px;padding:20px}.user-zone-card{background:hsla(0,0%,100%,.7);border-radius:8px;padding:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.user-name{font-size:18px;font-weight:600;color:#333;margin-bottom:12px;text-align:center}.user-zone-card h3{font-weight:400;margin:0;display:flex;justify-content:space-between;align-items:center}.user-zone-card:last-child{margin-bottom:0}.profile-grid{display:grid;grid-template-columns:70px 1fr 70px;height:120px;grid-gap:15px;gap:15px}.you-have{font-size:16px;text-align:right;color:#666;align-self:start;padding-top:10px}.buzz-container{position:relative;display:flex;justify-content:flex-start;align-self:center;margin-left:-5px}.total-buzz{font-size:120px;font-weight:700;color:#df8200;line-height:1}.buzz-currency-icon{position:absolute;top:10px;right:-28px;max-width:50px;max-height:50px;object-fit:contain}.to-spend{font-size:16px;color:#666;align-self:end;padding-bottom:10px}.project-list{list-style:none;padding:0;margin:0}.project-list li{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.1)}.project-list li:last-child{border-bottom:none;padding-bottom:0}.project-list h3{margin:0;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;color:#333}.project-list .buzz-amount{color:#df8200;font-size:14px;font-weight:700}.project-list .completion-date{margin:4px 0 0;font-size:12px;color:#666}.projects-header{display:flex;align-items:center;gap:5px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:5px}.projects-header h4{margin:0;font-size:14px;font-weight:700;color:#333}.projects-header:hover{opacity:.8}.projects-toggle{color:#666;font-size:12px;transition:transform .2s ease;display:inline-block;font-weight:300}.projects-toggle.open{transform:rotate(-180deg)}.projects-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.projects-content.open{max-height:500px}.past-projects-header{display:flex;align-items:center;gap:5px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.past-projects-header h4{margin:0;font-size:14px;font-weight:700;color:#333}.past-projects-header:hover{opacity:.8}.past-projects-toggle{color:#666;font-size:12px;transition:transform .2s ease;display:inline-block;font-weight:300}.past-projects-toggle.open{transform:rotate(-180deg)}.past-projects-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out;margin-top:10px}.past-projects-content.open{max-height:500px}.buzz-warning{grid-column:1/-1;text-align:center;color:red;font-weight:700;font-size:13px;margin-top:8px;width:100%}@keyframes float1{0%,to{transform:translate(0)}25%{transform:translate(2px,-2px)}50%{transform:translate(-1px,2px)}75%{transform:translate(1px,-1px)}}@keyframes float2{0%,to{transform:translate(0)}25%{transform:translate(-2px,1px)}50%{transform:translate(2px,-2px)}75%{transform:translate(-1px,-1px)}}@keyframes float3{0%,to{transform:translate(0)}25%{transform:translate(1px,2px)}50%{transform:translate(-2px,-1px)}75%{transform:translate(2px,1px)}}.user-profile:hover .you-have{animation:float1 2s ease-in-out infinite}.user-profile:hover .total-buzz{animation:float2 2.3s ease-in-out infinite}.user-profile:hover .buzz-currency-icon{animation:float3 1.8s ease-in-out infinite}.user-profile:hover .to-spend{animation:float2 2.1s ease-in-out infinite}@media (max-width:767px){#user-zone-container{position:fixed;top:46px;left:0;right:0;width:130px;padding:5px 10px}.user-zone-card{padding:8px;margin-bottom:5px}.profile-grid{height:60px;grid-template-columns:35px 1fr 35px;gap:10px}.you-have{font-size:12px;padding-top:5px}.total-buzz{font-size:60px}.buzz-currency-icon{top:5px;right:-15px;max-width:20px;max-height:20px}.to-spend{font-size:12px;padding-bottom:5px}.user-name{font-size:16px;margin-bottom:8px}.buzz-warning{font-size:11px}}#search-bar-container{position:absolute;top:30px;left:40px;z-index:10}#user-search-input{font-size:16px;width:320px;padding:10px;border:none;border-bottom:2px solid #ccc;border-radius:0;color:#333;outline:none;transition:border-color .2s ease;background:hsla(0,0%,100%,.7);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}#user-search-input::placeholder{color:#999}#user-search-input:focus{border-bottom-color:#666}@media (max-width:767px){#search-bar-container{position:fixed;top:0;left:0;right:0;padding:5px 10px}#user-search-input{width:100%;font-size:13px;margin-bottom:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.project-form{gap:1.5rem}.form-input,.project-form{display:flex;flex-direction:column}.form-input{gap:.5rem}.form-input label{font-weight:500;color:#333}.form-input input,.form-input textarea{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;width:100%}.form-input textarea{min-height:100px;resize:vertical}.form-input input:focus,.form-input textarea:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px rgba(76,175,80,.1)}.d3-tooltip{position:absolute;visibility:hidden;opacity:0;background:#fff;padding:5px 10px;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);font-size:14px;pointer-events:none;z-index:100;white-space:pre-line;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.4;transition:opacity .15s ease-out;will-change:opacity}.d3-tooltip.visible{visibility:visible;opacity:1;transition:opacity .15s ease-in}.zoom-controls-container{position:fixed;top:98px;right:43px;z-index:9;pointer-events:none}.zoom-controls,.zoom-controls-container{display:flex;flex-direction:column;align-items:center;gap:8px}.zoom-controls{pointer-events:all}.zoom-pill{display:flex;flex-direction:column;background:hsla(0,0%,100%,.7);border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;transition:all .2s ease}.zoom-button{width:35px;height:35px;border:none;background:transparent;color:#666;font-size:20px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.zoom-button:hover{background:#fff}.zoom-button:active{transform:scale(.95)}.zoom-divider{height:1px;background:rgba(0,0,0,.1);margin:0}.zoom-reset{width:35px;height:35px;border-radius:50%;border:none;background:hsla(0,0%,100%,.7);color:#666;font-size:18px;line-height:0;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;padding-bottom:4px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.zoom-reset:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.15)}.zoom-reset:active{transform:scale(.95)}@media (max-width:767px){.zoom-controls-container{top:50px;right:11px}.zoom-button{width:28px;height:28px;font-size:16px}.zoom-reset{width:28px;height:28px;font-size:15px}}