.button{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;font-weight:600;transition:all .2s;display:inline-flex}.button:disabled{opacity:.6;cursor:not-allowed}.button.primary{color:#fff;background-color:#36a2eb}.button.secondary{color:#333;background-color:#ffce56}.button.danger{color:#fff;background-color:#ff6384}.button.close{color:#333;background-color:#0000;border-radius:50%;padding:.2rem;font-size:1.2rem}.button.white{background-color:#fff}.button.small{padding:.25rem .5rem;font-size:.875rem}.button.medium{padding:.5rem 1rem;font-size:1rem}.button.large{padding:.75rem 1.5rem;font-size:1.125rem}.button.full-width{width:100%}.button.primary:hover:not(:disabled){background-color:#2e8fd6}.button.secondary:hover:not(:disabled){background-color:#ffc53d}.button.danger:hover:not(:disabled){background-color:#ff4f74}.button.close:hover:not(:disabled){background-color:#0000001a}.button.white:hover:not(:disabled){color:#1565c0;background-color:#f0f8ff;border-color:#1565c0}
.card{background-color:#fff;border-radius:8px;overflow:hidden}.card-default{box-shadow:0 2px 4px #0000001a}.card-elevated{box-shadow:0 4px 8px #00000026}.card-outlined{box-shadow:none;border:1px solid #e0e0e0}.padding-none{padding:0}.padding-small{padding:.5rem}.padding-medium{padding:1rem}.padding-large{padding:1.5rem}.card.clickable{cursor:pointer;transition:box-shadow .2s,transform .2s}.card.clickable:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000001a}
.error-message{color:#dc3545;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:.375rem;margin:.5rem 0;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.error-message:empty{display:none}
.icon{justify-content:center;align-items:center;line-height:1;display:inline-flex}.icon svg{width:100%;height:100%}.icon.size-small{width:16px;height:16px}.icon.size-medium{width:24px;height:24px}.icon.size-large{width:32px;height:32px}
.input-container{flex-direction:column;margin-bottom:1rem;display:flex}.input-label{color:#333;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.input{border:1px solid #ccc;border-radius:4px;padding:.5rem;font-size:1rem;transition:border-color .2s}.input:focus{border-color:#36a2eb;outline:none;box-shadow:0 0 0 2px #36a2eb40}.input.error{border-color:#ff6384}.input.error:focus{box-shadow:0 0 0 2px #ff638440}.input-error{color:#ff6384;margin-top:.25rem;margin-bottom:0;font-size:.75rem}.input.full-width{width:100%}
.language-selector{align-items:center;display:flex}.language-select{color:#000;cursor:pointer;text-align:right;background:0 0;border:1px solid #ffffff4d;border-radius:4px;padding:4px 8px;font-size:14px;transition:border-color .2s}.language-select:hover{border-color:#000}.language-select:focus{border-color:#000;outline:none}.language-select option{color:#fff;text-align:right;background:#333;padding:4px}
.select-container{flex-direction:column;margin-bottom:1rem;display:flex}.select-label{color:#333;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #ccc;border-radius:4px;padding:.5rem;font-size:1rem;transition:border-color .2s}.select:focus{border-color:#36a2eb;outline:none;box-shadow:0 0 0 2px #36a2eb40}.select.error{border-color:#ff6384}.select.error:focus{box-shadow:0 0 0 2px #ff638440}.select-error{color:#ff6384;margin-top:.25rem;margin-bottom:0;font-size:.75rem}.select.full-width{width:100%}
.text{margin:0;line-height:1.5}.text-body{margin-bottom:1rem;font-size:1rem}.text-caption{color:#666;font-size:.875rem}.text-label{color:#333;font-size:.875rem}.text-error{color:#ff6384;font-size:.875rem}.weight-normal{font-weight:400}.weight-medium{font-weight:500}.weight-bold{font-weight:700}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}
.textarea-container{flex-direction:column;width:100%;margin-bottom:1rem;display:flex}.textarea-label{color:#333;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.textarea{resize:vertical;border:1px solid #ccc;border-radius:4px;min-height:150px;padding:.75rem;font-family:inherit;font-size:1rem;line-height:1.5;transition:border-color .2s}.textarea:focus{border-color:#36a2eb;outline:none;box-shadow:0 0 0 2px #36a2eb40}.textarea.error{border-color:#ff6384}.textarea.error:focus{box-shadow:0 0 0 2px #ff638440}.textarea-error{color:#ff6384;margin-top:.25rem;margin-bottom:0;font-size:.75rem}.textarea.full-width{box-sizing:border-box;width:100%}.textarea.item-textarea{min-height:300px}
.title{color:#333;margin:0;font-weight:600;line-height:1.2}.title-1{margin-bottom:1.5rem;font-size:2.5rem}.title-2{margin-bottom:1.25rem;font-size:2rem}.title-3{margin-bottom:1rem;font-size:1.75rem}.title-4{margin-bottom:.75rem;font-size:1.5rem}.title-5{margin-bottom:.5rem;font-size:1.25rem}.title-6{margin-bottom:.25rem;font-size:1rem}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}
.form-field{width:100%;margin-bottom:1.5rem}.form-field:last-child{margin-bottom:0}
