.login-page{min-height:100vh;position:relative}.fixed-bg{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden;background:#f8f9fa}.bg-symbol{position:absolute;font-size:32px;opacity:.25;z-index:1}.fixed-bg .bg-symbol:nth-child(1){top:15%;left:10%}.fixed-bg .bg-symbol:nth-child(2){top:70%;left:80%}.fixed-bg .bg-symbol:nth-child(3){top:25%;left:75%}.fixed-bg .bg-symbol:nth-child(4){top:60%;left:15%}.fixed-bg .bg-symbol:nth-child(5){top:45%;left:50%}.fixed-bg .bg-symbol:nth-child(6){top:80%;left:65%}.fixed-bg .bg-symbol:nth-child(7){top:35%;left:25%}.fixed-bg .bg-symbol:nth-child(8){top:55%;left:85%}.container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 24px 200px;position:relative;z-index:10}.container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#000,#000 33.33%,#d00 33.33%,#d00 66.66%,#ffce00 66.66%,#ffce00)}.content{width:100%;max-width:440px;text-align:center}.title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:16px;color:var(--text-primary)}.title-prefix{color:var(--text-primary)}.typing-text{color:var(--germany-red)}.subtitle{font-size:20px;color:var(--text-secondary);margin-bottom:24px;font-weight:500}.description{font-size:16px;color:var(--text-secondary);line-height:1.6;margin-bottom:32px}.actions{display:flex;flex-direction:column;gap:12px}.login-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;border:2px solid var(--border-color);border-radius:8px;background:var(--bg-white);font-size:16px;font-weight:600;color:var(--text-primary);cursor:pointer;transition:all .2s;font-family:inherit}.login-btn:hover{border-color:var(--germany-red);background:#fff5f5;transform:translateY(-1px);box-shadow:0 4px 12px #dd00001a}.login-btn:active{transform:translateY(0)}.login-btn:focus{outline:2px solid var(--germany-red);outline-offset:2px}.btn-icon{flex-shrink:0}.login-btn.linkedin:hover{border-color:#0a66c2;background:#f0f7ff;box-shadow:0 4px 12px #0a66c21a}.footer{position:fixed;bottom:0;left:0;right:0;text-align:center;padding:20px 16px;z-index:10;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.footer .logo{margin-bottom:12px}.logo-text{font-size:24px;font-weight:700;letter-spacing:-.5px}.footer-text{font-size:14px;color:var(--text-secondary);margin:0}.heart{color:#d00;animation:heartbeat 1.5s ease-in-out infinite;display:inline-block}.india-flag{display:inline-block;font-size:1.2em;margin:0 4px;animation:flagWave 2s ease-in-out infinite}.rocket{display:inline-block;font-size:1.2em;margin-left:4px;animation:rocketFly 2s ease-in-out infinite}@keyframes rocketFly{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(15deg)}}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes flagWave{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}.confirm-modal{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:400px;width:100%;overflow:hidden;animation:slideUp .2s ease}.confirm-modal-content{padding:24px}.confirm-modal-title{font-size:20px;font-weight:600;color:var(--text-primary);margin:0 0 12px}.confirm-modal-message{font-size:16px;color:var(--text-secondary);margin:0;line-height:1.5}.confirm-modal-actions{display:flex;gap:12px;padding:16px 24px;border-top:1px solid #e4e6eb;background:#f9fafb}.confirm-modal-btn{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.confirm-modal-btn.cancel{background:#fff;color:var(--text-primary);border:1px solid #e4e6eb}.confirm-modal-btn.cancel:hover{background:#f5f6f6;border-color:#d1d5db}.confirm-modal-btn.confirm{background:#dc3545;color:#fff}.confirm-modal-btn.confirm:hover{background:#c82333}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.confirm-modal-overlay{padding:16px}.confirm-modal{max-width:100%}.confirm-modal-content{padding:20px}.confirm-modal-title{font-size:18px}.confirm-modal-message{font-size:15px}.confirm-modal-actions{flex-direction:column-reverse;gap:8px;padding:16px 20px}.confirm-modal-btn{width:100%}}.request-social-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.request-social-modal{background:#fff;border-radius:12px;width:100%;max-width:400px;box-shadow:0 4px 20px #0003;animation:modalSlideIn .3s ease-out;position:relative}.request-social-modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#667781;transition:color .2s}.request-social-modal-close:hover{color:#111b21}.request-social-modal-header{padding:24px 24px 20px;text-align:center;border-bottom:1px solid #e4e6eb}.request-social-emoji{font-size:48px;display:block}.request-social-modal-content{padding:24px}.request-social-text{margin:0 0 12px;font-size:16px;color:#111b21;text-align:center;line-height:1.5}.request-social-text:last-of-type{margin-bottom:24px}.request-social-modal-actions{display:flex;gap:12px}.request-social-cancel-btn,.request-social-submit-btn{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.request-social-cancel-btn{background:#f0f2f5;color:#111b21}.request-social-cancel-btn:hover{background:#e4e6eb}.request-social-submit-btn{background:#25d366;color:#fff}.request-social-submit-btn:hover:not(:disabled){background:#20ba5a}.request-social-submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.request-social-modal{max-width:100%;margin:0;border-radius:0}.request-social-modal-overlay{padding:0}.request-social-modal-header,.request-social-modal-content{padding:20px}}.chat-main{flex:1;display:flex;flex-direction:column;background:#f0f2f5;overflow:hidden}.rate-limit-error{background:#fee;color:#c33;padding:12px 20px;margin:0;border-bottom:1px solid #e4e6eb;font-size:14px;text-align:center;animation:slideDown .3s ease-out}.chat-header-bar{background:#fff;border-bottom:1px solid #e4e6eb;padding:14px 20px;display:flex;align-items:center;position:sticky;top:0;z-index:50}.channel-header{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}.dm-header-left{display:flex;align-items:center;gap:12px;flex:1}.dm-header-info{display:flex;flex-direction:column;gap:2px}.dm-user-locations{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dm-user-location{font-size:12px;color:#667781;font-weight:400;display:inline-flex;align-items:center}.dm-user-location svg{color:#667781}.dm-user-germany-city{font-size:12px;color:#667781;font-weight:400;display:inline-flex;align-items:center}.dm-header-social{display:flex;align-items:center;gap:12px}.dm-header-social .social-link{display:flex;align-items:center;justify-content:center;padding:6px;border-radius:6px;transition:background-color .2s;color:#667781;text-decoration:none;background:transparent;border:none;cursor:pointer}.dm-header-social .social-link:hover:not(.disabled){background:#f5f6f6}.dm-header-social .social-link.disabled{opacity:.6;cursor:pointer}.dm-header-social .social-link.disabled:hover{background:#f5f6f6}.dm-header-social .social-icon{width:20px;height:20px;object-fit:contain}.dm-header-avatar{width:32px;height:32px;border-radius:50%;background:#e4e6eb;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;overflow:hidden}.dm-header-avatar img{width:100%;height:100%;object-fit:cover}.dm-header-avatar .avatar-fallback{font-size:14px;font-weight:600;color:#667781}.channel-header .channel-hash{color:#666;font-weight:600;margin-right:4px}.channel-title{font-size:16px;font-weight:600;color:var(--text-primary);text-transform:capitalize}.messages-container{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.empty-state{display:flex;justify-content:center;align-items:center;height:100%;color:var(--text-secondary)}.message{display:flex;flex-direction:row;max-width:65%;animation:fadeIn .2s ease-in;gap:8px;margin-bottom:4px}.message.current-user{flex-direction:row-reverse;align-self:flex-end}.message.received{align-self:flex-start}.message-avatar{width:36px;height:36px;border-radius:50%;background:#e4e6eb;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;overflow:hidden}.message-avatar img{width:100%;height:100%;object-fit:cover}.message-avatar .avatar-fallback{font-size:14px;font-weight:600;color:#667781}.message-avatar .admin-avatar{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.message-avatar .admin-avatar svg{width:20px;height:20px}.message-wrapper{display:flex;flex-direction:column;flex:1}.message-header{margin-bottom:4px}.message-author{font-size:13px;font-weight:600;color:#667781;margin-left:4px}.message-content{padding:8px 12px;border-radius:8px;word-wrap:break-word;line-height:1.4}.message.current-user .message-content{background:#dcf8c6;border-bottom-right-radius:2px}.message.received .message-content{background:#fff;border-bottom-left-radius:2px;box-shadow:0 1px 2px #0000001a}.message-content p{margin:0;font-size:14px;color:#111b21;line-height:1.5}.message-link{color:#0084ff;text-decoration:none;word-break:break-all;cursor:pointer;transition:color .2s,text-decoration .2s}.message-link:hover{color:#06c;text-decoration:underline}.message-link:active{color:#0052a3}.message-phone{color:#25d366}.message-phone:hover{color:#20ba5a;text-decoration:underline}.message-footer{display:flex;align-items:center;gap:8px;margin-top:4px}.message-time{font-size:11px;color:#667781;padding:0 4px}.message.current-user .message-time{align-self:flex-end}.message.received .message-time{align-self:flex-start;margin-left:4px}.message-delete-btn{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#667781;opacity:0;transition:opacity .2s,color .2s;border-radius:4px}.message:hover .message-delete-btn{opacity:1}.message-delete-btn:hover{color:#dc3545;background:#dc35451a}.chat-input-container{background:#fff;border-top:1px solid #e4e6eb;padding:12px 20px;position:sticky;bottom:0;touch-action:manipulation;-webkit-user-select:none;user-select:none}.chat-input-wrapper{display:flex;gap:8px;align-items:center;touch-action:manipulation}.chat-input{flex:1;padding:10px 16px;border:1px solid #e4e6eb;border-radius:24px;font-size:16px;font-family:inherit;outline:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;transform:scale(1);transition:transform .1s}.chat-input:focus{border-color:#25d366;transform:scale(1)}.chat-input:active{transform:scale(1)}.send-button{background:#25d366;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background-color .2s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.send-button:hover{background:#20ba5a}@media (max-width: 768px){.chat-input{font-size:16px!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.chat-page-embed{display:flex;flex:1;min-height:0;height:100%;overflow:hidden;background:#f0f2f5}.chat-page-embed .chat-main{flex:1;min-height:0}.chat-page-embed--loading{align-items:center;justify-content:center;padding:2rem;color:#65676b}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.members-map-container{width:100%;height:450px;border-radius:12px;overflow:hidden;background:#f5f6f6;margin-bottom:16px;position:relative}@media (max-width: 768px){.members-map-container{height:260px;margin-bottom:12px}}.members-map{width:100%;height:100%;border-radius:12px}.members-map .leaflet-container{font-family:inherit}.leaflet-custom-marker{background:transparent!important;border:none!important}.leaflet-city-marker{display:inline-flex;align-items:flex-start;gap:6px;white-space:nowrap;cursor:pointer;padding:2px 4px;border-radius:6px;transition:background-color .2s,transform .2s}.leaflet-city-marker:hover{background:#ffffffe6;transform:scale(1.05);box-shadow:0 2px 8px #00000026}.leaflet-city-marker.selected{background:#667eea33;box-shadow:0 2px 8px #667eea66}.leaflet-city-name{font-size:15px;font-weight:600;color:#111b21}.leaflet-city-badge{font-size:10px;font-weight:700;color:#fff;background:#667eea;padding:2px 6px;border-radius:10px;flex-shrink:0}.leaflet-popup-content-wrapper{border-radius:8px}.leaflet-popup-content{margin:10px 14px;font-size:14px}.members-page{display:flex;flex-direction:column;height:100vh;background:#f0f2f5}.rate-limit-error{background:#fee;color:#c33;padding:12px 20px;margin:16px 20px;border-radius:8px;font-size:14px;text-align:center;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.members-header{background:#fff;border-bottom:1px solid #e4e6eb;padding:12px 20px 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.members-header-content{display:flex;align-items:center;gap:16px;max-width:1200px;margin:0 auto}.sidebar-backdrop{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1001}.sidebar-backdrop.backdrop-visible{display:block}@media (max-width: 768px){.hamburger-menu{display:flex!important}.header-logo .logo-text{display:none}.sidebar-backdrop{display:block;opacity:0;pointer-events:none;transition:opacity .3s}.sidebar-backdrop.backdrop-visible{opacity:1;pointer-events:all}}.back-button{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#667781;transition:background-color .2s}.back-button:hover{background:#f5f6f6}.members-header-content h1{font-size:20px;font-weight:600;color:var(--text-primary);margin:0;flex:1}.members-count-badge{background:#e8f5e9;color:#25d366;padding:6px 12px;border-radius:16px;font-size:14px;font-weight:600}.members-content-wrapper{width:100%;height:100%}.members-main{flex:1;overflow-y:auto;padding:20px;max-width:1200px;width:100%;margin:0 auto}.members-search-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.members-search-row .members-search-container{flex:1;margin-bottom:0;min-width:0}.members-view-toggle{display:flex;gap:6px;flex-shrink:0}.members-view-btn{padding:10px;border:1px solid #e4e6eb;background:#fff;border-radius:8px;color:#667781;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s;display:flex;align-items:center;justify-content:center}.members-view-btn:hover{background:#f5f6f6;color:#111b21}.members-view-btn.active{background:#667eea;border-color:#667eea;color:#fff}.members-filter-empty{min-height:120px;padding:24px 16px}.members-map-filter-hint{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:14px;color:#111b21;font-weight:500}.members-map-clear-filter{padding:4px 12px;border:1px solid #e4e6eb;background:#fff;border-radius:6px;font-size:13px;color:#667781;cursor:pointer;transition:background-color .2s,color .2s}.members-map-clear-filter:hover{background:#f5f6f6;color:#111b21}.members-search-container{margin-bottom:20px}.members-search-wrapper{position:relative;display:flex;align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px 16px;box-shadow:0 1px 2px #0000000d;transition:border-color .2s,box-shadow .2s}.members-search-wrapper:focus-within{border-color:#1877f2;box-shadow:0 2px 4px #1877f21a}.search-icon{color:#667781;flex-shrink:0;margin-right:12px}.members-search-input{flex:1;border:none;outline:none;font-size:15px;color:#111b21;background:transparent}.members-search-input::placeholder{color:#667781}.search-clear-button{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#667781;border-radius:4px;transition:background-color .2s;flex-shrink:0;margin-left:8px}.search-clear-button:hover{background:#f5f6f6}.search-results-count{margin-top:8px;font-size:14px;color:#667781;font-weight:500}.loading-state,.empty-state{display:flex;justify-content:center;align-items:center;height:100%;color:var(--text-secondary)}.members-list{display:grid;gap:12px}.member-item{background:#fff;border-radius:12px;padding:16px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s;position:relative}.member-item:hover{box-shadow:0 2px 4px #0000001a}.member-item.clickable:hover{box-shadow:0 2px 8px #00000026;background:#f8f9fa}.member-item{position:relative}.member-avatar{width:56px;height:56px;border-radius:50%;background:#e4e6eb;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;overflow:hidden}.member-avatar img{width:100%;height:100%;object-fit:cover}.member-avatar .avatar-fallback{font-size:24px;font-weight:600;color:#667781}.member-avatar .admin-avatar{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.member-avatar .admin-avatar svg{width:20px;height:20px}.member-info{flex:1;display:flex;align-items:flex-start;min-width:0;margin-right:8px}.member-left{display:flex;flex-direction:column;gap:6px;align-items:flex-start;flex:1;min-width:0;width:100%}.member-name-row{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}.member-name{font-size:16px;font-weight:600;color:var(--text-primary)}.member-locations{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.member-location{color:#111b21;font-weight:500;font-size:13px;display:inline-flex;align-items:center;gap:4px}.member-location svg{color:#667781;flex-shrink:0}.member-germany-city{color:#111b21;font-weight:500;font-size:13px;display:inline-flex;align-items:center}.member-joined{color:#667781;font-size:11px;font-weight:400}.member-social-section{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.contact-details-label{font-size:12px;color:#667781;font-weight:500}.member-social-icons{display:flex;align-items:center;gap:6px}.member-social-link{display:flex;align-items:center;justify-content:center;padding:4px;border-radius:6px;transition:background-color .2s,opacity .2s;color:#667781;text-decoration:none;background:transparent;border:none;cursor:pointer}.member-social-link:hover:not(.disabled):not(:disabled){background:#f5f6f6}.member-social-link.disabled{cursor:pointer;opacity:.6}.member-social-link.disabled:hover{background:#f5f6f6}.member-social-link.disabled .social-icon{opacity:.6}.member-social-link .social-icon{width:16px;height:16px;object-fit:contain}.dm-button{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#667781;transition:all .2s;flex-shrink:0}.dm-button:hover{background:#f5f6f6;color:#25d366}.dm-button:active{transform:scale(.95)}@media (max-width: 768px){.members-main{padding:16px}.members-search-row{gap:8px;margin-bottom:12px}.members-search-wrapper{padding:10px 12px}.members-view-btn{padding:8px}.member-item{padding:12px}.member-avatar{width:48px;height:48px;font-size:20px}.member-name{font-size:15px}.member-info,.member-left{width:100%}.member-name-row{gap:2px}.member-locations{gap:8px}}.email-all-page{width:100%;min-height:100%;background:#f0f2f5}.email-all-main{max-width:1200px;margin:0 auto;padding:20px 20px 48px}.email-all-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;padding:8px 12px 8px 4px;border:none;background:transparent;color:#667781;font-size:15px;font-weight:500;cursor:pointer;border-radius:8px;transition:background-color .2s,color .2s}.email-all-back:hover{background:#e8eaed;color:#111b21}.email-all-form{background:#fff;border:1px solid #e4e6eb;border-radius:12px;padding:20px;box-shadow:0 1px 2px #0000000d;margin-bottom:32px}.email-all-form-error{background:#fee;color:#c33;padding:10px 12px;border-radius:8px;font-size:14px;margin-bottom:16px}.email-all-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.email-all-label-row+.email-all-input,.email-all-label-row+.email-all-textarea{margin-top:0}.email-all-label-row:not(:first-of-type){margin-top:16px}.email-all-label{display:block;font-size:14px;font-weight:600;color:#111b21;margin-bottom:0}.email-all-char-count{font-size:13px;color:#667781;flex-shrink:0}.email-all-char-count-over{color:#c33;font-weight:600}.email-all-input,.email-all-textarea{width:100%;box-sizing:border-box;border:1px solid #e0e0e0;border-radius:8px;padding:12px 14px;font-size:15px;color:#111b21;font-family:inherit;transition:border-color .2s,box-shadow .2s}.email-all-input:focus,.email-all-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.email-all-textarea{min-height:200px;resize:vertical;line-height:1.5}.email-all-pay-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;margin-top:20px;width:100%;padding:8px 14px;border:1px solid #1a1a1a;border-radius:8px;background:#ffce00;color:#000;cursor:pointer;box-shadow:0 2px 6px #0000001f;transition:filter .15s ease,box-shadow .15s ease,transform .15s ease}.email-all-pay-btn:hover{filter:brightness(1.04);box-shadow:0 3px 10px #0000002e}.email-all-pay-btn:active{transform:scale(.99)}.email-all-pay-btn:disabled{opacity:.65;cursor:wait;pointer-events:none}.email-all-pay-title{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:700;line-height:1.05;letter-spacing:-.02em;margin:0;padding:0;color:#000}.email-all-pay-send-icon{flex-shrink:0;color:#000}.email-all-pay-subtitle{font-size:13px;font-weight:600;line-height:1.15;color:#000;text-align:center}.email-all-stub-hint{margin:12px 0 0;font-size:14px;color:#667781;line-height:1.45;text-align:center}.email-all-info{background:#fff;border:1px solid #e4e6eb;border-radius:12px;padding:24px;box-shadow:0 1px 2px #0000000d}.email-all-info-heading{font-size:18px;font-weight:700;color:#111b21;margin:0 0 12px;line-height:1.35}.email-all-info-subheading{font-size:16px;font-weight:600;color:#111b21;margin:24px 0 10px;line-height:1.35}.email-all-info-subheading:first-of-type{margin-top:20px}.email-all-info-p{font-size:15px;color:#3b4a54;line-height:1.55;margin:0 0 8px}.email-all-info-list{margin:0;padding-left:20px;color:#3b4a54;font-size:15px;line-height:1.6}.email-all-info-list li{margin-bottom:6px}@media (max-width: 480px){.email-all-main{padding:16px 16px 40px}.email-all-form,.email-all-info{padding:16px}}.comment-item{margin-bottom:0;padding:8px 0;background:transparent;border-bottom:1px solid #f0f0f0}.comment-item:last-child{border-bottom:none}.comment-item-reply{margin-left:40px;padding-left:12px;border-left:2px solid #e0e0e0;background:transparent}.comment-item-header-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.comment-item-header{display:flex;align-items:center;gap:8px;flex:1}.comment-item-header-clickable{cursor:pointer!important;transition:background-color .2s;border-radius:6px;padding:4px;margin:-4px 0 4px -4px;-webkit-user-select:none;user-select:none}.comment-item-header-clickable:hover{background-color:#0079d314}.comment-item-header-clickable:active{background-color:#0079d326}.comment-item-clickable{color:#0079d3;transition:color .2s}.comment-item-header-clickable:hover .comment-item-clickable{color:#005ba1;text-decoration:underline}.comment-item-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.comment-item-author-info{display:flex;flex-direction:column;gap:2px}.comment-item-author-name{font-weight:600;font-size:13px;color:#333}.comment-item-time{font-size:11px;color:#999}.comment-item-body{margin-bottom:8px}.comment-item-content-wrapper{margin-bottom:6px}.comment-item-content{font-size:14px;line-height:1.5;color:#333;white-space:pre-wrap;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.5em;transition:max-height .3s ease}.comment-item-content-expanded{display:block;-webkit-line-clamp:unset;max-height:none;overflow:visible;white-space:pre-wrap}.comment-item-read-more{margin-top:4px;background:none;border:none;color:#0079d3;font-size:12px;font-weight:600;cursor:pointer;padding:0;text-align:left;transition:color .2s}.comment-item-read-more:hover{color:#005ba1;text-decoration:underline}.comment-item-content .parsed-link{color:#0079d3;text-decoration:none}.comment-item-content .parsed-link:hover{text-decoration:underline}.comment-item-content strong{font-weight:600}.comment-item-content em{font-style:italic}.comment-item-image{margin-top:8px}.comment-item-image-img{max-width:100%;max-height:300px;border-radius:4px;display:block;cursor:pointer}.comment-item-footer{display:flex;align-items:center}.comment-item-reply-btn{background:transparent;border:none;color:#0079d3;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s}.comment-item-reply-btn:hover{background:#e3f2fd}.comment-item-reply-form{margin-top:12px;margin-left:8px}.comment-item-replies{margin-top:12px}.comment-item-delete-btn{background:transparent;border:none;cursor:pointer;font-size:16px;padding:4px 8px;opacity:.6;transition:opacity .2s;flex-shrink:0}.comment-item-delete-btn:hover{opacity:1}.comment-item-delete-btn:disabled{opacity:.3;cursor:not-allowed}.comment-form{margin-bottom:16px}.comment-form-textarea{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;font-family:inherit;resize:vertical;outline:none;margin-bottom:8px}.comment-form-textarea:focus{border-color:#0079d3}.comment-form-image-preview{position:relative;margin-bottom:8px;display:inline-block}.comment-form-image-preview img{max-width:100%;max-height:300px;border-radius:4px;display:block}.comment-form .remove-image-btn{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center}.comment-form .remove-image-btn:hover{background:#000000e6}.comment-form-actions{display:flex;justify-content:space-between;align-items:center}.comment-form .image-upload-label{cursor:pointer;padding:6px 10px;border-radius:4px;background:#f5f5f5;color:#666;font-size:14px;transition:background .2s}.comment-form .image-upload-label:hover{background:#e0e0e0}.comment-form .image-upload-input{display:none}.comment-form-buttons{display:flex;gap:8px}.comment-form-cancel{padding:6px 16px;background:transparent;color:#666;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;cursor:pointer;transition:background .2s}.comment-form-cancel:hover{background:#f5f5f5}.comment-form-submit{padding:6px 16px;background:#0079d3;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.comment-form-submit:hover:not(:disabled){background:#005ba1}.comment-form-submit:disabled{opacity:.6;cursor:not-allowed}.comment-form-error{margin-top:8px;padding:8px;background:#fee;color:#c33;border-radius:4px;font-size:14px}.comment-form-compact{margin-bottom:0}.comment-form-compact-form{width:100%}.comment-form-compact-wrapper{display:flex;align-items:flex-end;gap:8px;width:100%}.comment-form-textarea-compact{flex:1;border:1px solid #e0e0e0;border-radius:20px;padding:10px 16px;font-size:14px;resize:none;min-height:40px;max-height:120px;overflow-y:auto;font-family:inherit;outline:none;transition:border-color .2s}.comment-form-textarea-compact:focus{border-color:#0079d3}.comment-form-textarea-compact::placeholder{color:#999}.comment-form-send-btn{width:40px;height:40px;border-radius:50%;border:none;background:#0079d3;color:#fff;font-size:20px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .1s;padding:0}.comment-form-send-btn:hover:not(:disabled){background:#005ba1;transform:scale(1.05)}.comment-form-send-btn:active:not(:disabled){transform:scale(.95)}.comment-form-send-btn:disabled{opacity:.5;cursor:not-allowed;background:#ccc}.post-card{background:#fff;border-radius:4px;border:1px solid #e0e0e0;margin-bottom:8px;overflow:hidden;transition:box-shadow .2s}.post-card:hover{box-shadow:0 2px 8px #0000001a;border-color:#ccc}.post-card-header{padding:8px 16px;border-bottom:1px solid #f0f0f0}.post-card-header-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.post-card-author{display:flex;align-items:center;gap:12px;flex:1}.post-card-delete-btn{background:transparent;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;font-size:16px;opacity:.6;transition:opacity .2s,background-color .2s;flex-shrink:0}.post-card-delete-btn:hover:not(:disabled){opacity:1;background-color:#ff00001a}.post-card-delete-btn:disabled{opacity:.3;cursor:not-allowed}.post-card-author-clickable{cursor:pointer;transition:opacity .2s;border-radius:8px;padding:4px;margin:-4px}.post-card-author-clickable:hover{opacity:.8;background-color:#00000005}.post-card-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.post-card-author-info{display:flex;flex-direction:column;gap:2px}.post-card-author-name{font-weight:600;font-size:14px;color:#333}.post-card-time{font-size:12px;color:#999}.post-card-body{padding:12px 16px}.post-card-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.post-card-content-wrapper{margin-bottom:8px}.post-card-content{font-size:14px;line-height:1.5;color:#666;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:3em;transition:max-height .3s ease}.post-card-content-expanded{display:block;-webkit-line-clamp:unset;max-height:none;overflow:visible}.post-card-content *{display:inline}.post-card-read-more{margin-top:4px;background:none;border:none;color:#0079d3;font-size:13px;font-weight:600;cursor:pointer;padding:0;text-align:left;transition:color .2s}.post-card-read-more:hover{color:#005ba1;text-decoration:underline}.post-card-content .parsed-link{color:#0079d3;text-decoration:none}.post-card-content .parsed-link:hover{text-decoration:underline}.post-card-content strong{font-weight:600}.post-card-content em{font-style:italic}.post-card-images{margin-top:12px;display:none}.post-card-image{max-width:100%;border-radius:4px;display:block;cursor:pointer;transition:opacity .2s}.post-card-image:hover{opacity:.9}.post-card-footer{padding:8px 16px;border-top:1px solid #f0f0f0;display:flex;align-items:center;background:#fafafa}.post-card-comment-btn{background:transparent;border:none;color:#666;font-size:13px;cursor:pointer;padding:6px 12px;border-radius:4px;transition:background .2s;display:flex;align-items:center;gap:4px}.post-card-comment-btn:hover{background:#e8e8e8}.post-card-comments-section{border-top:1px solid #f0f0f0;padding:12px 16px;background:#fafafa}.post-card-comment-input{display:flex;align-items:flex-start;gap:12px;margin-bottom:0}.post-card-comment-input-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.post-card-comment-input-wrapper{flex:1}.post-card-comments-list{display:flex;flex-direction:column;gap:0;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0}.post-card-load-more-comments{margin-top:8px;background:none;border:none;color:#0079d3;font-size:13px;font-weight:600;cursor:pointer;padding:8px 0;text-align:left;transition:color .2s}.post-card-load-more-comments:hover{color:#005ba1;text-decoration:underline}@media (max-width: 768px){.posts-content-wrapper{padding:10px}}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:100%;gap:12px;margin-bottom:0}.header-content .header-profile{order:3;flex-shrink:0;margin-left:auto}.top-tabs{display:flex;gap:0;border-bottom:1px solid #e4e6eb;margin-top:12px}.header-logo-favicon{display:block;width:32px;height:32px;object-fit:contain;flex-shrink:0}.posts-container{display:flex;flex:1;overflow:hidden}.posts-content-wrapper{width:100%;height:100%;padding:20px}.posts-page-container{max-width:900px;margin:0 auto;width:100%}.posts-page-content{width:100%}.posts-feed-header{margin-bottom:16px}.start-post-input{width:100%;padding:12px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#666;cursor:pointer;text-align:left;transition:all .2s;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;gap:12px}.start-post-input:hover{border-color:#ccc;box-shadow:0 2px 4px #0000001a}.start-post-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.start-post-text{color:#999;font-size:14px}@media (max-width: 768px){.hamburger-menu{display:flex!important}.header-logo .logo-text{display:none}.sidebar-backdrop{display:block}.posts-content{padding:10px}}.posts-page-loading,.posts-page-error,.posts-page-empty{text-align:center;padding:40px 20px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px}.posts-page-error{color:#c33;background:#fee}.posts-page-empty{color:#666}.posts-page-feed{display:flex;flex-direction:column}@media (max-width: 768px){.posts-page{padding:10px 0}.posts-page-container{padding:0 10px}}.jobs-content-wrapper{width:100%;max-width:800px;margin:0 auto;padding:20px}.jobs-page-container,.jobs-page-content{width:100%}.jobs-feed-header{margin-bottom:24px}.jobs-feed-header h1{font-size:28px;font-weight:600;margin-bottom:8px;color:#1a1a1a}.jobs-subtitle{color:#666;font-size:14px;margin:0}.jobs-list{display:flex;flex-direction:column;gap:16px}.job-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;transition:box-shadow .2s}.job-card:hover{box-shadow:0 2px 8px #0000001a}.job-card-header{margin-bottom:12px}.job-title{font-size:20px;font-weight:600;margin:0 0 4px;color:#1a1a1a}.job-company{font-size:16px;color:#666;font-weight:500}.job-details{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:12px}.job-detail-item{display:flex;align-items:center;gap:4px;font-size:14px;color:#666}.job-detail-icon{font-size:16px}.job-description{font-size:14px;color:#444;line-height:1.6;margin-bottom:12px}.job-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.job-tag{background:#f0f0f0;color:#666;padding:4px 12px;border-radius:16px;font-size:12px}.job-card-footer{display:flex;justify-content:flex-end}.apply-button{background:#ff4500;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.apply-button:hover{background:#e03d00}.apply-button:active{background:#cc3600}.load-more-button{background:#fff;color:#ff4500;border:1px solid #ff4500;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.load-more-button:hover{background:#fff5f0}.load-more-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.jobs-content-wrapper{padding:12px}.job-card{padding:16px}.job-title{font-size:18px}.job-details{flex-direction:column;gap:8px}}.chat-sidebar{width:260px;background:#fff;border-right:1px solid #e4e6eb;display:flex;flex-direction:column;overflow-y:auto;position:relative}.sidebar-close{display:none;position:absolute;top:12px;right:12px;background:transparent;border:none;cursor:pointer;padding:8px;color:var(--text-primary);z-index:10;border-radius:4px;transition:background-color .2s}.sidebar-close:hover{background:#f5f6f6}.sidebar-close svg{width:20px;height:20px}.sidebar-header{padding:20px 16px 12px;border-bottom:1px solid #e4e6eb}.sidebar-header:first-of-type{padding-top:12px}.sidebar-header h2{font-size:16px;font-weight:600;color:var(--text-primary);margin:0}.channels-list{padding:8px 0;display:flex;flex-direction:column}.channel-item{display:flex;align-items:center;padding:10px 16px;border:none;background:transparent;cursor:pointer;text-align:left;font-family:inherit;font-size:15px;color:var(--text-primary);transition:background-color .2s;border-left:3px solid transparent;width:100%;gap:12px}.channel-icon{flex-shrink:0;width:20px;height:20px;color:var(--text-primary)}.members-badge{margin-left:auto;background:#25d366;color:#fff;font-size:12px;font-weight:600;padding:2px 6px;border-radius:10px;flex-shrink:0}.members-badge-header{margin-left:8px;background:#25d366;color:#fff;font-size:12px;font-weight:600;padding:2px 6px;border-radius:10px}.channel-item:hover{background:#f5f6f6}.channel-item.active{background:#e8f5e9;border-left-color:#25d366;font-weight:600;color:#1a1a1a}.channel-hash{color:#666;margin-right:8px;font-weight:600}.channel-item.active .channel-hash{color:#25d366}.channel-name{flex:1}.dm-item-avatar{width:24px;height:24px;border-radius:50%;background:#e4e6eb;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;overflow:hidden;margin-right:8px}.dm-item-avatar img{width:100%;height:100%;object-fit:cover}.dm-item-avatar .avatar-fallback{font-size:12px;font-weight:600;color:#667781}.dm-item-avatar .admin-avatar{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.dm-item-avatar .admin-avatar svg{width:16px;height:16px}.empty-dms{padding:10px 16px;color:var(--text-secondary);font-size:14px;font-style:italic}.sidebar-header h2{display:flex;align-items:center;gap:8px}.members-badge-header{background:#25d366;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600;margin-left:4px}.text-editor{border:1px solid #e0e0e0;border-radius:4px;background:#fff}.text-editor-toolbar{display:flex;gap:4px;padding:8px 12px;border-bottom:1px solid #e0e0e0;background:#f5f5f5}.toolbar-btn{background:transparent;border:none;padding:6px 10px;cursor:pointer;border-radius:3px;font-size:14px;color:#666;transition:background .2s}.toolbar-btn:hover{background:#e0e0e0}.toolbar-btn strong{font-weight:700}.toolbar-btn em{font-style:italic}.text-editor-textarea{width:100%;min-height:400px;padding:16px;border:none;resize:vertical;font-family:inherit;font-size:15px;line-height:1.6;outline:none;background:#fff;color:#333}.text-editor-textarea::placeholder{color:#999}.profile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.profile-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026;animation:modalSlideIn .3s ease-out;position:relative}.profile-modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#667781;border-radius:4px;transition:background-color .2s;z-index:10}.profile-modal-close:hover{background:#f5f6f6}.profile-modal-form{padding:24px}.profile-form-group{margin-bottom:20px}.profile-form-group label{display:block;font-size:14px;font-weight:600;color:#111b21;margin-bottom:8px}.profile-form-input{width:100%;padding:12px 16px;border:1px solid #e4e6eb;border-radius:8px;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s;box-sizing:border-box}.profile-form-input:focus{border-color:#25d366}.profile-form-input.disabled{background:#f5f6f6;color:#667781;cursor:not-allowed}.profile-form-hint{display:block;font-size:12px;color:#667781;margin-top:4px}.profile-modal-error{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px}.profile-modal-success{background:#efe;color:#3c3;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px}.profile-modal-actions{margin-top:24px}.profile-info-text{margin:12px 0 0;font-size:12px;color:#667781;text-align:center}.profile-save-btn{width:100%;padding:12px 24px;background:#25d366;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.profile-save-btn:hover:not(:disabled){background:#20ba5a}.profile-save-btn:disabled{opacity:.6;cursor:not-allowed}.profile-actions-section{margin-top:32px;padding-top:24px;border-top:1px solid #e4e6eb;display:flex;flex-direction:column;gap:12px}.profile-logout-btn{width:100%;padding:10px 16px;background:transparent;border:1px solid #e4e6eb;border-radius:8px;color:#667781;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.profile-logout-btn:hover{background:#f5f6f6;border-color:#d1d5db;color:#111b21}.profile-logout-btn svg{width:16px;height:16px}.profile-delete-link{background:transparent;border:none;color:#dc3545;font-size:14px;cursor:pointer;text-decoration:underline;padding:0;text-align:center}.profile-delete-link:hover{color:#c82333}@media (max-width: 768px){.profile-modal{max-width:100%;margin:0;border-radius:0;max-height:100vh}.profile-modal-overlay{padding:0}.profile-modal-header,.profile-modal-form{padding:20px}}.germany-city-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.germany-city-modal{background:#fff;border-radius:12px;width:100%;max-width:560px;min-height:520px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px #0003;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.germany-city-modal-header{padding:24px 28px;border-bottom:1px solid #e4e6eb}.germany-city-modal-header h2{margin:0;font-size:20px;font-weight:600;color:#111b21}.germany-city-modal-subtitle{margin:6px 0 0;font-size:15px;color:#667781;font-weight:400}.germany-city-modal-form{padding:28px;overflow-y:auto;flex:1;min-height:0}.germany-city-form-group{margin-bottom:24px}.germany-city-form-group label{display:block;font-size:14px;font-weight:600;color:#111b21;margin-bottom:8px}.germany-city-search-wrapper{position:relative;width:100%}.germany-city-search-input{width:100%;padding:12px 40px 12px 16px;border:1px solid #e4e6eb;border-radius:8px;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s;box-sizing:border-box;background:#fff}.germany-city-search-input:focus{border-color:#25d366}.germany-city-search-input::placeholder{color:#999}.germany-city-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e4e6eb;border-radius:8px;margin-top:4px;max-height:480px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026}.germany-city-dropdown-section{padding:8px 0}.germany-city-dropdown-header{padding:8px 16px;font-size:12px;font-weight:600;color:#667781;text-transform:uppercase;letter-spacing:.5px;background:#f7f8fa;border-bottom:1px solid #e4e6eb;position:sticky;top:0;z-index:10}.germany-city-dropdown-item{padding:12px 16px;font-size:14px;color:#111b21;cursor:pointer;transition:background-color .15s;border-bottom:1px solid #f0f2f5}.germany-city-dropdown-item:hover{background-color:#f0f2f5}.germany-city-dropdown-item.selected{background-color:#e7f3ff;color:#25d366;font-weight:500}.germany-city-dropdown-item:last-child{border-bottom:none}.germany-city-dropdown-no-results{padding:16px;font-size:14px;color:#667781;text-align:center}.germany-city-search-loading{position:absolute;top:50%;right:12px;transform:translateY(-50%);font-size:12px;color:#667781;pointer-events:none}.germany-city-item-context{color:#667781;font-size:12px;font-weight:400}.germany-city-select{width:100%;padding:12px 16px;border:1px solid #e4e6eb;border-radius:8px;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s;box-sizing:border-box;background:#fff;cursor:pointer}.germany-city-select:focus{border-color:#25d366}.germany-city-modal-error{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px}.germany-city-modal-actions{margin-top:24px}.germany-city-save-btn{width:100%;padding:12px 24px;background:#25d366;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.germany-city-save-btn:hover:not(:disabled){background:#20ba5a}.germany-city-save-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.germany-city-modal{max-width:100%;margin:0;border-radius:0;max-height:100vh;overflow:hidden;display:flex;flex-direction:column}.germany-city-modal-overlay{padding:0}.germany-city-modal-header,.germany-city-modal-form{padding:20px}.germany-city-modal-form{flex:1;overflow-y:auto}.germany-city-dropdown{max-height:55vh}}.create-post-page{height:100vh;overflow:hidden;display:flex;flex-direction:column;background:#f0f2f5}.create-post-container-wrapper{display:flex;flex:1;overflow:hidden}.create-post-content{flex:1;overflow-y:auto;background:#dae0e6;padding:20px}.create-post-container{max-width:740px;margin:0 auto;background:#fff;border-radius:4px;border:1px solid #e0e0e0;overflow:hidden;box-shadow:0 2px 8px #0000001a}.create-post-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0;background:#fff}.create-post-header h2{margin:0;font-size:24px;font-weight:600;color:#000}.header-actions{display:flex;align-items:center;gap:12px}.cancel-btn{background:transparent;border:none;padding:8px 16px;cursor:pointer;color:#666;font-size:14px;transition:color .2s}.cancel-btn:hover{color:#333}.post-header-btn{background:#000;color:#fff;border:none;border-radius:4px;padding:8px 20px;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s}.post-header-btn:hover:not(:disabled){background:#333}.post-header-btn:disabled{opacity:.6;cursor:not-allowed}.create-post-form{padding:24px;background:#fff}.form-group{margin-bottom:20px}.post-title-input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:4px;font-size:16px;outline:none;transition:border-color .2s;background:#fff;color:#333}.post-title-input:focus{border-color:#0079d3}.post-title-input::placeholder{color:#999}.post-content-textarea{width:100%;padding:16px;border:1px solid #e0e0e0;border-radius:4px;font-size:15px;font-family:inherit;line-height:1.6;resize:vertical;outline:none;transition:border-color .2s;background:#fff;color:#333}.post-content-textarea:focus{border-color:#0079d3}.post-content-textarea::placeholder{color:#999}.image-preview-container{position:relative;margin:16px 0;display:inline-block;border-radius:4px;overflow:hidden;border:1px solid #e0e0e0}.image-preview{max-width:100%;max-height:500px;display:block}.remove-image-btn{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center}.remove-image-btn:hover{background:#000000e6}.error-message{padding:12px;background:#fee;color:#c33;border-radius:4px;margin-bottom:16px;font-size:14px;border:1px solid #fcc}.chat-header{background:#fff;border-bottom:1px solid #e4e6eb;padding:12px 20px;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:100%;gap:12px}.header-logo .logo-text{font-size:24px;font-weight:700;letter-spacing:-.5px}.header-profile{display:flex;align-items:center;gap:8px}@media (max-width: 768px){.hamburger-menu{display:flex!important}.sidebar-backdrop{display:block}.create-post-content{padding:10px}}.main-layout{height:100vh;overflow:hidden;display:flex;flex-direction:column;background:#f0f2f5}.chat-header{background:#fff;border-bottom:1px solid #e4e6eb;padding:12px 20px 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-content{display:flex;justify-content:flex-start;align-items:center;max-width:100%;gap:12px;margin-bottom:0}.header-content .hamburger-menu{order:1;flex-shrink:0}.header-content .header-logo{order:2;flex-shrink:0;margin-right:auto}.header-content .header-profile{order:3;flex-shrink:0}.top-tabs{display:none;gap:0;border-bottom:1px solid #e4e6eb;margin-top:0}.tab-button{flex:1;padding:12px 16px;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:15px;font-weight:500;color:#65676b;transition:all .3s ease;text-align:center;position:relative;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.tab-button:hover{background:#f5f6f6;color:#050505}.tab-button.active{color:#050505;border-bottom-color:#1877f2;font-weight:600}.members-badge-tab{background:#25d366;color:#fff;font-size:12px;font-weight:600;padding:2px 6px;border-radius:10px;flex-shrink:0;display:inline-block;line-height:1}.hamburger-menu{display:none;background:transparent;border:none;cursor:pointer;padding:8px;color:var(--text-primary);align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s;z-index:101;position:relative;flex-shrink:0}.hamburger-menu:hover{background:#f5f6f6}.header-logo{display:flex;align-items:center;gap:8px}.header-logo-favicon{display:none;width:32px;height:32px;object-fit:contain;flex-shrink:0}.header-logo .logo-text{font-size:24px;font-weight:700;letter-spacing:-.5px;transition:opacity .3s ease}.logo-find{color:#000}.logo-ind{color:#ff9500}.logo-ian{color:#34c759}.logo-dot{color:#000}.logo-de{color:#ff3b30}.fab-email-all{position:fixed;z-index:999;right:max(16px,env(safe-area-inset-right,0px));bottom:max(16px,env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:auto;max-width:min(290px,calc(100vw - 32px));padding:10px 14px;border:1px solid #1a1a1a;border-radius:12px;background:#ffce00;color:#000;cursor:pointer;box-shadow:0 4px 14px #0000002e;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;font-family:inherit}.fab-email-all:hover{filter:brightness(1.04);box-shadow:0 6px 18px #00000038}.fab-email-all:active{transform:scale(.98)}.fab-email-all-title{font-size:14px;font-weight:700;line-height:1.15;letter-spacing:-.02em;text-align:center}.fab-email-all-sub{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;line-height:1.15;text-align:center}.fab-email-all-icon,.fab-email-all-rocket{flex-shrink:0;color:#000}.header-profile{display:flex;align-items:center;gap:8px;flex-shrink:0}.profile-dropdown{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:4px;border-radius:8px;transition:background-color .2s}.profile-dropdown:hover{background:#f5f6f6}.profile-avatar{width:40px;height:40px;border-radius:50%;background:#e4e6eb;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar .avatar-fallback{font-size:18px;font-weight:600;color:#667781}.social-icons-mini{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:4px}.social-icons-mini .social-icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.main-layout-container{display:flex;flex:1;overflow:hidden}.main-layout-content{flex:1;overflow-y:auto;background:#dae0e6}.main-layout-content--chat{overflow:hidden;display:flex;flex-direction:column;background:#f0f2f5}.sidebar-backdrop{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1001;opacity:0;transition:opacity .3s ease}.sidebar-backdrop.backdrop-visible{display:block;opacity:1}@media (max-width: 768px){.chat-header{padding:6px 14px 0}.chat-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:1002;width:280px;max-width:85%;transform:translate(-100%);box-shadow:2px 0 8px #00000026;transition:transform .3s ease;border-right:none;visibility:hidden}.chat-sidebar.sidebar-open{transform:translate(0);visibility:visible}.sidebar-close{display:flex}.hamburger-menu{display:flex!important;padding:6px}.header-logo-favicon{display:none}.header-logo .logo-text{font-size:17px;display:inline-block}.top-tabs{display:flex;margin-top:0}.tab-button{padding:8px 10px;font-size:13px}.fab-email-all{right:max(12px,env(safe-area-inset-right,0px));bottom:max(12px,env(safe-area-inset-bottom,0px));max-width:min(240px,calc(100vw - 24px));padding:8px 12px;gap:3px;border-radius:10px}.fab-email-all-title{font-size:12px}.fab-email-all-sub{font-size:11px;gap:4px;flex-wrap:wrap;justify-content:center}.fab-email-all-icon,.fab-email-all-rocket{width:14px;height:14px}.sidebar-backdrop{display:block}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--text-primary: #1a1a1a;--text-secondary: #666666;--bg-white: #ffffff;--border-color: #e5e5e5;--germany-red: #DD0000;--germany-black: #000000;--germany-gold: #FFCE00}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:pan-x pan-y;-ms-touch-action:pan-x pan-y}body{background:#fff;color:var(--text-primary);overflow-x:hidden;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}p,span,div,h1,h2,h3,h4,h5,h6{-webkit-user-select:text;user-select:text}@media (max-width: 768px){input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],textarea,select{font-size:16px!important;touch-action:manipulation;-webkit-user-select:text;user-select:text}}#root{min-height:100vh}
