/* Quiet colours and surfaces; app.css continues to own editor geometry. */
:root {
    --eomaia-app-bar-height: 64px;
    --eomaia-grid-gap: 16px;
    --eomaia-grid-min-media: 220px;
    --eomaia-bg: #f6f4ec;
    --eomaia-bg-grid: transparent;
    --eomaia-surface: #fffef9;
    --eomaia-surface-soft: #f0f1e9;
    --eomaia-surface-glass: #fffef9;
    --eomaia-surface-strong: #fffef9;
    --eomaia-line: #ccd2c3;
    --eomaia-line-soft: #e1e3d8;
    --eomaia-ink: #303f35;
    --eomaia-ink-soft: #47574a;
    --eomaia-muted: #626e60;
    --eomaia-accent: #546f52;
    --eomaia-accent-strong: #3d583f;
    --eomaia-accent-soft: #e8eddf;
    --eomaia-violet: #877967;
    --eomaia-success: #526b48;
    --eomaia-warning: #926039;
    --eomaia-danger: #a64038;
    --eomaia-focus-ring: #c5d3bc;
    --eomaia-shadow-sm: 0 2px 8px #39483208;
    --eomaia-shadow-md: 0 12px 32px #39483212;
    --eomaia-glow: 0 2px 8px #39483208;
    --eomaia-future-scanline: transparent;
    --eomaia-motion-sheet: .18s ease;
    --eomaia-motion-fade: .15s ease;
    --bs-primary: #546f52;
    --bs-link-color: #405c42;
    --bs-link-hover-color: #293d2a;
}
body { background: var(--eomaia-bg); color: var(--eomaia-ink); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; line-height: 1.8; }
::selection { background: #dce5d0; color: #293d2a; }
a { color: #405c42; text-underline-offset: .22em; }
a:hover { color: #293d2a; }
:focus-visible { outline: 3px solid #61794f !important; outline-offset: 4px; }
.btn, .form-control, .form-select { border-radius: 12px; }
.btn { font-weight: 600; min-height: 44px; }
.btn-primary { --bs-btn-bg: #546f52; --bs-btn-border-color: #546f52; --bs-btn-hover-bg: #3d583f; --bs-btn-hover-border-color: #3d583f; --bs-btn-active-bg: #3d583f; }
.btn-outline-primary { --bs-btn-color: #405c42; --bs-btn-border-color: #b5c2ab; --bs-btn-hover-color: #303f35; --bs-btn-hover-bg: #e8eddf; --bs-btn-hover-border-color: #546f52; --bs-btn-active-bg: #546f52; --bs-btn-active-border-color: #546f52; }
.btn-outline-secondary { --bs-btn-color: #626e60; --bs-btn-border-color: #ccd2c3; --bs-btn-hover-bg: #626e60; }
.form-control:focus, .form-select:focus { border-color: #61794f; box-shadow: 0 0 0 3px #dce5d0; }
.form-check-input:checked { background-color: #546f52; border-color: #546f52; }
.eomaia-bg-white { background: #fffef9 !important; }
.eomaia-icon-bar, #underBar.eomaia-bottom-nav, #secondBar, #chatTitle, #profileBox, .eomaia-page-section, .eomaia-dialog-shell { background: #fffef9; background-image: none; box-shadow: var(--eomaia-shadow-sm); border-color: var(--eomaia-line-soft); backdrop-filter: none; }
#dataArea { background: #f6f4ec; }
#dataArea:not(.eomaia-chat-thread) { padding: 20px clamp(12px, 3vw, 48px); }
#underBar .eomaia-nav-item { border-radius: 12px; font-weight: 500; color: #626e60; }
#underBar .eomaia-nav-item.is-active { color: #3d583f; background: #e8eddf; border-color: transparent; box-shadow: none; }
#underBar .eomaia-nav-label { font-size: 11px; font-weight: 600; letter-spacing: .03em; }
.eomaia-icon-bar > span { color: #626e60; border-radius: 12px; }
.eomaia-icon-bar > span.is-active, .eomaia-icon-bar > span.material-icons { color: #3d583f; background: #e8eddf; box-shadow: none; }
#upBar > [data-label] { padding-bottom: 15px; position: relative !important; }
#upBar > [data-label]::after { content: attr(data-label); position: absolute; bottom: 3px; left: 0; right: 0; font: 600 10px/1.3 "Yu Gothic", Meiryo, sans-serif; text-align: center; letter-spacing: .02em; }
#add { background: #546f52; color: #fffef9; border-color: #546f52; box-shadow: 0 4px 12px #39483225; border-radius: 50%; }
#chatTitle::before, #chatTitle::after { display: none; }
button[data-type="work"], button[data-type="image"], button[data-type="audio"], button[data-type="font"], .eomaia-chat-bubble, .eomaia-notification-card { border-radius: 16px; background: #fffef9; border-color: #e1e3d8; box-shadow: var(--eomaia-shadow-sm); }
.eomaia-material-preview { border-radius: 14px; }
.eomaia-material-footer { padding: 10px; background: transparent; }
.eomaia-material-pill { color: #303f35; background: #fffef9f0; border-color: #e1e3d8; font-weight: 500; }
.eomaia-material-action { min-width: 44px; min-height: 44px; background: #fffef9f2; color: #405c42; border: 1px solid #d3d8ca; box-shadow: none; }
.eomaia-material-meta { color: #626e60; }
.eomaia-chat-self { background: #e8eddf; }
.eomaia-page-section { border-radius: 20px; }
.eomaia-form-page { min-height: auto; padding: 16px 20px 48px; }
.eomaia-form-shell { max-width: 480px; padding: 24px; background: #fffef9; border: 1px solid #dedfd3; border-radius: 20px; box-shadow: var(--eomaia-shadow-sm); }
.eomaia-form-grid { row-gap: 14px; }
.eomaia-form-panel, .eomaia-form-check, .eomaia-form-switch { border-color: #dedfd3; border-radius: 12px; }
.eomaia-form-panel { background: #f6f4ec; padding: 16px; gap: 12px; }
.eomaia-form-tab, .eomaia-form-submit { font-size: 14px; font-weight: 600; }
.eomaia-auth-intro { text-align: center; padding: 36px 20px 4px; }
.eomaia-auth-intro a { font: 29px Georgia, serif; text-decoration: none; }
.eomaia-auth-intro h1 { font: 500 24px/1.7 "Yu Mincho", serif; margin: 20px 0 5px; }
.eomaia-auth-intro p { font-size: 13px; color: #626e60; }
.eomaia-legal-header { background: #e8eddf; }
.eomaia-legal-document::before { background: #7d936e; }
.eomaia-canvas-panel, .eomaia-canvas-timeline, .eomaia-canvas-toolstrip, .eomaia-canvas-properties, .eomaia-canvas-layers { background: #fffef9 !important; border-color: #d3d8ca; box-shadow: none; }
.eomaia-canvas-overlay { border-color: #ccd2c3; box-shadow: var(--eomaia-shadow-sm); background: repeating-conic-gradient(#eef0e4 0% 25%, #fffef9 0% 50%) 0 / 16px 16px; }
.eomaia-editor-guide { margin: auto; text-align: center; padding: 20px 12px; }
.eomaia-editor-guide .slow-eyebrow { margin-bottom: 12px; }
.eomaia-editor-guide h1 { font: 500 21px/1.7 "Yu Mincho", serif; }
.eomaia-editor-guide p:not(.slow-eyebrow) { font-size: 13px; color: #626e60; }
.eomaia-editor-guide a { display: block; font-size: 11px; margin-top: 13px; }
.eomaia-page-section h1, .eomaia-page-section h2 { color: #303f35; letter-spacing: .02em; }
.eomaia-confirm-host { background: #28342860; backdrop-filter: none; }
.eomaia-confirm-dialog { background: #fffef9; border: 1px solid #ccd2c3; border-radius: 20px; }
.eomaia-confirm-accept.btn-primary:is(:hover,:focus,:active,:focus-visible), .eomaia-confirm-accept.btn-primary { background: #546f52; border-color: #546f52; box-shadow: none; }
.eomaia-command-ripple { display: none; }
.eomaia-feed-note { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 4px 0 18px; border-bottom: 1px solid #ddd; color: #626e60; font-size: 12px; }
.eomaia-feed-note strong { display: block; font-family: Georgia, "Yu Mincho", serif; font-size: 24px; font-weight: 500; color: #303f35; }
.eomaia-feed-note p { margin: 0; }
.eomaia-feed-note a { white-space: nowrap; }
.eomaia-retry { margin: 16px auto; display: block; grid-column: 1 / -1; }
.eomaia-skip-link { position: fixed; top: -100px; left: 16px; padding: 12px 20px; background: #fffef9; z-index: 9999; border: 1px solid #546f52; }
.eomaia-skip-link:focus { top: 12px; }
.slow-site { max-width: 1280px; padding: 0 64px; margin: auto; }
.slow-header { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid #dedfd3; }
.slow-brand { display: inline-flex; align-items: center; gap: 12px; color: #354935; text-decoration: none; font: 30px Georgia, "Yu Mincho", serif; letter-spacing: .025em; }
.slow-brand-mark { background: #536d4d; border-radius: 50% 50% 46% 46%; color: #fffef9; font: italic 31px Georgia, serif; width: 37px; height: 39px; text-align: center; line-height: 37px; transform: rotate(-9deg); }
.slow-brand-note { font: 10px "Yu Gothic", Meiryo, sans-serif; letter-spacing: .06em; margin-left: 12px; }
.slow-header nav { display: flex; align-items: center; gap: 27px; font-size: 12px; }
.slow-header nav a { text-decoration: none; }
.slow-button { display: inline-flex; gap: 28px; align-items: center; justify-content: center; background: #536d4d; border: 1px solid #536d4d; color: #fffef9 !important; padding: 16px 24px; min-height: 52px; border-radius: 7px; font-size: 13px; font-weight: 600; text-decoration: none; transition: background .15s ease; }
.slow-button:hover { background: #3b5437; }
.slow-button.small { padding: 11px 17px; min-height: 44px; font-size: 12px; gap: 10px; }
.slow-hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; padding: 86px 0 76px; }
.slow-eyebrow { font-size: 11px; letter-spacing: .1em; font-weight: 500; color: #626e60; margin-bottom: 23px; }
.slow-eyebrow > span { margin-right: 9px; color: #6e8460; font-size: 18px; }
.slow-hero h1 { font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif; font-weight: 500; font-size: clamp(30px, 3.1vw, 44px); line-height: 1.65; letter-spacing: .04em; margin: 0 0 24px; }
.slow-hero h1 em { font-style: normal; background: linear-gradient(transparent 68%, #e2e8d3 68%); }
.slow-lead { font-size: 15px; color: #626e60; line-height: 2.1; }
.slow-hero-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 32px; }
.slow-text-link { font-size: 12px; color: #4f6448; }
.slow-caption { font-size: 10px; color: #626e60; margin: 13px 0 0; }
.slow-hero-art { min-width: 0; position: relative; padding-top: 12px; }
.slow-art-note { display: block; font: 12px "Yu Mincho", serif; text-align: center; color: #73755e; margin-bottom: 19px; letter-spacing: .06em; transform: rotate(-4deg); }
.slow-player { border: 1px solid #b6c0ab; border-radius: 12px; background: #fffef9; box-shadow: 10px 12px 0 #e9e9dc; overflow: hidden; transform: rotate(1.5deg); }
.slow-player-bar { display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; font-size: 10px; color: #56674d; background: #e7eada; border-bottom: 1px solid #ccd2c3; }
.slow-window-dots { display: flex; gap: 5px; }
.slow-window-dots i { width: 6px; height: 6px; border: 1px solid #9ca68e; border-radius: 50%; }
.slow-scene { position: relative; aspect-ratio: 1.25; overflow: hidden; background: #e9ece3; margin: 14px; border-radius: 4px; isolation: isolate; }
.slow-sun { position: absolute; width: 70px; height: 70px; border-radius: 50%; background: #dfb17c; top: 39px; right: 67px; }
.slow-cloud { position: absolute; width: 108px; height: 29px; background: #fffdf3; border-radius: 60% 70% 30% 40%; top: 82px; left: 42px; z-index: 1; }
.slow-cloud::before, .slow-cloud::after { content: ""; position: absolute; background: inherit; border-radius: 50%; width: 45px; height: 41px; top: -18px; left: 13px; }
.slow-cloud::after { width: 58px; height: 48px; top: -24px; left: 41px; }
.slow-cloud.two { top: 147px; left: auto; right: 16px; transform: scale(.58); opacity: .8; }
.slow-hill { position: absolute; border-radius: 50% 50% 0 0; width: 145%; height: 70%; bottom: -28%; left: -35%; background: #a6b48d; transform: rotate(12deg); }
.slow-hill.front { left: 28%; bottom: -28%; background: #798f6c; transform: rotate(-16deg); }
.slow-flower { position: absolute; left: 43%; bottom: 18%; width: 3px; height: 50px; background: #526844; transform: rotate(-8deg); }
.slow-flower span { position: absolute; width: 23px; height: 27px; background: #edd0a6; border-radius: 3px 3px 50% 50%; top: -15px; left: -10px; }
.slow-flower i { position: absolute; width: 20px; height: 9px; background: #526844; border-radius: 100% 0; top: 25px; left: 0; transform: rotate(-30deg); }
.slow-scene-message { position: absolute; bottom: 17px; left: 0; right: 0; text-align: center; color: #fffdf5; font: 12px "Yu Mincho", serif; letter-spacing: .08em; text-shadow: 0 1px 2px #314229; }
.slow-player-controls { display: flex; align-items: center; justify-content: space-between; padding: 0 14px 13px; font-size: 9px; color: #626e60; }
.slow-player-controls button { border: 0; background: #edf0e5; color: #405c42; border-radius: 5px; padding: 10px 13px; min-height: 44px; font-size: 11px; }
.slow-player-controls button span { margin-right: 5px; }
.slow-art-caption { display: flex; gap: 12px; font-size: 11px; color: #73755e; margin: 24px 8px 0; }
.slow-art-caption > span:last-child { margin-left: auto; font-size: 9px; }
.slow-pause { display: flex; gap: 50px; align-items: center; justify-content: center; border-block: 1px solid #dedfd3; padding: 25px 0; text-align: center; }
.slow-pause p { font-size: 13px; line-height: 2; color: #626e60; margin: 0; }
.slow-pause > span { color: #96a286; font-size: 24px; }
.slow-how { padding: 75px 0; }
.slow-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.slow-section-heading h2 { font: 500 27px/1.8 "Yu Mincho", "Hiragino Mincho ProN", serif; margin: 0; }
.slow-section-heading .slow-eyebrow { margin-bottom: 13px; }
.slow-section-heading > p { font-size: 12px; line-height: 2; color: #626e60; margin-bottom: 7px; }
.slow-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 38px; }
.slow-steps article { position: relative; background: #eeeee3; border: 1px solid #e1e3d8; border-radius: 12px; padding: 27px 28px; }
.slow-steps article:nth-child(2) { background: #f1ebe1; }
.slow-steps article:nth-child(3) { background: #e9eee6; }
.slow-step-number { font: italic 14px Georgia, serif; color: #7c836d; }
.slow-step-picture { height: 76px; display: flex; justify-content: center; align-items: center; font: 58px Georgia, serif; color: #829174; margin: 10px 0 16px; }
.slow-step-picture span { font: 18px sans-serif; align-self: end; }
.slow-step-picture.motion { color: #ae8c6a; }
.slow-steps h3 { font: 600 16px/1.8 "Yu Mincho", serif; }
.slow-steps p { font-size: 14px; line-height: 2; color: #626e60; }
.slow-steps a { font-size: 11px; }
.slow-invitation { text-align: center; border-radius: 18px; padding: 52px 20px; background: #e9eddf; margin-bottom: 56px; }
.slow-invitation h2 { font: 500 32px/1.7 "Yu Mincho", serif; letter-spacing: .05em; }
.slow-invitation h2 span { display: inline-block; }
.slow-invitation p:not(.slow-eyebrow) { font-size: 12px; color: #626e60; line-height: 2; margin-block: 22px; }
.slow-invitation .slow-text-link { display: block; margin-top: 17px; }
.slow-about-details { border-block: 1px solid #dedfd3; padding: 22px 0; font-size: 12px; }
.slow-about-details summary { cursor: pointer; padding: 6px 0; color: #626e60; }
.slow-about-details .eomaia-page { padding: 25px 0; }
.slow-about-details .eomaia-page-shell { max-width: 100%; }
.slow-footer { display: flex; gap: 25px; align-items: center; flex-wrap: wrap; padding: 36px 0; }
.slow-footer .slow-brand { font-size: 25px; }
.slow-footer p, .slow-footer small { font-size: 10px; color: #626e60; margin: 0; }
.slow-footer nav { margin-left: auto; display: flex; flex-wrap: wrap; gap: 18px; font-size: 10px; }
.slow-footer nav a { text-decoration: none; }
@keyframes slow-drift { from { translate: -10px 0; } to { translate: 14px 0; } }
.slow-player.is-playing .slow-cloud { animation: slow-drift 4s ease-in-out infinite alternate; }
.slow-player.is-playing .slow-cloud.two { animation-delay: -2s; }
@media (min-width: 1400px) { #dataArea[data-material-grid="media"] { --eomaia-grid-min-media: 270px; } }
@media (max-width: 1000px) { .slow-site { padding: 0 32px; } .slow-brand-note { display: none; } .slow-hero { gap: 32px; padding-top: 60px; } .slow-hero-actions { gap: 15px; } .slow-section-heading h2 { font-size: 24px; } }
@media (max-width: 640px) {
    :root { --eomaia-grid-gap: 12px; --eomaia-grid-min-media: 145px; }
    #dataArea:not(.eomaia-chat-thread) { padding: 14px 12px; }
    .eomaia-feed-note { align-items: flex-start; font-size: 10px; gap: 10px; }
    .eomaia-feed-note strong { font-size: 21px; }
    .slow-site { padding: 0 23px; }
    .slow-header { min-height: 83px; gap: 8px; }
    .slow-brand { font-size: 26px; gap: 8px; }
    .slow-brand-mark { width: 29px; height: 31px; font-size: 26px; line-height: 29px; }
    .slow-header nav { gap: 14px; font-size: 11px; }
    .slow-how-link { display: none; }
    .slow-button.small { font-size: 10px; padding: 10px 12px; }
    .slow-hero { grid-template-columns: 1fr; padding: 43px 0 45px; gap: 40px; }
    .slow-hero h1 { font-size: clamp(27px, 7.5vw, 39px); line-height: 1.65; }
    .slow-eyebrow { font-size: 10px; margin-bottom: 18px; }
    .slow-lead { font-size: 14px; }
    .slow-hero-actions { gap: 18px; }
    .slow-button { font-size: 12px; padding: 14px 19px; gap: 18px; }
    .slow-hero-art { max-width: 420px; width: 100%; margin: auto; }
    .slow-pause { gap: 22px; padding: 23px 0; }
    .slow-pause p { font-size: 11px; }
    .slow-section-heading { display: block; }
    .slow-section-heading > p { margin-top: 18px; }
    .slow-how { padding: 46px 0; }
    .slow-section-heading h2 { font-size: 24px; }
    .slow-steps { grid-template-columns: 1fr; gap: 15px; margin-top: 26px; }
    .slow-steps article { padding: 23px; }
    .slow-step-picture { float: right; width: 90px; margin: 20px 0 0; }
    .slow-step-number { display: block; margin-bottom: 12px; }
    .slow-invitation { padding: 39px 18px; margin-bottom: 32px; }
    .slow-invitation h2 { font-size: 25px; }
    .slow-footer { gap: 18px; padding: 28px 0; }
    .slow-footer nav { width: 100%; margin-left: 0; gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
    .slow-player.is-playing .slow-cloud { animation: none; }
}
