Files
myprojplanet_vite/_LIMBO/aaa.scss
2025-12-05 17:56:05 +01:00

1026 lines
18 KiB
SCSS

<script> {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: linear-gradient(135deg, #667eea08 0%, #764ba208 100%);
color: #333;
font-size: 16px;
line-height: 1.6;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 1rem;
}
.page-header {
text-align: center;
padding: 2rem 1rem;
background: white;
border-radius: 16px;
margin-bottom: 1.5rem;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.page-icon {
font-size: 3.5rem !important;
color: #667eea;
margin-bottom: 0.5rem;
}
.page-title {
font-size: 1.75rem;
font-weight: 700;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 0.5rem;
}
.page-subtitle {
font-size: 1rem;
color: #666;
}
/* FAQ Accordion */
.faq-item {
background: white;
border-radius: 12px;
margin-bottom: 1rem;
overflow: hidden;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
transition: all 0.3s;
}
.faq-item:hover {
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}
.faq-question {
display: flex;
align-items: center;
gap: 0.75rem;
padding: 1rem 1.25rem;
background: #f8f9fa;
cursor: pointer;
user-select: none;
transition: all 0.3s;
}
.faq-question:hover {
background: #667eea10;
}
.faq-icon {
font-size: 1.75rem !important;
color: #667eea;
flex-shrink: 0;
}
.faq-title {
flex: 1;
font-size: 1.1rem;
font-weight: 600;
line-height: 1.4;
}
.faq-toggle {
font-size: 1.5rem !important;
color: #667eea;
transition: transform 0.3s;
flex-shrink: 0;
}
.faq-item.active .faq-toggle {
transform: rotate(180deg);
}
.faq-answer {
max-height: 0;
opacity: 0;
overflow: hidden;
transition: max-height 0.4s ease, opacity 0.3s ease;
}
.faq-content {
min-height: 0;
padding: 1.25rem;
font-size: 0.95rem;
line-height: 1.65;
}
/* Text Styles */
.faq-content p {
margin: 0.75rem 0;
}
.faq-content strong {
color: #667eea;
font-weight: 600;
}
.faq-content ul,
.faq-content ol {
margin: 0.75rem 0;
padding-left: 1.5rem;
}
.faq-content li {
margin: 0.5rem 0;
}
/* Visual Elements */
.value-box {
background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
border: 2px solid #667eea30;
border-radius: 10px;
padding: 1rem;
margin: 1rem 0;
text-align: center;
}
.value-equation {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
font-size: 1.5rem;
font-weight: 700;
color: #667eea;
flex-wrap: wrap;
margin: 0.75rem 0;
}
.value-equation i {
font-size: 1.75rem !important;
}
.note-box {
background: #fef3c7;
border-left: 4px solid #f59e0b;
padding: 0.875rem;
margin: 1rem 0;
border-radius: 6px;
font-size: 0.9rem;
}
.note-box i {
font-size: 1.25rem !important;
color: #f59e0b;
vertical-align: middle;
margin-right: 0.5rem;
}
.success-box {
background: #d1fae5;
border-left: 4px solid #10b981;
padding: 0.875rem;
margin: 1rem 0;
border-radius: 6px;
font-size: 0.9rem;
}
.success-box i {
font-size: 1.25rem !important;
color: #10b981;
vertical-align: middle;
margin-right: 0.5rem;
}
/* Story Flow */
.story-section {
background: #f8f9fa;
border-radius: 10px;
padding: 1rem;
margin: 1rem 0;
}
.story-title {
font-size: 1rem;
font-weight: 600;
color: #667eea;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.story-title i {
font-size: 1.5rem !important;
}
.story-step {
background: white;
border-radius: 8px;
padding: 1rem;
margin: 0.75rem 0;
border-left: 4px solid #667eea;
}
.step-header {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 0.75rem;
flex-wrap: wrap;
}
.step-number {
width: 32px;
height: 32px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
flex-shrink: 0;
}
.step-title {
font-weight: 600;
font-size: 1rem;
}
.actors-row {
display: flex;
align-items: center;
gap: 0.5rem;
margin: 0.75rem 0;
flex-wrap: wrap;
justify-content: center;
}
.actor {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.25rem;
min-width: 80px;
}
.actor-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem !important;
color: white;
}
.actor-avatar.francesca {
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.actor-avatar.mario {
background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.actor-avatar.alice {
background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
.actor-name {
font-size: 0.85rem;
font-weight: 600;
}
.actor-balance {
font-size: 0.8rem;
padding: 0.25rem 0.5rem;
border-radius: 10px;
font-weight: 700;
}
.actor-balance.positive {
background: #10b98130;
color: #059669;
}
.actor-balance.negative {
background: #f59e0b30;
color: #d97706;
}
.actor-balance.zero {
background: #6b728030;
color: #4b5563;
}
.arrow {
font-size: 1.5rem !important;
color: #667eea;
}
.step-description {
font-size: 0.9rem;
color: #555;
margin-top: 0.5rem;
line-height: 1.5;
}
/* Responsive Tables/Cards */
.comparison-grid {
display: grid;
gap: 1rem;
margin: 1rem 0;
}
.comparison-card {
background: #f8f9fa;
border-radius: 8px;
padding: 1rem;
border: 2px solid #e5e7eb;
}
.comparison-card.highlight {
background: linear-gradient(135deg, #667eea10 0%, #764ba210 100%);
border-color: #667eea;
}
.card-title {
font-weight: 700;
font-size: 1rem;
color: #667eea;
margin-bottom: 0.75rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.card-title i {
font-size: 1.5rem !important;
}
.card-items {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.card-item {
display: flex;
align-items: flex-start;
gap: 0.5rem;
font-size: 0.9rem;
}
.card-item i {
font-size: 1.25rem !important;
margin-top: 0.15rem;
flex-shrink: 0;
}
.card-item.yes i {
color: #10b981;
}
.card-item.no i {
color: #ef4444;
}
/* Calc Example */
.calc-example {
background: #f8f9fa;
border-radius: 8px;
padding: 1rem;
margin: 1rem 0;
}
.calc-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.5rem 0;
border-bottom: 1px solid #e5e7eb;
font-size: 0.95rem;
}
.calc-row:last-child {
border-bottom: none;
}
.calc-row.total {
border-top: 2px solid #667eea;
font-weight: 700;
margin-top: 0.5rem;
padding-top: 0.75rem;
}
.calc-row.highlight {
background: #667eea15;
padding: 0.75rem;
border-radius: 6px;
font-weight: 700;
color: #667eea;
margin-top: 0.5rem;
}
/* Split Layout */
.split-layout {
display: grid;
gap: 1rem;
margin: 1rem 0;
}
.split-card {
background: white;
border-radius: 8px;
padding: 1rem;
border: 2px solid;
}
.split-card.euro {
border-color: #3b82f6;
}
.split-card.ris {
border-color: #667eea;
}
.split-header {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 0.75rem;
}
.split-icon {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 1.25rem;
color: white;
}
.split-card.euro .split-icon {
background: #3b82f6;
}
.split-card.ris .split-icon {
background: #667eea;
}
.split-title {
font-weight: 700;
font-size: 1rem;
}
.split-list {
list-style: none;
padding: 0;
}
.split-list li {
padding: 0.4rem 0;
font-size: 0.9rem;
padding-left: 1.25rem;
position: relative;
}
.split-list li::before {
content: '';
position: absolute;
left: 0;
color: #667eea;
font-weight: 700;
}
/* Flow Diagram */
.flow-diagram {
display: flex;
align-items: center;
gap: 0.75rem;
margin: 1rem 0;
padding: 1rem;
background: #f8f9fa;
border-radius: 8px;
flex-wrap: wrap;
justify-content: center;
}
.flow-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
min-width: 80px;
}
.flow-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.flow-icon i {
font-size: 1.5rem !important;
color: white;
}
.flow-label {
font-size: 0.85rem;
text-align: center;
font-weight: 600;
}
.flow-arrow {
font-size: 1.75rem !important;
color: #667eea;
}
/* Links */
.external-link {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: #667eea;
font-weight: 600;
text-decoration: none;
margin-top: 0.75rem;
padding: 0.5rem 1rem;
background: #667eea15;
border-radius: 6px;
font-size: 0.9rem;
}
.external-link i {
font-size: 1.25rem !important;
}
.external-link:hover {
background: #667eea;
color: white;
}
/* Limits Visual */
.limits-bar {
margin: 1rem 0;
padding: 1rem;
background: #f8f9fa;
border-radius: 8px;
}
.bar-visual {
display: flex;
height: 40px;
border-radius: 20px;
overflow: hidden;
margin: 1rem 0;
}
.bar-segment {
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 700;
font-size: 0.85rem;
}
.bar-segment.danger {
background: repeating-linear-gradient(45deg, #f59e0b, #f59e0b 10px, #fb923c 10px, #fb923c 20px);
flex: 1;
}
.bar-segment.safe {
background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
flex: 3;
}
.bar-labels {
display: flex;
justify-content: space-between;
margin-top: 0.5rem;
font-size: 0.85rem;
}
.bar-label {
font-weight: 600;
color: #667eea;
}
/* Mobile Optimization */
@media (max-width: 768px) {
.container {
padding: 0.75rem;
}
.page-header {
padding: 1.5rem 1rem;
}
.page-title {
font-size: 1.5rem;
}
.faq-question {
padding: 0.875rem 1rem;
}
.faq-title {
font-size: 1rem;
}
.faq-content {
padding: 1rem;
font-size: 0.9rem;
}
.actors-row {
justify-content: space-around;
}
.flow-diagram {
flex-direction: column;
}
.flow-arrow {
transform: rotate(90deg);
}
.comparison-grid {
grid-template-columns: 1fr;
}
.split-layout {
grid-template-columns: 1fr;
}
}
@media (min-width: 769px) {
.comparison-grid {
grid-template-columns: repeat(2, 1fr);
}
.split-layout {
grid-template-columns: repeat(2, 1fr);
}
}
.ris-benefits {
max-width: 1200px;
margin: 0 auto;
padding: 1rem;
.benefits-header {
text-align: center;
margin-bottom: 2rem;
}
.benefits-title {
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 0.5rem;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.benefits-subtitle {
font-size: 1rem;
color: #666;
}
.highlights-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1rem;
margin-bottom: 2.5rem;
}
.highlight-card {
background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
border-radius: 12px;
padding: 1.25rem;
text-align: center;
transition: transform 0.2s;
&:hover {
transform: translateY(-4px);
}
}
.highlight-icon {
i {
font-size: 2.5rem;
color: #667eea;
}
}
.highlight-title {
font-size: 1.1rem;
font-weight: 600;
margin: 0.75rem 0 0.5rem;
}
.highlight-text {
font-size: 0.9rem;
color: #666;
margin: 0;
}
.how-it-works {
background: #f8f9fa;
border-radius: 16px;
padding: 1.5rem;
margin-bottom: 2.5rem;
}
.section-title {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 1.5rem;
text-align: center;
}
.flow-diagram {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 1rem;
}
.flow-step {
text-align: center;
flex: 0 0 auto;
}
.step-number {
width: 32px;
height: 32px;
background: #667eea;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 0.5rem;
font-weight: 600;
}
.step-icon i {
font-size: 2rem;
color: #667eea;
}
.step-text {
font-size: 0.85rem;
margin-top: 0.5rem;
max-width: 120px;
}
.flow-arrow i {
color: #ccc;
font-size: 1.5rem;
}
.balance-concept {
background: linear-gradient(135deg, #f093fb15 0%, #f5576c15 100%);
border-radius: 16px;
padding: 1.5rem;
margin-bottom: 2.5rem;
}
.concept-description {
text-align: center;
color: #666;
margin-bottom: 1.5rem;
}
.balance-visual {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
flex-wrap: wrap;
}
.balance-side {
flex: 1;
min-width: 200px;
}
.balance-icon i {
font-size: 2rem;
}
.balance-positive {
text-align: left;
.balance-icon i {
color: #10b981;
}
}
.balance-negative {
text-align: right;
.balance-icon i {
color: #f59e0b;
}
}
.balance-label {
font-weight: 600;
margin: 0.5rem 0;
}
.balance-bar {
height: 8px;
border-radius: 4px;
&.positive {
background: linear-gradient(90deg, #10b981 0%, #10b98180 100%);
}
&.negative {
background: linear-gradient(-90deg, #f59e0b 0%, #f59e0b80 100%);
}
}
.balance-center {
text-align: center;
flex: 0 0 auto;
i {
font-size: 2.5rem;
color: #667eea;
}
}
.balance-equals {
font-size: 0.85rem;
font-weight: 600;
color: #667eea;
}
.benefits-list {
margin-bottom: 2.5rem;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 1rem;
}
.benefit-item {
display: flex;
gap: 1rem;
padding: 1rem;
background: white;
border-radius: 8px;
border: 1px solid #e5e7eb;
transition: all 0.2s;
&:hover {
border-color: #667eea;
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
}
}
.benefit-icon {
font-size: 1.75rem;
color: #667eea;
flex-shrink: 0;
}
.benefit-content {
flex: 1;
}
.benefit-title {
font-size: 1rem;
font-weight: 600;
margin: 0 0 0.25rem;
}
.benefit-text {
font-size: 0.875rem;
color: #666;
margin: 0;
line-height: 1.4;
}
.stats-section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 16px;
padding: 2rem;
color: white;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
}
.stat-card {
text-align: center;
}
.stat-icon i {
font-size: 2.5rem;
opacity: 0.9;
}
.stat-number {
font-size: 2.5rem;
font-weight: 700;
margin: 0.5rem 0;
}
.stat-label {
font-size: 0.9rem;
opacity: 0.9;
}
@media (max-width: 768px) {
.flow-arrow {
display: none;
}
.balance-visual {
flex-direction: column;
}
.benefits-grid {
grid-template-columns: 1fr;
}
}
.faq-question-text {
display: flex;
align-items: center;
gap: 0.5rem;
i {
color: #667eea;
}
}
.video-container {
position: relative;
padding-bottom: 56.25%;
/* 16:9 ratio */
height: 0;
overflow: hidden;
border-radius: 8px;
background: #000;
margin: 0.75rem;
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
}
.video-description {
padding: 0.5rem 0.75rem 0.75rem;
margin-top: 20px;
font-size: 1.2rem;
color: #666;
text-align: center;
}
@media (max-width: 768px) {
.video-container {
margin: 0.5rem;
border-radius: 6px;
}
.video-description {
font-size: 1rem;
padding: 0.5rem;
}
}
@media (max-width: 480px) {
.video-container {
margin: 0.35rem;
}
}
</script>