.projects-section.svelte-18wb1jp{--max-width-container: 1400px;background:var(--background);padding:6rem 0;min-height:100vh}.container.svelte-18wb1jp{max-width:var(--max-width-container);margin:0 auto;padding:0 var(--padding-xl)}.section-header.svelte-18wb1jp{text-align:center;margin-bottom:4rem}.section-title.svelte-18wb1jp{font-size:3rem;font-weight:700;margin-bottom:var(--padding-md);color:var(--foreground)}.section-subtitle.svelte-18wb1jp{font-size:1.1rem;color:var(--secondary-foreground);max-width:600px;margin:0 auto}.top-content.svelte-18wb1jp{display:grid;grid-template-columns:2fr 1fr;gap:4rem;margin-bottom:4rem}.featured-project.svelte-18wb1jp{display:grid;grid-template-columns:1fr;gap:1rem}.project-image.svelte-18wb1jp img:where(.svelte-18wb1jp){width:100%;height:auto;border-radius:var(--border-radius-medium);max-width:50%;margin:0 auto;display:block}.project-content.svelte-18wb1jp{max-width:50%;margin:0 auto;text-align:center}.featured-project.svelte-18wb1jp .project-subtitle:where(.svelte-18wb1jp){font-size:2.2rem;font-weight:700;color:var(--secondary-foreground);margin-bottom:var(--padding-md)}.featured-project.svelte-18wb1jp .project-description:where(.svelte-18wb1jp){color:var(--secondary-foreground);line-height:1.6;margin-bottom:var(--padding-xl);font-size:1.1rem}.signup-btn.svelte-18wb1jp{background:red;color:var(--foreground);border:none;padding:var(--padding-md) var(--padding-xl);border-radius:var(--border-radius-button);font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .3s;text-decoration:none;display:inline-block}.signup-btn.svelte-18wb1jp:hover{background:#c00}.guestbook-section.svelte-18wb1jp{background:var(--bg-dark-secondary);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;height:600px}.guestbook-header.svelte-18wb1jp{background:var(--bg-dark-primary);padding:12px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.guestbook-title.svelte-18wb1jp{color:var(--foreground);font-size:18px;font-weight:600;margin:0}.chat-container.svelte-18wb1jp{display:flex;flex-direction:column;flex:1;min-height:0}.chat-messages.svelte-18wb1jp{flex:1;overflow-y:auto;padding:8px 16px;scroll-behavior:smooth}.chat-messages.svelte-18wb1jp::-webkit-scrollbar{width:8px}.chat-messages.svelte-18wb1jp::-webkit-scrollbar-track{background:transparent}.chat-messages.svelte-18wb1jp::-webkit-scrollbar-thumb{background:#494950;border-radius:4px}.chat-messages.svelte-18wb1jp::-webkit-scrollbar-thumb:hover{background:#62626a}.chat-message.svelte-18wb1jp{display:flex;padding:2px 0;margin-bottom:2px;transition:background-color .2s ease}.chat-message.svelte-18wb1jp:hover{background-color:#313135}.message-content.svelte-18wb1jp{flex:1;min-width:0;display:inline}.message-header.svelte-18wb1jp{display:inline}.username.svelte-18wb1jp{font-weight:700;font-size:14px;cursor:pointer;display:inline}.username.svelte-18wb1jp:hover{text-decoration:underline}.message-text.svelte-18wb1jp{color:var(--foreground);font-size:14px;line-height:1.5;word-wrap:break-word;white-space:pre-wrap;display:inline}.message-text.svelte-18wb1jp:before{content:": "}.loading-message.svelte-18wb1jp{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;color:var(--muted-foreground);font-size:14px}.loading-spinner.svelte-18wb1jp{width:18px;height:18px;border:2px solid var(--muted);border-top:2px solid var(--primary);border-radius:50%;animation:svelte-18wb1jp-spin 1s linear infinite}@keyframes svelte-18wb1jp-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-input-container.svelte-18wb1jp{padding:16px;background:var(--bg-dark-primary);border-top:1px solid var(--border)}.chat-input-wrapper.svelte-18wb1jp{background:var(--input);border-radius:var(--radius-md);display:flex;align-items:center;padding:8px 12px;border:1px solid transparent;transition:border-color .2s ease}.chat-input-wrapper.svelte-18wb1jp:focus-within{border-color:var(--ring);background:var(--background)}.chat-input.svelte-18wb1jp{flex:1;background:transparent;border:none;outline:none;color:var(--foreground);font-size:14px;line-height:1.5;resize:none;min-height:24px;max-height:120px;overflow-y:auto;font-family:inherit}.chat-input.svelte-18wb1jp::placeholder{color:var(--muted-foreground)}.chat-send-btn.svelte-18wb1jp{background:var(--muted-foreground);border:1px solid var(--border);border-radius:var(--radius-sm);width:32px;height:32px;margin-left:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;color:var(--primary-foreground)}.chat-send-btn.svelte-18wb1jp:disabled{background:var(--foreground);cursor:not-allowed;opacity:.5}.chat-send-btn.svelte-18wb1jp:not(:disabled):hover{background:var(--muted)}.error-message.svelte-18wb1jp{color:var(--destructive);font-size:12px;margin-top:8px}.other-projects.svelte-18wb1jp{margin-top:4rem}.other-projects-title.svelte-18wb1jp{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:calc(var(--padding-xl) + var(--padding-md));color:var(--foreground)}.project-card.svelte-18wb1jp{padding:0;border-radius:var(--border-radius-medium);border:1px solid #333;position:relative;overflow:hidden;min-height:350px;display:flex;flex-direction:column;justify-content:flex-end}.project-card-bg-image.svelte-18wb1jp{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.project-card-content-overlay.svelte-18wb1jp{position:relative;z-index:1;padding:var(--padding-xl);background:linear-gradient(to top,#000c 10%,#000000b3 40%,#0000)}.project-card-title.svelte-18wb1jp{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:var(--padding-md)}.project-card-description.svelte-18wb1jp{color:var(--secondary-foreground);line-height:1.6}.video-section.svelte-18wb1jp{margin-top:4rem}.video-title.svelte-18wb1jp{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:calc(var(--padding-xl) + var(--padding-md));color:var(--foreground)}.video-player.svelte-18wb1jp{position:relative;width:100%;padding-bottom:56.25%;background-color:#000;border-radius:var(--border-radius-medium);overflow:hidden}.player-container.svelte-18wb1jp{display:none}.player-container.visible.svelte-18wb1jp{display:block;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}#youtube-player-container.svelte-18wb1jp{height:100%;width:100%}.video-thumbnail.svelte-18wb1jp{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.video-thumbnail.svelte-18wb1jp img:where(.svelte-18wb1jp){width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.video-thumbnail.svelte-18wb1jp:hover img:where(.svelte-18wb1jp){transform:scale(1.05)}.play-button.svelte-18wb1jp{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background-color:#0009;border-radius:50%;transition:background-color .3s ease;display:flex;justify-content:center;align-items:center}.play-button.svelte-18wb1jp:after{content:"";border-style:solid;border-width:15px 0 15px 26px;border-color:transparent transparent transparent white;margin-left:5px}.video-thumbnail.svelte-18wb1jp:hover .play-button:where(.svelte-18wb1jp){background-color:#f00c}.video-disclaimer.svelte-18wb1jp{position:absolute;bottom:0;left:0;width:100%;background:#000000b3;color:#fff;padding:1rem;text-align:center;font-size:1.2rem}.video-disclaimer.svelte-18wb1jp p:where(.svelte-18wb1jp){margin:0}@media (max-width: 1200px){.top-content.svelte-18wb1jp{grid-template-columns:1fr}}@media (max-width: 768px){.projects-section.svelte-18wb1jp{padding:4rem 0}.container.svelte-18wb1jp{padding:0 var(--padding-lg)}.section-title.svelte-18wb1jp{font-size:2.5rem}.section-subtitle.svelte-18wb1jp{font-size:1rem}.top-content.svelte-18wb1jp{gap:2rem}.featured-project.svelte-18wb1jp{grid-template-columns:1fr}.project-image.svelte-18wb1jp img:where(.svelte-18wb1jp),.project-content.svelte-18wb1jp{max-width:80%}.featured-project.svelte-18wb1jp .project-subtitle:where(.svelte-18wb1jp){font-size:1.8rem}.featured-project.svelte-18wb1jp .project-description:where(.svelte-18wb1jp){font-size:1rem}.guestbook-section.svelte-18wb1jp{height:500px}.project-card.svelte-18wb1jp{grid-template-columns:1fr}.other-projects-title.svelte-18wb1jp,.video-title.svelte-18wb1jp{font-size:2rem}.video-disclaimer.svelte-18wb1jp{font-size:1rem}.play-button.svelte-18wb1jp{width:60px;height:60px}.play-button.svelte-18wb1jp:after{border-width:12px 0 12px 20px}}@media (max-width: 480px){.projects-section.svelte-18wb1jp{padding:3rem 0}.container.svelte-18wb1jp{padding:0 var(--padding-md)}.section-title.svelte-18wb1jp{font-size:2rem}.featured-project.svelte-18wb1jp .project-subtitle:where(.svelte-18wb1jp){font-size:1.5rem}.project-image.svelte-18wb1jp img:where(.svelte-18wb1jp),.project-content.svelte-18wb1jp{max-width:90%}.other-projects-title.svelte-18wb1jp,.video-title.svelte-18wb1jp{font-size:1.8rem}.video-disclaimer.svelte-18wb1jp{font-size:.9rem;padding:.8rem}}
