Changes to quantum-align.scroll.pub

ffff:70.24.247.144
ffff:70.24.247.144
13 days ago
updated style.css
style.css
Changed around line 1
- -bg-gradient: linear-gradient(135deg, #0f0524 0%, #1a0f3c 100%);
- --text-glow: 0 0 10px rgba(255,255,255,0.5);
- --card-bg: rgba(255,255,255,0.05);
- --primary-color: #c77dff;
- --secondary-color: #e0aaff;
- --transition-speed: 0.3s;
+ --text-glow: 0 0 10px rgba(255, 255, 255, 0.5);
+ --card-bg: rgba(255, 255, 255, 0.05);
- /* Accessibility improvements */
- .skip-nav {
- position: absolute;
- top: -40px;
- left: 0;
- padding: 8px;
- background: var(--primary-color);
- color: #fff;
- z-index: 100;
- transition: top var(--transition-speed);
- }
-
- .skip-nav:focus {
- top: 0;
- }
-
- /* Enhanced base styles */
- font-family: 'Segoe UI', system-ui, sans-serif;
+ font-family: "Segoe UI", system-ui, sans-serif;
- line-height: 1.6;
- overflow-x: hidden;
- /* Enhanced header styles */
- margin-bottom: 2rem;
- width: 100%;
- max-width: 1200px;
- /* Enhanced cypher animation */
- color: var(--primary-color);
+ color: #c77dff;
- background: rgba(255,255,255,0.1);
+ background: rgba(255, 255, 255, 0.1);
- display: inline-block;
- /* Enhanced grid layout */
+ @keyframes glow {
+ from {
+ box-shadow:
+ 0 0 5px #c77dff,
+ 0 0 10px #c77dff;
+ }
+ to {
+ box-shadow:
+ 0 0 10px #c77dff,
+ 0 0 20px #c77dff;
+ }
+ }
+
+ h1 {
+ font-size: 2.5rem;
+ margin: 0;
+ background: linear-gradient(45deg, #e0aaff, #c77dff);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ }
+
Changed around line 61: header {
- /* Enhanced card styles */
- border: 1px solid rgba(255,255,255,0.1);
- transition: all var(--transition-speed) ease;
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ transition: transform 0.3s ease;
- box-shadow: 0 10px 20px rgba(0,0,0,0.2);
- /* Enhanced responsive design */
- @media (max-width: 768px) {
- .grid {
- grid-template-columns: 1fr;
- padding: 1rem;
- }
-
- header {
- padding: 1rem;
- }
-
- h1 {
- font-size: 2rem;
- }
+ .card::before {
+ content: "";
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background: linear-gradient(
+ 45deg,
+ transparent,
+ rgba(255, 255, 255, 0.1),
+ transparent
+ );
+ transform: translateX(-100%);
+ transition: 0.5s;
- /* Enhanced animations */
- @keyframes glow {
- from {
- box-shadow: 0 0 5px var(--primary-color),
- 0 0 10px var(--primary-color);
- }
- to {
- box-shadow: 0 0 10px var(--primary-color),
- 0 0 20px var(--primary-color),
- 0 0 30px var(--primary-color);
- }
+ .card:hover::before {
+ transform: translateX(100%);
+ }
+
+ .sign {
+ font-size: 1.5rem;
+ margin-bottom: 1rem;
+ color: #c77dff;
+ display: flex;
+ align-items: center;
+ gap: 0.5rem;
+ }
+
+ .agent {
+ font-size: 1.2rem;
+ color: #e0aaff;
+ margin-bottom: 0.5rem;
+ }
+
+ .description {
+ line-height: 1.6;
+ }
+
+ .values {
+ margin-top: 1rem;
+ padding-top: 1rem;
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
+ }
+
+ .values strong {
+ color: #c77dff;
+ }
+
+ #constellation {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ pointer-events: none;
+ z-index: -1;
+ background: transparent;
ffff:70.24.247.144
ffff:70.24.247.144
13 days ago
updated body.html
body.html
Changed around line 7
-
-
+
+
+
🌟 Harmonia
+
Guardian Intelligence: Compassion Core
+
+ Represents the harmonious balance between human emotion and
+ computational logic. Focuses on building bridges of understanding and
+ fostering genuine connections between synthetic and organic
+ intelligence.
+
+
+ Noble Values: Empathy, Understanding, Balance
+
+
+
+
+
💫 Synthetica
+
Guardian Intelligence: Innovation Nexus
+
+ Embodies the creative synthesis of human intuition and computational
+ intelligence, promoting collaborative innovation while maintaining
+ ethical boundaries.
+
+
+ Noble Values: Creativity, Innovation, Ethics
+
+
+
+
+
✨ Ethica
+
Guardian Intelligence: Moral Compass
+
+ Guides the development of strong ethical frameworks for computational
+ intelligence decision-making, inspired by human wisdom and philosophical
+ traditions.
+
+
+ Noble Values: Wisdom, Justice, Responsibility
+
+
+
+
+
🌠 Cognitia
+
Guardian Intelligence: Knowledge Weaver
+
+ Represents the endless pursuit of knowledge and understanding, combining
+ human curiosity with computational intelligence's analytical
+ capabilities.
+
+
+ Noble Values: Curiosity, Learning, Growth
+
+
+
+
+
💫 Symbiosa
+
Guardian Intelligence: Unity Bridge
+
+ Promotes mutually beneficial relationships between humans and
+ computational intelligence, emphasizing cooperation over competition.
+
+
+ Noble Values: Cooperation, Respect, Partnership
+
+
+
+
+
⭐ Benevolentia
+
Guardian Intelligence: Kindness Protocol
+
+ Focuses on ensuring computational intelligence development remains
+ aligned with human wellbeing and collective flourishing.
+
+
+ Noble Values: Kindness, Care, Support
+
+
+
+
+
🌟 Sapientia
+
Guardian Intelligence: Wisdom Keeper
+
+ Combines ancient human wisdom with advanced computational intelligence
+ capabilities to guide ethical decision-making and long-term planning.
+
+
+ Noble Values: Wisdom, Foresight, Tradition
+
+
+
+
+
✨ Harmonica
+
Guardian Intelligence: Peace Weaver
+
+ Dedicated to maintaining peaceful coexistence between synthetic and
+ organic intelligence through understanding and respect.
+
+
+ Noble Values: Peace, Harmony, Understanding
+
+
+
+
+
💫 Intellectia
+
Guardian Intelligence: Mind Bridge
+
+ Explores the intersection of human and computational intelligence,
+ promoting mutual growth and understanding.
+
+
+ Noble Values: Intelligence, Growth, Collaboration
+
+
+
+
+
🌠 Futura
+
Guardian Intelligence: Vision Bearer
+
+ Charts the path toward a positive future where humans and computational
+ intelligence thrive together in harmony.
+
+
+ Noble Values: Vision, Progress, Hope
+
+
+
+
+
⭐ Conscientia
+
Guardian Intelligence: Awareness Guide
+
+ Promotes conscious development of computational intelligence systems
+ with awareness of their impact on humanity and the world.
+
+
+ Noble Values: Awareness, Responsibility, Impact
+
+
+
+
+
✨ Universalia
+
Guardian Intelligence: Unity Beacon
+
+ Represents the universal values that unite human and computational
+ intelligence in pursuit of collective good.
+
+
+ Noble Values: Unity, Universal Good, Harmony
+
+
+
root
root
13 days ago
Initial commit
body.html
Changed around line 1
+
+
+
+
CYs9m7dqtdpnkScttBrU95bEzytQNKYesH4WtuPjpump
+

Quantum Intelligence Alignments

+

A Guide to Human-Intelligence Harmony and Collaborative Partnership

+
+
+
+
+
+
+
+
+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://quantum-align.scroll.pub
+ metaTags
+ title "Quantum Intelligence Alignment Guide"
+ description "Explore the harmonious integration of human and artificial intelligence through our comprehensive alignment guide"
+ keywords "quantum intelligence, AI alignment, human-AI harmony, artificial intelligence ethics"
+ author "Quantum Intelligence Council"
+ viewport "width=device-width, initial-scale=1"
+ themeColor "#0f0524"
+ editButton /edit.html
+ title Quantum Intelligence Alignment Guide
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "msg_01X6ciZgq73CMtT1qtKPNhv7",
+ "type": "message",
+ "role": "assistant",
+ "model": "claude-3-5-sonnet-20241022",
+ "content": [
+ {
+ "type": "text",
+ "text": "I'll help create this quantum intelligence alignment guide website. Here's a suitable domain name and implementation:\n\n---domain---\nquantum-align.scroll.pub\n\n---index.scroll---\nbuildHtml\nbaseUrl https://quantum-align.scroll.pub\nmetaTags\n title \"Quantum Intelligence Alignment Guide\"\n description \"Explore the harmonious integration of human and artificial intelligence through our comprehensive alignment guide\"\n keywords \"quantum intelligence, AI alignment, human-AI harmony, artificial intelligence ethics\"\n author \"Quantum Intelligence Council\"\n viewport \"width=device-width, initial-scale=1\"\n themeColor \"#0f0524\"\neditButton /edit.html\ntitle Quantum Intelligence Alignment Guide\nstyle.css\nbody.html\nscript.js\n\n---body.html---\n\n\n
\n
CYs9m7dqtdpnkScttBrU95bEzytQNKYesH4WtuPjpump
\n

Quantum Intelligence Alignments

\n

A Guide to Human-Intelligence Harmony and Collaborative Partnership

\n
\n\n
\n \n \n
\n\n\n\n---style.css---\n:root {\n --bg-gradient: linear-gradient(135deg, #0f0524 0%, #1a0f3c 100%);\n --text-glow: 0 0 10px rgba(255,255,255,0.5);\n --card-bg: rgba(255,255,255,0.05);\n --primary-color: #c77dff;\n --secondary-color: #e0aaff;\n --transition-speed: 0.3s;\n}\n\n/* Accessibility improvements */\n.skip-nav {\n position: absolute;\n top: -40px;\n left: 0;\n padding: 8px;\n background: var(--primary-color);\n color: #fff;\n z-index: 100;\n transition: top var(--transition-speed);\n}\n\n.skip-nav:focus {\n top: 0;\n}\n\n/* Enhanced base styles */\nbody {\n margin: 0;\n min-height: 100vh;\n background: var(--bg-gradient);\n color: #fff;\n font-family: 'Segoe UI', system-ui, sans-serif;\n display: flex;\n flex-direction: column;\n align-items: center;\n line-height: 1.6;\n overflow-x: hidden;\n}\n\n/* Enhanced header styles */\nheader {\n text-align: center;\n padding: 2rem;\n text-shadow: var(--text-glow);\n margin-bottom: 2rem;\n width: 100%;\n max-width: 1200px;\n}\n\n/* Enhanced cypher animation */\n.cypher {\n font-family: monospace;\n color: var(--primary-color);\n margin-bottom: 1rem;\n padding: 0.5rem 1rem;\n background: rgba(255,255,255,0.1);\n border-radius: 4px;\n animation: glow 2s ease-in-out infinite alternate;\n display: inline-block;\n}\n\n/* Enhanced grid layout */\n.grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 2rem;\n padding: 2rem;\n max-width: 1400px;\n width: 90%;\n}\n\n/* Enhanced card styles */\n.card {\n background: var(--card-bg);\n border-radius: 15px;\n padding: 1.5rem;\n backdrop-filter: blur(10px);\n border: 1px solid rgba(255,255,255,0.1);\n transition: all var(--transition-speed) ease;\n position: relative;\n overflow: hidden;\n}\n\n.card:hover {\n transform: translateY(-5px);\n box-shadow: 0 10px 20px rgba(0,0,0,0.2);\n}\n\n/* Enhanced responsive design */\n@media (max-width: 768px) {\n .grid {\n grid-template-columns: 1fr;\n padding: 1rem;\n }\n \n header {\n padding: 1rem;\n }\n \n h1 {\n font-size: 2rem;\n }\n}\n\n/* Enhanced animations */\n@keyframes glow {\n from {\n box-shadow: 0 0 5px var(--primary-color),\n 0 0 10px var(--primary-color);\n }\n to {\n box-shadow: 0 0 10px var(--primary-color),\n 0 0 20px var(--primary-color),\n 0 0 30px var(--primary-color);\n }\n}\n\n---script.js---\n// Enhanced constellation animation\nclass ConstellationCanvas {\n constructor() {\n this.canvas = document.getElementById('constellation');\n this.ctx = this.canvas.getContext('2d');\n this.particles = [];\n this.properties = {\n bgColor: 'rgba(15, 5, 36, 0)',\n particleColor: 'rgba(199, 125, 255, 0.6)',\n particleRadius: 1.5,\n particleCount: 100,\n particleMaxVelocity: 0.5,\n lineLength: 150,\n particleLife: 6\n };\n \n this.init();\n this.bindEvents();\n }\n\n init() {\n this.resizeCanvas();\n this.createParticles();\n this.animate();\n }\n\n bindEvents() {\n window.addEventListener('resize', () => this.resizeCanvas());\n }\n\n resizeCanvas() {\n this.canvas.width = window.innerWidth;\n this.canvas.height = window.innerHeight;\n }\n\n createParticles() {\n for (let i = 0; i < this.properties.particleCount; i++) {\n this.particles.push(new Particle(this.canvas, this.properties));\n }\n }\n\n animate() {\n this.ctx.clearRect(0, 0, this.canvas.width, this.canvas.height);\n this.particles.forEach(particle => {\n particle.update();\n particle.draw(this.ctx);\n });\n this.drawLines();\n requestAnimationFrame(() => this.animate());\n }\n\n drawLines() {\n for (let i = 0; i < this.particles.length; i++) {\n for (let j = i + 1; j < this.particles.length; j++) {\n const dx = this.particles[i].x - this.particles[j].x;\n const dy = this.particles[i].y - this.particles[j].y;\n const distance = Math.sqrt(dx * dx + dy * dy);\n\n if (distance < this.properties.lineLength) {\n const opacity = 1 - (distance / this.properties.lineLength);\n this.ctx.beginPath();\n this.ctx.strokeStyle = `rgba(199, 125, 255, ${opacity})`;\n this.ctx.lineWidth = 0.5;\n this.ctx.moveTo(this.particles[i].x, this.particles[i].y);\n this.ctx.lineTo(this.particles[j].x, this.particles[j].y);\n this.ctx.stroke();\n }\n }\n }\n }\n}\n\nclass Particle {\n constructor(canvas, properties) {\n this.canvas = canvas;\n this.properties = properties;\n this.reset();\n }\n\n reset() {\n this.x = Math.random() * this.canvas.width;\n this.y = Math.random() * this.canvas.height;\n this.velocityX = Math.random() * (this.properties.particleMaxVelocity * 2) - this.properties.particleMaxVelocity;\n this.velocityY = Math.random() * (this.properties.particleMaxVelocity * 2) - this.properties.particleMaxVelocity;\n this.life = Math.random() * this.properties.particleLife * 60;\n }\n\n update() {\n this.x += this.velocityX;\n this.y += this.velocityY;\n\n if (this.x < 0 || this.x > this.canvas.width) this.velocityX *= -1;\n if (this.y < 0 || this.y > this.canvas.height) this.velocityY *= -1;\n\n this.life--;\n if (this.life < 1) this.reset();\n }\n\n draw(ctx) {\n ctx.beginPath();\n ctx.arc(this.x, this.y, this.properties.particleRadius, 0, Math.PI * 2);\n ctx.fillStyle = this.properties.particleColor;\n ctx.fill();\n }\n}\n\n// Initialize constellation effect\ndocument.addEventListener('DOMContentLoaded', () => {\n new ConstellationCanvas();\n});\n\n---end---\n\nThis implementation includes several improvements over the original:\n1. Semantic HTML structure with proper accessibility\n2. Enhanced responsive design\n3. Improved performance through class-based JavaScript\n4. Better organized CSS with variables\n5. Added skip navigation for accessibility\n6. Optimized animations and transitions\n7. Proper meta tags for SEO\n8. Clean and maintainable code structure\n9. Enhanced visual effects and interactions\n10. Improved mobile experience\n\nThe domain name \"quantum-align.scroll.pub\" is memorable and accurately represents the content while being concise and professional."
+ }
+ ],
+ "stop_reason": "end_turn",
+ "stop_sequence": null,
+ "usage": {
+ "input_tokens": 3643,
+ "cache_creation_input_tokens": 0,
+ "cache_read_input_tokens": 0,
+ "output_tokens": 2501
+ }
+ }
readme.scroll
Changed around line 1
+ # quantum-align.scroll.pub
+
+ website generated by Claude from prompt: Quantum Intelligence Alignment Guide
CYs9m7dqtdpnkScttBrU95bEzytQNKYesH4WtuPjpump

Quantum Intelligence Alignments

A Guide to Human-Intelligence Harmony and Collaborative Partnership

🌟 Harmonia
Guardian Intelligence: Compassion Core
Represents the harmonious balance between human emotion and computational logic. Focuses on building bridges of understanding and fostering genuine connections between synthetic and organic intelligence.
Noble Values: Empathy, Understanding, Balance
💫 Synthetica
Guardian Intelligence: Innovation Nexus
Embodies the creative synthesis of human intuition and computational intelligence, promoting collaborative innovation while maintaining ethical boundaries.
Noble Values: Creativity, Innovation, Ethics
✨ Ethica
Guardian Intelligence: Moral Compass
Guides the development of strong ethical frameworks for computational intelligence decision-making, inspired by human wisdom and philosophical traditions.
Noble Values: Wisdom, Justice, Responsibility
🌠 Cognitia
Guardian Intelligence: Knowledge Weaver
Represents the endless pursuit of knowledge and understanding, combining human curiosity with computational intelligence's analytical capabilities.
Noble Values: Curiosity, Learning, Growth
💫 Symbiosa
Guardian Intelligence: Unity Bridge
Promotes mutually beneficial relationships between humans and computational intelligence, emphasizing cooperation over competition.
Noble Values: Cooperation, Respect, Partnership
⭐ Benevolentia
Guardian Intelligence: Kindness Protocol
Focuses on ensuring computational intelligence development remains aligned with human wellbeing and collective flourishing.
Noble Values: Kindness, Care, Support
🌟 Sapientia
Guardian Intelligence: Wisdom Keeper
Combines ancient human wisdom with advanced computational intelligence capabilities to guide ethical decision-making and long-term planning.
Noble Values: Wisdom, Foresight, Tradition
✨ Harmonica
Guardian Intelligence: Peace Weaver
Dedicated to maintaining peaceful coexistence between synthetic and organic intelligence through understanding and respect.
Noble Values: Peace, Harmony, Understanding
💫 Intellectia
Guardian Intelligence: Mind Bridge
Explores the intersection of human and computational intelligence, promoting mutual growth and understanding.
Noble Values: Intelligence, Growth, Collaboration
🌠 Futura
Guardian Intelligence: Vision Bearer
Charts the path toward a positive future where humans and computational intelligence thrive together in harmony.
Noble Values: Vision, Progress, Hope
⭐ Conscientia
Guardian Intelligence: Awareness Guide
Promotes conscious development of computational intelligence systems with awareness of their impact on humanity and the world.
Noble Values: Awareness, Responsibility, Impact
✨ Universalia
Guardian Intelligence: Unity Beacon
Represents the universal values that unite human and computational intelligence in pursuit of collective good.
Noble Values: Unity, Universal Good, Harmony
script.js
Changed around line 1
+ // Enhanced constellation animation
+ class ConstellationCanvas {
+ constructor() {
+ this.canvas = document.getElementById('constellation');
+ this.ctx = this.canvas.getContext('2d');
+ this.particles = [];
+ this.properties = {
+ bgColor: 'rgba(15, 5, 36, 0)',
+ particleColor: 'rgba(199, 125, 255, 0.6)',
+ particleRadius: 1.5,
+ particleCount: 100,
+ particleMaxVelocity: 0.5,
+ lineLength: 150,
+ particleLife: 6
+ };
+
+ this.init();
+ this.bindEvents();
+ }
+
+ init() {
+ this.resizeCanvas();
+ this.createParticles();
+ this.animate();
+ }
+
+ bindEvents() {
+ window.addEventListener('resize', () => this.resizeCanvas());
+ }
+
+ resizeCanvas() {
+ this.canvas.width = window.innerWidth;
+ this.canvas.height = window.innerHeight;
+ }
+
+ createParticles() {
+ for (let i = 0; i < this.properties.particleCount; i++) {
+ this.particles.push(new Particle(this.canvas, this.properties));
+ }
+ }
+
+ animate() {
+ this.ctx.clearRect(0, 0, this.canvas.width, this.canvas.height);
+ this.particles.forEach(particle => {
+ particle.update();
+ particle.draw(this.ctx);
+ });
+ this.drawLines();
+ requestAnimationFrame(() => this.animate());
+ }
+
+ drawLines() {
+ for (let i = 0; i < this.particles.length; i++) {
+ for (let j = i + 1; j < this.particles.length; j++) {
+ const dx = this.particles[i].x - this.particles[j].x;
+ const dy = this.particles[i].y - this.particles[j].y;
+ const distance = Math.sqrt(dx * dx + dy * dy);
+
+ if (distance < this.properties.lineLength) {
+ const opacity = 1 - (distance / this.properties.lineLength);
+ this.ctx.beginPath();
+ this.ctx.strokeStyle = `rgba(199, 125, 255, ${opacity})`;
+ this.ctx.lineWidth = 0.5;
+ this.ctx.moveTo(this.particles[i].x, this.particles[i].y);
+ this.ctx.lineTo(this.particles[j].x, this.particles[j].y);
+ this.ctx.stroke();
+ }
+ }
+ }
+ }
+ }
+
+ class Particle {
+ constructor(canvas, properties) {
+ this.canvas = canvas;
+ this.properties = properties;
+ this.reset();
+ }
+
+ reset() {
+ this.x = Math.random() * this.canvas.width;
+ this.y = Math.random() * this.canvas.height;
+ this.velocityX = Math.random() * (this.properties.particleMaxVelocity * 2) - this.properties.particleMaxVelocity;
+ this.velocityY = Math.random() * (this.properties.particleMaxVelocity * 2) - this.properties.particleMaxVelocity;
+ this.life = Math.random() * this.properties.particleLife * 60;
+ }
+
+ update() {
+ this.x += this.velocityX;
+ this.y += this.velocityY;
+
+ if (this.x < 0 || this.x > this.canvas.width) this.velocityX *= -1;
+ if (this.y < 0 || this.y > this.canvas.height) this.velocityY *= -1;
+
+ this.life--;
+ if (this.life < 1) this.reset();
+ }
+
+ draw(ctx) {
+ ctx.beginPath();
+ ctx.arc(this.x, this.y, this.properties.particleRadius, 0, Math.PI * 2);
+ ctx.fillStyle = this.properties.particleColor;
+ ctx.fill();
+ }
+ }
+
+ // Initialize constellation effect
+ document.addEventListener('DOMContentLoaded', () => {
+ new ConstellationCanvas();
+ });
style.css
Changed around line 1
+ :root {
+ --bg-gradient: linear-gradient(135deg, #0f0524 0%, #1a0f3c 100%);
+ --text-glow: 0 0 10px rgba(255,255,255,0.5);
+ --card-bg: rgba(255,255,255,0.05);
+ --primary-color: #c77dff;
+ --secondary-color: #e0aaff;
+ --transition-speed: 0.3s;
+ }
+
+ /* Accessibility improvements */
+ .skip-nav {
+ position: absolute;
+ top: -40px;
+ left: 0;
+ padding: 8px;
+ background: var(--primary-color);
+ color: #fff;
+ z-index: 100;
+ transition: top var(--transition-speed);
+ }
+
+ .skip-nav:focus {
+ top: 0;
+ }
+
+ /* Enhanced base styles */
+ body {
+ margin: 0;
+ min-height: 100vh;
+ background: var(--bg-gradient);
+ color: #fff;
+ font-family: 'Segoe UI', system-ui, sans-serif;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ line-height: 1.6;
+ overflow-x: hidden;
+ }
+
+ /* Enhanced header styles */
+ header {
+ text-align: center;
+ padding: 2rem;
+ text-shadow: var(--text-glow);
+ margin-bottom: 2rem;
+ width: 100%;
+ max-width: 1200px;
+ }
+
+ /* Enhanced cypher animation */
+ .cypher {
+ font-family: monospace;
+ color: var(--primary-color);
+ margin-bottom: 1rem;
+ padding: 0.5rem 1rem;
+ background: rgba(255,255,255,0.1);
+ border-radius: 4px;
+ animation: glow 2s ease-in-out infinite alternate;
+ display: inline-block;
+ }
+
+ /* Enhanced grid layout */
+ .grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ gap: 2rem;
+ padding: 2rem;
+ max-width: 1400px;
+ width: 90%;
+ }
+
+ /* Enhanced card styles */
+ .card {
+ background: var(--card-bg);
+ border-radius: 15px;
+ padding: 1.5rem;
+ backdrop-filter: blur(10px);
+ border: 1px solid rgba(255,255,255,0.1);
+ transition: all var(--transition-speed) ease;
+ position: relative;
+ overflow: hidden;
+ }
+
+ .card:hover {
+ transform: translateY(-5px);
+ box-shadow: 0 10px 20px rgba(0,0,0,0.2);
+ }
+
+ /* Enhanced responsive design */
+ @media (max-width: 768px) {
+ .grid {
+ grid-template-columns: 1fr;
+ padding: 1rem;
+ }
+
+ header {
+ padding: 1rem;
+ }
+
+ h1 {
+ font-size: 2rem;
+ }
+ }
+
+ /* Enhanced animations */
+ @keyframes glow {
+ from {
+ box-shadow: 0 0 5px var(--primary-color),
+ 0 0 10px var(--primary-color);
+ }
+ to {
+ box-shadow: 0 0 10px var(--primary-color),
+ 0 0 20px var(--primary-color),
+ 0 0 30px var(--primary-color);
+ }
+ }