*{margin:0;padding:0;box-sizing:border-box}body{background-color:#141110;color:#ede6da;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}#root{min-height:100vh;display:flex;flex-direction:column}h1{font-size:24px;font-weight:600;margin-bottom:12px}h2{font-size:18px;font-weight:600;margin-bottom:12px}h3{font-size:16px;font-weight:600;margin-bottom:8px}button{background-color:#43e08c;color:#141110;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}button:hover{background-color:#2db86f}button:disabled{background-color:#2a231c;color:#a99e8e;cursor:not-allowed}button.secondary{background-color:#2a231c;color:#ede6da}button.secondary:hover:not(:disabled){background-color:#3a2f27}button.danger{background-color:#d32f2f;color:#fff}button.danger:hover:not(:disabled){background-color:#b71c1c}input[type=text],input[type=number],input[type=email],input[type=password],select,textarea{background-color:#1c1712;border:1px solid #2a231c;color:#ede6da;padding:8px 12px;border-radius:4px;font-size:14px;font-family:inherit;width:100%}input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=password]:focus,select:focus,textarea:focus{outline:none;border-color:#43e08c;background-color:#1c1712}input[type=checkbox]{cursor:pointer}.card{background-color:#1c1712;border:1px solid #2a231c;border-radius:8px;padding:16px;margin-bottom:16px}.row{display:flex;gap:12px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.row>*{flex:1;min-width:150px}.muted{color:#a99e8e;font-size:13px}.error{color:#ff6b6b;font-size:13px;margin-top:4px}.badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;background-color:#2a231c;color:#ede6da}.badge.global{background-color:#43e08c;color:#141110}table{width:100%;border-collapse:collapse;font-size:13px}th{background-color:#1c1712;border-bottom:1px solid #2a231c;padding:8px;text-align:left;font-weight:600;color:#a99e8e}td{border-bottom:1px solid #2a231c;padding:8px}tr:hover{background-color:#1c1712}.table-wrapper{overflow-x:auto;margin-bottom:16px}table{min-width:100%}.header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #2a231c;margin-bottom:16px;gap:12px}.header h1{margin-bottom:0;flex:1}.actions{display:flex;gap:8px}.actions button{padding:6px 12px;font-size:13px}.form-group{margin-bottom:12px}.form-group label{display:block;margin-bottom:4px;font-weight:500;font-size:13px;color:#a99e8e}.form-group input,.form-group select,.form-group textarea{width:100%}.checkbox-group{display:flex;align-items:center;gap:8px;margin-bottom:12px}.checkbox-group input[type=checkbox]{width:auto}.checkbox-group label{margin-bottom:0}.modal-backdrop{display:flex;gap:8px;margin-top:16px}.modal-backdrop button{flex:1}.centered{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:16px}.login-card{width:100%;max-width:400px}.flex-center{display:flex;justify-content:center;align-items:center;min-height:200px;color:#a99e8e}.thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid #2a231c}.thumb-empty{width:44px;height:44px;border-radius:8px;border:1px solid #2a231c;display:flex;align-items:center;justify-content:center;color:#a99e8e;font-size:16px;background-color:#1c1712}.image-strip{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px}.image-item{position:relative;width:80px;height:80px}.image-item img{width:80px;height:80px;border-radius:8px;object-fit:cover;border:1px solid #2a231c;display:block}.image-remove{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;font-size:18px;background-color:#d32f2f;color:#fff;border:none;cursor:pointer;transition:background-color .2s}.image-remove:hover:not(:disabled){background-color:#b71c1c}.image-remove:disabled{background-color:#2a231c;color:#a99e8e;cursor:not-allowed}
