:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;overflow-y:auto}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;min-height:100vh;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto}.modal-content{background:#fff;border-radius:12px;padding:0;max-width:500px;width:90%;max-height:90vh;min-height:50vh;overflow:visible;box-shadow:0 20px 40px #0000004d;animation:modalAppear .3s ease-out;display:flex;flex-direction:column;margin:20px}@keyframes modalAppear{0%{opacity:0;transform:scale(.8) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eee;background:#f8f9fa;flex-shrink:0}.modal-header h2{margin:0;font-size:1.5rem;color:#333}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{background-color:#e9ecef;color:#333}.modal-body{padding:24px;color:#555;line-height:1.6;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.modal-body p{margin:0;font-size:16px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 3px #646cff1a}.color-picker{display:flex;gap:8px;flex-wrap:wrap}.color-option{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .2s ease}.color-option:hover{transform:scale(1.1);border-color:#ffffff80}.color-option.selected{border-color:#fff;box-shadow:0 0 0 2px #646cff}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #eee}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary{background-color:#646cff;color:#fff}.btn-primary:hover{background-color:#535bf2}.btn-secondary{background-color:#f1f3f4;color:#333}.btn-secondary:hover{background-color:#e8eaed}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}[data-client=tk-m] .modal-content,[data-client=tk-m] .modal-header,[data-client=tk-m] .modal-body,[data-client=tk-m] .modal-title,[data-client=tk-m] .modal-text-content,[data-client=tk-m] .modal-subtitle,[data-client=tk-m] .modal-paragraph,[data-client=tk-m] .modal-list-item{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}@media (prefers-color-scheme: dark){.modal-content{background:#2a2a2a;color:#fff}.modal-header{background:#333;border-bottom-color:#444}.modal-header h2{color:#fff}.modal-close{color:#ccc}.modal-close:hover{background-color:#444;color:#fff}.modal-body,.form-group label{color:#ddd}.form-group input,.form-group textarea{background:#333;border-color:#555;color:#fff}.form-group input:focus,.form-group textarea:focus{border-color:#646cff;background:#3a3a3a}.modal-actions{border-top-color:#444}.btn-secondary{background-color:#444;color:#ddd}.btn-secondary:hover{background-color:#555}}.public-modal{max-width:600px;max-height:90vh;min-height:60vh;background:#1e293b;display:flex;flex-direction:column;margin:20px}.public-modal .modal-header{background:linear-gradient(135deg,var(--header-color, #8B5CF6) 0%,var(--header-color-dark, #7C3AED) 100%);color:#fff;border-bottom:none;flex-shrink:0}.public-modal .modal-title{color:#fff;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3)}.public-modal .modal-close{color:#fff;background:#fff3;border:1px solid rgba(255,255,255,.3)}.public-modal .modal-close:hover{background:#ffffff4d}.public-modal .modal-body{overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.modal-image-container{width:100%;margin-bottom:20px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000026}.modal-image{width:100%;height:auto;max-height:300px;object-fit:cover;display:block}.modal-text-content{line-height:1.6;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:60vh}.modal-subtitle{color:#f8fafc;font-size:1.1rem;font-weight:600;margin:20px 0 10px;padding-bottom:5px;border-bottom:2px solid #e2e8f0}.modal-paragraph{margin:12px 0;color:#e2e8f0;font-size:.95rem}.modal-list-item{margin:8px 0;padding-left:10px;color:#e2e8f0;font-size:.95rem;line-height:1.5}@media (max-width: 768px){.modal-overlay{align-items:flex-start;padding-top:10px}.modal-content,.public-modal{max-width:95%;max-height:95vh;min-height:80vh;margin:10px}.modal-image{max-height:200px}.modal-body{padding:16px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.modal-text-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;max-height:50vh}}.mind-map{width:100vw;min-height:100vh;background:var(--theme-background, linear-gradient(135deg, #1e293b 0%, #0f172a 100%));overflow-x:auto;overflow-y:auto;position:relative}.mind-map-container{width:100%;min-height:100vh;position:relative}.brand-header{display:flex;justify-content:space-between;align-items:flex-end;padding:20px 30px;background:var(--theme-header-bg, rgba(0, 0, 0, .2));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100;gap:20px}[data-client=terapia-psicologica] .brand-header{align-items:flex-end;padding:14px 21px}.header-left{display:flex;align-items:center;gap:15px}.header-title-group{display:flex;flex-direction:column;gap:6px}.header-right{display:flex;align-items:flex-end}.banner-text{color:var(--theme-text, white);margin:0;font-size:.75rem;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.2);opacity:.9;text-align:right}.whatsapp-link{color:var(--theme-primary, #cf982b);font-weight:700;text-decoration:none;transition:all .2s ease;white-space:nowrap}[data-theme=light] .whatsapp-link{color:#16a34a}[data-client=tk-m] .whatsapp-link{color:var(--theme-text, #1a1a1a);text-decoration:none}[data-client=tk-m] .whatsapp-link:hover{color:var(--theme-primary, #2c2c2c);text-decoration:underline}.whatsapp-link:hover{color:var(--theme-secondary, #e6a832);text-decoration:underline}[data-theme=light] .whatsapp-link:hover{color:#15803d}.brand-title{color:var(--theme-text, white);font-size:1rem;font-weight:500;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.3);letter-spacing:.3px}.brand-tagline{color:var(--theme-text, white);font-size:.75rem;font-weight:400;margin:0;opacity:.85;text-shadow:0 1px 2px rgba(0,0,0,.2);letter-spacing:.2px}[data-client=tk-m]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}[data-client=tk-m] .brand-title,[data-client=tk-m] .brand-tagline,[data-client=tk-m] .banner-text,[data-client=tk-m] .whatsapp-link,[data-client=tk-m] .node,[data-client=tk-m] .node-title,[data-client=tk-m] .about-title,[data-client=tk-m] .about-name,[data-client=tk-m] .about-contact,[data-client=tk-m] .about-tagline,[data-client=tk-m] .modal-title,[data-client=tk-m] .modal-body,[data-client=tk-m] .modal-text-content,[data-client=tk-m] .modal-subtitle,[data-client=tk-m] .modal-paragraph,[data-client=tk-m] .modal-list-item,[data-client=tk-m] h1,[data-client=tk-m] h2,[data-client=tk-m] h3,[data-client=tk-m] p,[data-client=tk-m] span,[data-client=tk-m] div:not(.modal-image-container):not(.modal-image){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}.brand-logo{height:80px;width:auto;image-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-client=terapia-psicologica] .brand-logo{height:84px;width:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated;image-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:transform .2s ease}[data-client=terapia-psicologica] .brand-logo:hover{transform:scale(1.02)}@media (max-width: 768px){.brand-logo{height:70px}[data-client=terapia-psicologica] .brand-logo{height:100px}}.back-button{position:fixed;top:120px;left:20px;background:#3b82f6e6;color:#fff;border:none;padding:10px 15px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;z-index:101;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease;box-shadow:0 2px 8px #0003}.back-button:hover{background:#3b82f6;transform:translateY(-1px)}.nodes-container{position:relative;width:100%;padding:20px}.connections{position:absolute;top:0;left:0;pointer-events:none;z-index:1}.connections line{stroke-dasharray:5,5;animation:dash 20s linear infinite}.connection-preview{animation:connectionPulse 1s ease-in-out infinite alternate;filter:drop-shadow(0 0 4px rgba(59,130,246,.5))}@keyframes dash{to{stroke-dashoffset:-1000}}@keyframes connectionPulse{0%{opacity:.6}to{opacity:1}}.admin-controls{position:absolute;top:30px;right:30px;display:flex;gap:12px;z-index:100}.admin-btn{width:50px;height:50px;border-radius:50%;border:none;font-size:24px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;display:flex;align-items:center;justify-content:center}.create-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.create-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #10b98166}.connect-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.connect-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #3b82f666}.connect-btn.active{background:linear-gradient(135deg,#ef4444,#dc2626);animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.connection-instructions{position:absolute;top:100px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.usage-instructions{position:absolute;top:30px;left:30px;background:#fffffff2;padding:16px;border-radius:12px;box-shadow:0 4px 12px #00000026;z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);max-width:250px}.instruction-item{display:flex;align-items:center;margin-bottom:8px;font-size:13px;color:#374151;gap:8px}.instruction-item:last-child{margin-bottom:0}.instruction-item strong{color:#111827}.node-wrapper{position:relative}.connect-node-btn{position:absolute;width:30px;height:30px;border-radius:50%;border:2px solid #3B82F6;background:#fff;font-size:12px;cursor:pointer;transition:all .2s ease;z-index:10;display:flex;align-items:center;justify-content:center}.connect-node-btn:hover{background:#3b82f6;transform:scale(1.2)}.delete-connection-btn{position:absolute;width:32px;height:32px;background:#ef4444;color:#fff;border:3px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;cursor:pointer;z-index:1000;box-shadow:0 6px 20px #ef444499;transition:all .2s ease;transform:translate(-50%,-50%);animation:deleteButtonAppear .2s ease-out}.delete-connection-btn:hover{background:#dc2626;transform:translate(-50%,-50%) scale(1.3);box-shadow:0 8px 24px #ef4444cc}@keyframes deleteButtonAppear{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.connection-group{transition:all .2s ease}.connection-group:hover .connection-line{stroke:#fff!important;stroke-width:3;opacity:1}.connection-group:hover .connection-hover{opacity:1!important}.connection-hitbox{transition:all .2s ease}.connection-hitbox:hover{stroke:#ffffff1a;stroke-width:25}.connection-line{transition:all .2s ease;pointer-events:none}.connection-hover{transition:opacity .2s ease;pointer-events:none}.connection-hitbox{pointer-events:all!important}.about-section{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px 30px;margin-top:60px;border-top:2px solid rgba(134,239,172,.3);text-align:center}[data-theme=dark] .about-section{background:linear-gradient(135deg,#1e293bf2,#0f172af2);border-top:2px solid rgba(255,255,255,.1)}.about-title{color:#1f2937;font-size:1.8rem;font-weight:700;margin:0 0 24px;text-shadow:none}[data-theme=dark] .about-title{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.about-content{max-width:600px;margin:0 auto}.about-name{color:#374151;font-size:1.2rem;font-weight:600;margin:0 0 16px;text-shadow:none}[data-theme=dark] .about-name{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}.about-contact{margin:12px 0}.contact-link{color:#16a34a;font-size:1rem;text-decoration:none;transition:all .2s ease;display:inline-block;font-weight:600}[data-theme=dark] .contact-link{color:#86efac}.contact-link:hover{color:#15803d;transform:translateY(-2px)}[data-theme=dark] .contact-link:hover{color:#4ade80}.about-tagline{color:#6b7280;font-size:.95rem;margin:20px 0 0;font-style:italic}[data-theme=dark] .about-tagline{color:#fffc}@media (max-width: 768px){.mind-map{overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.mind-map-container{min-height:100vh;overflow:visible}.nodes-container{padding:10px;overflow:visible}.mind-map-title{font-size:1.5rem;top:20px}.admin-controls{top:20px;right:20px}.admin-btn{width:45px;height:45px;font-size:20px}.brand-header{padding:15px 20px;flex-direction:column;gap:10px;align-items:flex-start}.header-left{gap:10px}.header-right{width:100%}.banner-text{font-size:12px;line-height:1.4}.brand-title{font-size:1.2rem}.brand-logo{height:32px}[data-client=terapia-psicologica] .brand-logo{height:63px}.back-button{top:120px;left:15px;padding:8px 12px;font-size:12px}.about-section{padding:30px 20px;margin-top:40px}.about-title{font-size:1.4rem;margin-bottom:20px}.about-name{font-size:1.1rem}.contact-link{font-size:.9rem}.about-tagline{font-size:.85rem}}@media (max-width: 480px){.mind-map{overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.mind-map-container{min-height:100vh;overflow:visible}.nodes-container{padding:5px;overflow:visible}.mind-map-title{font-size:1.2rem;top:15px}.admin-controls{top:15px;right:15px}.admin-btn{width:40px;height:40px;font-size:18px}.brand-header{padding:12px 15px;flex-direction:column;gap:8px;align-items:flex-start}.header-left{gap:8px}.header-right{width:100%}.banner-text{font-size:11px}.brand-title{font-size:1rem}.brand-logo{height:28px}[data-client=terapia-psicologica] .brand-logo{height:56px}.back-button{top:110px;left:10px}.about-section{padding:25px 15px;margin-top:30px}.about-title{font-size:1.2rem}.about-name{font-size:1rem}.contact-link{font-size:.85rem}.about-tagline{font-size:.8rem}}.landing-page{min-height:100vh;background:#000;color:#fff;padding:0;position:relative;font-family:Courier New,Monaco,Menlo,monospace}.social-header{position:fixed;top:20px;right:20px;z-index:1002;display:flex;gap:8px;align-items:center}.social-link-header{padding:6px 12px;background:#000;border:2px solid #ffffff;color:#fff;text-decoration:none;font-family:Courier New,Monaco,Menlo,monospace;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;transition:all .2s ease;display:inline-block}.social-link-header:hover{background:#fff;color:#000}.social-link-header.social-instagram:hover{background:#e4405f;border-color:#e4405f;color:#fff}.social-link-header.social-tiktok:hover{background:#000;border-color:#fff;color:#fff}.social-link-header.social-youtube:hover{background:red;border-color:red;color:#fff}.language-toggle{position:fixed;top:20px;left:20px;z-index:1001;background:#fff;border:2px solid #000000;color:#000;padding:6px 12px;font-size:.7rem;font-weight:700;font-family:Courier New,Monaco,Menlo,monospace;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.language-toggle:hover{background:#000;color:#fff;border-color:#fff}.floating-menu{position:fixed;top:50%;right:30px;transform:translateY(-50%);z-index:1000;display:flex;flex-direction:column;gap:8px;background:#000;border:4px solid #ffffff;padding:20px 12px}.menu-item{background:#fff;border:4px solid #000000;color:#000;padding:12px 20px;cursor:pointer;font-size:14px;font-weight:700;font-family:Courier New,Monaco,Menlo,monospace;transition:all .2s ease;white-space:nowrap;min-width:80px;text-transform:uppercase}.menu-item:hover{background:#000;color:#fff}.menu-item.active{background:#000;color:#fff;border-color:#fff}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0;background:#3e6868}.hero-card{background:#3e6868;padding:0;width:100%;text-align:center;box-sizing:border-box}@media (max-width: 768px){.hero-card{padding:20px}}.hero-title{font-size:6rem;font-weight:700;margin:0 0 40px;color:#fff;font-family:Courier New,Monaco,Menlo,monospace;text-transform:none;letter-spacing:.1em}.hero-image{width:100%;max-width:800px;height:auto;border:4px solid #ffffff;display:block;margin:0 auto 30px;object-fit:cover}.audio-player-container{width:100%;max-width:800px;margin:0 auto;display:flex;justify-content:center}.custom-audio-player{width:100%;max-width:600px;display:flex;align-items:center;gap:15px;background:#000;border:4px solid #ffffff;padding:12px 20px;box-sizing:border-box}.play-pause-btn{background:#fff;border:4px solid #000000;color:#000;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0}.play-pause-btn:hover{background:#000;color:#fff;border-color:#fff}.play-pause-btn:active{transform:scale(.95)}.audio-controls{flex:1;display:flex;align-items:center;gap:12px}.time-display{color:#fff;font-family:Courier New,Monaco,Menlo,monospace;font-size:.9rem;font-weight:700;min-width:45px;text-align:center}.audio-progress{flex:1;height:6px;background:#fff;border:2px solid #000000;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none}.audio-progress::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:#000;border:3px solid #ffffff;cursor:pointer;transition:all .2s ease}.audio-progress::-webkit-slider-thumb:hover{background:#fff;border-color:#000}.audio-progress::-moz-range-thumb{width:18px;height:18px;background:#000;border:3px solid #ffffff;cursor:pointer;transition:all .2s ease}.audio-progress::-moz-range-thumb:hover{background:#fff;border-color:#000}@media (max-width: 768px){.hero-image{max-width:100%;width:100%;height:auto;max-height:70vh;border-width:4px;box-sizing:border-box;object-fit:contain;object-position:center;margin:0 auto 20px;padding:0}.audio-player-container{max-width:100%;padding:0 20px}.audio-player{max-width:100%;height:45px}.mobile-nav{display:none!important}}@media (max-width: 480px){.hero-image{max-width:100%;width:100%;height:auto;max-height:60vh;border-width:4px;box-sizing:border-box;object-fit:contain;object-position:center;margin:0 auto 15px;padding:0}.custom-audio-player{padding:8px 12px;gap:10px}.play-pause-btn{width:40px;height:40px}.time-display{font-size:.75rem;min-width:35px}.audio-progress{height:5px}.audio-progress::-webkit-slider-thumb,.audio-progress::-moz-range-thumb{width:16px;height:16px}}.section-image{width:100%;max-width:600px;height:auto;border:8px solid #ffffff;display:block;margin:0 auto 40px}.bio-section{padding:100px 40px;background:#c94e44;min-height:100vh;display:flex;align-items:center}.tech-section{padding:100px 40px;background:#c1ab85;min-height:100vh;display:flex;align-items:center}.links-section{padding:100px 40px;background:#000;min-height:100vh;display:flex;align-items:center}.section-card{background:transparent;padding:0;max-width:1200px;margin:0 auto;width:100%}.section-title{font-size:4rem;font-weight:700;margin:0 0 50px;color:#fff;font-family:Courier New,Monaco,Menlo,monospace;text-transform:uppercase;letter-spacing:.1em;border-bottom:8px solid #ffffff;padding-bottom:20px}.bio-content{font-size:1.5rem;line-height:1.8;color:#fff;font-family:Courier New,Monaco,Menlo,monospace}.bio-content p{margin:0 0 30px}.bio-content p:last-child{margin-bottom:0}.diagram-section{background:#fff;border:6px solid #000000;padding:30px;margin:40px 0;font-family:Courier New,Monaco,Menlo,monospace}.diagram-title{font-size:1.8rem;margin:0 0 20px;color:#000;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.diagram-ascii{color:#000;font-size:1rem;line-height:1.4;font-weight:600;font-family:Courier New,Monaco,Menlo,monospace;white-space:pre;overflow-x:auto;margin:0;padding:20px;background:#fff;border:4px solid #000000}@media (max-width: 768px){.diagram-ascii{font-size:.7rem;padding:15px;line-height:1.2}}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px}.tech-item{background:#fff;border:6px solid #000000;padding:30px;font-family:Courier New,Monaco,Menlo,monospace}.tech-item h3{font-size:1.5rem;margin:0 0 20px;color:#000;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.tech-item ul{list-style:none;padding:0;margin:0}.tech-item li{padding:12px 0;color:#000;font-size:1.2rem;font-weight:600;border-bottom:4px solid #000000}.tech-item li:last-child{border-bottom:none}.links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:30px}.link-card{background:#fff;border:6px solid #ffffff;padding:40px;text-decoration:none;color:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .2s ease;text-align:center;font-family:Courier New,Monaco,Menlo,monospace}.link-card:hover{background:#000;border-color:#fff}.link-email{color:#c94e44}.link-email:hover{color:#fff;border-color:#c94e44}.link-instagram{color:#e4405f}.link-instagram:hover{color:#fff;border-color:#e4405f}.link-tiktok{color:#000}.link-tiktok:hover{color:#fff;border-color:#000;background:#000}.link-youtube{color:red}.link-youtube:hover{color:#fff;border-color:red}.link-text{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.comment-section{margin-top:60px;padding-top:40px;border-top:4px solid #ffffff}.comment-form{display:flex;flex-direction:column;gap:15px;max-width:600px;margin:0 auto}.comment-input{width:100%;padding:15px;background:#fff;border:4px solid #000000;color:#000;font-family:Courier New,Monaco,Menlo,monospace;font-size:1rem;resize:vertical;min-height:80px;box-sizing:border-box}.comment-input:focus{outline:none;border-color:#fff;background:#000;color:#fff}.comment-input::placeholder{color:#666}.comment-button{padding:15px 30px;background:#fff;border:4px solid #000000;color:#000;font-family:Courier New,Monaco,Menlo,monospace;font-size:1rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .2s ease;align-self:flex-start}.comment-button:hover:not(:disabled){background:#000;color:#fff;border-color:#fff}.comment-button:disabled{opacity:.5;cursor:not-allowed}.comment-status{font-size:.9rem;font-weight:600;font-family:Courier New,Monaco,Menlo,monospace}.comment-status.success{color:#fff}.comment-status.error{color:#f44}@media (max-width: 768px){.comment-section{margin-top:40px;padding-top:30px}.comment-form{max-width:100%}.comment-input{font-size:.9rem;padding:12px}.comment-button{padding:12px 24px;font-size:.9rem}}.mobile-nav{display:none!important}@media (max-width: 768px){.floating-menu{display:none}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#000;border-top:4px solid #ffffff;padding:12px;z-index:1000;justify-content:space-around;gap:8px}.mobile-nav-item{background:#fff;border:3px solid #000000;color:#000;padding:10px 15px;font-size:11px;font-weight:700;font-family:Courier New,Monaco,Menlo,monospace;text-transform:uppercase;cursor:pointer;flex:1;text-align:center;transition:all .2s ease}.mobile-nav-item.active{background:#000;color:#fff;border-color:#fff}.mobile-nav-item:hover{background:#000;color:#fff}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.bio-content{font-size:1rem}.bio-section,.tech-section,.links-section{padding:60px 20px}.section-card{padding:0}.hero-image,.section-image{max-width:100%;border-width:4px}.diagram-section{padding:20px;margin:30px 0}.diagram-title{font-size:1.2rem;margin-bottom:15px}.links-grid{grid-template-columns:1fr;gap:15px}.link-card{padding:30px}.link-text{font-size:1.2rem}.social-header{top:15px;right:15px;gap:6px}.social-link-header{padding:5px 10px;font-size:.65rem;border-width:2px}.language-toggle{top:15px;left:15px;padding:5px 10px;font-size:.65rem;border-width:2px}}@media (max-width: 480px){.hero-title{font-size:2rem}.section-title{font-size:1.8rem}.bio-content{font-size:.9rem}.diagram-ascii{font-size:.6rem;padding:12px}.mobile-nav-item{padding:8px 10px;font-size:10px}}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--theme-background, linear-gradient(135deg, #1e293b 0%, #0f172a 100%));padding:20px}.login-container{background:#fffffff2;padding:40px;border-radius:16px;box-shadow:0 8px 32px #0003;width:100%;max-width:400px}[data-theme=dark] .login-container{background:#1e293bf2;border:1px solid rgba(255,255,255,.1)}.login-title{font-size:28px;font-weight:700;margin-bottom:30px;text-align:center;color:var(--theme-text, #1e293b)}[data-theme=dark] .login-title{color:#fff}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:var(--theme-text, #475569)}[data-theme=dark] .form-group label{color:#fffc}.form-group input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .3s ease;background:#fff;color:#1e293b}[data-theme=dark] .form-group input{background:#0f172acc;border-color:#ffffff1a;color:#fff}.form-group input:focus{outline:none;border-color:var(--theme-primary, #cf982b);box-shadow:0 0 0 3px rgba(var(--theme-primary-rgb, 207, 152, 43),.1)}.error-message{padding:12px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#dc2626;font-size:14px;text-align:center}[data-theme=dark] .error-message{background:#ef444433;color:#fca5a5}.login-button{padding:14px 24px;background:var(--theme-primary, #cf982b);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.login-button:hover{background:var(--theme-secondary, #8c6912);transform:translateY(-2px);box-shadow:0 6px 16px #0003}.login-button:active{transform:translateY(0)}@media (max-width: 480px){.login-container{padding:30px 20px}.login-title{font-size:24px}}.admin-dashboard{min-height:100vh;background:var(--theme-background, linear-gradient(135deg, #1e293b 0%, #0f172a 100%));padding:40px 20px}.dashboard-header{max-width:1200px;margin:0 auto 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.dashboard-title{font-size:32px;font-weight:700;color:#fff;margin:0}[data-theme=light] .dashboard-title{color:var(--theme-text, #065f46)}.dashboard-subtitle{font-size:16px;color:#ffffffb3;margin:5px 0 0}.dashboard-tabs{max-width:1200px;margin:0 auto 30px;display:flex;gap:10px;border-bottom:2px solid rgba(255,255,255,.1)}[data-theme=light] .dashboard-tabs{border-bottom-color:#0000001a}.tab-button{padding:12px 24px;background:transparent;border:none;border-bottom:3px solid transparent;color:#fff9;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}[data-theme=light] .tab-button{color:#0009}.tab-button:hover{color:#ffffffe6;background:#ffffff0d}[data-theme=light] .tab-button:hover{color:#000000e6;background:#0000000d}.tab-button.active{color:var(--theme-primary, #cf982b);border-bottom-color:var(--theme-primary, #cf982b);font-weight:700}[data-theme=light] .dashboard-subtitle{color:var(--theme-text, #065f46);opacity:.7}.logout-button{padding:10px 24px;background:#ef4444e6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.logout-button:hover{background:#dc2626;transform:translateY(-2px)}.stats-grid{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.stat-card{background:#fffffff2;padding:30px;border-radius:16px;box-shadow:0 4px 20px #0000001a;text-align:center}[data-theme=dark] .stat-card{background:#1e293be6;border:1px solid rgba(255,255,255,.1)}.stat-label{font-size:14px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}[data-theme=dark] .stat-label{color:#fff9}.stat-value{font-size:48px;font-weight:700;color:var(--theme-primary, #cf982b);line-height:1}.charts-grid{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px}.chart-card{background:#fffffff2;padding:30px;border-radius:16px;box-shadow:0 4px 20px #0000001a}[data-theme=dark] .chart-card{background:#1e293be6;border:1px solid rgba(255,255,255,.1)}.chart-title{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 20px}[data-theme=dark] .chart-title{color:#fff}.bar-chart{display:flex;align-items:flex-end;justify-content:space-around;height:200px;gap:10px}.bar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}.bar-container{width:100%;height:180px;display:flex;align-items:flex-end}.bar-fill{width:100%;background:linear-gradient(180deg,var(--theme-primary, #cf982b),var(--theme-secondary, #8c6912));border-radius:8px 8px 0 0;display:flex;align-items:flex-start;justify-content:center;padding-top:8px;transition:all .3s ease;min-height:10%}.bar-fill:hover{opacity:.8}.bar-value{font-size:14px;font-weight:700;color:#fff}.bar-label{font-size:12px;color:#64748b;font-weight:600}[data-theme=dark] .bar-label{color:#fff9}.top-nodes-list{display:flex;flex-direction:column;gap:12px}.top-node-item{display:flex;align-items:center;gap:12px;padding:12px;background:#00000008;border-radius:8px;transition:all .3s ease}[data-theme=dark] .top-node-item{background:#ffffff0d}.top-node-item:hover{background:#0000000f;transform:translate(4px)}[data-theme=dark] .top-node-item:hover{background:#ffffff14}.node-rank{font-size:18px;font-weight:700;color:var(--theme-primary, #cf982b);min-width:30px;text-align:center}.node-title{flex:1;font-size:14px;font-weight:600;color:#1e293b}[data-theme=dark] .node-title{color:#fff}.node-count{font-size:14px;font-weight:700;color:#64748b}[data-theme=dark] .node-count{color:#fff9}.activity-card{max-width:1200px;margin:0 auto;background:#fffffff2;padding:30px;border-radius:16px;box-shadow:0 4px 20px #0000001a}[data-theme=dark] .activity-card{background:#1e293be6;border:1px solid rgba(255,255,255,.1)}.activity-list{display:flex;flex-direction:column;gap:8px}.activity-item{display:flex;align-items:center;gap:12px;padding:12px;background:#00000008;border-radius:8px;font-size:14px}[data-theme=dark] .activity-item{background:#ffffff0d}.activity-type{font-weight:700;color:var(--theme-primary, #cf982b);min-width:60px}.activity-node{flex:1;color:#1e293b;font-weight:500}[data-theme=dark] .activity-node{color:#fff}.activity-time{font-size:12px;color:#64748b}[data-theme=dark] .activity-time{color:#fff9}.device-stats{display:flex;flex-direction:column;gap:12px}.device-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#00000008;border-radius:8px}[data-theme=dark] .device-item{background:#ffffff0d}.device-label{font-size:14px;font-weight:600;color:#1e293b}[data-theme=dark] .device-label{color:#fff}.device-value{font-size:18px;font-weight:700;color:var(--theme-primary, #cf982b)}.browser-stats{display:flex;flex-direction:column;gap:12px}.browser-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#00000008;border-radius:8px}[data-theme=dark] .browser-item{background:#ffffff0d}.browser-name{font-size:14px;font-weight:600;color:#1e293b}[data-theme=dark] .browser-name{color:#fff}.browser-count{font-size:16px;font-weight:700;color:var(--theme-primary, #cf982b)}.referrer-stats{display:flex;flex-direction:column;gap:12px}.referrer-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#00000008;border-radius:8px}[data-theme=dark] .referrer-item{background:#ffffff0d}.referrer-name{font-size:14px;font-weight:600;color:#1e293b}[data-theme=dark] .referrer-name{color:#fff}.referrer-count{font-size:16px;font-weight:700;color:var(--theme-primary, #cf982b)}.activity-item-detailed{padding:12px;background:#00000008;border-radius:8px;margin-bottom:8px}[data-theme=dark] .activity-item-detailed{background:#ffffff0d}.activity-main{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.activity-details{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:12px;color:#64748b;padding-top:8px;border-top:1px solid rgba(0,0,0,.1)}[data-theme=dark] .activity-details{color:#ffffff80;border-top-color:#ffffff1a}.activity-browser,.activity-os,.activity-mobile,.activity-location,.activity-referrer{padding:4px 8px;background:#0000000d;border-radius:4px;font-weight:500}[data-theme=dark] .activity-browser,[data-theme=dark] .activity-os,[data-theme=dark] .activity-mobile,[data-theme=dark] .activity-location,[data-theme=dark] .activity-referrer{background:#ffffff1a}.comments-list{display:flex;flex-direction:column;gap:16px}.comment-item{padding:16px;background:#00000008;border-radius:8px;border-left:4px solid var(--theme-primary, #cf982b)}[data-theme=dark] .comment-item{background:#ffffff0d;border-left-color:var(--theme-primary, #cf982b)}.comment-text{font-size:14px;line-height:1.6;color:#1e293b;margin-bottom:12px;white-space:pre-wrap;word-wrap:break-word}[data-theme=dark] .comment-text{color:#fff}.comment-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:#64748b;flex-wrap:wrap}[data-theme=dark] .comment-meta{color:#fff9}.comment-time{font-weight:600}.comment-language{padding:2px 8px;background:#0000000d;border-radius:4px}[data-theme=dark] .comment-language{background:#ffffff1a}.location-stats{display:flex;flex-direction:column;gap:12px}.location-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#00000008;border-radius:8px}[data-theme=dark] .location-item{background:#ffffff0d}.location-name{font-size:14px;font-weight:600;color:#1e293b}[data-theme=dark] .location-name{color:#fff}.location-count{font-size:16px;font-weight:700;color:var(--theme-primary, #cf982b)}.connection-stats{display:flex;flex-direction:column;gap:12px}.connection-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#00000008;border-radius:8px}[data-theme=dark] .connection-item{background:#ffffff0d}.connection-name{font-size:14px;font-weight:600;color:#1e293b}[data-theme=dark] .connection-name{color:#fff}.connection-count{font-size:16px;font-weight:700;color:var(--theme-primary, #cf982b)}.memory-stats{display:flex;flex-direction:column;gap:12px}.memory-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#00000008;border-radius:8px}[data-theme=dark] .memory-item{background:#ffffff0d}.memory-name{font-size:14px;font-weight:600;color:#1e293b}[data-theme=dark] .memory-name{color:#fff}.memory-count{font-size:16px;font-weight:700;color:var(--theme-primary, #cf982b)}.loading,.no-data{text-align:center;padding:40px;color:#64748b;font-size:16px}[data-theme=dark] .loading,[data-theme=dark] .no-data{color:#fff9}@media (max-width: 768px){.admin-dashboard{padding:20px 10px}.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-title{font-size:24px}.stats-grid,.charts-grid{grid-template-columns:1fr}.bar-chart{height:150px}.bar-container{height:130px}.activity-item{flex-wrap:wrap}}@media (max-width: 480px){.stat-value{font-size:36px}.bar-label{font-size:10px}}#root{width:100%;height:100vh;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
