:root{--bg:#0b0c0f;--card:#111318;--text:#eaeaf0;--muted:#b6b7c2;--brand:#669bbc;--brand-2:#c1121f;--shadow:0 10px 30px rgba(0,0,0,0.35);--radius:14px;--max:1100px;--border:#1e2230;--border-card:#22283a;--font-primary:"Quicksand",Helvetica,sans-serif;--glow-red:rgba(193,18,31,0.6);--glow-blue:rgba(102,155,188,0.2)}[data-tooltip]{position:relative}[data-tooltip]:before{content:"";position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(10px);border:6px solid transparent;border-top-color:var(--brand-2);opacity:0;pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease;z-index:10}[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(0);background-color:var(--brand-2);color:white;padding:10px 16px;border-radius:4px;font-size:14px;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.3s ease,transform 0.3s ease,box-shadow 0.3s ease;z-index:11;box-shadow:0 0 0 0 rgba(193,18,31,0.4)}[data-tooltip]:hover:before{opacity:1;transform:translateX(-50%) translateY(-10px)}[data-tooltip]:hover:after{opacity:1;transform:translateX(-50%) translateY(-30px);box-shadow:0 0 20px 0 var(--glow-red)}@media screen and (max-width:768px){[data-tooltip]:after,[data-tooltip]:before{display:none}}body{margin:0;font-family:"Quicksand",Helvetica,sans-serif;background:#0b0c0f;color:var(--text);display:flex;flex-direction:column;min-height:100vh}header{background:rgba(11,12,15,0.9);border-bottom:1px solid #1e2230;position:sticky;top:0}.nav{max-width:var(--max);margin:0 auto;padding:30px 20px;display:flex;justify-content:space-between}@media screen and (max-width:768px){.nav{justify-content:center}}.nav .brand{display:flex}.nav .brand img{max-inline-size:100%}.hard,.nav,.section,footer,main{box-sizing:border-box}.hard,.section,main{max-width:var(--max);margin:0 auto;padding:20px;display:flex;flex-direction:column;flex:1;width:100%}.section .cards{display:flex;justify-content:center;gap:18px}@media screen and (max-width:768px){.section .cards{flex-wrap:wrap}.section .cards .card{flex-basis:100%}}.section .cards+h2{margin-top:45px;margin-bottom:0}.section .cards .card{background-color:var(--card);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" opacity="0.2"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.35-4.35"></path><g stroke="white" stroke-width="2.5" stroke-linecap="round"><line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line></g></svg>');background-repeat:no-repeat;background-position:right 10px center;background-size:80px;border:1px solid #22283a;border-radius:var(--radius);padding:18px;display:flex;flex-direction:column;justify-content:flex-start;flex:1 1 auto;cursor:pointer;transition:all 0.3s ease;position:relative}.section .cards .card:hover{border-color:var(--brand);box-shadow:0 0 20px 0 var(--glow-blue)}.section .cards .card p{line-height:24px;margin:0;position:relative;z-index:1}.section .cards .card h2{margin-top:0;margin-bottom:8px;color:var(--brand-2);position:relative;z-index:1;font-size:20px}.section h2{color:var(--brand)}.section .mail{text-decoration:underline;transition:color 0.2s ease}.section .mail:hover{color:var(--brand-2);cursor:pointer}.hard h1{font-size:42px;margin-bottom:12px;color:var(--brand)}.hard p{color:var(--muted);font-size:18px;margin-bottom:22px;line-height:24px;margin-bottom:0}footer{border-top:1px solid #1e2230;padding:24px 20px;color:var(--muted);text-align:center;margin-top:auto}footer strong{color:var(--brand-2);font-size:larger}footer span:first-of-type{margin-right:8px;font-weight:600}@media screen and (max-width:768px){footer span{display:block}footer span:first-of-type{margin-bottom:8px}}@media screen and (max-width:768px){.hard h1,.hard h2,.hard h3,.hard p,.section h1,.section h2,.section h3,.section p{text-align:center!important}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.95);z-index:1000;align-items:center;justify-content:center;animation:fadeIn 0.3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;background:var(--card);border-radius:var(--radius);padding:30px;max-width:800px;width:100%;display:flex;flex-direction:column;align-items:center;animation:slideUp 0.3s ease}@media screen and (max-width:768px){.modal-content{position:absolute;top:0;padding:20px;width:100%;height:100%;box-sizing:border-box}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:15px;right:15px;background:none;border:none;color:var(--text);font-size:28px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color 0.2s ease,text-shadow 0.2s ease}.modal-close:hover{color:var(--brand-2);text-shadow:0 0 10px rgba(255,255,255,0.6)}.modal-close:focus{outline:none;outline-offset:0}#gallery-modal h2{margin-top:0;margin-bottom:20px;color:var(--brand);text-align:center}.gallery-container{width:100%;display:flex;justify-content:center;margin-bottom:20px}.gallery-image{max-width:100%;max-height:500px;border-radius:calc(var(--radius) - 2px);object-fit:contain;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:auto}@media screen and (max-width:768px){.gallery-image{max-height:300px}}.gallery-description{width:100%;min-height:60px;padding:15px 0;margin-bottom:20px;text-align:center;color:var(--muted);font-size:16px;line-height:1.5;border-bottom:1px solid var(--border-card);animation:fadeIn 0.3s ease}@media screen and (max-width:768px){.gallery-description{font-size:14px;padding:12px 0;min-height:50px}}.gallery-controls{display:flex;align-items:center;justify-content:center;gap:20px;width:100%}.gallery-next,.gallery-prev{background:var(--brand);color:white;border:none;border-radius:50%;width:45px;height:45px;font-size:20px;cursor:pointer;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center}.gallery-next:hover,.gallery-prev:hover{background:var(--brand-2);transform:scale(1.1);box-shadow:0 0 20px 0 var(--glow-red)}.gallery-next:focus,.gallery-prev:focus{outline:2px solid var(--text);outline-offset:2px}.gallery-next:active,.gallery-prev:active{transform:scale(0.95)}@media screen and (max-width:768px){.gallery-next,.gallery-prev{width:40px;height:40px;font-size:16px}}.gallery-counter{color:var(--muted);font-weight:600;min-width:60px;text-align:center}