:root{--green: #1a6847;--green-light: #e6f2ed;--green-deep: #0f4a32;--white: #ffffff;--text: #1a1a1a;--text-sub: #4a4a4a;--text-muted: #6b6b6b;--bg: #f5f5f0;--border: #d4d4d4;--danger: #b91c1c;--caution: #92400e;--success: #166534;--font: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;--ease: cubic-bezier(.4, 0, .2, 1);--sidebar-w: 220px;--sidebar-r-w: 260px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:15px;-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.8;min-height:100dvh;-webkit-font-smoothing:antialiased}input,select,textarea,button{font:inherit;color:inherit}a{color:var(--green);text-decoration:none}a:focus-visible{outline:2px solid var(--green);outline-offset:2px}.app-shell{max-width:1100px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;background:var(--white)}.app-header{display:none;padding:14px 20px;border-bottom:1px solid var(--border);background:var(--white);align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.app-header__logo{font-size:15px;font-weight:700;color:var(--green-deep);letter-spacing:-.02em}.app-header__user{font-size:13px;color:var(--text-muted)}.app-layout{display:flex;flex:1}.sidebar-left{display:none;width:var(--sidebar-w);flex-shrink:0;background:var(--white);border-right:1px solid var(--border);padding:20px 0;position:sticky;top:49px;height:calc(100dvh - 49px);overflow-y:auto}.sidebar-section-label{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);padding:0 20px;margin-bottom:8px}.sidebar-nav-item{display:flex;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;color:var(--text-sub);cursor:pointer;transition:background .12s,color .12s;border-left:3px solid transparent;border:none;background:none;width:100%;text-align:left}.sidebar-nav-item:hover{background:var(--green-light);color:var(--green)}.sidebar-nav-item--active{background:var(--green-light);color:var(--green);border-left:3px solid var(--green);font-weight:600}.sidebar-nav-item svg{width:18px;height:18px;flex-shrink:0}.sidebar-right{display:none;width:var(--sidebar-r-w);flex-shrink:0;background:var(--white);border-left:1px solid var(--border);padding:20px 16px;position:sticky;top:49px;height:calc(100dvh - 49px);overflow-y:auto}.sidebar-right__title{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}.sidebar-right__item{padding:10px 0;border-bottom:1px solid var(--border);cursor:pointer}.sidebar-right__item:last-child{border-bottom:none}.sidebar-right__item-title{font-size:13px;font-weight:500;color:var(--text)}.sidebar-right__item-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.app-main{flex:1;min-width:0;padding:20px 16px;padding-bottom:calc(96px + env(safe-area-inset-bottom));overflow-y:auto}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;height:calc(56px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--white);border-top:1px solid var(--border);z-index:100}.bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 12px;border:none;background:none;color:var(--text-muted);font-size:10px;font-weight:500;cursor:pointer;transition:color .15s var(--ease)}.bottom-nav__item:focus-visible{outline:2px solid var(--green);outline-offset:-2px}.bottom-nav__item--active{color:var(--green);font-weight:700}.bottom-nav__item svg{width:22px;height:22px}.card{background:var(--white);border:1px solid var(--border);border-radius:3px;padding:16px}.card+.card{margin-top:12px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:13px;font-weight:600;color:var(--text-sub);margin-bottom:6px}.form-label--required:after{content:" *";color:var(--danger)}.form-input,.form-select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:3px;font-size:15px;background:var(--white);transition:border-color .15s var(--ease)}.form-input:focus,.form-select:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 2px var(--green-light)}.form-input::placeholder{color:#b0b0b0}.form-input-group{display:flex;align-items:center;gap:8px}.form-input-group .form-input{flex:1}.form-input-suffix{font-size:14px;color:var(--text-muted);white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:none;border-radius:3px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s var(--ease),opacity .15s var(--ease);white-space:nowrap}.btn:focus-visible{outline:2px solid var(--green);outline-offset:2px}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--green-deep)}.btn-primary:active:not(:disabled){background:var(--green-deep);opacity:.9}.btn-secondary{background:var(--white);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){border-color:var(--text-muted);background:var(--bg)}.btn-block{width:100%}.btn-lg{padding:14px 24px;font-size:15px}.progress-bar{display:flex;gap:8px;margin-bottom:24px}.progress-step{flex:1;text-align:center}.progress-step__number{font-size:11px;font-weight:700;color:var(--text-muted);margin-bottom:2px}.progress-step__label{font-size:11px;color:var(--text-muted);margin-bottom:6px}.progress-step__bar{height:3px;background:var(--border);border-radius:2px;transition:background .3s var(--ease)}.progress-step--active .progress-step__number,.progress-step--active .progress-step__label{color:var(--green)}.progress-step--active .progress-step__bar,.progress-step--done .progress-step__bar{background:var(--green)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border)}.section-title{font-size:16px;font-weight:700;color:var(--text)}.section-subtitle{font-size:12px;color:var(--text-muted)}.meeting-item{padding:12px 0;border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s var(--ease)}.meeting-item:last-child{border-bottom:none}.meeting-item:active{background:var(--bg)}.meeting-item__time{font-size:12px;font-weight:600;color:var(--green);font-variant-numeric:tabular-nums}.meeting-item__name{font-size:15px;font-weight:500;margin-top:2px;color:var(--text)}.meeting-item__status{font-size:12px;color:var(--text-muted);margin-top:2px}.meeting-item__action{font-size:13px;color:var(--green);font-weight:600;margin-top:6px}.result-section{margin-top:24px}.result-section__title{font-size:12px;font-weight:700;color:var(--green);letter-spacing:.06em;text-transform:uppercase;padding-bottom:6px;border-bottom:2px solid var(--green);margin-bottom:12px}.check-point{padding:12px 0;font-size:14px;line-height:1.7}.check-point+.check-point{border-top:1px solid var(--border)}.check-point__label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}.check-point__label--info{color:var(--green)}.check-point__label--caution{color:var(--caution)}.talk-item{padding:12px 0;font-size:14px;line-height:1.8}.talk-item+.talk-item{border-top:1px solid var(--border)}.talk-item__q{font-weight:600;color:var(--text);margin-bottom:4px}.talk-item__context{color:var(--text-muted);font-size:13px}.loading-spinner{display:flex;align-items:center;justify-content:center;padding:40px}.loading-spinner:after{content:"";width:28px;height:28px;border:2px solid var(--border);border-top-color:var(--green);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:32px 20px;max-width:400px;margin:0 auto}.auth-container h1{font-size:20px;font-weight:700;color:var(--green-deep);margin-bottom:4px}.auth-container p{font-size:14px;color:var(--text-muted);margin-bottom:32px;text-align:center}.auth-form{width:100%}.auth-error{font-size:13px;color:var(--danger);margin-top:8px}.auth-switch{text-align:center;margin-top:24px;font-size:13px;color:var(--text-muted)}.auth-switch button{border:none;background:none;color:var(--green);font-weight:600;cursor:pointer}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-sm{font-size:13px}.mt-4{margin-top:8px}.mt-8{margin-top:16px}.mt-12{margin-top:24px}.mb-8{margin-bottom:16px}.gap-8{gap:8px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.tag{display:inline-block;padding:2px 8px;font-size:11px;font-weight:600;border-radius:3px;background:var(--green-light);color:var(--green);border:1px solid var(--green-light)}.tag--caution{background:#fef3c7;color:var(--caution);border-color:#fef3c7}.tag--success{background:#dcfce7;color:var(--success);border-color:#dcfce7}@media(min-width:960px){.app-shell{flex-direction:column}.app-header{display:flex}.app-layout{flex-direction:row}.sidebar-left,.sidebar-right{display:block}.app-main{padding:24px 28px 40px}.bottom-nav{display:none}.auth-container{max-width:360px}}@media(min-width:600px)and (max-width:959px){.app-main{padding:24px;max-width:600px;margin:0 auto}}
