.design-page{background-color:var(--secondary-bg);min-height:calc(100vh - 80px);display:flex}.design-workspace{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.canvas-container-wrapper{border:2px dashed var(--border-color);background-color:#fff;border-radius:8px;width:500px;height:500px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.design-sidebar{background-color:var(--background);border-left:1px solid var(--border-color);flex-direction:column;gap:2rem;width:400px;padding:2rem;display:flex;overflow-y:auto}.sidebar-section{flex-direction:column;gap:1rem;display:flex}.sidebar-section h3{color:var(--primary-color);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.2rem;font-weight:800;display:flex}.sidebar-section h3:before{content:"";background:linear-gradient(135deg, var(--primary-color), #3b82f6);border-radius:50%;width:12px;height:12px;display:block;box-shadow:0 0 10px #3b82f680}.ai-prompt-area{flex-direction:column;gap:.5rem;display:flex}.ai-prompt-area textarea{border:1px solid var(--border-color);resize:vertical;background-color:var(--secondary-bg);width:100%;min-height:80px;color:var(--foreground);border-radius:8px;padding:10px}.loader{border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
