@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-color:#f2f2f2;--text-main:#1a1a1a;--text-muted:#666;--text-light:#888;--card-bg:#fff;--accent-mint:#c8edd8;--accent-coral:#f7c5c0;--accent-yellow:#fae3a0;--accent-turquoise:#a8e4e8;--accent-purple:#d4b8e6;--accent-blue:#d4e6f1;--accent-blurple:#5865f2;--border-color:#e8e8e8;--shadow-soft:0 4px 14px #0000000d}body{color:var(--text-main);background:var(--bg-color);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{margin-top:0;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.pill-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.glass-card{background:var(--card-bg);box-shadow:var(--shadow-soft);border:1px solid var(--border-color);border-radius:16px;padding:2rem}.mc-font{image-rendering:pixelated;font-family:Minecraft,monospace}.mc-chat-box{color:#fff;text-shadow:1px 1px #000;background:#00000080;border-radius:4px;padding:.5rem;font-family:monospace;font-size:14px}.wiki-layout{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.wiki-sidebar,.wiki-main{width:100%}@media (min-width:768px){.wiki-layout{flex-direction:row;gap:3rem}.wiki-sidebar{flex-shrink:0;width:250px}.wiki-main{flex-grow:1;max-width:800px}.hero-stats,.hero-buttons{flex-direction:row!important}}.hero-stats{border-top:1px solid var(--border-color);flex-direction:column;justify-content:center;gap:3rem;margin-top:4rem;padding-top:3rem;display:flex}.hero-buttons{flex-direction:column;justify-content:center;gap:1rem;display:flex}.nav-link{color:var(--text-muted);border-radius:6px;padding:.5rem .8rem;font-weight:500;transition:background .2s,color .2s;display:block}.nav-link:hover{background:var(--border-color);color:var(--text-main);opacity:1!important}.hero-btn-primary{background:var(--text-main);color:#fff;text-align:center;border-radius:8px;padding:.8rem 2rem;font-weight:600;transition:opacity .2s,background .2s;display:inline-block}.hero-btn-primary:hover{opacity:1;background:#333}.hero-btn-secondary{color:var(--text-main);border:1px solid var(--border-color);text-align:center;background:#fff;border-radius:8px;padding:.8rem 2rem;font-weight:600;transition:opacity .2s,background .2s;display:inline-block}.hero-btn-secondary:hover{opacity:1;background:#f9f9f9}@media (max-width:768px){h1{font-size:2.5rem!important}.glass-card{padding:1.5rem!important}}.ai-page-container{background:var(--bg-color);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.ai-chat-wrapper{flex-direction:column;width:100%;max-width:900px;height:90vh;display:flex;overflow:hidden;padding:0!important}.ai-header{border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ai-btn-ghost{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.ai-btn-ghost:hover{background:var(--bg-color);color:var(--text-main);border-color:var(--border-color)}.ai-chat-window{scroll-behavior:smooth;flex-direction:column;flex-grow:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.ai-message-row{gap:1rem;max-width:85%;display:flex}.row-user{flex-direction:row-reverse;align-self:flex-end}.row-assistant{align-self:flex-start}.ai-avatar-assistant{background:linear-gradient(135deg,var(--accent-purple),var(--accent-blurple));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;display:flex;box-shadow:0 4px 10px #5865f24d}.ai-bubble{border-radius:12px;padding:1rem 1.2rem;font-size:.95rem;line-height:1.6}.bubble-user{background:var(--text-main);color:#fff;border-bottom-right-radius:2px}.bubble-assistant{border:1px solid var(--border-color);color:var(--text-main);background:#f8f9fa;border-bottom-left-radius:2px}.bubble-error{color:#c00;background:#fff5f5;border-color:#ffb3b3}.ai-input-area{border-top:1px solid var(--border-color);background:#fff;gap:1rem;padding:1.5rem;display:flex}.ai-input{border:1px solid var(--border-color);background:var(--bg-color);border-radius:999px;outline:none;flex-grow:1;padding:1rem 1.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.ai-input:focus{border-color:var(--accent-purple);background:#fff;box-shadow:0 0 0 3px #d4b8e64d}.ai-submit-btn{background:var(--text-main);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s,background .2s;display:flex}.ai-submit-btn:hover:not(:disabled){background:#333;transform:translateY(-2px)}.ai-submit-btn:disabled{opacity:.5;cursor:not-allowed}.ai-code-block{background:#1e1e1e;border-radius:8px;margin:.8rem 0;padding:1rem;overflow-x:auto}.ai-code-block code{color:#d4d4d4;font-family:Consolas,Monaco,monospace;font-size:.85rem}.ai-inline-code{color:#e83e8c;background:#0000000f;border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-size:.9em}.ai-typing{align-items:center;gap:4px;padding:1rem 1.5rem;display:flex}.ai-typing .dot{background-color:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both bounce}.ai-typing .dot:first-child{animation-delay:-.32s}.ai-typing .dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
