@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css";
:root,[data-theme=cute]{--bg-color:#fff8f0;--text-main:#332b26;--text-muted:#857468;--border-color:#f7dfce;--white:#fff;--primary:#f97316;--primary-hover:#ea580c;--cal-bg:#fff;--radius:12px}[data-theme=simple]{--bg-color:#f5f5f5;--text-main:#111;--text-muted:#666;--border-color:#ddd;--white:#fff;--primary:#3b82f6;--primary-hover:#2563eb;--cal-bg:#fff;--radius:4px}[data-theme=dark]{--bg-color:#121212;--text-main:#e0e0e0;--text-muted:#999;--border-color:#333;--white:#1e1e1e;--primary:#bb86fc;--primary-hover:#9965f4;--cal-bg:#1e1e1e;--radius:8px}[data-theme=nature]{--bg-color:#f0f7f4;--text-main:#2b4535;--text-muted:#5e7a68;--border-color:#cce0d6;--white:#fff;--primary:#10b981;--primary-hover:#059669;--cal-bg:#fff;--radius:16px}[data-theme=arch]{--bg-color:#e5e5e5;--text-main:#000;--text-muted:#555;--border-color:#aaa;--white:#f5f5f5;--primary:#000;--primary-hover:#333;--cal-bg:#eee;--radius:0px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:Pretendard,sans-serif;transition:background-color .3s,color .3s}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}button{cursor:pointer;transition:all .2s}.app-layout{height:100vh;display:flex;overflow:hidden}.sidebar{background:var(--white);border-right:1px solid var(--border-color);flex-direction:column;width:260px;padding:1.5rem;transition:all .3s;display:flex}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.top-bar{border-bottom:1px solid var(--border-color);background:var(--white);justify-content:space-between;align-items:center;height:60px;padding:0 2rem;display:flex}.scroll-area{flex:1;padding:2rem;overflow-y:auto}.btn{border-radius:var(--radius);border:none;padding:.6rem 1rem;font-size:.9rem;font-weight:600}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.btn-outline{border:1px solid var(--border-color);color:var(--text-main);background:0 0}.btn-outline:hover{background:var(--bg-color)}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:var(--white);border-radius:var(--radius);width:100%;max-width:500px;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 10px 25px #0000001a}.card{background:var(--white);border:1px solid var(--border-color);border-radius:var(--radius);padding:1.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.flex{display:flex}.gap-2{gap:.5rem}.gap-4{gap:1rem}.items-center{align-items:center}.space-between{justify-content:space-between}
