html,body{max-width:100vw;overflow-x:hidden}button,a,input[type=button],input[type=submit],.touch-target{min-height:44px;min-width:44px;touch-action:manipulation}@media(max-width:767px){.sticky{position:-webkit-sticky;position:sticky}.grid-cols-4,.grid-cols-3{grid-template-columns:repeat(2,1fr)!important}button,a,.touch-target{min-height:44px;min-width:44px}}@media(max-width:399px){.grid-cols-4,.grid-cols-3{grid-template-columns:repeat(2,1fr)!important}}@media(min-width:768px)and (max-width:1023px){button,a,.touch-target{min-height:48px;min-width:48px}}@media(min-width:1024px){button,a,.touch-target{min-height:36px;min-width:auto}}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#18181b}.custom-scrollbar::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#52525b}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner{animation:spin .6s linear infinite}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:linear-gradient(90deg,#18181b,#27272a,#18181b);background-size:1000px 100%;animation:shimmer 2s infinite linear}@supports (padding: env(safe-area-inset-bottom)){body{padding-bottom:env(safe-area-inset-bottom)}}.markdown-analysis{line-height:1.6}.markdown-analysis h1{font-size:1.75rem;font-weight:700;color:#fafafa;margin-top:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #3f3f46}.markdown-analysis h2{font-size:1.5rem;font-weight:600;color:#e4e4e7;margin-top:1.25rem;margin-bottom:.75rem}.markdown-analysis h3{font-size:1.25rem;font-weight:600;color:#d4d4d8;margin-top:1rem;margin-bottom:.5rem}.markdown-analysis p{margin-bottom:1rem;color:#a1a1aa}.markdown-analysis ul,.markdown-analysis ol{margin-bottom:1rem;padding-left:1.5rem;color:#a1a1aa}.markdown-analysis li{margin-bottom:.5rem}.markdown-analysis strong{color:#fafafa;font-weight:600}.markdown-analysis table{width:100%;border-collapse:collapse;margin:1.5rem 0;background-color:#18181b;border:1px solid #3f3f46;font-size:.875rem;overflow-x:auto;display:block}.markdown-analysis thead{background-color:#27272a}.markdown-analysis th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#fafafa;border-bottom:2px solid #52525b;border-right:1px solid #3f3f46;white-space:nowrap}.markdown-analysis th:last-child{border-right:none}.markdown-analysis td{padding:.75rem 1rem;border-bottom:1px solid #27272a;border-right:1px solid #27272a;color:#d4d4d8;vertical-align:top}.markdown-analysis td:last-child{border-right:none}.markdown-analysis tbody tr:hover{background-color:#27272a}.markdown-analysis tbody tr:last-child td{border-bottom:none}@media(max-width:767px){.markdown-analysis table{font-size:.75rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.markdown-analysis th,.markdown-analysis td{padding:.5rem .75rem;min-width:80px}}.markdown-analysis code{background-color:#27272a;padding:.125rem .375rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875em;color:#a78bfa}.markdown-analysis pre{background-color:#18181b;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1rem;border:1px solid #3f3f46}.markdown-analysis pre code{background-color:transparent;padding:0;color:#d4d4d8}*{box-sizing:border-box;margin:0;padding:0}:root{--mobile-header-height: 64px;--mobile-bottom-nav-height: 72px;--tablet-header-height: 64px;--tablet-action-bar-height: 72px;--desktop-panel-left-width: 320px;--desktop-panel-right-width: 360px}@media(max-width:767px){.mobile-container{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:#0a0a0a}.mobile-top-bar{height:var(--mobile-header-height);min-height:var(--mobile-header-height);background:#111827;border-bottom:1px solid #1f2937;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:30}.mobile-main{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:#0a0a0a}.mobile-bottom-nav{height:var(--mobile-bottom-nav-height);min-height:var(--mobile-bottom-nav-height);background:#111827;border-top:1px solid #1f2937;display:flex;align-items:center;justify-content:space-around;padding:0 8px;z-index:30}.mobile-nav-button{flex:1;max-width:80px;min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#9ca3af;background:transparent;border:none;cursor:pointer;transition:color .2s ease;position:relative}.mobile-nav-button.active{color:#3b82f6}.mobile-nav-button:active{transform:scale(.95)}.mobile-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-drawer{position:fixed;bottom:0;left:0;right:0;background:#111827;border-radius:24px 24px 0 0;z-index:50;max-height:85vh;overflow-y:auto;box-shadow:0 -10px 40px #00000080}.mobile-drawer-header{position:sticky;top:0;background:#111827;border-bottom:1px solid #1f2937;padding:16px;z-index:10}.mobile-drawer-drag-handle{width:48px;height:4px;background:#4b5563;border-radius:2px;margin:0 auto 12px}.mobile-button,.touch-button{min-height:44px;min-width:44px;padding:12px 24px;font-size:16px;touch-action:manipulation}.mobile-canvas{width:100%;height:calc(100vh - var(--mobile-header-height) - var(--mobile-bottom-nav-height));display:flex;align-items:center;justify-content:center;background:#000}.mobile-canvas img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;touch-action:none;-webkit-user-select:none;user-select:none}.tablet-only,.desktop-only{display:none!important}}@media(min-width:768px)and (max-width:1199px){.tablet-container{display:flex;flex-direction:column;height:100vh;overflow:hidden}.tablet-top-bar{height:var(--tablet-header-height);min-height:var(--tablet-header-height);background:#111827;border-bottom:1px solid #1f2937;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:30}.tablet-grid{display:flex;flex:1;overflow:hidden}.tablet-left-panel{width:32%;min-width:280px;max-width:400px;background:#111827;border-right:1px solid #1f2937;overflow-y:auto;display:flex;flex-direction:column}.tablet-main-panel{flex:1;position:relative;overflow:hidden;background:#0a0a0a}.tablet-bottom-action-bar{height:var(--tablet-action-bar-height);min-height:var(--tablet-action-bar-height);background:#111827;border-top:1px solid #1f2937;display:flex;align-items:center;justify-content:space-around;padding:0 16px;gap:12px;z-index:30}.tablet-button,.touch-button{min-height:60px;min-width:60px;padding:16px 32px;font-size:16px;touch-action:manipulation}.tablet-canvas{width:100%;height:100%;display:flex;align-items:center;justify-center;background:#000}.tablet-canvas img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;touch-action:none;-webkit-user-select:none;user-select:none}.mobile-only,.desktop-only{display:none!important}}@media(min-width:1200px){.desktop-grid{display:grid;grid-template-columns:var(--desktop-panel-left-width) 1fr var(--desktop-panel-right-width);height:100vh;overflow:hidden}.desktop-left-panel,.desktop-right-panel{overflow-y:auto;overflow-x:hidden;background:#111827}.desktop-left-panel{border-right:1px solid #1f2937}.desktop-right-panel{border-left:1px solid #1f2937}.desktop-canvas-panel{background:#0a0a0a;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.desktop-canvas{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000}.desktop-canvas img{max-width:100%;max-height:100vh;object-fit:contain;-webkit-user-select:none;user-select:none}.desktop-button{min-height:36px;padding:8px 16px;font-size:14px;cursor:pointer}.desktop-button:hover{opacity:.9}.mobile-only,.tablet-only{display:none!important}}.touch-target{min-width:44px;min-height:44px;touch-action:manipulation}@media(min-width:768px){.touch-target{min-width:60px;min-height:60px}}@media(min-width:1200px){.touch-target{min-width:auto;min-height:auto}}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#3b82f6;animation:spinner .6s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.5);color:#fca5a5;padding:12px 16px;border-radius:8px;margin:12px 0}.success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.5);color:#86efac;padding:12px 16px;border-radius:8px;margin:12px 0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1f2937}::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b7280}@supports (padding: env(safe-area-inset-bottom)){.mobile-bottom-nav,.mobile-drawer{padding-bottom:env(safe-area-inset-bottom)}}
