.tc-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.tc-header-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.5rem 2rem;background:#000;border-bottom:2px solid #ffffff;position:relative}.tc-model-section{position:relative;display:flex;align-items:center;gap:.75rem}.tc-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.tc-dropdown-trigger{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#000;border:2px solid #ffffff;border-radius:0;font-family:inherit;font-size:.95rem;font-weight:600;text-transform:uppercase;color:#fff;cursor:pointer;transition:all .2s}.tc-dropdown-trigger:hover,.tc-dropdown-trigger:focus{outline:none;background:#fff;color:#000}.tc-dropdown-content{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.tc-model-name{font-weight:600}.tc-model-provider{font-size:.8rem;color:var(--text-muted)}.tc-chevron{transition:transform .2s ease;color:var(--text-muted)}.tc-chevron-open{transform:rotate(180deg)}.tc-dropdown-menu{position:absolute;top:100%;left:0;z-index:50;min-width:240px;list-style:none;padding:0;margin:0;background:#000;border:2px solid #ffffff;border-radius:0;box-shadow:10px 10px #ffffff1a;animation:tc-dropdown-in .15s ease}@keyframes tc-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tc-dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;border-radius:.5rem;cursor:pointer;transition:background .15s;color:var(--text-main);white-space:nowrap}.tc-dropdown-item:hover{background:var(--header-border)}.tc-dropdown-item-active{background:var(--header-border);color:var(--accent-color)}.tc-count-section{display:flex;align-items:center;gap:1rem}.tc-count-number{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;border:1px solid #ffffff;padding:.1rem .6rem}.tc-editor-container{position:relative;width:100%;min-height:400px;height:400px;max-height:800px;resize:vertical;display:flex;flex-direction:column;background:#000;border:2px solid #ffffff;border-radius:0;overflow:hidden;transition:none}.tc-editor-container::-webkit-scrollbar{width:24px;height:24px}.tc-editor-container::-webkit-scrollbar-track,.tc-editor-container::-webkit-scrollbar-thumb{background:transparent}.tc-editor-container::-webkit-resizer{background-color:var(--card-bg);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23858585" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="16" y1="20" x2="20" y2="16"></line><line x1="8" y1="20" x2="20" y2="8"></line><line x1="12" y1="20" x2="20" y2="12"></line></svg>');background-position:center;background-repeat:no-repeat;cursor:nwse-resize;box-shadow:inset 1px 1px 0 var(--card-border);border-top-left-radius:6px}.tc-editor-container:focus-within{border-color:var(--accent-color);box-shadow:0 0 0 3px var(--ring-color)}.tc-editor-text-styles{font-family:var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace);font-size:.95rem;font-weight:400;line-height:1.6;margin:0;padding:1.5rem;white-space:pre-wrap;word-wrap:break-word}.tc-editor-backdrop{position:absolute;inset:0;z-index:1;overflow-y:auto;overflow-x:hidden;color:transparent;pointer-events:none;scrollbar-width:auto;scrollbar-color:transparent transparent}.tc-editor-backdrop::-webkit-scrollbar{background-color:transparent}.tc-editor-backdrop::-webkit-scrollbar-thumb{background-color:transparent}.tc-editor-backdrop::-webkit-scrollbar-track{background-color:transparent}.tc-textarea{position:absolute;inset:0;width:100%;height:100%;z-index:2;background:transparent;color:var(--text-main);resize:none;border:none;outline:none;color-scheme:dark}.tc-textarea::-webkit-scrollbar{width:14px}.tc-textarea::-webkit-scrollbar-track{background:transparent}.tc-textarea::-webkit-scrollbar-thumb{background-color:var(--header-border, #333);border-radius:7px;border:4px solid transparent;background-clip:padding-box}.tc-textarea::-webkit-scrollbar-thumb:hover{background-color:var(--text-muted, #666)}.tc-textarea::placeholder{color:var(--text-muted);opacity:.6}.tc-token{border-radius:2px;padding:2px 0;margin:0}.tc-editor-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#000;color:#fff;border-top:2px solid #ffffff}.tc-editor-footer-content{font-size:.8rem;font-weight:600;text-transform:uppercase;color:#fff;display:flex;align-items:center;gap:.5rem}.tc-spinner{animation:tc-spin .8s linear infinite;color:var(--accent-color)}@keyframes tc-spin{to{transform:rotate(360deg)}}.tc-icon-muted{color:var(--text-muted)}.tc-icon-accent{color:var(--accent-color)}.tc-editor-main-area{display:flex;flex:1;position:relative;overflow:hidden}.tc-editor-layout{position:relative;flex:1;height:100%;overflow:hidden}@media(max-width:768px){.tc-header-bar{flex-direction:column;align-items:flex-start;padding:.75rem;gap:.75rem}.tc-dropdown-trigger{padding:.5rem .75rem;font-size:.85rem}.tc-model-provider{display:none}.tc-count-section{width:auto;flex:1;justify-content:flex-end}.tc-count-number{font-size:1.5rem}}@media(max-width:480px){.tc-editor-container{height:350px;min-height:300px}.tc-editor-text-styles{padding:1rem;font-size:.9rem}.tc-editor-footer{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 1rem}}.text-center[data-astro-cid-wovdjwc3]{text-align:center}.max-w-2xl[data-astro-cid-wovdjwc3]{max-width:42rem}.mx-auto[data-astro-cid-wovdjwc3]{margin-left:auto;margin-right:auto}.text-muted[data-astro-cid-wovdjwc3]{color:#fff;opacity:.8;line-height:1.6}.hero[data-astro-cid-wovdjwc3]{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.badge[data-astro-cid-wovdjwc3]{background:var(--header-border);border:1px solid var(--card-border);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;color:var(--accent-color)}.hero-title[data-astro-cid-wovdjwc3]{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:2rem}.hero-subtitle[data-astro-cid-wovdjwc3]{font-size:1.25rem;max-width:600px}.token-counter-wrapper[data-astro-cid-wovdjwc3]{margin-top:3rem;width:100%;max-width:1000px;text-align:left}.bg-light[data-astro-cid-wovdjwc3]{background-color:transparent}.about-header[data-astro-cid-wovdjwc3]{margin-bottom:4rem}.about-header[data-astro-cid-wovdjwc3] h2[data-astro-cid-wovdjwc3]{font-size:2.5rem}.grid[data-astro-cid-wovdjwc3]{display:grid;gap:2rem}.cards-grid[data-astro-cid-wovdjwc3]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card-icon[data-astro-cid-wovdjwc3]{margin-bottom:1.5rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:var(--header-border);color:var(--accent-color)}.card-icon-blue[data-astro-cid-wovdjwc3]{background:#60a5fa26;color:#60a5fa}.card-icon-purple[data-astro-cid-wovdjwc3]{background:#c084fc26;color:#c084fc}.card-icon-green[data-astro-cid-wovdjwc3]{background:#4ade8026;color:#4ade80}.icon[data-astro-cid-wovdjwc3]{width:1.5rem;height:1.5rem}.icon-lg[data-astro-cid-wovdjwc3]{width:2rem;height:2rem}.card[data-astro-cid-wovdjwc3] h3[data-astro-cid-wovdjwc3]{font-size:1.25rem;margin-bottom:.75rem}.faq-container[data-astro-cid-wovdjwc3]{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:0}.faq-item[data-astro-cid-wovdjwc3]{border:2px solid #ffffff;background:#000;scroll-margin-top:6rem;margin-top:-2px}.faq-item[data-astro-cid-wovdjwc3]:first-child{margin-top:0}.faq-item[data-astro-cid-wovdjwc3] summary[data-astro-cid-wovdjwc3]{list-style:none}.faq-item[data-astro-cid-wovdjwc3] summary[data-astro-cid-wovdjwc3]::-webkit-details-marker{display:none}.faq-question[data-astro-cid-wovdjwc3]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 2rem;cursor:pointer;user-select:none;transition:background .2s ease}.faq-question[data-astro-cid-wovdjwc3]:hover{background:#ffffff0d}.faq-question-text[data-astro-cid-wovdjwc3]{font-size:clamp(1rem,2.5vw,1.375rem);font-weight:700;line-height:1.3;color:#fff;letter-spacing:-.015em;flex:1}.faq-icon[data-astro-cid-wovdjwc3]{flex-shrink:0;width:1.5rem;height:1.5rem;color:#fff;transition:transform .3s ease}.faq-icon[data-astro-cid-wovdjwc3] svg[data-astro-cid-wovdjwc3]{width:100%;height:100%;display:block}.faq-item[data-astro-cid-wovdjwc3][open] .faq-icon[data-astro-cid-wovdjwc3]{transform:rotate(180deg)}.faq-item[data-astro-cid-wovdjwc3][open]>.faq-question[data-astro-cid-wovdjwc3]{background:#ffffff0f;border-bottom:1px solid rgba(255,255,255,.3)}.faq-answer[data-astro-cid-wovdjwc3]{padding:1.5rem 2rem 2rem;overflow:hidden}.faq-answer[data-astro-cid-wovdjwc3] p[data-astro-cid-wovdjwc3].text-lg{font-size:1.125rem;line-height:1.7;margin-bottom:1.25rem;color:#ffffffd9;font-weight:400}.faq-answer[data-astro-cid-wovdjwc3] p[data-astro-cid-wovdjwc3].text-lg:last-child{margin-bottom:0}
