Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +250 -208
static/style.css
CHANGED
|
@@ -1,315 +1,357 @@
|
|
| 1 |
-
|
| 2 |
/* static/style.css */
|
| 3 |
-
/* Estética "Apple Noir" para Samuel */
|
| 4 |
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
}
|
| 11 |
|
| 12 |
body {
|
| 13 |
-
font-family: 'Inter', -
|
| 14 |
-
background-color:
|
| 15 |
-
color:
|
|
|
|
|
|
|
| 16 |
display: flex;
|
| 17 |
justify-content: center;
|
| 18 |
align-items: center;
|
| 19 |
-
height: 100vh;
|
| 20 |
-
-
|
| 21 |
-
-moz-osx-font-smoothing: grayscale;
|
| 22 |
}
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
background-color: #111;
|
| 27 |
-
padding: 40px;
|
| 28 |
border-radius: 12px;
|
| 29 |
-
|
|
|
|
| 30 |
width: 100%;
|
| 31 |
-
max-width:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
text-align: center;
|
| 33 |
-
|
| 34 |
}
|
| 35 |
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
}
|
| 41 |
|
| 42 |
-
.
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
|
|
|
| 46 |
}
|
| 47 |
|
| 48 |
-
input[type="email"],
|
|
|
|
|
|
|
|
|
|
| 49 |
width: 100%;
|
| 50 |
padding: 12px;
|
| 51 |
-
|
| 52 |
-
background-color: #1c1c1e;
|
| 53 |
-
border: 1px solid #333;
|
| 54 |
border-radius: 8px;
|
| 55 |
-
color:
|
| 56 |
-
|
| 57 |
-
font-
|
|
|
|
|
|
|
| 58 |
}
|
| 59 |
|
| 60 |
-
input:focus,
|
|
|
|
|
|
|
| 61 |
outline: none;
|
| 62 |
-
border-color: #007aff;
|
| 63 |
-
box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.3);
|
| 64 |
}
|
| 65 |
|
| 66 |
button {
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
background-color: #007aff;
|
| 70 |
-
color: #fff;
|
| 71 |
border: none;
|
| 72 |
border-radius: 8px;
|
| 73 |
-
|
| 74 |
-
font-
|
|
|
|
| 75 |
cursor: pointer;
|
| 76 |
-
transition: background-color 0.2s ease;
|
|
|
|
| 77 |
}
|
| 78 |
|
| 79 |
button:hover {
|
| 80 |
-
background-color:
|
|
|
|
| 81 |
}
|
| 82 |
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
color: #888;
|
| 87 |
}
|
| 88 |
|
| 89 |
-
.
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
|
|
|
|
|
|
| 93 |
}
|
| 94 |
|
| 95 |
-
.
|
| 96 |
-
color:
|
| 97 |
-
|
| 98 |
-
min-height: 20px;
|
| 99 |
}
|
| 100 |
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
margin-bottom: 24px;
|
| 105 |
-
line-height: 1.4;
|
| 106 |
-
color: #ccc;
|
| 107 |
}
|
| 108 |
|
| 109 |
-
.
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
}
|
| 113 |
-
|
| 114 |
-
/* --- Aplicación Principal --- */
|
| 115 |
-
.main-container {
|
| 116 |
-
display: flex;
|
| 117 |
-
width: 100vw;
|
| 118 |
-
height: 100vh;
|
| 119 |
-
background-color: #000;
|
| 120 |
}
|
| 121 |
|
| 122 |
-
.
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
display: flex;
|
| 127 |
-
flex-direction: column;
|
| 128 |
-
padding: 20px;
|
| 129 |
}
|
| 130 |
|
| 131 |
-
.
|
| 132 |
-
|
| 133 |
}
|
| 134 |
|
| 135 |
-
|
| 136 |
-
|
| 137 |
display: flex;
|
| 138 |
flex-direction: column;
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
padding: 10px 15px;
|
| 147 |
-
border-radius: 8px;
|
| 148 |
-
transition: background-color 0.2s, color 0.2s;
|
| 149 |
-
}
|
| 150 |
-
|
| 151 |
-
.nav-item:hover {
|
| 152 |
-
background-color: #2c2c2e;
|
| 153 |
-
color: #fff;
|
| 154 |
-
}
|
| 155 |
-
|
| 156 |
-
.nav-item.active {
|
| 157 |
-
background-color: #007aff;
|
| 158 |
-
color: #fff;
|
| 159 |
-
}
|
| 160 |
-
|
| 161 |
-
.sidebar-footer {
|
| 162 |
-
margin-top: auto;
|
| 163 |
-
}
|
| 164 |
-
|
| 165 |
-
.sidebar-footer button {
|
| 166 |
-
background-color: #333;
|
| 167 |
}
|
| 168 |
|
| 169 |
-
.sidebar
|
| 170 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
}
|
| 172 |
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
|
|
|
| 176 |
padding: 10px 15px;
|
| 177 |
-
|
| 178 |
border-radius: 8px;
|
| 179 |
-
|
| 180 |
-
}
|
| 181 |
-
|
| 182 |
-
#connection-status .status-dot {
|
| 183 |
-
width: 10px;
|
| 184 |
-
height: 10px;
|
| 185 |
-
border-radius: 50%;
|
| 186 |
-
margin-right: 10px;
|
| 187 |
-
transition: background-color 0.3s ease;
|
| 188 |
-
}
|
| 189 |
-
|
| 190 |
-
#connection-status.connected {
|
| 191 |
-
color: #34c759;
|
| 192 |
-
}
|
| 193 |
-
#connection-status.connected .status-dot {
|
| 194 |
-
background-color: #34c759;
|
| 195 |
-
}
|
| 196 |
-
|
| 197 |
-
#connection-status.disconnected {
|
| 198 |
-
color: #ff3b30;
|
| 199 |
-
}
|
| 200 |
-
#connection-status.disconnected .status-dot {
|
| 201 |
-
background-color: #ff3b30;
|
| 202 |
}
|
| 203 |
|
| 204 |
-
|
| 205 |
-
color:
|
| 206 |
-
|
| 207 |
-
#connection-status.connecting .status-dot {
|
| 208 |
-
background-color: #ff9500;
|
| 209 |
}
|
| 210 |
|
| 211 |
-
.content {
|
| 212 |
-
flex: 1;
|
| 213 |
display: flex;
|
| 214 |
flex-direction: column;
|
| 215 |
}
|
| 216 |
|
| 217 |
-
.view {
|
| 218 |
-
|
| 219 |
-
height: 100%;
|
| 220 |
-
width: 100%;
|
| 221 |
-
}
|
| 222 |
-
|
| 223 |
-
.view.active {
|
| 224 |
-
display: flex;
|
| 225 |
-
flex-direction: column;
|
| 226 |
-
}
|
| 227 |
-
|
| 228 |
-
/* --- Vista de Chat --- */
|
| 229 |
-
#chat-view {
|
| 230 |
padding: 20px;
|
| 231 |
-
}
|
| 232 |
-
|
| 233 |
-
#chat-log {
|
| 234 |
-
flex: 1;
|
| 235 |
overflow-y: auto;
|
| 236 |
-
padding-right: 10px;
|
| 237 |
display: flex;
|
| 238 |
flex-direction: column;
|
| 239 |
gap: 15px;
|
| 240 |
}
|
| 241 |
|
| 242 |
-
.
|
|
|
|
| 243 |
padding: 12px 18px;
|
| 244 |
-
border-radius:
|
| 245 |
-
max-width: 70%;
|
| 246 |
line-height: 1.5;
|
|
|
|
| 247 |
}
|
| 248 |
|
| 249 |
-
.
|
| 250 |
-
background-color:
|
| 251 |
-
color:
|
| 252 |
align-self: flex-end;
|
| 253 |
-
border-bottom-right-radius:
|
| 254 |
}
|
| 255 |
|
| 256 |
-
.
|
| 257 |
-
background-color: #
|
| 258 |
-
color:
|
| 259 |
align-self: flex-start;
|
| 260 |
-
border-bottom-left-radius:
|
| 261 |
}
|
| 262 |
|
| 263 |
.chat-input-area {
|
| 264 |
display: flex;
|
|
|
|
|
|
|
| 265 |
gap: 10px;
|
| 266 |
-
margin-top: 20px;
|
| 267 |
-
border-top: 1px solid #222;
|
| 268 |
-
padding-top: 20px;
|
| 269 |
}
|
| 270 |
|
| 271 |
-
|
| 272 |
-
flex: 1;
|
| 273 |
-
|
| 274 |
-
|
| 275 |
-
|
| 276 |
-
|
|
|
|
| 277 |
}
|
| 278 |
|
| 279 |
-
|
| 280 |
width: auto;
|
| 281 |
-
padding:
|
|
|
|
|
|
|
| 282 |
}
|
| 283 |
|
| 284 |
-
|
| 285 |
-
|
| 286 |
-
|
| 287 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 288 |
}
|
| 289 |
|
| 290 |
-
|
| 291 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 292 |
}
|
| 293 |
|
| 294 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 295 |
display: flex;
|
| 296 |
flex-direction: column;
|
| 297 |
gap: 25px;
|
|
|
|
| 298 |
}
|
| 299 |
|
| 300 |
-
.
|
| 301 |
-
|
| 302 |
-
padding-left: 20px;
|
| 303 |
}
|
| 304 |
|
| 305 |
-
.
|
| 306 |
-
|
| 307 |
-
|
| 308 |
-
margin-bottom: 8px;
|
| 309 |
}
|
| 310 |
|
| 311 |
-
.
|
| 312 |
-
font-size: 1.
|
| 313 |
-
|
| 314 |
-
|
| 315 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
/* static/style.css */
|
|
|
|
| 2 |
|
| 3 |
+
:root {
|
| 4 |
+
--bg-color: #1a1a1a;
|
| 5 |
+
--text-color: #e0e0e0;
|
| 6 |
+
--primary-accent: #007bff; /* A bright blue for accents */
|
| 7 |
+
--secondary-accent: #00c853; /* A vibrant green */
|
| 8 |
+
--border-color: #333;
|
| 9 |
+
--input-bg: #2a2a2a;
|
| 10 |
+
--input-border: #444;
|
| 11 |
+
--button-bg: var(--primary-accent);
|
| 12 |
+
--button-text: #fff;
|
| 13 |
+
--error-color: #ff4444;
|
| 14 |
}
|
| 15 |
|
| 16 |
body {
|
| 17 |
+
font-family: 'Inter', sans-serif; /* Assuming Inter font is available or linked */
|
| 18 |
+
background-color: var(--bg-color);
|
| 19 |
+
color: var(--text-color);
|
| 20 |
+
margin: 0;
|
| 21 |
+
padding: 20px;
|
| 22 |
display: flex;
|
| 23 |
justify-content: center;
|
| 24 |
align-items: center;
|
| 25 |
+
min-height: 100vh;
|
| 26 |
+
box-sizing: border-box;
|
|
|
|
| 27 |
}
|
| 28 |
|
| 29 |
+
.container {
|
| 30 |
+
background-color: #222;
|
|
|
|
|
|
|
| 31 |
border-radius: 12px;
|
| 32 |
+
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
|
| 33 |
+
padding: 40px;
|
| 34 |
width: 100%;
|
| 35 |
+
max-width: 500px;
|
| 36 |
+
box-sizing: border-box;
|
| 37 |
+
border: 1px solid var(--border-color);
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
h1, h2, h3 {
|
| 41 |
+
color: var(--primary-accent);
|
| 42 |
text-align: center;
|
| 43 |
+
margin-bottom: 30px;
|
| 44 |
}
|
| 45 |
|
| 46 |
+
form {
|
| 47 |
+
display: flex;
|
| 48 |
+
flex-direction: column;
|
| 49 |
+
gap: 20px;
|
| 50 |
}
|
| 51 |
|
| 52 |
+
.form-group label {
|
| 53 |
+
display: block;
|
| 54 |
+
margin-bottom: 8px;
|
| 55 |
+
font-weight: bold;
|
| 56 |
+
color: var(--text-color);
|
| 57 |
}
|
| 58 |
|
| 59 |
+
.form-group input[type="email"],
|
| 60 |
+
.form-group input[type="password"],
|
| 61 |
+
.form-group input[type="text"],
|
| 62 |
+
.form-group textarea {
|
| 63 |
width: 100%;
|
| 64 |
padding: 12px;
|
| 65 |
+
border: 1px solid var(--input-border);
|
|
|
|
|
|
|
| 66 |
border-radius: 8px;
|
| 67 |
+
background-color: var(--input-bg);
|
| 68 |
+
color: var(--text-color);
|
| 69 |
+
font-size: 16px;
|
| 70 |
+
box-sizing: border-box;
|
| 71 |
+
transition: border-color 0.3s ease;
|
| 72 |
}
|
| 73 |
|
| 74 |
+
.form-group input:focus,
|
| 75 |
+
.form-group textarea:focus {
|
| 76 |
+
border-color: var(--primary-accent);
|
| 77 |
outline: none;
|
|
|
|
|
|
|
| 78 |
}
|
| 79 |
|
| 80 |
button {
|
| 81 |
+
background-color: var(--button-bg);
|
| 82 |
+
color: var(--button-text);
|
|
|
|
|
|
|
| 83 |
border: none;
|
| 84 |
border-radius: 8px;
|
| 85 |
+
padding: 15px 25px;
|
| 86 |
+
font-size: 18px;
|
| 87 |
+
font-weight: bold;
|
| 88 |
cursor: pointer;
|
| 89 |
+
transition: background-color 0.3s ease, transform 0.2s ease;
|
| 90 |
+
width: 100%;
|
| 91 |
}
|
| 92 |
|
| 93 |
button:hover {
|
| 94 |
+
background-color: var(--secondary-accent);
|
| 95 |
+
transform: translateY(-2px);
|
| 96 |
}
|
| 97 |
|
| 98 |
+
button:disabled {
|
| 99 |
+
background-color: #555;
|
| 100 |
+
cursor: not-allowed;
|
|
|
|
| 101 |
}
|
| 102 |
|
| 103 |
+
.message {
|
| 104 |
+
text-align: center;
|
| 105 |
+
margin-top: 20px;
|
| 106 |
+
padding: 10px;
|
| 107 |
+
border-radius: 8px;
|
| 108 |
+
font-weight: bold;
|
| 109 |
}
|
| 110 |
|
| 111 |
+
.message.success {
|
| 112 |
+
background-color: rgba(0, 200, 83, 0.2);
|
| 113 |
+
color: var(--secondary-accent);
|
|
|
|
| 114 |
}
|
| 115 |
|
| 116 |
+
.message.error {
|
| 117 |
+
background-color: rgba(255, 68, 68, 0.2);
|
| 118 |
+
color: var(--error-color);
|
|
|
|
|
|
|
|
|
|
| 119 |
}
|
| 120 |
|
| 121 |
+
.link-text {
|
| 122 |
+
text-align: center;
|
| 123 |
+
margin-top: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
}
|
| 125 |
|
| 126 |
+
.link-text a {
|
| 127 |
+
color: var(--primary-accent);
|
| 128 |
+
text-decoration: none;
|
| 129 |
+
font-weight: bold;
|
|
|
|
|
|
|
|
|
|
| 130 |
}
|
| 131 |
|
| 132 |
+
.link-text a:hover {
|
| 133 |
+
text-decoration: underline;
|
| 134 |
}
|
| 135 |
|
| 136 |
+
/* Chat specific styles */
|
| 137 |
+
.chat-container {
|
| 138 |
display: flex;
|
| 139 |
flex-direction: column;
|
| 140 |
+
height: 80vh;
|
| 141 |
+
max-height: 700px;
|
| 142 |
+
background-color: #222;
|
| 143 |
+
border-radius: 12px;
|
| 144 |
+
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
|
| 145 |
+
border: 1px solid var(--border-color);
|
| 146 |
+
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
}
|
| 148 |
|
| 149 |
+
.sidebar {
|
| 150 |
+
width: 200px;
|
| 151 |
+
background-color: #111;
|
| 152 |
+
padding: 20px;
|
| 153 |
+
border-right: 1px solid var(--border-color);
|
| 154 |
+
display: flex;
|
| 155 |
+
flex-direction: column;
|
| 156 |
+
gap: 15px;
|
| 157 |
}
|
| 158 |
|
| 159 |
+
.sidebar button {
|
| 160 |
+
background-color: transparent;
|
| 161 |
+
border: 1px solid var(--primary-accent);
|
| 162 |
+
color: var(--primary-accent);
|
| 163 |
padding: 10px 15px;
|
| 164 |
+
font-size: 16px;
|
| 165 |
border-radius: 8px;
|
| 166 |
+
transition: background-color 0.3s ease, color 0.3s ease;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 167 |
}
|
| 168 |
|
| 169 |
+
.sidebar button:hover {
|
| 170 |
+
background-color: var(--primary-accent);
|
| 171 |
+
color: var(--button-text);
|
|
|
|
|
|
|
| 172 |
}
|
| 173 |
|
| 174 |
+
.main-content {
|
| 175 |
+
flex-grow: 1;
|
| 176 |
display: flex;
|
| 177 |
flex-direction: column;
|
| 178 |
}
|
| 179 |
|
| 180 |
+
.chat-history, .memory-view {
|
| 181 |
+
flex-grow: 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 182 |
padding: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
overflow-y: auto;
|
|
|
|
| 184 |
display: flex;
|
| 185 |
flex-direction: column;
|
| 186 |
gap: 15px;
|
| 187 |
}
|
| 188 |
|
| 189 |
+
.message-bubble {
|
| 190 |
+
max-width: 80%;
|
| 191 |
padding: 12px 18px;
|
| 192 |
+
border-radius: 20px;
|
|
|
|
| 193 |
line-height: 1.5;
|
| 194 |
+
word-wrap: break-word;
|
| 195 |
}
|
| 196 |
|
| 197 |
+
.message-bubble.user {
|
| 198 |
+
background-color: var(--primary-accent);
|
| 199 |
+
color: var(--button-text);
|
| 200 |
align-self: flex-end;
|
| 201 |
+
border-bottom-right-radius: 5px;
|
| 202 |
}
|
| 203 |
|
| 204 |
+
.message-bubble.samuel {
|
| 205 |
+
background-color: #333;
|
| 206 |
+
color: var(--text-color);
|
| 207 |
align-self: flex-start;
|
| 208 |
+
border-bottom-left-radius: 5px;
|
| 209 |
}
|
| 210 |
|
| 211 |
.chat-input-area {
|
| 212 |
display: flex;
|
| 213 |
+
padding: 20px;
|
| 214 |
+
border-top: 1px solid var(--border-color);
|
| 215 |
gap: 10px;
|
|
|
|
|
|
|
|
|
|
| 216 |
}
|
| 217 |
|
| 218 |
+
.chat-input-area input[type="text"] {
|
| 219 |
+
flex-grow: 1;
|
| 220 |
+
border-radius: 25px;
|
| 221 |
+
padding: 10px 20px;
|
| 222 |
+
background-color: var(--input-bg);
|
| 223 |
+
border: 1px solid var(--input-border);
|
| 224 |
+
color: var(--text-color);
|
| 225 |
}
|
| 226 |
|
| 227 |
+
.chat-input-area button {
|
| 228 |
width: auto;
|
| 229 |
+
padding: 10px 20px;
|
| 230 |
+
border-radius: 25px;
|
| 231 |
+
font-size: 16px;
|
| 232 |
}
|
| 233 |
|
| 234 |
+
.microphone-button {
|
| 235 |
+
background-color: var(--secondary-accent);
|
| 236 |
+
border-radius: 50%;
|
| 237 |
+
width: 50px;
|
| 238 |
+
height: 50px;
|
| 239 |
+
display: flex;
|
| 240 |
+
justify-content: center;
|
| 241 |
+
align-items: center;
|
| 242 |
+
font-size: 24px;
|
| 243 |
+
color: white;
|
| 244 |
+
border: none;
|
| 245 |
+
cursor: pointer;
|
| 246 |
+
transition: background-color 0.3s ease, transform 0.2s ease;
|
| 247 |
}
|
| 248 |
|
| 249 |
+
.microphone-button:hover {
|
| 250 |
+
background-color: #00e676;
|
| 251 |
+
transform: scale(1.05);
|
| 252 |
+
}
|
| 253 |
+
|
| 254 |
+
.microphone-button.recording {
|
| 255 |
+
background-color: var(--error-color);
|
| 256 |
+
animation: pulse 1.5s infinite;
|
| 257 |
+
}
|
| 258 |
+
|
| 259 |
+
@keyframes pulse {
|
| 260 |
+
0% { box-shadow: 0 0 0 0 rgba(255, 68, 68, 0.7); }
|
| 261 |
+
70% { box-shadow: 0 0 0 10px rgba(255, 68, 68, 0); }
|
| 262 |
+
100% { box-shadow: 0 0 0 0 rgba(255, 68, 68, 0); }
|
| 263 |
}
|
| 264 |
|
| 265 |
+
/* Memory View Specifics */
|
| 266 |
+
.memory-entry {
|
| 267 |
+
background-color: #2a2a2a;
|
| 268 |
+
padding: 15px;
|
| 269 |
+
border-radius: 10px;
|
| 270 |
+
border: 1px solid #333;
|
| 271 |
+
}
|
| 272 |
+
|
| 273 |
+
.memory-entry h4 {
|
| 274 |
+
color: var(--secondary-accent);
|
| 275 |
+
margin-top: 0;
|
| 276 |
+
margin-bottom: 10px;
|
| 277 |
+
}
|
| 278 |
+
|
| 279 |
+
.memory-entry p {
|
| 280 |
+
margin-bottom: 5px;
|
| 281 |
+
}
|
| 282 |
+
|
| 283 |
+
.memory-entry small {
|
| 284 |
+
color: #888;
|
| 285 |
+
font-size: 0.8em;
|
| 286 |
+
}
|
| 287 |
+
|
| 288 |
+
/* Initiation Ritual */
|
| 289 |
+
.initiation-container {
|
| 290 |
display: flex;
|
| 291 |
flex-direction: column;
|
| 292 |
gap: 25px;
|
| 293 |
+
text-align: center;
|
| 294 |
}
|
| 295 |
|
| 296 |
+
.initiation-container h2 {
|
| 297 |
+
margin-bottom: 15px;
|
|
|
|
| 298 |
}
|
| 299 |
|
| 300 |
+
.initiation-container textarea {
|
| 301 |
+
min-height: 100px;
|
| 302 |
+
resize: vertical;
|
|
|
|
| 303 |
}
|
| 304 |
|
| 305 |
+
.initiation-progress {
|
| 306 |
+
font-size: 1.1em;
|
| 307 |
+
color: var(--secondary-accent);
|
| 308 |
+
margin-bottom: 20px;
|
| 309 |
}
|
| 310 |
+
|
| 311 |
+
/* General layout for main app */
|
| 312 |
+
.app-layout {
|
| 313 |
+
display: flex;
|
| 314 |
+
width: 100%;
|
| 315 |
+
max-width: 1200px; /* Adjust as needed */
|
| 316 |
+
height: 90vh; /* Adjust as needed */
|
| 317 |
+
border-radius: 12px;
|
| 318 |
+
overflow: hidden;
|
| 319 |
+
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
|
| 320 |
+
border: 1px solid var(--border-color);
|
| 321 |
+
}
|
| 322 |
+
|
| 323 |
+
/* Responsive adjustments */
|
| 324 |
+
@media (max-width: 768px) {
|
| 325 |
+
.app-layout {
|
| 326 |
+
flex-direction: column;
|
| 327 |
+
height: auto;
|
| 328 |
+
min-height: 100vh;
|
| 329 |
+
}
|
| 330 |
+
|
| 331 |
+
.sidebar {
|
| 332 |
+
width: 100%;
|
| 333 |
+
border-right: none;
|
| 334 |
+
border-bottom: 1px solid var(--border-color);
|
| 335 |
+
flex-direction: row;
|
| 336 |
+
justify-content: space-around;
|
| 337 |
+
padding: 10px;
|
| 338 |
+
}
|
| 339 |
+
|
| 340 |
+
.container {
|
| 341 |
+
padding: 20px;
|
| 342 |
+
}
|
| 343 |
+
|
| 344 |
+
.chat-input-area {
|
| 345 |
+
flex-direction: column;
|
| 346 |
+
gap: 15px;
|
| 347 |
+
}
|
| 348 |
+
|
| 349 |
+
.chat-input-area input[type="text"],
|
| 350 |
+
.chat-input-area button {
|
| 351 |
+
width: 100%;
|
| 352 |
+
}
|
| 353 |
+
|
| 354 |
+
.microphone-button {
|
| 355 |
+
margin: 0 auto;
|
| 356 |
+
}
|
| 357 |
+
}
|