2026-07-05 06:41:32 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > LIFE Enterprise v5 - Reality Intelligence Platform< / title >
2026-07-07 07:11:50 +00:00
< link rel = "stylesheet" href = "/assets/css/landvex-complete.css" >
< style >
2026-07-05 06:41:32 +00:00
* { margin : 0 ; padding : 0 ; box-sizing : border-box ; }
body { font-family : - apple-system , BlinkMacSystemFont , 'Inter' , sans-serif ; background : #000 ; color : #fff ; line-height : 1.6 ; }
2026-07-07 07:11:50 +00:00
. header { background : #0a0a0a ; border-bottom : 1 px solid #333 ; padding : 24 px ; display : flex ; justify-content : space-between ; align-items : center ; }
2026-07-05 06:41:32 +00:00
. header h1 { font-size : 1.5 rem ; background : linear-gradient ( 90 deg , #00d4ff , #7c3aed ) ; -webkit- background-clip : text ; -webkit- text-fill-color : transparent ; }
. header . subtitle { color : #666 ; font-size : 0.85 rem ; }
2026-07-07 07:11:50 +00:00
. nav { background : #0a0a0a ; border-bottom : 1 px solid #333 ; padding : 0 40 px ; display : flex ; gap : 16 px ; }
. nav a { color : #666 ; text-decoration : none ; padding : 24 px ; font-size : 0.85 rem ; transition : all 0.2 s ; border-bottom : 2 px solid transparent ; }
2026-07-05 06:41:32 +00:00
. nav a : hover , . nav a . active { color : #00d4ff ; border-bottom-color : #00d4ff ; }
. main { padding : 40 px ; max-width : 1400 px ; margin : 0 auto ; }
2026-07-07 07:11:50 +00:00
. hero { text-align : center ; padding : 24 px ; background : linear-gradient ( 180 deg , #0a0a0a 0 % , #1a1a2e 100 % ) ; border-radius : var ( - - radius - lg ) ; margin-bottom : 40 px ; }
. hero h2 { font-size : 2 rem ; margin-bottom : 24 px ; background : linear-gradient ( 90 deg , #00d4ff , #7c3aed ) ; -webkit- background-clip : text ; -webkit- text-fill-color : transparent ; }
2026-07-05 06:41:32 +00:00
. hero p { font-size : 1 rem ; color : #aaa ; max-width : 800 px ; margin : 0 auto ; }
2026-07-07 07:11:50 +00:00
. pillars { display : grid ; grid-template-columns : repeat ( auto - fill , minmax ( 300 px , 1 fr ) ) ; gap : 16 px ; margin-bottom : 40 px ; }
. pillar { background : #111 ; border : 1 px solid #333 ; border-radius : var ( - - radius - md ) ; padding : 24 px ; }
2026-07-05 06:41:32 +00:00
. pillar-number { font-size : 0.75 rem ; color : #00d4ff ; text-transform : uppercase ; letter-spacing : 1 px ; margin-bottom : 8 px ; }
. pillar h3 { font-size : 1.1 rem ; margin-bottom : 12 px ; }
. pillar p { color : #888 ; font-size : 0.85 rem ; margin-bottom : 12 px ; }
. pillar-features { list-style : none ; }
. pillar-features li { color : #aaa ; font-size : 0.8 rem ; padding : 4 px 0 ; padding-left : 16 px ; position : relative ; }
. pillar-features li :: before { content : "→" ; position : absolute ; left : 0 ; color : #00d4ff ; }
2026-07-07 07:11:50 +00:00
. product-def { background : #111 ; border : 1 px solid #333 ; border-radius : var ( - - radius - md ) ; padding : 32 px ; margin-bottom : 40 px ; text-align : center ; }
. product-def h2 { font-size : 1.5 rem ; margin-bottom : 24 px ; color : #00d4ff ; }
2026-07-05 06:41:32 +00:00
. product-def p { font-size : 1.1 rem ; color : #aaa ; max-width : 700 px ; margin : 0 auto ; line-height : 1.8 ; }
. stats { display : grid ; grid-template-columns : repeat ( auto - fill , minmax ( 150 px , 1 fr ) ) ; gap : 16 px ; margin-bottom : 40 px ; }
2026-07-07 07:11:50 +00:00
. stat { background : #111 ; border : 1 px solid #333 ; border-radius : var ( - - radius - md ) ; padding : 16 px ; text-align : center ; }
2026-07-05 06:41:32 +00:00
. stat-value { font-size : 1.5 rem ; font-weight : 700 ; color : #00d4ff ; }
. stat-label { font-size : 0.75 rem ; color : #666 ; margin-top : 4 px ; }
< / style >
< / head >
< body >
< div class = "header" >
< div >
< h1 > LIFE Enterprise v5< / h1 >
< div class = "subtitle" > Reality Intelligence Platform< / div >
< / div >
< / div >
< div class = "nav" >
2026-07-07 07:11:50 +00:00
< a href = "/admin/" > ← Admin< / a >
2026-07-05 06:41:32 +00:00
< a href = "#" class = "active" > Enterprise< / a >
< a href = "#pillars" > Pelare< / a >
< a href = "#definition" > Definition< / a >
< / div >
< div class = "main" >
2026-07-07 07:11:50 +00:00
< div class = "lv-hero" >
2026-07-05 06:41:32 +00:00
< h2 > Reality Intelligence Platform< / h2 >
< p > LIFE omvandlar observerbara signaler från den fysiska världen till spårbara evidens, förklarbara analyser och beslutsunderlag genom kontinuerlig fusion av geospatial data, fältobservationer, öppna datakällor och AI.< / p >
< / div >
< div class = "stats" >
< div class = "stat" >
< div class = "stat-value" > 5< / div >
< div class = "stat-label" > Strategiska Pelare< / div >
< / div >
< div class = "stat" >
< div class = "stat-value" > 10+< / div >
< div class = "stat-label" > Domäner< / div >
< / div >
< div class = "stat" >
< div class = "stat-value" > 4< / div >
< div class = "stat-label" > Plattformsnivåer< / div >
< / div >
< div class = "stat" >
< div class = "stat-value" > 9< / div >
< div class = "stat-label" > Kärnblock< / div >
< / div >
< div class = "stat" >
< div class = "stat-value" > 120< / div >
< div class = "stat-label" > API-endpoints< / div >
< / div >
< / div >
2026-07-07 07:11:50 +00:00
< h2 > 5 Strategiska Pelare< / h2 >
2026-07-05 06:41:32 +00:00
< div class = "pillars" id = "pillars" >
< div class = "pillar" >
< div class = "pillar-number" > Pillar 1< / div >
2026-07-07 07:11:50 +00:00
< h3 > < svg width = "16" height = "16" viewBox = "0 0 16 16" fill = "none" > < rect x = "3" y = "7" width = "10" height = "7" rx = "1" stroke = "#666" stroke-width = "1.5" / > < path d = "M5 7V5C5 3.3 6.3 2 8 2C9.7 2 11 3.3 11 5V7" stroke = "#666" stroke-width = "1.5" / > < circle cx = "8" cy = "10.5" r = "1" fill = "#666" / > < / svg > Trust Layer< / h3 >
2026-07-05 06:41:32 +00:00
< p > Varje insikt ska kunna besvara tillitsfrågor< / p >
< ul class = "pillar-features" >
< li > Vilka källor ligger bakom?< / li >
< li > Hur färsk är informationen?< / li >
< li > Hur säker är bedömningen?< / li >
< li > Finns det motstridig evidens?< / li >
< li > Vad skulle kunna ändra slutsatsen?< / li >
< / ul >
< / div >
< div class = "pillar" >
< div class = "pillar-number" > Pillar 2< / div >
2026-07-07 07:11:50 +00:00
< h3 > < svg width = "16" height = "16" viewBox = "0 0 16 16" fill = "none" > < rect x = "3" y = "2" width = "10" height = "12" rx = "1" stroke = "#666" stroke-width = "1.5" / > < path d = "M6 5H10M6 8H10M6 11H8" stroke = "#666" stroke-width = "1.5" stroke-linecap = "round" / > < / svg > Governance Layer< / h3 >
2026-07-05 06:41:32 +00:00
< p > Tydliga regler för modeller, data och beslut< / p >
< ul class = "pillar-features" >
< li > Versionshantering av AI-modeller< / li >
< li > Dokumenterade datakällor< / li >
< li > Rollbaserad åtkomst< / li >
< li > Oföränderliga revisionsloggar< / li >
< li > Policyer för datakvalitet< / li >
< / ul >
< / div >
< div class = "pillar" >
< div class = "pillar-number" > Pillar 3< / div >
2026-07-07 07:11:50 +00:00
< h3 > Simulation Layer< / h3 >
2026-07-05 06:41:32 +00:00
< p > Simulera scenarier, inte bara beskriva nuläge< / p >
< ul class = "pillar-features" >
< li > Vad händer om en väg stängs?< / li >
< li > Hur påverkas logistiken?< / li >
< li > Hur förändras riskbilden?< / li >
< li > Hur påverkar alternativa prioriteringar?< / li >
< li > Scenariobibliotek med fördefinierade case< / li >
< / ul >
< / div >
< div class = "pillar" >
< div class = "pillar-number" > Pillar 4< / div >
2026-07-07 07:11:50 +00:00
< h3 > Collaboration Layer< / h3 >
2026-07-05 06:41:32 +00:00
< p > Flera aktörer arbetar i samma informationsmodell< / p >
< ul class = "pillar-features" >
< li > Kommentera observationer< / li >
< li > Begära verifiering< / li >
< li > Dela arbetsytor< / li >
< li > Hantera ärenden< / li >
< li > Tilldela uppgifter< / li >
< / ul >
< / div >
< div class = "pillar" >
< div class = "pillar-number" > Pillar 5< / div >
2026-07-07 07:11:50 +00:00
< h3 > Reality API< / h3 >
2026-07-05 06:41:32 +00:00
< p > Semantiskt API för domänorienterad åtkomst< / p >
< ul class = "pillar-features" >
< li > /objects - Fysiska objekt< / li >
< li > /observations - Observationer< / li >
< li > /evidence - Evidens< / li >
< li > /hypotheses - Hypoteser< / li >
< li > /predictions - Prognoser< / li >
< li > /actions - Åtgärder< / li >
< / ul >
< / div >
< / div >
< div class = "product-def" id = "definition" >
< h2 > Produktdefinition< / h2 >
< p > "LIFE är en Reality Intelligence Platform som omvandlar observerbara signaler från den fysiska världen till spårbara evidens, förklarbara analyser och beslutsunderlag genom kontinuerlig fusion av geospatial data, fältobservationer, öppna datakällor och AI."< / p >
< / div >
< / div >
< / body >
< / html >