:root{--bg: #0a0a0a;--surface: #141414;--border: #222;--text: #e5e5e5;--text-muted: #888;--accent: #f97316;--accent-glow: rgba(249, 115, 22, .15);--success: #22c55e;--error: #ef4444}main[data-astro-cid-apcim5e5].guestbook-page{background-color:var(--bg);color:var(--text);min-height:100vh;padding:4rem 1rem}.container[data-astro-cid-apcim5e5]{max-width:800px;margin:0 auto}.page-label[data-astro-cid-apcim5e5]{font-size:.875rem;color:var(--accent);font-weight:600;text-transform:uppercase;letter-spacing:1px;margin:0 0 2rem}.hero[data-astro-cid-apcim5e5]{margin-bottom:3rem;text-align:center}.hero[data-astro-cid-apcim5e5] h1[data-astro-cid-apcim5e5]{font-size:3rem;font-weight:700;margin:0 0 1rem;line-height:1.1;background:linear-gradient(135deg,var(--text),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle[data-astro-cid-apcim5e5]{font-size:1.125rem;color:var(--text-muted);line-height:1.6;margin:0 auto;max-width:700px}.form-section[data-astro-cid-apcim5e5]{margin-bottom:3rem}.guestbook-form[data-astro-cid-apcim5e5]{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:2rem}.form-row[data-astro-cid-apcim5e5]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group[data-astro-cid-apcim5e5]{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;position:relative}.form-group[data-astro-cid-apcim5e5] label[data-astro-cid-apcim5e5]{font-size:.875rem;font-weight:600;color:var(--text)}.required[data-astro-cid-apcim5e5]{color:var(--accent)}.form-group[data-astro-cid-apcim5e5] input[data-astro-cid-apcim5e5],.form-group[data-astro-cid-apcim5e5] textarea[data-astro-cid-apcim5e5]{background:var(--bg);border:1px solid var(--border);border-radius:.5rem;padding:.75rem 1rem;color:var(--text);font-size:1rem;font-family:inherit;outline:none;transition:border-color .3s ease}.form-group[data-astro-cid-apcim5e5] input[data-astro-cid-apcim5e5]:focus,.form-group[data-astro-cid-apcim5e5] textarea[data-astro-cid-apcim5e5]:focus{border-color:var(--accent)}.form-group[data-astro-cid-apcim5e5] input[data-astro-cid-apcim5e5]::placeholder,.form-group[data-astro-cid-apcim5e5] textarea[data-astro-cid-apcim5e5]::placeholder{color:var(--text-muted)}.form-group[data-astro-cid-apcim5e5] textarea[data-astro-cid-apcim5e5]{resize:vertical;min-height:80px}.char-count[data-astro-cid-apcim5e5]{position:absolute;bottom:.5rem;right:.75rem;font-size:.75rem;color:var(--text-muted)}.submit-button[data-astro-cid-apcim5e5]{background-color:var(--accent);color:#000;border:none;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;font-size:1rem;transition:all .3s ease;width:100%}.submit-button[data-astro-cid-apcim5e5]:hover{background-color:#ea6317;box-shadow:0 0 20px var(--accent-glow);transform:translateY(-2px)}.submit-button[data-astro-cid-apcim5e5]:active{transform:translateY(0)}.submit-button[data-astro-cid-apcim5e5]:disabled{opacity:.5;cursor:not-allowed;transform:none}.success-msg[data-astro-cid-apcim5e5]{background:#22c55e1a;border:1px solid var(--success);border-radius:.75rem;padding:1rem 1.5rem;margin-top:1rem;text-align:center}.success-msg[data-astro-cid-apcim5e5] p[data-astro-cid-apcim5e5]{margin:0;color:var(--success);font-weight:500}.error-msg[data-astro-cid-apcim5e5]{background:#ef44441a;border:1px solid var(--error);border-radius:.75rem;padding:1rem 1.5rem;margin-top:1rem;text-align:center}.error-msg[data-astro-cid-apcim5e5] p[data-astro-cid-apcim5e5]{margin:0;color:var(--error);font-weight:500}.hidden[data-astro-cid-apcim5e5]{display:none}.entries-section[data-astro-cid-apcim5e5]{margin-bottom:3rem}.entries-section[data-astro-cid-apcim5e5] h2[data-astro-cid-apcim5e5]{font-size:2rem;font-weight:700;margin:0 0 2rem;text-align:center}.loading[data-astro-cid-apcim5e5]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:1rem}.loading[data-astro-cid-apcim5e5].hidden{display:none}.spinner[data-astro-cid-apcim5e5]{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading[data-astro-cid-apcim5e5] p[data-astro-cid-apcim5e5]{color:var(--text-muted);font-size:1rem;margin:0}.entries-list[data-astro-cid-apcim5e5]{display:flex;flex-direction:column;gap:1rem}.entry-card[data-astro-cid-apcim5e5]{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;transition:border-color .3s ease}.entry-card[data-astro-cid-apcim5e5]:hover{border-color:var(--accent)}.entry-header[data-astro-cid-apcim5e5]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.entry-name[data-astro-cid-apcim5e5]{font-weight:600;font-size:1.1rem;color:var(--text)}.entry-company[data-astro-cid-apcim5e5]{font-size:.875rem;color:var(--accent)}.entry-date[data-astro-cid-apcim5e5]{font-size:.8rem;color:var(--text-muted);margin-left:auto}.entry-message[data-astro-cid-apcim5e5]{color:var(--text);line-height:1.6;font-size:1rem;margin:0}.empty-state[data-astro-cid-apcim5e5]{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.empty-state[data-astro-cid-apcim5e5] p[data-astro-cid-apcim5e5]{margin:0;font-size:1.1rem}.powered[data-astro-cid-apcim5e5]{text-align:center;padding:2rem;background-color:var(--accent-glow);border:1px solid var(--accent);border-radius:.75rem;margin-bottom:2rem}.powered[data-astro-cid-apcim5e5] p[data-astro-cid-apcim5e5]{margin:0;color:var(--text);font-weight:500}@media (max-width: 640px){main[data-astro-cid-apcim5e5].guestbook-page{padding:2rem 1rem}.hero[data-astro-cid-apcim5e5] h1[data-astro-cid-apcim5e5]{font-size:2rem}.form-row[data-astro-cid-apcim5e5]{grid-template-columns:1fr}.entry-header[data-astro-cid-apcim5e5]{flex-direction:column;gap:.25rem}.entry-date[data-astro-cid-apcim5e5]{margin-left:0}}
