*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #ea802c;--primary-hover: #fa903c;--primary-dark: #ca600c;--text-color: #333;--text-light: #666;--border-color: #e0e0e0;--bg-light: #f8f9fa;--white: #ffffff;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 16px rgba(0, 0, 0, .15)}.dark-mode{--primary-color: #fa903c;--primary-hover: #ffa04c;--primary-dark: #ea802c;--text-color: #e4e4e7;--text-light: #a1a1aa;--border-color: #3f3f46;--bg-light: #18181b;--white: #27272a;--shadow: 0 2px 8px rgba(0, 0, 0, .4);--shadow-hover: 0 4px 16px rgba(0, 0, 0, .6)}.dark-mode body{background-color:#09090b}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;color:var(--text-color);line-height:1.6;background-color:var(--white)}.app{min-height:100vh;position:relative;overflow-x:hidden}.header{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;width:100%}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo img{height:40px;display:block;object-fit:contain}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:var(--text-light);text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover{color:var(--primary-color)}.dark-mode-toggle{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--text-light);transition:all .3s ease;border-radius:8px}.dark-mode-toggle:hover{color:var(--primary-color);background:var(--bg-light)}.dark-mode-toggle svg{display:block}.hero{background:linear-gradient(135deg,#f5f7fa,#e9ecef);padding:4rem 2rem;position:relative}.dark-mode .hero{background:linear-gradient(135deg,#18181b,#27272a)}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-image img{width:100%;max-width:500px;height:auto}.hero-content h1{font-size:2.5rem;color:var(--text-color);margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.1rem;margin-bottom:1rem;color:var(--text-light)}.hero-subtitle strong{color:var(--text-color)}.hero-content p{color:var(--text-light);font-size:1rem;line-height:1.7}.getting-started{padding:5rem 2rem;background:var(--white)}.getting-started-container{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.step-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 2.5rem;background:var(--primary-color);color:var(--white);text-decoration:none;border-radius:12px;min-width:280px;transition:all .3s ease;box-shadow:var(--shadow)}.step-card:hover{background:var(--primary-hover);transform:translateY(-4px);box-shadow:var(--shadow-hover)}.step-number{display:inline-block;width:50px;height:50px;line-height:50px;background:var(--primary-dark);border-radius:50%;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-title{font-size:1.25rem;font-weight:600}.step-connector{width:60px;height:2px;background:var(--border-color);position:relative}.step-connector:after{content:"→";position:absolute;right:-10px;top:-12px;color:var(--border-color);font-size:1.5rem}table{border-collapse:collapse;width:100%}th,td{border:1px solid var(--border-color);padding:.75rem;text-align:left}th{background-color:var(--bg-light);font-weight:600;color:var(--text-color)}td{color:var(--text-color)}tbody tr:hover{background-color:var(--bg-light)}.dark-mode table{border-color:var(--border-color)}.dark-mode th{background-color:#27272a;color:#fafafa}.dark-mode td{background-color:#18181b;color:#e4e4e7}.dark-mode tbody tr:hover{background-color:#27272a}.resources{padding:4rem 2rem;background:var(--bg-light)}.resources-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.resource-card{background:var(--white);padding:2rem;border-radius:12px;border-left:5px solid var(--primary-color);box-shadow:var(--shadow);transition:all .3s ease}.resource-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.resource-card h3{color:var(--text-color);font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.resource-card ul{list-style:none}.resource-card li{margin-bottom:.75rem}.resource-card a{color:var(--text-light);text-decoration:none;transition:color .3s ease;display:inline-block}.resource-card a:hover{color:var(--primary-color);text-decoration:underline}.backend-changes-notice{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:12px;margin:2rem auto;max-width:1200px;padding:2rem;box-shadow:var(--shadow)}.dark-mode .backend-changes-notice{background:linear-gradient(135deg,#422006,#713f12);border-color:#f59e0b}.notice-container{display:flex;gap:1.5rem;align-items:flex-start}.notice-icon{flex-shrink:0;width:48px;height:48px;color:#f59e0b}.notice-icon svg{width:100%;height:100%;display:block}.notice-content{flex:1}.notice-content h2{color:#78350f;font-size:1.5rem;margin-bottom:.75rem;font-weight:700}.dark-mode .notice-content h2{color:#fbbf24}.notice-content p{color:#78350f;margin-bottom:1.25rem;line-height:1.6}.dark-mode .notice-content p{color:#fde68a}.notice-button{display:inline-block;background:#f59e0b;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 2px 4px #f59e0b4d}.notice-button:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 4px 8px #f59e0b66}.skybox{position:fixed;top:80px;left:0;right:0;height:400px;background:url(/Bakgrunn_skyer.png) center/cover no-repeat;z-index:-1;opacity:.3;pointer-events:none}.dark-mode .skybox{opacity:.1;filter:brightness(.6)}@media(max-width:968px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-image{order:-1}.hero-content h1{font-size:2rem}.nav{gap:1rem}.step-connector{display:none}.getting-started-container{flex-direction:column}}@media(max-width:640px){.header-container{flex-direction:column;gap:1rem}.nav{flex-direction:column;gap:.5rem}.hero{padding:2rem 1rem}.hero-content h1{font-size:1.75rem}.getting-started{padding:3rem 1rem}.step-card{min-width:100%}.resources{padding:2rem 1rem}.resources-container{grid-template-columns:1fr}.backend-changes-notice{margin:1rem;padding:1.5rem}.notice-container{flex-direction:column;text-align:center;align-items:center}.notice-content h2{font-size:1.25rem}}
