@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700;900&family=Limelight&family=Orbitron:wght@400;500;700;900&display=swap";:root,html,body{width:100%;max-width:100vw;overflow-x:clip}#root,.App,main{width:100%;max-width:100vw}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.language-selector{position:fixed;right:1.25rem;top:1.25rem;z-index:40;display:flex;flex-direction:row;gap:.4rem;padding:.45rem .55rem;background:#111827eb;border:1px solid rgba(255,255,255,.2);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.language-option{width:48px;height:32px;padding:0;border:2px solid rgba(255,255,255,.35);border-radius:8px;background:transparent;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.language-option:hover{transform:translate(-2px)}.language-option.selected{border-color:#fff;box-shadow:0 0 0 2px #fff3}.flag{display:block;width:100%;height:100%;border-radius:6px;overflow:hidden}.flag-finland{background:linear-gradient(to right,transparent 0 28%,#1d4fa8 28% 44%,transparent 44% 100%),linear-gradient(to bottom,transparent 0 38%,#1d4fa8 38% 58%,transparent 58% 100%),#fff}.flag-en-hybrid{position:relative;background-image:url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/English_language.svg/1920px-English_language.svg.png);background-size:cover;background-position:center}.flag-uk,.flag-us{display:none}.hero{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 2rem;overflow:hidden;width:100%;max-width:100vw}.hero-background{position:absolute;top:-20%;left:0;width:100%;height:120%;background-size:cover;background-position:center;background-repeat:no-repeat;will-change:transform;z-index:0}.hero:before{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;max-width:100%;width:100%;color:var(--text-light);display:flex;flex-direction:column;align-items:center}.hero-main-title{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:2rem;padding:0 2rem;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.brand-sentinel{font-family:Limelight,sans-serif;font-weight:900;font-size:clamp(3rem,8vw,6rem);letter-spacing:.05em;color:#fff;text-shadow:0 0 30px rgba(0,86,179,.6)}.brand-fleet{font-family:Limelight,sans-serif;font-weight:400;font-size:clamp(3rem,8vw,6rem);letter-spacing:.2em;color:#fff;text-transform:uppercase;text-shadow:0 0 8px rgba(0,102,255,.9),0 0 30px rgba(0,86,179,.7)}@media(min-width:1024px){.hero-main-title{flex-direction:row;gap:1.5rem}}.hero-title{font-size:3.5rem;font-weight:900;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-welcome{font-size:.7em;font-weight:400}.hero-brand{font-weight:900}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.site-header{position:sticky;top:0;z-index:30;background:#111827f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.site-header-brand{display:inline-block;background:none;border:none;cursor:pointer;font-family:Limelight,sans-serif;font-size:1.15rem;letter-spacing:2px;padding:0;line-height:1}.site-header-brand .brand-sentinel,.site-header-brand .brand-fleet{color:#fff;font-size:1.15rem;letter-spacing:2px;text-shadow:none;text-transform:uppercase}.article-back-toolbar{position:sticky;top:calc(2.65rem + 2px);z-index:29;background:var(--bg-light);border-bottom:1px solid var(--border-color);padding:.6rem 0}.articles-section{padding:4rem 0 3rem;background:var(--bg-light)}.articles-section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2.5rem;color:var(--text-primary)}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.article-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:#fff;border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-family:inherit;font-size:inherit;color:inherit;width:100%}.article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.article-card-date{font-size:.8rem;color:var(--text-secondary);margin-bottom:.5rem}.article-card-title{font-size:1.15rem;font-weight:600;color:var(--text-primary);margin-bottom:.6rem;line-height:1.4}.article-card-excerpt{font-size:.92rem;color:var(--text-secondary);line-height:1.6;flex:1;margin-bottom:1rem}.article-card-link{font-size:.9rem;font-weight:500;color:var(--primary-color)}.article-view{min-height:80vh;padding-bottom:3rem;background:var(--bg-light)}.article-view>.container{padding-top:2.5rem}.article-back-btn{display:inline-block;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:500;color:var(--primary-color);margin-bottom:0;padding:.1rem 0;font-family:inherit;transition:opacity .15s ease}.article-back-btn:hover{opacity:.75}.article-view-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.article-view-date{display:block;font-size:.85rem;color:var(--text-secondary);margin-bottom:.75rem}.article-view-title{font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1.3}.article-view-body{max-width:720px;font-size:1.05rem;line-height:1.8;color:var(--text-primary)}.article-view-body p{margin-bottom:1.25rem}.article-lang-notice{font-size:.85rem;color:var(--text-secondary);font-style:italic;margin-bottom:1.5rem}.article-view-h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-top:2.5rem;margin-bottom:1rem;line-height:1.3}.article-view-h3{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin-top:2rem;margin-bottom:.75rem;line-height:1.4}.article-view-list{margin-bottom:1.25rem;padding-left:1.5rem}.article-view-list li{margin-bottom:.6rem;line-height:1.7}.article-view-blockquote{margin:1.5rem 0;padding:1rem 1.25rem;border-left:3px solid var(--primary-color);background:#2563eb0a;border-radius:0 .5rem .5rem 0}.article-view-blockquote p{margin-bottom:0;color:var(--text-secondary);font-style:italic}.about-section{padding:4rem 0 3.5rem;background:#fff}.about-section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:1.25rem;color:var(--text-primary)}.about-intro{text-align:center;font-size:1.15rem;color:var(--text-secondary);max-width:640px;margin:0 auto 2.5rem;line-height:1.7}.about-building{max-width:720px;margin:0 auto 3rem}.about-subtitle{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.about-building p{font-size:1rem;line-height:1.75;color:var(--text-secondary)}.about-team{margin-bottom:2.5rem}.about-team .about-subtitle{text-align:center;margin-bottom:1.5rem}.about-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:720px;margin:0 auto}.about-team-card{background:var(--bg-light);border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem}.about-team-name{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.2rem}.about-team-role{display:block;font-size:.9rem;font-weight:500;color:var(--primary-color);margin-bottom:.6rem}.about-team-credentials{font-size:.82rem;color:var(--text-secondary);margin-bottom:.75rem;line-height:1.5}.about-team-bio{font-size:.92rem;color:var(--text-secondary);line-height:1.7}.about-cta{text-align:center;max-width:640px;margin:0 auto;padding:1.5rem 2rem;background:var(--bg-light);border-radius:.75rem;border:1px solid var(--border-color)}.about-cta p{font-size:1rem;font-weight:500;color:var(--text-primary);line-height:1.7}.footer{background-color:#111827d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-light);padding:3rem 0 1rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-logo-section{display:flex;align-items:center;justify-content:center}.footer-logo{height:80px;width:auto;object-fit:contain}.footer-section h3{font-family:Limelight,sans-serif;color:var(--text-light);font-size:1.35rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:var(--accent-color);text-decoration:underline;opacity:.9;transition:all .2s ease-in-out}.footer-section a:hover{opacity:1;color:var(--primary-color);text-decoration:underline}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);opacity:.8}@media(max-width:768px){.language-selector{right:.75rem;top:.75rem;padding:.4rem .45rem}.language-option{width:44px;height:30px}.hero{min-height:100vh;-webkit-overflow-scrolling:touch}.hero-background{top:-10%;height:110%;background-attachment:scroll}.hero-main-title{font-size:3.5rem;letter-spacing:1.5px;padding:0 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:200px}.footer-content{justify-items:center;text-align:center}.footer-section{text-align:center}.footer-logo-section{justify-content:center}}@media(max-width:600px){.hero-main-title{font-size:2.8rem;letter-spacing:1px;padding:0 1rem}}@media(max-width:480px){.hero{padding:0 1rem}.hero-main-title{font-size:2rem;letter-spacing:.8px;padding:0 .5rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}}@media(max-width:360px){.hero-main-title{font-size:1.5rem;letter-spacing:.5px;padding:0 .5rem}.hero-title{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--secondary-color: #1e40af;--accent-color: #3b82f6;--text-primary: #1f2937;--text-secondary: #6b7280;--text-light: #ffffff;--bg-light: #f9fafb;--bg-dark: #111827;--border-color: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-primary);overflow-x:clip}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--text-secondary)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-primary)}.btn{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in-out;margin:.25rem}.btn-primary{background-color:var(--primary-color);color:var(--text-light)}.btn-primary:hover{background-color:var(--secondary-color);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background-color:transparent;color:var(--text-light);border:2px solid var(--text-light)}.btn-secondary:hover{background-color:var(--text-light);color:var(--primary-color)}@media(max-width:768px){.container{padding:0 1.25rem}.section-title{font-size:2rem}.btn{display:block;width:100%;margin:.5rem 0}}
