@import"https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap";.findme-container{position:fixed;left:1rem;top:50%;transform:translateY(-50%);z-index:50}.findme-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:40;opacity:0;visibility:hidden;transition:all .3s ease-out}.findme-backdrop.open{opacity:1;visibility:visible}.findme-button{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .3s ease-out;border:none;outline:none;background:linear-gradient(135deg,#c026d3,#059669,#0891b2);box-shadow:0 10px 25px #024e1ab0}.findme-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(135deg,#d946ef,#10b981,#06b6d4);z-index:-1}.findme-button:hover:before{background:linear-gradient(135deg,#c026d3,#059669,#0891b2)}.findme-button.open{transform:scale(1.05)}.findme-button.open:before{background:linear-gradient(135deg,#d946ef,#10b981,#06b6d4)}.findme-icon{color:#fff;font-size:2rem;transition:transform .3s ease-out}.findme-icon.open{transform:rotate(90deg)}.findme-menu{position:absolute;left:100%;margin-left:1rem;transform-origin:left center;transition:all .3s ease-out}.findme-menu.closed{opacity:0;transform:scale(.95);pointer-events:none}.findme-menu.open{opacity:1;transform:scale(1);pointer-events:auto}.findme-menu-items{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.findme-menu-item{padding:1rem;background-color:#2563eb;color:#fff;border-radius:50%;box-shadow:0 4px 12px #0003;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none;border:none;outline:none}.findme-menu-item:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.findme-menu-item.github{background-color:#1f2937}.findme-menu-item.github:hover{background-color:#374151}.findme-menu-item.linkedin{background-color:#1d4ed8}.findme-menu-item.linkedin:hover{background-color:#1e40af}.findme-menu-item.telegram{background-color:#60a5fa}.findme-menu-item.telegram:hover{background-color:#3b82f6}.findme-menu-item.gmail{background-color:#ef4444}.findme-menu-item.gmail:hover{background-color:#dc2626}.findme-menu-item.stackoverflow{background-color:#f97316}.findme-menu-item.stackoverflow:hover{background-color:#ea580c}.findme-menu-item.dev{background-color:#111827}.findme-menu-item.dev:hover{background-color:#1f2937}.findme-menu-item-icon{font-size:1.5rem}.contact-section{padding:4rem 1rem;position:relative;overflow:hidden;min-height:100vh}@media (min-width: 640px){.contact-section{padding:6rem 1rem}}.contact-decorative-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;opacity:.5}.contact-bg-circle{position:absolute;width:18rem;height:18rem;border-radius:50%;filter:blur(100px)}.contact-bg-circle-1{top:10%;left:5%;background:#10b9811a}.contact-bg-circle-2{bottom:10%;right:5%;background:#3b82f61a}.contact-container{max-width:75rem;margin:0 auto;position:relative;z-index:10}.contact-header{text-align:center;margin-bottom:4rem}.contact-header .section-title{margin-bottom:1.5rem}.contact-subtitle{font-size:1.125rem;line-height:1.75;max-width:48rem;margin:0 auto;color:#9ca3af}@media (min-width: 640px){.contact-subtitle{font-size:1.25rem}}.contact-card{max-width:36rem;margin:0 auto;background:#1f2937cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px #000000b3;border:1px solid rgba(55,65,81,.5)}@media (min-width: 640px){.contact-card{padding:2.5rem}}.contact-card-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:2rem;text-align:center}@media (min-width: 640px){.contact-card-title{font-size:1.875rem}}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.input-group{position:relative}.input-label{display:block;font-size:.875rem;font-weight:500;color:#d1d5db;margin-bottom:.5rem;transition:color .3s ease}.input-group:focus-within .input-label{color:#10b981}.input-icon{position:absolute;top:50%;transform:translateY(-50%);left:1rem;width:1.25rem;height:1.25rem;color:#6b7280;pointer-events:none;transition:color .3s ease}.input-group:focus-within .input-icon{color:#10b981}.contact-input,.contact-textarea{width:100%;padding:.75rem 1.25rem;background-color:#111827;color:#fff;border:1px solid #374151;border-radius:.75rem;outline:none;transition:all .3s ease;font-size:1rem;font-family:inherit}.contact-input{padding-left:1.25rem}.contact-input:focus,.contact-textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a,0 10px 15px -3px #10b9811a;background-color:#1f2937}.contact-input::-moz-placeholder,.contact-textarea::-moz-placeholder{color:#6b7280}.contact-input::placeholder,.contact-textarea::placeholder{color:#6b7280}.contact-textarea{resize:none;height:10rem;padding:1rem}.contact-submit-btn{position:relative;width:100%;padding:.75rem 1rem;margin-top:1rem;overflow:hidden;border-radius:.75rem;background:linear-gradient(to right,#10b981,#3b82f6);color:#fff;font-size:1.125rem;font-weight:600;border:none;cursor:pointer;transition:all .5s ease;display:flex;align-items:center;justify-content:center;gap:.75rem}.contact-submit-btn:hover{transform:scale(1.01);box-shadow:0 25px 50px -12px #10b98166}.contact-submit-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#059669,#2563eb);opacity:0;transition:opacity .5s ease}.contact-submit-btn:hover:before{opacity:1}.contact-submit-content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;gap:.75rem}.contact-submit-icon{width:1.25rem;height:1.25rem;transition:transform .5s ease}.contact-submit-btn:hover .contact-submit-icon{transform:translateY(-4px)}.contact-arrow-icon{width:1.25rem;height:1.25rem;transition:transform .5s ease}.contact-submit-btn:hover .contact-arrow-icon{transform:translate(4px)}.chat-page{width:100%;height:calc(100vh - 160px);max-width:1400px;margin:0 auto;padding:1rem}.chat-layout{display:flex;height:100%;border-radius:20px;overflow:hidden;background:#0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080}.chat-sidebar{width:320px;min-width:280px;display:flex;flex-direction:column;background:#00140a99;border-right:1px solid rgba(255,255,255,.1)}.user-settings{display:flex;align-items:center;gap:12px;padding:16px;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;flex-shrink:0}.username-display{display:flex;align-items:center;gap:8px;flex:1}.username-text{font-size:1rem;font-weight:600;color:#f5f5f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-btn{background:none;border:none;color:#ffffff80;cursor:pointer;padding:4px;transition:color .2s}.edit-btn:hover{color:#10b981}.username-edit{display:flex;align-items:center;gap:6px;flex:1}.username-input{flex:1;background:#ffffff1a;border:1px solid rgba(16,185,129,.5);border-radius:8px;padding:6px 10px;color:#f5f5f5;font-size:.9rem;font-family:Kalam,cursive;outline:none}.username-input:focus{border-color:#10b981}.save-btn,.cancel-btn{background:none;border:none;padding:4px;cursor:pointer;transition:color .2s}.save-btn{color:#10b981}.save-btn:hover{color:#34d399}.user-settings .cancel-btn{color:#ef4444}.user-settings .cancel-btn:hover{color:#f87171}.rooms-sidebar{flex:1;display:flex;flex-direction:column;overflow:hidden}.rooms-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(255,255,255,.1)}.rooms-title{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:700;color:#f5f5f5;margin:0}.rooms-title-icon{color:#10b981}.create-room-btn{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.create-room-btn:hover{transform:scale(1.05);box-shadow:0 4px 15px #10b98166}.create-room-form{padding:12px;background:#0003;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:8px;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.room-input{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:10px 14px;color:#f5f5f5;font-size:.95rem;font-family:Kalam,cursive;outline:none;transition:border-color .2s}.room-input:focus{border-color:#10b981}.room-input::-moz-placeholder{color:#fff6}.room-input::placeholder{color:#fff6}.form-buttons{display:flex;gap:8px}.submit-btn{flex:1;padding:10px;border-radius:10px;background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff;font-weight:600;font-family:Kalam,cursive;cursor:pointer;transition:opacity .2s,transform .2s}.submit-btn:hover:not(:disabled){transform:scale(1.02)}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.create-room-form .cancel-btn{flex:1;padding:10px;border-radius:10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#f5f5f5;font-weight:600;font-family:Kalam,cursive;cursor:pointer;transition:background .2s}.create-room-form .cancel-btn:hover{background:#fff3}.rooms-list{flex:1;overflow-y:auto;padding:8px}.rooms-list::-webkit-scrollbar{width:6px}.rooms-list::-webkit-scrollbar-track{background:transparent}.rooms-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.rooms-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.rooms-loading,.rooms-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#ffffff80;text-align:center}.loading-spinner{width:30px;height:30px;border:3px solid rgba(255,255,255,.2);border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}@keyframes spin{to{transform:rotate(360deg)}}.empty-icon{font-size:40px;color:#ffffff4d;margin-bottom:12px}.empty-hint{font-size:.85rem;color:#fff6;margin-top:4px}.room-item{width:100%;padding:14px;border-radius:12px;background:#ffffff0d;border:1px solid transparent;cursor:pointer;text-align:left;margin-bottom:6px;transition:all .2s}.room-item:hover{background:#ffffff1a;border-color:#10b9814d}.room-item.active{background:#10b98133;border-color:#10b981}.room-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.room-name{display:flex;align-items:center;gap:6px;font-size:1rem;font-weight:600;color:#f5f5f5}.room-hash{color:#10b981;font-size:.9rem}.room-description{font-size:.85rem;color:#ffffff80;margin:4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-last-message{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.last-message-text{font-size:.85rem;color:#fff9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px}.last-message-time{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#fff6}.time-icon{font-size:.65rem}.chat-main{flex:1;display:flex;flex-direction:column;min-width:0}.chat-area{flex:1;display:flex;flex-direction:column;height:100%}.chat-area-empty{flex:1;display:flex;align-items:center;justify-content:center}.empty-state{text-align:center;color:#ffffff80;padding:40px}.empty-state .empty-icon{font-size:60px;color:#10b98166;margin-bottom:20px}.empty-state h3{font-size:1.5rem;color:#f5f5f5;margin:0 0 10px}.empty-state p{font-size:1rem;margin:0}.demo-banner{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 20px;background:linear-gradient(135deg,#f59e0b33,#d9770633);border-bottom:1px solid rgba(245,158,11,.3);color:#fbbf24;font-size:.85rem;text-align:center}.demo-icon{font-size:16px;flex-shrink:0}.chat-header{padding:16px 20px;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.chat-header-info{display:flex;flex-direction:column;gap:4px}.chat-room-name{display:flex;align-items:center;gap:8px;font-size:1.3rem;font-weight:700;color:#f5f5f5;margin:0}.hash-icon{color:#10b981}.chat-room-description{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#fff9;margin:0}.info-icon{font-size:.8rem;color:#fff6}.messages-container{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.messages-container::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.messages-loading,.messages-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ffffff80}.empty-messages-icon{font-size:50px;color:#fff3;margin-bottom:16px}.message-wrapper{display:flex;max-width:70%}.message-wrapper.own{margin-left:auto;flex-direction:row-reverse}.message-wrapper.other{margin-right:auto}.message-bubble{padding:12px 16px;border-radius:18px;position:relative;animation:messageIn .2s ease}@keyframes messageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-bubble.own{background:linear-gradient(135deg,#10b981,#059669);border-bottom-right-radius:4px}.message-bubble.other{background:#ffffff1a;border-bottom-left-radius:4px}.message-username{display:block;font-size:.8rem;font-weight:600;color:#10b981;margin-bottom:4px}.message-content{font-size:1rem;color:#f5f5f5;margin:0;word-wrap:break-word;white-space:pre-wrap}.message-time{display:block;font-size:.7rem;color:#ffffff80;margin-top:6px;text-align:right}.message-bubble.own .message-time{color:#ffffffb3}.message-image-container{margin-top:8px;border-radius:12px;overflow:hidden}.message-image{max-width:100%;max-height:300px;display:block;cursor:pointer;transition:transform .2s}.message-image:hover{transform:scale(1.02)}.message-file{display:flex;align-items:center;gap:10px;padding:10px 14px;margin-top:8px;background:#0003;border-radius:10px;text-decoration:none;color:#f5f5f5;transition:background .2s}.message-file:hover{background:#0000004d}.file-icon{font-size:24px;color:#10b981}.file-icon.pdf{color:#ef4444}.file-icon.word{color:#3b82f6}.file-icon.excel{color:#22c55e}.file-icon.archive{color:#f59e0b}.file-icon.text{color:#8b5cf6}.file-name{flex:1;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-icon{font-size:14px;color:#ffffff80}.typing-indicator{display:flex;align-items:center;gap:8px;padding:8px 16px;color:#fff9;font-size:.85rem}.typing-dots{display:flex;gap:3px}.typing-dots span{width:6px;height:6px;background:#10b981;border-radius:50%;animation:typingBounce 1.4s infinite ease-in-out both}.typing-dots span:nth-child(1){animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.message-input-container{padding:16px 20px;background:#0000004d;border-top:1px solid rgba(255,255,255,.1);position:relative}.message-input-container.drag-active{background:#10b9811a}.drag-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#10b98133;border:2px dashed #10b981;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#10b981;font-weight:600;z-index:10}.drag-icon{font-size:40px}.file-error{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;margin-bottom:10px;background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:10px;color:#fca5a5;font-size:.9rem}.error-close{background:none;border:none;color:#fca5a5;cursor:pointer;padding:2px}.file-preview{display:flex;align-items:center;gap:12px;padding:10px;margin-bottom:10px;background:#ffffff1a;border-radius:10px;position:relative}.preview-image{max-width:100px;max-height:60px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.file-info{display:flex;align-items:center;gap:10px;flex:1}.file-preview-icon{font-size:24px;color:#10b981}.file-preview .file-name{font-size:.9rem;color:#f5f5f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-file{position:absolute;top:-6px;right:-6px;width:24px;height:24px;border-radius:50%;background:#ef4444;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:transform .2s}.remove-file:hover{transform:scale(1.1)}.message-form{display:flex;align-items:flex-end;gap:10px}.file-input{display:none}.attach-btn{width:44px;height:44px;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#f5f5f5;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s;flex-shrink:0}.attach-btn:hover{background:#fff3;color:#10b981}.message-textarea{flex:1;min-height:44px;max-height:120px;padding:12px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:22px;color:#f5f5f5;font-size:1rem;font-family:Kalam,cursive;resize:none;outline:none;transition:border-color .2s}.message-textarea:focus{border-color:#10b981}.message-textarea::-moz-placeholder{color:#fff6}.message-textarea::placeholder{color:#fff6}.send-btn{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:transform .2s,box-shadow .2s;flex-shrink:0}.send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 15px #10b98166}.send-btn:disabled{opacity:.5;cursor:not-allowed}.send-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.chat-page{padding:.5rem;height:calc(100vh - 140px)}.chat-layout{border-radius:16px}.chat-sidebar{width:100%;position:absolute;left:0;top:0;bottom:0;z-index:100;transform:translate(-100%);transition:transform .3s ease}.chat-sidebar.open{transform:translate(0)}.message-wrapper{max-width:85%}.chat-room-name{font-size:1.1rem}.message-content{font-size:.95rem}}@media (max-width: 480px){.chat-page{padding:0;height:calc(100vh - 120px)}.chat-layout{border-radius:0}.messages-container,.message-input-container{padding:12px}.message-textarea{min-height:40px;padding:10px 14px}.attach-btn,.send-btn{width:40px;height:40px}}/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-scroll-snap-strictness:proximity;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.top-1\/4{top:25%}.right-1\/4{right:25%}.bottom-1\/4{bottom:25%}.left-1\/4{left:25%}.-z-10{z-index:-10}.z-10{z-index:10}.z-50{z-index:50}.mx-auto{margin-inline:auto}.mt-auto{margin-top:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.inline-block{display:inline-block}.table{display:table}.h-full{height:100%}.max-h-\[80vh\]{max-height:80vh}.max-h-full{max-height:100%}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-\[320px\]{max-width:320px}.max-w-full{max-width:100%}.min-w-\[280px\]{min-width:280px}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-center{scroll-snap-align:center}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-none{--tw-border-style:none;border-style:none}.bg-transparent{background-color:#0000}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.text-center{text-align:center}.text-transparent{color:#0000}.italic{font-style:italic}.opacity-0{opacity:0}.opacity-30{opacity:.3}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}@media (hover:hover){.group-hover\:scale-150:is(:where(.group):hover *){--tw-scale-x:150%;--tw-scale-y:150%;--tw-scale-z:150%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:rotate-12:is(:where(.group):hover *){rotate:12deg}.group-hover\:opacity-80:is(:where(.group):hover *){opacity:.8}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.hover\:scale-105:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:shadow-\[0_0_30px_5px_rgba\(255\,255\,255\,0\.3\)\]:hover{--tw-shadow:0 0 30px 5px var(--tw-shadow-color,#ffffff4d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}html{width:100%;height:100%}body{color:#f5f5f5;background:#013220;margin:0;font-family:Kalam,cursive;overflow-x:hidden}.bg{opacity:.4;z-index:-1;background-image:linear-gradient(-60deg,#026440 50%,#014421 50%);animation:8s ease-in-out infinite alternate slide;position:fixed;top:0;right:-50%;bottom:0;left:-50%}.bg2{animation-duration:10s;animation-direction:alternate-reverse}.bg3{animation-duration:12s}@keyframes slide{0%{transform:translate(-25%)}to{transform:translate(25%)}}.navbar-container{background-color:#0000;justify-content:center;align-items:center;width:100%;height:80px;padding:10px 0;display:flex;position:relative}.actions-bar{background-color:#0000;border-radius:20px;justify-content:center;align-items:center;gap:5px;width:50%;height:60px;display:flex;position:relative}.action{color:#000;z-index:1;cursor:pointer;background-color:#0000001a;border:none;border-radius:15px;justify-content:center;align-items:center;width:50px;height:50px;list-style:none;transition:all .3s;display:flex}.action:hover{color:gold;background-color:#0003;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.action.selected{color:#fff;background-color:#000;box-shadow:0 4px 16px #0006}.nav-link{width:100%;height:100%;color:inherit;justify-content:center;align-items:center;font-size:1.2rem;text-decoration:none;display:flex}.nav-link:hover{color:inherit}.font-handwriting{font-family:Kalam,cursive}.font-handwriting-light{font-family:Kalam,cursive;font-weight:300}.font-handwriting-normal{font-family:Kalam,cursive;font-weight:400}.font-handwriting-bold{font-family:Kalam,cursive;font-weight:700}h1,h2,h3,h4,h5,h6{letter-spacing:.5px;font-family:Kalam,cursive;font-weight:700}p,span,div{font-family:Kalam,cursive;font-weight:400;line-height:1.6}.page-title{letter-spacing:-.01em;color:#10b981;font-size:6rem;font-weight:700;line-height:1}@media (max-width:768px){.page-title{font-size:4.5rem}}.hero-title{letter-spacing:-.01em;font-size:5rem;font-weight:700;line-height:1}.hero-subtitle{letter-spacing:-.005em;font-size:3.5rem;font-weight:600;line-height:1.1}.hero-quote{color:#d1d5db;font-size:2rem;font-style:italic;line-height:1.3}.hero-description{color:#d1d5db;font-size:1.25rem;line-height:1.6}@media (max-width:768px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:2.5rem}.hero-quote{font-size:2.25rem}.hero-description{font-size:1.125rem}}@media (max-width:480px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:2rem}.hero-quote{font-size:1.5rem}.hero-description{font-size:1rem}}.section-title{letter-spacing:-.01em;color:#10b981;font-size:5rem;font-weight:700;line-height:1}@media (max-width:768px){.section-title{font-size:4rem}}.text-large{color:#d1d5db;font-size:1.5rem;font-weight:400;line-height:1.6}@media (max-width:768px){.text-large{font-size:1.75rem}}.text-medium{color:#d1d5db;font-size:1.5rem;font-weight:400;line-height:1.6}@media (max-width:768px){.text-medium{font-size:1.25rem}}.text-highlight{color:#10b981;font-weight:600}.card-title{color:#fff;font-size:1.5rem;font-weight:700;line-height:1.2}@media (max-width:768px){.card-title{font-size:1.25rem}}.card-text{color:#d1d5db;font-size:1rem;font-weight:400;line-height:1.6}.text-small{color:#9ca3af;font-size:.875rem;font-weight:400;line-height:1.5}*{box-sizing:border-box}a{color:inherit;text-decoration:none}a:hover,a:visited,a:active{color:inherit}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-scroll-snap-strictness{syntax:"*";inherits:false;initial-value:proximity}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
