html,body,#root{width:100%;height:100%;margin:0}*{box-sizing:border-box}body{font-family:Noto Sans KR,sans-serif;background-color:#f3f4f6;color:#1f2937}#root{width:100%;height:100%}.chart-container{position:relative;width:100%;max-width:600px;margin-left:auto;margin-right:auto;height:300px;max-height:400px}.nav-item.active{background-color:#e0f2fe;color:#0369a1;border-right:4px solid #0284c7}.status-select{appearance:none;-webkit-appearance:none;padding:.25rem 1.5rem .25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;cursor:pointer;background-repeat:no-repeat;background-position:right .5rem center;background-size:1em;border:1px solid transparent;transition:all .2s}.status-select:hover{opacity:.9}.status-ready{background-color:#f1f5f9;color:#64748b;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}.status-studying{background-color:#dbeafe;color:#1e40af;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%231e40af' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}.status-complete{background-color:#dcfce7;color:#166534;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23166534' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}.status-review{background-color:#fee2e2;color:#991b1b;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23991b1b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}.prompt-box{background-color:#1e293b;color:#a5f3fc;font-family:Courier New,monospace}#toast{visibility:hidden;min-width:250px;margin-left:-125px;background-color:#333;color:#fff;text-align:center;border-radius:8px;padding:16px;position:fixed;z-index:50;left:50%;bottom:30px;font-size:14px;box-shadow:0 4px 6px #0000001a}#toast.show{visibility:visible;-webkit-animation:fadein .5s,fadeout .5s 2.5s;animation:fadein .5s,fadeout .5s 2.5s}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}
