body{font-family:Poppins,Segoe UI,system-ui,-apple-system,sans-serif;color:#34363e;background:#fbf6ef}h1,.h1{font-size:32px;font-weight:700;color:#34363e;margin:0}h2,.h2{font-size:24px;font-weight:600;color:#34363e;margin:0}h3,.h3{font-size:20px;font-weight:600;color:#34363e;margin:0}h5,.h5{font-size:16px;font-weight:600;color:#34363e;margin:1em 0 .5em}.body-lg{font-size:16px;font-weight:500}.body-md{font-size:14px;font-weight:400}.body-sm{font-size:12px;font-weight:400}.text-secondary{color:#696d7d}.form-group{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.form-label{font-size:14px;font-weight:500;color:#34363e}.input,.select,.date-picker{width:100%;box-sizing:border-box;background:#fff;border:1px solid rgba(228,220,206,.5647058824);border-radius:12px;padding:12px 16px;font-family:Poppins,Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;color:#34363e;transition:border-color .2s ease,box-shadow .2s ease}.input::placeholder,.select::placeholder,.date-picker::placeholder{color:#696d7d}.input:focus,.select:focus,.date-picker:focus{outline:none;border-color:#6f9283;box-shadow:0 0 0 4px #6f928338}.input:disabled,.select:disabled,.date-picker:disabled{background:#f1ebdf;color:#696d7d;cursor:not-allowed}.select,.date-picker{appearance:none;cursor:pointer}.checkbox,.radio{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:16px;color:#34363e}.checkbox input,.radio input{appearance:none;width:20px;height:20px;border:2px solid rgba(228,220,206,.5647058824);background:#fff;cursor:pointer;flex-shrink:0;transition:all .2s ease}.checkbox input:checked,.radio input:checked{background:#6f9283;border-color:#6f9283}.checkbox input{border-radius:6px}.checkbox input:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5L6.5 12L13 4.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.radio input{border-radius:999px}.radio input:checked{box-shadow:inset 0 0 0 4px #fff}.toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:16px;color:#34363e}.toggle input{appearance:none;width:40px;height:24px;border-radius:999px;background:#e4dcce90;position:relative;cursor:pointer;transition:all .2s ease}.toggle input:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:left .2s ease}.toggle input:checked{background:#6f9283}.toggle input:checked:before{left:18px}.card{background:#fff;border-radius:16px;border:1px solid rgba(228,220,206,.5647058824);padding:12px;display:flex;flex-direction:column;gap:8px}.card-image{width:100%;border-radius:12px;overflow:hidden}.card-image img{width:100%;height:auto;display:block}.card-title{font-size:20px;font-weight:600;color:#34363e}.card-description{font-size:14px;color:#696d7d}.card-link{color:#6f9283;font-weight:500;text-decoration:none}.card-link:hover{text-decoration:underline}.card-row{background:#fff;border-radius:16px;border:1px solid rgba(228,220,206,.5647058824);display:flex;align-items:center;gap:12px;padding:12px;cursor:pointer;transition:all .2s ease}.card-row:hover{box-shadow:0 8px 24px #6f928329}.card-row-avatar{width:40px;height:40px;border-radius:999px;background:#f1ebdf;object-fit:cover}.card-row-content{flex:1;display:flex;flex-direction:column}.card-row-title{font-weight:600;color:#34363e}.card-row-subtitle{font-size:12px;color:#696d7d}.alert{display:flex;align-items:flex-start;gap:8px;padding:12px;border-radius:12px;font-size:14px}.alert-icon{width:24px;height:24px;border-radius:999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.alert-title{font-weight:600;margin:0 0 2px}.alert-message{margin:0;color:#696d7d}.alert-close{margin-left:auto;background:none;border:none;cursor:pointer;color:#696d7d}.alert-success{background:#e9f1ec}.alert-success .alert-title{color:#4c6b58}.alert-success .alert-icon{background:#7fae93}.alert-warning{background:#fbf1dc}.alert-warning .alert-title{color:#8a6a1f}.alert-warning .alert-icon{background:#d9b26b}.alert-error{background:#f6e9ea}.alert-error .alert-title{color:#8c4750}.alert-error .alert-icon{background:#b4626a}.alert-info{background:#ecedf2}.alert-info .alert-title{color:#4a4d59}.alert-info .alert-icon{background:#8790a3}.navbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #6f92831a}.navbar-brand{display:flex;align-items:center;gap:8px;font-weight:700;color:#34363e}.navbar-links{display:flex;align-items:center;gap:16px;list-style:none;margin:0;padding:0}.navbar-link{color:#696d7d;text-decoration:none;font-weight:500;transition:color .2s ease}.navbar-link:hover,.navbar-link.active{color:#6f9283}.tab-bar{display:flex;align-items:center;justify-content:space-around;background:#fff;border-radius:20px;box-shadow:0 2px 8px #6f92831a;padding:8px 12px}.tab-bar-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:#696d7d;font-size:12px;cursor:pointer;transition:color .2s ease}.tab-bar-item.active{color:#6f9283}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#6f9283;color:#fff;font-size:10px;font-weight:600;line-height:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:999px;padding:12px 24px;font-family:Poppins,Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn:focus-visible{outline:none;box-shadow:0 0 0 4px #6f928338}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:linear-gradient(135deg,#6f9283,#8d9f87);color:#fff;box-shadow:0 2px 8px #6f92831a}.btn-primary:hover:not(:disabled){box-shadow:0 8px 24px #6f928329;transform:translateY(-1px)}.btn-secondary{background:#f1ebdf;color:#6f9283}.btn-secondary:hover:not(:disabled){background:#ebe2d1}.btn-ghost{background:transparent;color:#34363e;border:1px solid rgba(228,220,206,.5647058824)}.btn-ghost:hover:not(:disabled){background:#f1ebdf}.btn-delete{background:#b4626a;color:#fff}.btn-delete:hover:not(:disabled){filter:brightness(.95)}.btn-icon svg,.btn-icon .icon{width:16px;height:16px}html,body{margin:0;padding:0;min-height:100vh;overflow-x:hidden}html{overflow-y:auto;scrollbar-gutter:stable}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#0003;border-radius:999px;border:none}*::-webkit-scrollbar-thumb:hover{background-color:#00000059}
