html,body,#app{box-sizing:border-box;width:100%;min-height:100%}html[data-presentation=mobile],html[data-presentation=mobile] body,html[data-presentation=mobile] #app{overscroll-behavior-y:none;height:100vh;overflow:hidden}html[data-presentation=desktop],html[data-presentation=desktop] body,html[data-presentation=desktop] #app{overscroll-behavior-y:auto;height:auto;overflow:visible}*,:before,:after{box-sizing:inherit}body{background-color:var(--core-color-surface,#f9fafb);touch-action:manipulation;-webkit-text-size-adjust:100%;margin:0;padding:0}.splash-screen[data-v-85508bf9]{background-image:var(--core-bg-loading);z-index:9999;background-position:50%;background-size:cover;position:fixed;inset:0}.splash-fade-leave-active[data-v-85508bf9]{transition:opacity .5s}.splash-fade-leave-to[data-v-85508bf9]{opacity:0}.content-wrapper[data-v-85508bf9]{max-width:1000px;margin:0 auto}.title[data-v-85508bf9]{color:var(--core-color-text-main,#111827);margin-bottom:8px;font-size:2rem;font-weight:700}.subtitle[data-v-85508bf9]{color:var(--core-color-text-muted,#6b7280);margin-bottom:32px;font-size:1.1rem}code[data-v-85508bf9]{background:var(--core-color-surface,#f3f4f6);border-radius:4px;padding:4px 8px;font-family:monospace}.card-grid[data-v-85508bf9]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.card[data-v-85508bf9]{background:var(--core-color-surface,white);border:1px solid var(--core-color-border,#e5e7eb);border-radius:16px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.card[data-v-85508bf9]:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card h3[data-v-85508bf9]{color:var(--core-color-primary,#3b82f6);margin-top:0;margin-bottom:12px}.card p[data-v-85508bf9]{color:var(--core-color-text-muted,#6b7280);margin:0;line-height:1.5}
