:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark}body{margin:0;padding:0;background-color:#000;color:#ffffffde;overflow:hidden}*{box-sizing:border-box}::selection{background:#5bb3ff4d;color:#fff}html,body,#root{height:100%;margin:0;padding:0}.desktop{height:100%;width:100%;position:relative;overflow:hidden;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:url(/assets/colas-x-zefir-CdrlGuQK.avif) no-repeat center / cover fixed}a{color:#fff;opacity:.9}.dockWrap{position:fixed;left:0;right:0;bottom:18px;display:flex;justify-content:center;pointer-events:none;z-index:10000;cursor:pointer;width:auto}.dock{pointer-events:auto;display:flex;gap:10px;padding:14px;border-radius:22px;background-color:#1416238c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 50px #00000073}.dockItemWrapper{position:relative;display:flex;flex-direction:column;gap:4px;align-items:center}.dockItem{width:56px;height:56px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background-color:#fff;background:var(--bg, none) center / cover no-repeat;cursor:pointer;display:grid;place-items:center;position:relative;transition:transform .13s ease,background-color .12s ease,border-color .12s ease}.dockItem:hover{transform:translateY(-4px) scale(1.06);background-color:#ffffff1a;border-color:#ffffff29}.dockItem--focused{border-color:#ffffff38;background-color:#ffffff1f}.dockIcon{font-size:26px;line-height:1}.dockDot{position:absolute;bottom:-11px;width:6px;height:6px;border-radius:50%;background-color:transparent;opacity:.9}.dockDot--on{background-color:#ffffffbf}.mobile-page{height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;background:url(/assets/colas-x-zefir-CdrlGuQK.avif) no-repeat center / cover fixed;color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;padding:20px;text-align:center;position:relative;overflow:hidden}.mobile-page:before{content:"";position:absolute;inset:0;background:#0003;z-index:1}.mobile-page__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:40px;animation:fadeIn .8s ease-out}.mobile-page__clock{display:flex;flex-direction:column;align-items:center}.mobile-page__time{font-size:80px;font-weight:200;letter-spacing:-2px;margin:0}.mobile-page__date{font-size:18px;font-weight:500;margin-top:-10px;opacity:.9}.mobile-page__card{background:#1e1e1e66;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.15);border-radius:32px;padding:40px 30px;max-width:320px;box-shadow:0 20px 50px #00000080;display:flex;flex-direction:column;align-items:center;gap:24px}.mobile-page__avatar-wrapper{position:relative}.mobile-page__avatar{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#7d7d7d,#3a3a3a);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;border:3px solid rgba(255,255,255,.2);box-shadow:0 4px 15px #0000004d}.mobile-page__info{display:flex;flex-direction:column;gap:8px}.mobile-page__title{margin:0;font-size:24px;font-weight:700;letter-spacing:-.5px}.mobile-page__message{margin:0;font-size:15px;line-height:1.5;opacity:.85;font-weight:400}.mobile-page__submessage{margin-top:8px;font-size:13px;line-height:1.4;opacity:.5;font-style:italic}.mobile-page__footer{display:flex;flex-direction:column;align-items:center;gap:16px}.mobile-page__dots{display:flex;gap:10px}.dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-page__hint{margin-top:20px;font-size:12px;opacity:.4;text-transform:uppercase;letter-spacing:1px;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:.3}50%{opacity:.6}to{opacity:.3}}.window{position:absolute;border-radius:16px;background:#1416238c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000073;overflow:hidden}.window--focused{border-color:#ffffff2e;box-shadow:0 26px 80px #0000008c}.window__titlebar{height:44px;display:flex;align-items:center;padding:0 12px;background:#ffffff0f;border-bottom:1px solid rgba(255,255,255,.08);-webkit-user-select:none;user-select:none}.window__traffic{display:flex;gap:8px;width:72px}.dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.25);cursor:pointer;padding:0}.dot--red{background:#ff5f57}.dot--yellow{background:#febc2e}.dot--green{background:#28c840}.dot--grey{background:#4a4a4a;cursor:default}.window__title{flex:1;text-align:center;font-weight:600;color:#ffffffd6}.window__spacer{width:72px}.window__content{height:calc(100% - 44px);overflow:auto;padding:16px;color:#ffffffdb;animation:fadeIn .4s cubic-bezier(.2,.8,.2,1)}.window__content::-webkit-scrollbar{width:10px;height:10px}.window__content::-webkit-scrollbar-track{background:transparent}.window__content::-webkit-scrollbar-thumb{background:#fff3;border-radius:5px;border:2px solid rgba(20,22,35,0);background-clip:content-box}.window__content::-webkit-scrollbar-thumb:hover{background:#ffffff4d;border:2px solid rgba(20,22,35,0);background-clip:content-box}.window__content::-webkit-scrollbar-corner{background:transparent}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.window__titlebar{cursor:grab}.window__titlebar:active{cursor:grabbing}.window__resize-handle{position:absolute;z-index:100;touch-action:none}.window__resize-handle--n{top:0;left:10px;right:10px;height:6px;cursor:ns-resize}.window__resize-handle--s{bottom:0;left:10px;right:10px;height:6px;cursor:ns-resize}.window__resize-handle--e{top:10px;bottom:10px;right:0;width:6px;cursor:ew-resize}.window__resize-handle--w{top:10px;bottom:10px;left:0;width:6px;cursor:ew-resize}.window__resize-handle--ne{top:0;right:0;width:12px;height:12px;cursor:nesw-resize}.window__resize-handle--nw{top:0;left:0;width:12px;height:12px;cursor:nwse-resize}.window__resize-handle--se{bottom:0;right:0;width:12px;height:12px;cursor:nwse-resize}.window__resize-handle--sw{bottom:0;left:0;width:12px;height:12px;cursor:nesw-resize}.about-container{display:flex;flex-direction:column;gap:24px;max-width:800px;margin:0 auto}.about-header{text-align:left;margin-bottom:12px}.about-header h1{font-size:2.5rem;font-weight:700;margin:0 0 12px;background:linear-gradient(135deg,#fff,#a5a5a5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.about-intro{font-size:1.1rem;line-height:1.6;color:#ffffffe6}.about-link{color:#5bb3ff;text-decoration:none;font-weight:500;transition:color .2s ease}.about-link:hover{color:#8ccbff;text-decoration:underline}.about-guide{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:24px}.about-guide-title{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:16px;display:block}.about-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.about-list-item{display:flex;align-items:baseline;gap:8px;color:#ffffffd9;font-size:1rem;line-height:1.5}.about-list-item strong{color:#fff;font-weight:600;white-space:nowrap}.about-footer{font-size:1.1rem;color:#fffc;font-style:italic;margin-top:12px}.contact-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;text-align:center;gap:24px;padding-bottom:24px}.contact-header h1{font-size:2.5rem;font-weight:700;margin:0 0 12px;background:linear-gradient(135deg,#fff,#a5a5a5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.contact-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:32px;display:flex;flex-direction:column;align-items:center;gap:24px;min-width:300px;box-shadow:0 20px 40px -10px #0000004d}.contact-item{display:flex;flex-direction:column;align-items:center;gap:8px}.contact-label{font-size:.9rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.contact-value{font-size:1.5rem;font-weight:600;color:#fff;text-decoration:none;transition:opacity .2s ease}.contact-value:hover{opacity:.8}.contact-value.phone{font-family:monospace;letter-spacing:.05em}.me-container{display:flex;flex-direction:column;gap:24px;max-width:900px;margin:0 auto;padding:48px}@media(max-width:600px){.me-container{padding:24px}}.me-header{text-align:left;margin-bottom:8px}.me-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#a5a5a5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;margin:0}.me-intro{font-size:1.1rem;line-height:1.6;color:#ffffffe6;margin:0}.me-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:20px}.me-card{height:300px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:16px;display:flex;flex-direction:row;gap:16px;transition:all .3s cubic-bezier(.25,.8,.25,1)}.me-card:hover{background:#ffffff0f;border-color:#ffffff1a;transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}.me-card-image-container{min-width:200px;aspect-ratio:16/9;border-radius:10px;overflow:hidden;position:relative}.me-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.me-card:hover .me-card-image{transform:scale(1.05)}.me-card-content{display:flex;flex-direction:column;gap:8px}.me-card-title{margin:0;font-size:1.25rem;font-weight:600;color:#fff}.me-card-text{margin:0;font-size:.95rem;line-height:1.5;color:#fffc}.position-container{display:flex;flex-direction:column;gap:32px;max-width:900px;margin:0 auto;padding-bottom:24px}.position-header h1{font-size:2.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,#fff,#a5a5a5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.position-intro{font-size:1.1rem;line-height:1.6;color:#ffffffe6;max-width:700px;margin:0}.position-section{display:grid;grid-template-columns:1fr;gap:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:24px}.position-req{display:flex;flex-direction:column;gap:12px}.position-req-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.position-req-list{margin:0;padding-left:20px;color:#ffffffb3;line-height:1.6}.position-req-list strong{color:#ffffffe6}.position-response{background:#28c8400d;border:1px solid rgba(40,200,64,.2);border-radius:12px;padding:16px;position:relative}.position-response:before{content:"MATCH";position:absolute;top:-10px;right:16px;background:#28c840;color:#000;font-size:.7rem;font-weight:800;padding:2px 8px;border-radius:99px;letter-spacing:.05em}.position-response-text{color:#ffffffe6;line-height:1.6;font-size:.95rem;margin:0}.position-response-text+.position-response-text{margin-top:12px}.position-closing{font-size:1.1rem;color:#fffc;font-style:italic;border-top:1px solid rgba(255,255,255,.1);padding-top:24px}@media(min-width:768px){.position-section{grid-template-columns:1fr 1fr;gap:24px;align-items:start}}
