diff --git a/assets/css/custom.css b/assets/css/custom.css
new file mode 100644
index 0000000..e933305
--- /dev/null
+++ b/assets/css/custom.css
@@ -0,0 +1,86 @@
+/* assets/css/custom.css */
+body {
+ font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
+ background-color: #F8F9FA;
+}
+
+.sidebar {
+ position: fixed;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ z-index: 100;
+ padding: 56px 0 0; /* Height of navbar */
+ box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
+ background-color: #FFFFFF;
+}
+
+.sidebar-sticky {
+ position: relative;
+ top: 0;
+ height: calc(100vh - 56px);
+ padding-top: .5rem;
+ overflow-x: hidden;
+ overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
+}
+
+.main-content {
+ margin-left: 240px; /* Same as sidebar width */
+ padding-top: 70px;
+}
+
+.navbar {
+ background: linear-gradient(90deg, #0A68FF 0%, #0052CC 100%);
+}
+
+.navbar-brand {
+ font-weight: 600;
+}
+
+.form-control-dark {
+ color: #fff;
+ background-color: rgba(255, 255, 255, .1);
+ border-color: rgba(255, 255, 255, .1);
+}
+
+.form-control-dark:focus {
+ border-color: transparent;
+ box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
+}
+
+.news-card {
+ border-radius: 0.5rem;
+ border: 1px solid #e9ecef;
+ transition: box-shadow 0.2s ease-in-out;
+}
+
+.news-card:hover {
+ box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
+}
+
+.news-card .card-title {
+ font-weight: 600;
+ color: #212529;
+}
+
+.news-card .card-subtitle {
+ font-size: 0.875rem;
+ color: #6c757d;
+}
+
+.news-card .card-text {
+ color: #495057;
+}
+
+.news-card .btn-outline-secondary {
+ border-radius: 0.25rem;
+}
+
+.filter-group .form-check-label {
+ font-size: 0.9rem;
+}
+
+.filter-group h6 {
+ font-weight: 600;
+ color: #0A68FF;
+}
diff --git a/assets/js/main.js b/assets/js/main.js
new file mode 100644
index 0000000..c54f250
--- /dev/null
+++ b/assets/js/main.js
@@ -0,0 +1,3 @@
+// assets/js/main.js
+// Future JavaScript for interactivity can be added here.
+console.log("main.js loaded");
diff --git a/index.php b/index.php
index 7205f3d..e4e131e 100644
--- a/index.php
+++ b/index.php
@@ -1,150 +1,183 @@
"TechFin Innovators Secure $50M Series B for AI-Powered Analytics Platform",
+ "summary" => "TechFin, a leader in financial technology, has closed a major funding round. The investment will be used to expand their engineering team and accelerate the development of their predictive analytics engine for institutional investors.",
+ "source" => "TechCrunch",
+ "date" => "2025-11-18",
+ "client_tags" => ["Major Bank Inc.", "Global Investment Co."]
+ ],
+ [
+ "title" => "Retail Giant 'ShopSphere' Launches Same-Day Drone Delivery in 5 Major Cities",
+ "summary" => "ShopSphere is revolutionizing e-commerce logistics with its new drone delivery service. The move is expected to significantly disrupt the last-mile delivery market and puts pressure on competitors to innovate.",
+ "source" => "Bloomberg",
+ "date" => "2025-11-18",
+ "client_tags" => ["ShopSphere", "Logistics Corp"]
+ ],
+ [
+ "title" => "Regulatory Changes in Renewable Energy Sector to Impact BioFuel Corp",
+ "summary" => "New government regulations are set to create new opportunities and challenges for companies in the renewable energy space. BioFuel Corp's stock saw a slight dip following the announcement as investors weigh the potential impact.",
+ "source" => "Reuters",
+ "date" => "2025-11-17",
+ "client_tags" => ["BioFuel Corp"]
+ ],
+ [
+ "title" => "The Future of SaaS: An Interview with Visionary CEO of CloudWorks",
+ "summary" => "Wired sits down with the CEO of CloudWorks to discuss the future of the Software-as-a-Service industry, touching on topics like vertical SaaS, AI integration, and the importance of customer success.",
+ "source" => "Wired",
+ "date" => "2025-11-17",
+ "client_tags" => ["CloudWorks", "SaaSY"]
+ ],
+];
+
+// Mock data for filters
+$clients = ["Major Bank Inc.", "Global Investment Co.", "ShopSphere", "BioFuel Corp", "CloudWorks"];
+$industries = ["Fintech", "SaaS", "Retail", "Energy"];
+$keywords = ["Innovation", "M&A", "Regulatory", "Leadership"];
-$phpVersion = PHP_VERSION;
-$now = date('Y-m-d H:i:s');
?>
-
+
-
-
- New Style
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ News Aggregator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
Analyzing your requirements and generating your website…
-
- Loading…
-
-
= ($_SERVER['HTTP_HOST'] ?? '') === 'appwizzy.com' ? 'AppWizzy' : 'Flatlogic' ?> AI is collecting your requirements and applying the first changes.
-
This page will update automatically as the plan is implemented.
-
Runtime: PHP = htmlspecialchars($phpVersion) ?> — UTC = htmlspecialchars($now) ?>
+
+
+
+
-
-
+
+
+
+
+
-
+