wrong ai slop

This commit is contained in:
2026-03-08 14:55:10 -07:00
parent 42dfc5115a
commit fe0b435d0c
+62 -62
View File
@@ -1,79 +1,79 @@
body { body {
margin: 0; margin: 0;
font-family: system-ui, sans-serif; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
background: linear-gradient(135deg, #ff9a9e, #fad0c4); background: #f5f7fb;
} }
.container { .page {
min-height: 100vh; min-height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; }
justify-content: center;
.header {
text-align: center; text-align: center;
padding: 20px; padding: 40px 20px 20px;
} }
h1 { .header h1 {
font-size: 2.5rem; margin: 0;
margin-bottom: 20px; font-size: 2.8rem;
} }
.photos { .tagline {
display: flex; color: #666;
gap: 15px; margin-top: 6px;
margin-bottom: 30px;
} }
.photo { .card {
width: 120px; margin: 40px auto;
height: 120px; padding: 40px;
background: #fff; max-width: 640px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: #999;
font-weight: bold;
}
.buttons {
display: flex;
gap: 20px;
}
button {
font-size: 1.2rem;
padding: 12px 24px;
border-radius: 999px;
border: none;
cursor: pointer;
}
.yes {
background: #ff4d6d;
color: white;
}
.no {
background: #ddd;
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.popup {
background: white; background: white;
padding: 30px; border-radius: 12px;
border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.08);
text-align: center; text-align: center;
}
.seal {
font-size: 60px;
margin-bottom: 10px;
}
.statement {
color: #444;
line-height: 1.5;
}
.name {
font-size: 2rem;
margin: 20px 0 10px;
}
.result {
margin: 0;
}
.badge {
margin: 20px auto;
padding: 16px 24px;
font-weight: bold;
font-size: 1.3rem;
background: #ffef9f;
border-radius: 8px;
display: inline-block;
border: 2px solid #e2c200;
}
.fineprint {
color: #777;
font-size: 0.9rem;
}
.footer {
text-align: center;
margin-top: auto;
padding: 30px;
color: #888;
font-size: 0.9rem;
} }