:root{--primary-color: #1a1a1a;--accent-color: #2563eb;--text-primary: #1a1a1a;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--border-color: #e5e7eb;--card-background: #f9fafb;--background-color: #ffffff;--error-color: #dc2626;--success-color: #16a34a;--warning-color: #d97706}.curatron-public{--primary-color: #01032f;--accent-color: #999;--text-primary: #01032f;--text-secondary: #454545;--text-tertiary: #757575;--border-color: #999;--card-background: #DBDBDB;--background-color: #ffffff;font-family:Courier New,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:20px;color:#01032f}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-y:scroll;scrollbar-gutter:stable}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;background-color:var(--background-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.curatron-public a{color:red}.curatron-public a:hover{text-decoration:none;animation:rainbow-text 4s infinite}.curatron-public h1,.curatron-public h2,.curatron-public h3{font-size:12px;text-transform:capitalize;font-weight:400;letter-spacing:normal}.curatron-public input[type=text],.curatron-public input[type=email],.curatron-public input[type=password],.curatron-public input[type=url],.curatron-public textarea,.curatron-public select{background-color:#f1f1f1;font-family:Courier New,Helvetica,Arial,sans-serif;font-size:12px;border-radius:0}.curatron-public .btn{background-color:#999;color:#333;border:none;border-radius:4px;padding:4px 12px;font-size:13px;font-weight:400;box-shadow:none;text-shadow:none}.curatron-public .btn:hover:not(:disabled){animation:rainbow-bg 8s infinite;color:#fff;opacity:1}.curatron-public .btn-primary,.curatron-public .btn-accent,.curatron-public .btn-outline{background-color:#999;color:#333;border-color:transparent}.curatron-public .card,.curatron-public .profile-form,.curatron-public .apply-card,.curatron-public .vote-counter-bar,.curatron-public .loading-container,.curatron-public .error-container,.curatron-public .empty-state{border-radius:0;box-shadow:none;border-style:dashed}.curatron-public .form-section{border-bottom-style:dashed}.curatron-public .exhibition-image{border-radius:0}.curatron-public .badge{border-radius:0;background-color:transparent;padding:0;font-weight:700}@keyframes rainbow-text{0%{color:red}8%{color:#f0c}16%{color:#c0f}24%{color:#50f}32%{color:#00f}40%{color:#05f}48%{color:#0cf}56%{color:#0fc}64%{color:#0f5}72%{color:#0f0}80%{color:#5f0}86%{color:#cf0}95%{color:#fc0}to{color:#f50}}@keyframes rainbow-bg{0%{background-color:red}8%{background-color:#f0c}16%{background-color:#c0f}24%{background-color:#50f}32%{background-color:#00f}40%{background-color:#05f}48%{background-color:#0cf}56%{background-color:#0fc}64%{background-color:#0f5}72%{background-color:#0f0}80%{background-color:#5f0}86%{background-color:#cf0}95%{background-color:#fc0}to{background-color:#f50}}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.3}h1{font-size:1.75rem}h2{font-size:1.25rem}h3{font-size:1.0625rem}button,input,select,textarea{font-family:inherit}a{color:var(--accent-color);text-decoration:none;transition:color .2s ease-in-out}a:hover{color:var(--primary-color)}input[type=text],input[type=email],input[type=password],input[type=url],input[type=tel],input[type=date],input[type=number],textarea,select{width:100%;padding:.625rem .75rem;border:1px solid var(--border-color);border-radius:6px;font-size:.875rem;color:var(--text-primary);background:#fff;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 2px #2563eb1a}textarea{resize:vertical;min-height:80px}label{display:block;font-size:.8125rem;font-weight:500;color:var(--text-secondary);margin-bottom:.375rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border:1px solid transparent;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.btn-primary:hover:not(:disabled){opacity:.85}.btn-accent{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.btn-accent:hover:not(:disabled){background:#1d4ed8}.btn-outline{background:#fff;color:var(--text-secondary);border-color:var(--border-color)}.btn-outline:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color)}.btn-danger{background:var(--error-color);color:#fff;border-color:var(--error-color)}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.card{background:#fff;border:1px solid var(--border-color);border-radius:8px;padding:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.badge{display:inline-flex;align-items:center;padding:.125rem .625rem;border-radius:100px;font-size:.75rem;font-weight:500;line-height:1.5}.badge-blue{background:#eff6ff;color:#1e40af}.badge-green{background:#f0fdf4;color:#166534}.badge-amber{background:#fffbeb;color:#92400e}.badge-red{background:#fef2f2;color:#991b1b}.badge-gray{background:#f3f4f6;color:#374151}.badge-purple{background:#f5f3ff;color:#5b21b6}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.loading-spinner{width:32px;height:32px;border:3px solid var(--border-color);border-top:3px solid var(--primary-color);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.main-content{display:flex;flex-direction:column;height:100vh}.page-content{flex:1;overflow-y:auto}.header.svelte-oiwvqb{background:#fff;border-bottom:1px solid var(--border-color);padding:.75rem 1.5rem}.header-content.svelte-oiwvqb{display:flex;justify-content:space-between;align-items:center}.breadcrumb.svelte-oiwvqb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.home-link.svelte-oiwvqb{text-decoration:none;color:var(--text-tertiary);transition:color .2s}.home-link.svelte-oiwvqb:hover{color:var(--primary-color)}.separator.svelte-oiwvqb{color:var(--text-tertiary)}.current.svelte-oiwvqb{color:var(--primary-color);font-weight:500}.header-actions.svelte-oiwvqb{display:flex;align-items:center;gap:.5rem}.profile-wrapper.svelte-oiwvqb{position:relative}.profile-btn.svelte-oiwvqb{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border-color);border-radius:50%;background:#fff;cursor:pointer;transition:all .2s;color:var(--text-secondary)}.profile-btn.svelte-oiwvqb:hover{background:var(--card-background);color:var(--primary-color)}.icon.svelte-oiwvqb{width:18px;height:18px;fill:currentColor}.profile-menu.svelte-oiwvqb{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid var(--border-color);border-radius:6px;box-shadow:0 4px 12px #0000001a;min-width:200px;z-index:200;padding:.5rem 0}.menu-email.svelte-oiwvqb{padding:.375rem 1rem;font-size:.8125rem;font-weight:500;color:var(--primary-color)}.menu-role.svelte-oiwvqb{padding:0 1rem .375rem;font-size:.75rem;color:var(--text-tertiary);text-transform:capitalize}.menu-divider.svelte-oiwvqb{height:1px;background:var(--border-color);margin:.25rem 0}.menu-item.svelte-oiwvqb{display:block;width:100%;padding:.5rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-size:.8125rem;color:var(--text-secondary);transition:all .2s}.menu-item.svelte-oiwvqb:hover{background:var(--card-background);color:var(--primary-color)}.overlay.svelte-oiwvqb{position:fixed;top:0;left:0;right:0;bottom:0;z-index:150}.app-container.svelte-12qhfyh{position:relative;height:100vh;background-color:#f9fafb}.auth-loading.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:var(--text-secondary);font-size:.875rem}.sidebar.svelte-12qhfyh{position:absolute;top:0;left:0;z-index:100;width:64px;background:#fff;border-right:1px solid var(--border-color);transition:width .2s ease;overflow:hidden;height:100vh;display:flex;flex-direction:column}.sidebar.expanded.svelte-12qhfyh{width:220px;box-shadow:4px 0 12px #0000000a}.logo.svelte-12qhfyh{display:flex;align-items:center;padding:1rem;gap:.75rem;border-bottom:1px solid var(--border-color);min-height:56px}.logo-mark.svelte-12qhfyh{width:32px;height:32px;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;letter-spacing:-.03em}.logo-text.svelte-12qhfyh{font-weight:600;font-size:.9375rem;letter-spacing:-.02em;white-space:nowrap}.nav-items.svelte-12qhfyh{flex:1;padding:.5rem 0;overflow-y:auto}.nav-item-container.svelte-12qhfyh{position:relative}.nav-item.svelte-12qhfyh{display:flex;align-items:center;padding:.625rem 1.25rem;width:100%;border:none;background:none;color:var(--text-secondary);cursor:pointer;transition:all .2s;gap:.75rem;font-size:.875rem}.nav-item.svelte-12qhfyh:hover{color:var(--primary-color);background:var(--card-background)}.nav-item.active.svelte-12qhfyh{color:var(--primary-color);background:var(--card-background);font-weight:500}.nav-item.active.svelte-12qhfyh:before{content:"";position:absolute;left:0;top:.375rem;bottom:.375rem;width:2px;background:var(--primary-color)}.nav-icon.svelte-12qhfyh{width:20px;height:20px;flex-shrink:0;fill:currentColor}.nav-label.svelte-12qhfyh{white-space:nowrap;font-size:.875rem}.sidebar-footer.svelte-12qhfyh{margin-top:auto;padding:.75rem;border-top:1px solid var(--border-color);min-height:48px}.sidebar-user.svelte-12qhfyh{padding:.25rem}.user-email.svelte-12qhfyh{font-size:.75rem;color:var(--text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.main-content.svelte-12qhfyh{position:relative;height:100vh;margin-left:64px;flex:1;display:flex;flex-direction:column;overflow:hidden;background:#f9fafb}.page-content.svelte-12qhfyh{flex:1;overflow-y:auto}.curatron-navbar.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;background-color:#fff;min-height:40px;box-shadow:none}.curatron-navbar-inner.svelte-12qhfyh{display:flex;align-items:center;padding:0 20px 0 35px;min-height:40px;border-bottom:1px dashed #999}a.curatron-brand.svelte-12qhfyh{font-size:13px;font-weight:200;color:#333;text-shadow:none;text-decoration:none;width:152px;padding:10px 0;font-family:Courier New,Helvetica,Arial,sans-serif}a.curatron-brand.svelte-12qhfyh:hover{color:#333;animation:none}.curatron-nav-links.svelte-12qhfyh{display:flex;align-items:center}.curatron-nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh),.curatron-nav-links.svelte-12qhfyh .curatron-nav-btn:where(.svelte-12qhfyh){font-size:13px;font-weight:200;color:#333;text-decoration:none;padding:10px 15px;font-family:Courier New,Helvetica,Arial,sans-serif;text-shadow:none;background:none;border:none;cursor:pointer}.curatron-nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.curatron-nav-links.svelte-12qhfyh .curatron-nav-btn:where(.svelte-12qhfyh):hover{color:red;animation:rainbow-text 4s infinite}.curatron-container.svelte-12qhfyh{padding-top:40px;padding-bottom:40px}.curatron-container.no-navbar.svelte-12qhfyh{padding-top:0}@media(max-width:768px){.app-container.svelte-12qhfyh{display:flex;flex-direction:column}.sidebar.svelte-12qhfyh{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%!important;height:auto;flex-direction:row;border-right:none;border-top:1px solid var(--border-color);z-index:100;box-shadow:0 -2px 8px #0000000f}.sidebar.expanded.svelte-12qhfyh{width:100%!important;box-shadow:0 -2px 8px #0000000f}.logo.svelte-12qhfyh{display:none}.nav-items.svelte-12qhfyh{display:flex;flex-direction:row;justify-content:space-around;padding:0;flex:1;overflow:visible}.nav-item-container.svelte-12qhfyh{flex:1}.nav-item.svelte-12qhfyh{flex-direction:column;padding:.5rem .25rem;gap:.125rem;justify-content:center;align-items:center;font-size:.625rem}.nav-item.active.svelte-12qhfyh:before{display:none}.nav-label.svelte-12qhfyh{font-size:.625rem}.nav-icon.svelte-12qhfyh{width:22px;height:22px}.sidebar-footer.svelte-12qhfyh{display:none}.main-content.svelte-12qhfyh{margin-left:0;height:calc(100vh - 56px);padding-bottom:0}.curatron-navbar-inner.svelte-12qhfyh{flex-wrap:wrap;padding:0 10px}.curatron-nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh),.curatron-nav-links.svelte-12qhfyh .curatron-nav-btn:where(.svelte-12qhfyh){padding:8px 10px;font-size:12px}}
